/*Defaults*/
/*
Modules
*/
.article .pics__item {
  margin: 30px 0;
  text-align: center;
}
.article .pics__item p {
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0;
  width: 100%;
}
.article .pics__item img {
  max-width: 100%;
  height: auto;
}
.article .small {
  font-size: 14px;
  line-height: 18px;
}
.article .small p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.row-f {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.row-f .col {
  padding: 0 15px;
  box-sizing: border-box;
}
.row-f .col-12 {
  width: 100%;
}
.row-f .col-lg-6 {
  width: 50%;
}
.row-f .col-6 {
  width: 50%;
}
.row-f.align-item-end, .row-f .align-item-end {
  align-content: flex-end;
  align-items: flex-end;
}
.row-f.justify-center, .row-f .justify-center {
  justify-content: center;
}
.row-f img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .article .pics__item {
    margin: 15px 0;
  }

  .row-f .col-lg-6 {
    width: 100%;
  }
}

.sm-event.sm-event--has-tickets { background: #F2FCE4; }
.sm-event.sm-event--no-tickets { background: #F7F7F7; }