/* Generated by less 2.2.0 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  color: #000;
  font: 16px/1.25em Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
h1 {
  text-align: center;
}
.images {
  text-align: center;
}
.images a {
  background: #efefef;
  display: inline-block;
  height: 200px;
  margin: 0.25em;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  width: 200px;
}
.images a .hover-wrap {
  display: block;
  overflow: hidden;
  margin: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.images a img {
  border: none;
  display: block;
  height: auto;
  width: 100%;
}
.images a:hover .hover-wrap {
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.image {
  text-align: center;
}
.image img {
  background: #efefef;
  padding: 10px;
}
.controls {
  text-align: center;
}
.controls a {
  display: inline-block;
  margin: 0.5em;
}
