@charset "UTF-8";
/* =============================================================================
color codes
blue = #2298d8; rgb(34,152,216)
gray = #ccc; rgba(0,0,0,0.5)
============================================================================= */
/* =============================================================================
color codes
blue = #2298d8; rgb(34,152,216)
gray = #ccc; rgba(0,0,0,0.5)
============================================================================= */
/* Global Variables ========================================================= */
/* color bar underneath titles */
/* outline and font color #2298d8 */
/* Fonts ==================================================================== */
/*
@font-face {
  font-family: 'Roboto Lt';
  src: url("./fonts/text_fonts/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/text_fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/text_fonts/Roboto-Medium.woff2") format("woff2"), url("./fonts/text_fonts/Roboto-Medium.woff") format("woff"), url("./fonts/text_fonts/Roboto-Medium.ttf") format("truetype"), url("./fonts/text_fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Lt';
  src: url("./fonts/text_fonts/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("./fonts/text_fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/text_fonts/Roboto-Light.woff2") format("woff2"), url("./fonts/text_fonts/Roboto-Light.woff") format("woff"), url("./fonts/text_fonts/Roboto-Light.ttf") format("truetype"), url("./fonts/text_fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Th';
  src: url("./fonts/text_fonts/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("./fonts/text_fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("./fonts/text_fonts/Roboto-Thin.woff2") format("woff2"), url("./fonts/text_fonts/Roboto-Thin.woff") format("woff"), url("./fonts/text_fonts/Roboto-Thin.ttf") format("truetype"), url("./fonts/text_fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }
*/
/* Responsive  Styles ===================================================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.row {
  float: left;
  width: 100%;
  /*  margin-left:15px;
    margin-right:15px; */ }

/* for mobile handset devices */
[class*="col-"] {
  width: 100%; }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left; }

@media only screen and (max-width: 600px) {
  .xs-hidden {
    display: none; }
  .xs-show {
    display: block; }
  .col-xs-1 {
    width: 8.33%; }
  .col-xs-2 {
    width: 16.66%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33%; }
  .col-xs-5 {
    width: 41.66%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33%; }
  .col-xs-8 {
    width: 66.66%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33%; }
  .col-xs-11 {
    width: 91.66%; }
  .col-xs-12 {
    width: 100%; }
  h1 {
    font-size: 1.2em; } }

@media only screen and (min-width: 600px) {
  .sm-hidden {
    display: none; }
  .sm-show {
    display: block; }
  .container {
    width: 590px; }
  .col-sm-1 {
    width: 8.33%; }
  .col-sm-2 {
    width: 16.66%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33%; }
  .col-sm-5 {
    width: 41.66%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33%; }
  .col-sm-8 {
    width: 66.66%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33%; }
  .col-sm-11 {
    width: 91.66%; }
  .col-sm-12 {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .md-hidden {
    display: none; }
  .md-show {
    display: block; }
  .container {
    width: 750px; }
  .col-md-1 {
    width: 8.33%; }
  .col-md-2 {
    width: 16.66%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33%; }
  .col-md-5 {
    width: 41.66%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33%; }
  .col-md-8 {
    width: 66.66%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33%; }
  .col-md-11 {
    width: 91.66%; }
  .col-md-12 {
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .container {
    width: 970px; }
  .col-lg-1 {
    width: 8.33%; }
  .col-lg-2 {
    width: 16.66%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33%; }
  .col-lg-5 {
    width: 41.66%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33%; }
  .col-lg-8 {
    width: 66.66%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33%; }
  .col-lg-11 {
    width: 91.66%; }
  .col-lg-12 {
    width: 100%; } }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px; }
  .col-xl-1 {
    width: 8.33%; }
  .col-xl-2 {
    width: 16.66%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33%; }
  .col-xl-5 {
    width: 41.66%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33%; }
  .col-xl-8 {
    width: 66.66%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33%; }
  .col-xl-11 {
    width: 91.66%; }
  .col-xl-12 {
    width: 100%; } }

/* Form Styles ============================================================ */
form .three-inputs-wrapper {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }

form .form-input {
  box-sizing: border-box;
  padding: 0 15px; }

