@charset "UTF-8";
/* line 5, exhibitions.scss */
.content a {
  color: inherit;
}

/* line 12, exhibitions.scss */
.exhibition > div {
  padding: 20px 10px;
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFB6B6B5');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #b6b6b5));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #b6b6b5 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #b6b6b5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #b6b6b5 100%);
  background-image: linear-gradient(top, #ffffff 0%, #b6b6b5 100%);
  margin: 10px -15px;
}
/* line 18, exhibitions.scss */
.exhibition .image {
  display: block;
  text-align: left;
}
/* line 22, exhibitions.scss */
.exhibition .image img {
  margin: 0;
}
/* line 27, exhibitions.scss */
.exhibition .title {
  font-family: ProximaNovaSbold;
  color: #a80000;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
/* line 35, exhibitions.scss */
.exhibition .date, .exhibition .artists {
  font-family: ProximaNovaSbold;
  margin: 0 0 10px 0;
}
/* line 41, exhibitions.scss */
.exhibition .description:before {
  position: relative;
  top: 1px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a80000;
  margin-right: 3px;
}
/* line 53, exhibitions.scss */
.exhibition .downloads {
  margin-top: 5px;
}
/* line 55, exhibitions.scss */
.exhibition .downloads a {
  display: block;
  padding: 2px 0;
}
/* line 60, exhibitions.scss */
.exhibition .downloads a:hover {
  color: #720000;
}
/* line 64, exhibitions.scss */
.exhibition .downloads a:before {
  font-family: 'Glyphicons Halflings';
  content: '';
  color: #720000;
  padding-right: 0.5ex;
}
/* line 72, exhibitions.scss */
.exhibition .price {
  float: left;
  color: #720000;
  line-height: 25px;
}
/* line 78, exhibitions.scss */
.exhibition .price:before {
  content: '€';
  padding-right: 0.5ex;
}
