h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 span,
h1 a,
h2 span,
h2 a,
h3 span,
h3 a,
h4 span,
h4 a,
h5 span,
h5 a,
h6 span,
h6 a {
  font-weight: normal;
}
.page-header {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 18px;
}
.page-header h1 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.view-featured .page-header {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 40px;
}
.view-featured .page-header h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 30px;
  padding: 0;
  border-bottom: 0;
}
.thumbnails {
  margin-bottom: 0;
}
.thumbnails li {
  margin-bottom: 0;
}
.thumbnails .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.label-info[href],
.badge-info[href] {
  background: #fed136;
}
.label-info[href]:hover,
.label-info[href]:focus,
.label-info[href]:active,
.badge-info[href]:hover,
.badge-info[href]:focus,
.badge-info[href]:active {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.alert-message {
  color: #468847;
  background: #dff0d8 url("../../../templates/ja_muzic/images/messages/ico-success.gif") no-repeat 10px center;
  border: 5px solid #d6e9c6;
  padding: 4.5px;
  font-weight: normal;
  text-indent: 0;
  padding-left: 45px;
}
.alert-warning {
  color: #c09853;
  border: 5px solid #fbeed5;
  background: #fcf8e3 url("../../../templates/ja_muzic/images/messages/ico-warning.gif") no-repeat 10px center;
  padding: 4.5px;
  font-weight: normal;
  text-indent: 0;
  padding-left: 45px;
}
.alert-error {
  color: #b94a48;
  border: 5px solid #eed3d7;
  background: #f2dede url("../../../templates/ja_muzic/images/messages/ico-error.gif") no-repeat 10px center;
  padding: 4.5px;
  font-weight: normal;
  text-indent: 0;
  padding-left: 45px;
}
.alert-info {
  color: #3a87ad;
  border: 5px solid #bce8f1;
  background: #d9edf7 url("../../../templates/ja_muzic/images/messages/ico-info.gif") no-repeat 10px center;
  padding: 4.5px;
  font-weight: normal;
  text-indent: 0;
  padding-left: 45px;
}
.alert p {
  margin-bottom: 0;
}
.alert .close {
  right: 0;
}