/* Custom Global Styles =================================================== */
.clear-fix {
  clear: both; }

.align-right {
  float: right; }

.align-left {
  float: left; }

.bold {
  font-weight: bold; }

.ralign {
  text-align: right; }

.lalign {
  text-align: left; }

.show {
  display: block; }

.hide {
  display: none; }

/* Global Styles ========================================================== */
html, body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto Lt', Arial, sans-serif;
  font-size: 1em;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  /*	overflow:hidden; */
  margin: 0;
  padding: 0;
}
  @media only screen and (max-width: 600px) {
    html, body {
      font-size: 1.5em; } }

header {
  padding: 80px 5% 60px;
  position: relative;
  background-color: rgb(0,0,0,.85);
  color: #fff;
  overflow: auto; }

em, h1 {
  font-style: normal; }

h1 {
  display: inline-block;
  margin: 0; }

h2 {
  font-family: 'Quicksand', Arial, sans-serif;
  color: #2298d8;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0 auto 20px;
  display: inline-block;
  padding-bottom: 20px;
  line-height: 42px;
}

h2.contact-me { color: #fff; }
  h2 span {
    position: relative;
    float: left;
    top: 20px;
    /* left: 15%;
    width: 70%; */
    left:0;
    width:100%;
    height: 1px;
    border-bottom: 1px solid #ccc; }

h3 {
  text-transform: none;
  font-size: 1.2em;
  font-weight: 100;
  letter-spacing: .03em;
  -webkit-font-smoothing: antialiased;
}

h4 {
  margin: 60px 0 20px;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1.2px; }
  @media only screen and (max-width: 600px) {
    h4 {
      font-size: 1em; } }

p {
  padding: 1.5em 2em;
  line-height: 1.6em;
  letter-spacing: .5px;
}

a {
  text-decoration: none;
  color: #2298d8;
  opacity: 1; }
  a:hover {
    opacity: .5; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

input, textarea, button {
  cursor: pointer;
  background: transparent;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #2298d8;
  border: 1px solid #2298d8;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  padding-left: 15px;
  vertical-align: baseline; }

input {
  display: inline-block;
  padding-left: 15px !important;
  min-height: 46px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%; }

textarea {
  display: inline-block;
  padding: 15px;
  width: 100%;
  max-width: 100%; }

button {
  padding: 8px 22px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  opacity: 1; }
  button:hover {
    opacity: .7; }
  button:focus {
    outline: #000 dotted; }
  button:disabled {
    opacity: .2;
    cursor: default; }

/* section { border-bottom: 1px solid #ccc; } */
section#contact { background-color:#2298d8;}
section.alt { background: #f7f7f7; }
section.no-border { border-bottom:none; }


@media screen and (max-width: 600px) {
  html { font-size: 12px; }
  h2 { font-size: 2em; }
}

@media screen and (max-width: 400px) {
  html { font-size: 10px; }
  h2 { font-size: .9em; }
}

/* Custom Scrollbars = ==================================================== */
/* ------- main content area -------------- */
.mainContentBox {
  height: 100%;
  overflow: auto;
  position: relative;
  /* opacity: 0; */
  transition: opacity 1s;
  z-index: 200;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box; }

.mCSB_container {
  width: 100% !important;
  position: relative;
  top: 0;
  left: 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2298d8 !important; }

.mCSB_inside > .mCSB_container {
  margin-right: 20px !important; }

/* ------- project view area --------------- */
.projContentBox {
  height: 100.1%;
  width: 100%;
  display: block;
  box-shadow: 0 0 200px 0 rgba(0, 0, 0, 0.7);
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s;
  z-index: 250;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transform: scale(1);
  letter-spacing: .05em; }

@keyframes closeProjectView {
  0% {
    transform: scale(1) rotateX(0);
    top: 0;
    opacity: 1;
    visibility: visible; }
  33% {
    transform: scale(0.7) rotateX(5deg);
    top: 0;
    opacity: 1;
    visibility: visible; }
  66% {
    transform: scale(0.7) rotateX(5deg);
    top: -300px;
    opacity: 0;
    visibility: visible; }
  100% {
    transform: scale(0.7) rotateX(5deg);
    top: -300px;
    opacity: 0;
    visibility: hidden; } }

@keyframes openProjectView {
  0% {
    transform: scale(0.7) rotateX(5deg);
    top: -300px;
    opacity: 0;
    visibility: hidden; }
  33% {
    transform: scale(0.7) rotateX(5deg);
    top: -300px;
    opacity: 0;
    visibility: visible; }
  66% {
    transform: scale(0.7) rotateX(5deg);
    top: 0;
    opacity: 1;
    visibility: visible; }
  100% {
    /* transform: scale(1); */
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible; } }

.projContentBox.close {
  animation-name: closeProjectView;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: forwards; }

.projContentBox.open {
  animation-name: openProjectView;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: forwards; }

/* Nav-bar  =============================================================== */
.nav-bar {
  position: fixed;
  /* background-color:#000; */
  width: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  z-index: 900; }

/* ------- Hamburger icon  ------------ */
.hamburger.light .hamburger-inner {
  background-color: #fff !important; }

/*
  .hamburger:hover {
    background-color: rgba(0,0,0,.25);
    opacity:1;
  }
  */
/* Main Menu  ============================================================= */
/* ------- Endorsements  -------------- */
.endorsementWrapper, .mainMenuLinks {
  height: 50%;
  top: 25%;
  position: absolute; }

.endorsementWrapper {
  background-color: rgba(0, 0, 0, 0.3);
  width: 72%;
  color: #fff;
  /* font-family: 'Apple Garamond', Arial, sans-serif; */
  font-family: 'Roboto', Arial, sans-serif;
  font-style: normal; }

@media screen and (max-width: 700px) {
  .endorsementWrapper {
    display: none; } }

.endorsementSubWrapper {
  position: absolute;
  bottom: 12.5%;
  right: 10%;
  display: block;
  width: 70%;
  padding: 1em;
  text-align: right; }
  .endorsementSubWrapper h3 {
    text-align: right;
    font-size: 1.8em;
    opacity: 0.1;
    font-weight: 500;
    padding-right: 10px; }

.pictoQuote {
  color: #FC0;
  font-size: 3em;
  padding: 0 10px;
  font-style: normal; }

.endorsement {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3em;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 1.2px; }

.endorsement::before, .endorsement::after {
  color: #2298d8;
  font-size: 1.8em;
  font-style: normal; }

.endorsement::before {
  content: "“";
  padding-right: 15px; }

.endorsement::after {
  content: "”";
  padding-left: 15px;
  position: absolute; }

.endorsementAuthor {
  opacity: .4;
  font-size: 1em;
  padding-right: 10px;
  letter-spacing: 1.1px;
  font-family: 'Apple Garamond', Arial, sans-serif;
  font-weight: normal;
  font-style: italic; }

@media screen and (max-width: 992px) {
  .endorsementSubWrapper {
    bottom: 5%;
    width: 80%;
    padding: .8em 1em; }
  .endorsementWrapper h3 {
    margin: 10px 0;
    padding-right: 0; }
  .endorsementWrapper .endorsement {
    font-size: .8em;
    line-height: 1.3em; }
  .endorsementWrapper .endorsementAuthor {
    font-size: .8em; } }

/* ------- Main-Menu  ----------------- */
.mainMenu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 300;
  opacity: 0;
  background-color: #222;
  transform: scale(1.2);
  transition: opacity .5s, transform .5s;
  transform-origin: right top 0; }
  .mainMenu.visible {
    opacity: 1;
    transform: scale(1); }
  .mainMenu .mainMenuLinks {
    display: block;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 28%;
    left: 68%;
    min-height: 200px;
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    font-style: normal;
    list-style: none;
    z-index: 2;
    filter: blur(30px); }
    @media screen and (max-width: 600px) {
      .mainMenu .mainMenuLinks {
        font-size: 1.6em;
        left: 0;
        width: 100%; } }
    .mainMenu .mainMenuLinks.visible {
      opacity: 1;
      transform: translateX(30px);
      transition: transform .5s;
      transform-origin: left;
      filter: blur(0); }
      .mainMenu .mainMenuLinks.visible .menuLink a {
        display: table-cell;
        color: #fff;
        vertical-align: middle;
        padding: 0 20px;
        letter-spacing: 4px;
        transition: opacity 0.5s;
        background-color: transparent; }
        .mainMenu .mainMenuLinks.visible .menuLink a:hover {
          opacity: 1;
          color: #2298d8; }
  .mainMenu .menuLink {
    display: table;
    height: 20%;
    line-height: 20%;
    padding-left: 10%;
    opacity: 0;
    bottom: 20px;
    position: relative;
    transform: scale(0.8);
    transform: translateX(30px);
    transition: opacity 0.5s, transform 0.5s, filter 0.5s;
    transform-origin: right center; }
  .mainMenu .homeLink, .mainMenu .aboutLink, .mainMenu .processLink, .mainMenu .workLink, .mainMenu .contactLink {
    opacity: 1;
    bottom: 0;
    transform: scale(1); }

#main {
  text-align: center; }
  #main:focus {
    border: none;
    outline: none; }

.portfolio-body {
  background-color: #000;
  height: 100%; }

.wrapper {
  width: 100%;
  height: 100%;
  display: table; }

.subWrapper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px; }

/* Introduction  ============================================================ */
.sectionIntro {
  position: relative;
  transition: filter 1s, opacity 1s;
  color: #2298d8;
  height: 100vh;
  /* -------------- role-title -------------*/
  /* -------------- my-roles ----------------*/ }
  .sectionIntro.hidden {
    opacity: 0; }
  .sectionIntro .office-bg {
    background: url("../img/office_bg_opt.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .2;
    transition: filter 1s; }
    .sectionIntro .office-bg.blured {
      filter: blur(20px); }
  .sectionIntro .btnNext {
    cursor: pointer; }

@keyframes bouncingArrow {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 10px; } }
    .sectionIntro .btnNext .bouncing-arrow {
      animation-name: bouncingArrow;
      animation-duration: .5s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      animation-direction: alternate;
      color: #fff;
      opacity: 1;
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      transition: margin-top 1s;
    }
  .sectionIntro .btnNext .bouncing-arrow:hover {
    opacity: .5;
  }
  .sectionIntro .intro-title {
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    letter-spacing: .1em;
    font-size: 4em;
    /* position: relative;
    top: -80px; */
    opacity: 1;
    transition: top 1s, opacity 1s;
    transition-delay: .3s; }
    @media only screen and (max-width: 600px) {
      .sectionIntro .intro-title {
        font-size: 3em; } }
    .sectionIntro .intro-title em {
      font-family: 'Montserrat', Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase; }
  .sectionIntro.hidden .intro-title, .sectionIntro.hidden .my-roles {
    opacity: 0; }
  .sectionIntro .my-roles {
    color: #fff;
    display: inline-block;
    font-size: 1.7em;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    height:40%;
    line-height: 32px;
    /* margin-top: 35px; */
    opacity: 1;
    transition: opacity 1s, top 1s;
    transition-delay: .3s;
    /* position: relative;
    top: -80px; */
    }
    .sectionIntro .my-roles h1 {
      color: #fff; }
      .sectionIntro .my-roles h1 span {
        margin-right: 10px;
        font-size: .5em; }
        @media only screen and (max-width: 600px) {
          .sectionIntro .my-roles h1 span {
            font-size: .8em; } }
      /*.sectionIntro .my-roles h1 .role-title {*/
      .sectionIntro .my-roles .role-title {
        font-family: 'Oxygen', Arial, sans-serif;
        font-weight: normal;
        color: #2298d8;
        text-transform: uppercase; }
      @media only screen and (max-width: 600px) {
        .sectionIntro .my-roles h1 .role-title {
          font-size: 1em; } }
    .sectionIntro .my-roles #location:hover {
      cursor: pointer;
      color: #2298d8; }
    .sectionIntro .my-roles em {
      display: inline-block;
      position: relative;
      transition: none; }
      .sectionIntro .my-roles em .under-lined {
        position: absolute;
        height: 2px;
        bottom: 0;
        left: 0;
        opacity: 1;
        overflow: hidden;
        transition: opacity 1s, width 1s, margin 1s;
        width: 100%; }
        .sectionIntro .my-roles em .under-lined:after {
          border-bottom: 2px dotted #2298d8;
          content: "";
          display: block;
          position: absolute;
          height: 1px;
          width: 200%;
          top: 0;
          left: 2px; }
      .sectionIntro .my-roles em span#location {
        font-weight: 500; }

.sectionIntro .statusUXDesigner, .sectionIntro .statusFrontDev {
  color: #ffff00;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: 'Stark', Arial, sans-serif;
  font-weight: normal;
  font-style: normal; }

.sectionIntro .statusUXDesigner {
  margin-right: 15px; }

.sectionIntro .statusFrontDev {
  margin-left: 18px;
  margin-right: 15px; }

.wrapperBtnNextSection {
  position: absolute;
  bottom: 15%;
  display: block;
  color: #fff;
  opacity: 1;
  z-index: 1;
  height: 70px;
  width: 100%;
  text-align: center;
  transition: bottom 1s, opacity 1s, transform 1s; }

.wrapperBtnNextSection.beginningStep {
  bottom: 50px;
  opacity: 0;
  /*transform:scale(0);*/
  /*bottom:120px;*/ }

.subWrapperBtnNextSection {
  display: inline-block;
  font-size: 2em;
  width: 70px;
  height: 70px;
  transition: transform .5s; }

.subWrapperBtnNextSection:hover {
  cursor: pointer; }

html:not(.can-touch) .subWrapperBtnNextSection:hover {
  color: #ffff00; }

@media screen and (max-width: 800px) {
  .subWrapperBtnNextSection .btnNextSection.movingArrow {
    animation: none; } }

/* Team Comments  =========================================================== */
#comments {
  background-color: #fff;
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box; }

/* About Me  ================================================================ */
#aboutMe {
  background-color: #fff;
  padding: 90px 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}
#aboutMe h3 {
  font-weight:bold;
  font-size:1.5em;
  font-family: 'Quicksand', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  #aboutMe h2 {
    padding-top:40px;
  }
}
#aboutMe .resume {
  display: inline-block;
  border: 1px solid #2298d8;
  border-radius: 4px;
  color: #2298d8;
  visibility: hidden;
  width: 1px;
  /* width:60px; */
  /* height:60px; */
  opacity: 0;
  margin-right: 0px;
  margin-left: 0px;
  z-index: 1;
  vertical-align: middle;
}
    #aboutMe .resume:hover {
      opacity: 1; }
      #aboutMe .resume:hover svg {
        opacity: .5; }
    #aboutMe .resume span {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      padding: 10px; }
    #aboutMe .resume svg {
      font-size: 40px;
      color: #2298d8;
      margin-left: 5px; }

