/**
 * About Us page
 */
.sec-about-us {
  color: #000;
  margin: 0 auto;
  padding: 30px 0;
  width: 900px;
}

.img-about-us {
  float: right;
  margin-left: 30px;
}

.sec-about-us p {
  font-size: 15px;
  line-height: 1.6em;
}

.sec-about-us .txt-the-company {
  line-height: 1.8em;
}

.about-us-spacer {
  clear: both;
  height: 30px;
  visibility: hidden;
  width: auto;
}

.box-dancer-profile {
  margin-bottom: 30px;
}

.box-dancer-profile:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  width: 0;
}

.hdr-dancer-name {
  padding-top: 5px;
}

.img-profile {
  float: left;
  margin-right: 30px;
}

.img-profile-talia + .hdr-dancer-name {
  margin: 0;
}

.hdr-title {
  font-weight: normal;
}


