.debug {
	display: block;
}
body {
	overflow-x: hidden !important;
}
b {
    font-weight: 700;
}
button {
    transition: all .5s;
}
p i {
	font-style: italic;
}
.text-center {
	text-align: center;
}
.position-relative {
	position: relative !important;
}
.pt-30 {
	padding-top: 30px;
}
.pb-200 {
	padding-bottom: 250px;
}
.ml-130 {
	margin-left: 130px;
}
.mr-10 {
	margin-right: 10px;
}
.mt-120 {
	margin-top: 120px;
}
.mb-120 {
	margin-bottom: 120px;
}
.width-50 {
	width: 50px;
}
.mw-70 {
	max-width: 70px !important;
}
.o-visible {
	overflow: visible;
}
.d-none {
	display: none;
}
.disabled {
    opacity: .2;
    cursor: not-allowed;
    pointer-events: none;
}
.grid-gallery-item .gallery-item-img {
	height: 100%;
}

.error {
  background-color: #273240;
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.error .container {
  display: flex;
  align-content: center;
}
.error h1 {
  color: #fff;
  height: 100%;
  width: 100%;
  align-content: center;
  font-size: 80px;
  text-align: center;
  line-height: 100px;
}

.no-cursor {
	cursor: initial;
}

/* Lazy loading */
.fade-animation {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.nowrap {
	white-space: nowrap;
}

.zip-button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pwd-form button {
  border: none;
  cursor: pointer;
}
.selection-download {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, .3);
  line-height: 20px;
}

/**
--------------------------------------------------
  Popup
--------------------------------------------------
**/
.ah-popup-content.media-popup {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.ah-popup-content.media-popup video {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: black;
}

/* mobile */
@media (max-width: 767px) {
  .ah-popup-content.media-popup {
    max-width: calc(100% - 60px) !important;
    max-height: calc(100vh - 60px) !important;
  }
  .ah-popup-content.media-popup video {
    max-height: calc(100vh - 60px) !important;
  }
}

/* tablet - desktop */
@media (min-width: 768px) {
  .ah-popup-content.media-popup {
    max-width: calc(100% - 100px) !important;
    max-height: calc(100vh - 100px) !important;
  }
  .ah-popup-content.media-popup video {
    max-height: calc(100vh - 100px) !important;
  }
}
