.page-header {
  padding-bottom: 0;
  margin: 0 0 30px;
  border-bottom: none;
  text-transform: uppercase;
  width: 50%;
  letter-spacing: 6px;
}
@media (max-width: 1199px) {
  .page-header {
    width: auto;
  }
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .page-title,
  .page-header h1 {
    letter-spacing: 3px;
    font-size: 46px;
  }
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 30px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -30px;
}
.article-title,
.article-header h1 {
  margin: 0 0 15px 0;
  font-size: 36px;
  font-family: "Noticia Text", serif;
  font-weight: 700;
}
.article-title a,
.article-header h1 a {
  color: #333333;
}
.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus,
.article-title a:active,
.article-header h1 a:active {
  color: #d24a24;
}
.item-title {
  font-weight: bold;
}
.article-intro {
  font-family: "Noticia Text", serif;
  font-size: 17px;
}
.article-intro .item-image {
  margin-bottom: 30px;
}
.readmore .btn {
  white-space: normal;
}
.items-row.cols-2 .article-title,
.items-row.cols-3 .article-title,
.items-row.cols-2 .article-header h1,
.items-row.cols-3 .article-header h1 {
  font-size: 25.2px;
}
.items-row.cols-2 .article-aside,
.items-row.cols-3 .article-aside {
  font-size: 13px;
}
.items-row.cols-2 .article-aside .category-name a,
.items-row.cols-3 .article-aside .category-name a {
  font-size: 11px;
}
.items-row.cols-1 {
  margin-bottom: 50px;
}
.items-row.cols-1:before,
.items-row.cols-1:after {
  display: table;
  content: " ";
}
.items-row.cols-1:after {
  clear: both;
}
.items-row.cols-1 .intro-image {
  float: left;
  max-width: 33%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .items-row.cols-1 .intro-image {
    height: 250px;
  }
}
.items-row.cols-1 .intro-image .item-image {
  height: 250px;
}
.items-row.cols-1 .intro-image img {
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: none;
}
.items-row.cols-1 .info-article {
  position: relative;
  padding-left: 50px;
  float: left;
  width: 67%;
}
.items-row.cols-1 .info-article .article-title,
.items-row.cols-1 .info-article .article-header h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
.items-row.cols-1 .info-article .article-aside {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .items-row.cols-1 .info-article .article-aside .category-name {
    position: absolute;
    right: 100%;
    top: 10px;
    margin-right: 0;
  }
  .items-row.cols-1 .info-article .article-aside .category-name::before {
    display: none;
  }
  .items-row.cols-1 .info-article .article-aside .category-name a {
    background: #d24a24;
    border: 0;
    color: #ffffff;
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Roboto Mono', "Teko", sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-right: -10px;
  }
  .items-row.cols-1 .info-article .article-aside .category-name a:hover,
  .items-row.cols-1 .info-article .article-aside .category-name a:focus,
  .items-row.cols-1 .info-article .article-aside .category-name a:active {
    background: #bc4220;
    color: #ffffff;
  }
}
.items-row.cols-1 .info-article .readmore .btn.no-title {
  background: transparent;
  color: #d24a24;
  border: 0;
  padding: 0;
  font-size: 22px;
}
@media (max-width: 767px) {
  .items-row.cols-1 .intro-image {
    margin-bottom: 30px;
  }
  .items-row.cols-1 .intro-image .item-image {
    height: auto;
  }
  .items-row.cols-1 .intro-image img {
    max-width: 100%;
    height: auto;
    transform: translateX(0px);
    left: auto;
  }
  .items-row.cols-1 .info-article .article-aside .category-name {
    position: static;
    margin-right: 10px;
  }
  .items-row.cols-1 .intro-image,
  .items-row.cols-1 .info-article {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
figure {
  background: #eeeeee;
  border: 1px solid #eeeeee;
}
figure figcaption {
  padding: 7.5px 0;
  text-align: center;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 3px;
}
.masthead {
  padding: 60px 15px;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding: 120px 0;
  }
  .masthead h1 {
    font-size: 112px;
  }
  .masthead p {
    font-size: 32px;
  }
  .masthead .btn-lg {
    margin-top: 30px;
    padding: 18px 42px;
    font-size: 24px;
  }
}
.jumbotron-primary {
  background-color: #d24a24;
  color: #fef9f7;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #f6d5cc;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}