@font-face {
  font-family: 'apercu';
  src: url("../../assets/type/apercu-regular-webfont.ttf");
  /* IE9 */
  font-weight: regular;
  font-style: normal; }
@font-face {
  font-family: 'apercu';
  src: url("../../assets/type/apercu-light-webfont-3.ttf");
  /* IE9 */
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'apercu';
  src: url("../../assets/type/apercu-medium-webfont.ttf");
  /* IE9 */
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'alternate-gothic-no2';
  src: url("../../assets/type/alternate-gothic-no2.ttf");
  /* IE9 */
  font-weight: regular;
  font-style: normal; }
a {
  color: inherit; }

body {
  font-family: "freight-sans-pro";
  margin: 0px;
  overflow-x: hidden; }

html, body {
  margin: 0; }

h1, h2, h3 {
  font-family: "freight-big-pro";
  font-weight: 300;
  line-height: 1.38;
  margin: 5px 0px; }

a {
  text-decoration: none;
  color: inherit;
  font-style: normal; }

/*Animation Links*/
.hover-roll {
  position: relative;
  overflow: hidden; }
  .hover-roll:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #000;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    -webkit-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -o-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .hover-roll:hover:after {
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }

.image-fill {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .image-fill img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: auto; }
    .image-fill img.portrait {
      width: auto;
      height: 100%; }

.class {
  background-image: url(../../assets/images/.jpg);
  background-position: center;
  background-size: cover; }

