.animated-home {
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-interior {
  animation-delay: .75s;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-mantle {
	position: relative;
	margin-top: 223px;
}
  @media (min-width: 500px)   {
  .index-mantle {margin-top: 235px;}
  }
  @media (min-width: 768px)   {
  .index-mantle {margin-top: 282px;}
  }
  @media (min-width: 768px)   {
  .index-mantle {margin-top: 311px;}
  .index-mantle {margin-top: 360px;}
  }
  @media (min-width: 1024px)  {
  .index-mantle {margin-top: 411px;}
  }
  @media (min-width: 1200px)  {
  .index-mantle {margin-top: 450px;}
  }
  @media (min-width: 1600px)  {
  .index-mantle {margin-top: 470px;}
  .index-mantle {margin-top: 500px;}
  }


.index-mantle-link {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 2;
  color: #fff;
  font-size: 13px;
}
  @media (min-width: 768px) {
  .index-mantle-link {
    bottom: 50px;
    left: 50px;
  }
  }

.index-mantle-headline {
  position: relative;
  top: 200px;
  z-index: 1;
}
  @media (max-width: 499px) {
  .index-mantle-headline {
    padding: 0 30px;
  }
  }
  @media (min-width: 500px) and (max-width: 767px) {
  .index-mantle-headline {
    padding: 0 50px;
    max-width: 630px;
  }
  }
  @media (min-width: 768px) {
  .index-mantle-headline {
    padding: 0 100px;
    top: 229px;
  }
  }
  @media (min-width: 900px) {
  .index-mantle-headline {
    position: absolute;
    top: 214px;
    max-width: 854px;
  }
  }
  @media (min-width: 1024px) {
  .index-mantle-headline {
    right: 110px;
    /*top: 305px;*/
    top: 240px;
    padding-right: 0;
    max-width: 818px;
  }
  }
  @media (min-width: 1200px) {
  .index-mantle-headline {
    right: 110px;
    /*top: 323px;*/
    top: 319px;
    top: 250px;
    max-width: 946px;
  }
  }
  @media (min-width: 1400px) {
    .index-mantle-headline {
      /*right: 130px;*/
      right: 120px;
      /*top: 304px;*/
      top: 250px;
      max-width: 1074px;
      max-width: 970px;
    }
    h1.index-mantle-headline {font-size: 7rem;}
  }
  @media (min-width: 1600px) {
    .index-mantle-headline {
      max-width: 1100px;
      top: 270px;
    }
    h1.index-mantle-headline {font-size: 8rem;}
  }



.index-intro-section {
  position: relative;
  width: 100%;
  height: 320px;
}
  @media (min-width: 500px) {
  .index-intro-section {
  position: relative;
  width: 100%;
  height: 400px;
  }
  }
  @media (min-width: 768px) {
  .index-intro-section {
  position: relative;
  width: 100%;
  height: 500px;
  }
  }
  @media (max-height: 400px) and (max-width: 768px) {
  .index-intro-section {
  height: 325px;
  }
  }
  @media (max-height: 300px) and (max-width: 500px) {
  .index-intro-section {
  height: 235px;
  }
  }


.index-mantle-headline2 {
  position: absolute;
  bottom: 30px;
  margin-right: 20px;
  left: 30px;
  max-width: 390px;
  /*background-color: black;*/
}
  @media (min-width: 500px) {
  .index-mantle-headline2 {
  bottom: 40px;
  left: 50px;
  max-width: 480px;
  }
  }

  @media (min-width: 600px) {
  .index-mantle-headline2 {
  max-width: 520px;
  }
  }

  @media (min-width: 768px) {
  .index-mantle-headline2 {
  bottom: 60px;
  left: 60px;
  max-width: 620px;
  }
  }

  @media (min-width: 800px) {
  .index-mantle-headline2 {
  max-width: 620px;
  }
  }

  @media (min-width: 1024px) {
  .index-mantle-headline2 {
  bottom: 60px;
  left: auto;
  right: 70px;
  max-width: 690px;
  }
  }

  @media (min-width: 1200px) {
  .index-mantle-headline2 {
  right: 100px;
  max-width: 810px;
  }
  }


/*  --------  Featured Work  --------  */
.index-featuredwork {
	position: relative;
  padding: 50px 0;
}
  @media (min-width: 500px) {
  .index-featuredwork {padding: 75px 0 100px 0;}
  }

  @media (min-width: 768px) {
  .index-featuredwork {padding: 150px 0 175px 0;}
  }

  @media (min-width: 1024px)  {
  .index-featuredwork {padding: 225px 0 175px 0;}
  }


.index-featuredwork-line {
  position: absolute;
  top: -25px;
  right: 50px;
  width: 2px;
  height: 50px;
  background-color: #d24d29;
  mix-blend-mode: multiply;
}
  @media (max-width: 767px) {
  .index-featuredwork-line {
    display: none;
  }
  }
  @media (min-width: 768px) {
  .index-featuredwork-line {
  	top: -75px;
  	right: 250px;
  	height: 150px;
  }
  }

.index-featuredwork-triangle {
	position: absolute;
	top: -16px;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-left: 17px solid #d24d29;
	border-bottom: 16px solid transparent;
  mix-blend-mode: multiply;
}


.index-featuredwork h5 {
  padding: 0 0 0 30px
}
  @media (min-width: 500px) {
  .index-featuredwork h5 {padding: 0 0 0 50px}
  }

  @media (min-width: 768px) {
  .index-featuredwork h5 {padding: 0 0 0 100px;}
  }
  @media (min-width: 1024px) {
  }
  @media (min-width: 1400px) {
  .index-featuredwork h5 {padding: 0 0 0 200px;}
  }



.index-featuredwork .button {margin: 40px 0 0 30px;}
  @media (min-width: 500px)  {.index-featuredwork .button {margin: 40px 0 0 50px;}}
  @media (min-width: 768px)  {.index-featuredwork .button {margin: 60px 0 0 100px;}}
  @media (min-width: 1400px) {.index-featuredwork .button {margin: 60px 0 0 200px;}}


.index-featuredwork-module {
	position: relative;
}

.index-featuredwork-module span {
  color: #fff;
  z-index: 2;
  -webkit-transition: all 300ms, -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms, -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms, transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms, transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.index-featuredwork-module span {
	position: absolute;
	width: auto;
	height: auto;
	bottom: 50px;
	left: 50px;
}

.index-featuredwork span p {
  margin: 20px 0 7px 0; 
}

.view-gray {color: #aaa;}


.index-featuredwork-module:hover span {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.homepage-grid {
  padding: 0 30px;
}
@media (min-width: 500px) {
.homepage-grid {
  padding: 0 50px;
}
}

@media (max-width: 767px) {
.center {
display: none;
}
}

@media (min-width: 768px) {
.homepage-grid {
  display: none;
}
}
/*  --------  Featured Work  --------  */



/*  --------  Process  --------  */
.index-process {
	position: relative;
  background-image: url(../../img/header-home.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	padding: 50px 30px;
  background-color: #d24d29;
}

  @media (min-width: 500px)   {
  .index-process {padding: 100px 50px;}
  }
  
  @media (min-width: 768px)   {
  .index-process {padding: 125px 100px 125px 100px;}
  }

  @media (min-width: 1024px)   {
  .index-process {padding: 125px 50px 125px 100px;}
  }
  
  @media (min-width: 1400px)  {
  .index-process {padding: 200px 100px 200px 200px;}
  }

  @media (min-width: 1600px)  {
  .index-process {padding: 300px 100px 300px 200px;}
  }


.index-process h1, .index-process h2, .index-process h3, .index-process h4, .index-process h5, .index-process h6 {
	max-width: 890px;
  color: #fff;
}

.index-process a.button {
  margin-top: 50px;
}

.project_title {
	padding: 100px 0;
}

.index-approach-line {
	position: absolute;
	bottom: -200px;
	left: 100px;
	width: 2px;
	height: 250px;
	background-color: #d24d29;
  mix-blend-mode: multiply;
}
/*  --------  Process  --------  */