/*SEARCH FORM*/
.navbar #plcmnqdjdy input[name="q"] {
    border-radius: .5rem;
}

.form-inline .form-control {
    border-radius: 1rem;
}

.search-wrapper .input-icons i {
    position: absolute;
}

.search-wrapper input[type="text"] {
    position: relative;
}

/* placeholder */
.search-wrapper input {
    /*font-family: 'FontAwesome';*/
}
/*FIXME: Продумать как работает клик*/
.search-wrapper:after {
    font-family: 'FontAwesome';
    color: gray;
    position: relative;
    left: -2rem;
    content: "\f002";
}

#header-search button[type="submit"] {
    display: none;
}

/*BREADSCRUMB*/
nav ol.breadcrumb {
    background-color: transparent;
    padding: 0 0 .5rem 0;
    color: rgba(173, 173, 173, 0.8);
}

nav ol.breadcrumb .breadcrumb-item.active, nav ol.breadcrumb li a {
    color: rgba(173, 173, 173, 0.8);
    padding: 0;
}
nav ol.breadcrumb .breadcrumb-item.active:before {
    padding-right: .1rem;
    padding-left: .2rem;
    color: rgba(173, 173, 173, 0.8);
}
h1
{
    font-weight: 600;
}

/*CONTENT CATEGORIES*/
.content_categories {
    background-color: #F7E061;
    border: none;
    margin: 20px 0 20px auto;
}
.content_categories li a {
    text-decoration: none;
}
.content_categories li a:hover {
    border-bottom: 1px solid #000000;
}
.content_categories li a span{
    color: #000000!important;
}
.content_categories li {
    margin: 0;
}

.content_categories li {
    display: inline-block;
    background: none;
    font-size: .9rem;
}

.gui-panel {
    margin-bottom: 2rem !important;
    box-sizing: initial;
}


