@-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 #logo img {
  margin-left: 0;
}
#stage .object-search-block {
  left: 25%;
  margin-left: -100px;
}
#stage .stage-text {
  position: absolute;
  width: 350px;
  left: 50%;
  bottom: auto;
  top: 100px;
}
#main .slide-arrow {
  top: 150px;
}
#contact-stage {
  padding-top: 30px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-align: left;
}
#contact-stage .phone-icon {
  font-size: 40px;
  position: absolute;
  left: -30px;
  top: 6px;
}
#contact-stage .small {
  margin-top: 0;
  font-weight: 500;
}
#contact-stage .wrapper {
  display: inline;
}
#contact-stage .btn-primary {
  margin-top: 5px;
}
.phone-number {
  color: #333;
  cursor: default;
  pointer-events: none;
}
#footer #footer-navigation {
  width: auto;
  float: right;
  margin-left: 0;
}
#footer #footer-navigation li {
  display: inline-block;
}
#footer #footer-navigation li a {
  display: inline-block;
  padding: 15px;
}
#footer #footer-navigation li:first-child a {
  padding-left: 30px;
}
#footer #footer-navigation li:last-child a {
  padding-right: 30px;
}
#footer #footer-navigation:before {
  content: '';
  border-right: 25px solid #d90812;
  border-top: 25px solid transparent;
  left: -25px;
}
#footer #footer-navigation:after {
  content: '';
  height: 22px;
  width: 25px;
  left: -25px;
}
#footer .copyright {
  margin-top: 35px;
}
