/* General */
body {
  margin: 25px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
}
body:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: url('../img/bg-header.jpg') repeat-x center center #181c1e;
}
body:after {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0; 
  display: block;
  width: 100%;
  height: 15px;
  background: url('../img/bg-header.jpg') repeat-x center center #181c1e;
}

i {
  margin-top: 1px !important;
}

h1 {
  margin: 0 0 15px;
  padding-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  color: #00a2ff;
  text-transform: uppercase;
  border-bottom: 4px solid #eee;
}

/* thumbs */
.thumbs {
  margin-top: 10px;
}
.thumbs > a {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.thumbs > a:hover {
  border-color: #faa732;
}
.thumbs > a.span3:nth-child(4n+1) { margin-left: 0 !important; }
.thumbs > a > img {
  width: 100%;
}