@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Muli:400,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Anton|Yanone+Kaffeesatz|Francois+One|Oswald|Lato");
/* CSS TEMPLATE TRAK



.header-post{
    background-image: url('https://eyskills.fr/wp-content/uploads/2017/08/bg-header-trak.jpg');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
    height: 590px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 250px 0;
}
.header-post::after{}


.header-post .logo-header{
   width: 313px; 
}

.triangletop{
    display: block;
    margin: -200px 0 0 0;
    height: 200px;
}

.header-visuel{
    width: 100%;
    display: inline-block;
    margin-top: -380px;
}

.logo-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.logo-container.dark{
    background-color: #000;
}
.logo-container img{
    width: 313px;
}

#single-illustration img, #single-product img{
    width: 100%;
}



*/
body {
  background: #000000 !important;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #fff !important;
  font-family: "Roboto",sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* prevent horizontal scrolling */
  overflow-x: hidden;
  position: relative; }

.loader {
  position: fixed;
  z-index: 9999;
  background: #000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: wait; }

#container {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-family: 'Oswald';
  font-size: 14px;
  text-align: center; }

.home #logo, .home .sociallinks.leftside {
  display: none; }

.home .preload .constellations {
  opacity: 0;
  margin: -140px auto 0 auto; }
.home .preload .sn-icon, .home .preload .ey-icon {
  transform: translateY(10px) !important;
  opacity: 0 !important; }
.home .preload .tagline {
  opacity: 0; }
.home .preload .homeSocialLinks {
  margin: 30px auto 0;
  opacity: 0; }
.home .preload .comingsoon {
  opacity: 0;
  width: 4px; }
.home .preload .lastProjects {
  opacity: 0; }

.error404 .preload .bgGalaxy .galaxy {
  -webkit-transform: scale(6);
  -moz-transform: scale(6);
  -ms-transform: scale(6);
  -o-transform: scale(6);
  transform: scale(6);
  opacity: 0; }

/* Hamburger Menu */
.cd-nav-trigger {
  /* hamburger icon */
  display: none;
  position: fixed;
  z-index: 3;
  top: 12px;
  left: 5%;
  height: 44px;
  width: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s; }
  .cd-nav-trigger span {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 12px;
    height: 3px;
    background-color: white;
    border-radius: 1px; }
  .cd-nav-trigger span::before, .cd-nav-trigger span::after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 1px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s, width 0.2s;
    -moz-transition: -webkit-transform 0.2s, width 0.2s;
    transition: -webkit-transform 0.2s, width 0.2s; }
  .cd-nav-trigger span::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    transform: translateY(-9px); }
  .cd-nav-trigger span::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px); }

