#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;
}
