/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

#g-header {
  border-top: 1px solid #bfa977;
  border-bottom: 2px solid #bfa977;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.7);
}
#g-header .fancy-logo::before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  height: 40%;
  background-color: #3c0000;
}
#g-header .fancy-logo::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background-color: #3c0000;
  border-radius: 14px;
  border: none !important;
  width: 100%;
  height: 140px;
  top: 0px;
}
#g-header .fancy-logo {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.g-logo img {
  margin-top: 15px;
}
.centered h1 {
  text-align: center;
}
@media only all and (min-width: 48rem) {
  .item-image {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    max-width: 300px;
  }
}
.is-spacer-50 {
  margin-top: 50px;
}
.is-spacer-20 {
  margin-top: 20px;
}
.is-spacer-0 {
  margin-top: -70px;
}
.is-no-bottom {
  margin-bottom: -50px;
}
.is-pull-up {
  margin-top: -7.5rem;
  position: relative;
  z-index: 4;
}
.is-pull-up-box {
  padding: 25px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  top: -7.5rem;
  z-index: 4;
}
.pricelist th {
  border: 1px solid #d1b751;
  background-color: #424242;
}
.pricelist td {
  border: 1px solid #d1b751;
  background-color: #1c1c1c;
}
.contact #contact-form textarea {
  width: 100% !important;
}
.contact #contact-form input {
  width: 100% !important;
}
/*# sourceMappingURL=custom_13.css.map */