@import 'font/font-cache.css';
@import 'font-awesome-4.1.0/css/font-awesome.css';
.supertitle {
  background: #FFF;
  color: #000;
}
.supertitle h1 {
  color: #000;
}
.group-picture {
  background-color: #2a2a2a;
  background-position: center center;
  background-repeat: no-repeat;
  height: 405px;
  color: #FFF;
  margin-bottom: 30px;
  position: relative;
}
.group-picture .container {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.group-picture .info {
  position: absolute;
  bottom: 0px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.group-picture .info h3 {
  font-family: "Univers LT W01 65 Bold", Helvetica, Arial;
  font-size: 35px;
  margin-bottom: 20px;
}
.group-picture .info .btn {
  font-size: 18px;
}
.group-picture.left .info {
  left: 0px;
}
.group-picture.right .info {
  right: 0px;
}
.products {
  text-align: center;
}
.products > div {
  margin-bottom: 35px;
  text-align: left;
}
.products > div.new .img {
  display: block;
  position: relative;
}
.products > div.new .img:before {
  content: ' ';
  background: url("images/new-light.png") left top no-repeat;
  width: 99px;
  height: 92px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.products > div.new .img:before img {
  width: 100%;
}
.products > div .img img {
  width: 100%;
}
.products > div h5 a {
  color: #000;
  text-decoration: none;
}
.products > div h5 a:hover {
  color: #C11A1A;
}
.products.not-full > div {
  display: inline-block;
  float: none;
}


/*u*/