.preWrap {
    white-space: pre-wrap;
}

.advanced-search{
    cursor: pointer;
}

.breadcrumb-item{
    display: block!important;
}
/* -- PAGINATOR -- */
.paginator {
    margin: 20px 0 0;
}

.paginator ul {
    width: 410px;
}

.paginator ul.long {
    width: 490px;
}

.paginator ul.longer {
    width: 538px;
}

.paginator ul li {
    float: left;
    list-style: none;
    margin-right: 5px;
}

.paginator ul li a {
    border: 1px solid #ECAE1A;
    display: block;
    width: 30px;
    height: 40px;
    padding-top: 7px;
    color: #647382;
    text-decoration: none;
    font-size: 1.15em;
    text-align: center;
}

.paginator ul.long li a {
    width: 40px;
}

.paginator ul.longer li a {
    width: 46px;
}

.paginator ul li a:hover, .paginator ul li a:focus {
    background: #ECAE1A;
    color: #FFFFFF;
}

.paginator ul.long li.current a {
    background: #ECAE1A;
    color: #FFFFFF;
    font-weight: bold;
}

.paginator ul.longer li.current a {
    background: #ECAE1A;
    color: #FFFFFF;
    font-weight: bold;
}

.paginator .current a {
    background: #ECAE1A;
    color: #FFFFFF;
    font-weight: bold;
}




/* ---------------------------------------------- */
/* ------- Infoline style ------- */


.static-white-link, .static-white-link:hover{
    color: white;
}


