/* here you can put your own css to customize and override the theme */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -10px !important;
}

.header .page-logo img {
    margin: 3px 0 0 0;
    height: 38px;
}

.search-results .price {
    font-size: 20px;
    color: #cecece;
    padding: 60px 0 30px;
}

.modal-header, .modal-footer {
    color: #333;
    background-color: #f5f5f5;
}

.modal-content {
    border-radius: 4px;
    border-color: #ddd;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.modal-body {
    max-height: 400px;
    overflow: auto;
}

.footer-menu {
}

.footer-menu a{
    color: #fff;
}