@media only screen and (max-width: 1024px) {
 #aboutMe div:first-child {
   text-align:center;
 }
}
/* My Skills ================================================================ */
#mySkills {
  background-color: #f7f7f7;
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box; }

/* -------------- bar chart ----------------*/
.bar-chart-wrapper {
  padding: 50px 0;
  width: 60%;
  margin: 0 auto 0 auto;
  display: block; }
  .bar-chart-wrapper .bar-chart {
    list-style: none;
    height: 450px;
    position: relative;
    background: url(../img/axis.png) repeat-x;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    text-align: left;
    margin: 0px; }
    .bar-chart-wrapper .bar-chart .label {
      color: #666666;
      text-align: right;
      margin: -0.6em 20px 100px 0;
      font-size: 12px;
      font-size: 1rem;
      font-weight: normal;
      text-shadow: 0px 1px 1px #ffffff; }
    .bar-chart-wrapper .bar-chart li {
      margin: 0 1.6% 0 0;
      display: inline-block;
      width: 14.5%;
      height: 100%;
      text-align: center;
      font-weight: normal;
      color: #FFF;
      position: relative;
      font-size: 18px;
      font-size: 1.8rem;
      border: #BBB solid 1px;
      vertical-align: bottom;
      border-bottom: #BBB solid 1px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
      -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
      box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6); }
      .bar-chart-wrapper .bar-chart li:nth-child(6n) {
        margin-right: 0; }
    .bar-chart-wrapper .bar-chart .percent, .bar-chart-wrapper .bar-chart .skill {
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); }
    .bar-chart-wrapper .bar-chart .percent {
      opacity: 0.3;
      position: absolute;
      bottom: 35px;
      font-size: 2em;
      width: 100%;
      line-height: 1em; }
      .bar-chart-wrapper .bar-chart .percent span {
        font-size: 24px;
        font-size: 2rem;
        /* padding-left: 3px; */ }
    .bar-chart-wrapper .bar-chart .skill {
      position: absolute;
      bottom: 10px;
      width: 100%;
      font-size: 16px;
      font-size: .7em; }
    .bar-chart-wrapper .bar-chart .blue, .bar-chart-wrapper .bar-chart .green, .bar-chart-wrapper .bar-chart .red, .bar-chart-wrapper .bar-chart .brown {
      height: 0px; }
    .bar-chart-wrapper .bar-chart .blue {
      border-color: #2298d8;
      background-color: #2298d8; }
    .bar-chart-wrapper .bar-chart .red {
      border-color: #e14949;
      background-color: #da6d6c; }
    .bar-chart-wrapper .bar-chart .green {
      border-color: #61b3a9;
      background-color: #61b3a9; }
    .bar-chart-wrapper .bar-chart .brown {
      border-color: #bd8f5c;
      background-color: #bd8f5c; }

.bar-chart li.axis {
  width: 8%;
  border: 0;
  border-right: #DDD solid 1px;
  height: 452px;
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 0 0 0 #ffffff;
  -moz-box-shadow: inset 0 0 0 0 #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff; }

@media only screen and (min-width: 768px) {
  .bar-chart-wrapper {
    /* width:90%; */ } }

@media only screen and (max-width: 768px) {
  .bar-chart-wrapper {
    width: 80%; }
    .bar-chart-wrapper .bar-chart li {
      margin-right: 5px;
      width: 14.5%; }
    .bar-chart-wrapper .bar-chart li.axis {
      text-align: left;
      width: 10%; }
    .bar-chart-wrapper .bar-chart .percent {
      font-size: 1em;
      bottom: 10px; }
    .bar-chart-wrapper .bar-chart .skill {
      font-size: .5em;
      bottom: -25px;
      color: #000; }
    .bar-chart-wrapper .bar-chart .label {
      text-align: left;
      font-size: .5em; } }

/* Contact-Me  ============================================================== */
#contactForm input, #contactForm textarea, #contactForm button {
  background-color: #fff;
  color: #414141;
  border: 1px solid #ccc; }

#contactForm button {
  margin-top: 20px;
  text-align: center;
  width: 100%; }

/* Recent projects  ========================================================= */
#work {
  padding: 90px 0;
  display: block;
  background-color: #fff;
  text-align: center;
  /* position:relative; */
  overflow: hidden;
  box-sizing: border-box; }

#work button span {
  margin-right: 10px; }

#work ul {
  padding: 0;
  margin: 20px 15% 60px;
  list-style: none;
  box-sizing: border-box; }

#work ul li {
  height: 240px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  border-right: 5px solid #fff;
  margin-top: 5px;
  transform: scale(1);
  position: relative;
  transition: width .6s, height 6s, transform .5s .6s, opacity .5s .6s, border-radius .5s;
  transform-origin: center center;
  list-style: none;
  box-sizing: border-box;
}

#work ul li.hidden {
  display: none; }

