
/* **************
   PROJECT IMAGES
   ************** */
.project-thumb {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
.project-thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.6s bottom ease ease-out;
  -moz-transition: all 0.6s bottom ease ease-out;
  -o-transition: all 0.6s bottom ease ease-out;
  transition: all 0.6s bottom ease ease-out;
  -webkit-transition: 0.6s bottom ease;
  transition: 0.6s bottom ease;
}
.project-thumb .absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.project-thumb .thumb-counting {
  position: absolute;
  right: 30px;
  top: 30px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s all ease ease-out;
  -moz-transition: all 0.4s all ease ease-out;
  -o-transition: all 0.4s all ease ease-out;
  transition: all 0.4s all ease ease-out;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}
.project-thumb .thumb-counting a {
  color: #ffffff;
}
.project-thumb .thumb-links:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  /*background-color: #ffffff;*/
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s all ease ease-out;
  -moz-transition: all 0.2s all ease ease-out;
  -o-transition: all 0.2s all ease ease-out;
  transition: all 0.2s all ease ease-out;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
}
.project-thumb .thumb-links .thumb-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  padding-top: 9px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s margin-bottom ease ease-out;
  -moz-transition: all 0.5s margin-bottom ease ease-out;
  -o-transition: all 0.5s margin-bottom ease ease-out;
  transition: all 0.5s margin-bottom ease ease-out;
  -webkit-transition: 0.5s margin-bottom ease;
  transition: 0.5s margin-bottom ease;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.project-thumb .thumb-links .thumb-link + .thumb-link {
  margin-left: -2px;
}
.project-thumb .thumb-links .thumb-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s background-color ease ease-out;
  -moz-transition: all 0.2s background-color ease ease-out;
  -o-transition: all 0.2s background-color ease ease-out;
  transition: all 0.2s background-color ease ease-out;
  -webkit-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
}
.project-thumb .thumb-links .thumb-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.project-thumb .thumb-links .thumb-link:hover:before,
.project-thumb .thumb-links .thumb-link:active:before,
.project-thumb .thumb-links .thumb-link:focus:before {
  background-color: #ffffff;
}
.project-thumb .thumb-info {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  left: 30px;
  right: 30px;
  bottom: 30px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s all ease ease-out;
  -moz-transition: all 0.2s all ease ease-out;
  -o-transition: all 0.2s all ease ease-out;
  transition: all 0.2s all ease ease-out;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.project-thumb .thumb-info a {
  color: #ffffff;
}
.project-thumb .thumb-info a:hover {
  text-decoration: underline;
}
.project-thumb .thumb-info i {
  z-index: 1;
  position: relative;
}
.project-thumb .thumb-info h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "myriad-pro-condensed";
  font-size: 22px;
}
.project-thumb .thumb-info .thumb-cats {
  display: block;
  margin-top: -10px;
  -webkit-transition: all 0.4s margin-top ease ease-out;
  -moz-transition: all 0.4s margin-top ease ease-out;
  -o-transition: all 0.4s margin-top ease ease-out;
  transition: all 0.4s margin-top ease ease-out;
  -webkit-transition: 0.4s margin-top ease;
  transition: 0.4s margin-top ease;
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}
.project-thumb:hover:before {
  bottom: 0;
}
.project-thumb:hover .thumb-counting {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-thumb:hover .thumb-info {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-thumb:hover .thumb-info .thumb-links:after {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.project-thumb:hover .thumb-info .thumb-links .thumb-link {
  margin-bottom: 35px;
}
.project-thumb:hover .thumb-info .thumb-cats {
  margin-top: 0;
}




/* ================ */
/* === ISOTOPE === */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.galleryFilters .btn {
  margin-bottom: 10px;
}
.galleryFilters .btn.active {
  background-color: #313842;
  color: #ffffff;
}
body.home-full-width .galleryContainer {
  margin-top: 0;
}
body.home-full-width .galleryItem {
  margin-top: 0;
}
body.home-full-width .galleryContainer.withMasonry {
  margin-left: 0;
}
body.home-full-width .galleryContainer.withMasonry .galleryItem {
  padding: 0;
}
.galleryContainer {
  /*margin-top: 20px;*/
  overflow: hidden;
}
.galleryItem {
  position: relative;
  width: 20%;
  display: inline-block;
  margin-top: -1px;
}
.galleryItem .project-thumb {
  width: 100%;
}
.galleryItem img {
  width: 100%;
  height: auto;
}
.galleryItem:hover .area-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryItem:hover .area-hover .cat-links {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryItem:hover .area-hover .entry-title {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryContainer.withSpaces {
  /*
margin-left: -30px;
*/
}
.galleryContainer.withSpaces .galleryItem {
  padding-left: 0px;
  padding-bottom: 5px;
}




.col-3 .galleryContainer.withSpaces .galleryItem:first-child {
		padding-left: 0;
}




.col-3  .galleryContainer.withSpaces .galleryItem:nth-child(4n){
	padding-left: 0;
}


.galleryContainer.withMasonry {
  margin-left: -3px;
}
.galleryContainer.withMasonry .galleryItem {
  padding-left: 3px;
  padding-bottom: 4px;
}
.galleryContainer.withSpaces.col-4 .project-thumb .thumb-info h4,
.galleryContainer.withSpaces.col-4 .project-thumb .thumb-info .thumb-cats {
  font-size: 20px;
}

.galleryContainer.withSpaces.col-4 .project-thumb .thumb-info .thumb-cats {
  font-size: 15px;
}

.galleryContainer.withSpaces.col-4 .project-thumb .thumb-info h4 {
  margin-top: 15px;
}
.galleryContainer.withSpaces.col-4 .project-thumb:hover .thumb-info .thumb-links .thumb-link {
  margin-bottom: 20px;
}
.galleryContainer.col-4 .galleryItem {
  width: 25%;
}
.galleryContainer.col-3 .galleryItem {
  width: 32%;
}
.galleryContainer.col-2 .galleryItem {
  width: 50%;
}
.galleryContainer.col-1 .galleryItem {
  width: 100%;
}


@media (max-width: 1700px) {
  .home-full-width .galleryItem {
    width: 25%;
  }
}
@media (max-width: 1500px) {
  .home-full-width .galleryItem {
    width: 33.333333%;
  }
}
@media (max-width: 1199px) {

  .galleryContainer.withSpaces .project-thumb .thumb-info {
    left: 20px;
    right: 20px;
  }
  .galleryContainer.withSpaces .project-thumb:hover .thumb-info {
    bottom: 20px;
  }
  .media-section[data-type="kenburns"] .media-section-image-container > img {
    margin-top: -300px;
  }
}
@media (max-width: 992px) {
  .galleryItem {
    width: 49% !important;
  }
  .galleryContainer.col-1 .galleryItem {
    width: 100% !important;
  }
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info .thumb-cats,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info .thumb-cats {
    font-size: 12px;
  }
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info h4 {
    margin-top: 15px;
  }
  .galleryContainer.withSpaces.col-3 .project-thumb:hover .thumb-info .thumb-links .thumb-link,
  .galleryContainer.withSpaces.col-2 .project-thumb:hover .thumb-info .thumb-links .thumb-link {
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .home-full-width .galleryItem {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .galleryItem {
    width: 100% !important;
    padding-bottom: 20px !important;
  }
  .project-thumb:before {
    display: none;
  }
  .project-thumb .thumb-counting {
    right: 15px;
    top: auto;
    bottom: 5px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .project-thumb .thumb-counting a {
    color: inherit;
  }
  .project-thumb .thumb-links {
    display: none;
  }
  .project-thumb .thumb-info {
    position: relative;
    color: inherit;
    left: 15px;
    right: 15px;
    bottom: 5px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .project-thumb .thumb-info a {
    color: inherit;
  }
  .project-thumb .thumb-info h4 {
    margin-top: 15px;
  }
  .project-thumb .thumb-info .thumb-cats {
    margin-top: 0px;
  }
  .project-thumb:hover .thumb-info {
    bottom: 5px;
  }
  .project-thumb:hover .thumb-info .thumb-cats {
    margin-top: 0;
  }
  .galleryContainer.withSpaces.col-1 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-4 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-1 .project-thumb .thumb-info .thumb-cats,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info .thumb-cats,
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info .thumb-cats,
  .galleryContainer.withSpaces.col-4 .project-thumb .thumb-info .thumb-cats {
    font-size: 18px;
  }
  .galleryContainer.withSpaces.col-1 .project-thumb .thumb-info,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info,
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info,
  .galleryContainer.withSpaces.col-4 .project-thumb .thumb-info {
    left: 15px;
    right: 15px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .galleryContainer.withSpaces.col-1 .project-thumb:hover .thumb-info,
  .galleryContainer.withSpaces.col-2 .project-thumb:hover .thumb-info,
  .galleryContainer.withSpaces.col-3 .project-thumb:hover .thumb-info,
  .galleryContainer.withSpaces.col-4 .project-thumb:hover .thumb-info {
    bottom: 0px;
  }

  .images-widget,
  .person-box,
  article.journal .media-object,
  article.journal .journalblock,
  .person-image,
  .galleryContainer.withSpaces,
  .galleryContainer.withMasonry {
    margin-left: -15px;
    margin-right: -15px;
  }

  .galleryContainer.withSpaces .galleryItem,
  .galleryContainer.withMasonry .galleryItem {
    padding: 0;
  }
  
}

/* **************
   PROJECT IMAGES
   ************** */
.project-thumb:before {
  background-color: #000000;
}
.project-thumb .thumb-links .thumb-link:hover,
.project-thumb .thumb-links .thumb-link:active,
.project-thumb .thumb-links .thumb-link:focus {
  color: #2b8be9;
}


@media (max-width: 991px) {


	.galleryContainer.withSpaces {
    	margin-left: 0px;
	}
}

.col-5 .galleryContainer.withSpaces .galleryItem  {
		padding-left: 0;
}


.leadershipGallery .galleryItem {
  padding-left: 0px !important;
  padding-bottom: 5px;
}
