.imageRow {width:1170px;}

a {
  color: #fff;
  text-decoration: underline;
}
/* line 125, ../sass/screen.sass */
a:hover {
  color: #fff;
}

/* line 128, ../sass/screen.sass */
::-moz-selection,
::selection {
  background: #799364;
  color: white;
}

.imageRow {
  *zoom: 1;
  margin: 0 auto;
  text-align: center;
}
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}

.imageRow .single a {
  display: block;
  padding: 0;
  line-height: 1em;
  margin: 8px;
}

.imageRow ul {margin: 0 0px; text-align: center;}
.imageRow ul li{float:left;}

.imageRow .single a img {
margin: 3px 3px 0 3px;
width: 270px;
height: 180px;
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #799364;
}

@media only screen and (max-width: 1000px) {
  /* line 364, ../sass/screen.sass */
  body, input, textarea {
    font-size: 14px;
  }

  /* line 367, ../sass/screen.sass */
  body {
    padding-top: 20px;
  }

  /* line 370, ../sass/screen.sass */
  .section {
    padding: 20px 0;
  }

  /* line 373, ../sass/screen.sass */
  p.lead {
    font-size: 20px;
  }

@media only screen and (max-width: 700px) {
  /* line 403, ../sass/screen.sass */
  body, input, textarea {
    font-size: 12px;
    padding-top: 0;
  }


