/*ofg css afegit per mi*/
.imatge_responsiva {/*per fer que les imatges s'adpatin a l'ample sobretot a les web*/
	max-width:100%;
	height:auto;
}
.media-carousel img {
	height: 126px !important;
}

.retalla_text_destacat{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; 
	/*white-space: nowrap; sols 1 linia*/
   line-height: 1.42857143;
   max-height: 44px;
}

.imatges_conc_foto a:hover{
	text-decoration: none !important;
	
}

.titol_noticies {
	height: 41px;
	line-height: 20px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.cuadre_contingut_1 {
    border-top: 1px solid #EEE;
    display: block;
    padding-top: 20px;
    /*overflow-y: auto;*/
}
	
@media(min-width: 1200px){

	.content_conc_foto {
		text-align: center;
		overflow: hidden;
		height:170px;
	}
    .imatge_conc_foto {
		width:100%;
	}

}


@media(min-width: 992px) and (max-width: 1199px){
	.content_conc_foto {
		text-align: center;
		overflow: hidden;
		height:136px;
	}
    .imatge_conc_foto {
		width:100%;
	}
	.titol_noticies {
		height: 41px;
	}

}

@media(min-width: 767px) and (max-width: 991px){

	.content_conc_foto {
		text-align: center;
		overflow: hidden;
		height:220px;
	}
    .imatge_conc_foto {
		width:100%;
	}
	.titol_noticies {
		height: 20px;
	}

}

@media(min-width: 400px) and (max-width: 766px){

	.content_conc_foto {
		text-align: center;
		overflow: hidden;
		height:190px;
	}
    .imatge_conc_foto {
		width:100%;
	}
	.titol_noticies {
		height: 20px;
	}

}

@media screen and (max-width: 399px){

	.content_conc_foto {
		text-align: center;
		overflow: hidden;
		max-height:92px;
	}
    .imatge_conc_foto {
		width:100%;
	}
	.titol_noticies {
		height: 20px;
	}


/*
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > ul > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > ul > li >a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > ul > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > ul > li > a:focus {
    background-image: none;
  }*/
}

