/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


/* FONT STYLE */
.empty {font-size:0.001px;} /*generic rule to use on span when we insert space in xslt*/

.font-b {font-weight: bold;}
.textUp {text-transform: uppercase;}
.text-c {text-align:center;}


.multilanguage li {color: #fff;}
.multilanguage li a {color: #fff;}
.multilanguage li a:hover {color: #efefef;}

.active>.page-link,
.page-link.active {
  color:#FFF;
  background-color:#ce1723;
  border-color:#ce1723;
}
.page-link {
  color: #ce1723;
}
.page-link:hover {
  color: #8e1018;
}
.page-link:focus {
  color:#ce1723;
  background-color:#fff;
}
.active>.page-link:hover {
    color: #FFF;
}
.active>.page-link:focus {
    color: #FFF;
}

a.box_news figure figcaption {
  background-color: #ce1723 !important;
}
.widget ul.cats a:hover {
  color: #ce1723 !important;
}

.banner {
  background: #fff;
}

.home_slide_btn {
    margin-top: 30px;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-30 {
    margin-top: 30px;
}
.mb-25 {
    margin-bottom: 25px;
}

.pictures_grid figure {
    margin-right: 5px;
}

.img-fluid-detail {
  width: 100%;
  height: auto;
}

.cats li.thirdLev  {
	padding-left:20px !important;
}
.cats li.fourthLev  {
	padding-left:40px !important;
}
.cats li.otherLev  {
	padding-left:60px !important;
}
.cats li.active_item > a {
	color:#ce1723 !important;
}
.cats li.active_path > a {
	/*color:#ce1723 !important;*/
}

.grid ul li figure img {

}

.grid ul li {
    height: 144px;
    overflow: hidden;
    margin-bottom: 1px;
    margin-right: 8px;
}
.grid ul li figcaption .caption-content {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-top: 0px;
}

.box_list {
  min-height: 210px;
}
.box_list .wrapper {
  min-height: 145px;
}

/* SEZ PROGRAMMA */
.sezione {
  font-weight: normal;
  color: #555;
  text-transform: uppercase;
}
.tipo {
  font-weight: 500;
  color: #ce1723;
}

.progrTitle {
  color: #333;
}
.progrTitle:hover {
  color: #ce1723;
}
.progrTitle:focus {
  color:#ce1723;
}



/* Newsletter footer - da template  #newsletter */

.gdpr {
    height: 20px;
  width: 20px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #d2d8dd;
  background-color: #fff;
}
.gdpr_label {
    padding-left: 10px;
}
.indicates-required {
    color: #ce1723;
}

.loghi_grid figure {
  margin: 0 10px 0 0;
  overflow: hidden;
  position: relative;
  height: 70px;
  width: 120px;
  display: inline-block;
}

.loghi_grid figure a {
  display: block;
}
.loghi_grid figure a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
}
.loghi_grid figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 120px;
  height: auto;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .loghi_grid figure a img {
    height: 70px;
  }
}

.singlepostRel {
    position: relative;
    float: right;
}

.box_grid .focus_bt,
.singlepostRel.focus_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  /*background-color: rgba(255, 255, 255, 0.6);
  padding: 9px 10px;*/
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  
}

#mce-success-response {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  margin: 1rem 0;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center;
  font-weight: bold;
}