.searchResult-wrapper .pagination-items{
    margin-top: 20px;
    margin-bottom: 30px;
    clear: both;
    max-width: 100%;
    text-align: center;
}

.searchResult-wrapper .pagination-items a[disabled] {
    background: #fff;
    color: #959a9c !important;
    border-radius: 0;
    font-weight: 100;
    border: 1px solid #ddd;
    height: 32px;
    padding: 0px 12px;
    font-size: 14px;
    margin: 0px 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    min-height: 30px;
    overflow-wrap: break-word;
    line-height: 1.2rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

}

.searchResult-wrapper .pagination-items a[disabled]:hover{

    text-decoration: none;
    border: 1px solid #ddd !important;
}

.searchResult-wrapper .pagination-items a {
    background: #fff;
    color: #0071bc;
    border-radius: 0;
    font-weight: 600;
    border: 1px solid #ddd;
    height: 32px;
    padding: 0px 12px;
    font-size: 14px;
    margin: 0px 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    min-height: 30px;
    overflow-wrap: break-word;
    line-height: 1.2rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.searchResult-wrapper .pagination-items a.active{
    color: #0071bc;
    border: 1px solid #0071bc;
    font-weight: 600;
}

.searchResult-wrapper .pagination-items a:hover{
    color: #0071bc;
    text-decoration: none;
    border: 1px solid #0071bc;
}

/* Medium devices (tablets, 768px and up): ipad portrait */
@media (min-width: 768px) and (max-width: 991px) {
    .searchResult-wrapper .pagination-items{
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 575px) {
    .searchResult-wrapper .pagination-items a{
        height: 25px;
        padding: 0px 10px;
        margin-top: 10px;
    }
}

/* MOBILE DEVICE AND HIDING THE DESKTOP FILTER */
@media (min-width:100px) and (max-width: 767px) {
    /* a#load-menu {
        font-weight: 400;
        font-size: 13px;
        color: #777;
        line-height: 18px;
        padding-right: 0px;
        position: relative;
        top: 0px;
        width: 100%;
        display: block;
        text-align: center;
    } */

    .desktopViewFilter{
        display: none;
    }

    .filter-collapsible--wrapper__trigger:after,
.leftNav-collapsible--wrapper__trigger:after {
    font-family: "Font Awesome 5 Free"!important;
    content: '\F054';
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    font-weight: 600;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.filter-collapsible--wrapper__trigger.is-open:after,
.leftNav-collapsible--wrapper__trigger.is-open:after {
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
}


.filter-checkboxes--wrapper ul li {
    padding-top: 15px;
}
}

.project-filters-title{

    display: flex !important;
}

.project-library-title{
    margin-right: 78px;
}

.project-library-title-back {
    margin-right: 22px;
}

p.library-title.project-library-title-back.back-to-filter {
    padding-left: 19px;
}

 .cd-close {
    position: absolute;
    z-index: 1;
    right: 4px;
    /* top: 10px;
    height: 50px; */
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    /* margin: 0 10%; */
}



 .cd-close::after, .cd-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #111433;
}

.cd-close::before{
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.custom-control.custom-switch {
    margin-bottom: 10px;
    float: right;
}

.slide-out {
    content: 'slider';
    border: 1px solid #d8e9e9;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 999999;
    position: fixed;
    background: #f2f2f2;
    position: fixed;
    width:  100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: scroll;
    transition: 3s;


}

.mobile-expand-title{
    display: block;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding: 10px;
    background: none;
    color: #282c3f;
    cursor: pointer;
    padding-bottom: 0px;
    text-transform: uppercase;
    /* font-size: 14px; */
    font-size: 12px;
    margin: 0 0 10px 0;
    padding-left: 0;
}

.collapable-sub-title{
    display: block;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    background: none;
    color: #282c3f;
    cursor: pointer;
    padding-bottom: 0px;
    text-transform: uppercase;
    /* font-size: 14px; */
    font-size: 12px;
    margin: 0 0 10px 0;
    padding-left: 0;

}

.mobile-expand-title:before, .mobile-expand-title:after {
    right: 10px;
    /* -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
    background: #333; */
}

.mobile-expand-title:after {

    content: '\F054';
    position: absolute;
    /* top: 50%; */
    /* margin-top: -1px; */
    display: inline-block;
    height: 2px;
    width: -8px;
    /* -webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
    font-weight: 600;
    color:black;
    font-family: "Font Awesome 5 Free"!important;


}

.back-to-filter:before{


    content: '\F053';
    position: absolute;
    /* top: 50%; */
    /* margin-top: -1px; */
    display: inline-block;
    height: 19px;
    margin-left: -18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600;


}

p.library-title.project-library-title-back.back-to-filter {
    padding-left: 19px;
}




.mobileViewFilter .filter-checkboxes--wrapper ul {
    max-height: 100%;
    position: relative;
    overflow-y: auto;
    list-style: none;
    padding: 0px 0px 12px;
    margin: 0px;
    padding-right: 10px;
  
}
.mobile-expand-title:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-not-active{
    visibility: hidden;
    transition: opacity 1s ease-out;
    opacity: 0;
    animation: fade-out 1s;
    display:none;
}

@keyframes showFilter {
    from {opacity: 0;}
    to {opacity: 1;}
  }

.filter-active{
    display: block;
    opacity: 1;
    animation: fade-in 1s;
    animation: showFilter 1s ease-in-out both ;
    visibility: visible;

}

.project-lib-title--wrapper{
    padding-right: 0px;
}

/*  DESKTOP AND TABLET - HIDING THE MOBILE FILTER*/
@media (min-width:767px)  {
    /* a#load-menu {
        font-weight: 400;
        font-size: 13px;
        color: #777;
        line-height: 18px;
        padding-right: 0px;
        position: relative;
        top: 0px;
        width: 100%;
        display: block;
        text-align: center;
    } */

    .mobileViewFilter{
        display: none;
    }


}
.view-list--wrapper .list-item{
    color: black;
    text-decoration: none;
    /* min-height: 240px; */
}

.view-list--wrapper .list-item a{
    text-decoration: none !important;
}

.view-list--wrapper .list-item .list-item--subTitle{
    font-size: 14px;
    font-weight: normal;
    color: #231f20;
    margin-top: 5px;
}

.view-list--wrapper .list-item--title:hover{
    color: #0287d1;
}

.view-list--wrapper .list-item--Info{
	font-size: 75%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.view-list--wrapper .list-item--header .info__channel{
    color: #00929f ;
    /* font-size: 16px; */
    font-size: 14px;
}

.view-list--wrapper .list-item--header .info__channel:hover{
    color: #01579b;
}

.view-list--wrapper .list-item .list-item--title h1{
    color: #000000eb;
    color:rgb(0,0,0);
    /* font-size: 22px;
    font-weight: bold; */
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: -4px;
}

.view-list--wrapper .list-item .list-item--title h5{
    color: #000000eb;
    color:rgb(0,0,0);
    /* font-size: 22px;
    font-weight: bold; */
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: -4px;
}

.view-list--wrapper .list-item--body{
    line-height: 22px;
    /* font-size: 16px; */
    font-size: 15px;
    margin-bottom: 8px;
    color: #28323B;
    margin-top: 10px;
}

.view-list--wrapper .list-item--desc-wrapper{
    line-height: 22px;
    font-size: 14px;
    color: #28323B;
    margin-top: 10px;
}

.view-list--wrapper .list-item--footer{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.view-list--wrapper .list-item--footer .list-item--subFooter2{
    margin-top: -6px;
}
.view-list--wrapper .list-item--footer .list-item--subFooter2 a{
    color: #0071BB;
}
.view-list--wrapper .list-item--footer .list-item--subFooter2 a:hover{
    color: #01579b;
}

.view-list--wrapper .list-item--footer .info__price {
    float: right;
    font-size: 20px;
    font-weight: 600;
    color: #231f20;
    margin-top: -3px;
}

.info__author{
    font-weight: 600;
    color: #231f20;
    text-transform: capitalize;
    font-size: 13px;
}

.view-list--wrapper .list-item--image{
	height: 150px;
    background-size: cover;
    background-position: center;
}

.list-item:first-child .list-item__row--wrapper{
    border-top: 1px solid #dddddd
}

.view-list--wrapper .list-item__row--wrapper{
    padding: 1.2em 0;
    border-bottom: 1px solid #dddddd
}

.view-list--wrapper .list-item__row-left--wrapper,
.view-list--wrapper .list-item__row-right--wrapper{
    padding-left: 0;
    position: relative;
}

.view-list--wrapper .list-item__row-right--wrapper{
    padding-right: 0px;
}

.view-list--wrapper .list-item__leed_interpretation .list-item__row--wrapper {
    border-bottom: none;
}

a.list-item__leed_interpretation__Anchor:last-child .list-item__leed_interpretation .list-item__row--wrapper{
    border-bottom: 1px solid #dddddd
}


/* Extra large */
@media (min-width: 990px) and (max-width: 1200px) {
    .view-list--wrapper .list-item--image{
		max-width: 220px;
 	}
 }

 /* large */
 @media (min-width: 760px) and (max-width: 990px) {
    .view-list--wrapper .list-item--image{
		max-width: 165px;
 	}
 }
.view-grid--wrapper .grid-item a{
    text-decoration: none !important;
}

.view-grid--wrapper .grid-item .grid-item--image{
    height: 165px;
    /* border-bottom: 1px solid #fff; */
    margin-bottom: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.view-grid--wrapper .no-style-for-title{
    display: none;
}

.view-grid--wrapper .grid-item .grid-item--header{
    padding: 0px 10px 0px 10px;
}

.view-grid--wrapper .grid-item--desc-wrapper{
    padding: 0 10px;
    line-height: 22px;
    font-size: 14px;
    color: #28323B;
    margin-top: 10px;
}

.view-grid--wrapper .grid-item a.info__channel{
    color: #0071BB;
    font-size: 14px;
}

.view-grid--wrapper .grid-item a.info__channel:hover{
    color: #01579b
}

.view-grid--wrapper .grid-item > a{
    color: #0287d1;
    font-weight: normal;
}

.view-grid--wrapper .grid-item .grid-item--subTitle{
    font-size: 14px;
    margin-top: 5px;
    font-weight: normal;
    padding: 0 10px;
    color: #666666;
}

.view-grid--wrapper .grid-item article{
    font-size: 14px;
}

.view-grid--wrapper .grid-item--footer{
    position: absolute;
    width: 100%;
    /* bottom: 1px; */
    padding: 0 10px;
}

.view-grid--wrapper .grid-item--subFooter{
    color: #666666;
}

.view-grid--wrapper .grid-item--footer .grid-item--subFooter2{
    margin-top: -6px;
}

.view-grid--wrapper .grid-item--footer .grid-item--subFooter2 a {
    color: #0071BB;
}

.view-grid--wrapper .grid-item--footer .grid-item--subFooter2 a:hover {
    color: #01579b;
}

.view-grid--wrapper .grid-item--footer .info__price {
    float: right;
    font-size: 20px;
    font-weight: 600;
    color: #231f20;
    margin-top: -3px;
}

.view-grid--wrapper .grid-item h1.grid-item--title{
    color: #000000eb;
    color:rgb(0,0,0);
    /* font-weight: bold; */
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px !important;
}

.view-grid--wrapper .grid-item h5.grid-item--title{
    color: #000000eb;
    color:rgb(0,0,0);
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.view-grid--wrapper .grid-result--wrapper{
    /* margin-top: -7px; */

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}

.view-grid--wrapper .grid-result--wrapper .grid-item{
    margin-bottom: 0.75em;
    /* border: 1px solid #dddddd; */
    /* height: 350px; */
    height: 350px;
    position: relative;

    background-color: #fbfbfd;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #fbfbfd;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.85%;
        flex: 0 0 31.85%;

    margin-bottom: 15px;
    margin-right: 15px;
}

.view-grid--wrapper .grid-result--wrapper .grid-item:nth-of-type(3n) {
    margin-right: 0;
}

.grid-item--footer.event-metainfo {
    bottom: 30px;
}

@media all and (max-width: 1199px) {
    .view-grid--wrapper .grid-result--wrapper .grid-item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.5%;
        flex: 0 0 31.5%;
        max-width: 31.5%;
    }
}

@media all and (max-width: 991px) {
    .view-grid--wrapper .grid-result--wrapper .grid-item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.85%;
        flex: 0 0 31.85%;
    }
}


@media (min-width: 640px) and (max-width: 767px) {
    .view-grid--wrapper .grid-item h1.grid-item--title{
        height: 70px;
        overflow-y: hidden;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .view-grid--wrapper .grid-item h1.grid-item--title{
        height: 70px;
        overflow-y: hidden;
    }
}

@media all and (max-width: 991px) {
    .view-grid--wrapper .grid-result--wrapper .grid-item{
        height: 400px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%;
        max-width: 48.5%;
        margin-right: 15px;
    }

    .view-grid--wrapper .grid-result--wrapper .grid-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .view-grid--wrapper .grid-result--wrapper .grid-item:nth-of-type(3n) {
        margin-right: auto;
    }


}

@media all and (max-width: 1199px){
    .view-grid--wrapper .grid-result--wrapper .grid-item{
        height: 400px 
    }
}


@media all and (max-width: 638px) {
    .view-grid--wrapper .grid-result--wrapper .grid-item{
        height: 350px;
    }
}

@media (max-width: 575px){
    .searchResult-wrapper>span {
        display: none;
    }

    .view-grid--wrapper .grid-result--wrapper .grid-item{

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .searchResult-wrapper>section {
        display: block!important;
    }
}

@media all and (max-width: 340px) {
    .view-grid--wrapper .grid-result--wrapper .grid-item{
        height: 375px;
    }
}


