.ng-lightbox.default {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  box-sizing: border-box;
}
.ng-lightbox.default * {
  box-sizing: border-box;
}
.ng-lightbox.default .ng-lightbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  padding: 20px 0 20px;
  width: 95%;
  max-height: 95%;
  overflow: auto;
  max-width: 640px;
  color: #000;
  text-align: center;
  background-color: #f8f5ec;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.ng-lightbox.default .inner-wrapper {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.default .ng-lightbox-inner {
    padding-left: 0;
  }
}
.ng-lightbox.default .ng-lightbox-inner .close-popup {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  text-indent: -1000px;
  border: 0;
  background: none;
  box-shadow: 0 0;
  transition: opacity 350ms ease-in-out;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:after, .ng-lightbox.default .ng-lightbox-inner .close-popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #856f4c;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 350ms ease-in-out;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:after {
  width: 20px;
  height: 1px;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:before {
  width: 1px;
  height: 20px;
}
.ng-lightbox.default .ng-lightbox-inner .close-popup:hover:after, .ng-lightbox.default .ng-lightbox-inner .close-popup:hover:before {
  background-color: #000;
}
.ng-lightbox.default .ng-lightbox-inner.background-thumbnail {
  color: #000;
  background: #fff;
}
.ng-lightbox.default .ng-lightbox-inner.background-thumbnail .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 0.2;
  margin: 0;
}
.ng-lightbox.default .ng-lightbox-inner .thumb-wrapper {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 20px;
  width: 50%;
  overflow: hidden;
}
.ng-lightbox.default .ng-lightbox-inner .thumb-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ng-lightbox.default .ng-lightbox-inner .content {
  position: relative;
  width: 50%;
  padding: 30px 30px 40px;
  font-family: "Whitney", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #000;
  font-weight: 400;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.default .ng-lightbox-inner .content {
    width: 100%;
    padding: 20px;
    font-size: 15px;
  }
}
.ng-lightbox.default .ng-lightbox-inner .content .logo-image {
  width: 85%;
  margin-bottom: 35px;
}
.ng-lightbox.default .ng-lightbox-inner h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.default .ng-lightbox-inner h3 {
    font-size: 20px;
  }
}
.ng-lightbox.default .ng-lightbox-inner h4 {
  margin-bottom: 15px;
  color: #000;
  font: 500 23px/30px "Whitney", "Arial", sans-serif;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.default .ng-lightbox-inner h4 {
    font-size: 17px;
  }
}
.ng-lightbox.default .ng-lightbox-inner p {
  margin-bottom: 10px;
}
.ng-lightbox.default .ng-lightbox-inner .buttons {
  margin-top: 35px;
}
.ng-lightbox.default .ng-lightbox-inner .buttons a {
  text-decoration: none;
  font-family: "Spectral", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.default .ng-lightbox-inner .thumb-wrapper {
    display: none;
  }
}

.ng-lightbox.alert-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: #f8f5ec;
  color: #000;
  z-index: 9998;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.fixed-header .ng-lightbox.alert-bar {
  border-bottom: 1px solid #8e6d45;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.alert-bar {
    height: 80px;
  }
}
.ng-lightbox.alert-bar * {
  box-sizing: border-box;
}
.ng-lightbox.alert-bar .ng-lightbox-inner {
  width: 100%;
  position: relative;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.alert-bar .ng-lightbox-inner {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 9px;
  right: 5px;
  z-index: 10;
  overflow: hidden;
  text-indent: -1000px;
  border: 0;
  background: none;
  box-shadow: 0 0;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox.alert-bar .ng-lightbox-inner .close-popup {
    top: 0;
    right: 0;
  }
}
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:hover:after, .ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:hover:before {
  background-color: #000;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:after, .ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #856f4c;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 350ms ease-in-out;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:after {
  width: 20px;
  height: 1px;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .close-popup:before {
  width: 1px;
  height: 20px;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content {
  position: relative;
  padding: 10px 40px 20px 10px;
  font: 400 18px/20px "Whitney", "Arial", sans-serif;
  color: #000;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content .description {
  font: 23px/26px "Whitney", "Arial", sans-serif;
}
@media (max-width: 767px) {
  .ng-lightbox.alert-bar .ng-lightbox-inner .content .description {
    font-size: 20px;
    line-height: 25px;
  }
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content a {
  color: #000;
  margin: 0 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content a:hover {
  text-decoration: none;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content a:hover:after {
  opacity: 0;
}
.ng-lightbox.alert-bar .ng-lightbox-inner .content * {
  display: inline;
}
