
body
{
	margin:0;
	padding:0;
	background-image: url(../images/images.jpg);
}

.container
	{
		background-color: white;
		margin-top: 2%;
		width: 70%;
	}


.sigla_bei
	{
		width:115%;
	}	
	
.sigla_ue
	{
		width:115%;
	}	

.sigla_guv
	{
		width:20%;
	}	

.sigla_is
	{
		width:59%;
	}	

.sigla_ifin
	{
		width:42%;
	}
	
	
.blue_row
{
	height:10px;
	background-color:rgb(4, 98, 6);
}

.orange_row
{
	height:30px;
	background-color:rgb(112, 112, 112);
}

.text-footer
{
	font-size: 0.8em;
	font-weight: bold;
}

h2
{
	font-size: 2 rem;
	font-weight: bold;
	color:rgb(4, 98, 6);
	/* text-shadow: 2px 2px 4px #000000; */
	
	/* position: absolute; */
    /* top: 50%;  */
    /* right: 50%; */
    /* transform: translate(50%,-50%); */
    text-transform: uppercase;
    /* color: #f5f5f5; */
    text-shadow: 2px 2px 1px #C2C2C2,
        2px 2px 1px #C2C2C2,
        2px 2px 1px #C2C2C2,
        2px 2px 1px #C2C2C2,
        2px 2px 1px #C2C2C2,
        2px 2px 1px #C2C2C2,
        2px 2px 1px #C2C2C2,
        2px 2px 1px #C2C2C2,
        2px 2px 1px #C2C2C2,
        2px 2px 1px #C2C2C2,
    2px 2px 1px rgba(194, 194, 194),
    2px 2px 1px rgba(194, 194, 194),
    2px 2px 1px rgba(194, 194, 194),
    2px 2px 1px rgba(194, 194, 194);
}

h3
{
	color:rgb(2,77,159);
	font-weight:bold;
}
/**/


.meniu_orange_row
{
	background-color:rgb(112, 112, 112);
}

.navbar-nav li
{
	 background-color: rgb(112, 112, 112);  
}
.navbar-nav a 
{
	color:white;
	
}





.coloana_stiri
{
	padding-left: 8px;
	padding-right: 0;
}

.stiri_total
{
	/* border: 2px solid rgb(217,77,58); */
	margin: 0;
	padding: 0;
}

.lista_stiri
{
	list-style: none;
	padding: 0;
	list-style-type: none;
	padding-right: 0.5em;
}



.lista_stiri li
{
	/* border-bottom: 2px solid rgb(217,77,58); */
	box-shadow: -0px 2px 5px 0px rgb(2,77,159);
	margin-bottom: 1em;
	padding-left: 0.3em;
	color:#848484;
	font-size: 0.8rem;
}


.buton_stire_coloana
{
	border: none;
    background-color: white;
    text-align: left;
    color: :#848484;
	
}


.card_stiri
{
	width:15rem;
	padding:0;
}


.card_stiri img
{
font-size: 1.5rem;
text-align: center;
}

.card-text
{
	font-size:0.7rem;
}

.card-footer
{
	font-size:0.7rem;
	text-align:center;
}

.card-sigla-ifin
{
	width: 70%;
	margin: auto;
	padding-top: 5px;
}

.buton_stiri
{
	width:100%;
	padding:0;
	color: white;
	background-color:rgb(217,77,58);
	border:rgb(217,77,58);
}

.titlu_stiri_outreach
{
	font-size:0.8rem;
}

.buton_stiri:hover
{
	
	background-color:rgb(2,77,159);
	border:rgb(2,77,159);
	color:white;
}



.crop-text-3 {
  -webkit-line-clamp: 3;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.crop-text-2 {
  -webkit-line-clamp: 2;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.img_criminalistica
{
	width:45%;
}

.img_info
{
	font-size:0.8rem;
}


.text-justify
{
	text-align: justify;
}

.card_body_top
{
	
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px)
{
	body
	{
		margin:0;
		padding:0;
		background-color: red;
	}
	
	.container
	{
		background-color: white;
		width: 100%;
	}

	.sigla_ue
	{
		width:50%;
	}	

	.sigla_guv
	{
		width:39%;
	}	

	.sigla_is
	{
		width:41%;
	}	

	.sigla_ifin
	{
		width:42%;
	}
	
	.slider 
	{
	  text-align: center;
	  padding-bottom: 5rem;
		
	}
	
	h2
	{
		font-size: 2rem;
	}
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width:767.98px)
{
	.container
	{
		background-color: white;
		margin-top: 2%;
		width: 100%;
	}

	.sigla_ue
	{
		width:50%;
	}	

	.sigla_guv
	{
		width:39%;
	}	

	.sigla_is
	{
		width:41%;
	}	

	.sigla_ifin
	{
		width:42%;
	}
	h2
	{
		font-size: 2rem;
	}
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width:991.98px)
{
	.container
	{
		background-color: white;
		margin-top: 2%;
		width: 80%;
	}

	.sigla_ue
	{
		width:37%;
	}	

	.sigla_guv
	{
		width:30%;
	}	

	.sigla_is
	{
		width:31%;
	}	

	.sigla_ifin
	{
		width:42%;
	}
	
	h2
	{
		font-size: 2rem;
	}
	
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width:1199.98px)
{
	.container
	{
		background-color: white;
		margin-top: 2%;
		width: 80%;
	}

	.sigla_ue
	{
		width:37%;
	}	

	.sigla_guv
	{
		width:30%;
	}	

	.sigla_is
	{
		width:31%;
	}	

	.sigla_ifin
	{
		width:42%;
	}
	
	h2
	{
		font-size: 2rem;
	}
	
}




























