.container .gallery a img {
  float: left;
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  padding-top: 10px;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 5;
}

.container .gallery_test img:hover img {
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

li.ori {
  list-style-type: none;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

#website h1,
#website h2,
#website #content h3,
#website .topmenu {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#website,
#website p {
  font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif
}