/*************************
*******Typography******
**************************/
html {
	font-size: 16px;
}
body {
  font-family: 'Open Sans', sans-serif;
  color:#333333;
  line-height: 22px;
  padding-bottom: 0px !important; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#333333;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 1.3em;
  color: #6F6F6F;
  font-weight: 400;
  line-height: 1.5;
}

h4{
  font-size: 16px;
}

a {
  color: #0D3F73;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #333333;
  text-decoration: underline !important;
}

.center {
    text-align: center;
	margin-bottom:10px;
}

.margine-basso {
	margin-bottom:30px;	
}

.margine-dx {
	margin-right:30px !important;	
}

.navbar-collapse {
	margin-top:15px;
}
.dropdown-menu {
    border-radius: 0px;
    border: none;
    min-width: 180px;
    font-size: 16px;
    background-color: #000000;
}

.navbar-nav>li>a {
	font-weight: 700;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a:focus {
	color: #FFFFFF;
	text-transform: none;
	padding: 10px 15px;	
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover {
	color: #333333;
	background-color: #EAEBEC;
}
.navbar-toggle .icon-bar {
	background-color: #000000;
    width: 35px;
    height: 3px;	
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
    background-color: #028FCC;
	color: #ffffff;
	border-radius: 3px;
}

.navbar-nav>li {
    text-transform: uppercase;
	font-weight: 600;
}

.text-right {
	text-align: right;
}
/*************************
*******Header******
**************************/


#header .search{
    display: block;
    margin-top: 15px;
}

.sfondo-testata-nav {
	background: url(../../../moduli/output_immagine.php?id=94) top center repeat-x;	
}
.sottologo {
	margin-left:5px;
}

body.onscroll .sottologo {
	display: none;
}
body.onscroll .multilingua{
	display:none;
}
body.onscroll .navbar-toggle {
	margin-top: -55px;
}
body.onscroll #header {
  position: fixed !important;
  border-bottom: 2px solid #CCCCCC !important;
  z-index: 999;
  top: 0;
  width: 100%;
  opacity: 1;
  padding: 0;
  background: transparent url(../../../moduli/output_immagine.php?id=88) repeat; 
 }

.onscroll #header {
  left: 0;
}
  
.containerTestata1LG {
	background: #028FCC;	
}

.containerTestata2LG {
	background: #FFFFFF;	
	padding: 15px 0px;
}

.container3LG {
	background: #f2f2f2;	
	padding: 30px 0px;
}

body.onscroll .containerTestata1LG {
	margin-bottom: 0px;
}

body.onscroll .containerTestata2LG {
	padding: 0px;
}

body.onscroll .media9 {
  margin: 10px 0px 7px 20px; 
}

body.onscroll .media9 img{
  width: 100px;
  height: auto; 
}
 
 body.onscroll .nomeHeader {
  padding-top: 10px;
  padding-left: 66px;
  font-size: 1.6em; 
}

body.onscroll .containerTransparent{
	border-bottom: 2px solid #D9D3C1;
    <!--background: transparent url(../../../moduli/output_immagine.php?id=88) repeat;	-->
}

body.onscroll .navbar-collapse{
	margin-top:7px;
}

.wait {
	background-color: #CCCCCC;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.social{
  text-align: right;
  font-size: 1em;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0 10px 0 0;
}

ul.social-share li {
	display: inline-block;
	border-right: 1px solid #4B4B4B;  
}

ul.social-share li a {
    display: inline-block;
    color: #ffffff;
    width: 40px;
    line-height: 29px;
    text-align: center;
}


ul.social-share li a:hover {
  background: #D9D3C1;
  color: #000000;
}

.cont-search {
		position: relative;
}

#header .search {
	display: none;
    position: absolute;
    right: 0;
    z-index: 999;	
	top:20px;
}  

.search i {
  color: #fff;
}

input.search-form{
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
	border:none;
	width: 300px;
	padding: 8px 10px 8px 10px;
	font-size: 0.9em;
	color: #000000 !important;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	border: 1px solid #D9D3C1;	
}

input.search-form:hover {
  
}

