.navbar-default {
    	background-color: rgba(0, 0, 0, 0.7) !important;
       border: none;
    padding: 10px 0;
	}
	html {
		overflow: auto !important;
	}
	.footerelative {
		position: relative !important;
	}

.butonformular {
	background-color: #000;
    padding: 10px 40px;
    font-size: 20px;
    width: 100%;
}



  .sectiondespre {
    padding: 7% 0 4% 0;
    background-color: #191919;
    position: relative;
    z-index: 2;
  }

  .bannerdespre h2 {
text-align: center;
    font-size: 53px;
    color: #fff;
    margin-top: 20px;
  }


  .titludespre {
    font-size: 30px;
    color: #191919;
    margin-top: 70px;
    text-align: left;
    font-weight: 300;
    font-style: italic;
    padding-left: 30px;
  }


  .textdespre {
    font-weight: 300;
    color: #808080;
    font-size: 15px;
    text-align: left;
    margin-top: 40px;
    padding: 0 80px 0 30px;
    margin-bottom: 60px;
  }

  .imaginedespre {
    margin-top: 120px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  }

  .desprepadding {
    padding: 0 40px 0 0;
  }


  .desprecontainer {
    margin: 70px auto;
    padding: 30px;
    background-color: #efefef;
  }

  .rowdespre {
        border: 1px solid #3a3a3a;
  }


  .pointer {
    margin: 0 auto;
    width: 2px;
    background-color: #fff;
    display: block;
    height: 50px;
  }


  .containerechipa {
    margin:40px auto;
  }

  .echipa {
    background-color: #efefef;
    margin: 7px;
    width: 32%;
  }

  .team {
    border: 1px solid #3a3a3a;
    margin: 10px 0;
    padding: 15px;
  }

  .team img {
    width: 200px;
    border-radius: 100%;
    border: 4px solid #6d6d6d;
    margin: 20px auto;
  }

  .team img:hover {
    border-color: #36c6f3;
  }

  .team span {
    display: block;
    text-align: center;
  }

  .team span i {
    font-size: 40px;
    color: #3a3a3a;
  }

  .team p {
    font-weight: 300;
    color: #808080;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }

  .team h5 {
    text-align: center;
    color: #3a3a3a;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-style: italic;
  }

  .team h3 {
    color: #3a3a3a;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
  }

    .sectioncontact {
    padding: 10% 0;
    background-color: #000000;
  }

  .bannercontact h2 {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 10%;
  }

  .bannercontact h3{
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #969696;
  }

  .borderright {
    border-right: solid 1px;
  }

  .bannercontact p {
    font-size: 16px;
    text-align: center;
  }

  .sectionform {
    padding:5%;
    background-color: #fff;
  }

  .titlucontact {
    text-align: center;
    color: #3a3a3a;
    font-size: 30px;
  }

  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    color: #5d5d5d;
  }

  .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #868686;
    margin-bottom: 40px;
    border-radius: 0;
    background-color: transparent;
  }

