.sf-level-0 > input[type="checkbox"] {
    display: none;
}

.sf-level-0 > label.sf-label-checkbox {
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: 600;
}

.searchandfilter ul {
    margin-left: 0;
}

.searchandfilter ul li ul li ul {
    margin-left: 10px;
    /*height: 155px;*/
    /*overflow: hidden;*/
}

.searchandfilter .more-categs-container {
    text-align: center;
    font-size: 25px;
}

.bg-gradient-transparent {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(246,245,252,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(246,245,252,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(246,245,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6f5fc",GradientType=1);
}

.content-project {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: 10vw 30vw 10vw;
    grid-gap: 1em;
    background-color: #f5f5f5;
}

.search-filter-results:after {
    content: '';
    display: block;
    clear: both
}

.search-filter-results {
    clear: both;
}

.search-filter-results .list-items {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    margin: 0;
}

.search-filter-results .list-items [class*=col-] {
    display: flex;
}

.search-filter-results [class*=col-] {
    position: relative;
    float: left;
    padding-left: 35px;
    padding-bottom: 35px;
    box-sizing: border-box
}

.search-filter-results .col-1 {
    width: 8.333%
}

.search-filter-results .col-2 {
    width: 16.629%
}

.search-filter-results .col-2-5 {
    width: 20%
}

.search-filter-results .col-3 {
    width: 25%
}

.search-filter-results .col-4 {
    width: 33.3333333%
}

.search-filter-results .col-5 {
    width: 41.66%
}

.search-filter-results .col-6 {
    width: 50%
}

.search-filter-results .col-7 {
    width: 58.33%
}

.search-filter-results .col-8 {
    width: 66.66%
}

.search-filter-results .col-9 {
    width: 75%
}

.search-filter-results .col-10 {
    width: 83.33%
}

.search-filter-results .col-11 {
    width: 91.66%
}

.search-filter-results .col-12 {
    width: 100%
}

.search-filter-results .col-float-right {
    float: right
}

.search-filter-results .col-offset-3 {
    margin-left: 25%
}

.one-row [class*=col] {
    padding-bottom: 0
}

.one-row .paginate {
    margin: 0
}

@media (max-width: 1024px) {
    .search-filter-results .col-4 {
        width: 50% !important
    }
}

@media (max-width: 468px) {
    .search-filter-results:not(.no-bp) [class*=col-] {
        width: 100% !important
    }
    .search-filter-results .col-offset-3 {
        margin-left: 0
    }
}

@media screen and (max-width: 1911px) {
    .search-filter-results .list-items .col-4 {
        width: 33.33333%
    }
}

@media screen and (max-width: 1309px) {
    .search-filter-results .list-items .col-4 {
        width: 50%
    }
}

@media screen and (max-width: 707px) {
    .search-filter-results .list-items .col-4 {
        width: 100%
    }
}

@media screen and (max-width: 1461px) {
    .search-filter-results .paginate .col-3,
    .search-filter-results .list-items .col-3,
    body.home .box-heading .col-3 {
        width: 33.33333%
    }
    .list-one-row .col-3:nth-child(4) {
        display: none
    }
}

@media screen and (max-width: 1009px) {
    .search-filter-results .paginate .col-3,
    .search-filter-results .list-items .col-3,
    body.home .box-heading .col-3 {
        width: 50%
    }
    .list-one-row .col-3:nth-child(3) {
        display: none
    }
}

@media screen and (max-width: 557px) {
    .search-filter-results .paginate .col-3,
    .search-filter-results .list-items .col-3,
    body.home .box-heading .col-3 {
        width: 100%
    }
}

@media screen and (max-width: 1549px) {
    .search-filter-results .list-items .col-2-5 {
        width: 25%
    }
    .list-one-row .col-2-5:nth-child(5) {
        display: none
    }
}

@media screen and (max-width: 1188px) {
    .search-filter-results .list-items .col-2-5 {
        width: 33.33333%
    }
    .list-one-row .col-2-5:nth-child(4) {
        display: none
    }
}

@media screen and (max-width: 827px) {
    .search-filter-results .list-items .col-2-5 {
        width: 50%
    }
    .list-one-row .col-2-5:nth-child(3) {
        display: none
    }
}

@media screen and (max-width: 466px) {
    .search-filter-results [class*=col-] {
        padding-left: 0;
    }
    .search-filter-results .list-items .col-2-5 {
        width: 100%
    }
}

figure {
    position: relative;
    display: inline-block;
}

figure:after {
    content: '';
    display: block;
    clear: both;
}

.rollover {
    display: block;
    background: #FFF;
    transition: all 0.3s ease-in-out;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.rollover:hover {
    box-shadow: 0 6px 11px 0 rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.rollover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #202121;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.rollover .box-photo {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 0px 20px rgba(0,0,0,.1);
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rollover img {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    height: auto;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    transform: translateZ(0);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.rollover:not(.no-hover):hover .box-photo img {
    filter: none;
}

.rollover:hover:not(.no-scale) .box-photo img {
    transform: scale(1.05);
    filter: none;
}

.list-items .box-item {
    position: relative;
    width: 100%;
    transition: background 0.3s ease-in-out;
}

.list-items .box-item:after {
    content: '';
    display: block;
    clear: both;
}

.list-flex .box-item, .list-flex .box-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.list-items .box-info {
    position: relative;
    clear: both;
    background-color: #fcfcfc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.list-flex .box-info, .list-flex .box-info .content {
    flex: 1;
}


.list-items .box-item div.content {
    padding: 20px;
}

.list-items .box-info .footer.style2 {
    padding: 11px 20px 10px 20px;
}

.list-items .box-info .footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
    font-size: 12px;
}

.list-items .box-info .row:first-of-type {
    height: auto;
    white-space: inherit;
}

.list-items .box-info .row {
    height: 20px;
    margin-bottom: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-items .box-info .row.row-2col {
    display: flex;
    justify-content: space-between;
}

.list-items .box-info .row:last-of-type {
    margin-bottom: 0;
}

.list-items h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.list-items h3 a {
    color: #000;
}

.list-items h3 a:hover {
    color: #2ac4ea;
}

.list-items .box-info .row.row-2col .box-left {
    height: 20px;
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-items .box-info .footer.style2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    padding: 0 20px;
    background: #f4f7f6;
}

.list-items .box-info .footer .list-tags {
    display: flex;
    flex-flow: wrap;
    margin: 0;
}

.list-items .box-info .footer .list-tags .item {
    cursor: default;
}

.list-items .box-info .footer:after {
    content: '';
    display: block;
    clear: both;
}

.list-items .box-info .footer .box-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.list-tags {
    display: inline-block
}

.list-tags li {
    list-style: none;
}

.list-items .box-info .list-tags li {
    margin: 0 3px 3px 0
}

.list-items .box-info .list-tags .item {
    border: none
}

.list-tags.size-large .item {
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-weight: 400
}

.list-tags.size-medium .item {
    height: 28px;
    padding: 0 20px;
    line-height: 29px
}

.list-tags.size-small .item {
    display: flex;
    align-items: center;
    height: 15px;
    padding: 1px 5px 0 5px;
    line-height: normal;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px
}

.list-tags.size-small .item:hover {
    background-color: #A6ABAB;
    color: #fcfcfc;
}

.list-tags.no-border .item {
    border: none
}

.list-tags.list-center {
    text-align: center;
}

.list-tags.list-center li {
    float: none;
    display: inline-block;
    margin: 0 5px 5px 0
}

.list-tags li {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    font-size: 14px;
}

.list-tags li.hidden {
    display: none;
}

.list-tags li.sotd .item,
.list-tags li.sotd .item:hover,
.list-tags li.sotd .tooltip-text {
    background-color: #FF4E4E;
    color: #fff
}

.list-tags li.sotd .tooltip-text:after {
    border-top-color: #FF4E4E
}

.list-tags li.sotm .item,
.list-tags li.sotm .item:hover,
.list-tags li.sotm .tooltip-text {
    background-color: #49c5b6;
    color: #fff
}

.list-tags li.sotm .tooltip-text:after {
    border-top-color: #49c5b6
}

.list-tags li.soty .item,
.list-tags li.soty .item:hover,
.list-tags li.soty .tooltip-text {
    background-color: #A6ABAB;
    color: #fff
}

.list-tags li.soty .tooltip-text:after {
    border-top-color: #A6ABAB
}

.list-tags li.dotd .item,
.list-tags li.dotd .item:hover,
.list-tags li.dotd .tooltip-text {
    background-color: #8154EF;
    color: #fff
}

.list-tags li.dotd .tooltip-text:after {
    border-top-color: #8154EF
}

.list-tags li.hm .item,
.list-tags li.hm .item:hover,
.list-tags li.hm .tooltip-text {
    background-color: #9FD2D6;
    color: #fff
}

.list-tags li.hm .tooltip-text:after {
    border-top-color: #9FD2D6
}

.list-tags li.motw .item,
.list-tags li.motw .item:hover,
.list-tags li.motw .tooltip-text {
    background-color: #FF8601;
    color: #fff
}

.list-tags li.motw .tooltip-text:after {
    border-top-color: #FF8601
}

.list-tags li .item {
    position: relative;
    display: block;
    height: 34px;
    padding: 0 20px;
    line-height: 34px;
    color: #202121;
    border: 1px solid #202121;
    border-radius: 36px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.list-tags li .item:hover {
    border-color: #49c5b6;
    color: #49c5b6;
    background-color: transparent
}

.paginate {
    display: flex;
    justify-content: space-between;
    height: 60px;
    clear: both;
    margin: 35px 0;
    font-size: 16px;
    overflow: hidden;
}

.paginate .pages,
.paginate .nextpostslink,
.paginate .previouspostslink,
.paginate .extend {
    display: none;
}

.paginate .item.more {
    width: 100%;
    background-color: #000;
    color: #fff;
}

.paginate .page,
.paginate .first {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 1px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    color: #202121;
    transition: all 0.3s ease-in-out;
}

.paginate .page:hover {
    background-color: #E6EAEA;
}

.paginate .current {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 1px;
    line-height: 60px;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.page-id-7862 .uael-modal-content-data .uael-text-editor > p {
    margin: 0;
}

.sf-item-17 {
    margin-bottom: 40px;
}

.projects-notice {
    width: 100%;
    background: #fff;
    padding: 15px;
}
