body, p {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

a, a:hover, a:visited, a:active, a:focus, a:focus-within, a:visited {
  color:           #000000;
  text-decoration: none;
}

.header-logo {
  /* margin-top: 5px; */
}

@media (max-width: 600px) {
  .header-logo {
    height: 33px;
    width: 142px;
  }
}



/*.container-fluid {*/
/*  !* max-width: 1980px !important; *!*/
/*}*/




/*************************************/
/************ Site footer ************/
/*************************************/

.site-footer {
  border-top: 2px solid #D0D0D0;
}

.footer-legal {
  background-color: #F2F2F2;
}

.site-footer ul, .site-footer-txt {
  list-style-type: none;
  font-size:       20px;
  font-weight:     600;
  color:           #000000 !important;
  line-height:     2em;
  text-decoration: none;
}

.footer-social-txt {
  margin-top:  0;
  font-size:   20px;
  font-weight: 600;
  line-height: 2em;
}

.footer-links {
  padding-left: 0;
  columns: 1;
}
.footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .footer-links li:nth-child(3) {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .footer-links {
    columns: 2;
  }
  .site-footer ul, .site-footer-txt, .footer-social-txt {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .site-footer ul, .site-footer-txt, .footer-social-txt {
    font-size: 20px;
  }
}

.footer-top-border {
  border-top:    #D0D0D0 2px solid;
  margin-bottom: 30px;
}
.footer-newsletter form {
  padding-bottom: 8px;
  border-bottom: 2px solid #161616;
}
.footer-newsletter input {
  border: 0;
  font-size: 16px;
  font-weight: 300;
}
.footer-newsletter input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #B9B9B9;
}

.footer-newsletter input.mce_inline_error {
  border-bottom: 1px solid red;
}


.footer-newsletter button {
  border: 0;
  color: #161616;
  appearance: none;
  background-color: transparent;
  font-size: 20px;
  padding: 6px;
}

.twitter-icon:hover path {
  fill: #1da1f2;
}
.instagram-icon:hover path,
.instagram-icon:hover circle {
  fill: #405de6;
}


/*End footer*/





.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-100 {
  margin-left: 100px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mr-110 {
  margin-right: 110px;
}

.pad-20 {
  padding: 20px;
}

.mht-230 {
  min-height: 230px;
}


/*.header-login-btn {*/
/*  color:               #000000 !important;*/
/*  border:              2px solid;*/
/*  border-color:        #000000;*/
/*  border-radius:       30px !important;*/
/*  font-size:           20px;*/
/*  padding:             0.3em 1em !important;*/
/*  line-height:         1.7em !important;*/
/*  background-color:    transparent;*/
/*  background-size:     cover;*/
/*  background-position: center;*/
/*  background-repeat:   no-repeat;*/
/*  position:            relative;*/
/*  font-family:         'Poppins', sans-serif;*/
/*  font-weight:         bold;*/
/*}*/

.footer-legal-txt, .footer-legal-txt a:link, .footer-legal-txt a:visited {
  color:       #737373 !important;
  font-size:   14px !important;
  line-height: 1.42857143 !important;
  font-weight: normal;
}

.footer-legal-txt a:hover {
  text-decoration: underline;
}

.breadcrumb-header {
  height:           55px;
  background-color: #F2F2F2;
}

.breadcrumb-header strong {
  font-weight: 600 !important;
}

.breadcrumb-header a,
.breadcrumb-header strong {
  font-size: 14px;
}

@media (max-width: 600px) {

  .breadcrumb-header .truncate-mobile strong,
  .truncate-mobile-photo {
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .truncate-mobile {
    align-items: center;
  }

  .truncate-mobile-photo + span.px-3,
  .truncate-mobile-photo + span.px-3 + strong {
    display: none;
  }
}

@media (max-width: 320px) {
  .breadcrumb-header .col-auto.px-2,
  .truncate-mobile span.px-3 {
      padding-left: 8px !important;
      padding-right: 8px !important;
  }

  .truncate-mobile strong,
  .truncate-mobile-photo {
    width: 100px !important;
  }
}

.white-txt {
  color: #FFFFFF;
}

.white-bg {
  background-color: #FFFFFF;
}

.no-top-margin {
  margin-top: 0 !important;
}


#photosearchform-term {
  min-height: 60px;
}

.pagination {
  /*display:       inline-block;*/
  padding-left:  0;
  margin:        20px 0;
  border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
  position:              relative;
  float:                 left;
  padding:               6px 12px;
  color:                 #000000;
  text-decoration:       none;
  background-color:      #FFFFFF;
  border:                none;
  border-radius:         50%;
  -moz-border-radius:    50%;
  -webkit-border-radius: 50%;
  height:                40px;
  width:                 40px;
  line-height:           28px;
  margin-left:           6px;
  margin-right:          6px;
}
.pagination > .disabled {
  pointer-events: none;
  opacity: 0.5;
}

.pagination > li.prev span,
.pagination > li.prev a,
.pagination > li.next a,
.pagination > li.next span {
  line-height: 26px;
}

@media (max-width: 600px) {
  .pagination > li > a, .pagination > li > span {
    height:                35px;
    width:                 35px;
    line-height:           25px;
    margin-left:           3px;
    margin-right:          3px;
  }

  .pagination > li.prev span,
  .pagination > li.prev a,
  .pagination > li.next a,
  .pagination > li.next span {
    line-height: 23px;
  }
}


.link-pager > li > a:hover,
.link-pager > li > span:hover,
.link-pager > li > a:focus,
.link-pager > li > span:focus {
  z-index:          2;
  color:            #80be80;
  background-color: #FFFFFF;
}
.link-pager > li > a:hover svg path {
  fill: #80be80 !important;
}
.link-pager > .active > a,
.link-pager > .active > span,
.link-pager > .active > a:hover,
.link-pager > .active > span:hover,
.link-pager > .active > a:focus,
.link-pager > .active > span:focus {
  z-index:          3;
  color:            #FFFFFF;
  cursor:           default;
  background-color: #80be80;
  border:           none;
}


.white-bg {
  background-color: #FFFFFF;
}

#spacesuit-header-logo {
  margin-left: 70px;
}

.navbar-brand {
  /* height: 70px; */
}

.nav-link {
  color:        #000000;
  font-weight:  600;
  margin-right: 18px;
  padding-right: 0;
}



.header-search-close {
  /* margin-left: 30px; */
}

/*.header-login-btn {*/
/*  margin-top: -10px;*/
/*}*/
/*.header-search-btn {*/
/*  margin-top: -10px;*/
/*}*/

.dropdown-menu {
  margin-top: 0;
  min-width:  290px;
}

.red-hover-bg:hover, .red-hover-btn:focus {
  background-color: #80be80;
}

.dropdown-menu-header {
  border:        0 solid #FFFFFF;
  border-radius: 0;
}

.red-underline {
  background-image: linear-gradient(to top, transparent 18%, #80be80 10%, #80be80 35%, transparent 15%) !important;
}

.recent-folders-headline {
  margin-top:    20px;
  margin-bottom: 0;
  font-size:     16px;
}

.red-brand {
  background-color: #80be80 !important;
}

.public-search-form {
  width:      100%;
  min-height: 60px;
}

#public-search-options-container {
  max-height: 60px;
}

#header-search-dropdown-btn {
  margin-top: 7px;
}