#work span.project {
  transition: none;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

#work .details-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  position: relative;
  z-index: 10;
  font-size: 1.2em;
  transition: opacity .5s; }

#work .details-wrapper:hover {
  opacity: 1; }

.details-wrapper .details {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
  transition: transform .5s;
  box-sizing: border-box;
}
.details-wrapper .details:hover { transform: scale(1.2); cursor:pointer; }
.details-wrapper .workTitle {
  color: #2298d8;
  font-size: 1em;
  letter-spacing:.03em;
  font-weight: normal;
  font-style: normal;
  line-height:1em;
}
.details-wrapper .workTitle span {
  opacity:.2;
  color:#fff;
  font-size:1.3em;
  margin:0 3px;
}

.details-wrapper .infoCompWork {
  color: #fff;
  font-family: 'Roboto Lt', Arial, sans-serif;
  font-size: .8em;
  font-weight: 100;
  margin-top: 2px;
  display: block;
  margin-top:5px;
  }

.details-wrapper em {
  color: #fff;
  opacity:.35;
  font-weight: 200;
  font-size: .7em;
  margin-top: 20px;
  display: inline-block;
  }
  @media only screen and (max-width: 600px) {
    #work ul li { border-right: 0; }
    .details-wrapper .workTitle {
      font-size: .8em;
      line-height:1.2em;
    }
    .details-wrapper .infoCompWork { font-size: .7em; font-weight: 500; }
    .details-wrapper em { font-size: .6em; font-weight: 500; }
  }


