.imageGallery {
  padding: 30px 0;
  position: relative;
}

.imageGallerySearch{
  flex-direction: column;
}

.imageGallery .imageGallery--new{
  flex-direction: column;
}
.img-placeholder {
  min-height: 100px;
  height: 250px;
}

.imageGallerySearch form:first-of-type{
  margin-bottom:20px;
}

@media only screen and (min-width:768px){
  .imageGallerySearch{
    flex-direction: row;
  }
  .imageGallerySearch form:first-of-type{
    margin-bottom:0;
  }
  .img-placeholder{
    height: 380px;
  }
}

.imageGallerySearch form {
  margin-right: -5px;
  width: 100%;
}

.imageGallerySearch form input[type="search"] {
  border: 1px solid #A2A2A2;
  border-radius: 2px;
  padding: 5px 15px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.imageGallerySearch .filter-select{
  width: 100%;
  background-color: #fff;
}
.imageGallerySearch .filter-select select{
  width: 100%;
}

@media only screen and (min-width:520px){
  .imageGallerySearch{
    display: flex;
  }
  .imageGallerySearch form {
    display: inline-block;
  }
  .imageGallerySearch .filter-select{
    width: 100%;
    margin-left: 20px;
  }
}

.imageGallerySearch .filter-select select{
  padding: 5px 15px;
  border: 1px solid #a2a2a2;
}

@media only screen and (min-width:768px){

  .imageGallerySearch form {
    width: calc(100% - 270px);
  }
  .imageGallerySearch .filter-select{
    width: 280px;
  }
  .imageGallerySearch .filter-select select{
    width: 100%;
  }

  .imageGallerySearch form input[type="search"] {
    width: 370px;
  }

}



.imageGalleryFilter {
  display: none;
}

.imageGalleryFilterTrigger {
  background: none;
  border: none;
  display: inline-block;
  min-width: 100px;
  padding: 5px 15px;
  position: relative;
}

.imageGalleryFilterTrigger .caret {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
}

.imageGalleryFilterTrigger:hover {
  cursor: pointer;
}

.imageGalleryFilterTrigger.open {
  color: #009933;
}

.imageGalleryFilterTrigger.open .caret {
  transform: rotate(180deg);
}

.imageGalleryFilterList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.imageGalleryFilterList > li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.imageGalleryFilterList > li h3 {
  margin: 0;
}

.imageGalleryFilterList > li > button {
  display: block;
}

.imageGalleryFilterList > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.imageGalleryFilterList > li > ul > li {
  display: inline-block;
  vertical-align: top;
}

.imageGalleryFilterList > li > ul > li label {
  margin-right: 10px;
}

.imageGalleryFilterList > li > ul > li input[type='checkbox'] {
  margin: 0 5px 0 0;
}

.imageGalleryGrid {
  max-width: 1090px;
  margin: 30px auto;
}

.imageGalleryGrid .gridSizer {
  width: 25%;
}

.imageGalleryGrid .gridItem {
  opacity: 0;
  padding: 10px;
  width: 25%;
}

.imageGalleryGrid .gridItem a {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
}

.imageGalleryGrid .gridItem a img {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
}

.imageGalleryGrid .gridItem a img.b-lazy {
  opacity: 0;
}

.imageGalleryGrid .gridItem a img.b-loaded {
  transition: opacity 250ms linear;
  opacity: 1;
}

.imageGalleryGrid .gridItem a .overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 250ms ease-in-out;
  top: 0;
}

.imageGalleryGrid .gridItem a .overlay img {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.imageGalleryGrid .gridItem a:hover .overlay {
  opacity: 1;
}

.imageGalleryGrid .gridItem_square {
  max-width: 25%;
}

.imageGalleryGrid .gridItem_portrait {
  max-width: 50%;
}

.imageGalleryGrid .gridItem_landscape {
  max-width: 75%;
}

.imageGalleryGrid.loaded .gridItem {
  opacity: 1;
}

.imageDetail {
  padding: 30px 0;
  display: table;
  width: 100%;
}

.imageDetailImage, .imageDetailInformation {
  display: table-cell;
  margin: 0 -5px 0 0;
  vertical-align: top;
}

.imageDetailImage {
  padding-right: 0;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width:898px){
  .imageDetailImage {
    padding-right: 15px;
    text-align: center;
    width: 66%;
  }
}

.imageDetailImage figure {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: inline-block;
}

.imageDetailImage img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.imageDetailInformation {
  border-left: 1px solid #A2A2A2;
  padding: 0 15px;
  width: 100%;
}

@media only screen and (min-width:898px){
  .imageDetailInformation {
    width: 33.33%;
  }
}

.imageDetailInformation a {
  color: #009933;
}

.imageDetailInformation a:hover {
  color: #009933;
  text-decoration: none;
}

.imageDetailInformation h3 {
  border-bottom: 1px solid #bcbcbc;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  position: relative;
}

.imageDetailInformation h3 .toggle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #363636;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.5px;
}

.imageDetailInformation h3 .toggle:hover, .imageDetailInformation h3 .toggle:focus {
  cursor: pointer;
}

.imageDetailInformation h3:not(.open) .toggle {
  transform: rotate(180deg);
}

.imageDetailInformationCredits, .imageDetailInformationDescription, .imageDetailInformationCategories {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.imageDetailInformationCredits {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.imageDetailInformationDescription, .imageDetailInformationCategories {
  display: none;
}

.imageDetailInformationCategories .category {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #afafaf;
  color: #626262;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
}

.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.spinner2 {
  width: 40px;
  height: 40px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #009933;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.dot1 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.spinner5 {
  width: 32px;
  height: 32px;
  position: relative;
}

.cube1 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center;
}

.spinner6 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  margin-left: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.spinner7 {
  width: 90px;
  height: 30px;
  text-align: center;
}

.spinner7 > div {
  background-color: #fff;
  height: 15px;
  width: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
}

.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(-20px);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}


.overlay{
  position: absolute;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 156, 44, 0.434);
  transition: 0.3s;
}

.tileInner a{
  position: relative;
  width:300px;
}

.tileInner img{
  width:100%; 
  height:220px;
  object-fit: cover;
}
.media-tiles__tile{
    margin:0 5px 30px;
}

@media only screen and (min-width:466px){
  .tileInner{
    width:220px;
  }
  .tileInner img{
    width:100%; 
    height:160px;
    object-fit: cover;
  }
}

@media only screen and (min-width:640px){
  .tileInner{
    width:300px;
  }
  .tileInner img{
    width:100%; 
    height:220px;
    object-fit: cover;
  }
}


.tileInner a:after{
  position: absolute;
  content: url(/assets/images/overlay.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  top:0; 
  left:0;
  width: 100%;
  height: 97%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 156, 44, 0.434);
  transition: 0.3s;
  transition-delay: 0.2s;
}

.tileInner a:hover:after{
  visibility: visible;
  opacity: 1;
}

.forceSquareInner:hover .overlay,
.forceSquareInner:hover .overlay::before{
  visibility: visible;
  opacity: 1;
}
