/* CSS Pre-processor */
/*
** Styles for "Featured Properties" comp
*/
.comp__custom_featuredproperties .listings {
    position: relative;
    font-family: sans-serif;
    background: #ccc;
}
.comp__custom_featuredproperties .listing {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.comp__custom_featuredproperties .listing * {
    margin: 0;
    line-height: 1.1em;
}
.comp__custom_featuredproperties .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.comp__custom_featuredproperties .image img {
    position: relative;
}
.comp__custom_featuredproperties .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2px 0;
    background: url(http://tools.vezea.net/image?background=black&opacity=0.7);
    color: white;
}
.comp__custom_featuredproperties h4 {
    position: relative !important;
    font-weight: bold !important;
    height: auto !important;
    padding-left: 3em !important;
    text-indent: -3em !important;
    font-size: 1em;
}
.comp__custom_featuredproperties .title {
    padding-right: 10ex;
    display: inline !important;
}
.comp__custom_featuredproperties .price {
    position: absolute;
    -display: block;
    right: 0;
    top: 0;
    padding: 0 2px;
    text-align: right;
    -width: 11ex;
    -background: blue;
    -border: 1px solid red;
}
.comp__custom_featuredproperties .details {
    -position: absolute;
    -left: 0;
    -bottom: 0;
    width: 100%;
    font-size: .9em;
    -padding: 2px 0;
    text-indent: 2px;
}
.comp__custom_featuredproperties .details span {
    margin-left: 1ex;
}
.comp__custom_featuredproperties .details label {
    font-size: .9em;
}
.comp__custom_featuredproperties .listing a {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2px;
    color: white !important;
    font-weight: normal !important;
    font-size: .9em !important;
    font-style: italic !important;
    text-decoration: none !important;
    background: none !important;
}

/* Runtime: 0.00111103057861 */