/*
@media only screen and (max-width: 768px){
  .details-wrapper {
    .workTitle { font-size: 1em;
      line-height:1em;}
    .infoCompWork { font-size: .8em; }
  }
}
*/
/* -------------- Project details --------------*/
@media only screen and (max-width: 600px) {
  .project-details header{
    background-position-x: 90%;
  }
}
.project-details .project-details-nav {
  position: relative;
  top: -30px; }

.project-details .previous-project, .project-details .next-project {
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  top: 0;
  padding: 0.7em 1.2em; }

.project-details .previous-project {
  left: 10px; }

.project-details .next-project {
  right: 10px; }

.project-details i {
  color: #fff;
  margin-right: 10px; }

.project-details h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
}

.project-details h3 {
  color:#fff;
  font-size: 1.2em;
  margin-top: 10px;
  /* letter-spacing: .05em; */
  font-family: 'Roboto Lt', Arial, sans-serif; }

.project-details em {
  color: #fff;
  font-size: 1.3em;
  font-weight:100;
  position: relative;
  margin-top: 50px;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif; }

@media only screen and (max-width: 600px) {
  .project-details h2 {
    font-size: 2em;
    line-height: 36px;
  }
  .project-details h3 {
    margin-top: 10px;
    font-size: 1.1em;
  }
  .project-details em {
    margin: 20px 0 60px !important;
    font-size: 1.3em;
  }
  .project-details .project-details-nav {
    top: 0;
  }
}

