@import "magnific-popup.css";

/* ******************
   THUMBNAIL SCROLLER
   ****************** */
.thumbnailScroller {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 0;
  overflow: hidden;
}
.thumbnailScroller .jTscrollerContainer {
  position: absolute;
}
.thumbnailScroller .jTscroller {
  position: relative;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  display: inline-block;
  *display: inline;
}
.thumbnailScroller .jTscrollerNextButton,
.thumbnailScroller .jTscrollerPrevButton {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-family: fontawesome;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.7;
}
.thumbnailScroller .jTscrollerNextButton {
  background: #000;
}
.thumbnailScroller .jTscrollerPrevButton {
  background: #000;
}
.thumbnailScroller .jTscrollerNextButton:hover,
.thumbnailScroller .jTscrollerPrevButton:hover {
  opacity: 1;
  text-decoration: none;
}
.thumbnailScroller .jTscrollerNextButton:before {
  content: "\f105";
}
.thumbnailScroller .jTscrollerPrevButton:before {
  content: "\f104";
}
.thumbnailScroller .jTscrollerNextButton {
  margin: -20px 10px 0 10px;
  right: 0;
  top: 50%;
}
.thumbnailScroller .jTscrollerPrevButton {
  margin: -20px 10px 0 10px;
  left: 0;
  top: 50%;
}
.thumbnailScrollerLoading:before {
  content: "\f1ce";
  font-family: fontawesome;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  font-size: 25px;
  line-height: 25px;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.thumbnailScrollerLoading .jTscrollerContainer,
.thumbnailScrollerLoading .jTscrollerNextButton,
.thumbnailScrollerLoading .jTscrollerPrevButton {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
/* **************
   MAGNIFIC POPUP
   ************** */
img.mfp-img {
  padding: 10px 10px 80px;
  background-color: #ffffff;
}
.mfp-bottom-bar {
  margin-top: -80px;
}
.mfp-title {
  line-height: 80px;
  color: #313842;
  padding: 0px 35px;
  text-transform: uppercase;
  font-weight: 800;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #313842;
  right: 30px;
  width: auto;
  padding: 0;
  bottom: 19px;
  top: auto;
}
.mfp-counter {
  display: none;
}
.mfp-arrow-right,
.mfp-arrow-left {
  width: 50px;
  height: 50px;
}
.mfp-arrow-right {
  right: 10px;
}
.mfp-arrow-left {
  left: 10px;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin: 0;
  font-family: fontawesome;
  font-size: 20px;
  color: #313842;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  content: "\f054";
  border: none;
  top: 14px;
  left: 19px;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  content: "\f053";
  border: none;
  top: 14px;
  left: auto;
  right: 35px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  width: 50px;
  height: 50px;
  background: #ffffff;
  margin: 0;
  border: none;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  left: auto;
  right: 0;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  left: 0;
  right: auto;
}
/* ================ */
/* === 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: 0px;
    color: #fff;
    font-size: 15px;
}
.galleryContainer {
  margin-top: 0px;
  margin-bottom: 84px
}
.galleryItem {
  position: relative;
  width: 20%;
  float: left;
  margin-top: -1px;
}
.galleryItem .project-thumb {
  width: 100%;
}
.galleryItem img {
  width: 100%;
}
.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: 30px;
  padding-bottom: 25px;
}
.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: 12px;
}
.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: 33.33%;
}
.galleryContainer.col-2 .galleryItem {
  width: 50%;
}
.galleryContainer.col-1 .galleryItem {
  width: 100%;
}
/* **************
   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;
}
.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;
}
/* **************
   PROJECT IMAGES
   ************** */
.project-thumb:before {
  background-color: #169dd3;
}
.project-thumb .thumb-links .thumb-link:hover,
.project-thumb .thumb-links .thumb-link:active,
.project-thumb .thumb-links .thumb-link:focus {
  color: #169dd3;
}
/* ************
   SQUARE ICONS
   ************ */
.square-icon-box:before {
  border: 3px solid #169dd3;
}
.square-icon-hover:hover .square-icon-box {
  color: #ffffff;
}
.square-icon-hover:hover .square-icon-box:before {
  background-color: #169dd3;
}
