.ev-nouveau-res-item {
    background: #f9f9f9;
    border: 1px solid #fff;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 5px #666;
    -webkit-box-shadow: 3px 3px 5px #666;
    box-shadow: 3px 3px 5px #666;
    box-sizing: border-box;
    color: #1d2120;
    float: left;
    margin-bottom: 12.5px;
    margin-top: 12.5px;
    margin-right: 2%;
    position: relative;
    width: 32%;
    overflow: hidden
}

@media screen and (min-width:961px) {
    .ev-nouveau-res-item:nth-child(3n) {
        margin-right: 0 !important
    }
}

@media screen and (min-width:577px) and (max-width:960px) {
    .ev-nouveau-res-item:nth-child(2n) {
        margin-right: 0 !important
    }
}

.ev-nouveau-res-item div,
.ev-nouveau-res-item span,
.ev-nouveau-res-item p {
    box-sizing: border-box
}

@media screen and (max-width:960px) {
    .ev-nouveau-res-item {
        margin-right: 2%;
        width: 49%
    }
}

.ev-nouveau-res-img {
    position: relative;
    margin: 0 0 5px;
    background: none repeat scroll 0 0 #fff
}

.ev-nouveau-res-img a img {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.ev-nouveau-res-status {
    background-color: #7b5d85;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    overflow: hidden;
    padding: 40px 33px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: 0;
    -webkit-transform: scale(1) rotate(45deg) translateX(30px) translateY(-158px);
    -webkit-transform-origin: 0 0;
    -moz-transform: scale(1) rotate(45deg) translateX(30px) translateY(-110px);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1) rotate(45deg) translateX(30px) translateY(-110px);
    -o-transform-origin: 0 0;
    -ms-transform: scale(1) rotate(45deg) translateX(30px) translateY(-110px);
    -ms-transform-origin: 0 0;
    transform: scale(1) rotate(45deg) translateX(30px) translateY(-110px);
    transform-origin: 0 0 0;
    white-space: nowrap;
    width: 150px
}

.ev-nouveau-res-status.sold,
.ev-nouveau-res-status.Sold {
    background-color: #f60;
    display: block
}

.ev-nouveau-res-price {
    background-color: #7b5d85;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #fff;
    position: relative
}

.ev-nouveau-res-request {
    background-color: #666;
    color: #fff;
    font-size: 20px;
    padding: 8px 0;
    text-align: center;
    position: relative
}

.ev-nouveau-res-img img.no-radius {
    border-radius: 0;
    width: 100%
}

.ev-nouveau-res-data {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ev-nouveau-res-data h4.ev-nouveau-res-address {
    line-height: normal;
    margin: 0 0 0 0
}

.ev-nouveau-res-data-brokerage {
    text-align: center
}

.ev-nouveau-type {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    opacity: .7;
    padding: 3px 10px;
    position: absolute
}

.ev-nouveau-res-data a {
    color: #1d2120;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 18px !important
}

.ev-nouveau-vline hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin: 8px 20px
}

.ev-nouveau-res-excerpt {
    font-size: 12px;
    line-height: normal
}

.ev-nouveau-res-br-ba {
    font-size: 11px;
    margin-left: 18px
}

.ev-nouveau-res-br-ba span {
    display: block;
    float: left;
    height: auto;
    margin-right: 6px;
    line-height: 28px
}

.ev-nouveau-res-footer-close {
    background-color: #666
}

span.ev-nouveau-res-br-icon,
span.ev-nouveau-res-ba-icon,
span.ev-nouveau-res-sqft-icon {
    background: url(../img/fp-tile-widget-asset.png) no-repeat;
    background-position: 0 0;
    height: 22px;
    width: 22px
}

span.ev-nouveau-res-ba-icon {
    background-position: -25px 0
}

span.ev-nouveau-res-sqft-icon {
    background-position: -50px 0
}

a.ev-nouveau-res-more-btn {
    background-color: #ccc;
    border-radius: 3px;
    -moz-box-shadow: 2px 2px 2px #000;
    -webkit-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 24px
}

.ev-nouveau-paging {
    clear: both;
    padding: 5px 0;
    text-align: center;
    background-color: #efefef;
    color: #333;
    border-bottom: 2px solid #ccc;
    overflow: hidden;
    margin-top: 20px;
    font-size: 9pt !important
}

.ev-nouveau-mobile-paging {
    display: none
}

.ev-nouveau-paging.top {
    border-bottom: 0 none;
    border-top: 2px solid #ccc;
    margin: 0 0 20px 0
}

.ev-nouveau-paging.top .paging-left {
    float: left;
    padding-left: 1%;
    text-align: left
}

.ev-nouveau-paging.top .paging-left-mobile {
    display: none
}

.ev-nouveau-paging.top .paging-right {
    float: right;
    padding-right: 1%;
    text-align: right
}


.ev-nouveau-paging select {
    font-size: 9pt 
}


@media only screen and (max-width: 600px) {
.ev-nouveau-paging select {
    font-size: 14pt ;
    margin-top: 20px;
    width: 80%;
}
 }

.ev-nouveau-paging span,
.ev-nouveau-paging a {
    display: inline-block;
    padding: 0 3px ;
    font-size: 9pt;
}

.ev-nouveau-paging a {
    text-decoration: none
}

.ev-nouveau-paging a:hover {
    color: #dc0000
}

.ev-nouveau-paging .current-page {
    padding: 6px 10px;
    padding: .42857143rem .71428571rem;
    font-size: 11px;
    font-size: .78571429rem;
    line-height: 1.42857143;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    cursor: pointer;
    text-decoration: none
}

.ev-nouveau-paging .current-page:hover,
.ev-nouveau-paging .current-page:focus {
    color: #5e5e5e;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: linear-gradient(top, #f9f9f9, #ebebeb)
}

.ev-nouveau-paging .current-page:active {
    color: #777;
    background-color: #e1e1e1;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: linear-gradient(top, #ebebeb, #e1e1e1);
    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4
}

@media only screen and (max-width:650px) {
    .ev-nouveau-res-item {
        width: 90% !important;
        margin: 8px 5% !important
    }
    .ev-nouveau-res-br-ba {
        margin-top: 0 !important
    }
    .paging-right {
        display: none
    }
    .ev-nouveau-paging.top .paging-left-mobile {
        display: grid;
        justify-content: center;
        width: 100%;
    }
    .ev-nouveau-paging.top .paging-left-mobile select {
        width: 300px;
        font-size: 20px;
    }
    .ev-nouveau-paging.top .paging-left {
        display: block;
    }
    .ev-nouveau-paging.bottom {
        display: none
    }
    .ev-nouveau-mobile-paging select {
         width: 300px;
        font-size: 20px;
    }
    .ev-nouveau-mobile-paging {
        display: inline-block;
        width: 100%;
        text-align: center
    }
}
