section.popular-packages .room-item {
    border: 1px solid #f1f1f1;
    padding: 20px;
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 0px 10px #cccccc67;
}

.mar-bottom-30 {
    margin-bottom: 30px
}

section.popular-packages .fw-btns {
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    padding: 20px 0;
}

section.popular-packages .fw-price span.bold {
    display: block;
    font-size: 30px;
    color: #D60D45;
}

a.btn-red {
    border: 1px solid #D60D45;
    padding: 9px 24px;
    display: inline-block;
    background: #D60D45;
    color: #fff;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

a.btn-red:hover {
    background: #a50a35;
    color: #fff;
    border-color: #D60D45;
}

.detail-info span.bold {
    font-size: 40px;
    color: #D60D45;
}


.anasayfalisteme {
    height: 460px;
    width: 360px;
    background-size: cover;
}

.listesiyahlik {
    background-image: url(../images/alt.png);
    background-size: cover;
    width: 100%;
    height: 300px;
    z-index: ;
    position: absolute;
    margin: inherit;
    bottom: 0;

}



@media (max-width:800px) {
    .listeleme {
        float: left;
    }

    .anasayfalisteme {
        height: 460px;
        width: 360px;
        background-size: cover;
    }


}

.fiyat {
    color: orange
}

.beyaz {
    color: #fff
}

.bayraklar {
   height: 15px;
}