.ico-search {
	font-size: 1.2em;
    margin-left: -4px;
    color: #ffffff;
    background-color: #028FCC;
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 31px;
    text-align: center;
}

.ico-search-btn {
	font-size: 1em;
    color: #cccccc;
    background: #ffffff;
    padding: 6px 8px 10px 8px;
    border-radius: 100px;
    margin: 5px 0px;
    border: 2px solid #cccccc;
}

.contenitoreMotoreHeader {
	border: 2px solid #cccccc;
    display: inline-block;
    position: relative;
    background-color: #f2f2f2;
    margin: 20px 0px 15px 45px;
    padding: 20px;	
}
.containerBreadcrumb {
	padding-top: 150px;
}
.containerBreadcrumbInner {
	padding: 10px 0px;
	background:#000000;
	margin-bottom: 30px;
}
/*************************
*********centro***********
*************************/
.home-section {
	border-top: 8px solid #D9D3C1;
}

.home-section-sfondo {
	border-top: 8px solid #D9D3C1;
	margin-top: 30px;	
	background: #F0EEE8;
}

.home-section-footer {
	border-top: 8px solid #016996;
	background: #028FCC;
}
.home-section-credits {
	border-top: 1px solid #ffffff;
	background: #000000;
}
.contenitore-box-servizi {
	padding: 30px 0px;
}

.cont-img-servizi {
	height:70px;
}

.border-rx-sx{
	border-right: 1px solid #D9D3C1;
	border-left: 1px solid #D9D3C1;
}

.desc-servizi {
	display: block;
	font-size: 1em;
	line-height: 1.5;
	margin-top: 15px;	
	margin-bottom: 15px;
}

.cont-box-scuro{
	font-family: 'Open Sans', sans-serif;	
    color: #ffffff;	
    border: 4px solid #D9D3C1;
	background: #342F29;
	padding: 15px 10px 15px 10px;
	font-size:1.1em;
	font-weight: 600;
	border-radius: 5px;	
	margin-bottom: 30px;	
}

.cont-box-arancio{
	font-family: 'Open Sans', sans-serif;	
    color: #ffffff;	
    border: 4px solid #D9D3C1;
	background: #C3512F;
	padding: 15px 10px 15px 10px;
	font-size:1.1em;
	font-weight: 600;	
	border-radius: 5px;	
	margin-bottom: 30px;
}

.cont-box-arancio:hover ,
.cont-box-scuro:hover {
	opacity: 0.8;	
	-webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;	
}

.cont-box-arancio a,
.cont-box-scuro a,
.cont-box-arancio a:hover,
.cont-box-scuro a:hover {
	color: #ffffff;
}

/***********************************************************
************** Griglia banner *********************
***********************************************************/

.recent-work-wrap {
    position: relative;
    width: 100%;
    min-height: 145px;
    overflow: hidden;
	border: 2px solid #CCCCCC;
	margin:30px 0px;	
}

.img-responsive{
   width: 100%;
}

.img-responsive img {
    width: 100%;
	margin:10px 0px;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: url('grafica/transparent-bg.png');
  color: #000000;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 15px 15px 15px 15px;
}

.recent-work-wrap .textPrevOverlay {
    color: #537602;
    font-weight: 600;
    font-size: 1.4em;	
}

.recent-work-wrap a{
	color:#000000;
}