.svg {
  background-image: url(../../assets/graphics/.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

/*nav*/
.nav {
  position: fixed;
  height: 100vh;
  width: -webkit-calc(100% - 0px);
  width: 50%;
  top: 0px;
  left: -50%;
  background-color: white;
  z-index: 2; }

.nav h2 {
  font-size: 28px;
  display: block; }

.nav a {
  transition: margin-left 0.3s cubic-bezier(0.25, 0.1, 0.7, 1.02);
  width: 100%; }

.nav a:hover {
  margin-left: 5px; }

.nav p, .email-add, .phone-num {
  font-size: 13px;
  line-height: 1.38em;
  display: block; }

.nav-header {
  position: relative;
  height: 50px;
  width: 346px;
  margin: 75px auto 0px;
  min-width: 300px;
  background-image: url(../../assets/graphics/hreed-logo.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover; }

.nav-top, .nav-bottom {
  height: calc((100vh - 100px)/3);
  width: 100%; }

.nav-bottom {
  margin-top: calc((100vh - 100px)/4);
  padding-bottom: 50px; }

.nav-bottom:before, .nav-top:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
  margin-left: -0.3em; }

.vert-centr {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 80%;
  margin-left: 20%; }

.nav, .page-containr {
  transition: all 0.5s ease-in-out; }

@media (max-width: 800px) {
  .nav {
    width: 500px;
    left: -500px; }

  body.open-menu .nav, body.open-menu .page-containr {
    transform: translateX(500px); } }
@media (max-width: 600px) {
  .nav {
    width: 90%;
    left: -90%; }

  .nav-header {
    width: 80%;
    min-width: 0px; }

  .nav h2 {
    margin: 0px;
    font-size: 22px; }

  .nav p {
    margin: 0px;
    font-size: 12px; }

  body.open-menu .nav {
    transform: translateX(100%); }
  body.open-menu .page-containr {
    transform: translateX(90%); } }
/*menu icon*/
.menu-icon {
  position: fixed;
  top: 23px;
  left: 23px;
  height: 24px;
  padding: 6px;
  z-index: 100;
  cursor: pointer; }

.menu-text {
  position: fixed;
  top: 25px;
  left: 63px;
  z-index: 99;
  overflow: hidden; }

.menu-text p {
  transition: margin 0.2s ease-in;
  line-height: 1.6em;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 2px;
  margin: 0px;
  margin-left: -45px; }

.menu-text-active p,
.menu-text-hold p {
  transition: margin 0.3s ease-out, color 0.3s ease-out;
  margin-left: 5px; }

.menu-bar {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background-color: black;
  margin-bottom: 5px;
  border-radius: 1px;
  vertical-align: middle;
  line-height: 1px;
  transition: all 1.2s cubic-bezier(0.72, 0.01, 0.29, 0.99), top 0.3s linear 0.7s; }

body.open-menu .menu-icon .menu-bar:first-of-type {
  transition: all 1.2s cubic-bezier(0.72, 0.01, 0.29, 0.99), top 0.3s linear;
  transform: rotate(225deg);
  top: 5px; }
body.open-menu .menu-icon .menu-bar:nth-child(2) {
  transition: all 1.2s cubic-bezier(0.72, 0.01, 0.29, 0.99), top 0.3s linear;
  transform: rotate(315deg);
  top: -2px; }
body.open-menu .nav {
  transform: translateX(100%); }
body.open-menu .page-containr {
  transform: translateX(50%); }

body.white-nav:not(.open-menu) .menu-text {
  color: white; }
body.white-nav:not(.open-menu) .menu-bar {
  background-color: white; }

.menu-bar:first-of-type {
  top: 0px; }

.menu-bar:nth-child(2) {
  top: 0px; }

/*last bar*/
.menu-bar:last-of-type {
  transition: opacity 0.3s ease-out 0.9s,  transform 0.3s ease-out 0.9s, background-color 0.4s ease-out 0.5s, margin-left 0.3s ease-out, width 0.3s ease-out;
  width: 18px; }

/*click*/
.open-menu
.menu-icon .menu-bar:last-of-type {
  transition: opacity 0.3s ease-out 0s, width 0.3s ease-out, margin-left 0.3s ease-out, transform 0s linear 0.3s;
  opacity: 0;
  margin-left: 29px;
  width: 0px; }

/*hover*/
.no-touch .menu-icon:hover .menu-bar:last-of-type,
.no-touch .menu-icon-hold .menu-bar:last-of-type {
  transition: background-color 0.3s ease-out, margin-left 0.3s ease-out;
  margin-left: 39px;
  width: 39px;
  transform: rotate(0deg);
  opacity: 1; }

.project-menu {
  background-color: transparent; }

.project-menu .menu-bar {
  /*transition: background-color linear 0.2s 0.3s;*/
  background-color: white; }

.project-menu-text p {
  transition: color linear 0.2s 0.3s, margin 0.2s ease-in;
  color: white; }

.page-lock {
  height: 100vh;
  width: -webkit-calc(100% - 0px);
  overflow-y: hidden; }

#prt-link {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100; }

.page-About {
  /*About*/ }
  .page-About .header {
    width: 100%;
    height: auto;
    padding-top: 40px;
    text-align: center; }
  .page-About .header .home-logo {
    height: 163px;
    width: 322px;
    margin: 0px auto;
    background-image: url(../../assets/graphics/hreed-logo.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 12px solid #fafafa; }
  .page-About .about-containr {
    width: 90%;
    margin: 130px auto 50px;
    max-width: 1000px;
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
  .page-About .about-image {
    width: 50%;
    height: 475px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .page-About .about-text {
    width: 50%;
    max-width: 360px;
    height: auto; }
  .page-About .about-text h2 {
    font-size: 28px;
    padding: 10px 0px 30px 50px;
    margin: 0px; }
  .page-About .about-text p {
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500;
    padding: 0px 0px 25px 50px;
    margin: 0px; }

@media (max-width: 1250px) {
  .page-About .grid-containr {
    width: 798px; }
  .page-About .header .home-logo {
    width: 226px; } }
@media (max-width: 700px) {
  .page-About .about-containr {
    margin-top: 50px; }
  .page-About .about-text, .page-About .about-image {
    width: 100%; }
  .page-About .about-text h2 {
    padding: 40px 10px 30px; }
  .page-About .about-text p {
    padding: 0px 10px 30px; } }
@media (max-width: 600px) {
  .about-image {
    height: 300px; } }
.home {
  /*Index*/ }
  .home .home-logo-index {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 250px;
    width: 580px;
    margin: auto;
    background-color: #fff;
    background-image: url(../../assets/graphics/hreed-logo.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 20px solid #fafafa;
    cursor: pointer; }
    .home .home-logo-index button {
      position: absolute;
      left: 50%;
      top: auto;
      bottom: 20px;
      -webkit-transform: translate3D(-50%, 0, 0);
      -ms-transform: translate3D(-50%, 0, 0);
      -o-transform: translate3D(-50%, 0, 0);
      transform: translate3D(-50%, 0, 0);
      vertical-align: middle;
      padding-top: 12px;
      font-size: 13px;
      font-weight: 300;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 1.38em;
      text-align: center; }
      .home .home-logo-index button:after {
        height: 1px; }
    .home .home-logo-index:hover button:after {
      -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
      -o-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0); }
  .home .home-slideshow {
    position: relative;
    width: 100%;
    height: 100vh;
    width: -webkit-calc(100% - 0px); }
  .home .slide {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .home .slide:first-of-type {
      display: block;
      position: static; }

@media (max-width: 800px) {
  .home .home-logo-index {
    width: 350px;
    height: 150px; }
    .home .home-logo-index button {
      bottom: 10px;
      font-size: 8px; } }
@media (max-width: 400px) {
  .home .home-logo-index {
    width: 70%;
    height: 100px;
    border-width: 10px; } }
@media (max-width: 800px) {
  .home .home-logo-index {
    width: 350px;
    height: 150px; } }
@media (max-width: 400px) {
  .home .home-logo-index {
    width: 70%;
    height: 100px;
    border-width: 10px; } }
.page-Portfolio {
  /*portfolio*/
  /*temp*/
  /*Grid Dynamics & Transitions */
  /*Initial Margin*/
  /*Final Position*/ }
  .page-Portfolio .header {
    width: 100%;
    height: auto;
    padding-top: 40px;
    text-align: center; }
  .page-Portfolio .header .home-logo {
    height: 163px;
    width: 322px;
    margin: 0px auto;
    background-image: url(../../assets/graphics/hreed-logo.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 12px solid #fafafa; }
  .page-Portfolio .grid-containr {
    position: relative;
    width: 1134px;
    margin: 40px auto 50px;
    height: auto; }
  .page-Portfolio .grid-item {
    display: inline-block;
    position: relative;
    width: 346px;
    background-color: #fa8787;
    height: 430px;
    margin-top: 48px;
    vertical-align: top;
    cursor: pointer;
    opacity: 0;
    background-size: cover;
    background-position: center; }
    .page-Portfolio .grid-item.placeholder {
      background-color: transparent;
      height: 1px; }
  .page-Portfolio .grid-item-transition {
    transition: opacity 0.8s ease-out, margin-top 0.8s ease-out; }
  .page-Portfolio .text-containr {
    transition: all 0.5s ease-in-out 0s;
    display: block;
    position: absolute;
    height: calc(100% - 32px);
    width: calc(100% - 32px);
    margin: 16px;
    background-color: rgba(250, 250, 250, 0.9);
    text-align: center;
    opacity: 0;
    overflow: hidden; }
  .page-Portfolio .grid-item:hover .text-containr {
    opacity: 1; }
  .page-Portfolio .text-containr:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .page-Portfolio .text-containr h2 {
    transition: margin 0.4s ease-out 0.4s, 		 	opacity 0.5s ease-out 0.4s;
    display: inline-block;
    /*cubic-bezier(.87,-.41,.19,1.44)*/
    vertical-align: middle;
    font-weight: 300;
    opacity: 0;
    margin-top: -15%; }
  .page-Portfolio .grid-item:hover .text-containr h2 {
    margin-top: 0px;
    opacity: 1; }
  .page-Portfolio .text-containr p {
    transition: margin 0.8s ease-out;
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.38em;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    bottom: 45px;
    margin-top: 100px; }
  .page-Portfolio .service-p {
    margin-right: 15px; }
    .page-Portfolio .service-p:last-of-type {
      margin-right: 0px; }
  .page-Portfolio .grid-item:hover .text-containr p {
    margin-top: 0px; }
  .page-Portfolio .grid-item:nth-child(3n-1) {
    transition-delay: 0.3s;
    background-color: #878787;
    margin: -65px 48px 0px;
    /*248px*/ }
  .page-Portfolio .grid-item:nth-child(3n) {
    transition-delay: 0.6s; }
  .page-Portfolio .grid-item:nth-child(3n-2),
  .page-Portfolio .grid-item:nth-child(3n) {
    margin-top: 148px;
    /*135px;*/ }
  .page-Portfolio .grid-item:nth-child(2) {
    margin-top: 100px;
    /*465px;*/ }
  .page-Portfolio .grid-item:nth-child(1),
  .page-Portfolio .grid-item:nth-child(3) {
    margin-top: 315px;
    /*250px;*/ }
  .page-Portfolio .active-grid-item:nth-child(3n-1) {
    margin-top: -165px;
    /*48px;*/ }
  .page-Portfolio .active-grid-item {
    opacity: 1; }
  .page-Portfolio .active-grid-item:nth-child(3n-2),
  .page-Portfolio .active-grid-item:nth-child(3n) {
    margin-top: 48px; }
  .page-Portfolio .active-grid-item:nth-child(2) {
    margin-top: 50px;
    /*265px;*/ }
  .page-Portfolio .active-grid-item:nth-child(1),
  .page-Portfolio .active-grid-item:nth-child(3) {
    margin-top: 256px;
    /*50px;*/ }

@media (max-width: 1250px) {
  .page-Portfolio {
    /*Initial Margin*/
    /*Final Position*/ }
    .page-Portfolio .grid-containr {
      width: 798px; }
    .page-Portfolio .header .home-logo {
      width: 226px; }
    .page-Portfolio .text-containr {
      height: calc(100% - 16px);
      width: calc(100% - 16px);
      margin: 8px; }
    .page-Portfolio .grid-item {
      width: 250px;
      height: 312px; }
    .page-Portfolio .grid-item:nth-child(3n-1) {
      margin: 24px 24px 0px; }
    .page-Portfolio .grid-item:nth-child(3n-2),
    .page-Portfolio .grid-item:nth-child(3n) {
      margin-top: 74px; }
    .page-Portfolio .grid-item:nth-child(3n-1) {
      margin-top: -82px; }
    .page-Portfolio .grid-item:nth-child(1),
    .page-Portfolio .grid-item:nth-child(3) {
      margin-top: 231px; }
    .page-Portfolio .grid-item:nth-child(2) {
      margin-top: 74px; }
    .page-Portfolio .active-grid-item:nth-child(3n-2),
    .page-Portfolio .active-grid-item:nth-child(3n) {
      margin-top: 24px;
      /*-132px;*/ }
    .page-Portfolio .active-grid-item:nth-child(3n-1) {
      margin-top: -132px;
      /*24px*/ }
    .page-Portfolio .active-grid-item:nth-child(1),
    .page-Portfolio .active-grid-item:nth-child(3) {
      margin-top: 181px;
      /*24px*/ }
    .page-Portfolio .active-grid-item:nth-child(2) {
      margin-top: 24px;
      /*181px*/ } }
@media (max-width: 850px) {
  .page-Portfolio .grid-containr {
    width: 525px;
    margin-top: 50px; }
  .page-Portfolio .grid-item {
    width: 250px;
    height: 312px;
    margin: 25px 0px 0px !important; }
  .page-Portfolio .grid-item:nth-child(2n-1) {
    transition-delay: 0s !important; }
  .page-Portfolio .grid-item:nth-child(2n) {
    margin-left: 25px !important;
    transition-delay: 0.3s !important; } }
@media (max-width: 575px) {
  .page-Portfolio .header .home-logo {
    height: 100px;
    width: 70%;
    min-width: 0px;
    border-width: 10px; }
  .page-Portfolio .grid-containr {
    width: 90%;
    max-width: 290px;
    margin: 0px auto 80px; }
  .page-Portfolio .header .home-logo {
    width: calc(90% - 24px);
    max-width: 266px; }
  .page-Portfolio .text-containr {
    height: auto;
    width: 100%;
    top: 100%;
    bottom: auto;
    margin: 16px 0;
    background-color: transparent;
    opacity: 1;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0; }
    .page-Portfolio .text-containr h2 {
      opacity: 1;
      margin: 0;
      -webkit-transition: all 0s linear;
      -o-transition: all 0s linear;
      transition: all 0s linear; }
    .page-Portfolio .text-containr p {
      display: none; }
  .page-Portfolio .grid-item {
    width: 100%;
    max-width: 290px;
    height: 430px;
    max-height: 90vh;
    margin: 62px auto 0px !important; }
  .page-Portfolio .grid-item:nth-child(2n) {
    margin-left: auto !important; } }
.single-project {
  /*Project*/ }
  .single-project .project-containr {
    position: relative;
    width: calc(100% - 20px);
    margin: 10px; }
  .single-project .project-half {
    position: relative;
    display: inline-block;
    width: 50%;
    height: calc(100vh - 20px);
    vertical-align: middle;
    text-align: center; }
  .single-project .buttoncontainr {
    transition: opacity 0.8s ease-out 0s;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    margin: 0px auto;
    width: 100px;
    height: 50px;
    z-index: 100; }
  .single-project .exit-button {
    transition: transform 9s ease-in-out, opacity 0.8s ease-out 0s;
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    left: auto;
    right: 20px;
    background-image: url(../../assets/graphics/cross2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
  .single-project .exit-button:hover {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari */
    transform: rotate(180deg); }
  .single-project .arrow-right {
    width: auto;
    padding-bottom: 3px;
    margin-top: 20px;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.38em;
    cursor: pointer; }
  .single-project .ss-button {
    transition: background-position ease-out 0.2s 0s;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-bottom: 2px solid black;
    background-color: #fafafa;
    background-size: contain;
    cursor: pointer; }
  .single-project .ss-button-left {
    background-image: url(../../assets/graphics/arrow-lt.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 3px center; }
  .single-project .ss-button-left-hover {
    transition: background-position ease-out 0.2s 0.1s;
    background-position: -2px center; }
  .single-project .ss-button-right {
    background-image: url(../../assets/graphics/arrow-rt.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -3px center; }
  .single-project .ss-button-right-hover {
    transition: background-position ease-out 0.2s 0.1s;
    background-position: 2px center; }
  .single-project .ss-button-reset {
    transition: background-position linear 0.1s 0s;
    background-position: center; }
  .single-project .portfolio-button {
    transition: opacity 0.8s ease-out 0s;
    opacity: 0;
    width: 100px;
    height: 40px;
    z-index: 100;
    position: absolute;
    left: 20px;
    right: auto;
    top: auto;
    bottom: 20px;
    background-color: #fafafa;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden; }
  .single-project .portfolio-button > a {
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 12px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.38em;
    text-align: center; }
  .single-project .project-slideshow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    transition: transform 0.5s ease-in-out;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 20px); }
    .single-project .project-slideshow .swiper-container {
      width: 100%;
      height: 100%; }
  .single-project .hide-project {
    opacity: 0; }
  .single-project .text-half:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .single-project .project-header {
    transition: opacity 0.2s linear 0.5s;
    position: absolute;
    height: 100px;
    width: 346px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto;
    min-width: 300px;
    background-image: url(../../assets/graphics/hreed-logo.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover; }
  .single-project .project-text {
    transition: opacity 0.2s linear 0.5s;
    display: inline-block;
    width: 80%;
    max-width: 360px;
    height: auto;
    vertical-align: middle;
    text-align: left; }
  .single-project .project-text h2 {
    font-size: 28px;
    padding-bottom: 40px;
    margin: 0px; }
  .single-project .project-text p {
    font-size: 13px;
    line-height: 1.8em;
    font-weight: 500; }
  .single-project .slideshow {
    position: relative;
    width: 100%;
    height: calc(100vh - 20px);
    margin: 20px 0px 10px;
    background-color: black; }
  .single-project .project-slideshow {
    overflow: hidden; }
  .single-project .slide-transition {
    transition: all 0.5s ease-out; }
  .single-project .slide-containr {
    position: relative;
    height: 100%;
    left: -100%; }
  .single-project .swiper-container {
    height: 100%; }
  .single-project .slide {
    position: relative;
    display: inline-block;
    height: 100%;
    background-size: cover;
    background-position: center; }
  @media (min-width: 650px) {
    .single-project .page-containr.slideshow-active .project-slideshow {
      transition: transform 0.5s ease-in-out;
      width: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .single-project .page-containr.slideshow-active .ss-controls {
      transition: opacity 0.8s ease-out 0.8s, transform 0.6s ease-in-out;
      opacity: 1; }
    .single-project .page-containr.slideshow-active .exit-button {
      z-index: 2; } }

@media (max-width: 700px) {
  .single-project .project-header {
    width: 100%;
    min-width: 0; }
  .single-project .project-text h2 {
    margin-top: 100px; } }

@media (max-width: 650px) {
  .single-project .project-half {
    width: 100%;
    height: auto; }
  .single-project .flex-containr {
    display: flex;
    position: relative;
    flex-flow: row no-wrap;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fafafa;
    margin-bottom: 40px; }
  .single-project .project-slideshow {
    margin-top: 60px;
    position: relative;
    left: 0px;
    height: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .single-project .project-slideshow .swiper-container {
      height: 90vh;
      height: calc(100vh - 120px); }
  .single-project .ss-controls {
    transition: opacity 0.8s ease-out 0.8s, transform 0.6s ease-in-out;
    opacity: 1; }
  .single-project .exit-button {
    z-index: 2; }
  .single-project .exit-button {
    display: none; }
  .single-project .buttoncontainr {
    bottom: 0px;
    position: relative;
    top: auto;
    margin: 0px 0px 0px auto; }
  .single-project .portfolio-button {
    position: relative;
    bottom: auto;
    margin: 0px auto 0px 0px;
    left: 0;
    top: 0; }
    .single-project .portfolio-button > a {
      padding-top: 19px; }
      .single-project .portfolio-button > a:after {
        -webkit-transform: translate3D(0, 0, 0);
        -ms-transform: translate3D(0, 0, 0);
        -o-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0); }
  .single-project .project-image {
    height: 70vh; }
  .single-project .project-header {
    width: 346px; }
  .single-project .project-text h2 {
    margin-top: 30px; }
  .single-project .project-header {
    position: relative;
    width: 100%;
    max-width: 250px;
    min-width: 0; } }

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