.project-summary {
  padding: 40px 0;
  background-color:#f7f7f7;
  border-bottom:1px solid #ccc;
  text-align: center;
  overflow: hidden;
  font-family: 'Quicksand', Arial, sans-serif;
  }
  .project-summary div.wrapper:first-child {
    font-weight: 100;
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
    letter-spacing: .03em; }
  .project-summary div.wrapper .row {
    padding-bottom: 10px;
  }
    .project-summary div.wrapper .row:first-child {
        min-height:45px;
    }
    .project-summary div.wrapper .row:last-child {
      padding-bottom: 0; }
    .project-summary div.wrapper .row div:first-child {
      font-weight: bold;
      font-family: 'Roboto Lt', Arial, sans-serif;
    }
  .project-summary div.wrapper ul li {
    font-size: .9em;
    margin-right: 5px;
    line-height: 2.2em;
    display: inline-block; }
    .project-summary div.wrapper ul li span {
      border-radius: 4px;
      color: #fff;
      background-color: #808080;
      /* background-color: #2298d8; */
      padding: 4px 10px; }

/* -------------- Scroll to top ------------------- */
.scroll-to-top {
  position:fixed;
  bottom:0;
  left:0;
  padding:10px;
  width:100%;
  z-index:950;
}
.scroll-to-top  div {
    cursor:pointer;
    opacity:.2;
    position:absolute;
    bottom:30px;
    right:50px;
    padding:15px;
    margin:0;
    font-size:3em;
    transition: all .2s ease-in-out;
}
.scroll-to-top  div:hover {
  opacity:.7;
  transform: scale(1.3);
}
/* -------------- Project slides ------------------ */
.project-slides {
  position: relative;
  overflow: hidden;
}
.project-slides ul li { opacity: 0; }
.project-slides ul li.hidden { display: none; }
.project-slides ul li span {
      display: block;
      margin: 40px 0 40px 10%;
      max-width: 80%;
      min-height: 50px;
}
  .project-slides button {
    position: absolute;
    top: 33.3%;
    box-shadow: none;
    border: none; }
    .project-slides button.prev-slide {
      left: 5%; }
    .project-slides button.next-slide {
      right: 5%; }
    .project-slides button svg {
      color: #ccc; }
  .project-slides img {
    height: 100%;
    width: 100%;
    max-width: 1024px; }
    @media only screen and (max-width: 1024px) {
      .project-slides img {
        width: 80%; } }
  .project-slides .slide span {
    display: block;
    padding: 40px 0;
    width: 80%;
    margin: 0 auto;
    min-height: 60px; }

/* -------------- Project navigation ------------- */
.proj-slides-nav {
  background-color: #f7f7f7;
  padding: 20px 0;
  border-top: 3px solid #f2f2f2;
  border-bottom: 3px solid #f2f2f2; }
  .proj-slides-nav ul {
    list-style-type: none; }
    .proj-slides-nav ul li {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
      .proj-slides-nav ul li button {
        height: 12px;
        width: 12px;
        line-height: 12px;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 0; }
        .proj-slides-nav ul li button:focus {
          outline: none; }
      .proj-slides-nav ul li span {
        transition: .3s;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #ccc; }
      .proj-slides-nav ul li.active button {
        cursor: default; }
        .proj-slides-nav ul li.active button:hover {
          opacity: 1; }
      .proj-slides-nav ul li.active span {
        background-color: #2298d8; }

/* -------------- Project images ------------- */
@media only screen and (max-width: 800px) {
  .project-img {
    max-width: 640px; } }

@media only screen and (min-width: 1192px) {
  .project-img {
    max-width: 1024px; } }

#sectWorkSlides {
  background-color: #fff; }

#sectUXDeliverables h2 {
  color: #000;
  margin-bottom: 40px; }

#sectUXDeliverables h3 {
  opacity: 0.5;
  margin-top: 10px; }

#sectUXDeliverables em {
  color: #2298d8;
  font-size: 1.3em;
  font-family: 'Roboto', Arial, sans-serif;
  letter-spacing: .05em; }

#sectUXDeliverables div:first-child {
  margin-top: 80px; }

#sectUXDeliverables ul#lstUXDeliverables li {
  display: inline-block;
  font-family: 'Roboto Lt', Arial, sans-serif;
  font-weight: 100;
  border-radius: 4px;
  background-color: #2298d8;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  margin: 2px; }
  #sectUXDeliverables ul#lstUXDeliverables li.hide {
    display: none; }

