#logo {
    max-width: 148px;
    min-width: 108px;
}

#header > .wrapper::before {
    padding-top: 2.1%;
}

.panel {
    border-left: 1px dotted #ccc;
}

.top-pagination {
    margin-left: 0px;
    max-width: 100%;
}

.bottom-sort {
    margin-top: 15px;
}


.range-container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.range-container > a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 15px;
}

.page-search #page-name {
    margin-right: 20px;
}

.page-home .slideshow-container {
    height: auto;
}

.dotdotdot.list-item-text {
    height: 5.5rem;
    max-height: 5.5rem;
}
