body {
	background-color: lightgrey;
}
.container {
  position: relative;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.titlu {
  padding: 10px 10px 10px 10px;
  color: #f3403b;
}

.h3 {
  font-size: 2em;
}
.lista {
  display: inline-block;
  margin: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px;
  border: 3px solid #f3403b;
}
.lista:hover {
  background-color: #f3403b;
  -webkit-box-shadow: 7px 7px 14px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    7px 7px 14px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         7px 7px 14px 0px rgba(50, 50, 50, 0.75);
}
.jandarm {
  text-align: justify;
  font-size: 1.2em;
}
.lista-neordonata {
  text-align: left;
}

.inserat-faceb {
	width: 75%;
  	clear: both;
  	justify-content: center;
  	align-items: center;
	margin-left: auto ;
	margin-right: auto;
	text-align: center;
  	font-size: 1.2em !important;
}

/* Large Devices, Wide Screens */
/* @media only screen and (max-width : 2800px) {
    .container {
        width: 600px;
    }
} */

.wrap {
	position: relative;
	content: "";
  	clear: both;
  	justify-content: center;
  	align-items: center;
	width: 95%;
	height: 95%;
	margin: auto;
}
.wrap-text {
  	clear: both;
  	justify-content: center;
  	align-items: center;
	margin-left: auto ;
	margin-right: auto;
	text-align: center;
}
.h1 {
	color: black !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold !important;
	text-align: center;
}
.h2 {
	color: black !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold !important;
	text-align: center;
	font-weight: bold;
}
.patrat {
	border: solid 3px #000;
	background-color: white;
	border-radius: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* margin: 10px; */
}

.text {
	text-align: justify;
	font-size: 1.5em;
	font-weight: bold;
}
.text-tabel {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;	
}
.text-faceb {
	text-align: justify;
	font-size: 1.2em;
	color: #000;
}
.titlu.text-faceb {
	font-weight: bold;
}
.imagini {
	display: inline;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.img-responsive {
	display: inline;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	text-align: center;	
}
.centrat {
	margin-left: auto ;
	margin-right: auto;
}
table, tr, td {
	/* border: 1px solid black; */
}
.aliniere-text {
	/* vertical-align: bottom; */
	/* margin-left: 5px; */
	/* margin-right: 5px; */
	/* padding: 10px; */
	text-align: center;
	align-items: center;
}
a:focus,
a:hover {
	color: blue;
	font-weight: 600;
	text-decoration-color: blue;
}
.poza {
	/* margin-left: 5px; */
	/* margin-right: 5px; */
	margin-left: auto ;
	margin-right: auto;	
}