#header-search-close-btn {
  /* margin-top: 15px; */
}

.black-top-border {
  border-top: 1px solid #000000;
}

.black-bg {
  background-color: #000000;
}



.public-search-bar-col {
  padding-right: 0 !important;
}



.rounded-right-border {
  border-top-right-radius:    0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.txt-brand-15 {
  font-family: "Poppins", sans-serif !important;
  font-size:   15px !important;
  line-height: 18px !important;
}

.txt-brand-light {
  color: #989898;
}

.red-underline-search {
  background-image: linear-gradient(to top, transparent 10%, #80be80 10%, #80be80 30%, transparent 15%);
}

.red-underline-menu {
  background-image: linear-gradient(to top, transparent 10%, #80be80 10%, #80be80 25%, transparent 15%) !important;
}

.search-toggle:hover .circle,
.search-toggle.active .circle {
  fill: #2D2D2D !important;
}
.search-toggle:hover .inner-circle,
.search-toggle.active .inner-circle {
  fill: white !important;
}


#header-search-btn button {
  border: 0;
  appearance: none;
  background: none;
}

.search-col {
  border:              1px solid #CED4DA;
  border-top-color:    rgb(206, 212, 218);
  border-top-style:    solid;
  border-top-width:    1px;
  border-right-color:  #FFFFFF;
  border-right-width:  0;
  border-bottom-color: rgb(206, 212, 218);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color:   #FFFFFF;
  border-left-style:   solid;
  border-left-width:   0;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice:  100%;
  border-image-source: none;
  border-image-width:  1;
}

#search-bar-separator {
  border-left: 2px solid #F2F2F2;
  height:      40px;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}


.cursor-pointer-hover:hover {
  cursor: pointer;
}

.navbar {
  min-height:     80px;
  /* padding-top:    0; */
  /* padding-bottom: 0; */
}

.nav-link {
  font-weight: 500;
}

.dropdown-menu {
  padding-bottom: 15px;
}

/*@media (min-width: 768px) {*/
/*  .header-logo {*/
/*    margin-left: 80px;*/
/*  }*/
/*}*/

#footer-twitter-container {
  padding-right: 8px;
}

