/* CSS Document */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------------------------------------
 SECTION
-------------------------------------*/

section > h2 {
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
  text-shadow: 3px 3px 1px #FFF, 2px 2px 3px #CCC;
  border-bottom: 1px solid #666;
  box-shadow: 0px 1px 0 #CCC, 0px 2px 0 #DDD, 0px 3px 0 #EEE;
}

section > h2 .text-small {
  font-size: 18px;
}

.lead {
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 200;
  line-height: 38px;
  color: #666;
}

.lead .text-small {
  font-size: 18px;
  line-height: 24px;
}

.lead .text-small span.label {
  margin-bottom: 3px;
  font-size: 16px;
}

/*----------------------------------------
 ASIDE
-----------------------------------------*/

.aside {
  padding-top: 25px;
  padding-left: 70px;
  color: #999;
  border-left: 1px dotted #999;
}

@media (max-width: 767px) {
  .aside {
    padding-left: 0;
    margin-top: 25px;
    border-top: 1px dotted #999;
    border-left: none;
  }
}