.hyphen {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@-ms-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@-ms-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
#wideskyscraper {
  right: -100%;
  top: 100px;
  left: auto;
  width: auto;
}
#wideskyscraper.active {
  right: 0;
  top: 100px;
}
#stage {
  min-height: 420px;
}
#carousel-stage .item {
  min-height: 420px;
}
#carousel-stage .item .banner-item {
  top: 60px;
  right: 60px;
}
#main-navigation .container #navigation ul.level-0 .menu {
  width: 1070px;
}
#main-navigation .container #navigation ul.level-0 .menu ul.level-1 > li {
  width: 33.33333%;
}
#main-navigation .container #navigation ul.level-0 .menu ul.level-1 > li:nth-child(2n + 1) {
  clear: none;
}
#main-navigation .container #navigation ul.level-0 .menu ul.level-1 > li:nth-child(3n + 1) {
  clear: both;
}
#main-navigation .container #navigation ul.level-0 > li > a {
  font-size: 16px;
}
#main-navigation .container #navigation ul li a {
  padding: 0 25px;
}
#airlines .description {
  float: left;
  width: 65%;
}
#runnerbox {
  position: fixed;
  top: 40%;
  bottom: auto;
  left: 0;
  width: 60px;
  height: 60px;
  border-top: 0;
}
#runnerbox .row .col-xs-3 .icon {
  border-bottom: 1px solid #116898;
  border-right: 0;
}
#parking-place-list .calculated-price {
  font-size: 18px;
}
#infobar .row .shortcut-icons .icon .fa-stack {
  font-size: 36px;
}
#flightplan {
  margin-left: -15px;
  margin-right: -15px;
}
