body {
	color: #8f8f8f;
  font-family: "Open Sans", Arial, sans-serif;
}

.logo-elemar {
  width: 315px;
}
.address-elemar {
  padding-left: 20%;
}
.address-elemar > address > span {
  font-weight: bold;
  font-size: 1.1em;
}


#offer .col-lg-4 {
	text-align: center;
	font-family: "Open Sans", Arial, sans-serif;
}

#offer .col-lg-4 h2 {
  clear: both;
	text-transform: uppercase;
  padding-top: 10px;
}

.carousel {
  margin-bottom: 60px;
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      -width: 70%;
      margin: auto;
  }
.carousel-caption {
  background: #3579a4 none repeat scroll 0 0;
}
.carousel-caption h3 {
  font-size: 2em;
}
#cooperation {
	background-color: #E8E8E8;
}
.featurette-divider {
  margin: 80px 0;
 } 
.featurette-heading {
  color: #5a5a5a;
  font-size: 50px;
}

.offer-list {
  line-height: 25px;
  font-size: 1.2em;
}

.clear {
  clear: both;
}
.social-links {
  width: 100px;
  margin: 0 auto;
}

.social-links span{
    text-align: center;
  float: left;
  width: 90px;
  height: 90px;
  border: 1px solid #909090;
  border-radius: 100%;
  margin-right: 7px; /*space between*/

} 
.social-links span i{
  font-size: 50px;
    line-height: 90px;
  color: #909090;
}