﻿.latest-property {
    margin: 0px;
    padding: 95px 0 70px 0;
}

.property-lists {
    padding-bottom: 125px;
}

.latest-property h1 {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 50px;
}

    .latest-property h1 span {
        color: #2299fe;
        font-weight: normal;
    }

.latest-property p {
    text-align: center;
}

.latest-pic1 {
    /*background:url(http://placehold.it/450x300);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;*/
    height: 300px;
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
}

.latest-pic2 {
    background: url(https://placehold.it/450x300);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px;
}

.latest-pic3 {
    background: url(https://placehold.it/450x300);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px;
}

.latest-pic4 {
    background: url(https://placehold.it/450x300);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px;
}

.latest-pic5 {
    background: url(https://placehold.it/450x300);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px;
}

.latest-pic6 {
    background: url(https://placehold.it/450x300);
    background-size: 110% 110%;
    transition: .5s ease;
    background-repeat: no-repeat;
    height: 300px;
}

.property-lists .col-md-4:hover .latest-pic1, .property-lists .col-md-4:hover .latest-pic2, .property-lists .col-md-4:hover .latest-pic3, .property-lists .col-md-4:hover .latest-pic4, .property-lists .col-md-4:hover .latest-pic5, .property-lists .col-md-4:hover .latest-pic6 {
    background-size: 100% 100%;
}

.latest-pic-top {
    /*margin-top: 30px;*/
    color: #000;
    padding: 10px;
    border: 1px solid #a9a9a9;
}

.latest-pic-bottom .pic-address {
    background: #2299fe;
    color: #fff;
    padding: 10px;
}

    .latest-pic-bottom .pic-address span {
        font-weight: bold;
        margin-left: 25px;
        font-size: 20px;
    }

.description-wrap {
    overflow: hidden;
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
}

.picContainer {
    background: #fff;
}

    .picContainer:hover {
        /*background-color:#999999;*/
        /*cursor:pointer;
    -webkit-box-shadow: 3px 3px 3px 3px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        /*-moz-box-shadow:    3px 3px 3px 3px #ccc;*/ /* Firefox 3.5 - 3.6 */
        /*box-shadow:         3px 3px 3px 3px #ccc;*/ /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
        */
    }

.pic-price {
    font-size: 1.4em;
    font-weight: bold;
}

.pic-status {
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: white;
    font-weight: bold;
    background-color: #2299fe;
}

.pic-description {
    color: #000;
    padding: 15px;
    text-align: left;
    height: 116px;
    overflow: hidden;
    text-overflow: clip;
}

    .pic-description h3 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 10px;
    }

    .pic-description > p {
        /*color: rgba(114, 114, 114, 0.59);*/
    }

    .pic-description h3 a {
        color: #333;
    }

        .pic-description h3 a:hover {
            text-decoration: none;
            color: #2299fe;
        }

.pic-mesure {
    padding: 10px;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    color: #000;
}

    .pic-mesure span {
        margin-right: 15px;
    }

        .pic-mesure span:last-child {
            margin-right: 0;
        }

    .pic-mesure i {
        color: #2299fe;
        font-size: 17px;
        margin-right: 5px;
    }
