﻿.orangelight {
  color: #fe8800;
}
.orange {
  color: #ff6a00;
}
.orangedark {
  color: #c85300;
}
/* offset-x | offset-y | blur-radius | spread-radius | color */
/*@card-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);*/
.scroll-hide {
  overflow: hidden;
}
.scroll-show {
  overflow: auto;
}
#Gallery-Hero-Image {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #Gallery-Hero-Image {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #Gallery-Hero-Image {
    max-height: 560px;
    height: auto;
  }
}
#Gallery-Hero-Image img {
  width: 100%;
  height: 100%;
  min-height: 100px;
  max-width: 100%;
  border-style: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
#Gallery-Hero-Image .smallerimg {
  max-height: 175px;
}
@media only screen and (min-width: 768px) {
  #Gallery-Hero-Image .smallerimg {
    max-height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  #Gallery-Hero-Image .smallerimg {
    max-height: 280px;
  }
}
#Gallery-Hero-Image .gallery-nav {
  position: absolute;
  /*bottom: @gutter; use in new est version */
  bottom: 50%;
  width: 100%;
}
#Gallery-Hero-Image .gallery-nav > div {
  margin: 0 auto;
  text-align: center;
}
#Gallery-Hero-Image .gallery-nav button {
  /*remove next line for new est version*/
  display: none;
  padding: 5px 10px;
  font-size: 14px;
}
#Gallery-Hero-Image .gallery-nav button:hover {
  color: #585858;
  background: #f4f4f4;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
}
#Gallery-Hero-Image .gallery-nav .prev,
#Gallery-Hero-Image .gallery-nav .next {
  display: inline-block;
  font-size: medium !important;
  background: none !important;
  border: 0px !important;
  cursor: pointer !important;
  outline: none !important;
  position: relative !important;
  top: -5px !important;
  height: 100% !important;
  z-index: 3 !important;
  font-size: 0.5em !important;
  /*remove next 2 lines for new est version*/
  float: left;
  left: 50px;
}
#Gallery-Hero-Image .gallery-nav .prev i,
#Gallery-Hero-Image .gallery-nav .next i {
  position: absolute;
  width: 6em;
  /* must be 3em for new est version*/
  height: 6em;
  /* must be 3em for new est version*/
  background: transparent;
  border-top: 3px solid #fff;
  /* must be 2px for new est version*/
  border-right: 3px solid #fff;
  /* must be 2px for new est version*/
  transform: translate3d(0, -50%, 0) rotate(-135deg);
}
#Gallery-Hero-Image .gallery-nav .prev i {
  margin-left: -3em;
}
#Gallery-Hero-Image .gallery-nav .next {
  /*remove next 2 lines for new est version*/
  float: right;
  right: 75px;
  left: auto;
}
#Gallery-Hero-Image .gallery-nav .next i {
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.viewGalleryIconContainer {
  color: #feafff;
  background-color: rgba(0, 11, 38, 0.46);
  border-radius: 2px;
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  font-weight: bold;
}
.viewGalleryIconContainer .viewImageIcon {
  display: inline-flex;
  fill: currentColor;
  vertical-align: middle;
  height: 1.125rem;
  max-width: 1.5em;
  min-width: 1.125rem;
}
.modal-container {
  display: none;
  z-index: 70;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.85);
}
.modal-header {
  position: relative;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .modal-header {
    padding-bottom: 15px !important;
  }
}
.modal-header .modal-close {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 16px 28px 8px;
  overflow: hidden;
  cursor: pointer;
}
.modal-header .modal-close:hover::before,
.modal-header .modal-close:hover::after {
  background: #fff;
}
.modal-header .modal-close::before,
.modal-header .modal-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.modal-header .modal-close::before {
  transform: rotate(45deg);
}
.modal-header .modal-close::after {
  transform: rotate(-45deg);
}
.modal-header .modal-close.hairline::before,
.modal-header .modal-close.hairline::after {
  height: 1px;
}
.modal-header .modal-close.rounded::before,
.modal-header .modal-close.rounded::after {
  border-radius: 5px;
}
.modal-content {
    display: block;
    position: relative;
    background-color: transparent !important
}
.modal-footer {
  overflow: hidden !important;
  background-image: none !important;
  background-color: transparent !important;
  padding-bottom: 25px 15px 0px 15px !important;
  border-radius: 0px !important;
  text-align: center !important;
  color: #ffffff !important;
}
.gallery-previous,
.gallery-next {
  width: 75px !important;
  font-size: medium !important;
  background: none !important;
  border: 0px !important;
  cursor: pointer !important;
  outline: none !important;
  position: absolute !important;
  top: 0px !important;
  height: 100% !important;
  z-index: 3 !important;
  font-size: 0.5em !important;
}
.gallery-previous i,
.gallery-next i {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 5em;
  height: 5em;
  background: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate3d(0, -50%, 0) rotate(-135deg);
}
.gallery-previous {
  left: 15px !important;
}
.gallery-next {
  right: 15px !important;
}
.gallery-next i {
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.gi-wrapper {
  width: 100% !important;
  max-width: 105vh !important;
  margin: 0 auto !important;
}
.gallery-main {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
}
.gallery-main img {
  height: 100%;
  max-width: 100%;
  border-style: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.gi-footer-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: -webkit-transform 0.2s ease-out, transform 0.2s ease-out !important;
  -moz-transition: transform 0.2s ease-out !important;
  transition: -ms-transform 0.2s ease-out, -webkit-transform 0.2s ease-out, transform 0.2s ease-out !important;
}
.gallery-footer {
  position: relative !important;
  overflow: hidden !important;
  height: 107px !important;
}
.gallery-footer .image-description {
  font-size: 14px;
  color: #fff;
  text-align: left;
  padding: 15px 0px;
  height: 20px;
  max-width: 105vh !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-footer ul {
  position: absolute !important;
  -webkit-transition: -webkit-transform 0.3s ease-out, transform 0.3s ease-out !important;
  -moz-transition: transform 0.3s ease-out !important;
  transition: -ms-transform 0.3s ease-out, -webkit-transform 0.3s ease-out, transform 0.3s ease-out !important;
  list-style-type: none !important;
  margin: 0px -9999px 0px -10px !important;
  padding: 0px !important;
  left: 0px !important;
}
.gallery-footer ul li {
  float: left !important;
  background-color: #000000 !important;
  margin-left: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.gallery-footer ul li.active {
  opacity: 1;
}
.gallery-footer ul li img {
  box-shadow: 0 0 10px 2px rgba(255, 170, 145, 0.15);
  width: 100px !important;
  height: 67px !important;
}
/*remove next class from new est version*/
.buttons-block {
  bottom: 0;
}