#footer-instagram-container {
  padding-left: 8px;
}

.nav-search-link {
  margin-right: 0;
}

/*laserred*/
.container-xl .navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar .nav-item:last-child .nav-link {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .container-xl {
    max-width: 1210px;
  }
}


/**************************************/
/****** Font styles/headings/buttons etc ******/
/**************************************/

.page-title {
  font-size: 26px;
  font-weight: bold;
  color: #161616;
  line-height: 1.2;
}

@media screen and (max-width: 767.9px) {
  .page-title {
    font-size: 22px;
  }
}


.red-suit-btn {
  color:               #80be80 !important;
  border:              2px solid #80be80;
  border-radius:       30px !important;
  padding:             0.3em 1em !important;
  font-size:           18px;
  line-height:         1.7em;
  background-color:    transparent;
  background-size:     cover;
  background-position: center;
  background-repeat:   no-repeat;
  position:            relative;
  font-family:         'Poppins', sans-serif;
  font-weight:         bold;
  overflow: hidden;
  z-index: 1;
  transition: color 400ms ease;
}

.red-suit-btn:before {
  content: "";
  width: 0;
  background-color: #80be80;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  transition: width 500ms ease;
}

.red-suit-btn:hover {
  color: #FFFFFF !important;
}
.red-suit-btn:hover:before  {
  width: 100%;
}
@media (max-width: 575.98px) {
  .red-suit-btn {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .red-suit-btn {
    padding:  0.8rem 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .red-suit-btn {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .red-suit-btn {
    padding: 8px 24px !important;
    font-size: 18px;
  }
}

.red-suit-btn.alt {
  border:              2px solid #80be80;
  background-color:    #80be80;
  color: #ffffff !important;
  background-size:     cover;
  background-position: center;
  background-repeat:   no-repeat;
  position:            relative;
  font-family:         'Poppins', sans-serif;
  font-weight:         bold;
  overflow: hidden;
  z-index: 1;
  transition: color 400ms ease;
}

.red-suit-btn.alt:before {
  background-color: #5a875a; 
}

.red-suit-btn.alt:hover {
  color: #ffffff !important;
}

/*************************************/
/****** Collection cells styles ******/
/*************************************/

.latest-folders {
  margin-top: 60px;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .latest-folders {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.folder-underline {
  position: relative;
}

.more-folders {
  position: relative;
  overflow: hidden;
}

.more-folders h4 {
  z-index: 2;
}

/* Welcome to spacesuit collections */
.welcome-row {
  overflow: hidden;
}
.welcome-row, .welcome-row > .container-xl {
  position: relative;
  z-index: 1;
}
.welcome-row::after {
  background-image: url('/img/spacesuitcollections/svgs/helmet-background-element.svg');
  background-repeat: no-repeat;
  background-position: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: -40px;
  bottom: 0;
  height: 80%;
  transform: translateY(-50%);
}

@media (max-width: 767.98px){
  .welcome-row::after {
    display: none;
  }
}

.theme_1 .more-folders::after {
  background-image: url('/img/spacesuitcollections/svgs/helmet-background-element.svg');
  background-repeat: no-repeat;
  background-position: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: -40px;
  bottom: 0;
  height: 80%;
  transform: translateY(-50%);
}

.more-folders h4 {
  text-align: left;
  color: white;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 24px;
  line-height: 1.3;
}
.more-folders svg {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (min-width: 576px) and (max-width: 680px) {
  .more-folders h4 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .more-folders h4 {
    font-size: 18px;
    top: 20px;
    left: 20px;
  }
  .more-folders svg {
    bottom: 20px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .more-folders h4 {
    font-size: 20px;
    top: 24px;
    left: 24px;
  }
  .more-folders svg {
    bottom: 24px;
    left: 24px;
  }
}
@media (min-width: 1400px) {
  .more-folders h4 {
    font-size: 24px;
    top: 30px;
    left: 30px;
  }
  .more-folders svg {
    bottom: 30px;
    left: 30px;
  }
}

.folder-underline::before {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  /*border-bottom: 2px solid #80be80;*/
  border-bottom: 2px solid #D0D0D0;
}

.folder-underline::after {
  content: "";
  width: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 2;
  border-bottom: 2px solid #80be80;
  transition: all 1s ease;
}

.folder-cell .cell-image-wrap {
  overflow: hidden;
  position: relative;
}

.folder-cell a img, .more-folders a img {
  transform: scale(1);
  transition-duration: 3s;
  transform-origin: center;
  width: 100% !important;
}

.folder-cell:hover:not(.browse-foders) img {
  transform: scale(1.2);
}
.folder-cell:hover .folder-underline::after {
  width: 100%;
}

.folder-cell.browse-foders img {
  width: 100%;
}
.p-event-date {
  color: #737373;
  font-weight: 300;
}

.folder-file-count {
  border-radius: 27.5px;
  background-color: rgba(255,255,255,0.65);
  padding: 8px 16px;
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 12px;
  border: 1px solid white;
  font-size: 14px;
  font-weight: bold;
}

/***********************************/
/******** Single Photo View ********/
/***********************************/
.photo-title {
  font-size: 20px;
  font-weight: bold;
}

.photo-details p,
.photo-details a {
  margin-bottom: 0;
  color: #454545;
}

#public-license-enquiry-form input.form-control {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
#public-license-enquiry-form .form-control {
  border-color: #E8E8E8;
  border-radius: 3px;
}

#public-license-enquiry-form label {
  color: #454545;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.license-enquiry-row .license-type-btn {
  border: 2px solid #E8E8E8;
}
.license-enquiry-row .license-type-btn.active {
  border: 2px solid #75B23F;
  position: relative;
}

.license-enquiry-row .license-type-btn.active::before {
  background-image: url('/img/svgs/tick-green.svg');
  height: 20px;
  width: 20px;
  content: '';
  z-index: 1;
  position: absolute;
  left: -7.5px;
  top: -7.5px;
}

.license-type-btn {
  margin-right:     10px;
  background-color: #FFFFFF;
  border:           1px solid #E8E8E8;
  display:          inline-block;
  cursor:           pointer;
  color:            #454545;
  font-size:        15px;
  padding:          13px 20px;
  text-decoration:  none;
  height:           50px;
  min-width:        120px;
}

@media (max-width: 600px) {
  .license-type-btn-container > div {
    flex-wrap: wrap;
  }
  .license-type-btn {
    display: block;
    width: 100%;
    min-width: unset;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .license-type-btn:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .license-type-btn {
    padding:          13px 40px;
    margin-right:     25px;
  }
}
@media (max-width: 767.98px) {
  #submit-license-request-btn {
    width: 100%;
  }
}


/*************************************/
/****** Photo Download Modal *********/
/*************************************/
#download-modal.show {
  z-index: 999999;
}
#download-modal .modal-body{
  padding: 2.5rem;
}

#download-modal .modal-body .modal-image{
  width: 100%;
  height: auto;
}

#download-modal .modal-body .modal-file-details{
  padding-top: 1.875rem;
}

@media (max-width: 991.98px) {
  #download-modal .modal-body .modal-file-details,
  .modal-buttons {
    flex-wrap: wrap;
  }

  #download-modal .modal-body{
    padding: 20px;
  }
  #download-modal .modal-body .container-fluid {
    padding: 0;
  }
  #download-modal .modal-button {
    width: 100%;
    max-width: none !important;
    margin: 4px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #download-modal .modal-dialog {
    max-width: 85%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #download-modal .modal-dialog {
    max-width: 90%;
  }
}

