/** 
 **************************************** Shortlist **************************************** */
.atlantis-shortlist {
    clear: both;
}

.atlantis-shortlist ul{}

.atlantis-shortlist ul li{
    display: inline-block;
    background: #ededed;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    float: left;
    margin-right: 1%;
    width: 19%;
    display: inline-block;
    margin-bottom: 1%;
}

.atlantis-shortlist ul li:nth-child(5n){
    margin-right: 0;
}

.atlantis-shortlist ul li a{
    border-bottom: 0;
}

.atlantis-shortlist ul li img{
    width: 100%;
    height: 150px;
}

.atlantis-shortlist ul li .caption{
    text-align: center;
    padding: 10px;
}

.atlantis-shortlist ul li h3{
    line-height: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.atlantis-shortlist ul li h3 a{
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 0px;
    font-weight: 600;
}

.atlantis-shortlist ul li h3 a small{
    display: block;
    text-transform: initial;
    font-weight: 400;
    font-size: 80%;
    text-shadow: none;
    color: #5a5d5e;
}

.atlantis-shortlist ul li p.extras{
    line-height: 1.4;
}

.atlantis-shortlist ul li p.land{
    font-size: 14px; 
    color: #000;
}

.atlantis-shortlist ul li p.land span{
    width: 50%;
    float: left;
    text-align: center;
}

.atlantis-shortlist ul li span strong{
    display: block;
    font-weight: 400;
}

.atlantis-shortlist ul li span i{
    display: block;
    font-size: 24px;
}

.atlantis-shortlist ul li a.btn{
    display: inline-block;
    padding: 4px;
    background: linear-gradient(to bottom right, #2e548a, #000324);
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
}

.atlantis-shortlist ul li a.btn-gd-remove-mylist{
    background: linear-gradient(to bottom right, #6d747e, #101011);
}

.atlantis-shortlist ul li .two a.btn{
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    float: left;
}

.atlantis-shortlist ul li .two a.btn:last-child{
    margin-right: 0;
}

.atlantis-shortlist ul li a.btn:hover{
    background: linear-gradient(to bottom right, #0c1940, #284a7d);
}

.atlantis-shortlist ul li p.house_and_land span{
    width: 33.33%;
    float: left;
    display:  inline-block;
    font-size: 12px;
}

.atlantis-shortlist.loading,
.textwidget.fetching-data {
    background: url(../images/loading-map.gif) no-repeat center center;
    width: 100%;
    min-height: 100px;
}

.atlantis-shortlist ul li .caption p{
    overflow: hidden;
    margin-bottom: 24px;
    height: 40px;
}

.atlantis-shortlist ul li .caption p.price{
    font-size: 20px;
    color: #2d2d26;
    font-weight: 600;
    line-height: 1.2;
    overflow: visible;
}

.atlantis-shortlist ul li .caption p.price small{
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}

.atlantis-shortlist ul li .caption p.price:before{
    content: "";
    display: block;
    width: 60%;
    margin: 5px auto 10px auto;
    border-top: 1px solid #2e3c45;
}

.atlantis-shortlist ul li .caption p a[class*="remove"]{
    
}

