.content-header img {
    width: 100%;
}
.archive .operator-list .operator-item {
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: 20%;
    padding: 0px 7.5px;
}
.archive .operator-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.archive .operator-item article {
    background: #fff;
    border: 1px solid #bcbcbc;
}

.archive .operator-item article .site-thumbnail{
    height: 180px;
    overflow: hidden;
    /* background-color: #f3f3f3; */
    background-color: #222;
    position: relative;
    border-bottom: 1px solid #bcbcbc;
}

.archive .operator-item figure{
    padding:  50px 20px;    
}

.archive .operator-item figure.site-image img {
    height: 80px;
    object-fit: contain;
}

.archive .operator-item article .site-title {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 2px;
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.archive .operator-item article
.entry-content {
    text-transform: none;
    text-align: center;
}

.archive .paging {
    clear: both;
    text-align: center;	display: block;	width: 100%;
}
.archive .pagination>li>a,.archive .pagination>li>span {
    background: none !important;
    border: none !important;
}
.operator-types-list{
    background: #ede9ea;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.operator-types-list ul li {
    display: inline-block;
    background: #fff;
    padding: 6px 15px;
    margin: 6px 8px;
    border: 1px solid #bcbcbc;
}
.operator-types-list ul li a {
    text-transform: none;
}
.operator-types-list ul li.active {
    background: #4dae5f;
}
.operator-types-list ul li.active a{
    color: #fff;
}
.view-all-bottom {
    display: none;
}
/*Filter box*/
.filter-box {
    display: block;
    overflow: unset;
    clear: both;
    width: 100%;
    padding: 0px 0px 20px;
	height: 60px;
}
.filter-box .pull-right .dropdown {
    display: inline-block;
}
.pull-right span {
    font-weight: bold;
    display: inline-block;
    padding-right: 10px;
    line-height: 36px;
    text-transform: none;
    vertical-align: middle;
}
.list-filter button {
    border: 1px solid #bcbcbc;
    color: #222;
    background: #fff;
    border-radius: 0px;
    min-width: 235px;
    text-align: left;
}
.list-filter button i {
    float: right;
    font-size: 20px;
}
.list-filter button:hover {
    background: #fff;
}
/*ADV*/
.middle-adv {
    overflow: hidden;
    margin-bottom: 30px;
}

.middle-adv .adv-item {
    overflow: hidden;
    padding: 0px !important;
}

.middle-adv .adv-item-1 {
    padding-right: 7.5px !important;
}

.middle-adv .adv-item-2 {
    padding-left: 7.5px !important;
}
.middle-adv .adv-item img {
    overflow: hidden;
    display: block;
    object-fit: cover;
	width: 100%;
    height: 120px;
}
.middle-adv .adv-item a {
    display: block;
    overflow: hidden;
}