.header-main {
	margin-top: 140px;
	transition: all 2s;
}
.item-slide > .card > img {
	width:100%;
	height: 100%;
}
@media only screen and (min-width: 700px) {
	.header-main {
		margin-top: 50px;
		transition: all 2s;
}
.item-slide > .card > img {
	width:100%;
	height: 100%;
}
}

/*stiluri pentru div-ul intro*/
.intro {
	background: url("../images/intro3.jpg") no-repeat center center;
	background-size: cover;


}
.section-header{
	margin-bottom:-3rem;;
}
body{
	background-color:rgb(217, 255, 249);
}
.map-container-section {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
  }
  .map-container-section iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
  }
  
  /* adaugate */
  .md-form i {
	  background: rgb(117, 175, 166);
	  padding: 10px;
	  border-radius: 4px;
  }
  .ic i {
	  background: rgb(117, 175, 166);
	  padding: 15px;
	  border-radius: 100%;
  }
  /* ***************** */
  .section-heading {
	  text-shadow: 0 5px rgb(148, 151, 147);
  }

  .img-wrap :hover{
	  border:5px solid rgb(174, 226, 218);
	  box-shadow: : rgb(151, 204, 196);
  }
  .img-wrap{
	
  }