/* Font family e colore di sfondo */

body {
 background-color: #EAEAEA;
 font-family: Raleway, Roboto Slab, Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
body {
 background-color: #ffffff;
 font-family: Raleway, Roboto Slab, Helvetica Neue, Helvetica, Arial, sans-serif;
}
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}


/* Classe per applicare un margine inferiore */

.margine-bottom {margin-bottom: 20px;}

/* ROW */
.row {
width: auto;
}

/* CONTAINER */

.container {
		width: 98%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 0px solid #ed1b24;
  border-left: 0px solid #ed1b24;
  border-right: 0px solid #ed1b24;
 background-color: #ffffff;
	box-shadow:  3px 0px 6px #dedede, 
              -3px 0px 6px #dedede;
}
.container_1 {
		width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.container_2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
 background-color: #ebebeb;
}
.container_3 {
		width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
 background-color: #ffffff;
}
@media screen and (max-width: 768px) {
.container {
		width: 96%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 0px solid #ed1b24;
  border-left: 0px solid #ed1b24;
  border-right: 0px solid #ed1b24;
 background-color: #ffffff;
	box-shadow:  0px 0px 0px #dedede;
}
}

/* NAVBAR */

.navbar {
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #FDB812;
  border-left: 0px solid #d2d2d2;
  border-right: 0px solid #d2d2d2;
 background-color: transparent;
 font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
	/*box-shadow:  3px 3px 6px #dedede;*/
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
 display: inline-block;
 text-indent: -9999px;
 width: 190px;
 height: 10px;
 background: url(../img/logo.png) center center no-repeat;
}

.navbar-default {
 background-color: transparent;
}
.navbar-header {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
 background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  font-size: 17px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  color: #000000;
  border-bottom: 1px solid #ed1b24;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 50px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #ed1b24;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ed1b24;
}

.navbar-toggle {
  border-radius: 0;
}

.navbar-default .navbar-toggle {
 border: 1px solid #ed1b24;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ed1b24;
}

