/* @group Header/Footer */

#title {
  display: block;
  background-position: 0 -80px;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 310px;
  height: 58px;
}
.platts {
  display: inline-block;
  padding-left: 15px;
}
#description {
  position: relative;
  font: 14px/26px 'Assistant', Helvetica, Arial, sans-serif;
  color: #555;
  text-align: justify;
  margin-bottom: 100px;
}

.label {
  position: absolute;
  display: none;
  width: 200px;
  text-align: center;
  left: 50%;
  top: -30px;
  margin-left: -100px;
  color: #888;
}

/* @end */

/* @group Title */

h2 {
  margin: 0;
  margin-top: 120px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
  font-family: ;
  font-size: 18px;
  color: #333;
}

h2 small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #666;
  margin: 10px 0;
  line-height: 20px;
  margin-left: 15px;
}

/* @end */

/* @group Thumbnails */

.thumbnail {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  cursor: pointer;
  z-index: 5;
}
.ib-notrigger {
  cursor: default;
}

.cover {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 99%;
  background: black url(images/zoom.png) no-repeat center;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  -o-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
}

.thumbnail:hover .cover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.view-large {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-position: -240px 0;
  top: -6px;
  left: -6px;
}

/* @end */
