/*.dirette .keyword:after {
  background-position: -76px -23px;
}*/

 .main-article.dirette .keyword:after,
 .main-article.dirette .keyword:after, 
.dirette .keyword:after {
  background: url('images/ico-live.png') center no-repeat;
  background-size: initial !important;
  background-color: #ed1d24;

}

.home-break-news article:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-break-news .lanci-principali-posizione-4:hover, 
.home-break-news .lanci-principali-posizione-5:hover, 
.home-break-news .lanci-principali-posizione-6:hover, 
.home-break-news .lanci-principali-posizione-7:hover {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
.home-break-news .lanci-principali-posizione-4:hover .home-lanci-excerpt,
.home-break-news .lanci-principali-posizione-5:hover .home-lanci-excerpt,
.home-break-news .lanci-principali-posizione-6:hover .home-lanci-excerpt,
.home-break-news .lanci-principali-posizione-7:hover .home-lanci-excerpt {
    display: none;
}
.home-break-news .home-lanci-entry-meta {
  width: 100%;
  top: auto;
}
.u-animation .home-lanci-entry-meta {

  /*top: 0;*/
  overflow: hidden;
}
.lanci-principali-posizione-4, .lanci-principali-posizione-5, .lanci-principali-posizione-6, .lanci-principali-posizione-7 {
  font-size: 11px;
  line-height: 1;
}
.home-break-news .home-lanci-excerpt {
  height: 0 !important;
  overflow: hidden;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 1s linear 0.5s, opacity 0.5s linear;
  color: #fff;

}
.home-break-news article:hover  .home-lanci-excerpt {
  height: auto !important;

  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.home-break-news article {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.home-break-news .home-lanci-entry-image {
  background-color: #000;
}
.home-break-news article:hover  .wp-post-image {
  opacity: 0.3;
}
.home-break-news .wp-post-image {
  transition: all .25s ease;
  opacity: 1;
}
.home-lanci-date {
  display: block;
  margin: 10px 0;
}
.main-article .entry-content a {
  color: #ed1d24;
}
.error404 .content-area {
  background: url('images/archive-bg.jpg') repeat-y center 0;
}

.title404 {
    font-size: 2em;
    font-weight: 600;
    border-bottom: 3px solid #E8E8E8;
    margin-bottom: 20px;
    padding-bottom: 16px;
}

.error404 .entry-content {
    padding: 100px 120px;
    min-height: 600px;
}
@media (min-width:992px) and (max-width:1199px) {
  .error404 .content-area {
    background: url('images/archive-bg-md.jpg') repeat-y center 0;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .error404 .content-area {
    background-image: none;
    background-color: #f1f1f1;
  }
}

.archive .archive-container article .entry-title {
  font-size: 20px;
}
/*@media (min-width: 767px) {
  .link-archivi {
    position: absolute;
    top: 0;
    left: 79%;
} 
} */

/*
.link-archivi-inner {
    padding: 20px 0 0 10px;
    border-left: 1px solid #fff;
}*/

.link-archivi-inner a {
    color: #fff;
}

.ico-docs {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: transparent url(images/icon_archivio_storico.png) center no-repeat;
  position: relative;
  top: 4px;
}

.ico-camera {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: transparent url(images/icon_archivio_foto.png) center no-repeat;
  position: relative;
  top: 4px;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0  20px 20px 0;
}