/* mixins */
/* inspired by bootstrap */
/* mixins */
/* inspired by bootstrap */
.blog-article {
  width: 50%; }
  @media (max-width: 991px) {
    .blog-article {
      width: 100%; } }
  @media (max-width: 599px) {
    .blog-article {
      padding: 5px 10px 10px; } }
  .blog-article.blog-article--layout-vertical {
    width: 25%; }
    @media (max-width: 991px) {
      .blog-article.blog-article--layout-vertical {
        width: 50%; } }
    @media (max-width: 599px) {
      .blog-article.blog-article--layout-vertical {
        width: 100%; } }
  .blog-article__image {
    width: 50%;
    padding-bottom: 29.58333%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border: 2px solid white; }
    .blog-article__image:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .24s ease-in-out;
      background-color: rgba(255, 255, 255, 0); }
    .blog-article__image:hover:after {
      background-color: rgba(255, 255, 255, 0.1); }
    @media (max-width: 599px) {
      .blog-article__image {
        display: none; } }
    .blog-article--layout-vertical .blog-article__image {
      width: 100%;
      min-height: 284px;
      padding-bottom: 59.16667%; }
      @media (max-width: 599px) {
        .blog-article--layout-vertical .blog-article__image {
          display: block; } }
  .blog-article__content {
    width: 50%;
    margin: 0;
    border: 2px solid #fff;
    position: relative; }
    @media (max-width: 599px) {
      .blog-article__content {
        width: 100%;
        margin: 0;
        border: none; }
        .blog-article--layout-left .blog-article__content {
          border: none; } }
    .blog-article--layout-vertical .blog-article__content {
      width: 100%; }
      @media (max-width: 599px) {
        .blog-article--layout-vertical .blog-article__content {
          border: 2px solid #fff; } }
  .blog-article__article {
    background-color: #000;
    padding: 32px;
    color: #fff;
    font-family: 'MontserratLight', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    z-index: 2;
    position: relative;
    width: 100%; }
    @media (max-width: 767px) {
      .blog-article__article {
        padding: 19px 24px;
        font-size: 12px;
        line-height: 16px; } }
    .blog-article--white .blog-article__article {
      background-color: #fff;
      color: #222; }
      @media (max-width: 599px) {
        .blog-article--white .blog-article__article {
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.45); } }
  @media (max-width: 599px) {
    .blog-article.blog-article--layout-vertical {
      padding: 0; }
      .blog-article.blog-article--layout-vertical .blog-article__article {
        box-shadow: none; } }
  .blog-article__head, .blog-article__head a {
    font-family: 'MontserratBold', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin: 18px 0 0;
    letter-spacing: -0.6px;
    text-decoration: none;
    color: inherit; }
    .blog-article__head:hover, .blog-article__head a:hover {
      color: inherit; }
    @media (max-width: 767px) {
      .blog-article__head, .blog-article__head a {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 599px) {
      .blog-article__head, .blog-article__head a {
        margin-top: 0; } }
  .blog-article__meta {
    background-color: #000;
    font-size: 11px;
    padding: 5px 0 11px; }
    .blog-article__meta > span {
      margin: 0 3px; }
      .blog-article__meta > span:first-child {
        margin-left: 0; }
    .blog-article--white .blog-article__meta {
      color: #767676;
      background-color: #fff; }
  .blog-article__footer {
    padding: 15px 0 0; }
    @media (max-width: 599px) {
      .blog-article__footer {
        padding: 1px 0 0; } }
  .blog-article__link {
    font-family: "MontserratSemiBold", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    margin-right: 2px; }
    @media (max-width: 767px) {
      .blog-article__link {
        font-size: 11px; } }
    .blog-article__link:hover {
      color: #fff; }
    .blog-article--white .blog-article__link {
      color: #c10a25; }
      .blog-article--white .blog-article__link:hover {
        color: #c10a25; }
  .blog-article__arrow-more {
    border-style: solid;
    border-color: currentcolor;
    border-width: 1px 1px 0 0;
    display: inline-block;
    background: transparent;
    content: "";
    vertical-align: 0px;
    width: 8px;
    height: 8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 50% 50%; }
    .blog-article--white .blog-article__arrow-more {
      color: #c10a25; }
  .blog-article__share {
    float: right;
    margin: 3px 1px 0 0; }
    .blog-article__share-lab {
      font-family: 'MontserratMedium', sans-serif;
      font-weight: 500;
      font-size: 11px;
      text-transform: uppercase;
      margin: 0 4px 0 0; }
    .blog-article__share a {
      vertical-align: -1px; }
      .blog-article__share a:focus {
        outline: none; }
      .blog-article__share a:hover i {
        color: #C10A25; }
    .blog-article__share a i {
      font-size: 12px;
      color: #fff;
      margin: 0 0 0 4px; }
    .blog-article--white .blog-article__share-lab, .blog-article--white .blog-article__share a i {
      color: #777; }
    .blog-article--white .blog-article__share a:hover i {
      color: #C10A25; }
  .blog-article-layout__arrow {
    position: absolute;
    border: 3px solid #fff;
    border-radius: 3px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    background: #000;
    z-index: 1; }
    .blog-article--white .blog-article-layout__arrow {
      background: #fff; }
    .blog-article--layout-right .blog-article-layout__arrow {
      top: 50%;
      left: 0;
      margin-top: -15px;
      margin-left: -15px; }
    .blog-article--layout-left .blog-article-layout__arrow {
      top: 50%;
      right: 0;
      margin-top: -15px;
      margin-right: -15px; }
    .blog-article--layout-vertical .blog-article-layout__arrow {
      top: 0;
      left: 50%;
      margin-top: -15px;
      margin-right: -15px; }
      @media (max-width: 599px) {
        .blog-article--layout-vertical .blog-article-layout__arrow {
          display: block; } }
    @media (max-width: 599px) {
      .blog-article-layout__arrow {
        display: none; } }

.blog-article__wrapper--home .blog-article {
  order: 3; }
.blog-article__wrapper--home .blog-article:nth-of-type(2) {
  order: 1; }
.blog-article__wrapper--home .mp-blog-heading {
  order: 2;
  width: 50%; }
@media (max-width: 991px) {
  .blog-article__wrapper--home .blog-article:nth-of-type(2) {
    order: 2; }
  .blog-article__wrapper--home .mp-blog-heading {
    order: 1;
    width: 100%; } }
@media (max-width: 599px) {
  .blog-article__wrapper--home .blog-article {
    display: none; }
  .blog-article__wrapper--home .blog-article:nth-of-type(2) {
    order: 3;
    display: block; }
    .blog-article__wrapper--home .blog-article:nth-of-type(2) .blog-article__content:before {
      content: '';
      display: block;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
      background-color: #ffffff; }
    .blog-article__wrapper--home .blog-article:nth-of-type(2) .blog-article-layout__arrow {
      z-index: 2;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.45); }
    .blog-article__wrapper--home .blog-article:nth-of-type(2) .blog-article__article {
      z-index: 3; }
  .blog-article__wrapper--home .blog-article:nth-of-type(3) {
    order: 2;
    display: block; } }

.mp-blog-heading__top {
  padding-bottom: 29.58333%;
  min-height: 284px;
  position: relative;
  box-sizing: content-box;
  padding: 2px; }
  @media (max-width: 767px) {
    .mp-blog-heading__top {
      padding-bottom: 12px;
      min-height: 144px; } }
  .mp-blog-heading__top-content {
    position: absolute;
    z-index: 3;
    padding: 33px;
    color: #fff; }
    .mp-blog-heading__top-content h2 > a {
      font-family: 'MontserratBold', sans-serif;
      font-size: 60px;
      text-transform: uppercase;
      margin: 15px 0 5px;
      color: inherit; }
      .mp-blog-heading__top-content h2 > a:hover {
        color: inherit; }
    .mp-blog-heading__top-content h5 {
      font-family: 'MontserratRegular', sans-serif;
      font-weight: 400;
      font-size: 20px;
      margin: 5px 0 24px; }
    @media (max-width: 767px) {
      .mp-blog-heading__top-content {
        padding: 11px; }
        .mp-blog-heading__top-content h2 {
          font-size: 20px;
          margin: 5px 0 10px; }
        .mp-blog-heading__top-content h5 {
          font-size: 12px;
          margin: 10px 0 20px; } }
    .mp-blog-heading__top-content, .mp-blog-heading__top-content-bg-2, .mp-blog-heading__top-content-bg-1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .mp-blog-heading__top-content-bg-2 {
      z-index: 2;
      opacity: 0.2;
      background-color: #000;
      background-position: right center;
      background-size: cover;
      border: 2px solid #fff; }
    .mp-blog-heading__top-content-bg-1 {
      background-color: #c10a25;
      z-index: 1;
      border: 2px solid #fff; }
.mp-blog-heading .mp-buttons .btn.btn-default {
  text-shadow: none;
  box-shadow: none; }
  .mp-blog-heading .mp-buttons .btn.btn-default:hover {
    color: #c10a25; }
  @media (max-width: 767px) {
    .mp-blog-heading .mp-buttons .btn.btn-default {
      padding: 6px 11px; } }
.mp-blog-heading__bottom {
  background-position: center center;
  background-size: cover;
  border: 2px solid white; }