* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

small,
input,
textarea,
select,
button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font: inherit;
}

@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Medium/Apercu-Medium.eot');
  src: url('../fonts/Apercu-Medium/Apercu-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Apercu-Medium/Apercu-Medium.woff') format('woff'), url('../fonts/Apercu-Medium/Apercu-Medium.ttf') format('truetype'), url('../fonts/Apercu-Medium/Apercu-Medium.svg#Apercu') format('svg');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu/Apercu-Bold.eot');
  src: url('../fonts/Apercu/Apercu-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Apercu/Apercu-Bold.woff') format('woff'), url('../fonts/Apercu/Apercu-Bold.ttf') format('truetype'), url('../fonts/Apercu/Apercu-Bold.svg#Apercu') format('svg');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* Fonts */

body {
  margin: 0;
  font-family: 'Apercu', sans-serif;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body.page-id-84 {
    overflow-x: hidden;
  }
}

body.page-template-default .wrapper {
  min-height: 100vh;
}

body .sub {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body * {
  font-family: 'Apercu', sans-serif;
}

body .subtitles {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  body .subtitles {
    width: -webkit-calc(100vw - 10vw);
    width: -moz-calc(100vw - 10vw);
    width: calc(100vw - 10vw);
    margin: 0 auto;
    padding: 0 5vw;
    margin: 0 0 50px;
  }
}

body .color-title {
  opacity: 0;
  visibility: hidden;
  height: auto;
  width: auto;
  font-size: 200px;
  position: fixed;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  body .color-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  body .color-title {
    display: none;
  }
}

body .lg-row.above {
  z-index: 10;
}

body .lg-col.above {
  z-index: 2;
}

body .lg-col.right .caption {
  -webkit-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
  text-align: right;
  right: 0;
  left: unset;
  bottom: unset;
}

body .lg-placeholder {
  text-align: center;
}

body .caption {
  font-size: 40px;
  line-height: 45px;
}

@media only screen and (max-width: 1024px) {
  body .caption {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  body .caption {
    font-size: 25px;
    line-height: 30px;
  }
}

body .caption {
  opacity: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  pointer-events: none;
  line-height: 40px;
}

body .caption .collab {
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  body .caption .collab {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body .caption .collab {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-height: 800px) {
  body .caption .collab {
    font-size: 18px;
  }
}

body .caption .collab {
  margin-top: -2px;
}

@media only screen and (min-width: 1025px) and (max-height: 800px) {
  body .caption .collab {
    margin-top: -7px;
  }
}

body .caption .collab:before {
  content: "x ";
  text-transform: lowercase;
}

body .caption.show-title {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  body .caption {
    font-size: 25px;
  }
}

body .lg-row-0 .lg-column-wrap .lg-col.right .caption {
  text-align: right;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  top: unset;
  left: unset;
  height: auto;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
}

body .lg-row-0 .lg-column-wrap .lg-col .caption {
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  height: 100%;
  text-align: center;
  width: auto;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
}

p {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .page .lg-row:first-of-type .lg-placeholder {
    padding-top: 50px;
  }

  .page .lg-placeholder {
    padding-bottom: 50px !important;
  }

  .page .lg-placeholder > * {
    position: relative;
    top: unset;
    left: unset;
  }

  .page .lg-placeholder .image-single {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  }

  .page .caption {
    position: relative;
    display: block !important;
    bottom: unset !important;
    left: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
    text-align: center !important;
    opacity: 1;
    right: unset !important;
    top: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-flex-direction: unset !important;
    -moz-box-orient: unset !important;
    -moz-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
    white-space: unset !important;
    width: 95% !important;
    margin: 0 auto;
    line-height: 25px;
  }

  .page .caption .collab {
    margin-top: 5px;
  }
}

.home {
  width: 100vw;
}

.home .swiper-container {
  height: 100vh;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .home .swiper-container {
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: -webkit-calc(1vh * 100);
    height: -moz-calc(1vh * 100);
    height: calc(1vh * 100);
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
  }
}

.home .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.home .swiper-container img {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .home .swiper-container img {
    width: auto;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: -webkit-calc(1vh * 100);
    height: -moz-calc(1vh * 100);
    height: calc(1vh * 100);
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
  }
}

.home .swiper-container img.cover {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .home .swiper-container img.cover {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: unset;
    position: relative;
    bottom: unset;
  }
}

.home .intro-colors {
  height: 100vh;
}

.home .name {
  font-size: 40px;
}

@media only screen and (max-width: 1024px) {
  .home .name {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .home .name {
    font-size: 25px;
  }
}

.swiper-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100vh;
  height: auto;
}

.swiper-container .swiper-slide-active {
  width: 100%;
}

/* overflow-x: hidden; */

.swiper-container .lg-row.lg-contains-img,
.swiper-container .lg-row.contains-html5video,
.swiper-container .lg-row.lg-row-has-bgvideo,
.swiper-container .lg-grid,
.swiper-container .lg-row-inner,
.swiper-container .lg-column-wrap,
.swiper-container .lg-row.lg-row-has-bgimage {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: -webkit-calc(1vh * 100);
  height: -moz-calc(1vh * 100);
  height: calc(1vh * 100);
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  min-height: 100vh;
}

@media only screen and (max-width: 1024px) {
  .swiper-container .lg-row.lg-contains-img,
  .swiper-container .lg-row.contains-html5video,
  .swiper-container .lg-row.lg-row-has-bgvideo,
  .swiper-container .lg-grid,
  .swiper-container .lg-row-inner,
  .swiper-container .lg-column-wrap,
  .swiper-container .lg-row.lg-row-has-bgimage {
    height: auto;
    min-height: auto;
  }
}

.swiper-container .lg-grid.disabled {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .swiper-container .lg-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.swiper-container .lg-row {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.swiper-container .lg-row.lg-row-empty {
  padding-bottom: unset;
}

.swiper-container .lg-row .lg-column-wrap {
  max-height: none;
  width: auto;
}

.swiper-container .lg-row .lg-column-wrap .lg-placeholder iframe {
  /* width: 50vw;
          height: 100vh; 
          position: absolute;
          top: 50vh;
          left: 50%;
          transform: translate(-50%,-50%); */
}

.swiper-container .lg-row .lg-column-wrap .lg-placeholder img {
  max-height: none;
  width: auto;
}

.swiper-container .lg-row .lg-column-wrap .lg-placeholder .caption {
  opacity: 0;
}

.swiper-container .lg-row .lg-column-wrap .lg-placeholder .subtitles {
  opacity: 0;
}

.swiper-container .lg-row.lg-row-final {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: -webkit-calc(1vh * 100);
  height: -moz-calc(1vh * 100);
  height: calc(1vh * 100);
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  min-height: 100vh;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .swiper-container .lg-row.lg-row-final {
    overflow: auto;
  }
}

.swiper-container .lg-row.lg-row-final article {
  position: absolute;
  top: 210px;
  left: -webkit-calc(25% + 50px);
  left: -moz-calc(25% + 50px);
  left: calc(25% + 50px);
  margin-right: 15%;
  padding-bottom: 170px;
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  .swiper-container .lg-row.lg-row-final article {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container .lg-row.lg-row-final article {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-height: 800px) {
  .swiper-container .lg-row.lg-row-final article {
    font-size: 18px;
  }
}

.swiper-container .lg-row.lg-row-final article {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .swiper-container .lg-row.lg-row-final article {
    padding-bottom: 30px;
  }
}

.swiper-container .left-column {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
}

.swiper-container .left-column .swiper-pagination {
  text-align: unset;
  top: 100px;
  font-size: 40px;
  line-height: 45px;
}

@media only screen and (max-width: 1024px) {
  .swiper-container .left-column .swiper-pagination {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container .left-column .swiper-pagination {
    font-size: 25px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container .left-column .swiper-pagination {
    top: 45px;
  }
}

.swiper-container .left-column .title-single {
  position: absolute;
  left: 0;
  top: 170px;
  max-width: 400px;
}

@media only screen and (min-width: 1025px) and (max-height: 800px) {
  .swiper-container .left-column .title-single {
    max-width: 206px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container .left-column .title-single {
    top: 80px;
  }
}

.swiper-container .left-column .title-single .subtitle-title {
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  .swiper-container .left-column .title-single .subtitle-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container .left-column .title-single .subtitle-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-height: 800px) {
  .swiper-container .left-column .title-single .subtitle-title {
    font-size: 18px;
  }
}

.swiper-container .left-column .title-single .subtitle-title {
  position: relative;
  top: 6px;
}

.swiper-container .left-column .title-single .subtitle-title:before {
  content: "x ";
  text-transform: lowercase;
}

@media only screen and (max-width: 1024px) {
  .swiper-container .left-column .title-single .subtitle-title > * {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.swiper-container .left-column .title-single .title {
  position: relative;
  text-decoration: underline;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
}

@media only screen and (max-width: 1024px) {
  .swiper-container .left-column .title-single .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container .left-column .title-single .title {
    font-size: 25px;
    line-height: 30px;
  }
}

.swiper-container .left-column .title-single .subtitle-photo {
  position: relative;
  top: 6px;
  font-weight: bold;
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  .swiper-container .left-column .title-single .subtitle-photo {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container .left-column .title-single .subtitle-photo {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-height: 800px) {
  .swiper-container .left-column .title-single .subtitle-photo {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1025px) {
  .swiper-container .left-column .title-single .subtitle-photo .count-3,
  .swiper-container .left-column .title-single .subtitle-photo .count-4 {
    display: none;
  }
}

.swiper-container .more-info {
  margin: 0;
  position: fixed;
  top: 80%;
  left: 0;
  font-size: 40px;
  line-height: 45px;
}

@media only screen and (max-width: 1024px) {
  .swiper-container .more-info {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container .more-info {
    font-size: 25px;
    line-height: 30px;
  }
}

.swiper-container .more-info {
  font-family: 'Apercu', sans-serif;
  z-index: 3;
  cursor: pointer;
}

.prev,
.next {
  width: 15%;
  top: 0;
  position: absolute;
  z-index: 2;
  min-height: 100vh;
  cursor: none;
}

@media only screen and (max-width: 767px) {
  .prev,
  .next {
    width: 1%;
  }
}

.prev.big-side,
.next.big-side {
  width: 50%;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

body.single header.personal .subtitle-title {
  display: none !important;
}

body.single .cursor {
  z-index: 999;
  position: fixed;
  height: 35px;
  width: 35px;
  pointer-events: none;
  display: none;
}

body.single .cursor.right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}

body.single .cursor.left {
  display: block;
}

body.single.menu-visible .left-column {
  opacity: 0;
  visibility: hidden;
}

body.single .menu-front p,
body.single .menu-front .main-menu {
  opacity: 0;
  visibility: hidden;
}

body.single .lg-row .lg-col a {
  pointer-events: none;
}

body.single .lg-row .lg-col .lg-textformat-parent {
  width: -webkit-calc(100% - 10vw);
  width: -moz-calc(100% - 10vw);
  width: calc(100% - 10vw);
  padding: 0 5vw;
  margin: 0 0 50px;
}

body.single .lg-row .lg-col .lg-textformat-parent p {
  font-family: 'Apercu';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .single {
    /* .lg-row:first-of-type {
      .lg-placeholder {
        padding-top: 50px;
      }
    } */
  }

  .single .menu-front {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .single .swiper-container {
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .single .swiper-container .lg-grid {
    width: 100vw;
    margin: 0 auto;
  }

  .single .swiper-container .lg-grid .lg-placeholder {
    padding-bottom: 0 !important;
  }

  .single .swiper-container .lg-grid .lg-placeholder > * {
    position: relative;
    top: unset;
    left: unset;
  }

  .single .swiper-container .lg-grid .lg-placeholder .image-single {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  }

  .single .swiper-container .lg-grid .caption {
    display: none !important;
  }

  .single .swiper-container .lg-grid .subtitles {
    opacity: 1 !important;
    font-size: 25px;
  }

  @media only screen and (max-width: 1024px) {
    .single .swiper-container .lg-grid .subtitles {
      font-size: 20px;
    }
  }

  @media only screen and (max-width: 767px) {
    .single .swiper-container .lg-grid .subtitles {
      font-size: 18px;
      /* display: block !important; */
    }
  }

  .single .swiper-container .left-column {
    position: relative;
    min-height: unset;
    top: unset;
    text-align: center;
    left: unset;
    padding: 20% 0;
  }

  .single .swiper-container .left-column .title-single {
    position: relative;
    top: unset;
    left: unset;
    max-width: unset;
  }

  .single .swiper-container .left-column .title-single .title {
    text-decoration: unset;
  }

  .single .swiper-container .more-info {
    display: none;
  }

  .single .swiper-container .lg-row-final {
    overflow: unset;
    height: auto;
    min-height: auto;
  }

  .single .swiper-container .lg-row-final article {
    position: relative;
    top: unset;
    left: unset;
    margin: 0 10px;
  }
}

.get-back {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

body header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  body header {
    height: 40px;
  }
}

body header.no-subtitles .subtitle-title {
  display: none;
}

@media only screen and (max-width: 1024px) {
  body header.no-subtitles .subtitle-title {
    display: block;
  }
}

body header .home-top {
  position: relative;
  height: 100%;
}

body header .home-top .menu-front,
body header .home-top .name-front {
  width: 90%;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 40px;
}

@media only screen and (max-width: 1024px) {
  body header .home-top .menu-front,
  body header .home-top .name-front {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767px) {
  body header .home-top .menu-front,
  body header .home-top .name-front {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  body header .home-top .menu-front,
  body header .home-top .name-front {
    width: 75%;
  }
}

body header .home-top .menu-front {
  left: 0;
  width: 100%;
}

body header .home-top .menu-front p {
  cursor: pointer;
  display: inline-block;
}

body header .home-top .menu-front .main-menu {
  position: absolute;
  list-style-type: none;
  width: 100%;
}

body header .home-top .menu-front .main-menu #menu-main-nav {
  display: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

body header .home-top .menu-front .main-menu #menu-main-nav :hover a {
  text-decoration: underline;
}

body header .home-top .menu-front .main-menu #menu-main-nav li a {
  cursor: pointer;
}

body header .home-top .menu-front .main-menu .category-projects {
  font-size: 40px;
  line-height: 45px;
}

@media only screen and (max-width: 1024px) {
  body header .home-top .menu-front .main-menu .category-projects {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  body header .home-top .menu-front .main-menu .category-projects {
    font-size: 25px;
    line-height: 30px;
  }
}

body header .home-top .menu-front .main-menu .category-projects {
  position: absolute;
}

body header .home-top .menu-front .main-menu .category-projects .post-category {
  display: none;
}

body header .home-top .menu-front .main-menu .category-projects .post-category :hover {
  /* text-decoration: underline; */
  cursor: pointer;
}

body header .home-top .menu-front .main-menu .category-projects .post-category a {
  display: none;
  text-transform: none;
  line-height: 0.8;
}

@media only screen and (max-width: 767px) {
  body header .home-top .menu-front .main-menu .category-projects .post-category a {
    line-height: 1.2;
  }
}

body header .home-top .menu-front .main-menu .category-projects .post-category a.post-visible {
  display: inline-block;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images {
  position: relative;
  margin-bottom: 5px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images:last-of-type {
  margin-bottom: 600px;
}

@media only screen and (max-width: 1024px) {
  body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
  }

  body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images .item-content {
    width: 95vw;
  }

  body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images .item-content img {
    width: 100%;
    height: auto;
  }
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images .subtitle-title {
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images .subtitle-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images .subtitle-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-height: 800px) {
  body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images .subtitle-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1025px) and (max-height: 800px) {
  body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images .subtitle-title {
    font-size: 30px;
  }
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images .subtitle-title br {
  display: none;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images .subtitle-title:before {
  content: "x ";
  text-transform: lowercase;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images.active-list {
  z-index: 1;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images.active-list a {
  z-index: 2;
  position: relative;
  border-bottom: 3px solid black;
  line-height: 0.8;
}

@media only screen and (max-width: 767px) {
  body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images.active-list a {
    line-height: 1.2;
  }
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images.active-list .item-content {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-link-images.active-list .item-content .image {
  height: 300px;
  display: block;
  margin: 0 10px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate(200px, 0%);
  -moz-transform: translate(200px, 0%);
  -ms-transform: translate(200px, 0%);
  -o-transform: translate(200px, 0%);
  transform: translate(200px, 0%);
  height: auto;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content img {
  display: none;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.two .image:nth-child(2) {
  margin: 95px 20px 0 40px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.two .image:nth-child(3) {
  margin: 120px 20px 0 0;
  height: 425px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.two .image:nth-child(4) {
  margin: 30px 20px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.two .image:nth-child(5) {
  margin: 330px 20px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.two .image:nth-child(6) {
  margin: 330px 20px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.three .image:nth-child(1) {
  margin: 155px 45px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.three .image:nth-child(2) {
  margin: 250px 20px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.three .image:nth-child(3) {
  margin: 60px 60px 0 0;
  height: 425px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.three .image:nth-child(4) {
  margin: 0 10px 0 0;
  height: 425px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.three .image:nth-child(5) {
  margin: 250px 10px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.four .image:nth-child(1) {
  margin: 150px 45px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.four .image:nth-child(2) {
  margin: 10px 10px 0 0;
  height: 425px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.four .image:nth-child(3) {
  margin: 140px 55px 0 0;
  height: 400px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.four .image:nth-child(4) {
  margin: 20px 30px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.four .image:nth-child(5) {
  margin: 130px 50px 0 30px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.four .image:nth-child(6) {
  margin: 250px 10px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.five .image:nth-child(1) {
  margin: 0 20px 0 100px;
  height: 425px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.five .image:nth-child(2) {
  margin: 30px 20px 0 0;
  height: 425px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.five .image:nth-child(3) {
  margin: 150px 20px 0 0;
  height: 425px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.five .image:nth-child(4) {
  margin: 0 20px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.five .image:nth-child(5) {
  margin: 30px 20px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.five .image:nth-child(6) {
  margin: 120px 20px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.six .image:nth-child(1) {
  margin: 250px 45px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.six .image:nth-child(2) {
  margin: 0 70px 0 0;
  height: 425px;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.six .image:nth-child(3) {
  margin: 200px 110px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.six .image:nth-child(4) {
  margin: 30px 50px 0 0;
}

body header .home-top .menu-front .main-menu .category-projects .post-category .item-content.six .image:nth-child(5) {
  margin: 70px 50px 0 40px;
}

@media only screen and (max-width: 1024px) {
  body header .home-top .menu-front .main-menu .category-projects .post-category .item-content {
    opacity: 1;
    visibility: visible;
    position: relative;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }

  body header .home-top .menu-front .main-menu .category-projects .post-category .item-content img,
  body header .home-top .menu-front .main-menu .category-projects .post-category .item-content video {
    display: block;
    margin: 0 10px 0 0;
    height: 200px;
    width: 100%;
    margin: 0 auto !important;
  }
}

body header .home-top .name-front {
  right: 0;
  z-index: 1;
}

body header .home-top .name-front a {
  float: right;
  cursor: pointer;
}

body.menu-visible .home-top .menu-front p {
  opacity: 0;
  visibility: hidden;
}

body.menu-visible .home-top .menu-front .main-menu {
  top: 0;
}

body.menu-visible .home-top .menu-front .main-menu #menu-main-nav {
  display: inline-block;
}

body.menu-visible .home-top .menu-front .main-menu .category-projects {
  opacity: 0;
  visibility: 0;
}

body.page-id-45 .post-category:nth-of-type(3) {
  display: block !important;
}

body.page-id-45 .post-category:nth-of-type(3) p {
  display: none;
}

body.page-id-45 .wrapper {
  display: none;
}

body.page-id-49 .post-category:nth-of-type(2) {
  display: block !important;
}

body.page-id-49 .post-category:nth-of-type(2) p {
  display: none;
}

@media only screen and (max-width: 1024px) {
  body.page-id-49 .post-category:nth-of-type(2) p {
    display: none !important;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 50px;
  }
}

body.page-id-49 .wrapper {
  display: none;
}

body.page-id-51 .post-category:nth-of-type(1) {
  display: block !important;
}

body.page-id-51 .post-category:nth-of-type(1) p {
  display: none;
}

body.page-id-51 .wrapper {
  display: none;
}

body.page-id-47 .post-category:nth-of-type(4) {
  display: block !important;
}

/* padding-bottom: 255px; */

body.page-id-47 .post-category:nth-of-type(4) p {
  display: none;
}

body.page-id-47 .wrapper {
  display: none;
}

body.page-id-47 .menu-front {
  width: 100%;
}

body.page-id-47 .menu-front .main-menu {
  width: 100%;
}

body.page-id-47 .menu-front .main-menu .category-projects {
  width: 100%;
}

body.page-id-47 .menu-front .main-menu .category-projects .post-category {
  overflow: hidden;
  width: 100%;
}

body.page-id-280 .post-category:nth-of-type(6) {
  display: block !important;
}

body.page-id-280 .post-category:nth-of-type(6) p {
  display: none;
}

body.page-id-280 .wrapper {
  display: none;
}

.page-id-95 .wrapper {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 210px;
}

@media only screen and (max-width: 767px) {
  .page-id-95 .wrapper {
    margin-top: 250px;
  }
}

.page-id-95 .wrapper a {
  margin-bottom: 20px;
}

.page-id-95 .wrapper .show-title {
  display: none;
}

.page-id-95 .lg-grid {
  height: auto;
  width: 65vw;
  position: relative;
}

.page-id-95 .lg-grid .sqs-block {
  -webkit-transition: font-size 0.5s ease-in-out, font-size 0.5s ease-in-out;
  -o-transition: font-size 0.5s ease-in-out, font-size 0.5s ease-in-out;
  -moz-transition: font-size 0.5s ease-in-out, font-size 0.5s ease-in-out;
  transition: font-size 0.5s ease-in-out, font-size 0.5s ease-in-out;
  font-size: 30px;
}

@media only screen and (min-width: 1025px) and (max-height: 800px) {
  .page-id-95 .lg-grid .sqs-block {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .page-id-95 .lg-grid .sqs-block {
    font-size: 16px;
  }
}

.page-id-95 .lg-grid .sqs-block {
  /* &:hover {
          font-size: 35px;
        } */
}

@media only screen and (max-width: 1024px) {
  .page-template-categories {
    background: white !important;
  }
}

.page-template-categories .main-menu .category-projects {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .page-template-categories .main-menu .category-projects .post-category {
    width: 100%;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-template-categories .main-menu .category-projects .post-category .item-link-images a {
    text-align: center;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page-template-categories .main-menu .category-projects .post-category .item-link-images a br {
  display: none;
}

.page-template-categories .main-menu .category-projects .post-category .item-link-images a .subtitle-title {
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  .page-template-categories .main-menu .category-projects .post-category .item-link-images a .subtitle-title {
    margin-top: 4px;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .page-template-categories .main-menu .category-projects .post-category .item-link-images .item-content {
    width: 100vw !important;
  }
}

.page-template-categories .wrapper {
  display: none;
}
