body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
/*CSS PER HOME PAGE */
	/*SWIPER - PER SLIDER MOBILE */
   .swiper-container {
      width: 100%;
      /*height: 100%;*/
      height: 800px;
      z-index: 0;
    }
    .swiper-slide {
      text-align: center;
      font-size: 4rem;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-slide .title {
        font-size: 4rem;
	    /*position: absolute;*/
	    font-family: 'Open Sans', sans-serif;
    }
    .swiper-wrapper {
		/*height: auto;*/
	}
	/*FINE SWIPER */

/*FINE CSS PER HOME PAGE */


/* OK */
.creditFoto{
	/*font-size: 0.9rem;*/
	font-size: 0.7rem;
	font-style: italic;
	text-align: left;
}

/* box news OK */
.boxBox{
	width: 100%;
	padding: 10px;
	border: 1px solid #456e37;
}
/* FINE box News OK */


/* immagini news HP */
.fotoTestoBaseVerde {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
 
.fotoTestoBaseVerde img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.fotoTestoBaseVerde .box {
    padding: 10px;
    width: 100%;
    color: #ffffff;
    /*color: #5e5e5e;*/
    background: #456e37; /* browser che non supportano rgba */
    background: rgba(69,110,55,0.8);
    /*background: rgba(255,255,255,0.7);*/
    position: absolute;
    left: 0;
    bottom: 0;
	margin-bottom: 0;
}
.fotoTestoBaseVerde .box a{
	color: #ffffff;
}
/* FINE immagini news HP */

/*OK*/
#barraTop{
	width: 100%;
	background-color:#456E37;
	/*background-color: #2fadff;*/
}


/*OK*/
.spazioLogo{
	/*width: 100%;*/
	background-color:#ffffff;
	margin: 10px 0px 10px 0px;
}

/* OK */
.spazioLogoM{
	/*width: 100%;*/
	background-color:#ffffff;
	margin-bottom: 5px;
}

/* OK */
.spazioSocial{
	width: 100%;
	background-color:#ffffff;
	margin: 30px 0px 10px 0px;
}


/* per mettere i controlli prev e next di caurosel nella galleri e non sotto OK*/
.owl-carousel {
position: relative;
}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
margin-top: -10px; /* Half of the prev/next buttons height here in negatives to center them perfectly*/
}
.owl-prev {
left: 0;
}
.owl-next {
right: 0;
}


/* footer OK*/
#footer {
	background-color: #456e37;
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#footer p { color:#e9e9e9; size:1rem; }
#footer a { text-decoration:none; color:#e9e9e9; }

/* footer con solo riga superiore di divisioneOK*/
#footer2 {
	background-color: #FFFFFF;
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #456e37;
}
#footer2 p { color:#000000; size:1rem; }
#footer2 a { text-decoration:none; color:#000000; }


/*Allineamento immagine pa Archivio OK */
.imgL {
  float: left;
  margin: 0px 30px 10px 0px;
}


/*MODIFICHE PER MENU*/
/*colore backround mobile */
.title-bar {
	background: #FFFFFF;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #456E37;
	border-bottom-width: 3px;
}
/*aumentata distanza voci menu principale */
.top-bar li{
	/*padding-right: 10px;*/
	padding-right: 50px;
}
.menu > li > a {
  text-decoration: none;
  color:#ffffff;
}
.dropdown.menu > li.is-active > a {
  text-decoration: none;
  color:#ffffff;
}

/*aumentata larghezza box submenu e ridotto padding voci submenu*/
.dropdown .is-dropdown-submenu {
    /*width: 250px;*/
    width: 350px;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.5rem 0.5rem;
}
/*FINE MODIFICHE PER MENU*/


/*BOX PER FASCIA IN EVIDENZA TUTTA PAGINA IMG + TESTO*/
.fasciaEV{
	width: 100%;
	/*height: 600px;*/
	height: auto;
	background-color: #456e37;
	color: white !important;
	margin-top: 20px;
	margin-bottom: 40px;
}
.fasciaEvTesto{
	padding: 1rem 3rem;
}
.fasciaEV a{
	color: white;
	text-decoration: underline;
}
/*FINE BOX PER FASCIA IN EVIDENZA TUTTA PAGINA IMG + TESTO*/

/*RESPONSIVE HERO SECTION */
.hero-section {
  /*background: url("https://static.pexels.com/photos/248064/pexels-photo-248064.jpeg") 50% no-repeat;*/
  background-size: cover;
  /*height: 60vh;*/
  height: 600px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .hero-section-text {
  width:80%;
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}
.hero-section .hero-section-text h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 3.5rem;
	text-shadow: 1px 1px 2px #0a0a0a;
}
.hero-section .hero-section-text h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 3rem;
	text-shadow: 1px 1px 2px #0a0a0a;
}
.hero-section .hero-section-text p {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 2px #0a0a0a;
}
/*X testo nero */
.hero-section .hero-section-textN {
  width:80%;
  color: #2a2e32;
  text-shadow: 1px 1px 2px #f2f2f2;
}
.hero-section .hero-section-textN h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 3.5rem;
	text-shadow: 1px 1px 2px #f2f2f2;
}
.hero-section .hero-section-textN h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 3rem;
	text-shadow: 1px 1px 2px #f2f2f2;
}
.hero-section .hero-section-textN p {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 2px #f2f2f2;
}
/*FINE RESPONSIVE HERO SECTION*/

/*VIRGOLETTE  */
.testimonials-quotation {
  margin-left: 3rem;
  margin-bottom: 0rem;
  padding: 1rem;
  position: relative;
}

.testimonials-quotation::before {
  content: "“";
  font-size: 5rem;
  color: #456E37;
  position: absolute;
  top: -2.5rem;
  left: -1.5rem;
}

.testimonials-quotation::after {
  content: "”";
  font-size: 5rem;
  color: #456E37;
  position: absolute;
  bottom: -4rem;
  right: -.5rem;
}
/*FINE VIRGOLETTE  */


/*COLORE BOTTONE PER FASCIA BOTTONE */
.fasciaBottoneRosso {
	width: 100%;
}
.fasciaBottoneRosso .button{
 color: white;
 background-color: #DF0404;
}
.fasciaBottoneRosso .button:hover{
 color: white;
 background-color: #B90606;
}

.fasciaBottoneArancio {
	width: 100%;
}
.fasciaBottoneArancio .button{
 color: white;
 background-color: #FFAE00;
}
.fasciaBottoneArancio .button:hover{
 color: white;
 background-color: #DF9902;
}
/*FINE COLORE BOTTONE PER FASCIA BOTTONE */