.recent-work-wrap a:hover{
	color:#000000;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}
.recent-work-wrap:hover .overlay1 {
  opacity: 0;
}

.recent-work-wrap .overlay1 {
	position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    opacity: 1;
    border-radius: 0;
    font-size: 0.8em;
    text-align: right;
    background: url(grafica/transparent-bg.png);
    color: #000;
    vertical-align: middle;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 35px 10px 10px 10px;
}

.recent-work-wrap .overlay1 .textPrevOverlay {
    color: #537602;
    font-size: 1em;
}

.recent-work-inner{
	margin:5px 10px 5px 10px;
}

.icon-font-blu-grande {
    color: #008DCC;
    font-size: 2em;
}

.recent-work-inner h3{
	margin:0px;
	padding:0px;
	font-size: 1.1em;
}

.scopri {
	font-size: 1em;
	color: #cfcfcf;
	font-weight: bold;
}

.scopri:hover {
	color: #000000;
}

/*************************
*******galleria immagini***********
*************************/
.portfolio_single_content{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	margin-bottom:30px;
	overflow:hidden;
	max-height: 230px;	
}
.portfolio_single_content_colonna{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	margin-bottom:30px;
	overflow:hidden;
	max-height: 77px;	
}

.portfolio_single_content:hover img,
.portfolio_single_content_colonna:hover img{
	 -o-transform: scale(2);
	 -webkit-transform: scale(2);
	 -moz-transform: scale(2);
	 -ms-transform: scale(2);
	 transform: scale(2);
}
.portfolio_single_content img,
.portfolio_single_content_colonna img{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 6;
	cursor:pointer;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}

.active_prot_menu a, .portfolio_menu ul li a:hover{
	background: #363940 !important;
	color: #fff !important;
}
.portfolio_single_content div{
	background: none repeat scroll 0 0 rgba( 52, 47, 41, 0.9);
}
.portfolio_single_content div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: scale(0);
    transition: all .6s;
    opacity: 0;
}
.portfolio_single_content:hover div {
    transform: scale(1);
    opacity: 1;
}

.portfolio_single_content div a {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25%;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.portfolio_single_content .fa {
	display: block;
	font-size: 2em;
	margin-top: 5px;	
}

/*************************
*******partner e sponsor******
**************************/
.partner_single_content{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 5;
	margin-bottom:30px;
	overflow:hidden;
	max-height: 230px;	
}

.partner_single_content img{
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0px auto 0px auto;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}

.partner_single_content div{
	background: none repeat scroll 0 0 rgba( 52, 47, 41, 0.9);
}
.partner_single_content div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: scale(0);
    transition: all .6s;
    opacity: 0;
}
.partner_single_content:hover div {
    transform: scale(1);
    opacity: 1;
}

.partner_single_content div a {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 12.5%;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.partner_single_content .fa {
	display: block;
	font-size: 2em;
	margin-top: 5px;	
}

/*************************
*******Home Page******
**************************/

#main-slider {
	padding-top:150px;
}

#main-slider  .carousel-content {
	margin-top: 100px;
    padding: 15px;
    font-size: 0.9em;
	border-radius: 5px;
    background: url('grafica/transparent-bg.png');	
}

#main-slider  .titoloContSlider {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.2em;
	color: #000000;
	padding: 15px 7px 15px 0px;
	font-weight: 700;
	line-height: 1;
}

#main-slider  .sottotitoloContSlider {
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.2em;
	color: #C3512E;
	padding: 15px 15px 15px 7px;
	font-weight: 700;
	line-height: 1;	
}

#main-slider .descContSlider {
	display: block;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
}

#main-slider  .slide-margin{
  margin-top: 0px;
}

#main-slider  .item {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 500px;
  position: relative;
}
#main-slider .btn-slide {
    margin: 10px 0px 0px 0px;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    background: #000000;
    color: #FFFFFF;
}
#main-slider .btn-slide:hover {
    background: #028FCC;	
}
#main-slider a:hover {
	color: #ffffff;
}

.sfumatura-immagine {
	position: absolute;
	width: 100%;
	height: 350px;
	background: url('../../../moduli/output_immagine.php?id=78') top left repeat-x;
	z-index: 1;
}

.taglio-immagine {
	position: absolute;
	width: 100%;
	height: 150px;
	margin-top: -150px;
	background: url('../../../moduli/output_immagine.php?id=77') bottom center no-repeat;	
	z-index: 888;
}

.bx-controls {
	/*display: none !important;	*/
}

/************* VIDEO PRESENTAZIONE HOME PAGE ***************/
.immaginiSliderTestata {
    height: 640px;
    overflow: hidden;
    background-repeat: no-repeat;
	position: relative;
    border-bottom: 8px solid #D9D3C1;	
}

.immaginiSliderTestata img {
	position: absolute;
    top: 40%;
    left: 45%;
}

/*************************
*******tabs***********
*************************/

.nav-tabs {
    border-top: 1px solid #D9D3C1;
    border-bottom: 4px solid #D9D3C1;
}

