/* INIZIO - Cambia colore barra del menu */
.main-navigation, .main-navigation ul ul {
      background-color:#00A5A9;
}
/* FINE - Cambia colore barra del menu */

/* INIZIO - Cambia colore barra del footer */
footer.site-info {
background: #00A5A9;
color: #000000; 
}
/* FINE - Cambia colore barra del footer */

/* INIZIO - Imposta il margine della pagine con il menu */
.inside-header {padding-top: 20px; padding-bottom: 20px}
/* FINE - Imposta il margine della pagine con il menu */

/* Nasconde la barra del footer */
.site-info {display:none;} 


/* INIZIO - Toglie il padding all'immagine del table sul primo widget della barra sinistra */
  #text-7.widget.inner-padding.widget_text {
    padding: 0px;
}
/* FINE - Toglie il padding all'immagine del table sul primo widget della barra sinistra */

/* ridimensiona l'immagine del table sul primo widget della barra sinistra */

/* INIZIO - Toglie il padding all'immagine di facebbok sul primo widget della barra destra */
  #text-10.widget.inner-padding.widget_text {
    padding: 0px;
}
/* FINE  - Toglie il padding all'immagine di facebbok sul primo widget della barra destra */


/* INIZIO - Fade out su marchi Associati */
@-webkit-keyframes cf4FadeInOut {
0% {
opacity:1;
}
17% {
opacity:1;
}
25% {
opacity:0;
}
92% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes cf4FadeInOut {
0% {
opacity:1;
}
17% {
opacity:1;
}
25% {
opacity:0;
}
92% {
opacity:0;
}
100% {
opacity:1;
}
}
@-o-keyframes cf4FadeInOut {
0% {
opacity:1;
}
17% {
opacity:1;
}
25% {
opacity:0;
}
92% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes cf4FadeInOut {
0% {
opacity:1;
}
17% {
opacity:1;
}
25% {
opacity:0;
}
92% {
opacity:0;
}
100% {
opacity:1;
}
}
#cf4a {
position:relative;
height:110px;
width:220px;
margin:0 auto;
}
#cf4a img {
position:absolute;
left:0;
}
#cf4a img {
-webkit-animation-name: cf4FadeInOut;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 8s;
-moz-animation-name: cf4FadeInOut;
-moz-animation-timing-function: ease-in-out;
-moz-animation-iteration-count: infinite;
-moz-animation-duration: 8s;
-o-animation-name: cf4FadeInOut;
-o-animation-timing-function: ease-in-out;
-o-animation-iteration-count: infinite;
-o-animation-duration: 8s;
animation-name: cf4FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 8s;
}
#cf4a img:nth-of-type(1) {
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-o-animation-delay: 6s;
animation-delay: 6s;
}
#cf4a img:nth-of-type(2) {
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
-o-animation-delay: 4s;
animation-delay: 4s;
}
#cf4a img:nth-of-type(3) {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-o-animation-delay: 2s;
animation-delay: 2s;
}
#cf4a img:nth-of-type(4) {
-webkit-animation-delay: 0;
-moz-animation-delay: 0;
-o-animation-delay: 0;
animation-delay: 0;
}


@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#cf4a img:nth-of-type(1) {
  animation-delay: 6s;
}
#cf4a img:nth-of-type(2) {
  animation-delay: 4s;
}
#cf4a img:nth-of-type(3) {
  animation-delay: 2s;
}
#cf4a img:nth-of-type(4) {
  animation-delay: 0;
}
/* FINE - Fade out su marchi Associati */

/* INIZIO - Fade out su formatori */
/* modificata altezza height:281px;				  */	

#cf {
  position:relative;
  height:200px;
  width:450px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
/* FINE   - Fade out su formatori */