.no-touch .cd-nav-trigger:hover {
  /* rotate trigger on hover */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.no-touch .cd-nav-trigger:hover span {
  width: 32px !important; }
  .no-touch .cd-nav-trigger:hover span::after, .no-touch .cd-nav-trigger:hover span::before {
    /* animate arrow --> from hamburger to arrow */
    width: 50%; }
.no-touch .cd-nav-trigger:hover span::before {
  -webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
  -moz-transform: translateX(1px) translateY(1px) rotate(45deg);
  -ms-transform: translateX(1px) translateY(1px) rotate(45deg);
  -o-transform: translateX(1px) translateY(1px) rotate(45deg);
  transform: translateX(1px) translateY(1px) rotate(45deg); }
.no-touch .cd-nav-trigger:hover span::after {
  -webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  transform: translateX(1px) translateY(-1px) rotate(-45deg); }

@media only screen and (min-width: 1024px) {
  .cd-nav-trigger {
    top: 38px; } }
/* SOCIAL MEDIA */
.sociallinks {
  margin: 0;
  text-align: center;
  /*.ig a{background-image: url('../images/ig.png');}
  .fb a{background-image: url('../images/fb.png');}
  .tw a{background-image: url('../images/tw.png');}
  .tr a{background-image: url('../images/tr.png');}
  .in a{background-image: url('../images/in.png');}
  .be a{background-image: url('../images/be.png');}
  .db a{background-image: url('../images/db.png');}*/ }
  .sociallinks.leftside {
    width: 20px;
    position: fixed;
    top: 100px;
    left: 10px;
    z-index: 3;
    padding: 0 0 0 7px; }
    .sociallinks.leftside li {
      margin-bottom: 5px; }
  .sociallinks.homeSocialLinks {
    /*position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    top: inherit;*/
    position: relative;
    z-index: 111;
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 180px;
    -webkit-transition: opacity 0.4s 1.4s, margin 0.4s 1.4s;
    -moz-transition: opacity 0.4s 1.4s, margin 0.4s 1.4s;
    transition: opacity 0.4s 1.4s, margin 0.4s 1.4s; }
  .sociallinks li {
    display: inline-block;
    line-height: 23px;
    padding: 0 3px; }
    .sociallinks li a {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.2);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 52%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .sociallinks li a svg {
        width: 70% !important;
        color: #000;
        fill: #000; }
    .sociallinks li a:hover {
      background-color: rgba(255, 255, 255, 0.2);
      transform: scale(1.5); }
      .sociallinks li a:hover svg {
        width: 70% !important;
        color: #fff;
        fill: #fff; }
    .sociallinks li a span {
      display: none; }
  .sociallinks .ig a:hover {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
  .sociallinks .fb a:hover {
    background-color: #3b5998; }
  .sociallinks .tw a:hover {
    background-color: black; }
  .sociallinks .tr a:hover {
    background-color: #36465d; }
  .sociallinks .in a:hover {
    background-color: #007bb6; }
  .sociallinks .be a:hover {
    background-color: white; }
  .sociallinks .db a:hover {
    background-color: white; }
  .sociallinks .contact a {
    background-color: #111; }
    .sociallinks .contact a svg {
      color: #ff004e;
      fill: #ff004e; }
  .sociallinks .contact a:hover {
    background-color: #ff004e; }
    .sociallinks .contact a:hover svg {
      color: #fff;
      fill: #fff; }

.comingsoon {
  background: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  overflow: hidden;
  font-family: "Francois One";
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px;
  position: relative;
  width: 214px;
  height: 51px;
  z-index: 112;
  transform: rotate(-9deg);
  margin: 0px auto -150px;
  border: 1px solid #fff;
  opacity: 1;
  -webkit-transition: opacity 1s 2.2s, width 0.8s 2.2s;
  -moz-transition: opacity 1s 2.2s, width 0.8s 2.2s;
  transition: opacity 1s 2.2s, width 0.8s 2.2s; }

.ey svg {
  display: block;
  height: 120px;
  margin: 0px 25px; }

.sn-icon, .ey-icon {
  color: #fff;
  fill: #fff;
  position: absolute;
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0s, -webkit-transform 0.4s 0s;
  -moz-transition: opacity 0.4s 0s, -moz-transform 0.4s 0s;
  transition: opacity 0.4s 0s, transform 0.4s 0s; }
  .sn-icon.visible, .ey-icon.visible {
    opacity: 1;
    transform: translateY(0px);
    text-align: center;
    display: inline;
    -webkit-transition: opacity 0.6s 0.2s, -webkit-transform 0.4s 0.2s;
    -moz-transition: opacity 0.6s 0.2s, -moz-transform 0.4s 0.2s;
    transition: opacity 0.6s 0.2s, transform 0.4s 0.2s; }

.sn-icon {
  z-index: -1 !important; }

.twitter {
  color: #3BA9EE;
  fill: #000; }

.icon-17 {
  color: #2691d9;
  fill: #2691d9; }

.topBlock {
  position: relative;
  height: 350px;
  overflow: hidden; }

.bgGalaxy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: -11; }
  .bgGalaxy .galaxy {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/galaxy.jpg") fixed center 15%/cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*background-image: url("../images/galaxy.jpg");
    background-attachment: fixed;
    background-position: center 15%;
    background-size: 100% auto;
    background-repeat: no-repeat;*/
    opacity: .5;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transition: background-position 0s, background-size 0.5s, opacity 0.3s, -webkit-transform 0.8s;
    -moz-transition: background-position 0s, background-size 0.5s, opacity 0.3s, -moz-transform 0.8s;
    transition: background-position 0s, background-size 0.5s, opacity 0.3s, transform 0.8s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .bgGalaxy .galaxy.igStar {
    /*background: url('../images/galaxy2.jpg') fixed center 15% / cover !important;*/ }
  .bgGalaxy.collapsar .galaxy {
    -webkit-filter: blur(7px);
    filter: blur(7px);
    background: url("../images/collapsar404.jpg") fixed center 15%/cover; }

.contentTop {
  text-align: center;
  height: 350px;
  overflow: hidden; }

.ey {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  position: relative;
  z-index: 111; }

.ey-icon {
  z-index: 3;
  text-decoration: none !important; }
  .ey-icon:hover {
    transform: scale(1.3); }

.ey img, .ey-icon, #eylogo {
  display: inline-block;
  width: 100%; }

#eylogo {
  height: auto;
  margin: 0; }

.eyCategory {
  width: 100%; }

.contentTop .eyCategory h2 {
  color: #fff;
  margin-top: 150px;
  line-height: 60px;
  letter-spacing: 10px;
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Montserrat'; }

.tagline {
  font-family: 'CenturyGothic', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s 0.2s, opacity 0.4s 0.6s;
  -moz-transition: -moz-transform 0.4s 0.2s, opacity 0.4s 0.6s;
  transition: transform 0.4s 0.2s, opacity 0.4s 0.6s; }

.ey-icon:hover .tagline {
  transform: scale(0.8); }

.categTitle {
  font-family: 'Francois One', sans-serif;
  color: #ff004e;
  height: 15px;
  opacity: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 80px;
  transform: translateY(70px);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.4s 0s;
  -moz-transition: opacity 0.6s 0s, -moz-transform 0.4s 0s;
  transition: opacity 0.6s 0s, transform 0.4s 0s; }

.categTitle.visible {
  opacity: 1;
  transform: translateY(80px);
  -webkit-transition: opacity 0.6s 0.1s, -webkit-transform 0.4s 0.1s;
  -moz-transition: opacity 0.6s 0.1s, -moz-transform 0.4s 0.1s;
  transition: opacity 0.6s 0.1s, transform 0.4s 0.1s; }

.lastProjects {
  margin: 50px auto 0;
  max-width: 1080px;
  text-align: center;
  -webkit-transition: opacity 0.4s 1.6s;
  -moz-transition: opacity 0.4s 1.6s;
  transition: opacity 0.4s 1.6s; }
  .lastProjects h3 {
    font-family: "CenturyGothic";
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ff004e; }
  .lastProjects a.linkHomeProject {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    width: 250px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 7px;
    height: 154px;
    padding-top: 10px;
    background-image: url("../images/bg-modaltrak.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, border 0.4s;
    -moz-transition: -moz-transform 0.4s, border 0.4s;
    transition: transform 0.4s, border 0.4s; }
    .lastProjects a.linkHomeProject:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      border: 1px solid rgba(255, 255, 255, 0.7); }
    .lastProjects a.linkHomeProject p {
      color: #fff;
      visibility: hidden;
      text-align: center;
      margin-bottom: 3px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .lastProjects a.linkHomeProject img {
      display: inline-block;
      width: 140px; }

/* CONSTELLATION */
.constellations {
  position: relative;
  max-width: 980px;
  margin: -180px auto 0 auto;
  z-index: 1;
  -webkit-transition: opacity 0.4s 1.4s, margin 0.4s 1.4s;
  -moz-transition: opacity 0.4s 1.4s, margin 0.4s 1.4s;
  transition: opacity 0.4s 1.4s, margin 0.4s 1.4s; }

.consCateg {
  max-width: 780px; }

.constellation, .constellationBack {
  position: absolute;
  width: 100%; }

#particles-js {
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: .1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.star {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center; }
  .star a {
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .7;
    -webkit-transition: border 0.2s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    -moz-transition: border 0.2s, width 0.5s, height 0.5s, background-color 0.5s, -moz-transform 0.5s;
    transition: border 0.2s, width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s; }
    .star a:hover {
      transform: scale(1.5);
      opacity: 1;
      background-color: #ff004e;
      border: 5px solid rgba(255, 255, 255, 0.4); }
  .star.graphic {
    left: 8%;
    top: 50%;
    width: 34px;
    height: 34px; }
  .star.dev {
    left: 28%;
    top: 30%;
    width: 20px;
    height: 20px; }
  .star.photo {
    left: 58%;
    top: 90%;
    width: 25px;
    height: 25px; }
  .star.video {
    left: 90%;
    top: 32%;
    width: 29px;
    height: 29px; }
  .star.other {
    left: 75%;
    top: 3%;
    width: 20px;
    height: 20px; }
  .star.last {
    left: 65%;
    top: 10%;
    width: 15px;
    height: 15px; }

.starline {
  position: absolute;
  background: #fff;
  height: 1px;
  opacity: .2; }

.graphicToDev {
  left: 12.2%;
  top: 44%;
  transform: rotate(-26deg);
  width: 16%; }

.devToPhoto {
  left: 27.3%;
  top: 63%;
  transform: rotate(39.5deg);
  width: 34.5%; }

.photoToVideo {
  left: 58.3%;
  top: 65%;
  transform: rotate(143.5deg);
  width: 34.5%; }

.videoToOther {
  left: 76%;
  top: 20%;
  transform: rotate(39.5deg);
  width: 15.6%; }

.otherToLast {
  left: 67.3%;
  top: 7.3%;
  transform: rotate(-21.5deg);
  width: 7%; }

/* CONSTELLATION  BACK */
.constellationBack {
  z-index: -1;
  opacity: .1; }
  .constellationBack .star {
    background: #fff;
    border-radius: 50%; }
  .constellationBack .starline {
    opacity: 1; }

.star1 {
  left: 15%;
  top: 0%;
  width: 34px;
  height: 34px; }

.star2 {
  left: 12%;
  top: 25%;
  width: 20px;
  height: 20px; }

.star3 {
  left: 22%;
  top: 65%;
  width: 18px;
  height: 18px; }

.star4 {
  left: 36%;
  top: 10%;
  width: 24px;
  height: 24px; }

.star5 {
  left: 48%;
  top: 15%;
  width: 15px;
  height: 15px; }

.star6 {
  left: 44%;
  top: 43%;
  width: 18px;
  height: 18px; }

.star7 {
  left: 47%;
  top: 81%;
  width: 18px;
  height: 18px; }

.star8 {
  left: 70%;
  top: 25%;
  width: 20px;
  height: 20px; }

.star9 {
  left: 94%;
  top: 65%;
  width: 42px;
  height: 42px; }

.star1to2 {
  left: 11.3%;
  top: 16.6%;
  transform: rotate(112deg);
  width: 7%; }

.star2to3 {
  left: 10%;
  top: 47.4%;
  transform: rotate(59deg);
  width: 16%; }

.star3to4 {
  left: 18.4%;
  top: 40.6%;
  transform: rotate(123deg);
  width: 23%; }

.star4to5 {
  left: 38.8%;
  top: 14.8%;
  transform: rotate(7deg);
  width: 9%; }

.star5to6 {
  left: 41.8%;
  top: 30.7%;
  transform: rotate(109deg);
  width: 10%; }

.star6to7 {
  left: 40%;
  top: 64.3%;
  transform: rotate(79deg);
  width: 13%; }

.star7to8 {
  left: 45%;
  top: 55.6%;
  transform: rotate(-44.7deg);
  width: 29%; }

.star8to9 {
  left: 69.8%;
  top: 48%;
  transform: rotate(35deg);
  width: 26.5%; }

/* -------------------------------- 

CV content panel 

-------------------------------- */
a.cvlink {
  font-family: "CenturyGothic";
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  width: 150px;
  height: 100px;
  display: block;
  position: fixed;
  bottom: -25px;
  right: 80px;
  background-image: url("../images/obs.png");
  background-repeat: no-repeat;
  position: bottom center;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.2s, bottom 0.2s;
  -moz-transition: -moz-transform 0.2s, bottom 0.2s;
  transition: transform 0.2s, bottom 0.2s; }
  a.cvlink:hover {
    bottom: 0px; }
    a.cvlink:hover::before {
      opacity: .8; }
    a.cvlink:hover::after {
      opacity: 1;
      -webkit-transition: opacity 1s 0.3s;
      -moz-transition: opacity 1s 0.3s;
      transition: opacity 1s 0.3s; }
    a.cvlink:hover span {
      opacity: 1; }
  a.cvlink::before, a.cvlink::after {
    content: '';
    display: block;
    width: 150px;
    height: 110px;
    background-repeat: no-repeat;
    position: bottom center;
    background-size: 100% auto;
    position: absolute;
    bottom: 59px;
    left: -80px;
    opacity: 0; }
  a.cvlink::before {
    background-image: url("../images/obsvision.png");
    -webkit-transition: opacity 0.2s 0.2s;
    -moz-transition: opacity 0.2s 0.2s;
    transition: opacity 0.2s 0.2s; }
  a.cvlink::after {
    background-image: url("../images/obsconste.png");
    -webkit-transition: opacity 0.2s 0.2s;
    -moz-transition: opacity 0.2s 0.2s;
    transition: opacity 0.2s 0.2s; }
  a.cvlink span {
    content: 'à propos';
    position: absolute;
    bottom: 40px;
    left: -70px;
    opacity: .5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }

.cvBlock {
  position: fixed;
  z-index: 333;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  visibility: hidden;
  background-color: #fff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s, height 0s 0.5s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s, height 0s 0.5s;
  transition: transform 0.4s 0s, visibility 0s 0.4s, height 0s 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
  -moz-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
  transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83); }
  .cvBlock .darkBlock {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #fff;
    z-index: 1; }
    .cvBlock .darkBlock::before {
      content: '';
      background: url("../images/me-ey2.jpg") no-repeat bottom right 50%/cover;
      opacity: 1;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
    .cvBlock .darkBlock .diagBlock {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 200px; }
  .cvBlock .blockTop {
    height: 300px;
    background: #000; }
  .cvBlock .contentCv {
    height: 100%;
    overflow-y: auto;
    padding: 4em 2em;
    position: relative;
    z-index: 11; }
    .cvBlock .contentCv > * {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
  .cvBlock.is-visible {
    visibility: visible;
    min-height: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
    -moz-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
    transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
    -moz-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
    transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83); }
    .cvBlock.is-visible .contentCv {
      /* smooth scrolling on iOS */
      -webkit-overflow-scrolling: touch; }
  .cvBlock h2 {
    font-size: 2.4rem;
    font-weight: bold; }
  .cvBlock em {
    display: block;
    font-size: 14px;
    font-style: normal;
    margin: 1em auto;
    font-family: "CenturyGothic";
    text-transform: uppercase;
    letter-spacing: 3px; }
  .cvBlock p {
    margin-bottom: 1em;
    font-size: 1.4rem;
    color: #6f757c;
    text-align: center; }
  .cvBlock em, .cvBlock p {
    line-height: 1.6; }
  .cvBlock .close {
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../images/cd-close-dark.svg") no-repeat center center; }
    .cvBlock .close span {
      display: none; }

@media only screen and (max-width: 500px) {
  .ey {
    width: 120px;
    height: 120px; }

  .tagline {
    font-size: 10px; }

  .comingsoon {
    font-size: 20px;
    padding: 10px 10px;
    width: 144px;
    margin: 0px auto -100px; }

  .star.graphic {
    width: 24px !important;
    height: 24px !important; }
  .star.dev {
    width: 15px !important;
    height: 15px !important; }
  .star.photo {
    width: 20px !important;
    height: 20px !important; }
  .star.video {
    width: 24px !important;
    height: 24px !important; }

  .cvBlock #tabsCV li {
    padding: 10px 10px; }
    .cvBlock #tabsCV li a {
      font-size: 20px !important; }
  .cvBlock .tab-pane {
    margin-top: 10px !important; }
  .cvBlock .contentCv {
    padding: 1em 1em; }
    .cvBlock .contentCv .button-group button {
      font-size: 13px;
      padding: 0 5px !important; }
    .cvBlock .contentCv .skills .skill-item {
      width: 40px;
      height: 40px;
      line-height: 40px; }
      .cvBlock .contentCv .skills .skill-item.wDouble {
        width: 80px;
        height: 80px;
        line-height: 90px; }
      .cvBlock .contentCv .skills .skill-item.wDemi {
        width: 60px;
        height: 60px;
        line-height: 60px; }
      .cvBlock .contentCv .skills .skill-item span {
        font-size: 11px; }
    .cvBlock .contentCv .brandContainer h3 {
      margin: 20px 0 10px 0; } }
@media only screen and (max-width: 767px) {
  .darkBlock::before {
    opacity: 0 !important; } }
@media only screen and (max-width: 860px) {
  .lastProjects {
    display: none; }
    .lastProjects a.linkHomeProject {
      margin: 0px 10px 0;
      width: 200px;
      height: 114px;
      padding-top: 10px; }
      .lastProjects a.linkHomeProject p {
        display: none; }
      .lastProjects a.linkHomeProject img {
        display: inline-block;
        width: 100px;
        margin-top: 30px; }

  .cvBlock #tabsCV li {
    padding: 10px 10px; }
    .cvBlock #tabsCV li a {
      font-size: 20px !important; }
  .cvBlock .contentCv {
    padding: 1em 1em;
      /*.skills{
        .skill-item{
          width: 40px;
          height: 40px;
          line-height: 40px;

          &.wDouble{
            width: 80px;
            height: 80px;
            line-height: 90px;
          }
          &.wDemi{
            width: 60px;
            height: 60px;
            line-height: 60px;
          }

          span{font-size: 11px;}
        }
      }*/ }
    .cvBlock .contentCv .button-group button {
      font-size: 13px;
      padding: 0 5px !important; } }
@media only screen and (min-width: 900px) {
  .cvBlock h2 {
    font-size: 6rem; }

  .cvBlock p {
    font-size: 1.1rem; }

  .cvBlock .close {
    top: 30px;
    right: 5%; } }
.height100.is-visible {
  height: 100%; }

.heightAuto {
  height: auto; }

/* -------------------------------- 

xnavigation 

-------------------------------- */
.cd-nav-container {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s; }

.cd-nav-container.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
  -moz-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
  transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s; }

.cd-nav-container header {
  padding: 0 0 0 6.25%;
  height: 68px;
  position: relative; }

.cd-nav-container h3 {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #5c4b51; }

#main-nav-wrapper ul {
  margin: 0;
  padding: 0; }

#main-nav-wrapper ul li {
  padding: 0;
  list-style: none;
  text-align: center; }

#main-nav-wrapper a {
  font-family: 'Roboto';
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #ccc;
  text-transform: uppercase; }

#main-nav-wrapper a:hover {
  color: #000; }

@media only screen and (min-width: 700px) {
  .cd-nav-container {
    width: 300px; }

  .cd-nav-container header {
    height: 116px; } }
.cd-close-nav {
  /* 'X' close icon */
  position: absolute;
  height: 44px;
  width: 44px;
  /* set the right position value so that it overlaps the .cd-nav-trigger*/
  right: 6.25%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cd-close-nav::after, .cd-close-nav::before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 6px;
  width: 28px;
  left: 70%;
  top: 67%;
  background-color: #ccc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-close-nav::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.cd-close-nav::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

.no-touch .cd-close-nav:hover {
  opacity: .8; }

@media only screen and (min-width: 700px) {
  .cd-close-nav {
    right: 7.14%; } }
.cd-nav {
  background-color: #f2f2f2; }

.cd-nav::after {
  clear: both;
  content: "";
  display: table; }

.cd-nav li {
  width: 50%;
  float: left;
  /* 68px is the navigation header height  and the menu items will be allocated in 3 rows */
  height: calc((100vh - 68px)/3);
  min-height: 120px;
  border: 1px solid #ffffff;
  border-top: none;
  border-left: none; }

.cd-nav li:nth-of-type(2n) {
  border-right-width: 0; }

.cd-nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.no-touch .cd-nav a:hover svg {
  -webkit-animation: cd-shock 0.3s;
  -moz-animation: cd-shock 0.3s;
  animation: cd-shock 0.3s; }

.no-touch .cd-nav li a:hover span *,
.cd-nav li.cd-selected a span * {
  /* on hover or if selected - change text and icon color*/
  stroke: #ffffff; }

.no-touch .cd-nav li a:hover em,
.cd-nav li.cd-selected a em {
  /* on hover or if selected - change text and icon color*/
  color: #ffffff; }

.no-touch .cd-nav li:first-of-type a:hover,
.cd-nav li.cd-selected:first-of-type a {
  /* on hover or if selected - change background color*/
  background-color: #9e87ce; }

.no-touch .cd-nav li:nth-of-type(2) a:hover,
.cd-nav li.cd-selected:nth-of-type(2) a {
  /* on hover or if selected - change background color*/
  background-color: #5c4b51; }

.no-touch .cd-nav li:nth-of-type(3) a:hover,
.cd-nav li.cd-selected:nth-of-type(3) a {
  /* on hover or if selected - change background color*/
  background-color: #e0cf75; }

.no-touch .cd-nav li:nth-of-type(4) a:hover,
.cd-nav li.cd-selected:nth-of-type(4) a {
  /* on hover or if selected - change background color*/
  background-color: #f5b65a; }

.no-touch .cd-nav li:nth-of-type(5) a:hover,
.cd-nav li.cd-selected:nth-of-type(5) a {
  /* on hover or if selected - change background color*/
  background-color: #f25f5c; }

.no-touch .cd-nav li:nth-of-type(6) a:hover,
.cd-nav li.cd-selected:nth-of-type(6) a {
  /* on hover or if selected - change background color*/
  background-color: #8abeb2; }

.cd-nav span, .cd-nav em {
  position: absolute; }

.cd-nav span {
  top: calc(50% - 48px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 48px;
  width: 48px; }

.cd-nav span * {
  -webkit-transition: stroke 0.2s;
  -moz-transition: stroke 0.2s;
  transition: stroke 0.2s; }

.cd-nav em {
  width: 100%;
  left: 0;
  top: calc(50% + 15px);
  color: #5c4b51;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media only screen and (min-width: 700px) {
  .cd-nav li {
    /* 116px is the navigation header height and the menu items will be allocated in 3 rows */
    height: calc((100vh - 116px)/3);
    min-height: 200px; }

  .cd-nav span {
    height: 64px;
    width: 64px;
    top: calc(50% - 56px); }

  .cd-nav em {
    font-size: 2.2rem;
    font-weight: 300;
    top: calc(50% + 21px); } }
@media only screen and (min-width: 1024px) {
  .cd-nav li {
    width: 33.33%;
    float: left;
    /* 116px is the navigation header height  and the menu items will be allocated in 2 rows */
    height: calc((100vh - 116px)/2);
    min-height: 250px; }

  .cd-nav li:nth-of-type(2n) {
    border-right-width: 1px; }

  .cd-nav li:nth-of-type(3n) {
    border-right-width: 0; }

  .cd-nav em {
    font-size: 2.5rem; } }
@-webkit-keyframes cd-shock {
  0% {
    -webkit-transform: rotate(0); }
  30% {
    -webkit-transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0); } }
@-moz-keyframes cd-shock {
  0% {
    -moz-transform: rotate(0); }
  30% {
    -moz-transform: rotate(10deg); }
  60% {
    -moz-transform: rotate(-10deg); }
  100% {
    -moz-transform: rotate(0); } }
@keyframes cd-shock {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  30% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); } }
/* -------------------------------- 

xshadow layer 

-------------------------------- */
.cd-overlay {
  /* shadow layer visible when navigation is open */
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s; }

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0s;
  transition: opacity 0.4s 0s, visibility 0s 0s; }

/* -------------------------------- 

xcontent 

-------------------------------- */
/*main {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  box-shadow: 0 0 30px #241d20;
}
main.scale-down {
  /*-webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);*/
  /*-webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(18%);
  transition: transform 0.4s 0s, box-shadow 0s 0s;
}*/
.cd-section {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0s 0.4s;
  -moz-transition: -webkit-transform 0s 0.4s;
  transition: -webkit-transform 0s 0.4s; }
  .cd-section.cd-selected {
    position: relative;
    z-index: 2;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -webkit-transform 0.4s 0s;
    transition: -webkit-transform 0.4s 0s;
    -webkit-overflow-scrolling: touch; }
  .cd-section header {
    height: 100vh;
    background: #9e87ce;
    position: relative; }
  .cd-section.projects header {
    background-color: #5c4b51; }
  .cd-section.about header {
    background-color: #e0cf75; }
  .cd-section.services header {
    background-color: #f5b65a; }
  .cd-section.careers header {
    background-color: #f25f5c; }
  .cd-section.contact header {
    background-color: #8abeb2; }

@media only screen and (min-width: 700px) {
  .cd-section {
    /* not 100vh to fix a small bug --> border visible otherwise */
    header: 102vh; } }
.cd-title {
  position: relative;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center; }

.cd-title > * {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-title h2 {
  font-size: 2.8rem;
  margin-bottom: .8em; }

.cd-title a {
  display: inline-block;
  padding: 1.2em 1.6em;
  border-radius: 50em;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  color: #ffffff;
  font-family: "Lora", serif; }

.no-touch .cd-title a:hover {
  border-color: #ffffff; }

.cd-title span {
  vertical-align: middle;
  display: inline-block; }

@media only screen and (min-width: 700px) {
  .cd-title h2 {
    font-size: 5rem;
    font-weight: 300;
    margin-bottom: .6em; } }
.cd-content {
  background-color: #ffffff;
  padding: 4em 0; }

.cd-content p {
  width: 90%;
  max-width: 800px;
  margin: 2em auto;
  line-height: 2;
  color: #78626a; }

.no-js main, .no-js .cd-section {
  height: auto;
  overflow: visible; }

.no-js .cd-section {
  position: static;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.no-js .cd-nav-container {
  width: 100%;
  position: static;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  height: auto;
  overflow: visible; }

.no-js .cd-close-nav {
  display: none; }

.no-js .cd-nav li {
  width: 50%;
  float: left; }

@media only screen and (min-width: 700px) {
  .no-js .cd-nav li {
    width: 33.3%;
    float: left; }

  .no-js .cd-nav li:nth-of-type(2n) a {
    border-right-width: 1px; } }
@media only screen and (min-width: 1024px) {
  .no-js .cd-nav li {
    width: 16.66%;
    float: left; }

  .no-js .cd-nav li:nth-of-type(3n) a {
    border-right-width: 1px solid #e0cf75; } }
/* ABOUT ME */
.aboutme-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s; }
  .aboutme-nav .aboutme-navigation-wrapper {
    /* all navigation content */
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px 5% 40px calc(5% + 80px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78); }

.navigation-is-open .aboutme-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s; }

.navigation-is-open .aboutme-nav .aboutme-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78); }

@media only screen and (min-width: 1170px) {
  .aboutme-nav .aboutme-navigation-wrapper {
    padding: 62px 20%; }

  .aboutme-nav .aboutme-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table; }

  .aboutme-nav .aboutme-half-block {
    width: 50%;
    float: left; }

  .aboutme-nav .aboutme-primary-nav {
    margin-top: 0; } }
.no-js main {
  height: auto;
  overflow: visible; }

.no-js .aboutme-nav {
  position: static;
  visibility: visible; }

.no-js .aboutme-nav .aboutme-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

main {
  position: relative;
  z-index: 2;
  /* fix bug on iOS */
  height: 100vh;
  /*overflow-y: auto;*/
  -webkit-overflow-scrolling: touch;
  background-color: #9cb3a8;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  /*-webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);*/ }

.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

#tabsCV {
  display: flex;
  justify-content: center; }
  #tabsCV li {
    padding: 10px 15px;
    border-right: 1px solid #ddd; }
    #tabsCV li:last-of-type {
      border-right: none; }
    #tabsCV li a {
      display: block;
      text-transform: uppercase;
      font-size: 30px;
      font-family: 'Francois One';
      color: #ccc;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.4s, color 0.4s;
      -moz-transition: -moz-transform 0.4s, color 0.4s;
      transition: transform 0.4s, color 0.4s; }
      #tabsCV li a:hover {
        color: #bfbfbf;
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95); }
      #tabsCV li a.active {
        color: #ff004e; }

.tab-pane {
  margin-top: 50px; }

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto !important;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1; }
  .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto; }
  .cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden; }
    .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
      /* these are used to create a shadow effect at the sides of the timeline */
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      height: 100%;
      width: 20px; }
    .cd-horizontal-timeline .events-wrapper::before {
      left: 0;
      background-image: -webkit-linear-gradient( left , #ffffff, rgba(255, 255, 255, 0));
      background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)); }
    .cd-horizontal-timeline .events-wrapper::after {
      right: 0;
      background-image: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
      background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)); }
  .cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s; }
  .cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff004e;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
  .cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: .8rem;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .cd-horizontal-timeline .events a::after {
      /* this is used to create the event spot */
      content: '';
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -4px;
      height: 9px;
      width: 9px;
      border-radius: 50%;
      border: 2px solid rgba(0, 0, 0, 0.1);
      background-color: #f8f8f8;
      -webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-transform 0.4s;
      -moz-transition: background-color 0.3s, border-color 0.3s, -moz-transform 0.4s;
      transition: background-color 0.3s, border-color 0.3s, transform 0.4s; }
    .no-touch .cd-horizontal-timeline .events a:hover::after {
      background-color: #ff004e;
      border: 2px solid rgba(255, 255, 255, 0.5);
      -webkit-transform: scale(2.7);
      -moz-transform: scale(2.7);
      -ms-transform: scale(2.7);
      -o-transform: scale(2.7);
      transform: scale(2.7); }
    .cd-horizontal-timeline .events a.selected {
      pointer-events: none; }
      .cd-horizontal-timeline .events a.selected::after {
        background-color: #ff004e;
        border: 2px solid rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(2.7);
        -moz-transform: scale(2.7);
        -ms-transform: scale(2.7);
        -o-transform: scale(2.7);
        transform: scale(2.7); }
      .cd-horizontal-timeline .events a.selected.older-event::after {
        border: 2px solid rgba(255, 255, 255, 0.5); }
    .cd-horizontal-timeline .events a.older-event::after {
      border: 2px solid #ff004e; }
  @media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
      margin: 6em auto; }
      .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; } }

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s, -webkit-transform 0.4s;
  -moz-transition: border-color 0.3s, -moz-transform 0.4s;
  transition: border-color 0.3s, transform 0.4s; }
  .cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/cd-arrow.svg) no-repeat 0 0; }
  .cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
    .no-touch .cd-timeline-navigation a.prev:hover {
      -webkit-transform: scale(1.2) translateY(-40%) rotate(180deg);
      -moz-transform: scale(1.2) translateY(-40%) rotate(180deg);
      -ms-transform: scale(1.2) translateY(-40%) rotate(180deg);
      -o-transform: scale(1.2) translateY(-40%) rotate(180deg);
      transform: scale(1.2) translateY(-40%) rotate(180deg); }
  .cd-timeline-navigation a.next {
    right: 0; }
  .no-touch .cd-timeline-navigation a:hover {
    border-color: #ff004e;
    -webkit-transform: scale(1.2) translateY(-40%);
    -moz-transform: scale(1.2) translateY(-40%);
    -ms-transform: scale(1.2) translateY(-40%);
    -o-transform: scale(1.2) translateY(-40%);
    transform: scale(1.2) translateY(-40%); }
  .cd-timeline-navigation a.inactive {
    cursor: not-allowed; }
    .cd-timeline-navigation a.inactive::after {
      background-position: 0 -16px; }
    .no-touch .cd-timeline-navigation a.inactive:hover {
      border-color: #dfdfdf; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 0em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s; }
  .cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
    .cd-horizontal-timeline .events-content li.selected {
      /* visible event content */
      position: relative;
      z-index: 2;
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
      -webkit-animation-name: cd-enter-right;
      -moz-animation-name: cd-enter-right;
      animation-name: cd-enter-right; }
    .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
      -webkit-animation-name: cd-enter-left;
      -moz-animation-name: cd-enter-left;
      animation-name: cd-enter-left; }
    .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
      -webkit-animation-direction: reverse;
      -moz-animation-direction: reverse;
      animation-direction: reverse; }
  .cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto; }
  .cd-horizontal-timeline .events-content .logoCompany {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #000;
    margin: 0 auto 20px;
    overflow: hidden; }
    .cd-horizontal-timeline .events-content .logoCompany img {
      width: 100%; }
  .cd-horizontal-timeline .events-content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    font-family: 'Francois One';
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
  .cd-horizontal-timeline .events-content em {
    text-align: center;
    display: block;
    margin: 0px auto 10px auto; }
  .cd-horizontal-timeline .events-content p {
    font-size: 18px;
    color: #959595;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.6; }

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
.button-group {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }
  .button-group button {
    font-family: 'Oswald';
    border: none;
    border-radius: 0px;
    color: #ddd;
    text-transform: uppercase;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s; }
    .button-group button.is-checked {
      color: #ff004e; }

.skills {
  position: relative;
  margin: 40px 0 0 0; }
  .skills .skill-item {
    width: 50px;
    height: 50px;
    margin: 2px;
    background: #ff004e;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-family: 'CenturyGothic';
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-transition: border-radius 0.4s, border 0.4s, background 0.2s;
    -moz-transition: border-radius 0.4s, border 0.4s, background 0.2s;
    transition: border-radius 0.4s, border 0.4s, background 0.2s; }
    .skills .skill-item.wDouble {
      width: 150px;
      height: 150px;
      line-height: 150px; }
    .skills .skill-item.wDemi {
      width: 100px;
      height: 100px;
      line-height: 100px; }
    .skills .skill-item img {
      display: none;
      width: 70%; }
    .skills .skill-item:hover {
      -webkit-transition: -webkit-transform 0.4s;
      -moz-transition: -moz-transform 0.4s;
      transition: transform 0.4s;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      z-index: 111; }
      .skills .skill-item:hover span {
        display: none; }
      .skills .skill-item:hover img {
        display: inline; }
    .skills .skill-item.language {
      background: #cc003e; }
    .skills .skill-item.cmsfw {
      background: #99002f; }
    .skills .skill-item.photoshop:hover {
      background: #18163e;
      color: #24d3f8; }
    .skills .skill-item.figma:hover {
      background: #000;
      color: #fff; }
    .skills .skill-item.illustrator:hover {
      background: #1c0b01;
      color: #ff741a; }
    .skills .skill-item.indesign:hover {
      background: #26000d;
      color: #fe3d92; }
    .skills .skill-item.aftereffect:hover {
      background: #17002a;
      color: #cfa2ff; }
    .skills .skill-item.premierepro:hover {
      background: #200027;
      color: #e282ff; }
    .skills .skill-item.html5:hover {
      background: #E44D26;
      color: #fff; }
    .skills .skill-item.css3:hover {
      background: #1572B6;
      color: #fff; }
    .skills .skill-item.php:hover {
      background: #8993BE;
      color: #fff; }
    .skills .skill-item.js:hover {
      background: #F7DF1E;
      color: #fff; }
    .skills .skill-item.bootstrap:hover {
      background: #563D7C;
      color: #fff; }
    .skills .skill-item.angularjs:hover {
      background: #DD1B16;
      color: #fff; }
    .skills .skill-item.wp:hover {
      background: #21759B;
      color: #fff; }
      .skills .skill-item.wp:hover img {
        width: 50%; }
    .skills .skill-item.joomla:hover {
      background: #f2f2f2;
      color: #fff; }
      .skills .skill-item.joomla:hover img {
        width: 50%; }

.brandContainer h3 {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Francois One';
  color: #ccc;
  text-align: center;
  margin: 50px 0 30px 0;
  position: relative; }
  .brandContainer h3::before, .brandContainer h3::after {
    content: '';
    background: #eee;
    height: 1px;
    width: 35%;
    position: absolute;
    bottom: 15px; }
  .brandContainer h3::before {
    left: 0; }
  .brandContainer h3::after {
    right: 0; }
.brandContainer .slide {
  height: 80px; }
  .brandContainer .slide img {
    display: block;
    height: 100%; }

/* Slider */
.slick-slide {
  margin: 0px 20px; }

.slick-slide img {
  width: 100%; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.modal {
  text-align: center;
  padding: 0 !important; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90% !important; }

.comingSoonModal .modal-header {
  display: block; }
  .comingSoonModal .modal-header button {
    float: right; }
.comingSoonModal .modal-content::before, .comingSoonModal .modal-content::after {
  content: "";
  background-size: 100% auto;
  position: absolute; }
.comingSoonModal .modal-content::before {
  background: url("../images/atomes-left.svg") no-repeat top left;
  width: 170px;
  height: 180px;
  left: 0px;
  top: 20px; }
.comingSoonModal .modal-content::after {
  background: url("../images/atomes-right.svg") no-repeat top center;
  width: 70px;
  height: 130px;
  right: 20px;
  bottom: 180px; }
.comingSoonModal .modal-content .modal-body .eymodal {
  width: 120px;
  margin: -20px auto 0; }
  .comingSoonModal .modal-content .modal-body .eymodal img {
    width: 100%; }
.comingSoonModal .modal-content .modal-body h4 {
  font-family: 'CenturyGothic', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase; }
.comingSoonModal .modal-content .modal-body .sociallinks {
  margin-bottom: 10px; }
.comingSoonModal .modal-content .modal-body p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 14px;
  color: #999;
  max-width: 350px;
  margin: 0 auto; }
  .comingSoonModal .modal-content .modal-body p span {
    font-family: 'CenturyGothic', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px; }
.comingSoonModal .modal-content .modal-footer {
  display: block;
  padding: 0;
  margin-bottom: -1px;
  overflow: hidden;
  border-radius: 0 0 1em 1em;
  text-align: center; }
  .comingSoonModal .modal-content .modal-footer a.linkModalProject {
    display: block;
    height: 180px;
    padding-top: 10px;
    background-image: url("../images/bg-modaltrak.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    .comingSoonModal .modal-content .modal-footer a.linkModalProject p {
      color: #fff;
      margin-bottom: 3px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .comingSoonModal .modal-content .modal-footer a.linkModalProject img {
      display: inline-block;
      width: 200px; }
.comingSoonModal .modal-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
  border-radius: 10px; }
  .comingSoonModal .modal-bg .modal-bg-image {
    background: url("../images/galaxy.jpg");
    background-position: center center;
    background-blend-mode: screen;
    filter: blur(6px);
    background-color: #f86846 !important;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px; }

#post-13, #post-10 {
  margin: 0 auto;
  float: none;
  background: transparent;
  max-width: 420px; }
  #post-13 h1, #post-10 h1 {
    font-family: 'Francois One';
    color: #fff;
    text-transform: uppercase; }
  #post-13 form, #post-10 form {
    max-width: 380px; }
  #post-13 p, #post-10 p {
    margin-bottom: 0; }
  #post-13 label, #post-10 label {
    display: block; }
  #post-13 input[type="text"], #post-13 input[type="email"], #post-13 textarea, #post-10 input[type="text"], #post-10 input[type="email"], #post-10 textarea {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    padding: 10px;
    color: #fff;
    font-family: "Lato";
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    transition: background .4s, border .4s; }
    #post-13 input[type="text"]:focus, #post-13 input[type="email"]:focus, #post-13 textarea:focus, #post-10 input[type="text"]:focus, #post-10 input[type="email"]:focus, #post-10 textarea:focus {
      border: 1px solid rgba(255, 255, 255, 0.6);
      background: rgba(0, 0, 0, 0.1); }
    #post-13 input[type="text"].wpcf7-not-valid, #post-13 input[type="email"].wpcf7-not-valid, #post-13 textarea.wpcf7-not-valid, #post-10 input[type="text"].wpcf7-not-valid, #post-10 input[type="email"].wpcf7-not-valid, #post-10 textarea.wpcf7-not-valid {
      border: 1px solid #ff004e; }
  #post-13 input[type="text"], #post-13 input[type="email"], #post-10 input[type="text"], #post-10 input[type="email"] {
    height: 70px;
    font-weight: 700;
    text-transform: uppercase; }
  #post-13 textarea, #post-10 textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  #post-13 input[type="submit"], #post-10 input[type="submit"] {
    font-family: "Francois One";
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    transition: transform .4s;
    float: right; }
    #post-13 input[type="submit"]:hover, #post-10 input[type="submit"]:hover {
      color: #ff004e;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
  #post-13 .wpcf7-response-output, #post-13 .wpcf7-not-valid-tip, #post-10 .wpcf7-response-output, #post-10 .wpcf7-not-valid-tip {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #post-13 .wpcf7-response-output.wpcf7-validation-errors, #post-10 .wpcf7-response-output.wpcf7-validation-errors {
    color: #ff004e;
    border: none; }

.single {
  background: #ddd !important;
  /*! Flickity v2.0.9
  http://flickity.metafizzy.co
  ---------------------------------------------- */
  /* draggable */
  /* ---- previous/next buttons ---- */
  /* right to left */
  /* ---- page dots ---- */
  /* cell number */
  /*.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }*/ }
  .single .galaxy {
    background: url("../images/galaxy.jpg") fixed center 35%/cover !important; }
  .single .constellations {
    max-width: 1080px;
    margin: -180px auto 0 auto; }
  .single .singleMain {
    position: relative;
    background: transparent !important;
    max-width: 755px;
    margin: -350px auto 0 auto;
    z-index: 111; }
    .single .singleMain h1 {
      font-family: "Francois One";
      margin: 5px 0 0 0;
      color: #ff004e; }
    .single .singleMain #navbar {
      float: right;
      width: 1px; }
      .single .singleMain #navbar .nav {
        padding: 0px 0 0 0;
        margin-left: 0;
        width: 200px; }
        .single .singleMain #navbar .nav li {
          display: block;
          padding-left: 0px; }
          .single .singleMain #navbar .nav li:last-child a::after {
            display: none; }
          .single .singleMain #navbar .nav li a {
            font-family: "Oswald", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 17px;
            color: #999;
            position: relative;
            padding: 10px 10px 10px 50px; }
            .single .singleMain #navbar .nav li a::before, .single .singleMain #navbar .nav li a::after {
              position: absolute; }
            .single .singleMain #navbar .nav li a::before {
              /* article number */
              content: '';
              top: 50%;
              bottom: auto;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              left: 20px;
              width: 12px;
              height: 12px;
              line-height: 34px;
              border-radius: 50%;
              color: #b3b3b3;
              font-family: "Playfair Display", serif;
              text-align: center;
              background: #999;
              z-index: 11;
              -webkit-transition: background-color 0.3s, color 0.3s, width 0.4s, height 0.4s, left 0.4s;
              -moz-transition: background-color 0.3s, color 0.3s, width 0.4s, height 0.4s, left 0.4s;
              transition: background-color 0.3s, color 0.3s, width 0.4s, height 0.4s, left 0.4s; }
            .single .singleMain #navbar .nav li a:hover::before {
              background: #fff; }
            .single .singleMain #navbar .nav li a::after {
              content: '';
              left: 26px;
              top: 50%;
              width: 1px;
              height: 100%;
              background: #999;
              z-index: 1;
              opacity: .3; }
            .single .singleMain #navbar .nav li a.read em {
              color: #a6a6a6; }
            .single .singleMain #navbar .nav li a.read::before {
              background-color: #d9d9d9; }
            .single .singleMain #navbar .nav li a.active em, .single .singleMain #navbar .nav li a:hover em {
              color: #ffffff; }
            .single .singleMain #navbar .nav li a.active svg {
              display: block; }
            .single .singleMain #navbar .nav li a.active::before {
              background-color: #ffffff;
              color: #f8f8f8;
              box-shadow: inset 0 0 1px 3px white; }
            .single .singleMain #navbar .nav li a svg {
              /* this is the filling circle around the article number */
              width: 12px;
              height: 12px;
              display: none;
              position: absolute;
              top: 50%;
              bottom: auto;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              left: 20px;
              stroke: #ff004e; }
        .single .singleMain #navbar .nav .nav {
          padding-top: 0px;
          display: block; }
          .single .singleMain #navbar .nav .nav li a {
            font-size: 12px !important; }
            .single .singleMain #navbar .nav .nav li a::before {
              width: 8px;
              height: 8px;
              left: 22px; }
        .single .singleMain #navbar .nav.affix {
          position: fixed;
          top: 0px;
          z-index: 1030;
          display: block; }
          .single .singleMain #navbar .nav.affix .nav {
            padding-top: 0px;
            display: block; }
  .single .post-nav {
    width: 100%;
    left: 0;
    right: 0;
    height: 0;
    padding: 0;
    margin: 0; }
    .single .post-nav .post-prev, .single .post-nav .post-next {
      position: fixed;
      top: 50%; }
    .single .post-nav .post-prev a, .single .post-nav .post-next a {
      border-radius: 50%; }
    .single .post-nav .post-prev {
      left: 30px; }
    .single .post-nav .post-next {
      right: 70px; }
  .single .pinbin-copy {
    padding: 0; }
    .single .pinbin-copy .slashblock {
      padding: 30px 0; }
    .single .pinbin-copy h3 {
      font-family: 'CenturyGothic';
      color: #ff004e;
      letter-spacing: 20px;
      text-transform: uppercase;
      text-align: center;
      font-size: 26px;
      margin: 40px;
      line-height: 46px;
      position: relative;
      z-index: 11; }
  .single .singleImgBlock {
    position: relative;
    text-align: center;
    clear: both;
    float: none; }
    .single .singleImgBlock.title {
      background: #111; }
    .single .singleImgBlock img {
      width: 100%; }
    .single .singleImgBlock .bgImg {
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: .15;
      background-color: #000 !important;
      background-blend-mode: luminosity; }
  .single .withblocks {
    height: 562px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .single .topblock2 {
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 11; }
  .single .bottomblock2 {
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 11; }
  .single .big-wristband {
    display: block;
    margin: -100px -50px 0 0;
    width: 75%;
    float: right;
    z-index: 1;
    position: relative; }
  .single * {
    box-sizing: border-box; }
  .single .flickity-enabled {
    position: relative; }
  .single .flickity-enabled:focus {
    outline: none; }
  .single .flickity-viewport {
    position: relative;
    height: 100%; }
  .single .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%; }
  .single .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .single .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .single .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .single .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .single .flickity-prev-next-button:hover {
    background: white; }
  .single .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F; }
  .single .flickity-prev-next-button:active {
    opacity: 0.6; }
  .single .flickity-prev-next-button.previous {
    left: 10px; }
  .single .flickity-prev-next-button.next {
    right: 10px; }
  .single .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px; }
  .single .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px; }
  .single .flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto; }
  .single .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%; }
  .single .flickity-prev-next-button .arrow {
    fill: #333; }
  .single .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1; }
  .single .flickity-rtl .flickity-page-dots {
    direction: rtl; }
  .single .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer; }
  .single .flickity-page-dots .dot.is-selected {
    opacity: 1; }
  .single .carousel {
    height: 569px;
    margin: 100px 0; }
  .single .carousel-cell {
    width: 250px;
    height: auto;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: carousel-cell;
    transition: transform .4s, opacity .4s;
    opacity: .8;
    -webkit-filter: blur(1px);
    filter: blur(1px); }
    .single .carousel-cell.is-selected {
      background: #ED2;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-filter: blur(0px);
      filter: blur(0px);
      z-index: 1;
      opacity: 1; }
  .single .carousel-cell img {
    width: 100%; }

.error404 .blur404 {
  width: 80%;
  margin: 0 auto;
  color: #ff004e;
  font-size: 150px;
  font-family: "CenturyGothic" !important;
  font-weight: bold;
  text-align: center; }
.error404 .container {
  max-width: 350px;
  margin: 0 auto;
  text-align: center; }
  .error404 .container .btn404 {
    display: inline-block;
    background: #111;
    color: #ff004e;
    font-family: 'CenturyGothic';
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 10px;
    padding: 6px 15px;
    border-radius: 25px;
    border: 1px solid #ff004e; }
    .error404 .container .btn404:hover {
      background: #ff004e;
      color: #fff; }

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