/*Constants*/
/*LESS Mixins*/
.cover_background_image {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Global*/
body {
  font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(255, 255, 255, 0.01) 0 1px 0;
  color: #666;
}
.container {
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h2 {
  font-size: 36px;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
a {
  border-bottom: solid 1px #eee;
}
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
strong {
  font-weight: inherit;
}
.max-width-wrap {
  max-width: 720px;
}
.section-border {
  background: #ccc;
  height: 1px;
}
/*Colours and animations*/
#header-bg {
  background-color: #6d2222;
  -webkit-animation: backgroundColourTransition 30s infinite;
  -moz-animation: backgroundColourTransition 30s infinite;
  -ms-animation: backgroundColourTransition 30s infinite;
  -o-animation: backgroundColourTransition 30s infinite;
  animation: backgroundColourTransition 30s infinite;
}
section h2,
section h3,
section h4,
strong,
p a,
p a:hover,
p a:active,
p a:focus,
p a:visited,
footer a,
footer a:hover,
footer a:active,
footer a:focus,
footer a:visited {
  color: #6d2222;
  -webkit-animation: colourTransition 30s infinite;
  -moz-animation: colourTransition 30s infinite;
  -ms-animation: colourTransition 30s infinite;
  -o-animation: colourTransition 30s infinite;
  animation: colourTransition 30s infinite;
}
.colorKeyframes 0% {
  color: #6d2222;
}
.colorKeyframes 20% {
  color: #6d224d;
}
.colorKeyframes 40% {
  color: #00527c;
}
.colorKeyframes 60% {
  color: #226d37;
}
.colorKeyframes 80% {
  color: #8f5924;
}
.colorKeyframes 100% {
  color: #6d2222;
}
.backgroundColorKeyframes 0% {
  background-color: #6d2222;
}
.backgroundColorKeyframes 20% {
  background-color: #6d224d;
}
.backgroundColorKeyframes 40% {
  background-color: #00527c;
}
.backgroundColorKeyframes 60% {
  background-color: #226d37;
}
.backgroundColorKeyframes 80% {
  background-color: #8f5924;
}
.backgroundColorKeyframes 100% {
  background-color: #6d2222;
}
@-webkit-keyframes backgroundColourTransition {
  0% {
    background-color: #6d2222;
  }
  20% {
    background-color: #6d224d;
  }
  40% {
    background-color: #00527c;
  }
  60% {
    background-color: #226d37;
  }
  80% {
    background-color: #8f5924;
  }
  100% {
    background-color: #6d2222;
  }
}
@-moz-keyframes backgroundColourTransition {
  0% {
    background-color: #6d2222;
  }
  20% {
    background-color: #6d224d;
  }
  40% {
    background-color: #00527c;
  }
  60% {
    background-color: #226d37;
  }
  80% {
    background-color: #8f5924;
  }
  100% {
    background-color: #6d2222;
  }
}
@-ms-keyframes backgroundColourTransition {
  0% {
    background-color: #6d2222;
  }
  20% {
    background-color: #6d224d;
  }
  40% {
    background-color: #00527c;
  }
  60% {
    background-color: #226d37;
  }
  80% {
    background-color: #8f5924;
  }
  100% {
    background-color: #6d2222;
  }
}
@-o-keyframes backgroundColourTransition {
  0% {
    background-color: #6d2222;
  }
  20% {
    background-color: #6d224d;
  }
  40% {
    background-color: #00527c;
  }
  60% {
    background-color: #226d37;
  }
  80% {
    background-color: #8f5924;
  }
  100% {
    background-color: #6d2222;
  }
}
@keyframes backgroundColourTransition {
  0% {
    background-color: #6d2222;
  }
  20% {
    background-color: #6d224d;
  }
  40% {
    background-color: #00527c;
  }
  60% {
    background-color: #226d37;
  }
  80% {
    background-color: #8f5924;
  }
  100% {
    background-color: #6d2222;
  }
}
@-webkit-keyframes colourTransition {
  0% {
    color: #6d2222;
  }
  20% {
    color: #6d224d;
  }
  40% {
    color: #00527c;
  }
  60% {
    color: #226d37;
  }
  80% {
    color: #8f5924;
  }
  100% {
    color: #6d2222;
  }
}
@-moz-keyframes colourTransition {
  0% {
    color: #6d2222;
  }
  20% {
    color: #6d224d;
  }
  40% {
    color: #00527c;
  }
  60% {
    color: #226d37;
  }
  80% {
    color: #8f5924;
  }
  100% {
    color: #6d2222;
  }
}
@-ms-keyframes colourTransition {
  0% {
    color: #6d2222;
  }
  20% {
    color: #6d224d;
  }
  40% {
    color: #00527c;
  }
  60% {
    color: #226d37;
  }
  80% {
    color: #8f5924;
  }
  100% {
    color: #6d2222;
  }
}
@-o-keyframes colourTransition {
  0% {
    color: #6d2222;
  }
  20% {
    color: #6d224d;
  }
  40% {
    color: #00527c;
  }
  60% {
    color: #226d37;
  }
  80% {
    color: #8f5924;
  }
  100% {
    color: #6d2222;
  }
}
@keyframes colourTransition {
  0% {
    color: #6d2222;
  }
  20% {
    color: #6d224d;
  }
  40% {
    color: #00527c;
  }
  60% {
    color: #226d37;
  }
  80% {
    color: #8f5924;
  }
  100% {
    color: #6d2222;
  }
}
.pause-animation {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  -ms-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
/*Components*/
section {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  section h2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
section p {
  font-size: 22px;
  margin-bottom: 60px/2;
}
@media (max-width: 767px) {
  section p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
section p:last-child {
  margin-bottom: 0px;
}
section ul {
  font-size: 22px;
  margin-bottom: 60px/2;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  section ul {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
section ul:last-child {
  margin-bottom: 0px;
}
section li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
section li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #6d2222;
  -webkit-animation: colourTransition 30s infinite;
  -moz-animation: colourTransition 30s infinite;
  -ms-animation: colourTransition 30s infinite;
  -o-animation: colourTransition 30s infinite;
  animation: colourTransition 30s infinite;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.6em;
}
section li:last-child {
  margin-bottom: 0px;
}
#projects-section .project {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #projects-section .project {
    margin-bottom: 40px;
  }
}
#projects-section .project a {
  border-bottom: none;
  display: block;
  text-decoration: none;
}
#projects-section .project a:hover,
#projects-section .project a:active,
#projects-section .project a:focus,
#projects-section .project a:visited {
  text-decoration: none;
}
#projects-section .project .project-image-wrap {
  margin-bottom: 60px/2;
}
@media (max-width: 767px) {
  #projects-section .project .project-image-wrap {
    margin-bottom: 20px;
  }
}
#projects-section .project .project-image {
  width: 100%;
  max-width: 345px;
  padding-bottom: 68.89%;
  background-color: transparent;
  border: none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #projects-section .project .project-image {
    max-width: 690px;
  }
}
#projects-section .project .project-image::after {
  display: none;
}
#projects-section .project#project-momento .project-image {
  background-image: url('../image/portfolio_momento.png');
}
#projects-section .project#project-typify .project-image {
  background-image: url('../image/portfolio_typify.jpg');
}
#projects-section .project#project-stache .project-image {
  background-image: url('../image/portfolio_stache.jpg');
}
#projects-section .project#project-orbit .project-image {
  background-image: url('../image/portfolio_orbit.png');
}
#projects-section .project h4 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 60px/2;
}
@media (max-width: 767px) {
  #projects-section .project h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#projects-section .project p {
  font-size: 18px;
}
@media (max-width: 767px) {
  #projects-section .project p {
    font-size: 14px;
  }
}
#projects-section .project .product-date {
  font-size: 14px;
  color: #999;
  margin-top: 0.5em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #projects-section .project .product-date {
    font-size: 12px;
  }
}
header {
  -webkit-transform: translate3d(0, 0, 0);
  color: white;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 900px;
  overflow: hidden;
  padding: 0 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
header #header-bg {
  position: absolute;
  background-image: url(../image/blur.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 1476px 900px;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.9;
}
header #header-artwork {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 70% 50%;
}
@media (max-width: 767px) {
  header #header-artwork {
    background: none;
  }
}
header h1 {
  display: none;
}
header #logos {
  width: 85px;
  height: 85px;
  float: left;
  margin: 0;
  line-height: 85px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  header #logos {
    margin: 0 auto;
    float: none;
  }
}
header #logos a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
header #logos #logo1,
header #logos #logo2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  background-image: url('../image/d3ilogo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header #logos #logo1,
  header #logos #logo2 {
    background-size: 170px 85px;
    background-image: url('../image/d3ilogo.png');
  }
}
header #logos #logo1 {
  background-position: 0px 0px;
}
header #logos #logo2 {
  background-position: -85px 0px;
}
@media (max-width: 767px) {
  header #logos #logo2 {
    display: none !important;
  }
}
header h2,
header a,
header a:hover,
header a:active,
header a:focus,
header a:visited {
  color: white;
}
header nav {
  padding: 40px 0;
}
header nav ul {
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  list-style: none;
  float: right;
  line-height: 85px;
}
@media (max-width: 767px) {
  header nav ul {
    display: none;
  }
}
header nav li {
  display: inline;
  margin-right: 30px;
  font-size: 16px;
}
header nav li:last-child {
  margin-right: 0px;
}
header nav a {
  border-bottom: none;
  padding-bottom: 5px;
}
header nav a:hover {
  border-bottom: solid 1px white;
}
header h2 {
  font-size: 40px;
  position: relative;
  clear: both;
  margin-top: 333px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  header h2 {
    font-size: 36px;
    margin-top: 293px;
    margin-bottom: 115px;
  }
}
@media (max-width: 767px) {
  header h2 {
    margin-top: -10px;
    margin-bottom: 60px/2;
    font-size: 26px;
    max-width: 500px;
  }
}
@media (max-width: 349px) {
  header h2 {
    margin-top: -10px;
  }
}
header #diag {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 250px;
  border-right: 10px solid transparent;
  border-bottom: 250px solid white;
}
section .max-width-wrap h2 {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section .max-width-wrap h2 {
    max-width: 500px;
  }
}
footer {
  border-top: solid 1px #e4e4e4;
  background-color: #f6f6f6;
  margin-top: 60px/2;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
  }
}
footer p {
  float: left;
  max-width: 500px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  footer p {
    float: none;
    max-width: none;
  }
}
footer ul {
  float: right;
  list-style: none;
  text-align: right;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  footer ul {
    float: none;
    margin: 0;
    padding: 0;
    clear: left;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer li {
    display: inline-block;
    margin: 0 5px;
  }
}
/*# sourceMappingURL=d3i.css.map */