body {
  min-height: 100vh; }
  
body > .content {
    min-height: calc(100vh - 180px); 
	padding-top: 80px;
}

body > .gray {
      background-color: #EDEDED; }

body > .black, body.black {background-color: #000000; }	

body.black main.single-cpt-person .person-title, body.black main.single-cpt-person .title-with-text-content h1, body.black main.single-cpt-person .text-content {color: #ffffff;}

body.overflow {
    overflow: hidden; }

#main {
  width: 100%; }

.container {
  margin: 0 auto;
  width: calc(100% - 48px);
  position: relative; }
  @media screen and (max-width: 768px) {
    .container {
      width: calc(100% - 24px); } }

textarea {
  resize: none;
  height: 100px;
  padding: 10px; }

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.flex {
  display: flex; }

.align-items {
  align-items: center; }

.justify-content {
  justify-content: space-between; }

.error404 .content {
  text-align: center; }
  .error404 .content h1 {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 40px;
    font-weight: 400; }
    .error404 .content h1 span {
      font-size: 60px;
      line-height: 1.2;
      font-weight: 700; }
  .error404 .content p {
    font-size: 18px; }

/*Scroll*/
::-webkit-scrollbar {
  width: 13px; }

::-webkit-scrollbar-track {
  border-left: 1px solid #ccc;
  background-color: #eaeaea; }

::-webkit-scrollbar-thumb {
  background-color: #ccc; }

::-webkit-scrollbar-thumb:hover {
  background: #bfbfbf; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 100%; }
  .video-container video {
    background: #000;
    transition: all .5s;
    transform: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.image-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all .4s; }
  .image-cover .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .4s; }
  
  .home .image-cover:hover .cover, .home .image-cover:hover .video-container video, .page-id-12 .image-cover:hover .cover, .page-id-12 .image-cover:hover .video-container video  {
    transform: scale(1.1); }

  .image-cover a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }

html {
  font-family: 'MarkPro';
  color: #000000; }

p {
  padding-bottom: 20px;
  line-height: 1.5; }

a {
  text-decoration: none;
	color: #000000;
	font-weight: bold;
  transition: all .3s; }
  a:hover {
    text-decoration: none; }

nav#mainMenu {
	margin-bottom: -5px;
}

header {
  position: fixed;
  z-index: 100;
  padding: 20px;
  right: 0;
  left: 0;
  background-color: #fff;
 }
  header .header-wrapper {
    padding: 0 40px;
    align-items: flex-end; }
    @media screen and (max-width: 850px) {
      header .header-wrapper {
        padding: 0; } }
    header .header-wrapper .logo {
      display: inline-block; }
    header .header-wrapper nav ul li {
      display: inline-block; }
      header .header-wrapper nav ul li a {
        color: #000000;
        font-size: 18px;
        padding: 0 16px;
        font-weight: 500;
		text-transform: uppercase;
 }
        header .header-wrapper nav ul li a:hover {
          color: #44E6B2; }
      header .header-wrapper nav ul li.current_page_item a {
        color: #44E6B2; }
  header .hamburger-wrap {
    z-index: 99;
    display: none; }
    header .hamburger-wrap .hamburger-box {
      width: 30px;
      height: 24px;
      display: inline-block;
      position: relative;
      cursor: pointer; }
      header .hamburger-wrap .hamburger-box span {
        width: 30px;
        height: 3px;
        background-color: #000;
        border-radius: 1.5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s; }
        header .hamburger-wrap .hamburger-box span::before {
          content: '';
          position: absolute;
          top: -10px;
          width: 30px;
          height: 3px;
          background-color: #000; }
        header .hamburger-wrap .hamburger-box span::after {
          position: absolute;
          bottom: -10px;
          content: '';
          width: 30px;
          height: 3px;
          background-color: #000; }
    header .hamburger-wrap.active {
      transform: translateY(10px); }
      header .hamburger-wrap.active span {
        transition-delay: .22s;
        transform: translate3d(0, -10px, 0) rotate(-45deg);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
        header .hamburger-wrap.active span::before {
          top: 0;
          transform: rotate(-90deg);
          transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
        header .hamburger-wrap.active span::after {
          transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
          top: 0;
          opacity: 0; }
  header .hamburger-container {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 0;
    background-color: #fff;
    transition: all .5s;
    opacity: 0; }
    header .hamburger-container.active {
      width: 100vw;
      left: 0;
      opacity: 1; }
      header .hamburger-container.active #menu-menu-2 {
        padding-top: 30px;
        text-align: center; }
        header .hamburger-container.active #menu-menu-2 li {
          display: block; }
          header .hamburger-container.active #menu-menu-2 li a {
            font-size: 28px;
            font-weight: 400;
            padding: 12px 0;
            display: block; }
  @media screen and (max-width: 600px) {
    header #mainMenu {
      display: none; }
    header .hamburger-wrap {
      display: block; } }

footer {
  background-color: #000;
  padding: 26px 0; }
  footer .footer-content {
    color: #ffffff;
    align-items: flex-end;
    padding: 0 32px 0 40px; }
    @media screen and (max-width: 850px) {
      footer .footer-content {
        padding: 0; } }
    footer .footer-content .contact-info {
      color: #44E6B2; }
      footer .footer-content .contact-info a {
        color: #fff; }
        footer .footer-content .contact-info a:hover {
          color: #44E6B2; }
    footer .footer-content .socials {
      margin-left: 23px; }
      footer .footer-content .socials a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        margin: 0 8px;
        background-color: #44E6B2;
        position: relative;
        transition: all .4s; }
        footer .footer-content .socials a::before {
          color: #000;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 22px;
          transition: all .4s; }
        footer .footer-content .socials a:hover {
          background-color: #000; }
          footer .footer-content .socials a:hover::before {
            color: #44E6B2; }
  @media screen and (max-width: 750px) {
    footer .footer-content {
      flex-direction: column-reverse;
      text-align: center;
      align-items: center; }
      footer .footer-content .contacts {
        flex-direction: column-reverse; }
      footer .footer-content .contact-info {
        margin: 20px 0; } }

.page-template-tpl-work header {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .page-template-tpl-work header {
      margin-bottom: 60px; } }

section.top-cover .wrapper {
  padding: 100px 60px 180px;
  background-color: #000000; }
  section.top-cover .wrapper h1 {
    font-size: 80px;
    font-weight: 700;
	color: #fff;
 }
  section.top-cover .wrapper h2 {
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 50px;
	color: #fff;
 }

@media screen and (max-width: 768px) {
  section.top-cover .wrapper {
    padding: 60px 20px 80px; }
    section.top-cover .wrapper h1 {
      font-size: 55px; }
    section.top-cover .wrapper h2 {
      font-size: 40px; } }

@media screen and (max-width: 550px) {
  section.top-cover .wrapper {
    padding: 60px 20px 80px; }
    section.top-cover .wrapper h1 {
      font-size: 47px; }
    section.top-cover .wrapper h2 {
      font-size: 34px;
      margin-bottom: 0; } }

section.clients-items {
  padding-bottom: 30px; }
  section.clients-items .clients-item {
    font-size: 16px;
    font-weight: 400; }
    section.clients-items .clients-item .image-cover {
      height: 784px; }
      @media screen and (max-width: 768px) {
        section.clients-items .clients-item .image-cover {
          height: 550px; } }
      @media screen and (max-width: 550px) {
        section.clients-items .clients-item .image-cover {
          height: 370px; } }
    section.clients-items .clients-item .client-content {
      padding: 24px 0 32px; }
      section.clients-items .clients-item .client-content .title a {
        color: #000;
        font-weight: 700; }
  @media screen and (max-width: 768px) {
    section.clients-items .clients-item .cover {
      /*height: 480px;*/ } }

section.clients-items-columns .wrapper {
  flex-wrap: wrap;
  padding-bottom: 30px; }
  section.clients-items-columns .wrapper .clients-item {
    font-size: 16px;
    font-weight: 400;
    flex-basis: 49%; }
    section.clients-items-columns .wrapper .clients-item .image-cover {
      height: 388px; }
      @media screen and (max-width: 650px) {
        section.clients-items-columns .wrapper .clients-item .image-cover {
          height: 260px; } }
    section.clients-items-columns .wrapper .clients-item .client-content {
      padding: 12px 0 20px; }
      section.clients-items-columns .wrapper .clients-item .client-content .title {
        font-weight: 700; }
        section.clients-items-columns .wrapper .clients-item .client-content .title a {
          color: #000000; }

@media screen and (max-width: 850px) {
  section.clients-items-columns .wrapper .clients-item {
    flex-basis: 100%; } }

section.title {
	padding-top: 100px;
}

section.title h1 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 45px;
  padding: 0 58px;}
  @media screen and (max-width: 850px) {
    section.title h1 {
      padding: 0 18px; } }
  @media screen and (max-width: 768px) {
    section.title h1 {
      font-size: 55px;
      padding: 0 6px;} }
  @media screen and (max-width: 550px) {
    section.title h1 {
      font-size: 47px; } }

section.title .container {
  margin: 0 auto;
  width: calc(100% - 48px); }

section.title-with-text-content {
  padding: 100px 0 140px; }
  section.title-with-text-content h2 {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 32px;
    /*text-align: center;*/ }
    @media screen and (max-width: 768px) {
      section.title-with-text-content h2 {
        font-size: 55px; } }
    @media screen and (max-width: 550px) {
      section.title-with-text-content h2 {
        font-size: 47px; } }
  section.title-with-text-content .text-content {
    font-size: 24px; }
    @media screen and (max-width: 550px) {
      section.title-with-text-content .text-content {
        font-size: 22px; } }
  @media screen and (max-width: 768px) {
    section.title-with-text-content {
      padding: 60px 0 90px; }
      section.title-with-text-content h2 {
        font-size: 55px; }
      section.title-with-text-content .text-content {
        font-size: 22px; } }
  @media screen and (max-width: 550px) {
    section.title-with-text-content {
      font-size: 47px; } }


main.single-cpt-person {
  padding: 100px 0 0; }
  main.single-cpt-person .image-cover:hover .cover, main.single-cpt-person .image-cover:hover video {
    transform: none !important; }
  main.single-cpt-person .person-title {
    width: calc(100% - 38px);
    font-size: 24px;
    font-weight: 500; }
    @media screen and (max-width: 550px) {
      main.single-cpt-person .person-title {
        font-size: 22px; } }
  main.single-cpt-person .title-with-text-content {
    padding: 10px 0 60px; }
    main.single-cpt-person .title-with-text-content .container {
      width: calc(100% - 118px);}
@media screen and (max-width: 850px) {
  main.single-cpt-person .title-with-text-content .container {
    width: calc(100% - 38px);
  } }
    main.single-cpt-person .title-with-text-content h1 {
      font-size: 72px;
      font-weight: 700;
      margin-bottom: 32px;
	margin-left: -5px;
}
      @media screen and (max-width: 768px) {
        main.single-cpt-person .title-with-text-content h1 {
          font-size: 55px; } }
      @media screen and (max-width: 550px) {
        main.single-cpt-person .title-with-text-content h1 {
          font-size: 47px; } }

section.single-image {
  margin-bottom: 8px; }
  section.single-image .cover {
    height: 784px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      section.single-image .cover {
        height: 600px; } }
    @media screen and (max-width: 768px) {
      section.single-image .cover {
        height: 280px; } }

section.two-images-wrapper {
  margin-bottom: 8px; }
  section.two-images-wrapper .two-images-container {
    height: 784px; }
  section.two-images-wrapper .image-cover {
    flex-basis: calc(50% - 4px); }
    @media screen and (max-width: 1024px) {
      section.two-images-wrapper .image-cover {
        height: 600px; } }
    @media screen and (max-width: 768px) {
      section.two-images-wrapper .image-cover {
        height: 480px; }
        section.two-images-wrapper .image-cover:first-of-type {
          margin-bottom: 8px; } }
  @media screen and (max-width: 850px) {
    section.two-images-wrapper .two-images-container {
      flex-direction: column;
      height: 720px; } }

section.three-images-wrapper .three-images-container {
  flex-wrap: wrap;
  flex-direction: column;
  height: 784px; }
  @media screen and (max-width: 850px) {
    section.three-images-wrapper .three-images-container {
      flex-direction: initial;
      height: auto; } }
  section.three-images-wrapper .three-images-container .single-image {
    height: 388px;
    margin-bottom: inherit; }
    section.three-images-wrapper .three-images-container .single-image:first-of-type {
      flex: 1;
      height: 784px;
      flex-basis: 49.7%;
      margin-right: 8px; }
    section.three-images-wrapper .three-images-container .single-image:not(:first-of-type) {
      flex: 0.5;
      height: 388px;
      flex-basis: 48.5%; }
    section.three-images-wrapper .three-images-container .single-image:nth-child(2) {
      margin-bottom: 8px; }
    section.three-images-wrapper .three-images-container .single-image .image-cover {
      height: inherit; }
      section.three-images-wrapper .three-images-container .single-image .image-cover .cover, section.three-images-wrapper .three-images-container .single-image .image-cover .video-container {
        height: inherit; }
    @media screen and (max-width: 850px) {
      section.three-images-wrapper .three-images-container .single-image {
        flex: initial !important;
        height: 440px !important;
        margin-right: 0;
        margin-left: 0;
        flex-basis: 100% !important; } }

section.three-images-wrapper.reverse .three-images-container .single-image:first-of-type {
  order: 1;
  margin-left: 8px;
  margin-right: 0; }
  @media screen and (max-width: 850px) {
    section.three-images-wrapper.reverse .three-images-container .single-image:first-of-type {
      flex: initial !important;
      height: 440px !important;
      margin-right: 0;
      margin-left: 0;
      flex-basis: 100% !important; } }

section.three-images-wrapper .container {
  margin-bottom: 8px; }

section.four-images-wrapper .four-images-container {
  flex-wrap: wrap; }
  section.four-images-wrapper .four-images-container .single-image {
    height: 388px;
    flex-basis: calc(50% - 4px);
    margin-bottom: 8px; }
    @media screen and (max-width: 850px) {
      section.four-images-wrapper .four-images-container .single-image {
        flex-basis: 100%; } }

.page-template-tpl-contact section.title-with-text-content.black {
  background-color: #000;
  text-align: left; }
  .page-template-tpl-contact section.title-with-text-content.black .container .wrapper {
    padding: 0 58px; }
    @media screen and (max-width: 768px) {
      .page-template-tpl-contact section.title-with-text-content.black .container .wrapper {
        padding: 0; } }
  .page-template-tpl-contact section.title-with-text-content.black h2 {
    color: #fff;
    text-align: left; }
  .page-template-tpl-contact section.title-with-text-content.black .text-content {
    color: #fff; }

.page-template-tpl-contact section.title-with-text-content.default {
  padding: 50px 0 100px; }
  .page-template-tpl-contact section.title-with-text-content.default .container .wrapper {
    padding: 0 150px 0 40px; }
    @media screen and (max-width: 768px) {
      .page-template-tpl-contact section.title-with-text-content.default .container .wrapper {
        padding: 0; } }
  .page-template-tpl-contact section.title-with-text-content.default .container h2 {
    text-align: left; }

.page-template-tpl-about section.title-with-text-content.black {
  background-color: #000;
  text-align: left; }
  .page-template-tpl-about section.title-with-text-content.black .container .wrapper {
    padding: 0 58px; }
    @media screen and (max-width: 768px) {
      .page-template-tpl-about section.title-with-text-content.black .container .wrapper {
        padding: 0; } }
  .page-template-tpl-about section.title-with-text-content.black h2 {
    color: #fff;
    text-align: left; }
  .page-template-tpl-about section.title-with-text-content.black .text-content {
    color: #fff; }

.page-template-tpl-about section.title-with-text-content.default {
  padding: 50px 0 100px; }
  .page-template-tpl-about section.title-with-text-content.default .container .wrapper {
    padding: 0 150px 0 40px; }
    @media screen and (max-width: 768px) {
      .page-template-tpl-about section.title-with-text-content.default .container .wrapper {
        padding: 0; } }
  .page-template-tpl-about section.title-with-text-content.default .container h2 {
    text-align: left; }

.page-template-tpl-about section.title-with-text-content.grey {
  background-color: #EDEDED;
  text-align: left; }
  .page-template-tpl-about section.title-with-text-content.grey .container .wrapper {
    /*padding: 0 58px;*/ }
    @media screen and (max-width: 768px) {
      .page-template-tpl-about section.title-with-text-content.grey .container .wrapper {
        padding: 0; } }
  .page-template-tpl-about section.title-with-text-content.grey h2 {
    color: #000;
    text-align: left; }
  .page-template-tpl-about section.title-with-text-content.grey .text-content {
    color: #000; }


section.in-touch {
  background-color: #EDEDED;
  padding: 100px 0 75px; }
  section.in-touch .wrapper {
    display: flex;
    justify-content: space-between; }
    section.in-touch .wrapper .left-sidebar {
      padding-left: 56px; }
      section.in-touch .wrapper .left-sidebar h2 {
        font-size: 80px;
        font-weight: 700;
        margin-bottom: 32px; }
        @media screen and (max-width: 768px) {
          section.in-touch .wrapper .left-sidebar h2 {
            font-size: 55px; } }
        @media screen and (max-width: 550px) {
          section.in-touch .wrapper .left-sidebar h2 {
            font-size: 45px; } }
      section.in-touch .wrapper .left-sidebar .text-content {
        font-size: 24px; }
    section.in-touch .wrapper .right-sidebar {
      padding-right: 40px; }
      section.in-touch .wrapper .right-sidebar .map {
        height: 415px;
        width: 600px;
        max-width: 100%;
        border-radius: 25px; }
        @media screen and (max-width: 1250px) {
          section.in-touch .wrapper .right-sidebar .map {
            width: 520px; } }
  @media screen and (max-width: 1100px) {
    section.in-touch .wrapper {
      flex-direction: column; }
    .page-template-tpl-contact section.title-with-text-content.black .container .wrapper,
      section.in-touch .wrapper .left-sidebar,
      section.in-touch .wrapper .right-sidebar {
        padding: 0 60px; }}
  @media screen and (max-width: 850px) {
    .page-template-tpl-contact section.title-with-text-content.black .container .wrapper,
      section.in-touch .wrapper .left-sidebar,
      section.in-touch .wrapper .right-sidebar {
        padding: 0 20px; }}
  @media screen and (max-width: 550px) {
    section.in-touch .wrapper .left-sidebar .text-content {
      font-size: 21px; }
    section.in-touch .wrapper .right-sidebar .map {
      height: 270px; } }

article.all-posts .posts {
  flex-wrap: wrap;
  margin-bottom: 90px; }
  article.all-posts .posts .post {
    flex-basis: 32.6%;
    height: 550px;
    margin-bottom: 30px;
    box-shadow: none;
    transition: all .5s;
    overflow: hidden;
    position: relative; }
    article.all-posts .posts .post:hover {
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.25); }
      article.all-posts .posts .post:hover .description::before {
        background-color: rgba(0, 0, 0, 0); }
      article.all-posts .posts .post:hover .cover {
        transform: scale(1.1); }
    article.all-posts .posts .post .cover {
      transform: none;
      transition: all .5s;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    article.all-posts .posts .post .description {
      height: 100%;
      padding: 50px;
      position: relative;
      transition: all .5s; }
      article.all-posts .posts .post .description::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.65);
        transition: all .5s;
        z-index: 3; }
      article.all-posts .posts .post .description h3 {
        color: #ffffff;
        font-size: 27px;
        font-weight: 300;
        margin-top: 30px;
        position: relative;
        z-index: 5; }
      article.all-posts .posts .post .description span {
        color: #44E6B2;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative;
        z-index: 5; }
      article.all-posts .posts .post .description a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }

@media screen and (max-width: 1024px) {
  article.all-posts .posts .post {
    flex-basis: 49%; } }

@media screen and (max-width: 768px) {
  article.all-posts .posts .post {
    flex-basis: 100%;
    height: 480px; }
    article.all-posts .posts .post .description {
      padding: 30px; } }

article.single-article {
  padding: 100px 0 80px;
  font-size: 22px; }
  article.single-article .container {
    width: 680px;
    max-width: 90%;
    margin: 0 auto; }
  article.single-article .cover-container {
    width: 1190px;
    max-width: 94%;
    margin: 20px auto 50px; }
    article.single-article .cover-container .cover {
      height: 794px; }
  article.single-article h1 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 32px; }
    @media screen and (max-width: 768px) {
      article.single-article h1 {
        font-size: 47px; } }
    @media screen and (max-width: 550px) {
      article.single-article h1 {
        font-size: 35px; } }
  @media screen and (max-width: 768px) {
    article.single-article {
      padding: 60px 0 50px; } }

.blog h1 {
  margin: 40px 0 50px 40px;
  font-size: 72px;
  color: #000;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .blog h1 {
      font-size: 55px;
      margin: 30px 0; } }
  @media screen and (max-width: 768px) {
    .blog h1 {
      font-size: 47px; } }

.page-template-tpl-about .title-with-text-content .container {
  width: calc(100% - 168px);}
@media screen and (max-width: 850px) {
  .page-template-tpl-about .title-with-text-content .container {
    width: calc(100% - 88px);
  } }
@media screen and (max-width: 768px) {
  .page-template-tpl-about .title-with-text-content .container {
    width: calc(100% - 60px);
  } }
.p-0{
  padding: 0!important;
}



.page-template-tpl-about .contact.grey,.page-template-tpl-contact .in-touch,.page-template-tpl-contact .contact.black{opacity:1;}

@media screen and (max-width: 1200px) {

	section.top-cover .wrapper h1 {
		font-size: 70px;
	}
	section.top-cover .wrapper h2 {
		font-size: 52px;
	}
}

@media screen and (max-width: 950px) {

	section.top-cover .wrapper h1 {
		font-size: 60px;
	}
	section.top-cover .wrapper h2 {
		font-size: 42px;
	}
}