.portfolioFilter a,
.portfolioTime a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -4px;
    margin-left: -4px;
}

.portfolioFilter a:hover,
.portfolioTime a:hover {
    color: #233C52;
    background: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.portfolioFilter a.current,
.portfolioTime a.current {
    font-weight: bold;
    background: #6AB7F6;
    color: #233C52;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.portfolioContainer,
.portfolioTime {
    position: relative;
    width: 960px;
    margin-bottom: 20px;
}

.portfolioFilter,
.portfolioTime {
    flex: 1;
    height: 35px;
    overflow: hidden;
    background: #233C52;
    line-height: 35px;
}

.portfolioFilter {
    border-radius: 5px 0 0 5px;
}

.portfolioTime {
    border-radius: 0 5px 5px 0;
}

#filters {
    display: flex;
}

/*img {
    margin:5px;
}*/

.isotope-item {
    position: relative;
    z-index: 0;
    opacity: 1;

}

.hidden-type.isotope-item,
.hidden-time.isotope-item {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    opacity: 0;

}

.content-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 315px;
    padding: 10px;
    background-color: #fff;
}

.content-box img {
    max-width: 70%;
    height: auto;
    margin: auto;
}

.content-box > div {
    height: 106px;
}

.content-box p {
    height: 54px;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding-top: 10px;
    border-top: solid 2px #92A2AD;
    text-align: center;
    line-height: 18px;
}

.contant-box > .dBox {
    float: none !important;
    margin: 0 auto !important;
}

.search.old.aquiered .content-box a,
.content-box a {
    display: block;
    width: 45%;
    height: 24px;
    float: right;
    background: #497EAA;
    color: #fff;
    padding: 6px 5px 0px 5px;
    border-radius: 5px;
    margin-left: 23%;
    float: left;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.content-box a:hover,
.search.old.aquiered .content-box a:hover {
    background: #233C52;
    color: #6AB7F6;
    text-decoration: none;
}

/* .search.old .content-box a,
.opc.old .content-box a {
    background: #DDD;
    color: #333;
    text-align: center;
} */

.search.old .content-box a:hover,
.opc.old .content-box a:hover {
    text-decoration: none;
}

.portfolioContainer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.search.old.aquiered i {
    color: #233C52;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* common class */
a.logo-href{
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
    color: transparent;
    padding: 0px;
    margin: auto;
}

a.logo-href:hover{
    background-color: transparent;
    color: transparent;
}