﻿.c-last-news h2,
.c-press h2,
.c-last-video h2 {
  margin-bottom: 50px;
}

.c-press .carousel-inner {
  padding: 7px 0;
}

.c-last-news .cta.secondaria,
.c-press .cta.secondaria,
.c-last-video .cta.secondaria {
  margin-top: 50px;
  margin-bottom: 50px;
}

.c-last-news .cta.macrotag,
.c-press .cta.macrotag {
  display: inline-block;
  margin-bottom: 5px;
}
.o-info-news-wrapper,
.o-info-press-wrapper {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #555555;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 1rem;
}

.o-info-news-wrapper {
  margin-top: 15px;
}

.o-tag-news-wrapper {
  margin-bottom: 10px;
}

.o-tag-press-wrapper {
  margin-bottom: 35px;
}

.o-tag-news-wrapper .macrotag,
.o-tag-press-wrapper .macrotag {
  margin-right: 5px;
  padding: 5px;
  background-color: rgba(101, 168, 18, 0.25);
  color: #202020;
  font-size: 0.75rem;
}

.o-title-news,
.o-title-press,
.o-title-video {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.o-title-news {
  margin-top: 0px;
}
.o-single-news img {
  width: 100%;
}

.o-single-press {
  padding: 20px;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
}

.o-read-more-press-it,
.o-read-more-press-en {
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  padding-left: 22px;
}


.o-read-more-press-it::before,
.o-read-more-press-en::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 21px;
  background: url(../images/press-icon.svg) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.c-last-video .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.c-last-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-last-video .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.o-info-video-wrapper {
  padding: 10px 0;
}

.o-title-video {
  margin-top: 15px;
  margin-bottom: 15px;
}

.o-text-description {
  margin-bottom: 0;
}

/* Indicators
   ---- */

.carousel-catalogo .carousel-indicators {
  bottom: -50px;
}

.carousel-catalogo .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #65a812;
  border-radius: 25px !important;
  margin: 25px 10px;
  padding: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.carousel-catalogo .carousel-indicators li.active {
  background-color: #b6b9bb;
  margin: 25px 10px;
  padding: 0;
}

.c-last-news h2, .c-press h2, .c-last-video h2 {
	margin-bottom: 50px
} 

/* .c-press .carousel-inner { padding: 7px 0 } */

.c-last-news .cta.secondaria, .c-press .cta.secondaria, .c-last-video .cta.secondaria  {
	margin-top: 50px;
    margin-bottom: 50px 
}

.c-last-news .o-single-news {
    height: 540px;
    position: relative;
}
.c-last-news .o-single-news .cta.testuale {
    bottom: 0;
    position: absolute;
}

.c-last-news .cta.macrotag, .c-press .cta.macrotag {
	display: inline-block;
}
.o-info-news-wrapper, .o-info-press-wrapper{
	font-size:0.75rem;
	text-transform:uppercase;
	color:#555555;
	font-weight:500;
	margin-top:0px;
	margin-bottom:10px;
}

.o-info-news-wrapper {
	margin-top:15px;
}

.o-tag-news-wrapper,
.o-tag-press-wrapper {
    height: 28px;
	margin-bottom: 10px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}

.o-tag-press-wrapper{
    height: 28px;
	margin-bottom: 35px;
}

.o-tag-news-wrapper .macrotag, .o-tag-press-wrapper .macrotag{
	margin-right:5px;
	padding:5px;
	background-color:rgba(101, 168, 18, 0.25);
	color:#202020;
	font-size:0.75rem;
}

.o-title-news, .o-title-press, .o-title-video{
	font-size: 1rem; 
	font-weight: 700;
    margin-bottom: 10px;
}
.o-title-news {
    height: 72px;
    margin-top: 30px;
    overflow: auto;
}
.itemElement {margin-bottom:30px;}
.o-single-news .o-title-news {overflow: inherit;}

.o-text-news {
    height: 72px;
    overflow: auto;
}

/*.modal-content .o-text-news {float: right;width: 47%;margin-right: 4px;}
.modal-content .o-title-news {/* margin-top: 90px; float: right;width: 47%;*margin-right: 73px;}*/

.o-single-news img { width: 100% }
.fakeh3 {font-weight:bold;}
.o-single-press {
    background: #fff;
	box-shadow: 0px 3px 6px #00000029;
    margin: 7px 0;
	padding: 20px;
}

.o-title-press {
    height: 72px;
    overflow: auto;
}

.o-read-more-press-it, .o-read-more-press-en{
	text-transform: capitalize;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    padding-left: 22px;
}


.o-read-more-press-it::before, .o-read-more-press-en::before{
	content: "";
    display: inline-block;
    width: 17px;
    height: 21px;
    background: url(../images/press-icon.svg) no-repeat center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.c-last-video .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.c-last-video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.o-info-video-wrapper{
	padding:10px 0;
}

.o-title-video{
    margin-top: 15px;
    margin-bottom: 15px;
}

.o-text-description{
	margin-bottom:0;
}

/* Indicators
   ---- */

.carousel-catalogo .carousel-indicators {
	bottom:-50px;
}

.carousel-catalogo .carousel-indicators li {
	width: 10px;
    height: 10px;
    background-color: #65A812;
    border-radius: 25px !important;
    margin: 25px 10px;
    padding: 0;
    border: 0;
    -webkit-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.carousel-catalogo .carousel-indicators li.active {
	background-color: #B6B9BB;
	margin: 25px 10px;
    padding: 0;
}


@media (max-width: 1199px) {
    .c-last-news .o-single-news {
        height: 495px;
    }
}

@media (max-width: 991px) {
    .c-last-news .o-single-news {
        height: auto;
    }

    .o-title-news {
        height: 48px;
    }

    .c-last-news .o-single-news .cta.testuale {
        position: relative;
    }
}

.o-info-news-wrapper .col-sm-6.text-right,
.o-info-press-wrapper .col-sm-6.text-right {
    min-height: 42px;
    text-align: right;
}



.col-sm-6 .o-tag-news-wrapper,
.col-sm-6 .o-title-news,
.col-sm-6 .o-text-news,
.c-item.col-md-12 .o-tag-news-wrapper,
.c-item.col-md-12 .o-title-press,
.c-item.col-md-12 .o-text-news,
.o-single-news.horizontal-news,
.o-single-news.horizontal-news .o-tag-news-wrapper,
.o-single-news.horizontal-news .o-title-news,
.o-single-news.horizontal-news .o-text-news,
.o-single-news.itemElement,
.o-single-news.itemElement .o-tag-news-wrapper,
.o-single-news.itemElement .o-title-news,
.o-single-news.itemElement .o-text-news,
.modal .o-single-news {
    height: auto !important;
}


.col-sm-6 .o-info-news-wrapper .col-sm-6.text-right,
.col-sm-6 .o-info-press-wrapper .col-sm-6.text-right {
    min-height: auto;
}


.o-single-news.itemElement .cta.testuale {
    position: relative;
}


@media (max-width: 320px) 
{
    .o-text-news {
        height:auto;
        overflow: auto;
    }

}

@media(min-width: 991px){
	.modal-content .o-text-news {
		margin-top: 100px;
	}
}
