/*====================================================================
    Navbar
======================================================================*/
[role="navigation"] {
  background: rgba(25, 25, 25, 0.8);
  width: 100%;
  height: 3em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  font-size: 15px;
  font-size: 1.5rem;
}
[role="navigation"] .home-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  float: left;
}
[role="navigation"] a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  outline: 0;
  text-align: center;
  /*        -webkit-transition:opacity .1s ease-in;
        -moz-transition:opacity .1s ease-in;
        -o-transition:opacity .1s ease-in;
        transition:opacity .1s ease-in;  */
}
[role="navigation"] a:hover,
[role="navigation"] a:focus [role="navigation"] a:active,
[role="navigation"] a.current {
  opacity: 1;
}
[role="navigation"] a:active {
  background: #333;
}
[role="navigation"] a .icon {
  font-size: 1.9em;
  vertical-align: middle;
}
[role="navigation"] > ul {
  overflow: hidden;
  height: 3em;
  position: relative;
  display: inline-block;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: left, padding;
  -moz-transition-property: left, padding;
  -ms-transition-property: left, padding;
  -o-transition-property: left, padding;
  transition-property: left, padding;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  margin: 0;
  float: left;
  z-index: 1;
  width: 29em;
  /* show menu */
  /* Text
        ------------------------------------*/
}
[role="navigation"] > ul.open {
  /* for 4 icons - add 70px for each icon */
  left: -50px;
  padding-right: 6em;
}
[role="navigation"] > ul.open span:hover {
  color: #fff;
}
[role="navigation"] > ul li {
  margin: 0;
  display: block;
  float: left;
}
[role="navigation"] > ul a.nav-home {
  height: 3em;
  width: 80px;
}
[role="navigation"] > ul a {
  height: 3em;
  width: 3em;
  line-height: 2.8em;
  display: block;
  overflow: hidden;
  opacity: 0.4;
}
[role="navigation"] > ul a.nav-home {
  padding: 0 1em;
  background: #ff6666;
}
[role="navigation"] > ul span {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 6em;
  padding: 0 1em;
  height: 3em;
  display: none;
  font-weight: 600;
  text-align: left;
}
[role="navigation"] > ul span:hover {
  color: #ff6666;
}
.no-rgba [role="navigation"] {
  background: #2a2a2a;
}
#nav-trigger {
  float: left;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 2;
  background-color: #f66;
}
#nav-trigger.active {
  opacity: 1;
}
.icon-menu {
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: -o-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.active .icon-menu {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media all and (min-width: 40em) {
  [role=navigation] > ul {
    left: -21.1em;
    padding-right: 9em;
    width: 27em;
  }
  [role=navigation] > ul a {
    padding: 0 0px;
  }
  [role=navigation] > ul a.nav-home {
    padding-right: 0;
    background: none;
  }
  [role=navigation] > ul .current span {
    opacity: 1;
    display: block;
  }
  [role=navigation] > ul:hover .current span {
    display: none;
  }
  [role=navigation] > ul a:hover span,
  [role=navigation] > ul:hover .current:hover span {
    opacity: 1;
    display: block;
  }
  #nav-trigger {
    display: block;
  }
  /*  No JS fallback (open nav)
    ==================================================================*/
  .no-js [role="navigation"] ul {
    width: 18em;
    /* for 4 icons - add 70px for each icon */
    padding-right: 6em;
    left: 0;
  }
}
@media all and (min-width: 40em) {
  [role="navigation"] {
    font-size: 20px;
    font-size: 2rem;
  }
}
/*  Home Button/ Logo
======================================================================*/
#nav-home {
  display: none;
  width: 5em;
  height: 3em;
  float: left;
}
#nav-home img {
  display: none;
}
#nav-home,
#nav-home:active {
  background: url('../img/base/logo.svg') 0 0 no-repeat;
  background-size: 100%;
}
.no-svg #nav-home {
  width: 3em;
}
.no-svg #nav-home img {
  display: block;
}
/*  Contact
======================================================================*/
#nav-contact {
  position: absolute;
  right: 1em;
  width: 3em;
  height: 3em;
  z-index: 1;
}
#nav-contact span {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
#nav-contact .menu-icon {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#nav-contact:hover .menu-icon {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*  Custom menu icons
======================================================================*/
.menu-icon {
  display: block;
  background: transparent url('../img/menu-sprite.svg') no-repeat;
  background-size: auto 100%;
  height: 3em;
  width: 3em;
}
.no-svg .menu-icon {
  background-image: url('../img/base/menu-sprite.png');
}
.icon-menu {
  background-position: 0 0;
}
.icon-logo {
  background-position: -25em 0;
}
.icon-studio {
  background-position: -6em 0;
}
.icon-team {
  background-position: -9em 0;
}
.icon-work {
  background-position: -12em 0;
}
.icon-DG {
  background-position: -15em 0;
}
.icon-cont {
  background-position: -18em 0;
}
.icon-contact {
  background-position: -430px 0;
}
/*  Contact drop down
======================================================================*/
.nav-contact {
  background: #2a2a2a;
  max-width: 32em;
  margin: 0 20px;
  -webkit-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 3.5em;
  right: 0;
}
.nav-contact .inner {
  padding: 1em 2em 2em;
}
.nav-contact .inner h4 {
  display: none;
}
.nav-contact .inner a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-contact .inner a:hover {
  color: #ffffff;
}
.nav-contact:before {
  content: "";
  display: block;
  position: relative;
  float: right;
  margin: -0.6em 0.5em 0 0;
  border-bottom: 1em solid #2a2a2a;
  border-right: 1em solid transparent;
  border-left: 1em solid transparent;
}
/*====================================================================
    Subnav
======================================================================*/
.subnav {
  max-width: 12em;
  margin: auto;
}
.subnav ul {
  list-style-type: none;
  text-align: center;
  width: auto;
  padding: 0.1em 0;
}
.subnav li {
  display: inline-block;
  background: #1a1a1a;
  position: relative;
  z-index: 1;
}
.subnav a {
  display: block;
}
.subnav img {
  height: 100%;
  max-height: 2.8em;
  max-width: 2.8em;
  width: auto;
  display: block;
}
.subnav .current a {
  opacity: 1;
}
[role=navigation] .subnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
}
[role=navigation] .subnav ul {
  max-height: 2.8em;
}
[role=navigation] .subnav li {
  min-width: 2.8em;
}
/*====================================================================
    Footer
======================================================================*/
.jobs {
  position: fixed;
  bottom: 1em;
  right: 0em;
  font-weight: 700;
  background: #ff6666;
  z-index: 100000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.jobs:hover {
  background: #ff4c4c;
}
.jobs a {
  color: #ffffff;
  display: inline-block;
  padding: 0.25em 1em;
}
[role=contentinfo] {
  background: #2a2a2a;
  color: #666666;
  font-size: 0.5em;
  margin: 0 10px;
  padding: 20px;
}
#contact {
  padding: 0 0 20px;
}
#contact h4,
#new-contact h4 {
  font-size: 2em;
}
#contact h4 a,
#new-contact h4 a {
  color: #f2f2f2;
  font-weight: bold;
  font-size: 1.4em;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
  background-image: url('../img/base/menu-sprite.svg');
  width: 2em;
  height: 2em;
  background-position: -12em 0;
  background-size: auto 100%;
}
#contact p,
#new-contact p {
  color: #999;
}
#contact .icon,
#new-contact .icon {
  color: #666666;
  margin-right: 0.5em;
}
#new-contact .icon {
  color: #ff6666;
}
.no-svg #contact h4 a,
.no-svg #new-contact h4 a {
  background-image: url('../img/base/menu-sprite.png');
  background-position: right top;
  height: 45px;
  width: 45px;
}
@media all and (min-width: 40em) {
  [role=contentinfo] {
    margin: 0 15px;
  }
}
@media all and (min-width: 62.66em) {
  [role=contentinfo] {
    margin: 0 20px;
  }
}

.svg .icon-notebook {
  background: url("/img/base/notebook.svg") 0 0 no-repeat;
  background-size: 100% auto;
  width: 1.5em;
  height: 2em;
  float: right;
  color: #1a1a1a;
}
/* Plug and play transitions */
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
/*# sourceMappingURL=style-compiled.map */