html {
    position: relative;
    min-height: 100%
}
body {
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 60px
}
.footer, .header, .marketing {
    padding-left: 15px;
    padding-right: 15px
}
.header {
    border-bottom: 1px solid #e5e5e5
}
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    border-top: #e7e7e7 solid 1px
}
.container-narrow>hr {
    margin: 30px 0
}
.rp-hide {
    display: none
}
.rp-show {
    display: block
}
.container .jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    width: 720px
}
.navbar-line-decor {
    height: 5px;
    width: 100%;
    background-color: #2f82c2
}
.navbar {
    min-height: 70px!important
}
.navbar-brand {
    line-height: 40px
}
.navbar-default {
    background-color: #f5f5f5
}
#navbar-search-form {
    left: 225px;
    position: fixed;
    top: 25px;
    width: 600px;
    z-index: 9999
}
.search-form .btn-primary {
    margin-left: 5px
}
.search-form-advanced {
    background-color: #fdfdfd;
    border: 1px solid silver;
    height: 255px;
    left: -15px;
    position: absolute;
    top: -2px;
    width: 585px
}
.search-form-advanced h4 {
    margin-left: 15px
}
.search-form-advanced label {
    font-size: 12px;
    font-weight: 400
}
.search-form-advanced .form-control {
    font-size: 12px;
    height: 26px;
    padding: 5px
}
.search-form-advanced-container {
    position: relative;
    z-index: 1000
}
.search-form-advanced-open {
    position: absolute;
    right: 50px;
    top: 6px;
    z-index: 2;
    cursor: pointer;
    height: 20px;
    width: 17px
}
.search-form-advanced-close {
    float: right;
    margin: 5px 5px 0 0;
    cursor: pointer
}
.caret-reversed {
    border-top-width: 0;
    border-bottom: 5px solid #000;
    top: 10px!important
}
.ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] {
    display: none!important
}
.box-shadow {
    box-shadow: 0 0 12px #ccc
}
#navbar-top {
    transition: all 1s ease
}
.v-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#search-results-container{
    margin-top: 20px;
}

#hit-search-results li {
    list-style: none;
    margin-bottom: 15px;
    padding: 15px;
    width: 800px
}
#hit-search-results li:hover {
    background-color: #f5f5f5
}
#hit-search-pagination .pagination {
    margin: 0 auto
}
.hit-description {
    display: block
}
.hit-proprerties {
    font-size: 10px
}
.jumbotron {
    z-index: 9999
}
@media screen and (min-width:768px) {
    .footer, .header, .marketing {
        padding-left: 0;
        padding-right: 0
    }
    .header {
        margin-bottom: 30px
    }
    .jumbotron {
        border-bottom: 0
    }
}


/*Pagination*/
