.liste-row{
    height: 300px;

}
.liste-item{
    height: 100%;
    border: 1px solid #f2f2f2;
}
.liste-item-banner{
    height: 99.5%;
    width: 100%;
}
.liste-item-2{
    float: left;
    width: 74.75%;
}

.liste-item-2.sol{
    margin-right: 1%;
}
.liste-item-2.sag{
    margin-left: 1%;
}
.liste-item-3{
    float: left;
    width: 24.25%;
}

.kapali{
    display: none;
}

.row-type-3 .liste-item-3{
    margin-right: 1%;
}
.row-type-3 .liste-item-3:last-child{
    margin-right: 0;
}
.liste-row{
    margin-bottom: 1%;
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .liste-row{
        height: 230px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .liste-row{
        height: 180px;
    }
}

@media (max-width: 767px) {
    .liste-row{
        height: 300px;
    }
    .row-type-3 .liste-item-3{
        width: 49.50%;
        margin-bottom: 1%;
        margin-right: 0;
    }
    .row-type-3 .liste-item-3:nth-child(odd){
        margin-right: 1%;
    }
    .row-type-2 .liste-item-2{
        width: 100%;
    }
    .row-type-2 .liste-item-3{
        width: 100%;
    }
    .row-type-2 .liste-item-2.sol{
        margin-bottom: 1%;
    }
    .row-type-2 .liste-item-2.sag{
        margin-top: 1%;
        margin-left: 0;
        margin-bottom:1%;
    }

    .row-type-2 .liste-item-3.sol{
    }
    .row-type-2 .liste-item-3.sag{
        margin-bottom: 1%;
    }

    .anasayfaliste{
        margin-bottom:50px !important;
    }
}

@media (max-width: 620px) {
    .liste-row{
        height: 210px;
    }
}

@media (max-width: 430px) {
    .liste-row{
        height: 150px;
    }
}

