#toolbar-administration nav#toolbar-bar {
  position: fixed;
}

.owl-theme .owl-nav [class*=owl-] {
  margin: 0 30px 0 10px;
  padding: 0 10px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  opacity: .6;
  transition: opacity .4s ease;
}

.owl-theme .owl-nav .owl-next {
  margin-right: 10px;
  margin-left: 30px;
}

.owl-theme .owl-nav [class*=owl-]:focus, .owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
  background: 0 0;
}

#offline-resource {
  cursor: pointer;
}

.messages ul {
  list-style: none;
}

.messages {
  color: #007bc9;
  border: 4px solid #007bc9;
}

.messages.error {
  color: #a94442;
  border: 4px solid #a94442;
}

input.link.js-form-submit.form-submit {
  text-decoration: underline;
  margin-left: 30px;
  margin-right: 30px;
  color: #1e274a;
  font-family: Oswalddemi-bold;
  font-size: 16px;
  background-color: #fff;
  border: 0px;
}

#edit-comment-body-0-format-help-about {
  display: none;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

@media (min-width: 992px) {
  .list-inline li {
    margin-left: 0px;
    margin-right: 30px;
  }
}

.forum__title a {
  color: #007bc9;
  font-family: Oswalddemi-bold;
  font-size: 18px;
  font-weight: 400;
}

.forum__title span.username a, span.username a {
  color: #494b61;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.views-field.views-field-last-updated.active strong {
  display: block;
}

.forum-post-panel-sub .author-pane .author-pane-line .username a {
  color: #1e274a !important;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px !important;
}

.forum-post-panel-main.clearfix .forum-post-title a {
  text-decoration: none;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: none;
  color: #007bc9;
  font-family: Oswalddemi-bold;
  font-size: 18px;
  font-weight: 400;
}

div.section-default.section-blue h3 {
  color: #FFF;
  margin-top: 0;
}

div.facets-widget-checkbox ul {
  list-style: none;
  padding-left: 5px;
}

div.facets-widget-checkbox .facet-item a.is-active {
  font-weight: 700;
  color: #1e274a;
}

div.facets-widget-checkbox .facet-item a.is-active .facet-item__status {
  color: #007bc9;
}

.article .post.post-2 .txt {
  width: auto;
}

.header {
  position: absolute;
  z-index: 1;
}

.open .header {
  position:relative;
  z-index: 999;
}
