/*stili generali*/
body{
font-family: 'Roboto Mono' !important;
color:#1a1a1a !important;
}

h1,h3,h4,h5,h6, section p, section span{
font-family: 'Roboto Mono', Helvetica, Arial, sans-serif !important;
color:inherit;
}

h2{
font-family:'Roboto Condensed' !important;
text-transform: uppercase;
font-weight: 400;
line-height: normal !important;
font-size:50px !important;
}

h3{
font-family:'Roboto Condensed' !important;
text-transform: uppercase;
font-weight: 400;
line-height: normal !important;
}

p.lead{
  font-family: 'Roboto Mono' !important;
  font-weight: 400;
  font-size: 100% !important;
}

.bio-p{
  font-size: 1em !important;
}

.bg-light a {
  text-decoration: underline;
  color: #008066;;
  font-weight: normal;
}

/*menu*/
.module.widget-handle{
  border: none !important;
}

.mobile-toggle {
  border: none !important;
}

.menu li a{
  font-size: 14px;
  font-family: 'Roboto Mono';
  text-transform: none;
  font-weight:normal;
  letter-spacing: 1px;
  opacity: 0.5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal !important;
}

nav.transparent.fixed .menu > li > a{
  opacity:.8;
  color: #003333; /*verde scuro*/
  color: #008066; /*verde chiaro*/
}

.module.left{
  padding: 0 16px !important;
}

.lingua{
  margin-right: 6px !important;
}

/* inutile senza menù a tendina */
.module.widget-handle{
  padding-left: 16px !important;
}

.menu > li ul{
width: 200px;
padding: 8px 0;
background:  #334d4d!important;
position: absolute;
z-index: 99;
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
visibility: hidden;
margin-top: -1px;
}

/*per cambiare le frecce dello slideshow*/
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  content: "\e649";
  font-family: 'themify';
  font-size: 30px !important;
  color: #ffffff;
  opacity: .6;
}

.flex-direction-nav a.flex-prev {
  left: 16px;
}

.flex-direction-nav a.flex-prev:before {
  content: "\e64a";
}

.flex-direction-nav a {
  width: 0px; /*trucco per nascondere le frecce*/
  height: 0px;
}

.bg-primary{
  background-color: #003333; /*verde scuro*/
  background-color:  #008066 !important; /*verde chiaro*/
}

.bg-light{
  background-color: #ffffff!important;
}


/*effetto moltiplica su slideshow
.background-multiply .background-image-holder {
  background-color:  #bfbfbf
 !important;
  background-blend-mode: multiply;
}*/

/*per cambiare spaziatura griglia immagini*/
.grid {
	max-width: auto;
	list-style: none;
	margin-right:-10px !important;
	margin-left:-10px !important;
	padding: 0;
}

/*posizione blocco testo sopra slideshow*/
.v-align-transform {
  position: relative;
  transform: translate3d(0, -15%, 0);
  -webkit-transform: translate3d(0, -15%, 0); /*era -50%*/
  z-index: 2;
}

/*footer*/
.footer-2.bg-primary{
height:auto !important;
padding: 4%;
}

.footer-copyright{
  font-size:1em;
  margin-bottom:0;
  width: auto;
  float:right;
}
.contatti{
  font-size:1em;
  margin-bottom:0;
}

@media only screen and (max-width: 800px)  {
    .footer-copyright {
      float:initial;
    }
}

@media only screen and (max-width: 800px)  {
    .footer-2 {
        text-align: center;
    }
}

.link{
  text-decoration: underline;
  font-weight: 400;
}
