/** H O M E P A G E   B A N N E R **/
div.banners
{
    width: 100%;
    height: 500px;
    background-image: url('/assets/images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
    position: relative;
}

/** H O M E P A G E   F I L T E R S **/
.filters
{
    height: auto;
    background-color: #674172;
    color:#FFF;
    font-size: 16px;
}
.filters .select-wrapper span.caret
{
    color: #FFF;
}
.filters .row
{
    margin-bottom: 0;
}
.filters ul
{
    margin: 0;
    text-align: center;
}
.filter-label
{
    margin-left: 80px;
    padding-top: 20px;
    font-weight: 400;
}

.filter-box
{
    position: absolute;
    width: 20%;
    bottom: 70px;
    height: 170px;
    background-color: #FFF;
}
.filter-box-left
{
    left: 25%;
}
.filter-box-right
{
    right: 25%;
}
.filter-box-title
{
    background-color: #674172;
    color: #FFF;
    font-size: 16px;
    padding: 10px 20px;
}
.filter-box-body
{
    padding: 15px;
}

/** S H O P  C A R D **/
.shop-card
{
    border: 1px solid #eee;
    margin-top: 40px;
}
.shop-card-cover
{
    position: relative;
}
.shop-card-cover img
{
    width: 100%;
    height: 180px;
}
.shop-card-profile
{
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 20;
}
.shop-card-profile img
{
    width: 100%;
    height: 100% !important;
}
div.card-stripe
{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-image: url('/assets/images/bg-overlay.png');
    background-repeat: repeat;
    z-index: 10;
}
.shop-card-info
{
    padding: 10px;
    height: 240px;
    background-color: #FFF;
}
.shop-card-title
{
    color: #965BA6;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: none;
}
.shop-card-distance
{
    color: #F4D03E;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.shop-card-description
{
    margin-top: 10px;
    margin-bottom: 10px;
    color:#000;
    text-decoration: none;
    height: 100px;
}
.shop-card-subtitle
{
    position: relative;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.shop-card-favorite
{
    float: right;
    font-size: 17px;
    color: #ccc;
}
.shop-card-favorite.favored, .shop-card-favorite:hover
{
    color:red;
}
.shop-average-rating
{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

/** S H O P   V I E W   P A G E  **/
.shop-image-holder,
.shop-info-container
{
    overflow: hidden;
    height: 400px;
    background-color: #FFF;
}
.shop-profile
{
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 15px;
    left: 25px;
    z-index: 20;
}
.shop-image-holder img
{
    width: 100%;
    height: 100% !important;
}
.shop-info-holder
{
    padding-left: 60px;
    padding-top: 80px;
}
.shop-info-holder .jq-star
{
    width: 36px !important;
    height: 36px !important;
}
.shop-title
{
    color: #965BA6;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: none;
}
.shop-distance
{
    color: #F4D03E;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.shop-description
{
    margin-top: 10px;
    margin-bottom: 10px;
    color:#000;
    text-decoration: none;
    height: 60px;
}
.shop-info-container .card-stripe
{
    background-color: #674172;
    background-image: none;  
}
.shop-info-container .card-stripe .shop-card-favorite
{
    float: left;
    margin-left: 60px;
    padding-top: 9px;
    color: #fff;
}
.shop-info-container .card-stripe .shop-card-favorite.favored
{
    color: #F4D03E
}
input.search_input::-webkit-input-placeholder {
    color: silver !important;
}

input.search_input:-moz-placeholder { /* Firefox 18- */
    color: silver !important;
}

input.search_input::-moz-placeholder {  /* Firefox 19+ */
    color: silver !important;
}

input.search_input:-ms-input-placeholder {
    color: silver !important;
}