.imageRow {
  *zoom: 1;
  margin: 10px 50px 0;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 20px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  margin-top: 15px;
  margin-left: 15px;
}

.imageRow .single a:hover {
  background-color: #614A27;
}