.titoliTabs {
	font-size:1em;
	font-weight:600;
}

.nav-tabs>li.active>a {
	color: #ffffff;
	background-color: #342F29;	
}

.titoliTabs  span{
    margin-right: 0px;
}

.nav-tabs>li>a {
	color:#000000;
	background-color: #ffffff;
	margin-right:0px;
	border:none;
	border-radius:0px;
    border-right: 1px solid #D9D3C1;	
	padding: 15px 30px 15px 30px;
}

.nav-tabs>li>a:hover {
	color: #ffffff;
	background-color: #342F29;	
	border:none;
    margin-bottom: 0px;	
    border-right: 1px solid #D9D3C1;	
}

.contenuto-tab{
	background:#ffffff;
    padding: 20px 20px 20px 20px;	
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #342F29;
	background-color: #D9D3C1;	
	border:none;	
    border-right: 1px solid #D9D3C1;	
}

.tab-content{
	padding: 10px 10px 10px 10px;
    margin: 30px 0px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}

/***********************************
***** Galleria video ************
***********************************/
.video-cont-list {
    position: relative;
    padding-bottom: 71%;
    height: 0;
    margin: 15px 0px -11px 0px;
}
.video-cont-list iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 25px;	
}

/***********************************
***** Personalizzazioni ************
***********************************/
.margin-top {
	margin-top: 15px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.margin-right {
	margin-right: 10px;
}
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.padding-verticale {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-orizzontale {
	padding-left: 10px;
	padding-right: 10px;
}
.margin-top-negativo {
	margin-top: -30px;
}
/***********************************
************** OGGETTI *************
***********************************/
.istanza-1 {
	margin: 0px 0px 30px 0px;
}

.istanza-2 {
    font-size: 1em;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 2px solid #ededed;
}

.feature-wrap {
	margin-top: 25px;
	border-top: solid 2px #cccccc;
	padding-top: 5px;
}

.feature-wrap span {
	font-size: 2.6em;
    height: 50px;
    width: 50px;
    margin: 3px;
    line-height: 29px;
    text-align: left;
    color: #008DCC;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
}

.img-lista {
	max-height: 93px;
	overflow: hidden;
	border-radius: 5px;
}
.img-zoom img {
	-webkit-transition: all 0.2s ease; /* Safari and Chrome */
  	-moz-transition: all 0.2s ease; /* Firefox */
  	-o-transition: all 0.2s ease; /* IE 9 */
  	-ms-transition: all 0.2s ease; /* Opera */
  	transition: all 0.2s ease;
}
.img-zoom:hover img {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
    opacity: 0.7;
}
.img-lettura {
	position: relative;
	margin: 5px 15px 10px 0px;
	padding: 0px !important;
}

.img-lettura img{
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
	border-radius: 5px;
}

.gallery-img-lettura {
	width: auto;
	margin: 10px 10px 30px 10px;
}
.gallery-img-lettura img{
	width: 100%;
}
.titolo-lista {
	font-family: 'Open Sans', sans-serif;
	margin: 3px 0px;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 1.2em;
	color: #008DCC !important;	
}
.titolo-lista a{
	color: #008DCC !important;	
}
.titolo-lista a:hover{
	color: #000000 !important;	
}
.icon-titolo-lista {
	margin-right: 10px;
	color: #000000;
}
.titolo-lettura {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #000000;
	margin-bottom: 10px;
	font-weight: 600;
}
.titolo-news-home {
	margin: 3px 0px 0px 0px;
	font-weight: 600;
}
.titolo-news-home  a{
	color: #000000;
}
.titolo-news-home  a:hover{
	color: #C3512F;
}
.titolo-banner-home {
	font-size: 1.5em;
}
.titolo-banner-home  a{
	font-family: 'Open Sans', sans-serif;
    margin: 3px 0px 8px 0px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 600;
	color: #ffffff;
}
.titolo-banner-home  a:hover{
	color: #ffffff;
	text-decoration:underline;
}
.titolo-area-home {
	margin-top: 15px;
}
.titolo-area-home a{
	color: #333333;
}
.titolo-area-home a:hover{
	color: #0D3F73;
}
.testo-normale {
	font-size: 1em;
    line-height: 1.5;	
}
.testo-normale-piccolo {
	font-size: 0.85em;
    line-height: 1.5;	
}
.icon-testo-normale {
	margin-right: 12px;
	margin-left: 5px;
}
.istanza-aree-tematiche-home {
	background-color: #EAEBEC;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.img-area-colonna {
	margin: 5px 10px 5px 20px;
}
.banner-home {
	background-color: #EAEBEC;
	padding: 20px 10px;
	margin: 20px 0px;
}
.btn-allegato {
	margin: 5px 0px;
	padding: 10px 15px;
	border: 2px solid #008DCC;
	display: inline-block;
	border-radius: 3px;
	color: #008DCC;	
}
.btn-maggiori-info {
	margin: 10px 0px;
}
.btn-archivio {
    color: #ffffff;
    background: #C3512F;
    padding: 10px 15px 10px 15px;
	border-radius:3px;
	font-size: 0.85em;
}
.btn-archivio a, .btn-archivio a:hover {
	color: #FFFFFF;
}
.btn-archivio:hover {
	-webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;	
	
    background: #342F29;
}
/***********************************************************
************** Motori di ricerca e Pulsanti ****************
***********************************************************/
.oggetto47 input,
.oggetto47 label,
.oggetto11 input,
.oggetto11 label {
	font-family: 'Open Sans', sans-serif;
}
.oggetto11 label {
	display: block;
}
.oggetto11 input[type="text"],
.oggetto11 textarea {
	width: 80%;
}
.oggetto47 input[type="text"],
.oggetto47 select,
.oggetto11 input[type="text"] {
    padding: 8px 7px;
    margin-right: 7px;
    margin-bottom: 20px;
    width: 90%;
    display: block;
}
.oggetto47 label {
	font-weight: 400;
	margin-right: 7px;
}
/*
.pulsante,
.oggetto44 input[type="submit"],
.oggetto44 input[type="reset"],
.oggetto11 input[type="submit"],
.oggetto11 input[type="reset"]  {
	background-color: #30373D;
	color: #FFFFFF;
	border: 0;
	padding: 5px 15px;
}
.pulsante {
	margin: 5px 5px 5px 0px;
}
*/
.oggetto45 h3 {
	margin: 0px 0px 0px 5px;
	font-size: 1.4em;
	color: #C3512F;
	font-weight: 600;
}
.testataPag,
.interfacciaPagine {
    font-size: 0.7em;
    clear: both;
    margin: 10px;
    line-height: 2.5;
}
.testataPag a,
.interfacciaPagine a {
	margin: 5px;
    padding: 7px 11px 8px 11px;
    background-color: #F0EEE8;
    text-decoration: none;
    border-radius: 20px;
	color: #39342D;
}
.testataPag a:hover,
.interfacciaPagine a:hover {
	color:#FFFFFF;
	margin: 5px;
    padding: 7px 11px 8px 11px;
	background-color: #39342D;
	color: #D9D3C1;
}

/* ===== Begin Counter-Up ===== */
.counter-up {
	position: relative;
	background-color: #171717;
	padding: 80px 0 50px 0;
}
.counter-up .cover {
	background-color: rgba(0, 7, 11, 0.8);
}
.counter-up .fact {
}
.counter-up .fact.last {
	border-right: none;
}
.counter-up .fact-inner {
	padding-bottom: 30px;
}
.counter-up .fact-inner .counter {
	font-size: 60px;
}
/* ===== End Counter-Up ===== */

/***********************************************************
************** Altre personalizzazioni *********************
***********************************************************/
.ultima-modifica {
	text-align: right;
	margin-bottom: 20px;
}
.noIstanze {
	margin: 10px 30px;
	font-weight: 600;
}
.istanzaRicerca {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #D2D2D2;
}
.noTitleStuff .ui-dialog-titlebar {
	display: none;
}
.ui-widget-content {
	font-size: 15px !important;
	color: #333333;
}

#closeMenu{
	border: none;
    font-size: 1.5em;
    position: absolute;
    top: 10px;
    right: 0;
    background: none;
    color: #30373D;
}

.burgerText{
	text-align:center;
	text-transform:uppercase;
	display:block;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: #028FCC;
    color: #ffffff;
}

.testo-nero-grande {
	color: #000000;
    margin: 30px 0px 0px 0px;	
}

#nome-sito a:hover{
	text-decoration:none;
}