#download-modal .modal-body .modal-button{
  max-width: 240px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

#download-modal .close{
  top: -25px;
  right: -25px;
  background-color: #161616;
  color: #fff;
  opacity: 1;
}

#download-modal .close svg{
  height: 50px;
  width: 50px;
  padding: 0.875rem;
}

#download-modal .modal-content{
  border-radius: 1.25rem;
}


/*************************************/
/****** Generic Styles  **************/
/*************************************/
.font-weight-semibold{
  font-weight: 600;
}



/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

.justified-gallery-test > a {
   overflow: hidden;
}

.justified-gallery-test .justified-thumb.jg-entry-visible a > img {
  transform: scale(1);
  transition: transform 3s ease;
}
.justified-gallery-test .justified-thumb.jg-entry-visible a:hover > img {
  transform: scale(1.2);
  transition: transform 3s ease;
}




/***************************************/
/******** Search bar styles  **********/
/**************************************/

.m-search-select {
  background-color:    #FFFFFF;
  min-height:          50px;
  border-radius:       0.25rem;
  padding: 18px;
}

.m-search-start {
  background-color:    #80be80;
  min-height:          60px;
  padding-top:         0.375rem;
  padding-right:       0.75rem;
  padding-bottom:      0.375rem;
  padding-left:        0.75rem;
  border:              1px solid #80be80;
  border-top-color:    #80be80;
  border-top-style:    solid;
  border-top-width:    1px;
  border-right-color:  #80be80;
  border-right-style:  solid;
  border-right-width:  1px;
  border-bottom-color: #80be80;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color:   #80be80;
  border-left-style:   solid;
  border-left-width:   1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice:  100%;
  border-image-source: none;
  border-image-width:  1;
  border-radius:       0.25rem;
  width:               100%;
}

