/**
 * Content 04 stylesheet  
 * */
.content-04 {
  color: #ffffff;
}
.content-04 .bg-image {
  background: url(../../images/content-04.jpg) no-repeat top left scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-04 h1.title {
  color: #ffffff;
  font-weight: bold;
}
.content-04 h2 {
  font-weight: bold;
  padding-top: 20px;
}
.content-04 h4 {
  margin-bottom: 20px;
}
.content-04 .border p {
  margin-bottom: 50px;
}
.content-04 .border p:before,
.content-04 .border p:after {
  content: "-----";
  padding-left: 3px;
  padding-right: 3px;
  letter-spacing: -2px;
}
.content-04 h2,
.content-04 h4 {
  color: #ffffff;
}