.testo-bandiera-blu {
	float:left;
	margin-right:10px;
	font-style: italic;
	font-size:1.1em;
}
.testo-blu {
	color: #316CB2;
}

.titolo-nero-sottolineato {
    color: #333333;
    line-height: 1.4;
    font-size: 1.7em;
    margin: 0px 0px 15px 0px;
    padding: 5px;
    border-bottom: 1px solid #cccccc;
	font-weight:600;
}

#sliderPiani {
	margin-bottom: 20px;
	padding-bottom:15px;
	background: #F2F2F2;
	min-height:260px;	
}

#sliderPiani .bx-pager-item{
	display:none;
}

#sliderPiani .bx-pager{
	display:none;
}

#sliderPiani .bx-wrapper .bx-controls-direction{
    display: block;
    border: 2px solid #547603;
    width: 60px;
    height: 35px;
    margin-left: 38%;
	margin-top:15px;
}

.slidContTitle {
    font-size: 1.4em;
    line-height: 1.5;
    color: #547603;
    margin-bottom: 5px;
    padding: 0px 10px 0px 10px;
    font-weight: 600;
}

.slidContTitle a{
	color:#547603;
}

.slidContTitle a:hover{
	text-decoration: underline;
}

.slidContDesc{
	margin: 0px 10px;
    line-height: 1.4;
    color: #000000;
    font-weight: 300;
    /*min-height: 230px;*/
}

