.section-header {
  text-align: center;
}

.section-header .section-title {
  padding-top: 25px;
}

.content-page .row {
  margin: 0 -6px;
}

.content-page .col {
  padding: 0 6px;
}

.pagination > li > a, .pagination > li > a:hover {
  color: #C32121;
}

.pagination > .active > span {
  background-color: #C32121;
  border-color: #C32121;
}

.block-gallery {
  margin-bottom: 35px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .block-gallery {
    max-width: 290px;
    margin: 0 auto 35px;
  }
}

.block-gallery:hover .gallery-image {
  opacity: 0.9;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
}

.block-gallery:hover .gallery-title {
  color: #000;
}

.block-gallery:hover .gallery-btn {
  background: #000;
}

.gallery-image {
  position: relative;
  margin-bottom: 30px;
  height: 220px;
  display: block;
  background-color: #AAA;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

.gallery-image .gallery-btn {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -20px;
}

@media screen and (max-width: 992px) {
  .gallery-image .gallery-btn {
    left: 10px;
    right: 10px;
    font-size: 12px;
  }
}

.gallery-title {
  padding: 0 8px;
  margin-bottom: 5px;
  font-family: "HelveticaLTCondensedBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: block;
  color: #C32121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

.gallery-date {
  font-family: "HelveticaLTCondensedMedium", Arial, sans-serif;
  font-size: 13px;
  line-height: 1em;
  display: block;
  color: #808080;
}

.modal .modal-body {
  padding: 0;
}

.modal .modal-body .content-gallery {
  position: relative;
}

.gallery-content {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}

.gallery-content .swiper-slide {
  max-width: 780px;
  max-height: 455px;
  background-color: #FFF;
}

.gallery-content .swiper-slide .image {
  max-width: 100%;
  max-height: 455px;
  display: inline-block;
}

.gallery-content .gallery-title {
  margin-bottom: 15px;
  font-family: "HelveticaLTCondensedBold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1em;
  display: block;
  text-align: center;
  color: #000;
}

.gallery-content .gallery-counter {
  padding-top: 4px;
  font-size: 15px;
  line-height: 1em;
  display: block;
  color: #666;
}

.gallery-content .gallery-top .swiper-slide {
  height: 455px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media screen and (max-width: 992px) {
  .gallery-content .gallery-top .swiper-slide {
    height: 280px;
  }
}

.gallery-content .gallery-thumbs {
  margin-top: 5px;
}

.gallery-content .gallery-thumbs .swiper-wrapper {
  margin-left: calc(-40% - 31px);
}

@media screen and (max-width: 768px) {
  .gallery-content .gallery-thumbs .swiper-wrapper {
    margin-left: calc(-40% - -16px);
  }
}

@media screen and (max-width: 480px) {
  .gallery-content .gallery-thumbs .swiper-wrapper {
    margin-left: calc(-40% - -20px);
  }
}

.gallery-content .thumb-item {
  height: 68px;
  background-size: cover;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.gallery-content .content-gallery {
  position: relative;
}

.gallery-content .gallery-button {
  left: -40px;
  width: 31px;
  height: 56px;
  margin-top: -28px;
  background: url("/assets/images/sections/arrows-modal.png") no-repeat;
}

@media screen and (max-width: 992px) {
  .gallery-content .gallery-button {
    left: 5px;
  }
}

.gallery-content .gallery-button.swiper-button-next {
  left: auto;
  right: -40px;
  background-position: -31px 0;
}

@media screen and (max-width: 992px) {
  .gallery-content .gallery-button.swiper-button-next {
    right: 5px;
  }
}

.gallery-content .gallery-button.swiper-button-disabled {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}

.gallery-content .share {
  padding: 25px 0;
  text-align: center;
  font-family: "HelveticaLTBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #808080;
  border: 0;
}

.gallery-content .share .share-text {
  margin-right: 5px;
  font-family: "HelveticaLTCondensedBold", Arial, sans-serif;
  font-size: 20px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  color: #000;
}

@media screen and (max-width: 992px) {
  .gallery-content .share .share-text {
    padding-bottom: 7px;
    margin: 0;
    display: block;
  }
}

.gallery-content .share .share-bar {
  width: auto;
  vertical-align: middle;
  display: inline-block;
}

.gallery-content .share-bar-container .share-button {
  font-size: 13px;
  display: inline-block;
  color: #FFF;
}

.gallery-content .share-bar-container .share-button span {
  padding-left: 5px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
}

@media screen and (max-width: 992px) {
  .gallery-content .share-bar-container .share-button span {
    display: none;
  }
}
