.modal-open-mm { overflow: hidden; }

.banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-side {
  position: relative;
  width: 100%;
}

.banner-side::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 60px;
  background-color: #f5f5f5;
  z-index: 1;
}

.banner-side .banner__item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner__item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  opacity: .5;
}

.banner__item .container {
  position: relative;
  z-index: 5;
}

.banner__item .banner__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.banner__item .banner__captions {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Georgia', serif;
}

.bannerz__title {
  font-family: 'Georgia', serif;
  display: block;
  font-size: 79px;
  color: #fff;
  line-height: 0.9em;
  margin: 0;
  margin-bottom: 20px;
}

.banner__item .banner__captions p {
  font-family: 'Georgia', serif;
  color: #fff;
  font-weight: 300;
  max-width: 410px;
  line-height: 1.6;
}

.bannerz__btn {
  font-family: 'Georgia', serif;
  display: inline-block;
  background-color: #770029;
  line-height: 40px;
  padding: 8px 23px;
  color: #fff;
  text-decoration: none;
  outline: none;
  margin-top: 15px;
  font-size: 18px;
}

.bannerz__btn:hover {
  background-color: #470419;
  color: white;
  text-decoration: none;
}

.about-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.about-desc {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.6em;
  font-family: 'Georgia', serif;
  max-width: 800px;
  margin: 0 auto 10px;
}