.m-margin {
  margin-left:  -30px;
  margin-right: -30px;
}

.m-start-search-txt {
  font-family: "Poppins", sans-serif !important;
  font-size:   15px !important;
  line-height: 18px !important;
  font-weight: bolder;
  color:       #FFFFFF;
}

.down-arrow {
  height:      15px;
  width:       auto;
  margin-left: auto;
}

#photosearchform-term {
  border-top-right-radius:    0;
  border-bottom-right-radius: 0;
  border-right-color:         #FFFFFF;
  border-right-width:         0;
  font-family:                "Poppins", sans-serif;
  font-weight: lighter;
  font-size:                  15px;
  line-height:                18px;
  text-indent:                18px;
}

#m-photosearchform-term {
  min-height: 50px;
  padding: 18px;
  border: 0;
  color: #161616;
}

#m-photosearchform-term::placeholder {
  color: #8a8a8a;
}
.m-search-select span {
  color: #8A8A8A;
}
.m-search-select span,
#m-photosearchform-term {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

#mobile-search-type-txt {
  font-weight: normal;
  padding-left: 12px;
  color: #161616;
}

/* // mobile-menu styles // */
.navbar-toggle {
  border: 0;
  appearance: none;
  display: block;
  background: none;
}

.navbar-toggle .navbar-toggle-line {
  width: 30px;
  height: 2px;
  background-color: #2D2D2D;
  margin: 8px 0;
  display: block;
}

.navbar-container {
  transition: .3s all ease-out;
  transform: translateY(0);
  background-color: white;
  position: relative;
  z-index: 20;
}

.navbar-inner-container {
  background-color: white;
}

.navbar-container.sticky {
  position: fixed !important;
  bottom: 100%;
  left: 0;
  top: auto;
  right: 0;
  z-index: 99999;
  background-color: white;
  transform: translateY(100%);
}

.navbar-container .search-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translateY(-100%);
  visibility: hidden;
  transition: all 450ms ease;
  background-color: #2D2D2D;
  min-height:       90px;
  z-index: -1;
  margin-left: 0;
  margin-right: 0;
}

.navbar-container .search-container .container-xl {
  padding-left: 0;
  padding-right: 0;
}
.navbar-container .search-container #photo-search-form {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1180px) {
  .navbar-container .search-container #photo-search-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.navbar-container .search-container.active {
  visibility: visible;
  transform: translateY(0);
}



/* Only run this styles up until 992px breakpoint */


@keyframes menuOpen {
  from   { transform: translateX(-100%) }
  to { transform: translateX(0) }
}

@keyframes menuClose {
  from { transform: translateX(0) }
  to   { transform: translateX(-100%) }
}



