/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.gp_imagegallery1 .gp_heading {
  margin: 0 0 50px;
}
.gp_imagegallery1 .gp_items.has_margin > .g-grid {
  margin: 0 -12px;
}
.gp_imagegallery1 .gp_items.has_margin .gp_img_block {
  margin: 12px;
}
.gp_imagegallery1 .gp_img_block {
  position: relative;
}
.gp_imagegallery1 .gp_img_block:hover .gp_img_icon {
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.gp_imagegallery1 .gp_img_block .gp_img_title {
  margin: 10px 0;
}
.gp_imagegallery1 .gp_img_block.gp_img_circular .gp_img_title {
  text-align: center;
}
.gp_imagegallery1 .gp_img_block.gp_img_circular .gp_img_icon {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -8px;
}
.gp_imagegallery1 .gp_img_block.gp_img_circular:hover .gp_mask {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.gp_imagegallery1 .gp_img_block.title_overimage:not(.gp_img_circular) .gp_img_icon {
  right: 20px;
  top: 20px;
}
.gp_imagegallery1 .gp_img_block.title_overimage:not(.gp_img_circular) .gp_mask {
  opacity: 1;
}
.gp_imagegallery1 .gp_img_block.title_overimage:hover .gp_mask {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.gp_imagegallery1 .gp_img_block.title_overimage .gp_img_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  margin: 0;
  color: #fff;
}
.gp_imagegallery1 .gp_img_block.title_bottom:not(.gp_img_circular) .gp_img_icon {
  right: 20px;
  bottom: 20px;
}
.gp_imagegallery1 .gp_img_block.title_bottom .gp_mask {
  opacity: 0;
}
.gp_imagegallery1 .gp_img_block.title_bottom:hover .gp_mask {
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.gp_imagegallery1 .gp_img {
  position: relative;
  overflow: hidden;
}
.gp_imagegallery1 .gp_img_icon {
  position: absolute;
  color: #fff;
  z-index: 1;
  opacity: 0;
}
.gp_imagegallery1 .gp_mask {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 -470px 500px -500px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 -470px 500px -500px rgba(0, 0, 0, 0.5);
}
.gp_imageblock3 > .g-grid {
  margin: 0 -12px;
}
.gp_imageblock3 .gp_heading {
  margin-bottom: 50px;
}
.gp_imageblock3 .gp_content {
  position: relative;
  margin: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gp_imageblock3 .gp_text {
  padding: 30px 35px;
  position: relative;
}
.gp_imageblock3 .gp_text > h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.gp_imageblock3 .gp_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gp_imageblock3 .gp_link {
  margin-top: 15px;
}
.gp_imageblock5 > .g-grid {
  margin: 0 -12px;
}
.gp_imageblock5 .gp_heading {
  margin-bottom: 50px;
}
.gp_imageblock5 .gp_content {
  margin: 12px;
}
.gp_imageblock5 .gp_text {
  padding: 20px 25px;
}
.gp_imageblock5 .gp_text > div {
  margin: 0 0 15px;
}
.gp_imageblock5 .gp_img {
  position: relative;
}
.gp_imageblock5 .gp_img > h4 {
  margin: 0;
  font-weight: 700;
  padding: 20px 25px;
  color: #ffffff !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.gp_imageblock5 .gp_mask {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 -470px 500px -500px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 -470px 500px -500px rgba(0, 0, 0, 0.5);
}
.g-portfolio .g-portfolio-filter {
  margin-bottom: 30px;
}
.g-portfolio .g-portfolio-filter.uk-subnav > * > * {
  color: #424753;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #e0e0e5;
  background: #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #4db2b3;
  color: #4db2b3;
}
.g-portfolio .g-portfolio-filter .uk-active > a {
  background: #ffffff;
  border: 1px solid #4db2b3;
  color: #4db2b3;
  box-shadow: none;
}
.g-portfolio .g-portfolio-item {
  border: 1px solid #e0e0e5;
}
.g-portfolio.gutter-disabled .g-portfolio-item {
  border: none;
}
.g-portfolio .g-portfolio-image > a {
  display: block;
}
.g-portfolio .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-portfolio p {
  margin: 0;
}
.g-portfolio .g-portfolio-title {
  margin: 0;
}
.g-portfolio .g-portfolio-title a {
  color: #4d4d4d;
}
.g-portfolio .g-portfolio-title a:hover {
  color: #4db2b3;
}
.g-portfolio .g-item-details {
  margin-top: 10px;
  font-size: 90%;
  color: #6f788c;
  font-style: italic;
}
.g-portfolio .g-item-details i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-desc {
  margin-top: 10px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-portfolio .g-info-container-style2.uk-overlay-panel a:hover {
  color: #4db2b3;
}
.g-portfolio .g-info-container-style2 .g-portfolio-special, .g-portfolio .g-info-container-style2 .g-item-details {
  color: #999fae;
}
.g-portfolio .g-portfolio-special {
  color: #6f788c;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
.g-portfolio .g-portfolio-special i {
  margin-right: 5px;
}
.g-portfolio .g-portfolio-link {
  float: right;
  font-style: italic;
}
.g-portfolio .g-portfolio-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
.g-portfolio .no-special .g-portfolio-link {
  float: none;
}
.g-portfolio .no-link .g-portfolio-special {
  float: none;
}
.g-portfolio .g-bottom-info {
  margin-top: 15px;
}
.g-portfolio.style3 .g-info-container {
  position: absolute;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
  border: 1px solid #e0e0e5;
  border-top: none;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.g-portfolio.style3 .g-portfolio-item {
  border: none;
  position: relative;
}
.g-portfolio.style3 .g-portfolio-item:hover .g-info-container {
  visibility: visible;
  opacity: 1;
}
.g-portfolio.style4 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
.g-portfolio.style4 .g-info-container-style2 a {
  color: #ffffff;
}
.g-portfolio.style4 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-portfolio.style4 .g-portfolio-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-portfolio.style4 .g-portfolio-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.portfolio-special .g-portfolio-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
#g-fullwidth .g-portfolio.gutter-enabled, .g-flushed .g-portfolio.gutter-enabled {
  padding: 30px;
}
#g-fullwidth .g-portfolio.filters-enabled.gutter-enabled, .g-flushed .g-portfolio.filters-enabled.gutter-enabled {
  padding-top: 0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter, .g-flushed .g-portfolio .g-portfolio-filter {
  border-bottom: 1px solid #f0f0f0;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter {
  margin-bottom: 0;
}
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav {
  padding: 0 30px;
}
.uk-tooltip.g-portfolio-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
/*# sourceMappingURL=custom_13.css.map */