/* Footer  ================================================== */
#footer {
  overflow: hidden;
  position: relative;
  text-align: center;
  bottom:0px;
  }
  #footer .office-bg-footer {
    background: url("../img/office_bg_opt.jpg");
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .07;
    z-index: -1; }
  #footer svg.selectable:hover {
    cursor: pointer;
    opacity: .5; }
  #footer .footer-ico {
    color: #f7f7f7;
    padding-top: 67px;
    padding-bottom: 30px; }
    #footer .footer-ico div:first-child {
      margin-bottom: 20px;
      font-size: 26px; }
    #footer .footer-ico div svg {
      font-size: 1.3em !important;
      color: #fff; }
    #footer .footer-ico a {
      color: #939393;
      text-decoration: none; }
    #footer .footer-ico div:last-child {
      color: #939393; }
  #footer .footer-social-ico {
    background: #2298d8;
    padding: 70px 0;
    position: relative;
    text-align: center; }
    #footer .footer-social-ico p {
      padding: 0;
      font-size: 12px;
      color: #fff; }
    #footer .footer-social-ico li {
      display: inline-block;
      margin: 5px 10px; }
      #footer .footer-social-ico li svg {
        box-sizing: border-box;
        color: #fff;
        font-size: 2em;
        vertical-align: middle; }

@media only screen and (max-width: 400px) {
  .footer-ico, .footer-social-ico p {
    font-size: 1.6em; }
  .footer-social-ico {
    margin-top: 40px;
    margin-bottom: 15px; }
    .footer-social-ico ul li svg {
      font-size: 2.8em !important; } }
