/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/


/* animazioni */
.ddxx {
  opacity:0;
}

.ddxx.animated {
  opacity:1;
}

.ssxx {
  opacity:0;
}

.ssxx.animated {
  opacity:1;
}

/** PAGINE LISTE */
/* altezza riquadri con foto componenti lista */
.candidati-ipf {
	height:470px !important;
	border:0px solid red !important;
	margin-bottom:25px !important;
}

.testi-liste p {
   margin-bottom:5px !important;
   
}


.social-lista:hover {
   opacity:0.7 !important;
}

/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 769px) {
   /* colore sfondo sottomenu (vedi template.css) */
.sitemenu-submenu-light ul,
   .sitemenu-submenu-light .vs-mega {background:#ffffff !important; }

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}