.dataSlider {
    font-size: 1em;
    color: #CA2621;
    margin: 15px 15px 0px 10px;
	font-weight:600;
}

.dataSlider span{
	padding-right:10px;
	color: #CA2621;
}
.img-slider {
	max-height: 165px;
    overflow: hidden;
    margin: 0px 15px 15px 15px;
	float: left;
}

.data-calendario{
	color: #C3512F;
}

.paragrafo58 a:hover {
	text-decoration:underline;
}

.navbar-toggle::after{
    position: absolute;
    content: "MENU";
    top: 27px;
    left: 2px;
    font-size: 0.7em;
    color: #000;
    padding-left: 9px;
}

.titolo-lista a {
	color: #000000;
}

.titolo-lista a:hover {
	color: #008DCC;
}

.titolo-ultima-modifica {
	display: inline;
	font-size: 0.9em;
}

.colonna {
	padding-left: 15px;
	margin-top: 60px;
}

.banner-home-rosso {
	background-color: #C3512F;
	padding: 20px 10px 40px 10px;
	margin: 20px 0px;
}
.banner-home-verde {
	background-color: #547603;
	padding: 20px 10px 40px 10px;
	margin: 20px 0px;
}
.icon-banner{
	font-size:2.8em;
	color:#ffffff;
	margin: 0px 10px;
}
.testo-normale-bianco {
	color:#ffffff;
}
#tiptip_content {
    border: 2px solid #C3512F !important;
}

/***********************************************
********* pulsanti dei form ********************
***********************************************/
#form_login258 input[type="submit"],
#form_login268 input[type="submit"],
#formContatto8 input[type="submit"],
#votaSondaggio input[type="submit"],
#votaSondaggio input[type="reset"],
.pulsante {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	padding: 6px 12px;
	margin-right: 7px;
	margin-top: 7px;	
	margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.55;
    box-shadow: 0 2px 4px 0 #bdbdbd;
    text-transform: lowercase;
    font-weight: 700;
    font-variant: small-caps;
    border: 0;
    border-radius: 4px;
}
#form_login258 input[type="submit"],
#form_login268 input[type="submit"],
#formContatto8 input[type="submit"],
#votaSondaggio input[type="submit"],
#votaSondaggio input[type="reset"],
.pulsante {
	background-color: #000000;
	color: #ffffff;
}
#form_login258 input[type="submit"]:hover,
#form_login268 input[type="submit"]:hover,
#formContatto8 input[type="submit"]:hover,
#votaSondaggio input[type="submit"]:hover,
#votaSondaggio input[type="reset"]:hover,
.pulsante:hover {
	background-color: #008DCC;
	color: #ffffff;	
}


