.banner {
  background-image: url(../../img/personal/banner.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.banner .w1005 {
  height: 300px;
  position: relative;
}

.banner .heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 5px solid rgba(180, 184, 187, 0.3);
}

.banner .sub-heading {
  color: rgba(180, 184, 187, 0.3);
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
}

.banner h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0 10px 0;
  color: #fff;
}

.place {
  margin-bottom: 40px;
  color: #A7A7A7;
}

.place .glyphicon {
  margin-right: 5px;
}

.place a {
  color: #A7A7A7;
}

.place a span {
  margin-right: 5px;
}

.place a.place-artcle-title {
  color: #C83842;
}
