.popupContainer {
  transition: opacity 0.5s ease;
  display: none;
  z-index: 2005;
  height: 100vh;
  object-position: top;
  width: 100vw;
  top: 0px;
  opacity: 0;
  margin: 0px !important;
  position: fixed;
}
.popupContainer.visible {
  display: flex;
  opacity: 1;
}
.popupContainer .col-md-2, .popupContainer .col-md-8 {
  height: 100%;
}
.actualPopupImage, .popupContainer iframe, .popupImageLoading {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  max-width: 100% !important;
  opacity: 0;
  transition: opacity 0.5s ease;
  max-height: 80%;
}
.box {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #d9d8d6;
  display: inline-block;
  margin-right: 7px;
  margin-top: 19px;
  transition: background-color 0.5s ease;
}
.disabled {
  pointer-events: none;
}
.box.active {
  background-color: #962B32;
}
.box:hover {
  background-color: #962B32;
  opacity: .5;
}
img.img-fluid.actualPopupImage.visible {
  max-height: 80%;
}
.popupImageLoading {
  background: url(/images/loading.gif) center no-repeat;
  height: 50px;
  width: 50px;
  background-size: cover;
}
.actualPopupImage.visible, .popupContainer iframe.visible, .popupImageLoading.visible {
  opacity: 1;
}
.popupContainer .farrows {
  height: 36px;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
}
.popupContainer i.fa-times {
  color: black;
  position: relative !important;
  bottom: 1px;
  right: 1px;
  z-index: 2005;
  background: unset;
  padding: 0px;
  cursor: pointer;
  position: unset;
  top: 10px;
  display: block;
  margin-top: 20px;
  margin-bottom: -55px;
}
.popupContainer .fa-times {
  height: 36px;
}
.captions {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.captionBottomLeft, .captionTopRight, .captionBottomRight, .captionCenterRight {
  color: #bebebe;
  position: absolute;
  font-size: 14px;
}
.captionCenterRight {
  color: #636363;
}
.captionBottomLeft {
  color: #636363;
}
.captionTopLeft {
  position: absolute;
  font-size: 14px;
  color: #242321;
  font-family: "Teko", "Roboto", sans-serif;
}
.captionTopLeft span {
  color: #d1d1d1;
  font-weight: 500;
}
.captions.visible {
  opacity: 1;
}
.popup {
  display: none;
  background-color: white;
  width: 100%;
  height: 1000%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2004;
}
.thumbnail {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.thumbnail.loaded {
  opacity: 1;
  cursor: pointer;
}
.thumbnail.loaded.cFade {
  opacity: 0.5;
  cursor: default;
}
.carousel img {
  height: 245px;
  margin-right: 10px;
}
.projectNum {
  color: #d1d1d1;
  font-weight: 500;
  font-size: 30px;
  font-family: "Teko", "Roboto", sans-serif;
}
.projectTitle {
  font-weight: 500;
  font-size: 30px;
  color: #242321;
  font-family: "Teko", "Roboto", sans-serif;
}
.carouselInner {
  width: 10000000px;
  left: 0px;
  background: #fff;
}
.carousel {
  width: 100%;
  padding: 5px 0px;
  overflow: hidden;
  margin-right: 10px;
}
.carousel:not(:first-child) {
  margin-top: 30px;
}
.carouselNav .clearfix {
  height: 0px;
}
.arrows {
  margin-right: 30px;
  position: relative;
  top: -37px;
  cursor: pointer;
}
.subTitle {
  position: relative;
  top: -26px;
  left: 5px;
}
.arrows img {
  height: 24px;
}
.leftC {
  margin-right: 15px;
}
.carouselNav {
  width: 100%;
  position: relative;
  top: -6px;
  padding-left: 4px;
}
div.clearfix {
  position: initial !important;
}
img.plusSvg {
    position: absolute;
    left: 10px;
    height: 34px !important;
    top: 20px;
    z-index: 100;
    pointer-events: none;
    width: 34px;
}
.specDrawingsBtn.clicked .specsDrawingDropdown {
  height: max-content;
  padding: 5px;
  visibility: visible;
}
.specsDrawingDropdown {
  display: none;
  transition: height 0.3s ease, padding 0.3s ease, visibility 0.1s ease;
  height: 0px;
  overflow: hidden;
  position: absolute;
  width: max-content;
  visibility: hidden;
  top: 24px;
  left: 0px;
  border: 1px solid #962b32;
  padding: 0px;
  z-index: 1;
  background-color: #f0f0f0;
}
.specsDrawingDropdown a {
  margin: 5px 0px;
}