/***********************************************
********* form di ricerca generico *************
********* e form di contatto *******************
***********************************************/
#cerca, #cerca textarea, #cerca input, #cerca checkbox, #cerca select,
#formContatto8, #formContatto8 textarea, #formContatto8 input, #formContatto8 checkbox, #formContatto8 select {
	font-family: 'Titillium Web', sans-serif;
}
#cerca,
#formContatto8 {
	font-size: 0.92em;
}
#cerca input[type="text"], #cerca select,
#formContatto8 input[type="text"], #formContatto8 select {
	padding: 3px 7px;
	margin-right: 7px;
	margin-bottom: 10px;
}
#cerca label,
#formContatto8 label {
	font-weight: 400;
	margin-right: 7px;
}

/***********************************************
**************** altro *************************
***********************************************/
.element-invisible {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
}
.campo-obbligatorio {
	border-width: 2px;
	border-style: solid;
}
.campo-obbligatorio-err {
	border-color: #b50000;
	border-width: 2px;
	border-style: solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.erroreCampoContatto {
	color: #b50000;
	font-weight: bold;
	display: block;
	margin: 0px 0px 10px 0px;
}
header {
    position: absolute;
    width: 100%;
    z-index: 55;
    padding-bottom: 35px;
}

.titolo-grande-scuro {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	color: #000000;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
}

.titolo-grande-arancio {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	color: #C3512F;
	font-weight: 700;
	line-height: 1.2;
}

.titolo-grande-scuro-bordo-arancione {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.8em;
	color: #000000;
	font-weight: 700;
	line-height: 1.2;
    border-right: 4px solid #C3512F;
	padding-right: 15px;
    padding-bottom: 15px;
	margin-bottom: 15px;
}

.titolo-icona-full {
    font-family: 'Open Sans', sans-serif;
    width: auto;
    font-size: 2em;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    background: #C3512F;
    padding: 10px 60px 10px 60px;
    margin: 18px 0px 0px 30px;
}
.titolo-icona-lite {
    font-family: 'Open Sans', sans-serif;
    width: auto;
    font-size: 2em;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    background: #000000;
    padding: 10px 60px 10px 60px;
    margin: 22px 0px 0px 30px;
}

.desc-iscrizione {
	display: block;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: 600;	
	margin-bottom: 15px;
}

.testo-arancione,
.testo-arancione a
 {
    color: #C3512F !important;	
	font-weight: 600;
}

.testo-arancione a:hover
 {
    color: #000000 !important;	
}

.testo-scuro,
.testo-scuro a
 {
    color: #000000 !important;	
}

.testo-scuro a:hover
 {
    color: #C3512F !important;	
}
.cont-box-iscriviti {
	font-family: 'Open Sans', sans-serif;	
    color: #D9D3C1;	
    border: 4px solid #D9D3C1;
	background: #342F29;
	padding: 35px 30px 35px 35px;
	font-size:2.3em;
	font-weight: 600;
	line-height: 1.5;
	border-radius: 5px;
    opacity: 0.8;	
}

.iscrizioni-attive {
	opacity: 1;
}
.iscrizioni-attive:hover {
	-webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;	
	background: #C3512F;
    color: #ffffff;	
    opacity: 1;	
}

.testo-sx{
	float: left;
}

.cont-box-iscriviti img {
	float: right;
    margin-left: 30px;
    margin-top: -58px;
}

.testo-scuro-grande-bordo-alto {
	font-size:1.3em;
	font-weight: 600;
    color: #342F29;	
    border-top: 4px solid #D9D3C1;	
	font-family: 'Open Sans', sans-serif;
	padding: 7px 0px;
}

.testo-box-chiaro {
    display: inline;	
	margin-top: -37px;
	padding: 10px 15px;
	font-size: 0.9em;
	font-weight: 700;	
}

.testo-allineato-dx {
	float:right;
}

.testo-corsivo {
	font-style: italic;
}

.testo-allineato-dx a{
	color: #C3512F;	
}

.calendario_data {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    margin-right: 10px;
    border: 4px solid #D9D3C1;
    border-radius: 100%;
    font-family: 'Open Sans', sans-serif;	
}

.calendario_data .giorno, .calendario_data_destra .giorno {
    font-size: 40px;
    left: 14px;
    line-height: 40px;
    position: absolute;
    top: 13px;
    font-weight: 600;
    color: #96865A;
}	

.calendario_data .mese, .calendario_data_destra .mese {
	font-size: 32px;
    color: #342F29;
    position: absolute;
    top: 41px;
    left: 20px;
}

.calendario_data .anno, .calendario_data_destra .anno {
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
    font-size: 0.8em;
    position: absolute;
    right: 11px;
    top: 25px;
}

.titolo-grande-scuro-sottolineato {
	font-family: 'Open Sans', sans-serif;
    font-size: 2.2em;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    padding: 2px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 4px solid #D9D3C1;
}

.data-lista-news {
	margin: 10px 0px 5px 0px;
	font-size:0.9em;
}

.review29:hover {
	background: #008DCC;
}

#map_canvas26 {
    width: auto;
    height: 500px;
    margin: 30px 30px 30px 30px;
	font-size: 0.8em;
}
.review38 {
	font-size: 0.8em;
}
.campoOggettoDirectionsInput input{
	width:100%;
}

