.breadcrumbs {
    background-color: #FFF;
}

.page-container {
    background: #E5E5E5;
}

.search-page .bordered {
    border: 1px solid #ccc;
}

.search-content-1 .search-container>ul .search-item>.search-content>.search-title>a{
    color: #cb0017;
}

.search-content-1 .search-container>ul .search-item>.search-content>.search-title>a:hover {
    color: #bf0024;
}

.search-page .bordered {
    border: 1px solid #e7ecf1
}

.search-page .search-bar {
    padding: 20px;
    margin-bottom: 40px;
    background-color: #fff
}

.search-page .search-bar input {
    border: none;
    background-color: #f3f6f9;
    color: #a0a9b4;
    height: 55px
}

.search-page .search-bar button {
    color: #fff;
    height: 55px;
    width: 130px;
    margin-left: -3px;
    margin-top: -2px
}

.search-page .search-bar .search-desc {
    margin: 0;
    color: #a0a9b4;
    font-size: 13px
}

.profile-content .nav-tabs > li.active > a {
    background: none !important;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom-color: #cb0017 !important;
}

.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover {
    border-bottom-color: rgba(191, 0, 36, 0.5) !important;
}

.profile-usertitle {
    text-align: center;
}

.profile-usertitle-name {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #cb0017;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px
}

.profile-stat-text {
    font-weight: 600;
    color: #cb0017;
}

.profile-sidebar-portlet {
    padding: 30px 0 30px!important;
}

.page-container {
    height: auto;
    min-height: calc(100vh - 147px);
}

.search-content-1 .search-container>ul .search-item>a>object>img, .search-content-1 .search-container>ul .search-item>a>object {
    width: 100px;
    float: left;
    margin-right: 20px;
    /*border-radius: 50%!important;*/
}

@media(max-width: 1024px){
    .search-bar {
        width: 90% !important;
        left: 5% !important;
    }
}


@media(max-width: 767px){
    .search-bar {
        top: 0px !important;
        position: relative !important;
        width: 100% !important;
        left: 0px !important;
    }

    .container>.navbar-header, .container>.navbar-collapse {
        margin-right: 25px;
    }

    .navbar-text h2 {
        font-size: 24px;
    }
}

.profile-userpic img, .profile-userpic object {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    /*-webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;*/
}

.panel.panel-level-0 {
    border-color: #CB0017;
}

.panel-level-0 .panel-heading {
    background-color: #CB0017;
}

.panel-level-0 .panel-heading a {
    color: #FFFFFF;
}

.panel-level-0 .panel-heading a:hover {
    color: #FFFFFF;
}

.panel.panel-level-1 {
    border-color: #D2D2D2;
}

.panel-level-1 .panel-heading {
    background-color: #D2D2D2;
}

.panel-level-1 .panel-heading a {
    color: #666666;
}

.panel-level-1 .panel-heading a:hover {
    color: #444444;
}

.panel.panel-level-default {
    border-color: #E9EDEF;
}

.panel-level-default .panel-heading {
    background-color: #E9EDEF;
}

.panel-level-default .panel-heading a {
    color: #444444;
}

.panel-level-default .panel-heading a:hover {
    color: #222222;
}

.section-header {
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    margin: 2rem 0 1rem;
    font-size: 1.75rem;
    color: #CB0017;
}

.section-header:first-child {
    margin-top: 0;
}