.about-desc__smtitle {
  display: block;
  text-align: center;
  font-family: 'Georgia', serif;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.about-desc__title {
  font-family: 'Georgia', serif;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.about-desc hr {
  max-width: 80px;
  border-top: 2px solid #770029;
}

.search-news {
  max-width: 800px;
  margin: 0 auto 30px;
  position: relative;
}

.search-news label {
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 10px;
  color: #868686;
}

.search-news input {
  width: 100%;
  border: 1px solid #868686;
  border-radius: 4px;
  padding: 10px 15px 10px 45px;
}

.close-searchz {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 1em;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 15px;
  font-size: 8px;
  padding: 0;
  margin: auto;
  border: none;
  background-color: #777777;
  color: #fff;
}

.our-news {
  position: relative;
  width: 100%;
}

.our-news .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.our-news .col-sm-4,
.our-news .col-sm-8,
.our-news .col-sm-12 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.news__item {
  height: 450px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news__caption {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 145px;
  font-family: 'Georgia', serif;
  position: absolute;
  bottom: -100%;
  color: white;
  font-size: 14px;
  transition: all .3s ease;
  width: 100%;
}

.news__item:hover  .news__caption {
  bottom: 0;
}

.news__caption a {
  color: white;
  font-weight: 700;
}

.news__caption a:hover {
  text-decoration: underline;
}

.newscaption__title {
  margin: 0 0 10px;
  color: #fff;
  font-family: 'Georgia', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.newscaption__title  a { color: #ffffff; }

.remore-caption {
  display: inline-block;
  font-weight: 700;
}

.quote__box {
  height: 100%;
  background-color: #770029;
  font-size: 20px;
  font-family: 'Georgia', serif;
  color: #fff;
  line-height: 1.4em;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  -moz-animation: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}

 .quote__box i {
  width: 64px;
  height: 64px;
  background-color: #470419;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  color: #770029;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: block;
}

.quote__box p {
  font-size: 20px;
  font-family: 'Georgia', serif;
  color: #fff;
}

.quote__box small {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  color: #fff;
  font-size: 16px;
}

.news__item.image--only > a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff00;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news__item.image--only:hover > a { background-color: #ffffff73; }

.modal-gallery {
  padding: 0 !important;
  background-color: #ffffff;
}

.modal-gallery .modal-dialog {
  width: 100%;
  margin: 0;
  display: flex;
  height: 100%;
}

.modal-gallery.fade .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.modal-gallery .modal-dialog .modal-content {
  padding-top: 60px;
  padding-bottom: 35px;
  width: 100%;
  border: none;
  border-radius: 0;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: scroll;
}

.modal-gallery .desc__gallery {
  position: relative;
  display: block;
}

@media screen and (max-width: 62em) {
  .desc__gallery {
    margin-bottom: 25px;
  }
  .news__caption {
	min-height: 70px;
	bottom: 0;
	padding: 10px;
  }
  .news__caption p {
	margin: 0 0 5px 0 !important;
  }
  .news__caption .newscaption-text {
	display: none;
  }
  .newscaption__title {
	  font-size: 16px;
  }

}

.modal-gallery .desc__gallery .logo-mm {
  max-width: 100%;
  display: block;
}

.modal-gallery .desc__gallery h2 {
  font-family: 'Georgia', serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.modal-gallery .desc__gallery hr {
  height: 4px;
  border: none;
  background-color: #770029;
  width: 80px;
  margin: 30px 0;
}

.modal-gallery .desc__gallery p {
  font-family: 'Gergia', serif;
  font-size: 19px;
  line-height: 30px;
}

.modal-gallery .image__gallery {
  position: relative;
  width: 100%;
  height: calc(100vh - 150px);
  display: block;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.modal-gallery .image__gallery span {
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #777777;
  font-style: italic;
}

.modal-gallery .image__gallery figure {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.modal-gallery .image__gallery figcaption {
  position: absolute;
  display: block;
  text-align: left;
  z-index: 100;
  color: white;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
}

.modal-gallery .btn--close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #6f6f6f;
}

.modal-gallery .btn-arrow {
  top: 0;
  bottom: 0;
  width: 48px;
  height: 96px;
  position: absolute;
  margin: auto;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  outline: 0 !important;
  box-shadow: none !important;
}

.modal-gallery .btn-arrow::before {
  content: '';
  position: absolute;
  width: 96px;
  height: 96px;
  background-color: #f2f2f2;
  top: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 50%;
  margin: auto;
  transition: all .3s ease-in-out;
}

.modal-gallery .btn-arrow:hover::before { background-color: #770029; }

.modal-gallery .btn-arrow.btn--prev {
  left: 0;
  right: auto;
}

.modal-gallery .btn-arrow.btn--prev::before { right: 0; }

.modal-gallery .btn-arrow.btn--next {
  left: auto;
  right: 0;
}

.modal-gallery .btn-arrow.btn--next::before { left: 0; }

.modal-gallery .btn-arrow i {
  color: #770029;
  font-size: 26px;
  position: relative;
  z-index: 10;
  transition: all .3s ease-in-out;
}

.modal-gallery .btn-arrow:hover i { color: #f2f2f2; }

/*
Memo: display next and prev buttons at the end of the post in mobile and tablet
*/
@media screen and (max-width: 62em) {
	.modal-gallery .image__gallery {
		height: auto;
	}
	.modal-gallery .btn-arrow {
		position: relative;
		height: auto;
		margin-top: 30px;
	  }
	  
	  /* .modal-gallery .btn-arrow::before {
		position: relative;
	  } */
}

.loader {
  position: relative;
  margin: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.loader p {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #777777;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
}

.loader__dot {
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 5px;
  background-color: #770029;
  float: left;
}

.pulse {
  will-change: transform, opacity;
  -webkit-animation: pulse 1.25s infinite ease;
  animation: pulse 1.25s infinite ease;
}

.pulse__one {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.pulse__two {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.pulse__three {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes pulseWave {
  25% {
    -webkit-box-shadow: 0 0 0 0 rgba(26,26,26,0.5);
    box-shadow: 0 0 0 0 rgba(26,26,26,0.5);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(26,26,26,0);
    box-shadow: 0 0 0 10px rgba(26,26,26,0);
  }
}

@keyframes pulseWave {
  25% {
    -webkit-box-shadow: 0 0 0 0 rgba(26,26,26,0.5);
    box-shadow: 0 0 0 0 rgba(26,26,26,0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(26,26,26,0);
    box-shadow: 0 0 0 10px rgba(26,26,26,0);
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1224px;
  }
}

@media (max-width: 767px) {
  .banner-side::after { display: none; }

  .banner-side .banner__item {
    height: 280px;
    background-position: 90%;
  }

  .banner__item::before { width: 100%; }

  .bannerz__title { font-size: 32px; }

  .banner__item .banner__captions p { font-size: 12px; }

  .bannerz__btn {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
  }

  .loader { margin: 15px; }
}

.modal-gallery .image__gallery {
  padding-right: 60px;
}

.modal-gallery .desc__gallery {
  padding-left: 60px;
}

@media screen and (max-width: 62em) {
  .modal-gallery .image__gallery {
    padding-left: 0;
    padding-right: 0;
  }
  
  .modal-gallery .desc__gallery {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-content .container-fluid {
  width: 100% !important;
}
