@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.hyphen {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#header {
  border-bottom: 0;
}
#header #caipirinha-glas {
  position: absolute;
  right: -100px;
  top: 0;
  z-index: -1;
  height: 100%;
  width: auto;
}
#reference-list li,
#partner-list li {
  float: left;
  width: 50%;
}
.galery a {
  width: 33.33333%;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators .active {
  background-color: #afd440;
}
