/* Compiled Less CSS File */
/* Generated from "style.css" */

* {
  margin: 0;
  padding: 0;
  border: 0;
}
.clear {
  clear: both;
  font-size: 0.1px;
  height: 0.1px;
  line-height: 0.1px;
}
body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
body .container {
  width: 1260px;
  margin: 0 auto;
}
body #header .logo {
  margin-top: 50px;
  width: 350px;
  height: 91px;
  float: left;
  background: url(../images/logo.png) 0 0 no-repeat;
  margin-left: 18px;
}
body #header h1 {
  float: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #e30513;
  padding-top: 100px;
  padding-right: 109px;
}
body #main .captures .item {
  float: left;
  width: 350px;
  margin: 20px;
}
body #main .captures .item .image_container {
  height: 200px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}
body #main .captures .item .image_container a {
  display: block;
  width: 100%;
  height: 100%;
}
body #main .captures .item .image_container img {
  display: inline;
  width: auto;
  height: 100%;
}
body #main .captures .item .legend {
  text-align: center;
}
body #main .captures .item .legend a {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}
body #main .captures .item .legend a:hover {
  text-decoration: underline;
}