/* COLORS */
/* MIXINS */
/* TIPOGRAPHY */
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-CondBold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-CondLight.ttf);
  font-weight: lighter;
}
/* CODE */
::-webkit-scrollbar {
  display: none;
}

#wrapper {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

html {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "OpenSans" , "Helvetica";
  font-size: 14px;
  overflow: hidden;
  background-color: #1A1A1A;
}

/* VIDEO MOTION */
#video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 6000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1A1A1A;
  visibility: visible;
  opacity: 1;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
@media screen and (max-width: 768px) {
  #video {
    display: none;
  }
}
#video #videoFile {
  height: 75vh;
  margin-bottom: 4em;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}

.transitionVideo {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* LOAD */
.loadDelay {
  z-index: 5000;
  background-color: #1A1A1A;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}

.loadDelayTransition {
  opacity: 0 !important;
  visibility: hidden !important;
}

header#header {
  position: fixed;
  z-index: 1000;
  width: 100vw;
}
header#header .navbar-default {
  background: transparent;
  border: none;
}
header#header .navbar-default #socialNetworks {
  position: absolute;
  left: 5em;
  top: 3.5em;
}
@media screen and (max-width: 700px) {
  header#header .navbar-default #socialNetworks {
    left: 3.5em;
    bottom: 3.5em;
  }
}
header#header .navbar-default #socialNetworks a {
  font-size: 1.4em;
  color: #E9004C;
  margin-right: 0.8em;
}
header#header .navbar-default #socialNetworks a:hover {
  color: rgba(233, 0, 76, 0.8);
}
header#header .navbar-default #lineSocial {
  border: 1px solid #E9004C;
  position: fixed;
  left: 0;
  top: 4.5em;
  width: 3.5em;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 700px) {
  header#header .navbar-default #lineSocial {
    width: 2em;
  }
}
header#header .navbar-default #contact {
  position: absolute;
  right: 2em;
  top: 1em;
  color: #E9004C;
  text-transform: lowercase;
  font-size: 2em;
  border: none;
  background: none;
}
@media screen and (max-width: 700px) {
  header#header .navbar-default #contact {
    right: 1em;
  }
}
header#header .navbar-default #contact:hover, header#header .navbar-default #contact:active, header#header .navbar-default #contact:focus {
  outline: none;
  box-shadow: none;
}
header#header .navbar-default #contactLine {
  border: 1px solid #E9004C;
  position: fixed;
  right: 0;
  top: 4.5em;
  width: 3.5em;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 700px) {
  header#header .navbar-default #contactLine {
    width: 2em;
  }
}
header#header .navbar-default #clientArea {
  position: absolute;
  left: 2.8em;
  top: 1.8em;
  width: 6em;
  height: 2.5em;
  border: 1px solid #E9004C;
  color: #E9004C;
  background: none;
  font-size: 1.5em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  header#header .navbar-default #clientArea {
    left: 2em;
  }
}
header#header .navbar-default #clientArea:active, header#header .navbar-default #clientArea:focus, header#header .navbar-default #clientArea:hover {
  outline: 0;
}
header#header .navbar-default #clientArea:hover {
  background-color: #E9004C;
  color: #1A1A1A;
  border-radius: 0.25em;
}

/* Social Networks ANIMATION */
.socialAnimation {
  animation: social 1s;
  -webkit-animation: social 1s;
}

@keyframes social {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes social {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* NAV */
nav#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
}
nav#nav #centeredContent {
  cursor: pointer;
}
nav#nav #centeredContent img {
  width: 18em;
  margin-top: -4em;
}
@media screen and (max-width: 750px) {
  nav#nav #centeredContent img {
    width: 10em;
  }
}
@media screen and (max-width: 600px) {
  nav#nav #centeredContent img {
    width: 7em;
    margin-top: -3em;
  }
}
@media screen and (max-width: 450px) {
  nav#nav #centeredContent img {
    width: 10em;
    margin-top: 0;
  }
}
nav#nav li {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
nav#nav li span {
  font-size: 2em;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  padding: 1em;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  nav#nav li span {
    font-size: 1.6em;
  }
}
nav#nav li span:active, nav#nav li span:focus, nav#nav li span:hover, nav#nav li span:visited {
  border: none;
  background: none;
  outline: 0;
}
nav#nav #projectsLink {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
nav#nav #servicesLink {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
nav#nav #projects {
  height: 60vh;
  width: 12em;
  top: 20%;
  left: 0;
}
@media screen and (max-width: 600px) {
  nav#nav #projects {
    width: 7em;
  }
}
@media screen and (max-width: 768px) {
  nav#nav #projects {
    width: 5em;
  }
}
nav#nav #services {
  height: 60vh;
  width: 12em;
  top: 20%;
  right: 0;
}
@media screen and (max-width: 600px) {
  nav#nav #services {
    width: 7em;
  }
}
@media screen and (max-width: 768px) {
  nav#nav #services {
    width: 5em;
  }
}
nav#nav #about {
  width: 60vw;
  left: 20%;
  height: 10em;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  nav#nav #about {
    height: 7em;
  }
}

/* LANDING */
section#landing {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
  z-index: 0;
  overflow: hidden;
}
section#landing #blackLayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 400;
  overflow: hidden;
}
section#landing img {
  height: 100vh;
  min-width: 100vw;
}

/* SERVICES TRANSITION */
#transitionServices {
  position: absolute;
  background-color: #FFFFFF;
  top: 0;
  right: 0;
  left: 110%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 8000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.transitionServicesHover {
  left: 98% !important;
}

.transitionServicesClick {
  left: 0 !important;
}

/* PROJECTS TRANSITION */
#transitionProjects {
  position: absolute;
  background-color: #1A1A1A;
  top: 0;
  right: 110%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 8000;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.transitionProjectsHover {
  right: 98% !important;
}

.transitionProjectsClick {
  right: 0 !important;
}

/* ABOUT TRANSITION */
#transitionAbout {
  position: absolute;
  background-color: #FFFFFF;
  top: 110%;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 8000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.transitionAboutHover {
  top: 96% !important;
}

.transitionAboutClick {
  top: 0 !important;
}

.transitionVisibility {
  opacity: 1 !important;
  visibility: visible !important;
}

/* FOOTER */
footer#footer {
  position: absolute;
  z-index: 2000;
  width: 100vw;
  bottom: 0em;
}
footer#footer #languagesSection {
  position: absolute;
  left: 5em;
  bottom: 4em;
}
@media screen and (max-width: 700px) {
  footer#footer #languagesSection {
    left: 2em;
    bottom: 3em;
  }
}
footer#footer .languages {
  color: #E9004C;
  font-size: 1.5em;
  background: 0;
  text-transform: lowercase;
  border: 0;
}
footer#footer .languages:active, footer#footer .languages:focus, footer#footer .languages:hover, footer#footer .languages:visited {
  outline: 0;
}
footer#footer #socialNetworks {
  position: absolute;
  right: 4em;
  bottom: 4.5em;
}
@media screen and (max-width: 700px) {
  footer#footer #socialNetworks {
    right: 2em;
    bottom: 3.5em;
  }
}
footer#footer #socialNetworks a {
  font-size: 1.2em;
  color: #E9004C;
  margin-right: 0.8em;
}
footer#footer #socialNetworks a:hover {
  color: rgba(233, 0, 76, 0.8);
}
footer#footer #lineSocial {
  border: 1px solid #E9004C;
  position: fixed;
  right: 0;
  bottom: 5em;
  width: 3.5em;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 700px) {
  footer#footer #lineSocial {
    width: 2em;
  }
}

.extension {
  width: 2.5em !important;
}
