.priceHeader{
    color: #2487ce;
    position: absolute;
    right: 55px;
    bottom: 5px;
}

.colImg{
    position: relative;
    padding-top: 25.25%
}

.card:hover{
    cursor: pointer;
}

.colInfoAdvertisement{
    max-height: 200px;
}

.spaceSpan{
    color: inherit;
    opacity: 0.7;
}

.imgCard{
    position: absolute;
    top:0;
    display: block;
    width: 100%;
    max-height: 200px;
    height: 100%
}

.main_container{
    padding-top: 110px;
    padding-left: 40px;
    padding-right: 40px;
}

figure.snip1205 {
    position: relative;
    float: left;
    overflow: hidden;
    background: #000000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1205 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
figure.snip1205 img {
    max-width: 100%;
    vertical-align: top;
}
figure.snip1205 i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

figure.snip1205 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
figure.snip1205.blue {
    background-color: #2472a4;
    width: 100%;
    height: 100%;
}
figure.snip1205.blue i {
    color: #20638f;
}

figure.snip1205:hover img,
figure.snip1205.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure.snip1205:hover i,
figure.snip1205.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card {
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    padding: 16px 24px;
    max-width: 344px;
    margin: 24px auto;
}

.image {
    height: 214px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-origin: content-box;
    border-radius: 4px 4px 0 0;
}

.content {
    width: 100%;
}

.pagination{
    justify-content: center;
}

.location{
    color: grey;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
}

.priceSpan{
    color: inherit;
    opacity: 0.7;
}

.lineBottomCard{
    border: 0;
    color: #FFFFFF;
}

#img-1{
    background-size: cover;
    height: 100%;
}

.locationTypeSpan{
    color: inherit;
    opacity: 0.7;
}

@media screen and (max-width: 361px) {
    .priceHeader{
        bottom: 45px;
    }
}

@media (min-width: 992px) {
    .image {
        flex-grow: 0;
        flex-shrink: 0;
        align-self: stretch;
        width: 286px;
        height: unset;
        margin: -16px 24px -16px -24px;
        border-radius: 4px 0px 0px 4px;
    }
}

@media (min-width: 992px) {
    .card {
        flex-direction: row;
        max-width: 700px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1200px){
    .location{
        position: static;
    }
}

@media screen and (max-width: 362px) {
    .priceHeader{
        position: static;
    }
}


@media screen and (max-width: 992px){
    .alertNoAdvertisements{
        width: 100%;
        margin-left: 0;
    }

    .location{
        position: static;
        bottom: 0;
    }

    .priceHeader{
        bottom: 5px;
        right: 25px;
    }

    .colImg{
        width: 100%;
        padding-top: 0;
        max-height: 100%;
        height: 100%;
    }

    .main_container{
        margin-left: 0;
        width: 100%;
        padding: 110px 0 0 0;
    }

    .card{
        width: 100%;
        height: 60%;
        max-height: 100%;
        padding: 0;
        max-width: 380px;
    }

    .colInfoAdvertisement{
        height: 100%;
        max-height: 100%;
        width: 100%;
    }

    .imgCard{
        max-height: none;
        position: static;
    }

    .btnToShowSidebar.activeBtn{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

