@charset "UTF-8";
.portfolio-single-content .gallery-item {
  height: auto;
  position: initial; }

/*------------------------------------------------------*/
/*---------------------- 11. PORTFOLIO SIMPLE GALLERY----------------------*/
.simple_gallery {
  margin: 100px 0 10px; }
  .simple_gallery h1, .simple_gallery h2, .simple_gallery h3, .simple_gallery h4, .simple_gallery h5, .simple_gallery h6 {
    color: #222222;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600; }
  .simple_gallery .post-media {
    margin-top: 105px; }
  .simple_gallery .post-slider-img {
    min-height: 90vh; }
  .simple_gallery .img-slider {
    position: relative; }
  .simple_gallery .flex-prev,
  .simple_gallery .flex-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 17px 27px;
    color: #222222;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #222;
    transition: background-color .35s ease;
    z-index: 10;
    cursor: pointer; }
    .simple_gallery .flex-prev i,
    .simple_gallery .flex-next i {
      color: #ffffff;
      transition: color .35s ease; }
    .simple_gallery .flex-prev:hover,
    .simple_gallery .flex-next:hover {
      background-color: #ffffff; }
      .simple_gallery .flex-prev:hover i,
      .simple_gallery .flex-next:hover i {
        color: #222222; }
  .simple_gallery .flex-prev {
    left: 0; }
  .simple_gallery .flex-next {
    right: 0; }
  .simple_gallery .categories a {
    color: #999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
    .simple_gallery .categories a:hover {
      color: #222222; }
  .simple_gallery .title {
    margin-top: 30px;
    color: #222222;
    font-family: "Playfair Display", sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px; }
  .simple_gallery .text {
    margin-bottom: 60px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    .simple_gallery .text p {
      margin-bottom: 20px;
      color: #999999;
      font-size: 15px;
      letter-spacing: 1px;
      line-height: 1.6; }
  .simple_gallery .info-item-wrap .item {
    display: inline-block;
    margin-right: 50px; }
  .simple_gallery .info-item-wrap .name {
    margin-bottom: 13px;
    color: #222222;
    font-family: "Playfair Display", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px; }
  .simple_gallery .info-item-wrap .text-item,
  .simple_gallery .info-item-wrap .text-item a {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
    text-decoration: none; }
  .simple_gallery .single-pagination {
    margin-top: 30px;
    margin-bottom: 0; }

@media only screen and (min-width: 991px) {
  .simple_gallery .info-wrap,
  .simple_gallery .text-wrap {
    padding: 0 85px; } }
@media only screen and (max-width: 1199px) {
  .simple_gallery {
    margin-top: 40px; }
    .simple_gallery .post-media {
      margin-top: 55px; }
    .simple_gallery .text-wrap {
      text-align: center; }
    .simple_gallery .info-wrap {
      margin-top: 10px;
      text-align: center; }
    .simple_gallery .title {
      margin-top: 20px; } }
@media only screen and (max-width: 991px) {
  .simple_gallery {
    margin-top: 40px; }
    .simple_gallery .text {
      padding: 0 15px; }
    .simple_gallery .post-slider-img {
      min-height: 550px; }
    .simple_gallery .single-pagination {
      margin-top: 0; }

  .simple_gallery .post-media {
    margin-bottom: 20px; }

  .simple_gallery .title {
    font-size: 40px; } }
@media only screen and (max-width: 768px) {
  .simple_gallery {
    margin-bottom: 25px; }

  .simple_gallery .post-media {
    margin-top: 45px; } }
@media only screen and (max-width: 767px) {
  .simple_gallery .text {
    padding: 0; }

  .simple_gallery {
    margin-top: 30px; }
    .simple_gallery .post-media {
      margin-top: 10px; }
    .simple_gallery .post-slider-img {
      min-height: 300px; }
    .simple_gallery .info-item-wrap {
      text-align: center; }
      .simple_gallery .info-item-wrap .item {
        display: block;
        margin-right: 0;
        margin-bottom: 20px; }
    .simple_gallery .info-wrap {
      margin-top: 0; }
    .simple_gallery .text-wrap {
      margin-bottom: 30px;
      text-align: center; }
    .simple_gallery .text {
      margin-bottom: 30px;
      text-align: center; }
    .simple_gallery .title {
      margin-top: 10px;
      font-size: 30px; }
    .simple_gallery .flex-prev,
    .simple_gallery .flex-next {
      padding: 10px 20px;
      font-size: 16px; } }
/*------------------------------------------------------*/
/*---------------------- 12. PORTFOLIO SIMPLE SLIDER----------------------*/
.simple_slider h1, .simple_slider h2, .simple_slider h3, .simple_slider h4, .simple_slider h5, .simple_slider h6 {
  color: #222222;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600; }
.simple_slider .post-media {
  margin-right: -25px;
  margin-left: -25px;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px); }
  .simple_slider .post-media .swiper-slide {
    width: 50% !important; }
  .simple_slider .post-media .s-back-switch {
    background-position: center;
    background-size: cover;
    min-height: 640px;
    max-height: 100vh;
    margin: 0 25px; }
  .simple_slider .post-media .swiper-pagination {
    position: static;
    margin-top: 40px; }
    .simple_slider .post-media .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 10px;
      background-color: #222;
      opacity: .2; }
      .simple_slider .post-media .swiper-pagination-bullet-active {
        background-color: #222222;
        opacity: .5; }
.simple_slider .desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  margin: 90px auto; }
.simple_slider .info-wrap {
  width: 20%;
  margin-right: 50px; }
  .simple_slider .info-wrap .date {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px; }
  .simple_slider .info-wrap .item {
    margin-bottom: 50px; }
  .simple_slider .info-wrap .name {
    margin-bottom: 15px;
    font-family: "Playfair Display", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal; }
  .simple_slider .info-wrap .text-item a {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
    text-decoration: none; }
  .simple_slider .info-wrap a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
    .simple_slider .info-wrap a:hover {
      color: #222; }
  .simple_slider .info-wrap .social-list {
    padding: 0;
    text-align: left; }
    .simple_slider .info-wrap .social-list li {
      margin: 0; }
      .simple_slider .info-wrap .social-list li:not(:last-of-type) {
        margin-right: 25px; }
    .simple_slider .info-wrap .social-list a {
      color: #222;
      font-size: 18px; }
      .simple_slider .info-wrap .social-list a:hover {
        color: #999; }
    .simple_slider .info-wrap .social-list:hover a {
      opacity: 1; }
.simple_slider .text-wrap {
  width: calc(80% - 50px); }
  .simple_slider .text-wrap .title {
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1; }
  .simple_slider .text-wrap .text {
    margin-bottom: 45px;
    color: #999999;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    .simple_slider .text-wrap .text p {
      margin-bottom: 30px; }
.simple_slider .images-wrap {
  max-width: 1570px;
  margin: 100px auto 90px; }
  .simple_slider .images-wrap .item-single {
    margin: 25px;
    width: calc(50% - 50px); }
    .simple_slider .images-wrap .item-single img {
      width: 100%;
      height: auto; }
.simple_slider .blockquote {
  position: relative;
  max-width: 870px;
  margin: 0 auto 90px;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center; }
  .simple_slider .blockquote::before {
    display: block;
    color: #999;
    font-family: "Ionicons", sans-serif;
    font-size: 56px;
    content: "\f347"; }
  .simple_slider .blockquote cite {
    display: block;
    margin-top: 35px;
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 2px;
    text-transform: uppercase; }

@media only screen and (max-width: 1199px) {
  .simple_slider .post-media .s-back-switch {
    min-height: 500px;
    margin: 0 15px; }
  .simple_slider .desc-wrapper {
    margin: 70px auto; }
  .simple_slider .images-wrap {
    margin: 60px auto; }
  .simple_slider .blockquote {
    margin-bottom: 60px; }
  .simple_slider .info-wrap {
    width: 40%;
    margin-right: 30px; }
  .simple_slider .text-wrap {
    width: calc(60% - 30px); }
    .simple_slider .text-wrap .title {
      font-size: 40px; } }
@media only screen and (max-width: 991px) {
  .simple_slider .info-wrap .item {
    width: 100% !important; }
  .simple_slider .images-wrap .item-single {
    margin: 15px;
    width: calc(50% - 30px); } }
@media only screen and (max-width: 768px) {
  .simple_slider.single-pagination {
    margin-top: 20px;
    margin-bottom: 30px; }

  .simple_slider .desc-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 50px;
    text-align: center; }
  .simple_slider .info-wrap,
  .simple_slider .text-wrap {
    width: 100%;
    margin-right: 0; }
  .simple_slider .text-wrap .text {
    margin-bottom: 30px; }
  .simple_slider .info-wrap .social-list {
    text-align: center; }
  .simple_slider .info-wrap .name {
    margin-bottom: 10px;
    font-size: 16px; }
  .simple_slider .info-wrap .date {
    font-size: 24px; }
  .simple_slider .images-wrap {
    margin: 30px auto; }
    .simple_slider .images-wrap .item-single {
      margin: 0 0 15px;
      width: 100%; }
  .simple_slider .blockquote {
    margin-bottom: 10px;
    font-size: 20px;
    max-width: 510px; }
    .simple_slider .blockquote cite {
      margin-top: 25px; }

  .simple_slider .post-media .swiper-pagination {
    margin-top: 30px; }

  .simple_slider .post-media .s-back-switch {
    min-height: 400px; }

  .simple_slider .post-media .swiper-slide {
    width: 100% !important; }

  .simple_slider .info-wrap .item {
    margin-bottom: 40px; }

  .simple_slider .text-wrap .title {
    font-size: 30px;
    margin-bottom: 30px; }

  .simple_slider .blockquote::before {
    font-size: 40px; } }
/*------------------------------------------------------*/
/*---------------------- 13. PORTFOLIO URBAN ----------------------*/
.urban h1, .urban h2, .urban h3, .urban h4, .urban h5, .urban h6 {
  margin-bottom: 20px;
  color: #222222;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600; }
.urban .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fcf9f6; }
  .urban .banner-wrap .img-wrap {
    width: 67%; }
    .urban .banner-wrap .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .urban .banner-wrap .main-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    padding: 70px 100px; }
    .urban .banner-wrap .main-info-wrap .excerpt-wrap {
      width: 100%; }
  .urban .banner-wrap .title {
    display: inline-block;
    font-family: "Playfair Display", sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px; }
  .urban .banner-wrap .excerpt {
    margin-top: 15px;
    color: #999999;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 1px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
.urban .descr-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  margin: 90px auto 70px; }
.urban .info-item-wrap {
  width: 20%; }
  .urban .info-item-wrap .date {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .2px; }
  .urban .info-item-wrap .item {
    margin-bottom: 50px; }
  .urban .info-item-wrap .name {
    margin-bottom: 15px;
    font-family: "Playfair Display", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal; }
  .urban .info-item-wrap .text-item {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px; }
    .urban .info-item-wrap .text-item a {
      color: #999999;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.6;
      letter-spacing: 1px;
      text-decoration: none; }
  .urban .info-item-wrap a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
    .urban .info-item-wrap a:hover {
      color: #222; }
.urban .text-wrap {
  width: calc(80% - 50px);
  margin-right: 50px; }
  .urban .text-wrap .title {
    margin-bottom: 45px;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: .2px;
    line-height: 1.4; }
  .urban .text-wrap .text {
    margin-bottom: 60px;
    color: #999999;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    .urban .text-wrap .text p {
      margin-bottom: 50px; }
.urban .blockquote {
  position: relative;
  max-width: 870px;
  margin: 90px auto 155px;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center; }
  .urban .blockquote::before {
    display: block;
    color: #999;
    font-family: "Ionicons", sans-serif;
    font-size: 56px;
    content: "\f347"; }
  .urban .blockquote cite {
    display: block;
    margin-top: 35px;
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 2px;
    text-transform: uppercase; }
.urban .social-list {
  margin-bottom: 90px;
  padding: 0;
  text-align: center; }
  .urban .social-list li {
    margin: 0; }
    .urban .social-list li:not(:last-of-type) {
      margin-right: 20px; }
  .urban .social-list a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #222;
    font-size: 18px;
    text-decoration: none; }
    .urban .social-list a:hover {
      color: #999; }
  .urban .social-list:hover a {
    opacity: 1; }
.urban .gallery-wrap {
  margin-bottom: 45px;
  text-align: center; }
  .urban .gallery-wrap img {
    max-width: 1170px;
    width: 100%;
    margin-bottom: 30px; }
    .urban .gallery-wrap img:nth-of-type(1), .urban .gallery-wrap img:nth-of-type(2) {
      width: 50%;
      padding: 15px; }

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .urban .banner-wrap .main-info-wrap {
    padding: 70px 70px; }
  .urban .blockquote {
    margin: 40px auto 85px; } }
@media only screen and (max-width: 1199px) {
  .urban .banner-wrap .img-wrap,
  .urban .banner-wrap .main-info-wrap {
    width: 50%; }
  .urban .banner-wrap .main-info-wrap {
    padding: 70px 30px; }
  .urban .banner-wrap .title {
    font-size: 40px; }
    .urban .banner-wrap .title::after {
      margin: 25px 0; }
  .urban .desc-wrapper {
    margin-top: 60px; }
  .urban .info-item-wrap {
    width: 40%; }
  .urban .text-wrap {
    width: calc(60% - 30px);
    margin-right: 30px; }
  .urban .blockquote {
    margin: 40px auto 85px; } }
@media only screen and (max-width: 991px) {
  .urban .desc-wrapper {
    margin-top: 70px; }
  .urban .text-wrap .text p {
    margin-bottom: 30px; }
  .urban .info-item-wrap .item {
    width: 100% !important; }
  .urban .blockquote {
    margin: 30px 75px; }
  .urban .social-list {
    margin-bottom: 55px; }
  .urban .single-pagination {
    margin-bottom: 25px; } }
@media only screen and (max-width: 768px) {
  .urban .gallery-wrap {
    margin-bottom: 0; }
  .urban .banner-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .urban .banner-wrap .img-wrap,
    .urban .banner-wrap .main-info-wrap {
      width: 100%; }
    .urban .banner-wrap .img-wrap img {
      height: auto; }
    .urban .banner-wrap .main-info-wrap {
      padding: 30px 15px; }
      .urban .banner-wrap .main-info-wrap .excerpt-wrap {
        text-align: center; }
    .urban .banner-wrap .excerpt {
      margin-top: 5px; }
    .urban .banner-wrap .title {
      font-size: 30px; }
      .urban .banner-wrap .title::after {
        margin: 15px 0 20px; }
  .urban .descr-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 20px; }
  .urban .info-item-wrap {
    margin-top: 35px; }
  .urban .info-item-wrap,
  .urban .text-wrap {
    width: 100%;
    margin-right: 0;
    text-align: center; }
    .urban .info-item-wrap .item,
    .urban .text-wrap .item {
      margin-bottom: 10px; }
      .urban .info-item-wrap .item:not(:last-of-type),
      .urban .text-wrap .item:not(:last-of-type) {
        margin-bottom: 20px; }
    .urban .info-item-wrap .text,
    .urban .text-wrap .text {
      margin-bottom: 40px;
      text-align: center; }
      .urban .info-item-wrap .text p,
      .urban .text-wrap .text p {
        margin-bottom: 20px; }
  .urban .blockquote {
    margin: 0 auto 45px;
    padding: 0 15px;
    font-size: 20px; }
    .urban .blockquote::before {
      font-size: 38px; }
    .urban .blockquote cite {
      margin-top: 20px; }
  .urban .social-list {
    margin-top: 0;
    margin-bottom: 25px; }
  .urban .btn-wrapper {
    text-align: center; } }
/*------------------------------------------------------*/
/*---------------------- 14. PORTFOLIO TILE INFO ----------------------*/
.tile_info h1, .tile_info h2, .tile_info h3, .tile_info h4, .tile_info h5, .tile_info h6 {
  margin-bottom: 20px;
  color: #222222;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600; }
.tile_info .banner-wrap {
  position: relative; }
  .tile_info .banner-wrap .img-wrap {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px; }
  .tile_info .banner-wrap .text-wrap {
    padding: 70px 15px;
    text-align: center; }
  .tile_info .banner-wrap .title {
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-family: "Playfair Display", sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center; }
.tile_info .text-gallery-wrap {
  margin: 0 -25px; }
  .tile_info .text-gallery-wrap .info-wrap {
    padding: 105px 70px; }
  .tile_info .text-gallery-wrap .info-item-wrap {
    display: flex;
    margin-top: 40px; }
    .tile_info .text-gallery-wrap .info-item-wrap .date {
      margin-bottom: 30px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2px; }
    .tile_info .text-gallery-wrap .info-item-wrap .item {
      float: none; }
      .tile_info .text-gallery-wrap .info-item-wrap .item:not(:last-of-type) {
        margin-right: 50px; }
    .tile_info .text-gallery-wrap .info-item-wrap .name {
      margin-bottom: 15px;
      font-family: "Playfair Display", sans-serif;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: normal; }
    .tile_info .text-gallery-wrap .info-item-wrap .text-item {
      color: #999999;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.6;
      letter-spacing: 1px; }
      .tile_info .text-gallery-wrap .info-item-wrap .text-item a {
        color: #999999;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 1px;
        text-decoration: none; }
    .tile_info .text-gallery-wrap .info-item-wrap a {
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
      .tile_info .text-gallery-wrap .info-item-wrap a:hover {
        color: #222; }
  .tile_info .text-gallery-wrap .text-wrap .title {
    margin-bottom: 45px;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: .2px;
    line-height: 1.4; }
  .tile_info .text-gallery-wrap .text-wrap .text {
    margin-bottom: 45px;
    color: #999999;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    .tile_info .text-gallery-wrap .text-wrap .text p {
      margin-bottom: 30px; }
.tile_info .gallery-item {
  width: 50%;
  padding: 25px; }
  .tile_info .gallery-item:last-child {
    width: 100%; }
.tile_info .blockquote {
  position: relative;
  padding: 25px 70px;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center; }
  .tile_info .blockquote::before {
    display: block;
    color: #999;
    font-family: "Ionicons", sans-serif;
    font-size: 56px;
    content: "\f347"; }
  .tile_info .blockquote cite {
    display: block;
    margin-top: 35px;
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 2px;
    text-transform: uppercase; }
.tile_info .social-list {
  margin-top: 60px;
  padding: 0;
  text-align: center; }
  .tile_info .social-list li {
    margin: 0; }
    .tile_info .social-list li:not(:last-of-type) {
      margin-right: 20px; }
  .tile_info .social-list a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222;
    font-size: 18px;
    text-decoration: none; }
    .tile_info .social-list a:hover {
      color: #999; }
  .tile_info .social-list:hover a {
    opacity: 1; }
.tile_info .recent-posts-wrapper {
  margin-top: 110px;
  padding: 100px 0;
  background-color: #fcf9f6; }
  .tile_info .recent-posts-wrapper .subtitle {
    margin-bottom: 20px;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center; }
  .tile_info .recent-posts-wrapper .title {
    font-family: "Playfair Display", sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center; }
  .tile_info .recent-posts-wrapper .s-back-switch {
    display: block;
    width: 100%;
    height: 360px;
    margin-bottom: 15px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; }
  .tile_info .recent-posts-wrapper .recent-wrapper {
    margin-top: 80px; }
.tile_info .single-pagination {
  margin: 40px 0;
  padding: 0; }

@media only screen and (max-width: 1200px) {
  .tile_info .blockquote {
    padding: 25px 40px;
    font-size: 24px; }
  .tile_info .recent-posts-wrapper {
    margin-top: 80px;
    padding: 60px 0; }
    .tile_info .recent-posts-wrapper .recent-wrapper {
      margin-top: 40px; } }
@media only screen and (max-width: 991px) {
  .tile_info .banner-wrap .text-wrap {
    padding: 40px 15px; }

  .tile_info .text-gallery-wrap .info-item-wrap {
    text-align: center; }

  .tile_info .text-gallery-wrap {
    margin: 0;
    margin-top: 20px; }
    .tile_info .text-gallery-wrap .info-wrap {
      padding: 15px; }
    .tile_info .text-gallery-wrap .info-item-wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .tile_info .text-gallery-wrap .info-item-wrap .item:not(:last-of-type) {
        margin-right: 20px; }
  .tile_info .text-wrap {
    text-align: center; }
  .tile_info .gallery-item {
    width: 100%;
    padding: 15px; }
  .tile_info .blockquote::before {
    font-size: 46px; }
  .tile_info .blockquote cite {
    margin-top: 25px; }
  .tile_info .social-list {
    margin-top: 30px; }
  .tile_info .recent-posts-wrapper {
    margin-top: 40px;
    padding: 40px 0; }
    .tile_info .recent-posts-wrapper .subtitle {
      margin-bottom: 5px; }
    .tile_info .recent-posts-wrapper .recent-wrapper {
      margin-top: 30px; } }
@media only screen and (max-width: 767px) {
  .tile_info .recent-posts-wrapper .title {
    font-size: 25px; }

  .tile_info .blockquote {
    margin: 20px auto 30px; }

  .tile_info .gallery-item {
    padding-bottom: 0; }

  .tile_info .banner-wrap .text-wrap {
    padding: 30px 15px; }

  .tile_info .text-gallery-wrap .text-wrap .text p {
    margin-bottom: 15px; }

  .tile_info .banner-wrap .title {
    padding: 0 15px 10px;
    font-size: 30px; }
  .tile_info .banner-wrap .img-wrap {
    min-height: 240px; }
  .tile_info .social-list {
    margin-top: 40px; }
  .tile_info .blockquote {
    font-size: 20px; }
  .tile_info .recent-posts-wrapper {
    margin-top: 50px;
    padding: 50px 0 20px; }
  .tile_info .single-pagination {
    margin: 30px 0 30px; }
  .tile_info .text-gallery-wrap {
    margin-top: 10px; }
    .tile_info .text-gallery-wrap .info-item-wrap {
      flex-direction: column;
      align-items: center; }
      .tile_info .text-gallery-wrap .info-item-wrap .item {
        margin-bottom: 15px;
        text-align: center; }
        .tile_info .text-gallery-wrap .info-item-wrap .item:not(:last-of-type) {
          margin-right: 0; }
    .tile_info .text-gallery-wrap .text-wrap .text {
      margin-top: 5px;
      margin-bottom: 15px; }
  .tile_info .recent-post-wrapper {
    margin-top: 40px;
    padding-top: 40px; } }
/*------------------------------------------------------*/
/*---------------------- 15. PORTFOLIO ALIA ----------------------*/
.alia h1, .alia h2, .alia h3, .alia h4, .alia h5, .alia h6 {
  margin-bottom: 20px;
  color: #222222;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600; }
.alia .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 800px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
  .alia .banner-wrap .title {
    max-width: 675px;
    color: #ffffff;
    font-family: "Playfair Display", sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center; }
.alia .text-gallery-wrap .additional-text {
  max-width: 970px;
  margin: 120px auto 0;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
.alia .text-gallery-wrap .info-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 95px; }
  .alia .text-gallery-wrap .info-item-wrap .item {
    width: 25%; }
    .alia .text-gallery-wrap .info-item-wrap .item:not(:last-of-type) {
      margin-right: 30px; }
  .alia .text-gallery-wrap .info-item-wrap .name {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-family: "Playfair Display", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px; }
  .alia .text-gallery-wrap .info-item-wrap .text-item,
  .alia .text-gallery-wrap .info-item-wrap a {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    text-decoration: none; }
  .alia .text-gallery-wrap .info-item-wrap a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
    .alia .text-gallery-wrap .info-item-wrap a:hover {
      color: #222; }
.alia .text-gallery-wrap .btn-wrapper {
  margin-top: 95px;
  text-align: center; }
.alia .gallery-wrap-additional {
  margin-top: 40px; }
.alia .gallery-item {
  width: 50%; }
.alia .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 110px auto 0; }
  .alia .text-wrap .title-for-text {
    width: calc(30% - 100px);
    margin-right: 100px;
    font-family: "Playfair Display", sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
  .alia .text-wrap .text {
    width: 70%; }
    .alia .text-wrap .text p {
      margin-bottom: 30px;
      color: #999999;
      font-size: 15px;
      line-height: 1.6;
      letter-spacing: 1px;
      -ms-word-wrap: break-word;
      word-wrap: break-word; }
.alia .gallery-wrap-main {
  margin: 70px -15px 0; }
  .alia .gallery-wrap-main .gallery-item {
    width: auto;
    margin: 15px; }
.alia .social-list {
  margin-top: 70px;
  padding: 0;
  text-align: center; }
  .alia .social-list li {
    margin: 0; }
    .alia .social-list li:not(:last-of-type) {
      margin-right: 20px; }
  .alia .social-list a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222;
    font-size: 18px;
    text-decoration: none; }
    .alia .social-list a:hover {
      color: #999; }
  .alia .social-list:hover a {
    opacity: 1; }
.alia .single-pagination {
  margin-top: 90px; }

.alia .gallery-wrap-main .gallery-item {
  width: calc(50% - 30px); }

@media only screen and (max-width: 1200px) {
  .alia .gallery-wrap-additional {
    margin-top: 0; }

  .alia .banner-wrap {
    min-height: 600px; }
  .alia .text-wrap {
    margin-top: 70px; }
  .alia .text-gallery-wrap .additional-text {
    margin-top: 80px; }
  .alia .single-pagination {
    margin-top: 40px; } }
@media only screen and (max-width: 1024px) {
  .alia .gallery-wrap-main {
    margin-top: 30px; } }
@media only screen and (max-width: 991px) {
  .alia .banner-wrap {
    min-height: 500px; }
  .alia .text-wrap {
    padding: 0 15px; }
    .alia .text-wrap .title-for-text {
      width: calc(30% - 30px);
      margin-right: 30px; }
  .alia .gallery-wrap-main {
    margin: 40px auto 0; }
    .alia .gallery-wrap-main .gallery-item {
      width: calc(50% - 30px);
      margin: 15px; }
  .alia .text-gallery-wrap .info-item-wrap .item {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .alia .banner-wrap {
    min-height: 340px; }
    .alia .banner-wrap .title {
      font-size: 38px; }
  .alia .text-gallery-wrap {
    padding: 0 15px; }
    .alia .text-gallery-wrap .additional-text {
      margin: 40px auto 0;
      font-size: 20px; }
    .alia .text-gallery-wrap .info-item-wrap {
      flex-direction: column;
      align-items: center;
      margin-top: 45px; }
      .alia .text-gallery-wrap .info-item-wrap .name {
        padding-bottom: 10px; }
      .alia .text-gallery-wrap .info-item-wrap .item {
        width: auto;
        text-align: center; }
        .alia .text-gallery-wrap .info-item-wrap .item:not(:last-of-type) {
          margin-right: 0;
          margin-bottom: 30px; }
    .alia .text-gallery-wrap .btn-wrapper {
      margin-top: 30px; }
  .alia .gallery-wrap-additional {
    margin-top: 30px; }
  .alia .gallery-item {
    width: 100%; }
  .alia .text-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .alia .text-wrap .title-for-text,
    .alia .text-wrap .text {
      width: 100%; }
    .alia .text-wrap .title-for-text {
      margin-right: 0;
      margin-bottom: 20px; }
  .alia .gallery-wrap-main {
    max-width: 100%;
    width: 100%;
    margin: 10px 0 0; }
    .alia .gallery-wrap-main .gallery-item {
      width: 100%;
      margin: 0;
      padding: 0 15px;
      margin-bottom: 15px;
      text-align: center; }
  .alia .single-pagination {
    margin-top: 10px;
    margin-bottom: 20px; }
  .alia .social-list {
    margin-top: 20px; } }
/*------------------------------------------------------*/
/*---------------------- 16. PORTFOLIO MENIO ----------------------*/
.menio .banner-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 1; }
  .menio .banner-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -1; }
  .menio .banner-wrap .title {
    max-width: 675px;
    color: #ffffff;
    font-family: "Playfair Display", sans-serif;
    font-size: 70px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center; }
  .menio .banner-wrap .single-share {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .menio .banner-wrap .social-list {
    margin: 0; }
    .menio .banner-wrap .social-list li:not(:last-of-type) {
      margin-right: 30px; }
    .menio .banner-wrap .social-list li a {
      width: auto;
      height: auto;
      border: 0;
      color: #ffffff;
      font-size: 18px; }
      .menio .banner-wrap .social-list li a:hover {
        color: #222; }
    .menio .banner-wrap .social-list:hover a {
      opacity: 1; }
.menio .text-gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  padding: 0 15px; }
.menio .blockquote {
  width: calc(50% - 80px);
  margin-right: 80px;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px; }
  .menio .blockquote cite {
    display: block;
    margin-top: 35px;
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
    text-transform: uppercase; }
.menio .additional-text {
  width: 50%;
  color: #999999;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
.menio .gallery-wrap-main {
  margin: 100px 15px 0; }
  .menio .gallery-wrap-main .grid-sizer {
    width: 25%; }
  .menio .gallery-wrap-main .gallery-item {
    display: block;
    padding: 15px;
    width: 75%; }
    .menio .gallery-wrap-main .gallery-item div {
      width: 100%;
      height: 590px;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center; }
    .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-1), .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-2) {
      width: 25%; }
.menio .text-wrap {
  margin-top: 70px;
  padding: 0 15px; }
  .menio .text-wrap .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .menio .text-wrap h1, .menio .text-wrap h2, .menio .text-wrap h3, .menio .text-wrap h4, .menio .text-wrap h5, .menio .text-wrap h6 {
    width: 100%;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
  .menio .text-wrap h6 {
    font-size: 15px; }
  .menio .text-wrap h3, .menio .text-wrap h2, .menio .text-wrap h1 {
    margin-bottom: 40px; }
  .menio .text-wrap p {
    width: calc(50% - 15px);
    color: #999999;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .2px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
.menio .gallery-wrap-additional {
  margin: 60px 15px 0;
  text-align: center; }
  .menio .gallery-wrap-additional .gallery-item {
    width: 100%; }
    .menio .gallery-wrap-additional .gallery-item:not(:last-of-type) {
      margin-bottom: 30px; }
.menio .social-list {
  margin-bottom: 0;
  margin-top: 90px;
  padding: 0;
  text-align: center; }
  .menio .social-list li {
    margin: 0; }
    .menio .social-list li:not(:last-of-type) {
      margin-right: 20px; }
  .menio .social-list a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #222;
    font-size: 18px;
    text-decoration: none; }
    .menio .social-list a:hover {
      color: #999; }
  .menio .social-list:hover a {
    opacity: 1; }
.menio .recent-posts-wrapper {
  margin-top: 90px;
  padding: 90px 0;
  background-color: #fcf9f6; }
  .menio .recent-posts-wrapper .subtitle {
    margin-bottom: 20px;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center; }
  .menio .recent-posts-wrapper .title {
    font-family: "Playfair Display", sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center; }
  .menio .recent-posts-wrapper .s-back-switch {
    display: block;
    width: 100%;
    height: 360px;
    margin-bottom: 15px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; }
  .menio .recent-posts-wrapper .recent-wrapper {
    margin-top: 80px; }
.menio .single-pagination {
  margin: 40px 0;
  padding: 0; }

@media only screen and (max-width: 1200px) {
  .menio .banner-wrap .single-share {
    bottom: 50px; }
  .menio .text-gallery-wrap {
    margin-top: 90px; }
  .menio .gallery-wrap-main {
    margin-top: 70px; }
  .menio .social-list {
    margin-top: 50px; }
  .menio .recent-posts-wrapper {
    margin-top: 70px;
    padding: 70px 0; }
    .menio .recent-posts-wrapper .recent-wrapper {
      margin-top: 40px; } }
@media only screen and (max-width: 991px) {
  .menio .banner-wrap .title {
    font-size: 60px; }
  .menio .banner-wrap .single-share {
    bottom: 50px; }
  .menio .text-gallery-wrap {
    margin-top: 70px; }
  .menio .blockquote {
    font-size: 24px; }
    .menio .blockquote cite {
      margin-top: 25px; }
  .menio .gallery-wrap-main {
    margin-top: 50px; }
    .menio .gallery-wrap-main .grid-sizer,
    .menio .gallery-wrap-main .gallery-item {
      width: 50%; }
      .menio .gallery-wrap-main .grid-sizer:nth-of-type(4n-1), .menio .gallery-wrap-main .grid-sizer:nth-of-type(4n-2),
      .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-1),
      .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-2) {
        width: 50%; }
      .menio .gallery-wrap-main .grid-sizer div,
      .menio .gallery-wrap-main .gallery-item div {
        height: 450px; }
  .menio .text-wrap {
    margin-top: 50px; }
  .menio .gallery-wrap-additional {
    margin-top: 50px; }
  .menio .social-list {
    margin-top: 40px; }
  .menio .recent-posts-wrapper {
    margin-top: 60px;
    padding: 60px 0; }
    .menio .recent-posts-wrapper .subtitle {
      margin-bottom: 5px; }
    .menio .recent-posts-wrapper .recent-wrapper {
      margin-top: 30px; }
  .menio .single-pagination {
    margin: 30px 0; } }
@media only screen and (max-width: 768px) {
  .menio .banner-wrap .title {
    font-size: 44px; }
  .menio .banner-wrap .social-list li:not(:last-of-type) {
    margin-right: 10px; }
  .menio .text-gallery-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .menio .blockquote,
  .menio .additional-text {
    width: 100%; }
  .menio .blockquote {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 24px; }
    .menio .blockquote cite {
      margin-top: 10px; }
  .menio .gallery-wrap-main {
    margin: 30px 15px 0; }
    .menio .gallery-wrap-main .grid-sizer,
    .menio .gallery-wrap-main .gallery-item {
      width: 100%;
      padding: 0;
      padding-bottom: 15px; }
      .menio .gallery-wrap-main .grid-sizer:nth-of-type(4n-1), .menio .gallery-wrap-main .grid-sizer:nth-of-type(4n-2),
      .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-1),
      .menio .gallery-wrap-main .gallery-item:nth-of-type(4n-2) {
        width: 100%; }
      .menio .gallery-wrap-main .grid-sizer div,
      .menio .gallery-wrap-main .gallery-item div {
        height: 300px; }
  .menio .text-wrap {
    margin-top: 30px;
    text-align: center; }
    .menio .text-wrap .text {
      text-align: center; }
    .menio .text-wrap p {
      width: 100%;
      margin-bottom: 20px; }
    .menio .text-wrap h3, .menio .text-wrap h2, .menio .text-wrap h1 {
      margin-bottom: 20px; }
  .menio .gallery-wrap-additional {
    margin-top: 0; }
  .menio .recent-posts-wrapper {
    margin-top: 45px;
    padding: 45px 0; }
    .menio .recent-posts-wrapper .recent-wrapper {
      margin-top: 45px; }
  .menio .social-list {
    margin-top: 45px; } }
@media only screen and (max-width: 480px) {
  .menio .banner-wrap {
    min-height: 450px; }
    .menio .banner-wrap .title {
      padding: 0 15px;
      font-size: 28px; }
    .menio .banner-wrap .single-share {
      bottom: 35px; }
  .menio .text-wrap {
    margin-top: 15px; }
  .menio .social-list {
    margin-top: 35px; }
  .menio .recent-posts-wrapper {
    margin-top: 35px;
    padding: 35px 0; }
    .menio .recent-posts-wrapper .title {
      font-size: 24px; }
    .menio .recent-posts-wrapper .recent-wrapper {
      margin-top: 30px; } }
.static-menu .tg-grid-wrapper {
  max-width: 100%;
  left: 0 !important; }

.tg-item .tg-item-inner .main-color {
  color: #222; }

.tg-item .tg-item-inner .second-color {
  color: #ffdd65; }

.fix-z-index {
  position: relative;
  z-index: 90; }

/*------------------------------------------------------*/
/*---------------------- 17. PORTFOLIO PARALLAX ----------------------*/
.portfolio-single-content.parallax {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .portfolio-single-content.parallax h1, .portfolio-single-content.parallax h2, .portfolio-single-content.parallax h3, .portfolio-single-content.parallax h4, .portfolio-single-content.parallax h5, .portfolio-single-content.parallax h6 {
    color: #222222;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600; }

.parallax-window {
  position: relative;
  min-height: 100vh; }
  .parallax-window .content-parallax {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 100px;
    max-width: 500px;
    width: 100%;
    padding: 50px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .parallax-window .content-parallax .title {
      font-size: 50px;
      font-family: "Playfair Display", sans-serif;
      color: #222222;
      line-height: 1.4;
      margin-top: 0;
      font-weight: 600; }
    .parallax-window .content-parallax .category-parallax {
      margin-top: 12px;
      margin-bottom: 15px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      line-height: 1.2; }
    .parallax-window .content-parallax .category-parallax a {
      font-size: 12px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      color: #222;
      text-decoration: none;
      letter-spacing: 2px;
      line-height: 2;
      text-transform: uppercase;
      left: 0; }
      .parallax-window .content-parallax .category-parallax a:hover {
        text-decoration: none;
        color: #999;
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
    .parallax-window .content-parallax .text {
      font-size: 14px;
      color: #999;
      letter-spacing: .2px;
      margin-top: 30px;
      line-height: 1.6; }
    .parallax-window .content-parallax .social-list {
      margin-top: 85px;
      margin-bottom: 15px;
      font-size: 17px;
      text-align: left; }
      .parallax-window .content-parallax .social-list > li {
        margin: 0px 23px 0 1px; }
        .parallax-window .content-parallax .social-list > li a {
          opacity: 1; }
          .parallax-window .content-parallax .social-list > li a:hover {
            color: #999; }
    .parallax-window .content-parallax .info-item-wrap {
      margin-top: 55px;
      display: table;
      width: 100%;
      table-layout: fixed; }
      .parallax-window .content-parallax .info-item-wrap .item {
        display: table-cell;
        width: 33.33%;
        padding-right: 10px; }
        .parallax-window .content-parallax .info-item-wrap .item .name {
          font-family: "Playfair Display", sans-serif;
          letter-spacing: 1px;
          font-size: 15px;
          color: #222;
          font-weight: 600; }
        .parallax-window .content-parallax .info-item-wrap .item .text-item {
          margin-top: 15px; }
        .parallax-window .content-parallax .info-item-wrap .item .text-item a,
        .parallax-window .content-parallax .info-item-wrap .item .text-item {
          color: #999;
          font-size: 13px;
          letter-spacing: 1px;
          text-decoration: none;
          font-weight: 400; }
        .parallax-window .content-parallax .info-item-wrap .item .text-item a:hover {
          color: #222; }

@media only screen and (max-width: 1400px) {
  .parallax-window .content-parallax .info-item-wrap {
    margin-top: 35px; }

  .parallax-window .content-parallax .social-list {
    margin-top: 50px; }

  .parallax-window .content-parallax {
    padding: 30px 50px; }

  .parallax-window .content-parallax .title {
    font-size: 40px; }

  .parallax-window .content-parallax .social-list {
    margin-bottom: 15px; }

  .parallax-window .content-parallax .text {
    margin-top: 25px; } }
@media only screen and (max-width: 1199px) {
  .parallax-window .content-parallax .info-item-wrap {
    margin-top: 25px; }
  .parallax-window .content-parallax .text {
    margin-top: 15px; }
  .parallax-window .content-parallax .title {
    margin-bottom: 0;
    font-size: 30px; }
  .parallax-window .content-parallax .category-parallax {
    margin-bottom: 0; } }
@media only screen and (max-width: 991px) {
  .parallax-window .content-parallax {
    max-width: calc(100% - 200px); }

  .parallax-window .content-parallax .info-item-wrap .item {
    width: 33.33% !important; } }
@media only screen and (max-width: 768px) {
  .parallax-window {
    position: relative; }
    .parallax-window .content-parallax {
      max-width: calc(100% - 30px);
      left: 15px;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }

  .parallax-window .content-parallax {
    padding: 30px;
    text-align: center; }

  .parallax-window .content-parallax .info-item-wrap {
    display: none; }

  .parallax-window .content-parallax .title {
    font-size: 30px; }

  .parallax-window .content-parallax .social-list {
    margin-top: 40px;
    text-align: center; } }
/*------------------------------------------------------*/
/*---------------------- 18. PORTFOLIO LEFT GALLERY ----------------------*/
.portfolio-single-content.left_gallery {
  margin-bottom: 120px; }
  .portfolio-single-content.left_gallery h1, .portfolio-single-content.left_gallery h2, .portfolio-single-content.left_gallery h3, .portfolio-single-content.left_gallery h4, .portfolio-single-content.left_gallery h5, .portfolio-single-content.left_gallery h6 {
    color: #222222;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600; }
  .portfolio-single-content.left_gallery .info-wrap {
    max-width: 600px; }
    .portfolio-single-content.left_gallery .info-wrap .title {
      font-family: "Playfair Display", sans-serif;
      font-size: 50px;
      letter-spacing: 1px;
      line-height: 1.3;
      font-weight: 600; }
    .portfolio-single-content.left_gallery .info-wrap .text {
      font-size: 15px;
      color: #999;
      letter-spacing: 1px;
      line-height: 1.6;
      margin-top: 42px;
      -ms-word-wrap: break-word;
      word-wrap: break-word; }
  .portfolio-single-content.left_gallery .info-item-wrap {
    margin-top: 62px; }
    .portfolio-single-content.left_gallery .info-item-wrap .item {
      float: none;
      display: table;
      width: 100%;
      table-layout: fixed;
      margin-bottom: 20px; }
    .portfolio-single-content.left_gallery .info-item-wrap .name {
      display: table-cell;
      font-family: "Playfair Display", sans-serif;
      font-size: 15px;
      letter-spacing: 1.2px;
      font-weight: 600; }
    .portfolio-single-content.left_gallery .info-item-wrap .text-item {
      display: table-cell;
      font-size: 12px;
      letter-spacing: 1px;
      color: #999;
      font-weight: 600; }
      .portfolio-single-content.left_gallery .info-item-wrap .text-item a {
        text-decoration: none;
        color: #999; }
        .portfolio-single-content.left_gallery .info-item-wrap .text-item a:hover {
          color: #222; }
  .portfolio-single-content.left_gallery .social-list {
    margin-top: 40px;
    margin-bottom: 54px;
    text-align: left; }
    .portfolio-single-content.left_gallery .social-list li:not(:last-of-type) {
      margin-right: 20px; }
    .portfolio-single-content.left_gallery .social-list a {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 10px;
      text-align: center;
      text-decoration: none; }
      .portfolio-single-content.left_gallery .social-list a:hover {
        color: #999; }
    .portfolio-single-content.left_gallery .social-list:hover a {
      opacity: 1; }
  .portfolio-single-content.left_gallery .left_gallery--button-wrapper {
    text-align: left; }
  .portfolio-single-content.left_gallery .media-gallery .gallery-item {
    display: inline-block;
    width: auto; }
  .portfolio-single-content.left_gallery .media-gallery .horizontal {
    width: calc(100% - 30px);
    height: auto;
    margin: 15px 0;
    padding: 0 15px; }
  .portfolio-single-content.left_gallery .media-gallery .vertical {
    width: calc(50% - 15px);
    float: left;
    height: auto;
    padding: 0 15px;
    margin: 15px 0; }

@media only screen and (min-width: 1200px) {
  .portfolio-single-content.left_gallery {
    padding: 0 165px; }
    .portfolio-single-content.left_gallery .left_gallery_desc {
      padding-top: 110px; }
    .portfolio-single-content.left_gallery .single-pagination.left_gallery {
      position: fixed;
      top: 50%;
      right: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10; }
      .portfolio-single-content.left_gallery .single-pagination.left_gallery .icon-wrap {
        display: none; }
      .portfolio-single-content.left_gallery .single-pagination.left_gallery.change-color {
        z-index: -1; }
        .portfolio-single-content.left_gallery .single-pagination.left_gallery.change-color a.content {
          color: #fff; }
    .portfolio-single-content.left_gallery .pag-prev {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-left: -20px; }
      .portfolio-single-content.left_gallery .pag-prev::before {
        content: none; }
      .portfolio-single-content.left_gallery .pag-prev span span {
        display: none; }
    .portfolio-single-content.left_gallery .pag-next {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      .portfolio-single-content.left_gallery .pag-next::after {
        content: none; }
      .portfolio-single-content.left_gallery .pag-next span span {
        display: none; } }
@media only screen and (max-width: 1199px) {
  .portfolio-single-content.left_gallery .left_gallery_desc {
    padding-top: 30px; }
  .portfolio-single-content.left_gallery .info-wrap .text {
    margin-top: 15px; } }
@media only screen and (max-width: 991px) {
  .portfolio-single-content.left_gallery .info-wrap .title {
    font-size: 40px;
    margin-top: 15px; }

  .portfolio-single-content.left_gallery {
    margin-bottom: 0px; }
    .portfolio-single-content.left_gallery .left_gallery_desc {
      padding-top: 0px; }
    .portfolio-single-content.left_gallery .left_gallery_desc {
      margin-bottom: 70px; }
    .portfolio-single-content.left_gallery .media-gallery .vertical,
    .portfolio-single-content.left_gallery .media-gallery .horizontal {
      width: 100%;
      padding: 0;
      margin: 0 0 15px 0; }

  .single-pagination.left_gallery {
    margin-bottom: 20px; }

  .portfolio-single-content.left_gallery .info-wrap {
    max-width: 100%;
    text-align: center; }

  .portfolio-single-content.left_gallery .social-list {
    text-align: center; }

  .portfolio-single-content.left_gallery .left_gallery--button-wrapper {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .portfolio-single-content.left_gallery .info-wrap .title {
    margin-top: 0px; }

  .portfolio-single-content.left_gallery {
    margin-bottom: 0; }
    .portfolio-single-content.left_gallery .info-wrap {
      margin: 0 auto; }
      .portfolio-single-content.left_gallery .info-wrap .text {
        margin-top: 15px;
        text-align: center; }
      .portfolio-single-content.left_gallery .info-wrap .title {
        font-size: 30px;
        text-align: center; }
    .portfolio-single-content.left_gallery .info-item-wrap {
      margin-top: 30px; }
    .portfolio-single-content.left_gallery .social-list {
      margin: 20px 0;
      text-align: center; }
    .portfolio-single-content.left_gallery .left_gallery--button-wrapper {
      text-align: center; }
    .portfolio-single-content.left_gallery .left_gallery_desc {
      margin-bottom: 40px; }
    .portfolio-single-content.left_gallery .single-pagination.left_gallery {
      padding: 20px 0;
      margin-bottom: 20px; } }
.vc_row {
  position: relative; }

/*------------------------------------------------------*/
/*---------------------- 18. PORTFOLIO METRO ----------------------*/
.portfolio-metro .tg-filters-holder {
  padding: 105px 0 70px; }
  @media only screen and (max-width: 991px) {
    .portfolio-metro .tg-filters-holder {
      padding: 80px 0 50px; } }
  @media only screen and (max-width: 768px) {
    .portfolio-metro .tg-filters-holder {
      padding: 50px 0 30px; } }

#grid-4101 .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(.tg-dropdown-title):hover, #grid-4101 .tg-nav-color:hover .tg-nav-color, #grid-4101 .tg-page-number.tg-page-current, #grid-4101 .tg-filter.tg-filter-active span {
  color: #222 !important; }

/*------------------------------------------------------*/
/*---------------------- 19. PORTFOLIO MASONRY ----------------------*/
.grid .social-list,
.masonry .social-list {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right; }
  .grid .social-list li:last-of-type,
  .masonry .social-list li:last-of-type {
    margin-right: 0; }
.grid .col-4,
.masonry .col-4 {
  width: calc(25% - 90px / 4); }
.grid .col-3,
.masonry .col-3 {
  width: calc(100% / 3 - 20px); }
.grid .col-6,
.masonry .col-6 {
  width: calc(50% - 15px); }
.grid .caption,
.masonry .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, 0.3);
  color: #ffffff;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  letter-spacing: 1px; }
.grid .single-pagination,
.masonry .single-pagination {
  margin-bottom: 0; }

.masonry .gallery-item {
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 30px; }
  .masonry .gallery-item.default:hover .caption {
    top: 0; }
  .masonry .gallery-item.default .caption {
    top: 100%;
    transition: top .35s ease; }

.grid .caption {
  pointer-events: none; }
.grid .gallery-item-wrap {
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 30px; }
  .grid .gallery-item-wrap a {
    position: relative;
    display: block;
    margin-bottom: 0; }
  .grid .gallery-item-wrap.default:hover .caption {
    top: 0; }
  .grid .gallery-item-wrap.default .caption {
    top: 100%;
    transition: top .35s ease; }
.grid .s-back-switch {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
.grid .col-6 .gallery-item {
  min-height: 500px; }
.grid .col-3 .gallery-item,
.grid .col-4 .gallery-item {
  min-height: 300px; }

@media only screen and (max-width: 991px) {
  .grid .col-4,
  .masonry .col-4 {
    width: calc(50% - 15px); } }
@media only screen and (max-width: 768px) {
  .grid .gallery-item,
  .masonry .gallery-item {
    margin-bottom: 15px; }
  .grid .col-6,
  .grid .col-4,
  .grid .col-3,
  .masonry .col-6,
  .masonry .col-4,
  .masonry .col-3 {
    width: 100%; }
  .grid .caption,
  .masonry .caption {
    font-size: 24px; }
  .grid .social-list,
  .masonry .social-list {
    text-align: center; }

  .grid .col-6 .gallery-item {
    min-height: 300px; } }
/*Hover 1 - Zoom out*/
.masonry .light-gallery .gallery-item.hover1 img,
.grid .light-gallery .gallery-item.hover1 img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 120%;
  height: 100%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  left: -10%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item.hover1:hover img,
.masonry .light-gallery .gallery-item.hover1:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 2 - Slide*/
.masonry .light-gallery .gallery-item.hover2 img {
  position: relative;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  max-width: none;
  width: 120% !important;
  left: -20%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.masonry .light-gallery .gallery-item.hover2:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0%;
  width: 120%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.masonry .light-gallery .gallery-item.hover2 img {
  left: -7%; }

/*Hover 3 - Rotate (+ zoom out)*/
.masonry .light-gallery .gallery-item.hover3 img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: rotate(15deg) scale(1.4);
  -ms-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.masonry .light-gallery .gallery-item.hover3:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 4 - Blur*/
.masonry .light-gallery .gallery-item.hover4 img {
  -webkit-filter: grayscale(0%) blur(3px);
  filter: grayscale(0%) blur(3px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.masonry .light-gallery .gallery-item.hover4:hover img {
  -webkit-filter: grayscale(0%) blur(0px);
  filter: grayscale(0%) blur(0px);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 5 - Greyscale*/
.masonry .light-gallery .gallery-item.hover5 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.masonry .light-gallery .gallery-item.hover5:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 6 - Sepia*/
.masonry .light-gallery .gallery-item.hover6 img {
  -webkit-filter: sepia(100%) grayscale(0%);
  filter: sepia(100%) grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.masonry .light-gallery .gallery-item.hover6:hover img {
  -webkit-filter: sepia(0%) grayscale(0%);
  filter: sepia(0%) grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 7 - Blur + Greyscale*/
.masonry .light-gallery .gallery-item.hover7 img {
  -webkit-filter: blur(0px) grayscale(0%);
  filter: blur(0px) grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.masonry .light-gallery .gallery-item.hover7:hover img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 8 - Opacity*/
.masonry .light-gallery .gallery-item.hover8 img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.masonry .light-gallery .gallery-item.hover8:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 9 - Shine*/
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
.masonry .light-gallery .gallery-item.hover9 img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.masonry .light-gallery .gallery-item.hover9::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.masonry .light-gallery .gallery-item.hover9 img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.masonry .light-gallery .gallery-item.hover9:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

/*Hover 1 - Zoom out*/
.grid .light-gallery .gallery-item-wrap.hover1 .gallery-item {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 120%;
  height: 100%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  left: -10%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover1:hover .gallery-item {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 2 - Slide*/
.grid .light-gallery .gallery-item-wrap.hover2 .gallery-item {
  position: relative;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  max-width: none;
  width: 120% !important;
  left: -20%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover2:hover .gallery-item {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0%;
  width: 120%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover2 .gallery-item {
  left: -7%; }

/*Hover 3 - Rotate (+ zoom out)*/
.grid .light-gallery .gallery-item-wrap.hover3 .gallery-item {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: rotate(15deg) scale(1.4);
  -ms-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover3:hover .gallery-item {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 4 - Blur*/
.grid .light-gallery .gallery-item-wrap.hover4 .gallery-item {
  -webkit-filter: grayscale(0%) blur(3px);
  filter: grayscale(0%) blur(3px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover4:hover .gallery-item {
  -webkit-filter: grayscale(0%) blur(0px);
  filter: grayscale(0%) blur(0px);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 5 - Greyscale*/
.grid .light-gallery .gallery-item-wrap.hover5 .gallery-item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover5:hover .gallery-item {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 6 - Sepia*/
.grid .light-gallery .gallery-item-wrap.hover6 .gallery-item {
  -webkit-filter: sepia(100%) grayscale(0%);
  filter: sepia(100%) grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover6:hover .gallery-item {
  -webkit-filter: sepia(0%) grayscale(0%);
  filter: sepia(0%) grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 7 - Blur + Greyscale*/
.grid .light-gallery .gallery-item-wrap.hover7 .gallery-item {
  -webkit-filter: blur(0px) grayscale(0%);
  filter: blur(0px) grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover7:hover .gallery-item {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 8 - Opacity*/
.grid .light-gallery .gallery-item-wrap.hover8 .gallery-item {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover8:hover .gallery-item {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*Hover 9 - Shine*/
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
.grid .light-gallery .gallery-item-wrap.hover9 .gallery-item {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover9::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.grid .light-gallery .gallery-item-wrap.hover9 img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid .light-gallery .gallery-item-wrap.hover9:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

/*------------------------------------------------------------------*/
/*---------------------- FULLSCREEN PORTFOLIO ----------------------*/
/*------------------------------------------------------------------*/
.metro_2 .light-gallery,
.metro_3 .light-gallery,
.metro_4 .light-gallery,
.full_screen .light-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 768px) {
    .metro_2 .light-gallery,
    .metro_3 .light-gallery,
    .metro_4 .light-gallery,
    .full_screen .light-gallery {
      margin-bottom: 45px; } }
.metro_2 .gallery-item,
.metro_3 .gallery-item,
.metro_4 .gallery-item,
.full_screen .gallery-item {
  position: relative;
  display: block;
  background-position: center;
  margin-bottom: 0;
  padding-bottom: 100%;
  background-size: cover; }
.metro_2 .gallery-item-wrap,
.metro_3 .gallery-item-wrap,
.metro_4 .gallery-item-wrap,
.full_screen .gallery-item-wrap {
  overflow: hidden;
  position: relative;
  width: 50%;
  /*Hover 1 - Zoom out*/
  /*Hover 2 - Slide*/
  /*Hover 3 - Rotate (+ zoom out)*/
  /*Hover 4 - Blur*/
  /*Hover 5 - Greyscale*/
  /*Hover 6 - Sepia*/
  /*Hover 7 - Blur + Greyscale*/
  /*Hover 8 - Opacity*/
  /*Hover 9 - Shine*/ }
  @media (max-width: 480px) {
    .metro_2 .gallery-item-wrap,
    .metro_3 .gallery-item-wrap,
    .metro_4 .gallery-item-wrap,
    .full_screen .gallery-item-wrap {
      width: 100%; } }
  .metro_2 .gallery-item-wrap .caption,
  .metro_3 .gallery-item-wrap .caption,
  .metro_4 .gallery-item-wrap .caption,
  .full_screen .gallery-item-wrap .caption {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 19, 19, 0.3);
    color: #ffffff;
    font-family: "Playfair Display", sans-serif;
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 400;
    letter-spacing: 1.2px;
    pointer-events: none; }
    @media only screen and (max-width: 991px) {
      .metro_2 .gallery-item-wrap .caption,
      .metro_3 .gallery-item-wrap .caption,
      .metro_4 .gallery-item-wrap .caption,
      .full_screen .gallery-item-wrap .caption {
        font-size: 32px; } }
    @media only screen and (max-width: 768px) {
      .metro_2 .gallery-item-wrap .caption,
      .metro_3 .gallery-item-wrap .caption,
      .metro_4 .gallery-item-wrap .caption,
      .full_screen .gallery-item-wrap .caption {
        font-size: 28px; } }
  .metro_2 .gallery-item-wrap.hover1 .gallery-item,
  .metro_3 .gallery-item-wrap.hover1 .gallery-item,
  .metro_4 .gallery-item-wrap.hover1 .gallery-item,
  .full_screen .gallery-item-wrap.hover1 .gallery-item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    width: 120%;
    height: 100%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    left: -10%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover1:hover .gallery-item,
  .metro_3 .gallery-item-wrap.hover1:hover .gallery-item,
  .metro_4 .gallery-item-wrap.hover1:hover .gallery-item,
  .full_screen .gallery-item-wrap.hover1:hover .gallery-item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover2 .gallery-item,
  .metro_3 .gallery-item-wrap.hover2 .gallery-item,
  .metro_4 .gallery-item-wrap.hover2 .gallery-item,
  .full_screen .gallery-item-wrap.hover2 .gallery-item {
    position: relative;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    max-width: none;
    width: 120% !important;
    left: -20%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover2:hover .gallery-item,
  .metro_3 .gallery-item-wrap.hover2:hover .gallery-item,
  .metro_4 .gallery-item-wrap.hover2:hover .gallery-item,
  .full_screen .gallery-item-wrap.hover2:hover .gallery-item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 0%;
    width: 120%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover2 .gallery-item,
  .metro_3 .gallery-item-wrap.hover2 .gallery-item,
  .metro_4 .gallery-item-wrap.hover2 .gallery-item,
  .full_screen .gallery-item-wrap.hover2 .gallery-item {
    left: -7%; }
  .metro_2 .gallery-item-wrap.hover3 .gallery-item,
  .metro_3 .gallery-item-wrap.hover3 .gallery-item,
  .metro_4 .gallery-item-wrap.hover3 .gallery-item,
  .full_screen .gallery-item-wrap.hover3 .gallery-item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: rotate(15deg) scale(1.4);
    -ms-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover3:hover .gallery-item,
  .metro_3 .gallery-item-wrap.hover3:hover .gallery-item,
  .metro_4 .gallery-item-wrap.hover3:hover .gallery-item,
  .full_screen .gallery-item-wrap.hover3:hover .gallery-item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover4 .gallery-item,
  .metro_3 .gallery-item-wrap.hover4 .gallery-item,
  .metro_4 .gallery-item-wrap.hover4 .gallery-item,
  .full_screen .gallery-item-wrap.hover4 .gallery-item {
    -webkit-filter: grayscale(0%) blur(3px);
    filter: grayscale(0%) blur(3px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover4:hover .gallery-item,
  .metro_3 .gallery-item-wrap.hover4:hover .gallery-item,
  .metro_4 .gallery-item-wrap.hover4:hover .gallery-item,
  .full_screen .gallery-item-wrap.hover4:hover .gallery-item {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover5 .gallery-item,
  .metro_3 .gallery-item-wrap.hover5 .gallery-item,
  .metro_4 .gallery-item-wrap.hover5 .gallery-item,
  .full_screen .gallery-item-wrap.hover5 .gallery-item {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover5:hover .gallery-item,
  .metro_3 .gallery-item-wrap.hover5:hover .gallery-item,
  .metro_4 .gallery-item-wrap.hover5:hover .gallery-item,
  .full_screen .gallery-item-wrap.hover5:hover .gallery-item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover6 .gallery-item,
  .metro_3 .gallery-item-wrap.hover6 .gallery-item,
  .metro_4 .gallery-item-wrap.hover6 .gallery-item,
  .full_screen .gallery-item-wrap.hover6 .gallery-item {
    -webkit-filter: sepia(100%) grayscale(0%);
    filter: sepia(100%) grayscale(0%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover6:hover .gallery-item,
  .metro_3 .gallery-item-wrap.hover6:hover .gallery-item,
  .metro_4 .gallery-item-wrap.hover6:hover .gallery-item,
  .full_screen .gallery-item-wrap.hover6:hover .gallery-item {
    -webkit-filter: sepia(0%) grayscale(0%);
    filter: sepia(0%) grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover7 .gallery-item,
  .metro_3 .gallery-item-wrap.hover7 .gallery-item,
  .metro_4 .gallery-item-wrap.hover7 .gallery-item,
  .full_screen .gallery-item-wrap.hover7 .gallery-item {
    -webkit-filter: blur(0px) grayscale(0%);
    filter: blur(0px) grayscale(0%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover7:hover .gallery-item,
  .metro_3 .gallery-item-wrap.hover7:hover .gallery-item,
  .metro_4 .gallery-item-wrap.hover7:hover .gallery-item,
  .full_screen .gallery-item-wrap.hover7:hover .gallery-item {
    -webkit-filter: blur(3px) grayscale(100%);
    filter: blur(3px) grayscale(100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover8 .gallery-item,
  .metro_3 .gallery-item-wrap.hover8 .gallery-item,
  .metro_4 .gallery-item-wrap.hover8 .gallery-item,
  .full_screen .gallery-item-wrap.hover8 .gallery-item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover8:hover .gallery-item,
  .metro_3 .gallery-item-wrap.hover8:hover .gallery-item,
  .metro_4 .gallery-item-wrap.hover8:hover .gallery-item,
  .full_screen .gallery-item-wrap.hover8:hover .gallery-item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
  .metro_2 .gallery-item-wrap.hover9 .gallery-item,
  .metro_3 .gallery-item-wrap.hover9 .gallery-item,
  .metro_4 .gallery-item-wrap.hover9 .gallery-item,
  .full_screen .gallery-item-wrap.hover9 .gallery-item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover9::before,
  .metro_3 .gallery-item-wrap.hover9::before,
  .metro_4 .gallery-item-wrap.hover9::before,
  .full_screen .gallery-item-wrap.hover9::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .metro_2 .gallery-item-wrap.hover9 img:hover,
  .metro_3 .gallery-item-wrap.hover9 img:hover,
  .metro_4 .gallery-item-wrap.hover9 img:hover,
  .full_screen .gallery-item-wrap.hover9 img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .metro_2 .gallery-item-wrap.hover9:hover::before,
  .metro_3 .gallery-item-wrap.hover9:hover::before,
  .metro_4 .gallery-item-wrap.hover9:hover::before,
  .full_screen .gallery-item-wrap.hover9:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }
.metro_2 .social-list,
.metro_3 .social-list,
.metro_4 .social-list,
.full_screen .social-list {
  margin-bottom: 90px;
  padding: 0;
  text-align: center;
  margin-top: 10px; }
  @media only screen and (max-width: 991px) {
    .metro_2 .social-list,
    .metro_3 .social-list,
    .metro_4 .social-list,
    .full_screen .social-list {
      margin-bottom: 55px;
      margin-top: 0; } }
  @media (max-width: 768px) {
    .metro_2 .social-list,
    .metro_3 .social-list,
    .metro_4 .social-list,
    .full_screen .social-list {
      margin-bottom: 25px; } }
  .metro_2 .social-list li,
  .metro_3 .social-list li,
  .metro_4 .social-list li,
  .full_screen .social-list li {
    margin: 0; }
    .metro_2 .social-list li:not(:last-of-type),
    .metro_3 .social-list li:not(:last-of-type),
    .metro_4 .social-list li:not(:last-of-type),
    .full_screen .social-list li:not(:last-of-type) {
      margin-right: 20px; }
  .metro_2 .social-list a,
  .metro_3 .social-list a,
  .metro_4 .social-list a,
  .full_screen .social-list a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #222;
    font-size: 18px;
    text-decoration: none; }
    .metro_2 .social-list a:hover,
    .metro_3 .social-list a:hover,
    .metro_4 .social-list a:hover,
    .full_screen .social-list a:hover {
      color: #999; }
  .metro_2 .social-list:hover a,
  .metro_3 .social-list:hover a,
  .metro_4 .social-list:hover a,
  .full_screen .social-list:hover a {
    opacity: 1; }

.full_screen .gallery-item-wrap.default .caption {
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
  background-color: #222; }
  .full_screen .gallery-item-wrap.default .caption > span {
    transition: all .3s ease;
    position: relative;
    top: 12px; }
.full_screen .gallery-item-wrap.default:hover .caption {
  opacity: 1;
  visibility: visible; }
  .full_screen .gallery-item-wrap.default:hover .caption > span {
    top: 0; }
.full_screen .gallery-item-wrap.col-3 {
  width: 33.333%; }
  @media (max-width: 991px) {
    .full_screen .gallery-item-wrap.col-3 {
      width: 50%; } }
  @media (max-width: 480px) {
    .full_screen .gallery-item-wrap.col-3 {
      width: 100%; } }
.full_screen .gallery-item-wrap.col-4 {
  width: 25%; }
  @media (max-width: 991px) {
    .full_screen .gallery-item-wrap.col-4 {
      width: 50%; } }
  @media (max-width: 480px) {
    .full_screen .gallery-item-wrap.col-4 {
      width: 100%; } }

.metro_2 .light-gallery {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .metro_2 .light-gallery {
      margin-bottom: 15px; } }
.metro_2 .gallery-item-wrap {
  width: calc(33.33% - 20px);
  margin-bottom: 30px; }
  .metro_2 .gallery-item-wrap:nth-child(12n + 2) {
    width: calc(66.66% - 10px); }
  .metro_2 .gallery-item-wrap:nth-child(12n + 7) {
    width: calc(66.66% - 10px); }
.metro_2 .gallery-item-wrap.default {
  overflow: visible; }
  .metro_2 .gallery-item-wrap.default .caption {
    background-color: #222;
    position: absolute;
    max-width: 100%;
    height: 100%;
    left: -15px;
    top: 15px;
    padding: 40px 30px;
    justify-content: flex-start;
    align-items: flex-end;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    font-size: 24px; }
    .metro_2 .gallery-item-wrap.default .caption > span {
      font-weight: 600; }
  .metro_2 .gallery-item-wrap.default:hover .caption {
    opacity: 1;
    visibility: visible; }

@media only screen and (max-width: 1199px) {
  .metro_2 .gallery-item-wrap {
    width: calc(50% - 6px);
    margin-bottom: 12px; }
    .metro_2 .gallery-item-wrap:nth-of-type(12n + 2), .metro_2 .gallery-item-wrap:nth-of-type(12n + 7) {
      width: calc(50% - 6px); } }
@media only screen and (max-width: 768px) {
  .metro_2 .gallery-item-wrap {
    width: 100%;
    margin-bottom: 15px; }
    .metro_2 .gallery-item-wrap:nth-of-type(12n + 2), .metro_2 .gallery-item-wrap:nth-of-type(12n + 7) {
      width: 100%; } }
.metro_3 .light-gallery {
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .metro_3 .light-gallery {
      margin-bottom: 35px; } }
.metro_3 .gallery-item-wrap {
  width: calc(33.33333% - 6px);
  margin-bottom: 9px; }
  .metro_3 .gallery-item-wrap:nth-child(12n + 4), .metro_3 .gallery-item-wrap:nth-child(12n + 9) {
    width: calc(66.66666% - 3px); }
.metro_3 .gallery-item-wrap.default .gallery-item {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.metro_3 .gallery-item-wrap.default .caption {
  background-color: #222222;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: translate3d(0%, 100%, 0px);
  -moz-transform: translate3d(0%, 100%, 0px);
  -ms-transform: translate3d(0%, 100%, 0px);
  transform: translate3d(0%, 100%, 0px);
  opacity: 1;
  visibility: visible; }
.metro_3 .gallery-item-wrap.default:hover .caption {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.metro_3 .gallery-item-wrap.default:hover .gallery-item {
  -webkit-transform: translate3d(0%, -100%, 0px);
  -moz-transform: translate3d(0%, -100%, 0px);
  -ms-transform: translate3d(0%, -100%, 0px);
  transform: translate3d(0%, -100%, 0px); }

@media only screen and (max-width: 991px) {
  .metro_3 .gallery-item-wrap {
    width: calc(50% - 6px); }
    .metro_3 .gallery-item-wrap:nth-child(12n + 4) {
      width: calc(50% - 6px); }
    .metro_3 .gallery-item-wrap:nth-child(12n + 9) {
      width: calc(50% - 6px); } }
.metro_4 .gallery-item-wrap {
  width: calc(25% - 90px / 4);
  margin-bottom: 30px;
  position: relative; }
  .metro_4 .gallery-item-wrap:nth-of-type(2) {
    width: calc(50% - 20px); }
    .metro_4 .gallery-item-wrap:nth-of-type(2) .s-back-switch {
      min-height: 910px; }
  .metro_4 .gallery-item-wrap.default .caption {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: flex-end;
    text-align: left;
    justify-content: flex-start;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    color: #222;
    font-family: "Playfair Display", sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: auto;
    height: auto; }
  .metro_4 .gallery-item-wrap.default:hover .caption {
    opacity: 1;
    visibility: visible; }
.metro_4 .s-back-switch {
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 440px; }

@media only screen and (max-width: 1199px) {
  .metro_4 .gallery-item-wrap {
    width: calc(25% - 9px);
    margin-bottom: 12px; }
    .metro_4 .gallery-item-wrap .s-back-switch {
      min-height: 240px; }
    .metro_4 .gallery-item-wrap:nth-of-type(2) {
      width: calc(50% - 6px); }
      .metro_4 .gallery-item-wrap:nth-of-type(2) .s-back-switch {
        min-height: 492px; } }
@media only screen and (max-width: 991px) {
  .metro_4 .gallery-item-wrap {
    width: calc(50% - 6px); }
    .metro_4 .gallery-item-wrap .s-back-switch {
      min-height: 300px; }
    .metro_4 .gallery-item-wrap:nth-of-type(2) {
      width: calc(50% - 6px); }
      .metro_4 .gallery-item-wrap:nth-of-type(2) .s-back-switch {
        min-height: 300px; } }
@media only screen and (max-width: 480px) {
  .metro_4 .gallery-item-wrap {
    width: 100%; }
    .metro_4 .gallery-item-wrap:nth-of-type(2) {
      width: 100%; } }
/* ------------------------------------------- */
/* URBAN SLIDER */
/* ------------------------------------------- */
.urban_slider .gallery-top-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 800px;
  margin: 0 15px; }
.urban_slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  width: 60px;
  height: 60px;
  border: 0;
  outline: none;
  background-color: #ffffff;
  color: #222222;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  z-index: 10; }
  .urban_slider .slick-arrow::before {
    font-family: "Ionicons", sans-serif;
    font-size: 28px; }
  .urban_slider .slick-arrow:hover {
    background-color: #222222;
    color: #ffffff; }
.urban_slider .slick-prev {
  left: 0; }
  .urban_slider .slick-prev::before {
    content: "\f3d5"; }
.urban_slider .slick-next {
  right: 0; }
  .urban_slider .slick-next::before {
    content: "\f3d6"; }
.urban_slider .gallery-thumb {
  margin-top: 70px;
  margin-bottom: 70px;
  width: 130%;
  margin-left: -15%; }
.urban_slider .gallery-thumb-slide {
  margin: 0 10px;
  text-align: center; }
.urban_slider .pagination-title {
  display: block;
  margin-top: 10px;
  color: #d8d8d8;
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
.urban_slider .slick-current .pagination-title {
  color: #222222; }

@media only screen and (max-width: 1199px) {
  .urban_slider .gallery-thumb {
    margin-top: 50px;
    margin-bottom: 50px; }
  .urban_slider .gallery-top-slide {
    min-height: 500px; } }
@media only screen and (max-width: 768px) {
  .urban_slider .gallery-thumb {
    margin-top: 30px;
    margin-bottom: 30px; }
  .urban_slider .gallery-top-slide {
    min-height: 350px; }
  .urban_slider .pagination-title {
    font-size: 24px; }
  .urban_slider .slick-arrow {
    width: 40px;
    height: 40px; }
    .urban_slider .slick-arrow::before {
      font-size: 20px; } }
/*------------------------------------------------------*/
/*---------------------- ZOOM SLIDER ----------------------*/
.full_screen_slider {
  position: relative;
  margin: 0 auto 70px;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: inherit; }
  .full_screen_slider .swiper-arrow-left,
  .full_screen_slider .swiper-arrow-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 33px;
    height: 42px;
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .full_screen_slider .swiper-arrow-left i,
    .full_screen_slider .swiper-arrow-right i {
      font-size: 40px; }
    .full_screen_slider .swiper-arrow-left::before,
    .full_screen_slider .swiper-arrow-right::before {
      content: '';
      width: 30px;
      background-color: #fff;
      height: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      position: absolute; }
  .full_screen_slider .swiper-arrow-left {
    left: 20px; }
    .full_screen_slider .swiper-arrow-left:hover {
      left: 15px; }
    .full_screen_slider .swiper-arrow-left::before {
      left: 3px; }
  .full_screen_slider .swiper-arrow-right {
    right: 30px;
    text-align: right; }
    .full_screen_slider .swiper-arrow-right:hover {
      right: 20px; }
    .full_screen_slider .swiper-arrow-right i {
      left: auto;
      right: 0; }
    .full_screen_slider .swiper-arrow-right::before {
      right: 3px; }
  .full_screen_slider .swiper-wrapper {
    cursor: ew-resize; }
  .full_screen_slider.numbers_arrows .swiper-wrapper {
    cursor: none; }
  .full_screen_slider.simple_arrows .full-screen-slider__img:after {
    display: none; }
  .full_screen_slider.kenburn_slider .swiper-slide {
    overflow: hidden; }
    .full_screen_slider.kenburn_slider .swiper-slide .full-screen-slider__img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform 10s ease-in;
      transition: transform 10s ease-in; }
  .full_screen_slider.kenburn_slider .swiper-slide-active .full-screen-slider__img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: transform 10s ease-in;
    transition: transform 10s ease-in; }
  .full_screen_slider .slider-click {
    font-family: "Playfair Display", sans-serif;
    font-size: 11px;
    line-height: 2;
    font-weight: 400;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    width: 32px;
    height: 32px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
  .full_screen_slider .slider-click.right {
    right: 0; }
    .full_screen_slider .slider-click.right .arrow {
      left: auto;
      right: 20px; }
    .full_screen_slider .slider-click.right .number {
      right: 0;
      left: auto; }
  .full_screen_slider .slider-click.left {
    left: 0; }
  .full_screen_slider .slider-click .arrow {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 24px;
    top: -8px;
    margin-top: -11px; }
  .full_screen_slider .slider-click .number {
    position: absolute;
    left: 0;
    width: 57px; }
  .full_screen_slider .slider-click.left .arrow::before {
    content: '\f3d5';
    left: 3px;
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Ionicons', sans-serif;
    font-size: 35px;
    font-weight: 400;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .full_screen_slider .slider-click .left {
    text-align: right;
    float: left;
    width: 23px;
    height: 20px;
    position: relative;
    top: 0; }
  .full_screen_slider .slider-click .middle {
    position: absolute;
    left: 27px;
    top: 0; }
    .full_screen_slider .slider-click .middle::before {
      content: '/'; }
  .full_screen_slider .slider-click.right .arrow::before {
    content: '\f3d6';
    right: -6px;
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Ionicons', sans-serif;
    font-size: 35px;
    font-weight: 400;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .full_screen_slider .slider-click .right {
    float: right;
    width: 23px;
    height: 30px;
    position: relative;
    top: 0; }

.full-screen-slider__img .full-content-wrap {
  position: relative;
  top: 270px;
  left: 110px;
  padding-right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff; }
  .full-screen-slider__img .full-content-wrap .full-title {
    font-size: 70px;
    font-family: "Playfair Display", sans-serif;
    letter-spacing: 2.5px;
    line-height: 1.7;
    margin-bottom: 15px; }
  .full-screen-slider__img .full-content-wrap .full-subtitle {
    font-size: 12px;
    line-height: 2;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase; }

.slider-wrapperok-left,
.slider-wrapperok-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 15;
  overflow: hidden;
  cursor: none; }

.slider-wrapperok-left {
  left: 0; }
  .slider-wrapperok-left:hover .slider-click.left {
    opacity: 1;
    visibility: visible; }

.slider-wrapperok-right {
  right: 0; }
  .slider-wrapperok-right:hover .slider-click.right {
    opacity: 1;
    visibility: visible; }

.full_screen_slider .slider-click.right.disabled,
.full_screen_slider .slider-click.left.disabled {
  opacity: 0; }

.full-screen-slider__img {
  height: 100vh;
  max-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }

.full-screen-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15); }

.full_screen_slider .pagination {
  display: none; }

.single-pagination.zoom_slider {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0; }

@media (max-width: 991px) {
  .full_screen_slider {
    margin-bottom: 50px; }

  .full-screen-slider__img .full-content-wrap {
    top: 50%;
    left: 30px; }
    .full-screen-slider__img .full-content-wrap .full-title {
      font-size: 40px; }
    .full-screen-slider__img .full-content-wrap .full-subtitle {
      line-height: 18px; } }
@media only screen and (max-width: 768px) {
  .full_screen_slider {
    margin-bottom: 30px; }

  .slider-wrapperok-left, .slider-wrapperok-right {
    display: none; }

  .slider-click {
    display: none; } }
@media (max-width: 600px) {
  .full-screen-slider__img .full-content-wrap {
    text-align: center;
    left: 0;
    padding: 0 15px; } }
.full_slider .social-list {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  text-align: center; }
  @media (max-width: 768px) {
    .full_slider .social-list {
      margin-bottom: 25px;
      margin-top: 25px; } }
  .full_slider .social-list li {
    margin: 0; }
    .full_slider .social-list li:not(:last-of-type) {
      margin-right: 20px; }
  .full_slider .social-list a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #222;
    font-size: 18px;
    text-decoration: none; }
    .full_slider .social-list a:hover {
      color: #999; }
  .full_slider .social-list:hover a {
    opacity: 1; }

.portfolio-pagination.full_slider {
  display: none; }

.portfolio-single-content.full_slider {
  margin-bottom: -20px; }
  .portfolio-single-content.full_slider .slider-wrap {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px); }
    .portfolio-single-content.full_slider .slider-wrap::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); }
  .portfolio-single-content.full_slider .content-wrap {
    position: absolute;
    left: 50%;
    bottom: 202px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .portfolio-single-content.full_slider .content-wrap .portfolio-title {
      color: #ffffff;
      font-size: 60px;
      font-weight: bold;
      text-transform: uppercase;
      -ms-word-wrap: break-word;
      word-wrap: break-word; }
  .portfolio-single-content.full_slider .swiper-pagination {
    position: absolute;
    bottom: 17px;
    right: 0;
    text-align: right; }
  .portfolio-single-content.full_slider .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    background-color: #222;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    cursor: pointer;
    margin: 0;
    margin-left: 10px;
    opacity: .2;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
    .portfolio-single-content.full_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: .5; }

.swiper-container.portfolio-single-content.full_slider .swiper-slide {
  cursor: ew-resize; }

.single-pagination.full_slider {
  margin-bottom: 45px; }

@media only screen and (max-width: 991px) {
  .portfolio-single-content.full_slider .content-wrap .portfolio-title {
    font-size: 40px; } }
@media only screen and (max-width: 768px) {
  .portfolio-single-content.full_slider {
    margin-bottom: 0; }

  .portfolio-single-content.full_slider .swiper-pagination {
    text-align: center; }

  .portfolio-single-content.full_slider .content-wrap .portfolio-title {
    font-size: 30px;
    letter-spacing: 4px; }

  .portfolio-single-content.full_slider .content-wrap {
    text-align: center;
    width: 100%;
    bottom: 130px; }
    .portfolio-single-content.full_slider .content-wrap .excerpt {
      max-width: 100%; }

  .single-pagination.full_slider {
    margin-bottom: 35px; } }
/*------------------------------------------------------*/
/*----------------------Lima Portfolio----------------------*/
.lima_grid_items .lima_grid_item {
  padding: 0px 10px;
  position: relative;
  opacity: 0;
  transition: opacity 1.5s ease; }
  .lima_grid_items .lima_grid_item .grid_img {
    transition: all 250ms ease-out;
    padding-bottom: 100%;
    transition: all 250ms ease-out;
    transform: translate3d(0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .lima_grid_items .lima_grid_item .grid_img_first {
    background-image: url(../images/yann-bervas-617586-unsplash.jpg); }
  .lima_grid_items .lima_grid_item .grid_img_second {
    background-image: url(../images/verne-ho-23723-unsplash.jpg); }
  .lima_grid_items .lima_grid_item .grid_img_third {
    background-image: url(../images/tyler-nix-594383-unsplash.jpg); }
  .lima_grid_items .lima_grid_item .grid_img_fourth {
    background-image: url(../images/christopher-harris-55545-unsplash.jpg); }
  .lima_grid_items .lima_grid_item .grid_img_fifth {
    background-image: url(../images/averie-woodard-111834-unsplash.jpg); }
  .lima_grid_items .lima_grid_item .grid_img_sixth {
    background-image: url(../images/becca-tapert-391586-unsplash.jpg); }

.lima-grid_col_four .lima_grid_item:nth-child(1) {
  transition-delay: 350ms; }
.lima-grid_col_four .lima_grid_item:nth-child(2) {
  transition-delay: 700ms; }
.lima-grid_col_four .lima_grid_item:nth-child(3) {
  transition-delay: 1050ms; }
.lima-grid_col_four .lima_grid_item:nth-child(4) {
  transition-delay: 1400ms; }

.lima-grid_col_two .lima_grid_item:nth-child(1) {
  transition-delay: 1750ms; }
.lima-grid_col_two .lima_grid_item:nth-child(2) {
  transition-delay: 2100ms; }

.lima_grid_item {
  overflow: hidden; }
  .lima_grid_item .grid_text {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 20px);
    background-color: #222222;
    text-align: center;
    transition: all 250ms ease-out;
    transform: translate3d(0%, 100%, 0px); }
  .lima_grid_item a {
    color: #fff;
    text-decoration: none; }
  .lima_grid_item .tg-element-1 {
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
    color: #ffffff !important;
    font-weight: 400;
    font-family: 'Open Sans';
    letter-spacing: 1px;
    display: block;
    margin: 16px 46px 10px;
    padding: 0; }
  .lima_grid_item .tg-element-2 {
    position: relative;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Playfair Display';
    font-style: italic;
    letter-spacing: 1px;
    display: block;
    margin: 0 46px 16px; }
  .lima_grid_item:hover .grid_img {
    transform: translate3d(0px, -40px, 0px); }
  .lima_grid_item:hover .grid_text {
    transform: translate3d(0%, 0%, 0px); }

.lima_grid_items.lima-grid_animation .lima_grid_item {
  opacity: 1; }

@media only screen and (max-width: 768px) {
  .lima_grid_item {
    margin-bottom: 15px; }

  .lima_grid_item:last-child {
    margin-bottom: 0px; } }
/*------------------------------------------------------*/
/*----------------------Fullscreen Albums----------------------*/
.fullscreen-album-items {
  margin: 0px; }
  .fullscreen-album-items .fullscreen-album-item {
    padding: 0px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1.5s ease; }
    .fullscreen-album-items .fullscreen-album-item:hover .title {
      top: 0; }
    .fullscreen-album-items .fullscreen-album-item:hover .fullscreen-album-text {
      background-color: #222;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible; }
  .fullscreen-album-items .fullscreen-album-img {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .4s ease; }
  .fullscreen-album-items .fullscreen-album-item:nth-child(1) {
    transition-delay: 350ms; }
    .fullscreen-album-items .fullscreen-album-item:nth-child(1) .fullscreen-album-img {
      background-image: url(../images/averie-woodard-111834-unsplash.jpg); }
  .fullscreen-album-items .fullscreen-album-item:nth-child(2) {
    transition-delay: 700ms; }
    .fullscreen-album-items .fullscreen-album-item:nth-child(2) .fullscreen-album-img {
      background-image: url(../images/kevin-laminto-607963-unsplash.jpg); }
  .fullscreen-album-items .fullscreen-album-item:nth-child(3) {
    transition-delay: 1050ms; }
    .fullscreen-album-items .fullscreen-album-item:nth-child(3) .fullscreen-album-img {
      background-image: url(../images/benjamin-combs-27619-unsplash.jpg); }
  .fullscreen-album-items .fullscreen-album-item:nth-child(4) {
    transition-delay: 1400ms; }
    .fullscreen-album-items .fullscreen-album-item:nth-child(4) .fullscreen-album-img {
      background-image: url(../images/becca-tapert-391586-unsplash.jpg); }
  .fullscreen-album-items .fullscreen-album-item:nth-child(5) {
    transition-delay: 1750ms; }
    .fullscreen-album-items .fullscreen-album-item:nth-child(5) .fullscreen-album-img {
      background-image: url(../images/dani-vivanco-509513.jpg); }
  .fullscreen-album-items .fullscreen-album-item:nth-child(6) {
    transition-delay: 2100ms; }
    .fullscreen-album-items .fullscreen-album-item:nth-child(6) .fullscreen-album-img {
      background-image: url(../images/allef-vinicius-346125-unsplash.jpg); }
  .fullscreen-album-items .fullscreen-album-item:nth-child(7) {
    transition-delay: 2450ms; }
    .fullscreen-album-items .fullscreen-album-item:nth-child(7) .fullscreen-album-img {
      background-image: url(../images/annie-spratt-467871.jpg); }
  .fullscreen-album-items .fullscreen-album-item:nth-child(8) {
    transition-delay: 2800ms; }
    .fullscreen-album-items .fullscreen-album-item:nth-child(8) .fullscreen-album-img {
      background-image: url(../images/icons8-team-355985.jpg); }
  .fullscreen-album-items .fullscreen-album-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease; }
    .fullscreen-album-items .fullscreen-album-text .tg-element-1 {
      font-size: 40px;
      line-height: 1.1em;
      color: #ffffff !important;
      font-weight: 400;
      letter-spacing: 1.2px;
      display: block;
      margin: 0;
      padding: 8px 0; }
    .fullscreen-album-items .fullscreen-album-text .text-inner {
      position: relative;
      top: 50%;
      max-width: 100%;
      padding: 0;
      margin: 0;
      transform: translateY(-50%); }
    .fullscreen-album-items .fullscreen-album-text .tg-element-2 {
      position: relative;
      font-size: 12px;
      line-height: 24px;
      font-weight: 400;
      font-family: 'Open Sans';
      letter-spacing: 2px;
      display: block;
      margin: 0 46px 16px;
      text-transform: uppercase; }
    .fullscreen-album-items .fullscreen-album-text a {
      color: #fff;
      text-decoration: none;
      width: 100%; }
    .fullscreen-album-items .fullscreen-album-text .title {
      top: 12px;
      -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
      -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
      transition: all 0.3s cubic-bezier(0.7, 0.01, 0.31, 0.78);
      position: relative; }

.fullscreen-album-items.fullscreen-album_animation .fullscreen-album-item {
  opacity: 1; }

/*------------------------------------------------------*/
/*----------------------Grid Transform----------------------*/
.grid-transform-items .grid-transform-item {
  opacity: 0;
  transition: opacity 1.5s ease; }
  .grid-transform-items .grid-transform-item:hover .grid-transform-text {
    visibility: visible;
    opacity: 1; }
  .grid-transform-items .grid-transform-item .grid-transform-img {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .grid-transform-items .grid-transform-item .grid-transform-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .grid-transform-items .grid-transform-item .grid-transform-text {
    background-color: #222;
    position: absolute;
    max-width: 100%;
    height: 100%;
    left: -15px;
    top: 15px;
    padding: 40px 90px 40px 40px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .grid-transform-items .grid-transform-item .grid-transform-text .title a {
      font-family: "Playfair Display", sans-serif;
      font-weight: 600;
      font-size: 24px; }
    .grid-transform-items .grid-transform-item .grid-transform-text a {
      color: #fff;
      text-decoration: none;
      width: 100%; }
  .grid-transform-items .grid-transform-item .tg-element-1 {
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
    color: #ffffff !important;
    font-weight: 400;
    letter-spacing: 1.2px;
    display: block;
    margin: 0;
    padding: 8px 0; }
  .grid-transform-items .grid-transform-item .tg-element-2 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    color: #999999 !important;
    font-weight: 400;
    font-family: Open Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase; }
    .grid-transform-items .grid-transform-item .tg-element-2 .portfolio-category {
      color: #999999 !important; }
  .grid-transform-items .grid-transform-item .tg-bottom-holder {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 40px 30px;
    width: 100%; }

.grid-transform-items.grid-transform_animation .grid-transform-item {
  opacity: 1; }

.grid-transform_col-three .grid-transform-item:nth-child(1) .grid-transform-img {
  background-image: url(../images/benjamin-combs-27619-unsplash.jpg); }
.grid-transform_col-three .grid-transform-item:nth-child(2) .grid-transform-img {
  background-image: url(../images/kevin-laminto-607963-unsplash.jpg); }
.grid-transform_col-three .grid-transform-item:nth-child(3) .grid-transform-img {
  background-image: url(../images/averie-woodard-111834-unsplash.jpg); }

.grid-transform_col-two .grid-transform-img-ove {
  background-image: url(../images/jordan-mixson-372459.jpg); }
.grid-transform_col-two .grid-transform-img-two {
  background-image: url(../images/annie-spratt-467871.jpg); }
.grid-transform_col-two .grid-transform-img-three {
  background-image: url(../images/sam-burriss-435641-e1526906975869.jpg); }

.grid-transform_col-two .grid-transform-item:nth-child(1) {
  transition-delay: 350ms; }
.grid-transform_col-two .grid-transform-item:nth-child(2) {
  transition-delay: 700ms; }
.grid-transform_col-two .grid-transform-item-two {
  transition-delay: 1050ms; }

.grid-transform_col-three .grid-transform-item:nth-child(1) {
  transition-delay: 1400ms; }
.grid-transform_col-three .grid-transform-item:nth-child(2) {
  transition-delay: 1750ms; }
.grid-transform_col-three .grid-transform-item:nth-child(3) {
  transition-delay: 2100ms; }

/*------------------------------------------------------*/
/*----------------------Masonry Albums----------------------*/
#grid-4062 .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(.tg-dropdown-title):hover, #grid-4062 .tg-nav-color:hover .tg-nav-color, #grid-4062 .tg-page-number.tg-page-current, #grid-4062 .tg-filter.tg-filter-active span {
  color: #ff6863; }

#grid-4062 .tg-filter:before, #grid-4062 .tg-filter.tg-filter-active:before {
  color: #999999; }

#grid-4062 .tg-dropdown-holder, #grid-4062 .tg-search-inner, #grid-4062 .tg-sorter-order {
  border: 1px solid #DDDDDD; }

#grid-4062 .tg-search-clear, #grid-4062 .tg-search-clear:hover {
  border: none;
  border-left: 1px solid #DDDDDD; }

.tg-txt .tg-nav-font, .tg-txt input[type=text].tg-search {
  font-size: 14px;
  font-weight: 600; }

.tg-txt .tg-search::-webkit-input-placeholder {
  font-size: 14px; }

.tg-txt .tg-search::-moz-placeholder {
  font-size: 14px; }

.tg-txt .tg-search:-ms-input-placeholder {
  font-size: 14px; }

.tg-txt .tg-icon-left-arrow:before {
  content: "\e604";
  font-size: 32px;
  font-weight: 100; }

.tg-txt .tg-icon-right-arrow:before {
  content: "\e602";
  font-size: 32px;
  font-weight: 100; }

.tg-txt .tg-icon-dropdown-open:before, .tg-txt .tg-icon-sorter-down:before {
  content: ""; }

.tg-txt .tg-icon-sorter-up:before {
  content: ""; }

.tg-txt .tg-search-clear:before {
  content: "\e611";
  font-weight: 300; }

.tg-txt .tg-search-icon:before {
  content: "\e62e";
  font-size: 16px;
  font-weight: 600; }

#grid-4062 .tg-nav-color, #grid-4062 .tg-search-icon:hover:before, #grid-4062 .tg-search-icon:hover input, #grid-4062 .tg-disabled:hover .tg-icon-left-arrow, #grid-4062 .tg-disabled:hover .tg-icon-right-arrow, #grid-4062 .tg-dropdown-title.tg-nav-color:hover {
  color: #999999; }

#grid-4062 input.tg-search:hover {
  color: #999999 !important; }

#grid-4062 input.tg-search::-webkit-input-placeholder {
  color: #999999; }

#grid-4062 input.tg-search::-moz-placeholder {
  color: #999999;
  opacity: 1; }

#grid-4062 input.tg-search:-ms-input-placeholder {
  color: #999999; }

.grid-4062 .tg-dropdown-item {
  color: #777777;
  background: #ffffff; }

.grid-4062 .tg-filter-active, .grid-4062 .tg-dropdown-item:hover {
  color: #444444;
  background: #f5f6fa; }

#grid-4062 .tg-slider-bullets li.tg-active-item span {
  background: #59585b; }

#grid-4062 .tg-slider-bullets li span {
  background: #DDDDDD; }

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(http://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhQ.ttf) format("truetype"); }
.tg-iso-tile a:not([class*="tg-element-"]), .tg-iso-tile a:not([class*="tg-element-"]):active, .tg-iso-tile a:not([class*="tg-element-"]):focus, .tg-iso-tile [class*="tg-element-"] *:not(del) {
  margin: 0;
  padding: 0;
  color: inherit !important;
  text-align: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.tg-iso-tile [class*="tg-element-"], .tg-iso-tile .tg-item-overlay, .tg-iso-tile .tg-center-holder, .tg-iso-tile .tg-center-inner > * {
  vertical-align: middle; }

.tg-iso-tile:not(.tg-force-play):not(.tg-is-playing) .tg-item-media-inner:not(.no-media-poster) > * {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: perspective(500px) scale3d(1.1, 1.1, 1);
  -moz-transform: perspective(500px) scale3d(1.1, 1.1, 1);
  -ms-transform: perspective(500px) scale3d(1.1, 1.1, 1);
  transform: perspective(500px) scale3d(1.1, 1.1, 1); }

.tg-iso-tile:not(.tg-force-play):not(.tg-is-playing):hover .tg-item-media-inner:not(.no-media-poster) > * {
  -webkit-transform: perspective(500px) scale3d(1, 1, 1);
  -moz-transform: perspective(500px) scale3d(1, 1, 1);
  -ms-transform: perspective(500px) scale3d(1, 1, 1);
  transform: perspective(500px) scale3d(1, 1, 1); }

.tg-iso-tile .tg-item-content-holder[data-position="bottom"] {
  text-align: center;
  position: relative;
  min-height: 1px;
  display: block;
  padding: 20px 15px; }

.tg-iso-tile .tg-element-2 {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #222222 !important;
  font-weight: 400;
  font-family: Playfair Display;
  letter-spacing: 1.2px;
  display: inline-block;
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease; }

.portfolio-grid .tg-item {
  padding: 0px; }

/*------------------------------------------------------*/
/*----------------------Praia Portfolio----------------------*/
.praia-portfolio-items {
  margin-right: -5px;
  margin-left: -5px; }
  .praia-portfolio-items .praia-portfolio-item {
    padding: 0px 5px;
    opacity: 0;
    transition: opacity 1.5s ease; }
    .praia-portfolio-items .praia-portfolio-item:hover .praia-portfolio-container .praia-portfolio-img {
      -webkit-transform: translate3d(0%, -100%, 0px);
      -moz-transform: translate3d(0%, -100%, 0px);
      -ms-transform: translate3d(0%, -100%, 0px);
      transform: translate3d(0%, -100%, 0px); }
    .praia-portfolio-items .praia-portfolio-item:hover .tg-item-media-content {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .praia-portfolio-items .praia-portfolio-item .praia-portfolio-container {
      position: relative;
      overflow: hidden; }
      .praia-portfolio-items .praia-portfolio-item .praia-portfolio-container .praia-portfolio-img {
        padding-bottom: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        outline: transparent solid 1px;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
  .praia-portfolio-items .praia-portfolio-item:nth-child(1) {
    transition-delay: 350ms; }
    .praia-portfolio-items .praia-portfolio-item:nth-child(1) .praia-portfolio-img {
      background-image: url(../images/yann-bervas-617586-unsplash.jpg); }
  .praia-portfolio-items .praia-portfolio-item:nth-child(2) {
    transition-delay: 700ms; }
    .praia-portfolio-items .praia-portfolio-item:nth-child(2) .praia-portfolio-img {
      background-image: url(../images/verne-ho-23723-unsplash.jpg); }
  .praia-portfolio-items .praia-portfolio-item:nth-child(3) {
    transition-delay: 1050ms; }
    .praia-portfolio-items .praia-portfolio-item:nth-child(3) .praia-portfolio-img {
      background-image: url(../images/tyler-nix-594383-unsplash.jpg); }
  .praia-portfolio-items .praia-portfolio-item:nth-child(4) {
    transition-delay: 1400ms; }
    .praia-portfolio-items .praia-portfolio-item:nth-child(4) .praia-portfolio-img {
      background-image: url(../images/averie-woodard-111834-unsplash.jpg); }
  .praia-portfolio-items .praia-portfolio-item:nth-child(5) {
    transition-delay: 1750ms; }
    .praia-portfolio-items .praia-portfolio-item:nth-child(5) .praia-portfolio-img {
      background-image: url(../images/christopher-harris-55545-unsplash.jpg); }
  .praia-portfolio-items .praia-portfolio-item:nth-child(6) {
    transition-delay: 2100ms; }
    .praia-portfolio-items .praia-portfolio-item:nth-child(6) .praia-portfolio-img {
      background-image: url(../images/benjamin-davies-599280-unsplash-e1527079634704.jpg); }

.praia-portfolio-items.praia-portfolio_animation .praia-portfolio-item {
  opacity: 1; }

.praia-portfolio-container .tg-item-media-content {
  background-color: #222222 !important;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: translate3d(0%, 100%, 0px);
  -moz-transform: translate3d(0%, 100%, 0px);
  -ms-transform: translate3d(0%, 100%, 0px);
  transform: translate3d(0%, 100%, 0px); }
  .praia-portfolio-container .tg-item-media-content .tg-center-holder {
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .praia-portfolio-container .tg-item-media-content .tg-center-holder .tg-element-1 {
      position: relative;
      font-size: 30px;
      line-height: 38px;
      color: #ffffff !important;
      font-weight: 400;
      font-family: Playfair Display;
      letter-spacing: 1px;
      display: block;
      margin: 0 30px 10px;
      padding: 0; }
    .praia-portfolio-container .tg-item-media-content .tg-center-holder .tg-element-2 {
      position: relative;
      font-size: 12px;
      line-height: 18px;
      color: #ffffff !important;
      font-weight: 600;
      font-family: Open Sans;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: block;
      margin: 0 30px 5px; }
    .praia-portfolio-container .tg-item-media-content .tg-center-holder a {
      color: #fff;
      text-decoration: none;
      width: 100%; }

/*------------------------------------------------------*/
/*----------------------Metro Overlay----------------------*/
.portfolio-metro {
  margin: 0px 30px; }
  .portfolio-metro .grid-sizer {
    overflow: auto; }
  .portfolio-metro .tg-filters-holder {
    position: relative;
    margin: 0 15px;
    text-align: center; }
  .portfolio-metro .tg-filter {
    display: inline-block;
    margin: 0 5px 5px 0;
    cursor: pointer; }
  .portfolio-metro .tg-filter {
    cursor: pointer;
    font-family: Open Sans; }
    .portfolio-metro .tg-filter .tg-filter-active {
      color: #222; }
  .portfolio-metro .tg-filter-name {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    line-height: 30px; }
  .portfolio-metro .portfolio-metro-items {
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .portfolio-metro .portfolio-metro-items {
        height: auto !important; } }
    @media (max-width: 1024px) {
      .portfolio-metro .portfolio-metro-items {
        margin-right: -7px;
        margin-left: -7px; } }
    @media (max-width: 1024px) {
      .portfolio-metro .portfolio-metro-items .portfolio-metro-item {
        padding: 0px 7px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .portfolio-metro .portfolio-metro-items .portfolio-metro-item {
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    .portfolio-metro .portfolio-metro-items .portfolio-metro-item:hover .tg-item-media-content {
      opacity: 1;
      visibility: visible; }
    .portfolio-metro .portfolio-metro-items .portfolio-metro-item .portfolio-metro-img {
      padding-bottom: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .portfolio-metro .portfolio-metro-items .portfolio-metro-item img {
      width: 0;
      height: 0; }
    .portfolio-metro .portfolio-metro-items .portfolio-metro-item .tg-item-media-content {
      background-color: rgba(255, 255, 255, 0.85);
      position: absolute;
      max-width: calc(100% - 60px);
      height: calc(100% - 30px);
      left: 30px;
      top: 15px;
      padding: 40px 90px 40px 40px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 700ms ease;
      -moz-transition: all 700ms ease;
      -ms-transition: all 700ms ease;
      transition: all 700ms ease; }
      .portfolio-metro .portfolio-metro-items .portfolio-metro-item .tg-item-media-content a {
        color: #000;
        text-decoration: none;
        width: 100%; }
      .portfolio-metro .portfolio-metro-items .portfolio-metro-item .tg-item-media-content .tg-top-holder {
        position: absolute;
        line-height: normal;
        left: 0;
        right: 0;
        top: 0px; }
        .portfolio-metro .portfolio-metro-items .portfolio-metro-item .tg-item-media-content .tg-top-holder .link-icon {
          position: absolute;
          background-color: transparent;
          top: 15px;
          width: 50px;
          height: 50px;
          right: 15px;
          margin: 0;
          -webkit-transition: all 450ms ease;
          transition: all 450ms ease; }
          .portfolio-metro .portfolio-metro-items .portfolio-metro-item .tg-item-media-content .tg-top-holder .link-icon::before {
            content: "\f3d6";
            font-family: "Ionicons";
            color: #111;
            top: 50%;
            position: absolute;
            left: 50%;
            font-size: 45px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .portfolio-metro .portfolio-metro-items .portfolio-metro-item .tg-item-media-content .tg-bottom-holder {
        padding: 40px 30px;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px; }
        .portfolio-metro .portfolio-metro-items .portfolio-metro-item .tg-item-media-content .tg-bottom-holder .tg-element-2 {
          position: relative;
          font-size: 20px;
          line-height: 26px;
          color: #222222 !important;
          font-family: Playfair Display;
          display: block;
          margin: 0 0 5px;
          padding: 0; }
        .portfolio-metro .portfolio-metro-items .portfolio-metro-item .tg-item-media-content .tg-bottom-holder .title {
          font-weight: 800;
          margin-bottom: 5px; }
        .portfolio-metro .portfolio-metro-items .portfolio-metro-item .tg-item-media-content .tg-bottom-holder .tg-element-1 {
          position: relative;
          font-size: 12px;
          line-height: 1.4em;
          color: #999999 !important;
          font-weight: 600;
          font-family: Open Sans;
          text-transform: uppercase;
          letter-spacing: 2px;
          display: inline-block; }
          .portfolio-metro .portfolio-metro-items .portfolio-metro-item .tg-item-media-content .tg-bottom-holder .tg-element-1 span {
            color: #999999 !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .portfolio-metro .portfolio-metro-items .portfolio-metro-drems {
        position: absolute !important;
        top: 0 !important;
        left: 50% !important; } }

/*------------------------------------------------------*/
/*----------------------Portfolio Glitch----------------------*/
@media (max-width: 991px) {
  .portfolio-glitch-container {
    width: 100%; } }

/*------------------------------------------------------*/
/*----------------------Pinterest Portfolio----------------------*/
.pinterest-portfolio {
  margin: 0px 15px; }
  .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item {
    overflow: hidden;
    opacity: 0;
    transition: opacity 1.5s ease; }
    .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item:hover .tg-item-media-content .tg-bottom-holder {
      transform: translateY(1px); }
    .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item .pinterest-portfolio-img {
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
  .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item:nth-child(1) {
    transition-delay: 350ms; }
  .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item:nth-child(2) {
    transition-delay: 700ms; }
  .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item:nth-child(3) {
    transition-delay: 1050ms; }
  .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item:nth-child(4) {
    transition-delay: 1400ms; }
  .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item:nth-child(5) {
    transition-delay: 1750ms; }
  .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item:nth-child(6) {
    transition-delay: 2100ms; }
  .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item:nth-child(7) {
    transition-delay: 2450ms; }
  .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item:nth-child(8) {
    transition-delay: 2800ms; }
  .pinterest-portfolio .pinterest-portfolio-items .pinterest-portfolio-item:nth-child(9) {
    transition-delay: 3150ms; }
  .pinterest-portfolio .pinterest-portfolio-items.pinterest-portfolio_animation .pinterest-portfolio-item {
    opacity: 1; }
  .pinterest-portfolio .tg-item-media-content {
    position: relative; }
    .pinterest-portfolio .tg-item-media-content .tg-bottom-holder {
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      box-sizing: border-box;
      padding: 15px;
      -webkit-transition: -webkit-transform .4s ease-in-out;
      -moz-transition: -moz-transform .4s ease-in-out;
      transition: transform .4s ease-in-out;
      background-color: #222;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      transform: translateY(100%); }
      .pinterest-portfolio .tg-item-media-content .tg-bottom-holder .tg-element-3 {
        position: relative;
        font-size: 12px;
        line-height: 2em;
        color: #ffffff !important;
        font-weight: 600;
        font-family: Open Sans;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: inline-block; }
      .pinterest-portfolio .tg-item-media-content .tg-bottom-holder .tg-element-2 {
        position: relative;
        font-size: 30px;
        line-height: 1.4em;
        color: #ffffff !important;
        font-weight: 400;
        font-family: Playfair Display;
        letter-spacing: 1px;
        display: block;
        margin: 0; }
      .pinterest-portfolio .tg-item-media-content .tg-bottom-holder .title {
        font-weight: 600;
        transition: color .35s ease;
        cursor: pointer; }
        .pinterest-portfolio .tg-item-media-content .tg-bottom-holder .title:hover a {
          color: #999 !important; }
    .pinterest-portfolio .tg-item-media-content a {
      color: #fff;
      text-decoration: none;
      width: 100%; }

/*------------------------------------------------------*/
/*----------------------Blog Lisboa----------------------*/
.blog-lisboa-items {
  margin-right: -10px;
  margin-left: -10px; }
  .blog-lisboa-items .blog-lisboa-item {
    position: relative;
    overflow: hidden;
    padding: 0px 10px;
    cursor: pointer; }
    .blog-lisboa-items .blog-lisboa-item:hover .tg-center-holder {
      opacity: 1; }
    .blog-lisboa-items .blog-lisboa-item:hover .tg-item-title,
    .blog-lisboa-items .blog-lisboa-item:hover .tg-item-excerpt,
    .blog-lisboa-items .blog-lisboa-item:hover .tg-cats-holder {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .blog-lisboa-items .blog-lisboa-item .tg-item-media-inner {
      padding-bottom: 100%; }
    .blog-lisboa-items .blog-lisboa-item a {
      color: #fff;
      text-decoration: none; }
    .blog-lisboa-items .blog-lisboa-item .tg-center-holder {
      background-color: rgba(22, 22, 22, 0.65);
      padding: 20px 10px !important;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      text-align: center;
      display: block;
      top: 50%;
      position: absolute;
      width: calc(100% - 20px);
      padding: 0;
      margin: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0; }
    .blog-lisboa-items .blog-lisboa-item .tg-item-title {
      text-decoration: none;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: opacity 0.25s ease,color 0.25s ease,-webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.25s ease,color 0.25s ease,-moz-transform 0.3s ease-in-out;
      -ms-transition: opacity 0.25s ease,color 0.25s ease,-ms-transform 0.3s ease-in-out;
      -o-transition: opacity 0.25s ease,color 0.25s ease,-o-transform 0.3s ease-in-out;
      transition: opacity 0.25s ease,color 0.25s ease,transform 0.3s ease-in-out;
      margin-bottom: 0px;
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px); }
      .blog-lisboa-items .blog-lisboa-item .tg-item-title a {
        font-family: "Playfair Display",sans-serif;
        font-size: 30px !important;
        font-weight: 600;
        line-height: 1.4 !important; }
    .blog-lisboa-items .blog-lisboa-item .tg-item-excerpt,
    .blog-lisboa-items .blog-lisboa-item .tg-cats-holder {
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px); }
    .blog-lisboa-items .blog-lisboa-item .tg-item-excerpt {
      font-size: 13px;
      margin-bottom: 10px !important;
      color: #fff;
      line-height: 16px;
      font-weight: normal;
      padding: 8px 4px 0 4px !important;
      -webkit-transition: opacity 0.25s ease,color 0.25s ease,-webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.25s ease,color 0.25s ease,-moz-transform 0.3s ease-in-out;
      -ms-transition: opacity 0.25s ease,color 0.25s ease,-ms-transform 0.3s ease-in-out;
      -o-transition: opacity 0.25s ease,color 0.25s ease,-o-transform 0.3s ease-in-out;
      transition: opacity 0.25s ease,color 0.25s ease,transform 0.3s ease-in-out; }
    .blog-lisboa-items .blog-lisboa-item .tg-cats-holder {
      position: relative;
      display: block;
      margin: 0;
      font-size: 12px;
      line-height: 16px;
      padding: 6px 0 0 0;
      font-weight: 600;
      -webkit-transition: opacity 0.25s ease,color 0.25s ease,-webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.25s ease,color 0.25s ease,-moz-transform 0.3s ease-in-out;
      -ms-transition: opacity 0.25s ease,color 0.25s ease,-ms-transform 0.3s ease-in-out;
      -o-transition: opacity 0.25s ease,color 0.25s ease,-o-transform 0.3s ease-in-out;
      transition: opacity 0.25s ease,color 0.25s ease,transform 0.3s ease-in-out; }
      .blog-lisboa-items .blog-lisboa-item .tg-cats-holder a {
        font-family: "Open Sans",sans-serif;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 2;
        text-transform: uppercase; }
        .blog-lisboa-items .blog-lisboa-item .tg-cats-holder a span {
          color: #a09c8b !important;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 16px;
          font-weight: 600; }

.border_color_light_grey {
  border-color: #eee; }

.color_black {
  color: #222222; }

.img_transform {
  transition: transform 6000ms ease-in 0s, opacity 1s ease-in 0s; }

.z_index {
  z-index: 100; }

/*------------------------------------------------------*/
/*----------------------home page----------------------*/
.sep_width_90 {
  width: 90%; }

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .separator .sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%; }
    .separator .sep_holder .sep_line {
      height: 1px;
      border-top: 1px solid #EBEBEB;
      display: block;
      position: relative;
      top: 1px;
      width: 100%; }

@media (max-width: 1024px) {
  .team-members-wrap.slider_modern .swiper-button-next {
    display: none !important; }
  .team-members-wrap.slider_modern .swiper-button-prev {
    display: none !important; } }
@media (max-width: 991px) {
  .post-slider-wrapper.slider_progress .content-wrap {
    height: auto !important; }

  .pad-l-15 {
    padding: 0px 15px; } }
@media (max-width: 768px) {
  .portfolio-slider-wrap.slider_classic .swiper-pagination {
    text-align: center;
    width: 100%;
    left: 0px;
    bottom: 17px !important;
    padding-top: 0px !important; } }

/*# sourceMappingURL=style.css.map */