.navbar-default .navbar-collapse {
  border-color: transparent;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ed1b24;
  border-bottom-color: #ed1b24;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #ed1b24;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

@media screen and (min-width: 768px) {
 .navbar-default .navbar-nav > li > a {
  border-bottom: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  border-top: 1px solid #ed1b24;
  padding-top: 1px;
  padding-bottom: 0px;
}
}

@media screen and (max-width: 768px) {
.navbar {
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border-top: 0px solid #d2d2d2;
  border-bottom: 1px solid #FDB812;
  border-left: 0px solid #d2d2d2;
  border-right: 0px solid #d2d2d2;
}
.navbar-nav {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 4px solid #FDB812;
}
 .navbar-default .navbar-nav > li > a {
  border-bottom: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  border-top: 0px solid #ed1b24;
  padding-top: 5px;
  padding-bottom: 5px;
}
}










/* Stili per sovrascrivere e modificare i menu dropdown di Bootstrap */

.dropdown-menu {
 padding: 0 0;
 border-radius: 0;
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
 padding: 7px 10px;
 border-bottom: 1px solid #ccc;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #ed1b24;
}

@media screen and (max-width: 768px) {
.dropdown-menu {
 padding: 0 0;
 border-radius: 0;
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li {
 padding: 7px 7px;
}
.dropdown-menu > li > a {
 padding: 70px 100px;
}
}
/* FINE NAVBAR */


/* Flexslider */
/*
.flexslider {
 margin: 0 0 30px; 
 background: #f8f8f8; 
 border: 0;
 border-top: 3px solid #ed1b24; 
 position: relative; 
 -webkit-border-radius: 0; 
 -moz-border-radius: 0; 
 -o-border-radius: 0; 
 border-radius: 0; 
}
.flex-control-paging li a {
 width: 12px; 
 height: 12px;
 padding: 2px;
 background: #ed1b24; 
 cursor: pointer; 
 text-indent: -9999px; 
 -webkit-border-radius: 20px; 
 -moz-border-radius: 20px; 
 -o-border-radius: 20px; 
 border-radius: 20px; 
 box-shadow: none;
}
.slides li {position: relative;}
.flex-caption {
 position: absolute;
 top: 35%;
 right: 8%;
}
.flex-caption-text span {
 display: inline-block;
 font-size: 34px;
 font-weight: normal;
 font-family: Raleway, Roboto Slab, Helvetica Neue, Helvetica, Arial, sans-serif;
 margin: 2px 0;
 padding: 0 15px;
 background-color: rgba(53, 126, 189, 0.8);
}

@media screen and (max-width: 767px) {
 .flex-control-nav, .flex-control-pager, .flex-caption {display: none;}
}
*/

/* Sezione progetti in evidenza */

.box-progetto {
 margin-bottom: 10px;
 padding: 15px;
 background-color: #86b6de;
 -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}
.box-progetto h3, .box-progetto h4 {margin-top: 0;}

/* Stile per sovrascrivere e modificare le immagini thumbnail di Bootstrap */

.thumbnail,
.img-thumbnail {
  border-radius: 0;
  border: 1px solid #bbbbbb;
}

/* Stili per sovrascrivere e modificare i bottoni standard di Bootstrap */

.btn {
  border: 0;
  border-radius: 0;
		background: #ed1b24;
		color: #ffffff;
}
.btn:hover {
  outline: 0;
		background: #555555;
		color: #ffffff;
}
.btn:focus {
  outline: 0;
		background: #555555;
		color: #ffffff;
}


/* INTESTAZIONE */

.header-sezione {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: auto;
 margin-right: auto;
	border-top: 3px solid #ed1b24;	
	border-bottom: 2px solid #ebebeb;	
 /*background: url(/img/) center center no-repeat;*/
 /* Per I browser WebKit (Safari, Chrome etc) */
/*	
 background: -webkit-gradient(linear, left top, left bottom, from(#199BD4), to(#ffffff));
 /* Per I browser con motore di rendering Gecko(Firefox etc) */
/*	
 background: -moz-linear-gradient(top, #199BD4, #ffffff);
 /* Per Internet Explorer 5.5 - 7 */
/*	
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#199BD4, endColorstr=#ffffff);
 /* Per Internet Explorer 8 e superiori*/
/*	
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#199BD4, endColorstr=#ffffff)";
*/
}
@media screen and (min-width: 768px) {
 .header-sezione {
 margin-left: 0;
 margin-right: 0; 
 }
}
/* Lavoro in evidenza */

.box-lavoro-evidenza {
 margin: 15px 0;
}
.box-lavoro-evidenza h3 {margin-top: 0}

/* Stile per modificare e sovrascrivere i blockquote di Bootstrap */

blockquote {
 border-left: 5px solid #ed1b24;
}

/* Pannelli dell'accordion basati sui panel di Bootstrap */

.panel-carousel {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-carousel-heading {
  margin: -15px -15px 15px;
  padding: 5px 15px;
  font-size: 17.5px;
  font-weight: 500;
  background-color: #ed1b24;
  color: #fff;
  border-bottom: 1px solid #dddddd;
}

.panel-carousel-body {
 text-indent: 0pt;
 text-align: justify;
	font-size: 16px;
	line-height: 26px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
}



.panel-carousel-footer {
	 height: 40px;
  margin: 15px -15px -15px;
  padding: 10px 15px;
  /*background-color: #ecf7ff;*/
		background-color: #fdf2d8;
  border-top: 1px solid #fdb812;
}
.panel-carousel-footer_left {
		float: left;
}
.panel-carousel-footer_right {
		float: right;
}

.panel-carousel-control {
  font-size: 16px;
}
.panel-carousel-control:hover,
.panel-carousel-control:focus {
  text-decoration: none;
}

/* Stili per modificare e sovrascrivere le nav-tab di Bootstrap */

.nav-tabs {
  margin-top: 15px;
  border-bottom: 2px solid #ed1b24;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  font-size: 14px;
  font-weight: normal;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border-color: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #ed1b24;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-content {padding: 15px 0;}

/* Tabelle servizi */

.servizi {
 margin-top: 15px;
 text-align: center;
}
.servizi-titolo {
 background-color: #5cb85c;
}
.servizi-prezzo {
 background-color: #5cb85c;
 color: #fff;
}
.servizi-opzione {
 background-color: #dff0d8;
}
.servizi-footer {
 background-color: #ebebeb;
}

.servizi-portfolio {
 margin-top: 15px;
 text-align: center;
}
.servizi-portfolio-titolo {
 background-color: #5bc0de;
}
.servizi-portfolio-prezzo {
 background-color: #5bc0de;
 color: #fff;
}
.servizi-portfolio-opzione {
 background-color: #a4eaff;
}
.servizi-portfolio-footer {
 background-color: #ebebeb;
}

/* Pulsanti acquisto servizi */

.btn-round-bottom {
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
}

/* Stile per modificare e sovrascrivere l'aspetto degli input di Bootstrap */

.form-control {
  height: 32px;
  padding: 6px 12px;
  color: #333333;
  border-radius: 0;
}



/* Testata portfolio */

.header-portfolio {
 background-color: #5cb85c;
 padding: 10px 15px;
 border-bottom: 2px solid #ed1b24;
}

.header-portfolio > h2 {
 margin-bottom: 0;
 margin-top: 0;
 color: #fff;
}

/* Stile per modificare e sovrascrivere l'aspetto il componente Breadcrumb di Bootstrap */

.breadcrumb {
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
}

.breadcrumb > li + li:before {
  color: #fff;
}

.breadcrumb > .active {
  color: #fff;
}



/* Modifica del componente thumbnails per il portfolio */

.portfolio-filtro {margin-top: 15px;}

.portfolio-thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  margin: 15px 0;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ebebeb;
  border: 1px solid #5cb85c;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.portfolio-thumbnail > img,
.portfolio-thumbnail > a > img,
.portfolio-img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.portfolio-thumbnail:hover,
.portfolio-thumbnail:focus {
  border-color: #ed1b24;
}

.portfolio-thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.portfolio-thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* Stili per sovrascrivere e modificare il componente Pagination di Bootstrap */

.pagination > li > a {
  background-color: #5cb85c;
}


.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  color: #999999;
  background-color: #ebebeb;
  border-color: #dddddd;
}


/* Titoli pagina contatti */

.contatti-titoli {
 margin-bottom: 15px;
 border-bottom: 2px solid #ed1b24;
 padding-bottom: 10px;
}

/* Stili per sovrascrivere e modificare il componente Accordion/collapse di Bootstrap */

.panel {
  border: 1px solid #dddddd;
  border-radius: 0;
}

.panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-title > a {
  color: #fff;
  text-decoration: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-default > .panel-heading {
  background-color: #5cb85c;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}








/* STILI ASILVIO */




/* CAROUSEL 
gli stili base sono nel file css base di bootstrap bootstrap.css*/

.carousel_contenitore {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
.carousel_base {
  display: none;
}
.carousel_contenitore {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
}





.carousel-caption {
  position: absolute;
  left: 4%;
  right: auto;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

.carousel_foto_titolo
{
position: relative;
top: 0px;
left: 0px;
/*width: 100px;
height: 39px;*/
    text-indent: 0pt;
    padding-top: 5pt;
    padding-bottom: 5pt;
    padding-right: 20pt;
    padding-left: 20pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    margin-right: 0pt;
	border-top: 0px solid #ed1b24;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #ed1b24;
	border-right: 0px solid #ed1b24;	
/*	background-color: #fdb812;*/
	background-color: rgba(253, 184, 18,0.8);	
	/*opacity: 0.8;*/
 z-index: 80;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
 font-weight: normal;
	color: #000000;
	text-decoration: none;
	/*text-shadow: 3px 3px 2px #000000;*/
}
.carousel_foto_sottotitolo
{
position: relative;
top: 0px;
left: 0px;
/*width: 100%;
height: 39px;*/
    text-indent: 0pt;
    padding-top: 5pt;
    padding-bottom: 5pt;
    padding-right: 20pt;
    padding-left: 20pt;
    margin-top: 5pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    margin-right: 0pt;
	border-top: 0px solid #ed1b24;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #ed1b24;
	border-right: 0px solid #ed1b24;	
	/*background: #ed1b24;*/
	background-color: rgba(0, 0, 0,0.4);	
	/*opacity: 0.8;*/
 z-index: 80;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
 font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	/*text-shadow: 3px 3px 2px #000000;*/
}
@media screen and (max-width: 768px) {
.carousel_foto_titolo
{
	font-size: 10px;
	line-height: 15px;
    padding-top: 1pt;
    padding-bottom: 1pt;
    padding-right: 2pt;
    padding-left: 2pt;
}
.carousel_foto_sottotitolo
{
	font-size: 10px;
	line-height: 15px;
    padding-top: 1pt;
    padding-bottom: 1pt;
    padding-right: 2pt;
    padding-left: 2pt;
}

}

/* CORNICI */

.cornice_ombra
{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	box-shadow: 3px 3px 6px #666666;
}
.cornice_ombra_1
{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 60px;
	box-shadow: 3px 3px 6px #333333;
}

.box_corpo
{
position: relative;
top: 0px;
left: 0px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    text-indent: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
	border-top: 2px solid #dedede;
	border-bottom: 2px solid #dedede;	
	border-left: 2px solid #dedede;
	border-right: 2px solid #dedede;	
    z-index: 100;
 	font-size: 15px;
	line-height: 22px;
	text-align: center;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
.box_corpo {
  margin-top: 30px;
}
}


.box_corpo_int
{
position: relative;
top: 0px;
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0pt;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
    z-index: 100;
 	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
.box_corpo_int_1
{
position: relative;
top: 0px;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0pt;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
    z-index: 100;
 	font-size: 14px;
	line-height: 25px;
	text-align: left;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 300;
	color: #606060;
	text-decoration: none;
}

.box_titolo
{
position: relative;
top: 0px;
left: 0px;
/*width: 100%;
height: 39px;*/
    text-indent: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    margin-right: 0pt;
	border-top: 0px solid #ed1b24;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #ed1b24;
	border-right: 0px solid #ed1b24;	
	background: #ffffff;
	/*opacity: 0.7;*/
 z-index: 80;
	font-size: 30px;
	line-height: 40px;
	text-align: left;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
 font-weight: 300;
	color: #7F7AA3;
	text-decoration: none;
	/*text-shadow: 3px 3px 2px #000000;*/
}

.box_titolo_1
{
position: relative;
top: 0px;
left: 0px;
width: 100%;
/*height: 39px;*/
    text-indent: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    margin-top: 0pt;
    margin-bottom: 20pt;
    margin-left: 0pt;
    margin-right: 0pt;
	border-top: 0px solid #ed1b24;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #ed1b24;
	border-right: 0px solid #ed1b24;	
	/*background: #ed1b24;*/
	 /* Per I browser WebKit (Safari, Chrome etc) */
 /*background: -webkit-gradient(linear, left top, left bottom, from(#ed1b24), to(#ed1b24));
 /* Per I browser con motore di rendering Gecko(Firefox etc) */
 /*background: -moz-linear-gradient(top, #ed1b24, #ed1b24);
 /* Per Internet Explorer 5.5 - 7 */
 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ed1b24, endColorstr=#ed1b24);
 /* Per Internet Explorer 8 e superiori*/
 /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ed1b24, endColorstr=#ed1b24)";*/
 z-index: 80;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
 font-weight: 300;
	color: #464646;
	text-decoration: none;
	/*text-shadow: 3px 3px 2px #000000;*/
}
@media screen and (min-width: 768px) {
 .box_titolo_1 {
	font-size: 30px;
	line-height: 50px;
 font-weight: 200;
 }
}

.box_titolo_1
{
position: relative;
width: 80%;
/*height: 39px;*/
    text-indent: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
    margin-left: auto;
    margin-right: auto;
	border-top: 0px solid #ed1b24;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #ed1b24;
	border-right: 0px solid #ed1b24;	
	/*background: #ed1b24;*/
	 /* Per I browser WebKit (Safari, Chrome etc) */
 /*background: -webkit-gradient(linear, left top, left bottom, from(#ed1b24), to(#ed1b24));
 /* Per I browser con motore di rendering Gecko(Firefox etc) */
 /*background: -moz-linear-gradient(top, #ed1b24, #ed1b24);
 /* Per Internet Explorer 5.5 - 7 */
 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ed1b24, endColorstr=#ed1b24);
 /* Per Internet Explorer 8 e superiori*/
 /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ed1b24, endColorstr=#ed1b24)";*/
 z-index: 80;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
 font-weight: normal;
	color: #00376D;
	text-decoration: none;
	/*text-shadow: 3px 3px 2px #000000;*/
}
.box_titolo_2
{
position: relative;
top: 0px;
left: 0px;
width: 100%;
/*height: 39px;*/
    text-indent: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    margin-top: 5pt;
    margin-bottom: 5pt;
    margin-left: 0pt;
    margin-right: 0pt;
	border-top: 0px solid #ed1b24;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #ed1b24;
	border-right: 0px solid #ed1b24;	
	/*background: #ed1b24;*/
	 /* Per I browser WebKit (Safari, Chrome etc) */
 /*background: -webkit-gradient(linear, left top, left bottom, from(#ed1b24), to(#ed1b24));
 /* Per I browser con motore di rendering Gecko(Firefox etc) */
 /*background: -moz-linear-gradient(top, #ed1b24, #ed1b24);
 /* Per Internet Explorer 5.5 - 7 */
 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ed1b24, endColorstr=#ed1b24);
 /* Per Internet Explorer 8 e superiori*/
 /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ed1b24, endColorstr=#ed1b24)";*/
 z-index: 80;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
 font-weight: 500;
	color: #333333;
	text-decoration: none;
	/*text-shadow: 3px 3px 2px #000000;*/
}
.box_titolo_3
{
position: relative;
width: 80%;
/*height: 39px;*/
    text-indent: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
    margin-left: auto;
    margin-right: auto;
	border-top: 0px solid #ed1b24;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #ed1b24;
	border-right: 0px solid #ed1b24;	
	/*background: #ed1b24;*/
	 /* Per I browser WebKit (Safari, Chrome etc) */
 /*background: -webkit-gradient(linear, left top, left bottom, from(#ed1b24), to(#ed1b24));
 /* Per I browser con motore di rendering Gecko(Firefox etc) */
 /*background: -moz-linear-gradient(top, #ed1b24, #ed1b24);
 /* Per Internet Explorer 5.5 - 7 */
 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ed1b24, endColorstr=#ed1b24);
 /* Per Internet Explorer 8 e superiori*/
 /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ed1b24, endColorstr=#ed1b24)";*/
 z-index: 80;
	font-size: 30px;
	line-height: 40px;
	text-align: left;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
 font-weight: normal;
	color: #00376D;
	text-decoration: none;
	/*text-shadow: 3px 3px 2px #000000;*/
}

@media screen and (max-width: 768px) {
 .box_titolo_1 {
	width: 100%;
	font-size: 40px;
	line-height: 50px;
 font-weight: normal;
 }
 .box_titolo_2 {
	font-size: 30px;
	line-height: 40px;
 font-weight: normal;
 }
 .box_titolo_3 {
	width: 100%;
	font-size: 40px;
	line-height: 50px;
 font-weight: normal;
 }
}


/* INTESTAZIONE */
.intestazione_base
{
position: relative;
top: 0px;
left: 0px;
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
    z-index: 100;
 /* Per I browser WebKit (Safari, Chrome etc) */
 background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#dedede));
 /* Per I browser con motore di rendering Gecko(Firefox etc) */
 background: -moz-linear-gradient(top, #dedede, #dedede);
 /* Per Internet Explorer 5.5 - 7 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dedede, endColorstr=#dedede);
 /* Per Internet Explorer 8 e superiori*/
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dedede, endColorstr=#dedede)";
}





.intestazione_logo
{
position: relative;
margin-left: 30px;
margin-top: 10px;
margin-bottom: 10px;
}	
.intestazione_titolo_div_basso
{
position: relative;
float: left;
width: 80%;
margin-top: 30px;
text-align: center;
}
.intestazione_menu_alto_div_alto
{
position: relative;
top: 0px;
display: block;
background-color: #fdb812;
}
.intestazione_menu_alto_div_basso
{
display: none;
}
.intestazione_logo_destra_pc
{
display: block;
}
.intestazione_logo_destra_smatphone
{
display: none;
}
.intestazione_logo_destra
{
position: relative;
float: left;
width: 15%;
margin-top: -50px;
margin-left: 5%;
text-align: center;
}
.intestazione_logo_destra_testo
{
position: relative;
width: 100%;
margin-top: 0px;
margin-left: 5%;
text-align: center;
}

@media screen and (max-width: 768px) {
.navbar-nav {
	border-bottom: 0px solid #ed1b24;	
 background-color: #ebebeb;
	padding: 0px;
}
	.intestazione_logo
	{
	position: relative;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	}	
	.intestazione_titolo_div_basso
	{
	position: relative;
	top: 0px;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	}
	.intestazione_menu_alto_div_alto
	{
	position: relative;
	top: 0px;
	display: none;
	}
	.intestazione_menu_alto_div_basso
	{
	position: relative;
	top: 0px;
	display: block;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
	}
	.intestazione_logo_destra_pc
	{
	display: none;
	}
	.intestazione_logo_destra_smatphone
	{
	position: relative;
	width: 80%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: block;
	clear: both;
	}
	.intestazione_logo_destra
	{
	width: 15%;
	margin-top: 0px;
	}
	.intestazione_logo_destra_testo
	{
	position: relative;
	width: 85%;
	margin-top: 0px;
	margin-left: 5%;
	text-align: center;
	}
}

.intestazione_titolo
{
 font-size: 60px;
	line-height: 70px;
	text-align: left;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #00a650;
	text-decoration: none;
}
.intestazione_titolo_1
{
 	font-size: 30px;
	line-height: 45px;
	text-align: left;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
}
@media screen and (max-width: 1200px) {
 .intestazione_titolo {
	font-size: 45px;
	line-height: 45px;
 font-weight: 400;
 }
 .intestazione_titolo_1 {
	font-size: 30px;
	line-height: 40px;
 font-weight: 400;
 }
}
@media screen and (max-width: 1000px) {
 .intestazione_titolo {
	font-size: 30px;
	line-height: 30px;
 font-weight: 400;
 }
 .intestazione_titolo_1 {
	font-size: 20px;
	line-height: 30px;
 font-weight: 400;
 }
}
@media screen and (max-width: 768px) {
 .intestazione_titolo {
	font-size: 40px;
	line-height: 50px;
 font-weight: 400;
 }
 .intestazione_titolo_1 {
	font-size: 30px;
	line-height: 40px;
 font-weight: 400;
 }
}


.riga_colorata
{
position: relative;
top: 0px;
left: 0px;
    width: 100%;
    height: 3px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0pt;
    padding-top: 10pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
	border-top: 0px solid #dedede;
	border-bottom: 3px solid #ed1b24;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
}


 /* FINESTRA POPUP */
 /* classe che oscura la pagina all'apertura del popup */
.popup_oscura_sfondo {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
 background-color: rgba(196, 196, 196, .85);
	top: 0;
	left: 0%;
	z-index: 9999999;
 opacity: 0;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/*
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
*/				
         
  -moz-transition-property: opacity;    /*Firefox*/
  -moz-transition-duration: 2s;		
		-moz-transition-timing-function: ease-out;
 
  -webkit-transition-property: opacity; /*Safari e Chrome */
  -webkit-transition-duration: 2s;
		-webkit-transition-timing-function: ease-out;
         
  -o-transition-property: opacity;      /*Opera*/
  -o-transition-duration: 2s;
		-o-transition-timing-function: ease-out;
		
  transition-property: opacity; /*standard*/
  transition-duration: 2s;
		transition-timing-function: ease-out;
		
	}


 /* classi del popup */
.finestra_popup {
	display: none;
}
.popup-body {
 position: fixed;
	top: 30%;
	left: 50%;
	z-index: 99999999;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
/*width: 400px;
	margin-left: -200px;	*/
	margin-left: auto;/**/
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	box-shadow: 3px 3px 6px #dedede;
	text-align: center;
	border: 1px solid #e9e9e9;
	
	opacity: 100;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 1.2s ease-out;
    -moz-transition: opacity 1.2s ease-out;
    -ms-transition: opacity 1.2s ease-out;
    -o-transition: opacity 1.2s ease-out;
    transition: opacity 1.2s ease-out;
}
.popup-exit {
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -15px;
	right: -15px;
	background-image: url(img/x_chiudi_1.png) no-repeat;
	z-index: 999999999;
}

.popup-content .popup-title {
	font-size: 24px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}
.popup-content p {
	font-size: 13px;
	text-align: justify;
}

 /* FINE FINESTRA POPUP */



.campo_scritte_1
{
	padding: 0px 0px;
 text-align: left;
 /*width: 100%;*/
 height: 30px;
 text-indent: 0px;
 background: #ffffff;
	border: 1px solid #b0b0b0;
	border-radius: 3px 3px; /* valori: il primo per il raggio orizontale, il secondo per il raggio verticale */
 -moz-border-radius: 3px 3px; /* per compatibilità con mozilla (da verificare) */ 
	-webkit-border-radius: 3px 3px; /* per compatibilità con chrome (da verificare) */ 
	font-size: 13px;
 color: #000000;
	font-family: Verdana, Arial, Helvetica, tahoma, sans-serif, comic sans ms;
	font-weight: 400;
	text-decoration: none;
}
.campo_scritte_1:focus
{
 background: #ffff00;
}





/* MAIN */
#main{
	position:relative;
	z-index:100;
	background-color: #ffffff;
	background: #ffffff;
/*
	background-image:-webkit-radial-gradient(center, circle farthest-corner, #fff, #e2e2e2);
	background-image:-moz-radial-gradient(center, circle farthest-corner, #fff, #e2e2e2);
	background-image:radial-gradient(center, circle farthest-corner, #fff, #e2e2e2);
*/
	padding: 0px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

/*FOOTER*/
footer
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 245px;
	width: 100%;
	text-align: center;
	z-index: -2;
	padding: 0px 0px;
	margin: 0px;
}
.footer_reveal{
	width:1100px;
	position:fixed;
	left:50%;
	bottom:0;
	margin-left:-550px;
	padding-bottom: 60px;
	z-index:-20;
}
@media screen and (max-width: 1200px) {
.footer_reveal{
	width:82%;
	left:9%;
	margin-left:auto;
	margin-right:auto;
}
}
@media screen and (max-width: 1000px) {
.footer_reveal{
	width:76%;
	left:13%;
	margin-left:auto;
	margin-right:auto;
}
}
@media screen and (max-width: 768px) {
.footer_reveal{
	width:90%;
	left:5%;
	margin-left:auto;
	margin-right:auto;
}
}


 /* MODAL */
.modal-backdrop
{
	z-index: 0;
}
.modal-backdrop.fade
{
	z-index: 0;
}


/*MENU FONDO*/
.footer-sezione
{
	position: relative;
	top: 0px;
	left: 0px;
    width: 100%;
    text-align: left;
	z-index: 200;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
 background: #27313D;
 /* Per I browser WebKit (Safari, Chrome etc) */
/* background: -webkit-gradient(linear, left top, left bottom, from(#27313D), to(#27313D));
 /* Per I browser con motore di rendering Gecko(Firefox etc) */
/* background: -moz-linear-gradient(top, #27313D, #27313D);
 /* Per Internet Explorer 5.5 - 7 */
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#27313D, endColorstr=#27313D);
 /* Per Internet Explorer 8 e superiori*/
/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#27313D, endColorstr=#27313D)";*/
}
.menu_fondo_gen_int
{
	position: relative;
	top: 0px;
	left: 30px;
  /*  width: 950px; */
    text-align: left;
	z-index: 2;
	padding: 0px 0px;
	margin: 0px;
}
.menu_fondo_blocco
{
	float: left;
    /*width: 140px;*/
    text-align: left;
    text-indent: 0px;
	z-index: 2;
	/*padding: 0px 0px;*/
	padding-top: 0px;
	margin-top: 0px;	
	margin-left: 0px;	
	margin-right: 60px;	
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;	
	border-left: 0px solid #dedede;	
	border-right: 0px solid #dedede;	
	/*background: #004855;*/
	font-size: 13px;
	line-height: 13px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	list-style-type: none;
}
.menu_fondo_voce_link
{
	top: 0px;
    text-align: left;
	z-index: 2;
	/*padding: 0px 0px;*/
	padding-top: 0px;
	margin-top: 0px;	
	margin-left: 0px;	
	border-top: 0px solid #dedede;
	border-bottom: 3px solid #00a650;	
	border-left: 0px solid #dedede;	
	border-right: 0px solid #dedede;	
	font-size: 22px;
	line-height: 70px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
/*	text-shadow: 3px 3px 6px #666666;*/
}
.menu_fondo_voce_link:hover
{
	top: 0px;
    text-align: left;
	z-index: 2;
	/*padding: 0px 0px;*/
	padding-top: 0px;
	margin-top: 0px;	
	margin-left: 0px;	
	border-top: 1px solid #004855;
	border-bottom: 0px solid #dedede;	
	border-left: 0px solid #dedede;	
	border-right: 0px solid #dedede;	
	font-size: 22px;
	line-height: 70px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #dedede;
	text-decoration: none;
	/*text-shadow: 3px 3px 6px #666666;*/
}
.menu_fondo_elemento
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	z-index: 2;
	margin: 0px;			
	padding: 0px 0px;
}
.menu_fondo_elemento:hover
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	z-index: 2;
	margin: 0px;			
	padding: 0px 0px;
	/*background: #ffffff;*/
}
.menu_fondo_icone
{
	float: left;
    width: 100px;
    text-align: left;
	z-index: 2;
	padding: 0px 0px;
	margin-top: 0px;	
	margin-left: 0px;	
	margin-right: 0px;	
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;	
	border-left: 0px solid #dedede;	
	border-right: 0px solid #dedede;	
	font-size: 12px;
	line-height: 40px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}
.menu_fondo_voce
{
	float: left;
    /*width: 140px;*/
    text-align: left;
	z-index: 2;
	padding: 0px 0px;
	margin-top: 0px;	
	margin-left: 0px;	
	margin-right: 0px;	
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;	
	border-left: 0px solid #dedede;	
	border-right: 0px solid #dedede;	
	font-size: 14px;
	line-height: 40px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}
.menu_fondo_voce_2
{
	top: 0px;
    text-align: left;
	z-index: 2;
	/*padding: 0px 0px;*/
	padding-top: 0px;
	margin-top: 0px;	
	margin-left: 0px;	
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;	
	border-left: 0px solid #dedede;	
	border-right: 0px solid #dedede;	
	font-size: 30px;
	line-height: 40px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
/*	text-shadow: 3px 3px 6px #666666;*/
}

.ul_menu_fondo
{
	position: relative;
	padding: 0px 0px;
	list-style-type: none;
}


.sottomenu_fondo_voce_link
{
	font-size: 12px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}
.sottomenu_fondo_voce_link:hover
{
	font-size: 12px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #00a650;
	text-decoration: none;
}

.sottomenu_fondo_elemento
{
	position: relative;
	top: 0px;
	left: 0px;
	/*height: 30px;*/
	text-align: left;
	z-index: 2;
	margin: 0px;			
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;	
	margin-bottom: 0px;	
	margin-left: 0px;	
	margin-right: 0px;	
	border-top: 0px solid #dedede;
	border-bottom: 1px solid #4f4f4f;	
	border-left: 0px solid #dedede;	
	border-right: 0px solid #dedede;	
	clear:both;
}
.sottomenu_fondo_elemento:hover
{
	position: relative;
	top: 0px;
	left: 0px;
/*	height: 30px;*/
	text-align: left;
	z-index: 2;
	margin: 0px;			
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;	
	margin-bottom: 10px;	
	margin-left: 0px;	
	margin-right: 0px;	
	border-top: 0px solid #dedede;
	border-bottom: 1px solid #4f4f4f;	
	border-left: 0px solid #dedede;	
	border-right: 0px solid #dedede;	
	clear:both;
}
.sottomenu_fondo_icone
{
	float: left;
    width: 10px;
    text-align: left;
	z-index: 2;
	padding: 0px 0px;
	margin-top: 0px;	
	margin-left: 0px;	
	margin-right: 0px;	
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;	
	border-left: 0px solid #dedede;	
	border-right: 0px solid #dedede;	
	font-size: 12px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}
.sottomenu_fondo_voce
{
	float: left;
    /*width: 140px;*/
    text-align: left;
	z-index: 2;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;	
	margin-left: 0px;	
	margin-right: 0px;	
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;	
	border-left: 0px solid #dedede;	
	border-right: 0px solid #dedede;	
	font-size: 16px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}
.sottomenu_fondo_voce:hover
{
	color: #00a650;
	text-decoration: none;
}

.ul_sottomenu_fondo
{
	padding: 0px 0px;
	list-style-type: none;
}


hr.riga_separazione
{
width: 100%;
color: #000000;
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border: 10px solid #000000;	;
}
hr.riga_sottile
{
width: 100px;
color: #ed1b24;
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border: 1px solid #ed1b24;	;
}
hr.hr1
{
width: 100%;
color: #b0b0b0;
display: block;
margin-top: 0.5em;
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border: 1px solid #b0b0b0;	;
}
hr.hr2
{
width: 100%;
color: #d2d2d2;
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
/*border-width: 1px;*/
border: 1px solid #d2d2d2;	;
}
hr.hr3
{
width: 100%;
color: #d2d2d2;
display: block;
margin-top: 30px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
border-style: inset;
/*border-width: 1px;*/
border: 1px solid #d2d2d2;	;
}
hr.hr4
{
width: 100%;
color: #d2d2d2;
display: block;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
border-style: inset;
/*border-width: 1px;*/
border: 1px solid #d2d2d2;	;
}


/* SEGUICI SU */
.seguici_su
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-left: 0pt;
	padding-bottom: 0pt;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
}
.seguici_su_float
{
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-left: 0pt;
	padding-bottom: 0pt;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
}
@media screen and (max-width: 1200px) {
.seguici_su {
  margin-top: 20px;
}
}
@media screen and (max-width: 1000px) {
.seguici_su {
  margin-top: 20px;
}
}
@media screen and (max-width: 768px) {
.seguici_su {
	width: 100%;
 margin-top: 20px;
}
.seguici_su_float
{
	float: left;
	margin-top: auto;
	margin-left: auto;
	/*margin-left: 15px;*/
}
}

/* CONDIVIDI SU */
.condividi_su
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-left: 0pt;
	padding-bottom: 0pt;
	border-top: 0px solid #fdb812;
	border-bottom: 0px solid #fdb812;	
	border-left: 0px solid #fdb812;
	border-right: 0px solid #fdb812;	
}
.condividi_su_float
{
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-left: 0pt;
	padding-bottom: 0pt;
	border-top: 0px solid #fdb812;
	border-bottom: 0px solid #fdb812;	
	border-left: 0px solid #fdb812;
	border-right: 0px solid #fdb812;	
	font-size: 11px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #6d6d6d;
	text-decoration: none;
}
@media screen and (max-width: 1200px) {
.condividi_su {
  margin-top: 20px;
}
}
@media screen and (max-width: 1000px) {
.condividi_su {
  margin-top: 20px;
}
}
@media screen and (max-width: 768px) {
.condividi_su {
  margin-top: 20px;
}
}




.foto_base
{
width: 80%;
}
.foto_sottobase
{
width: 60%;
}
.contenuti_immagine
{
width: 100%;	
}
.contenuti_video
{
margin-left: 60px;
}
.video_grande
{
width: 700px;
height: 500px;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width: 768px) {
.foto_base
{
width: 100%;
}
.foto_sottobase
{

}
.contenuti_immagine
{
width: 100%;
margin-left: 0px;
}
.contenuti_video
{
margin-left: 0px;
}
.video_grande
{
width: 98%;
height: 300px;
margin-left: auto;
margin-right: auto;
}
}

@media screen and (min-width: 768px) {
.titolo_per_pc
{
display: block;
}
.titolo_per_smartphone
{
display: none;
}
}

@media screen and (max-width: 768px) {
.titolo_per_pc
{
display: none;
}
.titolo_per_smartphone
{
display: block;
}
}


.titolo_1
{
	margin: 0px;
	font-size: 20px;
	line-height: 30px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
}

.titolo_2
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 40px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #00a650;
	text-decoration: none;
}
.titolo_3
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 300;
	color: #464646;
	text-decoration: none;
}

.testo_rosso
{
	color: #ed1b24;
}
.testo_1
{
	font-size: 14px;
	line-height: 26px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #6d6d6d;
	text-decoration: none;
}

.testo_base
{
position: relative;
top: 0px;
left: 0px;
    width: 80%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
 text-indent: 0pt;
 text-align: justify;
	font-size: 16px;
	line-height: 26px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
}
.testo_base_1
{
position: relative;
top: 0px;
left: 0px;
    width: 60%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
	border-top: 0px solid #dedede;
	border-bottom: 3px solid #ed1b24;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
 text-indent: 0pt;
 text-align: justify;
	font-size: 16px;
	line-height: 26px;
	font-family: Roboto Slab, Roboto Slab, Raleway, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
}
.testo_base_2
{
position: relative;
top: 0px;
left: 0px;
    width: 80%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
 text-indent: 0pt;
 text-align: justify;
	font-size: 16px;
	line-height: 26px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
}
.testo_base_3
{
position: relative;
top: 0px;
left: 0px;
    width: 95%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
 text-indent: 0pt;
 text-align: justify;
	font-size: 16px;
	line-height: 26px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
}
.testo_base_4
{
position: relative;
top: 20px;
left: 0px;
    width: 95%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #ed1b24;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
 text-indent: 0pt;
 text-align: justify;
	font-size: 16px;
	line-height: 26px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
}
.testo_base_5
{
position: relative;
top: 0px;
left: 0px;
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
	border-top: 0px solid #dedede;
	border-bottom: 1px solid #b8b8b8;	
	border-left: 0px solid #dedede;
	border-right: 0px solid #dedede;	
 text-indent: 0pt;
 text-align: left;
	font-size: 16px;
	line-height: 26px;
	font-family: Roboto Slab, Roboto Slab, Raleway, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
}
.testo_base_5_1
{
	font-weight: 300;
}

@media screen and (max-width: 768px) {
.titolo_1
{
	margin-top: 20px;
	font-size: 30px;
	line-height: 40px;
}
.titolo_2
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 40px;
}
.titolo_3
{
	margin-top: 20px;
	font-size: 30px;
	line-height: 40px;
	color: #464646;
}
.testo_1
{
	font-size: 16px;
	line-height: 30px;
}
.testo_base
{
 width: 100%;
 text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.testo_base_1
{
 width: 100%;
 text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.testo_base_2
{
 width: 100%;
 text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.testo_base_3
{
	margin-top: 20px;
}
.testo_base_4
{
 width: 100%;
 text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.testo_base_5
{
 width: 100%;
 text-align: center;
	font-size: 16px;
	line-height: 30px;
}
}

 /* LINK */
.link_1
{
	font-size: 14px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #ed1b24;
	text-decoration: underline;
}
.link_1:hover
{
	font-size: 14px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #464646;
	text-decoration: none;
}
.link_2
{
	font-size: 16px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #00376D;
	text-decoration: underline;
}
.link_2:hover
{
	font-size: 16px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #464646;
	text-decoration: none;
}
.link_3
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 40px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #00a650;
	text-decoration: none;
}
.link_3:hover
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 40px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #464646;
	text-decoration: none;
}
.link_7
{
	font-size: 18px;
	line-height: 26px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #00376d;
	text-decoration: underline;
}
.link_7:hover
{
	font-size: 18px;
	line-height: 26px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #00376d;
	text-decoration: none;
}
.link_8
{
	font-size: 14px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #ed1b24;
	text-decoration: underline;
}
.link_8:hover
{
	font-size: 14px;
	line-height: 20px;
	font-family: Raleway, Roboto Slab, tahoma, palatino linotype regular, palatino linotype, sans-serif, Helvetica, Verdana, comic sans ms, Arial, lucida sans unicode, times new roman;
	font-weight: 400;
	color: #464646;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
.link_1
{
	font-size: 20px;
	line-height: 30px;
}
.link_1:hover
{
	font-size: 20px;
	line-height: 30px;
}
.link_2
{
	font-size: 20px;
	line-height: 30px;
}
.link_2:hover
{
	font-size: 20px;
	line-height: 30px;
}
.link_3
{
	margin-top: 30px;
}
.link_3:hover
{
	margin-top: 30px;
}
.link_7
{
	font-size: 20px;
	line-height: 26px;
}
.link_7:hover
{
	font-size: 20px;
	line-height: 26px;
}
.link_8
{
	font-size: 14px;
	line-height: 20px;
}
.link_8:hover
{
	font-size: 14px;
	line-height: 20px;
}
}



.btn, .btn-success, .btn-block
{
	background-color: #ed1b24;
}












