* {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.meniuvert {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow: auto;
}

.a {
  color: #FFFFFF;
  padding: 15px 15px 15px 30px;
  text-decoration: none;
  display: block;
  font-family: Georgia;
  font-size: 20px;
}

.a:hover {
  background-color: #ddd;
  color: black;
}

.a.active {
  background-color: #4CAF50;
  color: #FFFFFF;
}

.a:hover:not(.active) {
  background-color: #555555;
  color: white;
}

.content {
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 300px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Georgia;
}

.logo1 {
	color:white;
	font-family:serif;
	font-size:43px;
	margin-top:80px;
	text-align:center;
	z-index:1;
}

.logo2 {
	color:white;
	font-family:serif;
	font-size:24px;
	margin-top:-4px;
	margin-bottom:75px;
	text-align:center;
	z-index:1;
}

.a-fb {
	background-color: #000000;
	display: block;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 15px;
}

.titlu {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Poppins, sans-serif;
	font-size: 40px;
	font-weight: bold;
}

.text {
	font-family: Poppins, sans-serif;
	font-size: 16px;
}

.img-right {
	float: right;
	width: 35%;
	height: auto;
	margin-left: 3px
}

.img-left {
	float: left;
	width: 35%;
	height: auto;
	margin-right: 15px
}

.video {
	max-width: 1000px;
	position: relative;
	margin: auto;
	width: 100%;
	height: auto;
}

/* Carduri echipa */
.col {
	float: left;
	width: 33.33%;
	padding: 30px;
}

.card {
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
  width: 100%;
}

.card:hover {
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
}

.img-card {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.descriere {
  padding: 2px 16px;
}

/* Slideshow */
.mySlides {display: none;}
.img {
	vertical-align: middle;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Galerie */
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .meniuvert {
    width: 100%;
    height: auto;
    position: relative;
  }
  .meniuvert a {float: left;}
  .content {margin-left: 0;}
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .meniuvert a {
    text-align: center;
    float: none;
  }
  .logo2 {
	margin-bottom: 25px;
  }
  .img-right {
	 float: none;
	 width: 100%;
	 margin-left: 0px;
  }
  .img-left {
	  float: none;
	  width: 100%;
	  margin-right: 0px;
  }
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}