h1, .h1 {
    color: #bf9050;
    font-weight: bold;
}

.list-inline .thumbnail {
    margin-bottom: 5px;
}

article .meta,
.comment .meta {
    margin-top: 2px;
    font-size: 11px;
    color: #999;
}
article .meta a,
.comment .meta a {
    color: #999;
}

.comment {
    margin-bottom: 20px;
}
.comment .comment-inner {
    padding: 3px;
}
.comment.new .comment-inner {
    background: #f6f6f6;
}
.comment.ident1 { margin-left: 20px; }
.comment.ident2 { margin-left: 40px; }
.comment.ident3 { margin-left: 60px; }
.comment.ident4 { margin-left: 80px; }
.comment.ident5 { margin-left: 100px; }
.comment.ident6 { margin-left: 120px; }
.comment.ident7 { margin-left: 140px; }
.comment.ident8 { margin-left: 160px; }

.comment #comment-form {
    margin-top: 18px;
    margin-bottom: 0;
    padding-left: 20px;
}
.comment #comment-form fieldset {
    margin-right: 25px;
}


a#toggle-comment-form {
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dotted;
    display: none;
}

#comment-form {
    width: 100%;
}
#comment-form textarea {
    width: 100%;
    height: 150px;
}
#comment-form .actions {
    text-align: right;
}

.alert:last-child {
    margin-bottom: 0;
}

.markItUpHeader ul {
    padding-left: 0px;
    margin-left: -5px;
    list-style: outside none none;
}

.markItUpButton {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

#gallery .image {
    padding: 0;
    margin: 0 15px 15px 0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    _height: 170px;
}

.b-controls .glyphicon {
    text-decoration: none;
}

.navbar-brand {
    width: 24px;
    background: transparent url("../../img/logo-white-32.png") no-repeat scroll center center;
    opacity: 0.5;
    text-decoration: none;
}
.navbar-brand:hover {
    opacity: 1;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 10px;
}

.btn-default,
.btn-default:hover {
    background-color: #D6D2D0;
    border-color: #D6D2D0;
}

.set,
a.set {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

/*#map-modal {*/
/*    font-size: 15px;*/
/*    text-decoration: none;*/
/*    border-bottom: 1px dotted;*/
/*}*/
/*.modal.map {*/
/*    width: 768px;*/
/*    */
/*    !*     display: none; *!*/
/*}*/
/*.modal.map .modal-body {*/
/*    max-height: none;*/
/*    padding: 0;*/
/*}*/
