body {
  font-family: "allerregular";
}
h2 {
  font-size: 34px;
  margin-bottom: 45px;
  margin-top: 40px;
}
.top-bg {
  background: url("../img/top-bg.png") center top;
  height: 511px;
}
.lang-selector {
  font-size: 19px;
}
.lang-selector a {
  color: #222222;
}
.lang-selector a.active {
  color: #db1e3c;
}
.lang-selector .twitter-icon {
  padding-left: 20px;
}
.placeholder {
  height: 220px;
}
.header-left-bar {
  height: 220px;
  background: url("../img/transparent-white.png");
}
.header-right-bar {
  height: 73px;
  background: url("../img/transparent-white.png");
}
.center-header {
  margin-top: -220px;
  position: relative;
  background: url("../img/top-bg-center.png") center top;
  height: 440px;
}
.navbar-holder {
  margin-right: 0;
  padding-right: 0;
}
.navbar-holder .navbar {
  background: url("../img/transparent-white.png");
  border-radius: 0;
  height: 73px;
  border: 0;
}
.navbar-holder .navbar .navbar-collapse {
  border-top: 0;
}
.navbar-holder .navbar .navbar-header {
  margin-left: 0;
}
.navbar-holder .navbar .navbar-brand {
  padding: 0;
  margin-left: -56px;
}
.navbar-holder .navbar .navbar-brand img {
  margin-top: 2px;
}
.navbar-holder .navbar .navbar-nav {
  background: url("../img/transparent-white.png") !important;
  font-size: 25px;
  color: #2e2d2d;
}
.navbar-holder .navbar .navbar-nav a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.biennale-txt {
  bottom: 100px;
  left: 200px;
  position: absolute;
}
.gray-bg {
  background: #ecebe8;
}
.greeting-txt {
  padding-bottom: 40px;
  font-size: 19px;
}
.twitter-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-left-bar {
  height: 222px;
  background: #989898;
}
.footer-placeholder {
  height: 222px;
}
.footer {
  margin-top: -222px;
  position: relative;
  margin-bottom: 40px;
  min-height: 222px;
  font-size: 19px;
}
.footer .footer-bar-min {
  padding: 20px;
  background: #989898;
  min-height: 222px;
  word-break: break-all;
}
.footer .footer-bar {
  padding: 20px;
  background: #989898;
  min-height: 222px;
}
.footer .footer-bar:after {
  display: block;
  content: " ";
  width: 300px;
  height: 222px;
  top: 0px;
  background-color: #989898;
  position: absolute;
  right: -69px;
  transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  border: 2px solid #989898;
  z-index: -1;
}
.ui-carousel {
  height: 100px;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  /*for ie7 to work e.g in html carousels*/
  width: 300px;
}
.ui-carousel > .wrapper {
  margin: 0;
  padding: 0;
  width: 9999px;
}
.ui-carousel > .wrapper > * {
  border: 0;
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
