/*


    ## Media Queries
    @media only screen and (min-width: $medium-screen) {}

    @media $medium-and-up {}

    $small-screen-up: 601px !default;
    $medium-screen-up: 993px !default;
    $large-screen-up: 1201px !default;
    $small-screen: 600px !default;
    $medium-screen: 992px !default;
    $large-screen: 1200px !default;

    $medium-and-up: "only screen and (min-width : 601px)" !default;
    $large-and-up: "only screen and (min-width : 993px)" !default;
    $extra-large-and-up: "only screen and (min-width : 1201px)" !default;
    $small-and-down: "only screen and (max-width : 600px)" !default;
    $medium-and-down: "only screen and (max-width : 992px)" !default;
    $medium-only: "only screen and (min-width : 601px) and (max-width : 992px)" !default;
*/
/* -----  General Definitions  --------------------------------------------- */
@import url("//hello.myfonts.net/count/381626");
/*toggle-icon*/
.toggle-icon {
  display: block;
  position: relative;
  width: 72px;
  height: 72px;
  margin: -2.2em auto 0 0.2em;
  -webkit-transition: margin 600ms;
  -moz-transition: margin 600ms;
  transition: margin 600ms;
  cursor: pointer;
}
.toggle-icon .bar {
  display: block;
  width: 3.8em;
  height: 0.2em;
  margin: 0.9em;
  border-right: 2.8em solid #fff;
  border-left: 0.6em solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: -webkit-transform, margin, border-right-color, box-shadow;
  -moz-transition-property: -moz-transform, margin, border-right-color, box-shadow;
  transition-property: transform, margin, border-right-color, box-shadow;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  transition-duration: 600ms;
}
.toggle-icon .bar:nth-of-type(1) {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
}
.toggle-icon .bar:nth-of-type(2) {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.toggle-icon:hover .bar:nth-of-type(2) {
  border-right-color: #e9b8b9;
  box-shadow: 0 0 0.6em 0.1em rgba(254, 0, 176, 0.75);
}
.toggle-icon:hover .bar:nth-of-type(1),
.toggle-icon:hover .bar:nth-of-type(3) {
  border-right-color: #ddf1da;
  box-shadow: 0 0 0.6em 0.1em rgba(0, 198, 255, 0.75);
}

/*pushed*/
.pushed .toggle-icon {
  margin: -3.2em 0 0 0.7em;
}
.pushed .bar:nth-of-type(1) {
  opacity: 0;
}
.pushed .bar:nth-of-type(2) {
  margin-left: 1.4em;
  -webkit-transform: rotate(-137deg) translateY(-1.5em);
  -moz-transform: rotate(-137deg) translateY(-1.5em);
  -ms-transform: rotate(-137deg) translateY(-1.5em);
  -o-transform: rotate(-137deg) translateY(-1.5em);
  transform: rotate(-137deg) translateY(-1.5em);
}
.pushed .bar:nth-of-type(3) {
  margin-left: 0.5em;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  transform: rotate(-42deg);
}
.pushed .toggle-icon:hover .bar:nth-of-type(2) {
  border-right-color: #e9b8b9;
  box-shadow: 0.4em 0 0.6em 0.1em rgba(254, 0, 176, 0.75);
}
.pushed .toggle-icon:hover .bar:nth-of-type(3) {
  border-right-color: #ddf1da;
  box-shadow: 0.4em 0 0.6em 0.1em rgba(0, 198, 255, 0.75);
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Mont-Light";
  src: url("../fonts/381626_0_0.eot");
  src: url("../fonts/381626_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/381626_0_0.woff2") format("woff2"), url("../fonts/381626_0_0.woff") format("woff"), url("../fonts/381626_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Mont-Heavy";
  src: url("../fonts/381626_1_0.eot");
  src: url("../fonts/381626_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/381626_1_0.woff2") format("woff2"), url("../fonts/381626_1_0.woff") format("woff"), url("../fonts/381626_1_0.ttf") format("truetype");
}
.page {
  overflow: hidden;
}

.container {
  max-width: 1640px;
  width: 90%;
}

.row {
  margin-bottom: 0;
}
.row .col {
  padding: 0 8px;
}

::-moz-selection {
  background: #FE00B0;
  color: white;
}

::selection {
  background: #FE00B0;
  color: white;
}

.btn-flat {
  font-family: "Mont-Heavy", sans-serif;
  border: 1px solid #FE00B0;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  color: white;
  font-size: 0.9rem;
  letter-spacing: 1px;
  padding: 0 56px;
  margin-top: 40px;
}
.btn-flat:hover {
  color: #FE00B0;
}

.waves-effect.waves-pink .waves-ripple {
  background-color: rgba(254, 0, 176, 0.65);
}

/* -----  General Typography  ------------------------------------------- */
html,
body {
  overflow: visible !important;
  background-color: #010016;
  color: white;
  font-family: "Mont-Light", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

a {
  color: white;
}

a:hover,
a:focus,
a:active {
  color: #00C6FF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mont-Light", sans-serif;
  font-size: 24px;
}

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 3px;
}

.intro h1 {
  font-size: 2rem;
  margin: 0 0 16px;
}

h2 {
  font-size: 1rem;
  color: #FE00B0;
  font-family: "Mont-Heavy", sans-serif;
  margin: 0 0 2rem;
  letter-spacing: 3px;
}

h3, .subpage h1 {
  font-family: "Mont-Light", sans-serif;
  font-size: 64px;
  text-transform: uppercase;
  margin: 0 0 64px;
  position: relative;
  display: inline-block;
}
h3:after, .subpage h1:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -32px;
  background-image: url("../image/gradient-lline.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 1px;
  width: 100%;
}

h4 {
  font-family: "Mont-Heavy", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1.2rem 0 1.6rem;
}

h5, h6 {
  font-size: 1rem;
  margin: 0;
  line-height: 150%;
}

p {
  font-size: 1rem;
  line-height: 150%;
  margin: 0 0 24px;
  padding: 0;
}

strong {
  color: #FE00B0;
  font-family: "Mont-Heavy", sans-serif;
}

figure {
  margin: 0;
}
figure figcaption {
  margin: 8px;
  font-style: italic;
  font-size: 0.7rem;
  line-height: 100%;
}

#materialbox-overlay {
  background-color: #000;
}

.materialbox-caption {
  line-height: 100%;
  height: auto;
  padding: 0 0 8px;
}

/* -----  NAV  ------------------------------------------- */
.header {
  z-index: 999;
  width: 100%;
  transition: all 0.6s ease;
  background-color: rgba(1, 0, 22, 0);
}
.header.pin-top {
  position: fixed;
}
.header.pinned {
  background-color: rgba(1, 0, 22, 0.95);
}

nav {
  height: 80px;
  line-height: 80px;
  margin: 32px 0;
  box-shadow: none;
  background-color: transparent;
}
nav .header-logo {
  display: block;
  height: 80px;
}
nav .header-logo img {
  height: 80px;
}
nav .sidenav-trigger-wrp {
  height: 80px;
}
nav a.main-menu-button {
  line-height: 32px;
  font-size: 13px;
  width: 72px;
  height: 0;
  margin: 0 auto;
  float: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  position: relative;
}
nav a.main-menu-button img {
  height: 32px;
}
nav .head-link {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.sidenav {
  width: 100%;
  background-color: rgba(1, 0, 22, 0.95);
  padding-top: 144px;
}
.sidenav li > a {
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  height: auto;
  line-height: 200%;
  padding: 0 32px;
  transition: all 0.4s;
}
.sidenav li > a:hover {
  color: #FE00B0;
}
.sidenav li.contact-sidenav a {
  color: #00C6FF;
  font-family: "Mont-Heavy", sans-serif;
  font-size: 1.5rem;
}
.sidenav li.contact-sidenav.first {
  margin-top: 64px;
}

.hero-wrapper {
  position: relative;
}
.hero-wrapper .responsive-video {
  width: 100%;
}
.hero-wrapper:after {
  content: " ";
  width: 100%;
  height: 128px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(1, 0, 22, 0) 0%, rgb(1, 0, 22) 65%, rgb(1, 0, 22) 100%);
}

.content-section {
  padding: 100px 0;
}

.row .col.m4.service-item {
  padding: 0 32px;
  margin-top: 80px;
}

.contact a {
  font-family: "Mont-Heavy", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
}
.contact .options a {
  display: inline-block;
  margin: 8px 0;
}
.contact .address {
  margin: 32px 0;
}

section.subpage {
  margin-top: 140px;
  padding: 64px 0;
}

.project-teaser {
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
}
.project-teaser img {
  transition: all 0.4s ease;
}
.project-teaser h5 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.project-teaser:hover img {
  filter: blur(5px);
  opacity: 0.8;
}
.project-teaser:hover h5 {
  opacity: 1;
  color: white;
}

.tagcloud {
  margin: 24px 0 48px;
}
.tagcloud li {
  display: inline;
}
.tagcloud li a {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 24px;
  margin: 8px 4px;
  background-color: #00C6FF;
  border: 1px solid #00C6FF;
  display: inline-block;
  color: #010016;
  text-align: center;
  transition: all 0.4s ease;
}
.tagcloud li a:hover, .tagcloud li a.active {
  background-color: #FE00B0;
  border: 1px solid #FE00B0;
  color: white;
}
.tagcloud li a.unset {
  background-color: transparent;
  border: 1px solid #00C6FF;
  color: #00C6FF;
}
.tagcloud li a.unset:hover {
  background-color: #FE00B0;
  border: 1px solid #FE00B0;
  color: white;
}

.subpage.project-page {
  padding: 0 0 100px;
  margin: 0;
}
.subpage.project-page .project-header {
  background-color: #010016;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: luminosity;
  height: 500px;
  height: 50vh;
  position: relative;
}
.subpage.project-page .project-header:after {
  content: " ";
  background-color: #010016;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subpage.project-page .project-header h1 {
  position: relative;
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  width: 100%;
  text-align: center;
}
.subpage.project-page .project-details {
  position: relative;
}
.subpage.project-page .project-details:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 128px;
  top: -128px;
  background: linear-gradient(to bottom, rgba(1, 0, 22, 0) 0%, rgb(1, 0, 22) 65%, rgb(1, 0, 22) 100%);
}
.subpage.project-page .project-details .responsive-img {
  margin-bottom: 24px;
}
.subpage.project-page .project-details .description p {
  line-height: 120%;
}
.subpage.project-page .project-details .description a {
  display: block;
  text-align: center;
  font-family: "Mont-Heavy", sans-serif;
  line-height: 120%;
  color: #FE00B0;
  text-decoration: underline;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.subpage.project-page .project-details .description a:hover {
  color: #00C6FF;
}

.textpage h2, .textpage h3 {
  text-align: center;
}
.textpage h4 {
  text-align: left;
  margin: 32px 0 8px;
}
.textpage p {
  text-align: justify;
}
.textpage img {
  max-width: 100%;
  height: auto;
}
.textpage a {
  color: #00C6FF;
}
.textpage a:hover {
  color: #FE00B0;
}

.footer {
  position: relative;
  padding-top: 80px;
}
.footer:before {
  content: " ";
  position: absolute;
  left: 3%;
  top: 0;
  background-image: url("../image/gradient-lline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 1px;
  width: 94%;
}
.footer .footer-logo {
  display: block;
  height: 96px;
  margin-bottom: 80px;
}
.footer .footer-logo img {
  height: 96px;
}
.footer .footer-nav {
  margin-bottom: 80px;
}
.footer .footer-nav a {
  font-size: 0.8rem;
  color: #C6C6CC;
  text-transform: uppercase;
  padding: 0 16px;
}
.footer .footer-nav a:hover {
  color: #00C6FF;
}

@media only screen and (max-width: 1200px) {
  main .container {
    width: 90%;
  }
  .intro h1 {
    font-size: 1.6rem;
    margin: 0 0 8px;
  }
  h2 {
    font-size: 0.9rem;
  }
  h3, .subpage h1 {
    font-size: 56px;
  }
  h4 {
    margin: 0.6rem 0 0.6rem;
  }
  .content-section {
    padding: 50px 0;
  }
  .valign-wrapper.valign-large-and-up {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  html,
body {
    font-size: 18px;
  }
  .intro {
    width: 90%;
    margin: 0 auto;
  }
  .btn-flat {
    margin-top: 32px;
  }
  .content-section {
    padding: 32px 0;
  }
  .sidenav-trigger-wrp {
    position: relative;
  }
  nav a.main-menu-button {
    position: absolute;
    right: 0;
    top: 50%;
    height: auto;
  }
  nav a.main-menu-button .toggle-icon {
    margin: 0;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .intro h1 {
    font-size: 1.4rem;
  }
  h2 {
    letter-spacing: 1px;
  }
  h3, .subpage h1 {
    font-size: 40px;
  }
  nav {
    height: 64px;
    line-height: 64px;
    margin: 0;
  }
  .sidenav {
    padding-top: 94px;
  }
  .sidenav li > a {
    font-size: 1.6rem;
  }
  .sidenav li.contact-sidenav a {
    font-size: 1.2rem;
  }
  .toggle-icon {
    transform: scale(0.7);
  }
  .tagcloud li a {
    padding: 0 16px;
    font-size: 0.9rem;
  }
  .textpage p {
    text-align: left;
  }
  .hero-wrapper:after {
    height: 64px;
  }
  section.subpage {
    margin-top: 40px;
  }
}/*# sourceMappingURL=index.css.map */