.text-danger {
  color: #db0100;
}

.text-green {
  color: #10c694;
}

.item {
  font-weight: 700;
}

.background-colored {
  background-color: #db0100;
}

button.btn, a.btn, a.btn:not([href]):not([tabindex]), .btn {
  background-color: #db0100;
  border-color: #db0100;
}

button.btn:hover, a.btn:hover {
  background-color: #b00807;
  border-color: #b00807;
  color: #fff !important;
}

#mainMenu nav > ul > li > a.btn {
  color: #fff;
}

#mainMenu nav > ul > li > a:hover {
  color: #b00807;
}

section {
  padding: 20px 0;
}

#header[data-transparent="true"] + #page-title {
    top: -50px;
    margin-bottom: -50px;
    position: relative;
    padding: 100px 0 80px 0;
}

.post-thumbnail-entry {
  width: 100%;
}

.nested-list ul li ul {
  margin-left: 20px;
}

.home-block h4 {
  line-height: 1em;
}
.home-block-bg {
  background: #fff;
  padding: 15px;
}

/* Remove height from thumbnail image */
.post-thumbnail-list .post-thumbnail-entry > img {
  height: auto;
}

/* Contact form */
.form-control, input, select, textarea {
    border: 1px solid #8a8585;
}

ul.special-list {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin-left: 10px;
}
ul.special-list li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.special-list li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 15px;
}

.training-form {
  background: #f8f8f8;
  padding: 20px 25px;
}

.btn.btn-light:hover {
    color: #616975 !important;
}

/* Media Queries */
@media (max-width: 580px) {
  .home-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
