/* CSS Pre-processor */
/*
** Styles for "Featured Busineses" comp
*/
.comp__custom_featuredbusinesses .listings {
    position: relative;
    font-family: sans-serif;
    background: #ccc;
}
.comp__custom_featuredbusinesses .listing {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.comp__custom_featuredbusinesses .listing * {
    margin: 0;
    line-height: 1.1em;
}
.comp__custom_featuredbusinesses .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.comp__custom_featuredbusinesses .image img {
}
.comp__custom_featuredbusinesses .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(http://tools.vezea.net/image?background=black&opacity=0.7);
    color: white;
}
.comp__custom_featuredbusinesses h4 {
    position: relative;
    font-weight: bold !important;
    font-size: 1.1em !important;
    padding: 1px 2px 0 !important;
    font-size: 1em;
}
.comp__custom_featuredbusinesses .taxonomy {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 6px;
    text-align: right;
}
.comp__custom_featuredbusinesses .taxonomy .category,
.comp__custom_featuredbusinesses .taxonomy i {
    display: none;
}
.comp__custom_featuredbusinesses .teaser {
    padding: 0 8px 1px;
    position: relative;
}
.comp__custom_featuredbusinesses .teaser a {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1px 4px;
    color: white !important;
    font-weight: normal !important;
    font-size: 90% !important;
    font-style: italic !important;
    text-decoration: none !important;
    background: none !important;
}

.comp__custom_featuredbusinesses .nav {
    position: absolute;
    right: 0;
    top: 0;
    background: url(http://tools.vezea.net/image?background=black&opacity=0.7);
    color: #ccc;
    text-align: right;
    z-index: 2;
}
.comp__custom_featuredbusinesses .nav a {
    border: 1px solid #ccc;
    margin: 2px;
    padding: 0 .5em;
    text-decoration: none !important;
}
/* Runtime: 0.000808000564575 */