/* breakpoints */
.title {
  background: transparent;
}

.title h1, .title .field-title a {
  -webkit-border-image: url("../images/border-small.png") 10% repeat repeat;
  -o-border-image: url("../images/border-small.png") 10% repeat repeat;
  border-image: url("../images/border-small.png") 10% repeat repeat;
  border-bottom-width: 4px;
  border-style: solid;
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
  line-height: 20px;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.no-borderimage .title h1, .no-borderimage .title .field-title a {
  border: 2px solid #000;
}

.title h1:hover, .title .field-title a:hover {
  color: #3d3d3d;
}
