.news-items .img-div .news-img {
    width: 100%;
}

.news_list .news-date {
    font-weight: bold;
}
.news-body{
    padding: 10px;
}
@media(max-width:767px) {
.news_list {
    margin: 0px;
}
}
.news-title{
    margin: 0 0 5px;
}
.news-title a{
    font-weight: bold;
}
.news-title a:hover {
    text-decoration: none;
}
.news-description {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 5px;
    margin: 0 0 5px;
}

.meta-tags{
    line-height: 14px;
    margin: 10px 0px;
    color: #999;
}
/*.content-head{
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}*/
.content-head span{
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}
.meta-tags span {
    font-size: 12px;
    display: inline-block;
    padding-right: 10px;
}
.meta-tags .fa {
    color: #505050;
    font-size: 14px;
    margin-right: 5px;
}
.leggi{
    font-size: 12px;
    display: inline-block;
}
.leggi a:hover{
    text-decoration: none;
}

.article_std_container {
    background: white;
    border-radius: 0px;
    padding: 15px;
        margin-bottom: 20px;
}

.article_std_container .article-body .article-image {
    margin-right: 10px;
    padding-left: 0px;
/*    float: left;*/
}

.article_std_container .article-body .article-image .thumbnail {
    margin-bottom: 10px;
}

.article_std_container .article-header .article-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.article_std_container .article-header .article-subtitle {
    margin-bottom: 5px;
}

.article_std_container .article-body {
/*    padding-left: 0px;*/
}

.article-date {
/*    float: right;*/
}
#news-list .thumbnail{
    overflow: hidden;
}
.news-items {
    margin-bottom: 0px;
}
#comment-box .well-styled{
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    margin-bottom: 0px;
}
#comment-box .alert{
    margin: 20px;
}


@media(max-width:992px) {
    .article_std_container .article-body .article-image {
        padding-right: 0px;        
        margin-right: 0px;
        width: 100%
    }

/*    .article_std_container .article-body {
        padding-right: 0px;
        padding-left: 0px;
    }*/
}
/*******************************************/
/*HOVER IMAGE*/
.hover-img {
  z-index: 1;
  display: block;
  position: relative;
  /* background: #002023; */
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.hover-img >img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-img .hover-icon,
.hover-img [class*=" hover-icon-"] {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.hover-img .hover-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  -o-transform: translate3d(-50%, 50%, 0);
  -ms-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.hover-img:hover .hover-icon,
.hover-img:hover .hover-icon-group {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hover-img:hover .hover-icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.hover-img:hover >img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/*******************************************/
/*ICONS EFFECTS*/
i.fa-link {
  z-index: 2;
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  display: block;
  background: rgba(51, 51, 51, 0.5);
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
