@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url('/fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/TitilliumWeb-Regular.woff') format('woff'), url('/fonts/TitilliumWeb-Regular.ttf') format('truetype'), url('/fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 13px;
  font-family: 'TitilliumWeb-Regular' !important;
  padding-top: 60px;
  padding-bottom: 40px;
}
h1 {
  font-size: 17px;
  font-weight: bold;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
h3 {
  font-size: 15px;
  font-weight: bold;
}
h4 {
  font-size: 14px;
  font-weight: bold;
}
h5 {
  font-size: 13px;
  font-weight: normal;
}
h6 {
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
}
.zf-green {
  font-weight: bolder;
}
.btn-success,
.jumbotron {
  background-color: #a50000;
  background-image: -moz-linear-gradient(top, #ff0000, #a50000);
  background-image: -ms-linear-gradient(top, #ff0000, #a50000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#a50000));
  background-image: -webkit-linear-gradient(top, #ff0000, #a50000);
  background-image: -o-linear-gradient(top, #ff0000, #a50000);
  background-image: linear-gradient(top, #ff0000, #a50000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@swamp-gradient-colour-start', endColorstr='@swamp-gradient-colour-end', GradientType=0);
  border-color: #a50000;
}
.jumbotron {
  color: #ffffff;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #a50000;
}
div.container a.navbar-brand > img {
  display: inline;
  margin-right: 4px;
  margin-top: -2px;
}
.form_element_group {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  padding-right: 5px;
  float: left;
}
.form_element_group label {
  margin-bottom: 5px;
  width: 100%;
  display: block;
  float: left;
}
.form_element_group input,
.form_element_group textarea {
  width: 100%;
  display: block;
  float: left;
}
.contact_firstname {
  display: block;
  width: 100%;
}
.contact_email {
  display: block;
  width: 100%;
}
.contact_message {
  display: block;
  width: 100%;
}
.contact_captcha {
  display: block;
  width: 100%;
}
.contact_submit {
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .contact_firstname {
    width: 100%;
  }
  .contact_email {
    width: 100%;
  }
  .contact_message {
    width: 100%;
  }
  .contact_captcha {
    width: 100%;
  }
  .contact_submit {
    width: 100%;
  }
}
.required_element {
  color: #d80000;
}
.alert ul {
  margin: 0;
  padding: 0;
}
.alert li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alert p {
  margin-bottom: 5px;
}
li.message_item_name {
  font-weight: bold;
}
li.message_item_text {
  font-weight: normal;
  font-style: italic;
  margin-left: 10px;
}
.swamp_debug_data_panel {
  margin-left: 10px;
  margin-right: 10px;
}
.swamp_debug_data_panel .panel-heading h2 {
  margin: 0px;
}
.alert-error {
  background-image: linear-gradient(to bottom, #f2dede 0px, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  color: #d80000;
}
.swamp_form_element button {
  margin-top: 10px;
}
#toTop {
  bottom: 5px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 5px;
}
