body {
  padding-top: 70px;
}
.range-filter-input {
    margin-bottom: 10px;
}
.btn-update-filter {
    float: right;
}
.attribute-filter-value input[type=checkbox] {
    float: left;
    margin-right: 5px;
}
.attribute-filter-value label {
    font-weight: normal;
    cursor: pointer;
}
.clear-all-section-filters {
    float: right;
}
.bike-result-listing {
    padding-bottom: 30px;
    position: relative;
}
.bike-result-listing .listing-thumbnail {
    width: 100%;
}
.bike-result-listing-image-area {
    position: relative;
}
.bike-result-listing .panel-body {
    padding: 4px;
}
.result-bike-name {
    padding: 5px 0 25px 5px;
    position: absolute;
    left: 15px;
    top: 0px;
    right: 15px;
    z-index: 2;
    background: -moz-linear-gradient(top,  rgba(60,60,60,0.65) 1%, rgba(53,53,57,0.65) 13%, rgba(0,2,34,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(60,60,60,0.65)), color-stop(13%,rgba(53,53,57,0.65)), color-stop(100%,rgba(0,2,34,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(60,60,60,0.65) 1%,rgba(53,53,57,0.65) 13%,rgba(0,2,34,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(60,60,60,0.65) 1%,rgba(53,53,57,0.65) 13%,rgba(0,2,34,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(60,60,60,0.65) 1%,rgba(53,53,57,0.65) 13%,rgba(0,2,34,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(60,60,60,0.65) 1%,rgba(53,53,57,0.65) 13%,rgba(0,2,34,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a63c3c3c', endColorstr='#00000222',GradientType=0 ); /* IE6-9 */
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    display: block;
    color: #FFFFFF;
}
a.result-bike-name:hover {
    color: #FFFFFF;
}
.listing-overlay-tags {
    position: absolute;
    bottom: 8px;
    right: 4px;
}
.listing-overlay-tags .label {
    font-weight: normal;   
}
@media (max-width:400px) {
    .listing-restrictor-required {
        clear:both;
        margin-top: 4px;
        display: inline-block;
    }
    .listing-overlay-tags {
        bottom: 3px;
        left: 3px;
        right: auto;
    }
    .result-bike-name {
        font-size: 12px;
    }
}
.bike-photo img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.pagination-container {
    text-align: center;
}
.browse-top-bar {
    background: #FFFFFF;
    padding: 15px;
    margin-bottom: 15px;
}
.browse-top-bar h4, .browse-top-bar h1 {
    margin: 0px;
}
.browse-top-bar h1 {
    margin-bottom: 5px;
}
.spec-table {
    font-size: 13px;
    margin-bottom: 0px !important;
}
.spec-table tr:first-child td {
    border-top: 0px;
}
.spec-name {
    font-weight: bold;
    text-align: right;
}
.bike-photo {
    margin-bottom: 30px;
}
.bike-title {
    margin-bottom: 30px;
}
footer {
    background: #f5f5f5;
    border-top: 1px solid #DDD;
    margin-top: 30px;
    padding: 30px 0;
    font-size: 13px;
}
#footer-disclaimer {
    font-size: 11px;
}
.attribute-filter-value-list {
    max-height: 320px;
    overflow-y: scroll;
}
.attribute-filter-value-list-collapsed {
    display: none;
}
.collapsible-filter-panel .panel-heading:hover {
    cursor: pointer;
    background-image: linear-gradient(to bottom,#e8e8e8 100%,#f5f5f5 0);
}
.filter-sidebar {
    background: #ffffff;
    padding-top: 15px;
    margin-bottom: 20px;
}
.mobile-filter-link {
    display: none;
}
.mobile-filter-link a {
    display: block;
    background: #FFFFFF;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
}
@media (max-width:991px) {
    .filter-sidebar {
        display: none;
    }
    .mobile-filter-link {
        display: block !important;
    }
    .browse-top-bar {
        text-align: center;
    }
}
.filter-heading h4 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.filter-heading p {
    font-size: 12px;
    color: #666;
}
.town-branch-list {
    overflow-y: scroll;
    margin-bottom: 10px;
}
.town-branch-link {
    display: block;
    padding: 5px;
}
.town-branch-link:hover {
    text-decoration: none;
    background: #EFEFEF;
}
.town-branch-link .glyphicon-map-marker {
    color: red;
}
.alert-cta {
    text-align: right;
}
.school-branch-address-icon {
    position: absolute !important;
    left: 0px;
    top: 0px;
}
.school-branch-address {
    padding-left: 10px;
    margin-bottom: 10px;
}
.branch-address-container {
    position: relative;
    left: 15px;
}
.school-infowindow-school-title {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}
.index-splash {
    background-color: #5C5C5C;
    background: url(../a2licence.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    margin-top: -19px;
    padding: 50px 0 50px;
}
.index-splash .btn-primary {
    margin-top: 30px;
}
.navbar-brand {
    color: #FFFFFF !important;
    font-weight: bold;
}
/* 768 - 991 */
@media (max-width:991px) and (min-width:768px) {
    #cse-search-box {
        display: none;
    }
}
.search-btn-go {
    padding: 9px !important;
}
.sale-insure-links p {
    font-size: 13px;    
}
.vital-stat-num {
    display: block;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -2px;
}
.vital-stat-unit {
    display: block;
    text-align: center;
    color: #CCC;
}
.vital-stat-neutral {
    color: #1abc9c;
}
.vital-stat-warn {
    color: #f39c12;
}
.vital-stat-ok {
    color: #27ae60;
}
.vital-stat-danger {
    color: #c0392b;
}
a.vital-stat-help {
    font-size: 13px;
}
a.vital-stat-help:hover {
    text-decoration: none;
}
.station-iconbox {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.station-iconbox .glyphicon {
    position: absolute;
    left: 0px;
    top: 3px;
}
.mot-service-availability {
    margin-left: 30px;
}
.mot-service-availability thead th {
    font-weight: normal;
    font-size: 13px;
    color: #999;
}
.mot-service-availability td {
    font-size: 13px;
    padding-right: 20px;
    padding-top: 7px;
}
@media (min-width:768px) {
    .mot-service-availability {
        margin-left: 0px !important;
    }
}
.mot-class-help {
    margin-left: 4px;
}
a.mot-class-help:hover {
    text-decoration: none;
}
.station-info-panel {
    min-height: 252px;
}
.nearby-stations-list-container {
    margin-bottom: 20px;
}
.nearby-stations li {
    font-size: 13px;
}
.nearby-stations li a {
    padding-left: 25px !important;
    position: relative;
}
.nearby-station-map-key {
    position: absolute;
    left: 9px;
    top: 13px;
    width: 9px;
    height: 9px;
    display: block;
    background-image: url(../img/secondaryMapMarker.png);
}
.nearby-town {
    color: #333;
    display: block;
}
.nearby-distance {
    color: #666;
    font-size: 11px;
    display: block;
}
.location-search-form {
    padding-bottom: 11px;
    text-align: center;
}
.location-search-form h2 {
    margin-top: 0px;
}
#locationField, #controls {
    position: relative;
    max-width: 480px;
}
#autocomplete {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99%;
}
#locationField {
    height: 20px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
}
.location-search-form-auto-detect-controls {
    margin-top: 10px;
}
.mot-page-android-box, .location-search-form {
    min-height: 222px;
}
.mot-page-android-box {
    text-align: center;
}

.listing-page {
    background-color: #ecf0f1;
}

.index-quick-link {
    display: block;
    background-color: #FFFFFF;
    color: #333333;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}
.index-quick-link .glyphicon {
    font-size: 50px;
}
.index-quick-link-txt {
    display: block;
    margin-top: 20px;
}

/* restrictors */
.restrictor-item {
    margin-bottom: 10px;
}
.restrictor-item:last-child {
    margin-bottom: 0px;
}
.restrictor-price {
    font-weight: bold;
    margin: 5px 0 0 0;
}
.restrictor-subtitle, .link-restrictor-details {
    font-size: 11px;
    color: #999;
}
.link-restrictor-details {
    display: inline-block;
    margin-bottom: 5px;
}
.btn-buy-restrictor {
    
}
@media (max-width:991px) {
    .sale-insure-links .buying-col:first-child {
        margin-bottom: 15px;
    }
}
/* end restrictors */

#vital-stats .panel-body {
    min-height: 148px;
}
@media (max-width:1199px) {
    #vital-stats .panel-title {
        font-size: 14px;
    }
}
@media (max-width:440px) {
    .vital-stat-help {
        display: none;
    }
}