@import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
@font-face {
  font-family: cg-icons;
  src: url(../fonts/cg-icons.eot?z5qas7);
  src: url(../fonts/cg-icons.eot?z5qas7#iefix) format("embedded-opentype"), url(../fonts/cg-icons.ttf?z5qas7) format("truetype"), url(../fonts/cg-icons.woff?z5qas7) format("woff"), url(../fonts/cg-icons.svg?z5qas7#cg-icons) format("svg");
  font-weight: 400;
  font-style: normal; }
.cg {
  font-family: cg-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

.cg-artstation:before {
  content: "\e900"; }

.cg-polycount:before {
  content: "\e901"; }

.wrapper {
  margin: 0 1rem;
  max-width: 1300px;
  margin: auto; }

.padding {
  padding: 3rem 60px; }
  @media (max-width: 750px) {
    .padding {
      padding: 3rem 1rem; } }

.left {
  float: left; }

.right {
  float: right; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.clear {
  clear: left;
  display: block; }

.notices {
  padding: 1px 1px 1px 30px;
  margin: 15px 0; }

.notices.yellow {
  border-left: 10px solid #f0ad4e;
  background: #222;
  color: #df8a13; }

.notices.red {
  border-left: 10px solid #d9534f;
  background: #222;
  color: #b52b27; }

.notices.blue {
  border-left: 10px solid #5bc0de;
  background: #222;
  color: #28a1c5; }

.notices.green {
  border-left: 10px solid #5cb85c;
  background: #222;
  color: #3d8b3d; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway"; }

html, body {
  height: 100%;
  position: relative; }

body {
  background-color: #333;
  color: #eee;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 50px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth; }

#body {
  padding-bottom: 515px;
  -webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 200px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.1) inset; }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0; }

.container {
  min-height: 100%;
  position: relative; }

h1 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5rem;
  text-shadow: 0 0px 1px #fff, 0 4px 0px rgba(0, 0, 0, 0.2), 0 4px 11px rgba(0, 0, 0, 0.5); }
  @media (max-width: 970px) {
    h1 {
      font-size: 1.5rem; } }

a {
  color: #1bb0dd;
  text-decoration: none; }
  a:hover {
    color: #175E91; }

pre {
  background: #356F7F;
  margin: 1rem 0;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: inset 0 10px 119px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 10px 119px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 10px 119px rgba(255, 255, 255, 0.1); }

img, video {
  max-width: 100%;
  max-height: 80vh;
  margin: auto; }

blockquote {
  border-left: 10px solid #555;
  margin: 0;
  padding: 0 2rem; }

.header .padding {
  padding: 1rem 0; }

.header {
  background-color: #222;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 #262626, 0 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 #262626, 0 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 #262626, 0 5px 20px rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1;
  height: 50px; }
  .header > div {
    max-width: 1200px;
    margin: auto; }
  .header a {
    color: #fff; }
  .header .logo {
    font-size: 1rem;
    line-height: 1rem;
    padding: 10px; }

.menu {
  float: left; }

/* Menu Settings */
.main-nav ul {
  text-align: right;
  letter-spacing: -1em;
  margin: 0;
  padding: 0; }

.main-nav ul li {
  display: inline-block;
  letter-spacing: normal; }

.main-nav ul li a {
  position: relative;
  display: block;
  line-height: 50px;
  color: #fff;
  padding: 0 20px;
  white-space: nowrap; }

.main-nav > ul > li > a {
  transition: all 0.5s cubic-bezier(0.31, 0, 0.15, 1.03); }

/*Active dropdown nav item */
.main-nav ul li:hover > a {
  background-color: #1bb0dd; }

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
  background-color: #fff;
  color: #175E91; }

/* Dropdown CSS */
.main-nav ul li {
  position: relative; }

.main-nav ul li ul {
  position: absolute;
  background-color: #1F8DD6;
  min-width: 100%;
  text-align: left;
  z-index: 999;
  display: none; }

.main-nav ul li ul li {
  display: block; }

/* Dropdown CSS */
.main-nav ul li ul ul {
  left: 100%;
  top: 0; }

/* Active on Hover */
.main-nav li:hover > ul {
  display: block; }

/* Child Indicator */
.main-nav .has-children > a {
  padding-right: 30px; }

.main-nav .has-children > a:after {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 0; }

.main-nav .has-children .has-children > a:after {
  content: '\f105'; }

.active {
  background: #444; }

@media (max-width: 970px) {
  .main-nav {
    width: 100%;
    float: left;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50px;
    display: none; }
    .main-nav ul {
      text-align: center;
      font-size: 1.3rem; }
      .main-nav ul li {
        width: 100%;
        float: left; }
        .main-nav ul li a {
          padding: 10px 20px; } }

.hamburger {
  display: none;
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px; }
  @media (max-width: 970px) {
    .hamburger {
      display: block; } }

.open-menu {
  display: none; }
  @media (max-width: 970px) {
    .open-menu {
      display: block; } }

.close-menu {
  display: none; }

.footer {
  background-color: #222;
  width: 100%; }
  .footer.darker-back {
    background: #444; }
  .footer .follow {
    height: 100px;
    padding: 25px 0; }
  .footer .follow a {
    color: white;
    font-size: 2rem;
    transition: all 0.5s;
    overflow: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block; }
    .footer .follow a i {
      transition: all 0.5s; }
    .footer .follow a:hover > i {
      webkit-transform: scale(1.5);
      transform: scale(1.5);
      color: #1bb0dd; }

.prev-next {
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 1.6rem;
  z-index: 2; }
  @media (max-width: 750px) {
    .prev-next {
      bottom: 0px;
      height: 50px;
      top: initial;
      margin: 0; } }
  .prev-next .prev, .prev-next .next {
    position: absolute;
    top: 45vh;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    opacity: 0.5;
    transition: all 0.4s cubic-bezier(0.49, 1, 0.45, 0.99); }
    @media (max-width: 750px) {
      .prev-next .prev, .prev-next .next {
        top: 0px; } }
    .prev-next .prev .fa, .prev-next .next .fa {
      width: 50px;
      text-align: center; }
  .prev-next .prev {
    padding-left: 5px;
    right: -165px; }
    .prev-next .prev:hover {
      right: -10px;
      opacity: 1; }
  .prev-next .next {
    padding-right: 5px;
    left: -165px; }
    .prev-next .next:hover {
      left: -10px;
      opacity: 1; }

.form-field {
  color: #333;
  padding-bottom: 30px; }

form {
  border-left: 10px solid #5bc0de;
  padding: 50px;
  background: #444;
  font-size: 1.3rem;
  color: white; }
  form input {
    padding: 10px 20px;
    background: #333;
    border: none;
    border-radius: 2px;
    max-width: 100%;
    min-width: 250px;
    color: white; }
  form label {
    color: #333;
    margin-top: 20px;
    font-weight: bold; }
  form textarea {
    width: 100%;
    min-height: 300px;
    background: #333;
    border: none;
    padding: 10px 20px;
    border-radius: 2px;
    color: white; }
  form button {
    background: #333;
    border: none;
    border-radius: 2px;
    padding: 10px 20px; }

.langswitcher {
  width: 100%;
  font-size: 10px;
  background: #111;
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  display: block;
  height: 25px; }
  .langswitcher li {
    display: inline-block;
    margin: 0;
    line-height: 1rem;
    list-style: none;
    height: 25px; }
  .langswitcher a {
    font-size: 0.8rem;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    float: left;
    color: #888; }
  .langswitcher .active {
    text-decoration: none;
    background: #161616;
    color: #ddd; }

.project_link {
  width: 33.33%;
  float: left;
  color: #fff;
  line-height: 0;
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  box-shadow: 0 0 0 2px #252525; }
  @media (min-width: 1500px) {
    .project_link.list-non3-solo {
      width: 100%; }
    .project_link.list-non3-first {
      width: 50%; }
    .project_link.list-non3-second {
      width: 50%; } }
  @media (max-width: 1500px) {
    .project_link {
      width: 50%; }
      .project_link.list-odd-first {
        width: 100%; } }
  @media (max-width: 1000px) {
    .project_link {
      width: 100%; } }
  .project_link.main {
    width: 100%;
    margin: 0px; }
  .project_link h2 {
    position: absolute;
    text-shadow: 0 1px 2px #333, 0 0 20px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0px;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    padding: 0px 20px;
    bottom: -40px;
    height: 45px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.49, 1, 0.45, 0.99);
    z-index: 5; }
  .project_link .project-list {
    padding-top: 0px;
    max-width: 1000px;
    margin: auto; }
  .project_link img {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.31, 0, 0.15, 1.03); }
  .project_link:hover h2 {
    bottom: -5px;
    opacity: 1;
    color: white; }
  .project_link:hover img {
    transform: scale(1.05); }

.gallery {
  padding-top: 0px;
  max-width: 1200px;
  margin: auto; }

.image_link {
  width: 100.00%;
  float: left;
  color: #fff;
  line-height: 0;
  position: relative;
  overflow: hidden;
  padding: 0px;
  box-shadow: 0 0 0 2px #252525; }
  @media (min-width: 1024px) {
    .image_link {
      width: 33.33%; } }
  @media (max-width: 750px) {
    .image_link {
      width: 100%; } }
  .image_link img {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.31, 0, 0.15, 1.03); }
  .image_link:hover img {
    transform: scale(1.05); }

.project-back {
  background-repeat: no-repeat;
  background-position: center bottom, left top;
  background-repeat: no-repeat;
  background-size: contain; }

.project {
  padding-top: 120px; }

.project-list {
  padding-top: 0px; }

.project-mood {
  width: 100%;
  min-width: 750px;
  top: 50px;
  max-height: 350px;
  overflow: hidden;
  position: fixed;
  z-index: -1; }
  .project-mood img {
    width: 100%;
    max-height: initial; }
  .project-mood .project-mood-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    -moz-box-shadow: 0 -100px 100px -100px #333 inset;
    -webkit-box-shadow: 0 -100px 100px -100px #333 inset;
    box-shadow: 0 -100px 100px -100px #333 inset; }

.hiero {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 10vh; }
  .hiero h1 {
    padding: 50px;
    margin-right: 0px;
    z-index: 1;
    text-align: center;
    width: 100%;
    font-size: 2rem; }
  .hiero img {
    position: absolute;
    width: 100%;
    max-width: none; }

.social_links {
  width: 60%;
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
  background: #222;
  /* float:left; */
  clear: both;
  margin-bottom: 40px;
  padding: 0;
  overflow: hidden; }

.social_links ul {
  margin: 0;
  padding: 0; }

.social_links ul li {
  width: 100%;
  list-style: none; }

.social_links ul li a {
  width: 100%;
  height: 60px;
  float: left;
  font-size: 18px;
  padding: 15px 20px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  margin-top: -1px;
  transition: all 550ms cubic-bezier(0, 0.54, 0.32, 1); }
  .social_links ul li a:hover {
    box-shadow: -276px 0 209px -271px #1bb0dd inset; }

.links_details {
  padding: 15px 20px; }

.ic {
  float: left;
  height: 30px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center; }

.ic-spotify {
  background-image: url("../images/link-services/spotify.png"); }

.ic-beatport {
  background-image: url("../images/link-services/beatport.png"); }

.ic-youtube {
  background-image: url("../images/link-services/youtube.png"); }

.ic-applemusic {
  background-image: url("../images/link-services/applemusic.png"); }

.ic-itunes {
  background-image: url("../images/link-services/itunes.png"); }

.ic-bandcamp {
  background-image: url("../images/link-services/bandcamp.png"); }

.ic-deezer {
  background-image: url("../images/link-services/deezer.png"); }

.ic-facebook {
  background-image: url("../images/link-services/facebook.png"); }

.ic-instagram {
  background-image: url("../images/link-services/instagram-text.png"); }

.ic-gigatools {
  background-image: url("../images/link-services/gigatools.png"); }

.ic-linkedin {
  background-image: url("../images/link-services/linkedin.png"); }

.ic-artstation {
  background-image: url("../images/link-services/artstation.png"); }

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