.pannello37 .campoOggettoDirectionsInput input {
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid #D9D3C1;
    padding: 10px 10px 10px 10px;
}

.etichetta-servizi {
	font-size: 1.8em;
	line-height: 1.4;
	color: #008DCC;
	font-weight: 700;
}

.titolo-grande-nero {
	font-size: 1.8em;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #000000;
	font-weight: 700;
}

.contenitore-grigio-radius {
    background: #EDEDED;
    padding: 30px 15px 30px 15px;
    border-radius: 3px;
    font-size: 0.85em;	
	margin-bottom: 30px;
}
.btnReadMore {
	display: inline;
    background: #342F29;
    color: #ffffff;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
}
.btnReadMore a{
	color: #ffffff;
}
.btnReadMore a:hover{
	text-decoration:underline;
	color: #ffffff;	
}

.contenitore-sfondo-grigio {
	padding: 15px;
	background: #f2f2f2;
}
.contenitore-con-bordo {
	background: #ffffff;
	border: 2px solid #CCCCCC;
	padding: 0px 15px 15px 15px;
}

.cont-img-responsive{
	padding: 15px;
}
.cont-img-responsive img {
    display: block;
    width: 100%;
    max-width: 215px;
    margin: 0px auto 0px auto;
}
.btn-generico {
    margin: 10px 0px 0px 0px;
    padding: 8px 20px;
    border-radius: 3px;
    display: inline-block;
    background: #000000;
    color: #FFFFFF;
}
.btn-generico:hover{
	background: #028FCC;
    color: #FFFFFF;
	-webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}
.btn-generico a{
    color: #FFFFFF;
}
.btn-generico a:hover{
    color: #FFFFFF;
}
.cont-icon {
    background: #ffffff;
    color: #028FCC;
    border: 2px solid #cccccc;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    font-size: 3em;
    padding: 13px 0px 15px 0px;
	margin: auto;
}

.cont-icon-istanza {
    background: #ffffff;
    color: #028FCC;
    border: 2px solid #cccccc;
    border-radius: 80px;
    width: 70px;
    height: 70px;
    font-size: 2em;
    padding: 8px 0px 15px 3px;
    margin: auto;
}
.contenitore-note {
    background: #ededed;
	margin-top: 10px;
    padding: 15px;
}

table {
    width: 99%;
}
table th,
.tabellaStruttura th {
	background: #000000;
	color: #ffffff !important;
	padding: 10px 15px;
    border: 1px solid #ddd;	
}
table th a, 
.tabellaStruttura th a{
	color: #ffffff !important;
}
table td{
    border: 1px solid #ddd;
	padding: 15px 15px;
}
.tabellaStruttura td{
	border: 0;
}