@media (max-width: 991.98px) {
  .navbar .navbar-menu-container,
  .nav-item.dropdown .dropdown-menu {
    position: fixed;
    height: 102vh;
    background-color: #161616;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: block !important;
    pointer-events: none;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    transform: translateX(-100%);
  }

  body.mobile-menu-active {
     overflow: hidden;
  }

  .navbar-container.sticky .navbar .navbar-menu-container {
    position: absolute;
  }


  .navbar-container.sticky > .navbar-inner-container > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-container.sticky > .navbar-inner-container > .container-xl > .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar .navbar-menu-container:not(.active).closing {
    animation-name: menuClose;
    animation-duration: 400ms;
    animation-fill-mode: forwards;
  }

  .navbar .navbar-menu-container.active {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
    animation-name: menuOpen;
    animation-duration: 400ms;
    animation-fill-mode: forwards;
  }


  .nav-item.dropdown:not(.sub-menu-active).closing .dropdown-menu {
    animation-name: menuClose;
    animation-duration: 400ms;
    animation-fill-mode: forwards;
  }

  .nav-item.dropdown.sub-menu-active .dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
    animation-name: menuOpen;
    animation-duration: 400ms;
    animation-fill-mode: forwards;
  }

  .navbar .navbar-menu-container .menu-close {
    position: absolute;
    right: 30px;
    top: 26px;
    z-index: 999999;
  }

  .navbar .navbar-menu-container .nav,
  .nav-item.dropdown .dropdown-menu .dropdown-menu-inner {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start !important;
    align-items: baseline !important;
    margin-top: 90px;
    /* background-color: red; */
  }

  .navbar .navbar-menu-container .nav .nav-item > a,
  .navbar .navbar-menu-container .nav .nav-item .dropdown-menu-inner > a,
  #sub-menu-heading
  {
    color: white;
    font-size: 18px;
    font-weight: 600;
  }

  a.nav-link,
  a.dropdown-item {
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }


  a.dropdown-item:hover,
  a.dropdown-item:focus {
    background: none;
  }

  .nav-link.login-link button {
    display: none;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .nav-item {
    width: 100%;
  }

  .sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 13px 0 13px 13px;
    height: 46px;
    width: 46px;
    z-index: 2;
  }

  .nav-item.dropdown {
    z-index: 1;
  }
  .nav-item.dropdown.sub-menu-active {
    z-index: 2;
  }

  .sub-menu-heading-wrap {
    height: 72px;
    border-bottom: 1px solid #454545;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    opacity: 0;
    transition: opacity 300ms ease;
  }
  .sub-menu-heading-wrap svg {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 300ms ease;
  }

  .sub-menu-heading-wrap.active {
    opacity: 1;
  }
  .sub-menu-heading-wrap.active svg {
    opacity: 1;
  }

  #sub-menu-heading {
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    color: white;
    z-index: 99999;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .menu-seperator {
    width: 100%;
    display: block;
    height: 2px;
    background-color: #454545;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .filter-menu-item {
    justify-content: space-between;
  }

  .custom-select-container > .custom-select-opener {
    width: 240px !important;
  }
}
/* Only run these styles after 992px */
@media (min-width: 992px) {
  .navbar-toggle,
  .menu-close,
  .sub-menu-heading-wrap,
  .login-link > span {
    display: none;
    pointer-events: none;
    visibility: hidden;
  }

  .nav-item.login-link span {
    display: none;
  }

  .nav-link.login-link button {
    color: #2D2D2D !important;
    border-color: #2D2D2D !important;
    font-size: 15px;
    padding-top: 6.5px !important;
    padding-bottom: 6.5px !important;
  }

  .nav-link.login-link button:hover {
    color: white !important;
  }
  .nav-link.login-link button::before {
    background-color: #2D2D2D;
  }

  .menu-seperator {
    width: 2px;
    display: block;
    height: 35px;
    background-color: #D0D0D0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .menu-seperator:not(.d-lg-none) + .nav-item a {
    padding-left: 0;
  }
  .nav-item .nav-link span {
    padding-left: 1px;
    padding-right: 1px;
  }
  
  .nav-item:hover .nav-link span {
    background-image: linear-gradient(to top, transparent 16%, #80be80 10%, #80be80 32%, transparent 15%);
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown::before {
    content: "";
    width: 100%;
    display: block;
    opacity: 0;
    height: 20px;
    position: absolute;
    top: 100%;
  }

  .dropdown-menu {
    top: 60px;
    border-top: 1px solid #e8e8e8;
    padding: 16px 30px;
  }

  .dropdown-menu.user-drop-down {
    left: -30px;
  }

  .dropdown-menu .dropdown-item {
    padding: 18px 0;
    border-bottom: 1px solid #E8E8E8;
    font-size: 16px;
    line-height: 1;
  }
  .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
  }

  .dropdown-menu .dropdown-item:hover span,
  .dropdown-menu .dropdown-item:active span,
  .dropdown-menu .dropdown-item.active-link span {
    background-image: linear-gradient(to top, transparent 10%, #80be80 10%, #80be80 25%, transparent 15%);
  }
  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item:active {
    background: none;
    color: #212529;
  }

  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  #sub-menu-heading {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }

  a.nav-link.dropdown-toggle::after {
    display: none;
  }
}

.help-block-error {
  color: #80be80;
}

.no-pagination {
  margin-bottom: 48px;
}

.select-all-span {
  padding-left: 10px;
  font-weight: 600;
}


/** New **/
.filterable-options {
  display: flex;
  height: 100%;
}

.filter-row {
  background-color: #161616;
  color:            #FFFFFF;
  font-size: 14px;
}

.filter-row > .container-xl {
  height:           65px;
}

.filter-menu {
  border-top: 2px solid #fff;
  background-color: #2D2D2D;
  max-height: 100px;
  padding: 24px 15px;
  display: none;
  /* transition: max-height 1.3s ease-out; */
  position: relative;
  z-index: 9;
}

.filter-menu.active {
  max-height: 100px;
  transition: max-height 0.3s ease-in;
}

.filter-menu-toggle {
  display: flex;
  align-items: start;
  padding: 0 !important;
}

.filter-menu-toggle.active {
  background-color: #2D2D2D;
}

.filter-menu-toggle a {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  height: 65px;
  color: #FFFFFF;
  display: block;
  position: relative;
  z-index: 10;
}

.filter-menu-toggle.active a {
  border-bottom: 2px solid #2D2D2D;
  height: 67px;
}

.filter-menu-toggle-btn > span {
  padding-left: 5px;
}

.filter-menu-icon-filter {
  fill: none;
  stroke: #FFFFFF;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.filter-menu-toggle.active .filter-menu-icon-filter {
  stroke: #80be80;
}

.filter-select {
  border: none;
  border-radius: 0;
  appearance: none;
}

.filter-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}

.filter-seperator {
  height: 100%;
  width: 2px;
  background-color: white;
  display: block;
}

.custom-select-container > .custom-select-opener {
  background-color: #fff;
  color: #161616;
  height: 50px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 300px;
  position: relative;
}

.custom-select-container > .custom-select-opener::after {
  content: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='fill: %23000;stroke-width:0px;' d='M7.33.67v12.95S1.16,6.88,1.16,6.88c-.25-.27-.67-.29-.94-.04-.27.25-.29.67-.04.94l7.33,8s0,0,.01,0c.02.02.04.04.06.05.01.01.03.02.04.03.03.02.05.03.08.04.01,0,.02.01.04.02.03.01.07.03.11.03,0,0,.02,0,.02,0,.04,0,.09.01.14.01s.09,0,.14-.01c0,0,.01,0,.02,0,.04,0,.07-.02.11-.03.01,0,.02-.01.04-.02.03-.01.05-.03.08-.04.01,0,.03-.02.04-.03.02-.02.04-.03.06-.05,0,0,0,0,.01,0l7.33-8c.12-.13.18-.29.18-.45,0-.18-.07-.36-.22-.49-.27-.25-.69-.23-.94.04l-6.18,6.74V.67c0-.37-.3-.67-.67-.67s-.67.3-.67.67Z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
}

.custom-select-container.is-open > .custom-select-opener {
  background-color: #fff;
}

.custom-select-container.is-open > .custom-select-opener::after {
  transform: rotate(180deg);
}

.custom-select-option.is-selected::before {
  content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='tick'%3E%3Cpolyline points='3.7 14.3 9.6 19 20.3 5' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") !important;
  position: absolute;
  left: 10px;
  top: 15px;
}

.custom-select-container .custom-select-panel {
  background-color: #fff;
}

.custom-select-container .custom-select-option {
  height: 50px;
  border-top: 1px solid #ddd;
  color: #161616;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
}

.custom-select-container .custom-select-option.has-focus {
  background-color: #fff;
}

.custom-select-container .custom-select-option:hover {
  background-color: #ddd;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 15em !important;
  overflow-y: auto
}