/* compiled by scssphp v0.3.3 on Wed, 21 Feb 2018 10:58:56 +0000 (0.0749s) */

.background, body, .wrapper-site {
  background-color: #faf8f5; }

.grey, .footer .copyright {
  color: #90989f; }

.darkgrey, .navRight .menuNav ul li, .navRight .menuNav ul li a {
  color: #91989a; }

.navyBlue, a, a:hover, .navRight .menuNav .menuNav-title, .navRight .menuNav ul li a:hover, .header .container .nav-title, .main .heading, .main .gridItem a, .main .gridItem a:hover, .footer .haveproject, .footer .slogan {
  color: #0b2335; }

.blueGrey, .main .excerpt {
  color: #51606c; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  font-size: 1.5rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
  font-family: Merriweather Sans, "Helvetica Neue", Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6, .heading {
  /* font-family: Merriweather Sans, "Helvetica Neue", Helvetica, sans-serif; */
  font-family: "Source Sans Pro", Arial, "sans-serif"; }

h1 {
  font-weight: 300;
  /* color: #0b2335; */ }
/*
 body {
 font-family: 'Ubuntu', sans-serif;
 background-color: #FAF8F5;
 }
 */
/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"] {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }

#videoPanel {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 1000000;
  background-color: #000;
  /* #faf8f5; */ }
  #videoPanel video {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%; }
  #videoPanel a.closeBT {
    position: absolute;
    top: 45px;
    right: 10px;
    color: #fff;
    z-index: 1.0E+21;
    text-shadow: 0px 0px 6px #8c8c8c;
    font-size: 29px; }
  #videoPanel a.closeBT:hover {
    text-decoration: underline;
    color: #4597bd;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

a.playBT {
  position: fixed;
  top: 45px;
  right: 10px;
  color: #fff;
  z-index: 1.0E+21;
  text-shadow: 0px 0px 6px #8c8c8c;
  font-size: 29px; }

a.playBT:hover {
  text-decoration: underline;
  color: #4597bd;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
/*-------------------------------*/
/*- CLEARFIX --------------------*/
/*-------------------------------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row {
  *zoom: 1; }

a, a:hover {
  text-decoration: none !important; }

.column {
  margin-bottom: 20px; }

.navRight {
  background-color: #fff;
  box-shadow: 1px 0 0 rgba(0, 0, 0, .1) inset;
  padding-top: 0;
  position: fixed;
  top: 0;
  z-index: 1;
  opacity: 0;
  display: none;
  /*
   -webkit-transform: scale(0.95);
   transform: scale(0.95);
   */
  transition: all 0.3s ease-in-out 0s;
  font-size: 1.4rem;
  width: 240px;
  height: 100%;
  right: 0; }
  .navRight .menuNav {
    padding: 20px 20px 5px; }
    .navRight .menuNav .menuNav-title {
      border-bottom: 2px solid #0b2335;
      display: inline-block;
      margin-bottom: 0.5em;
      padding-bottom: 0.2em;
      font-size: 1.5rem;
      font-weight: 800;
      text-transform: none;
      line-height: 1.5; }
    .navRight .menuNav ul {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      vertical-align: baseline;
      background: rgba(0, 0, 0, 0);
      list-style: none;
      font-family: Merriweather; }
      .navRight .menuNav ul li {
        display: block;
        margin: 0;
        text-align: left;
        padding: 5px 0; }
        .navRight .menuNav ul li a {
          transition: color 0.2s ease-out; }
        .navRight .menuNav ul li a:hover {
          transition: color 0.2s ease-out; }
/*---------------------------*/
/*- WRAPPER POSITIONING -----*/
.navRight.open {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow-y: auto;
  overflow-x: hidden; }

.navRight.open + .wrapper-site {
  left: -240px; }

.wrapper-site {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  transition: left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
  z-index: 2; }
/*
 .wrapper-site::before {
 content:'';
 background: url('/public/img/icFakron16b.png');
 height: 155px;
 width: 356px;
 position: absolute;
 }
 */
.smallBottom {
  padding-bottom: 15px; }

a.legalLink {
  color: #ababab;
  font-weight: 100;
  cursor: pointer; }

a.legalLink:hover {
  color: #45b5e2; }

#motionParent {
  position: relative; }

#motionBox {
  position: absolute;
  background-color: white;
  width: 500px;
  left: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.5rem;
  -moz-box-shadow: 0px 4px 18px 0px rgba(155, 155, 155, 0.96);
  -webkit-box-shadow: 0px 4px 18px 0px rgba(155, 155, 155, 0.96);
  -o-box-shadow: 0px 4px 18px 0px rgba(155, 155, 155, 0.96);
  box-shadow: 0px 4px 18px 0px rgba(155, 155, 155, 0.96);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=NaN, Strength=10);
  color: black;
  line-height: 22px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-200%);
  -ms-transform: translateX(-50%) translateY(-200%);
  transform: translateX(-50%) translateY(-200%);
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s; }
  #motionBox .motionTitle {
    text-align: center;
    padding-bottom: 30px;
    font-weight: normal; }
  #motionBox .motionSoft {
    color: grey; }

#motionBox.isOpen {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%); }

@media (max-width: 520px) {
  #motionBox {
    max-width: 90vw; } }
/*-------------------------------*/
/*- CONTENT CONTAINERS ----------*/
.haveproject a {
  border-bottom-style: solid;
  border-bottom-width: 0.15em;
  padding-bottom: 0.1em;
  transition: all 0.2s ease-out;
  border-color: #45b5e2; }

.haveproject a:hover {
  padding-bottom: 0.05em;
  transition: padding-bottom 0.1s ease-out; }
/*---------------------------*/
/*- WRAPPERS ----------------*/
#wrapper-site, .wrapper-site {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  transition: left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
  z-index: 2; }

.wrapper-content {
  position: relative; }
/*---------------------------*/
/*- CONTAINER ---------------*/
.container {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px; }

body.notMain .header .container {
  padding-top: 150px; }
  body.notMain .header .logo img {
    max-height: 120px;
    max-width: 70vw;
    margin-top: 0; }

.header .container {
  padding-bottom: 0;
  padding-top: 8.25%;
  /* active state, i.e. menu open */ }
  .header .container .logo {
    float: left;
    padding: 0;
    overflow: hidden; }
    .header .container .logo img {
      /*max-height: none;*/
      max-width: 70vw;
      margin-top: 18%; }
  .header .container .navOpener {
    float: right;
    margin: 0;
    line-height: 40px;
    position: relative; }
  .header .container .navOpener a {
    color: #323232;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
    display: inline-block !important;
    display: inline-flex !important;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }
  .header .container .nav-title {
    display: block;
    font-size: 1.2rem;
    float: left;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
    text-transform: lowercase;
    position: relative; }
  .header .container .nav-title:before {
    color: #90989f;
    content: "\e600";
    display: block;
    font-family: 'layers-icons';
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-animation-name: bounceHorizontal;
    animation-name: bounceHorizontal;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 0.763s;
    animation-duration: 0.763s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: opacity 0.472s ease-out; }
  .header .container .navOpener .nav-title:before, .header .container .navOpenerA:hover .nav-title:before {
    transition: opacity 0.472s ease-out;
    transition-property: opacity;
    transition-duration: 0.472s;
    transition-timing-function: ease-out;
    transition-delay: initial; }
  .header .container .navOpenerA:hover .nav-title:before {
    opacity: 1; }
  .header .container .c-hamburger {
    display: block;
    float: right;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .header .container .c-hamburger:focus {
    outline: none; }
  .header .container .c-hamburger .l-menu {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    height: 4px;
    background: #0b2335;
    text-indent: -9999px; }
  .header .container .c-hamburger .l-menu:before, .header .container .c-hamburger .l-menu:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0b2335;
    content: ""; }
  .header .container .c-hamburger .l-menu:before {
    top: -10px; }
  .header .container .c-hamburger .l-menu:after {
    bottom: -10px; }
  .header .container .c-hamburger .l-menu {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s; }
  .header .container .c-hamburger .l-menu:before, .header .container .c-hamburger .l-menu:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s; }
  .header .container .c-hamburger .l-menu:before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .header .container .c-hamburger .l-menu:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }
  .header .container .is-active .c-hamburger .l-menu {
    background: none; }
  .header .container .is-active .c-hamburger .l-menu:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .header .container .is-active .c-hamburger .l-menu:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .header .container .is-active .c-hamburger .l-menu:before, .header .container .is-active .c-hamburger .l-menu:after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s; }

.notMain .main {
  padding-top: 255px; }

.paddingBottomMax {
  padding-bottom: 150px; }

.paddingBottomMed {
  padding-bottom: 80px; }

.main p {
  color: #51606c;
  font-weight: lighter;
  text-align: justify; }
  .main p a:hover {
    padding-bottom: 0.05em;
    transition: padding-bottom 0.1s ease-out; }
  .main p a {
    border-bottom-style: solid;
    border-bottom-width: 0.15em;
    padding-bottom: 0.1em;
    transition: all 0.2s ease-out;
    border-color: #45b5e2; }
  .main .top_desc {
    padding-bottom: 135px; }
  .main .top_desc .excerpt {
    max-width: 745px; }
  .main h5.titleParaf {
    font-size: 2rem;
    color: #0b2335; }
  .main .heading {
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 0.3em;
    padding-bottom: 2px;
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    /* font-family: Merriweather; */
    line-height: 1.5; }
  .main .heading:after, .main .heading:before {
    top: 100%;
    left: 3.3rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -moz-transform: scale(0.99999); }
  .main .heading:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #faf8f5;
    border-width: 9px;
    margin-left: -9px; }
  .main .heading:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #0b2335;
    border-width: 12px;
    margin-left: -12px; }
  .main .excerpt {
    margin-top: 10px;
    font-family: Merriweather;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.85; }
  .main .text-center .heading:after, .main .text-center .heading:before {
    left: 50%; }
  .main .text-large.section-title {
    margin-top: 30px;
    margin-bottom: 0px; }
  .main .section-title {
    margin-bottom: 30px; }
  .main .text-large .heading {
    font-size: 6.4rem;
    padding-bottom: 26px;
    line-height: 1.25;
    font-weight: 300; }
  .main .gridItem {
    width: 100%;
    height: 100%; }
  .main .gridItem a:hover img:first-child {
    opacity: 1;
    transition: opacity 0.3s linear; }
    .main .gridItem a:hover img:last-child {
      opacity: 0;
      transition: opacity 0.3s linear; }
  .main .gridItem .subImg {
    background-size: contain;
    position: relative; }
    .main .gridItem .subImg img:first-child {
      width: 100%;
      height: auto;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s linear;
      backface-visibility: hidden;
      transform: translateZ(0) scale(1, 1); }
    .main .gridItem .subImg img:last-child {
      width: 100%;
      height: auto;
      pointer-events: none;
      position: absolute;
      top: 0px;
      left: 0px;
      transition: opacity 0.3s linear;
      backface-visibility: hidden;
      transform: translateZ(0) scale(1, 1); }
  .main .gridItem .subTxtTitle {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    font-weight: 900;
    padding: 5px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    z-index: 2 !important;
    display: block; }
  .main .gridItem .subTxtDesc {
    font-size: 14px;
    font-weight: 300;
    display: block;
    text-align: center;
    clear: none;
    margin: px 0px 0px px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    z-index: 2 !important;
    text-transform: lowercase; }
  .main .gridItem .subTxtSpace {
    clear: both;
    height: 5px !important;
    background: none !important; }
  .main .gridItem .subBottomSpace {
    height: 22px;
    margin-bottom: 25%; }
  .main .smallBox {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px; }
  .main .smallBox .iconRow {
    font-size: 5em;
    line-height: 1em; }
  .main .smallBox .title {
    padding-top: 10px;
    padding-bottom: 15px; }

.footer {
  clear: both;
  padding-top: 20px; }
  .footer .haveproject {
    font-size: 4.8rem;
    font-weight: 300;
    margin-right: 0;
    text-align: center;
    width: 100%;
    letter-spacing: 0.01em;
    line-height: 1.85;
    font-family: Merriweather;
    margin-bottom: 166px;
    padding-top: 6%;
    padding-bottom: 4%; }
  .footer .copyright {
    font-size: 1.2rem;
    margin-right: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 45px; }
  .footer .slogan {
    margin-right: 0;
    text-align: center;
    width: 100%; }
  .footer .slogan p {
    margin-bottom: 0; }

.addShadow {
  -webkit-box-shadow: 4px 4px 10px 0px #020202;
  -moz-box-shadow: 4px 4px 10px 0px #020202;
  box-shadow: 4px 4px 10px 0px #020202; }

.barPercent {
  height: 1.5em;
  margin-bottom: 2px;
  margin-top: 2px;
  position: relative; }
  .barPercent .bar {
    float: right;
    border: 1px solid #0b2335;
    height: 80%;
    width: 50%;
    line-height: 1.5;
    margin-top: 1px; }
  .barPercent .bar div {
    background-color: #0b2335;
    border: 1px solid #faf8f5;
    height: 100%; }

.grid__brick .grid__brick-inner {
  /*
   background-color: #F0F0F0;
   border: 1px solid rgba(0, 0, 0, 0.3);
   */
  /* height: 100px; */
  min-width: 200px; }

.grid__brick:nth-child(n+4) {
  margin-top: 15px; }
/* CV ------------------- */
.cvGroup {
  padding-bottom: 40px; }
  .cvGroup .cvDate {
    min-width: 100px;
    color: #51606c;
    text-align: center;
    padding-right: 0;
    padding-left: 0; }
  .cvGroup .cvCompany {
    padding-right: 30px;
    font-weight: bold;
    color: #0b2335; }
  .cvGroup .cvSub {
    color: #0b2335; }

@media (max-width: 767px) {
  .cvGroup .cvDate {
    text-align: left; }

  .main .text-large .heading {
    font-size: 5.5rem; } }
/* END CV ------------------- */
@media (max-width: 767px) {
  /* Padding on the grid column is keep it from getting smaller than 30px */
    .grid__brick:nth-child(n+3) {
      margin-top: 15px; }
    .shuffle--fluid .shuffle__sizer {
      padding: 0; } }

@media only screen and (max-width: 860px) {
  /*
   .home .header-site:not(.header-center) .logo {
   max-width: 100%;
   }
   */
    .column, .media {
      width: 100% !important; } }

@-webkit-keyframes bounceHorizontal {
  0% {
    left: -1.52em; }

  50% {
    left: -1.1em; }

  100% {
    left: -1.52em; } }

@keyframes bounceHorizontal {
  0% {
    left: -1.52em; }

  50% {
    left: -1.1em; }

  100% {
    left: -1.52em; } }

.bounceHorizontal {
  -webkit-animation-name: bounceHorizontal;
  animation-name: bounceHorizontal; }

.projects #premain {
  width: 100%; }
  .projects .backgroundBis {
    height: 100vh;
    background-size: cover;
    overflow: hidden; }
  .projects .pageHeadImg {
    max-width: 100%;
    max-height: 50vh; }
  @media (max-width: 767px) {
  .projects .pageHead .pageHeadImg {
    max-height: 30vh; }
    .projects .pageHead .excerpt {
      font-size: 1.7rem;
      line-height: 1.6; } }

#parentFrm {
  position: relative; }
  #parentFrm .contactFrm {
    /*
     ::-webkit-input-placeholder { 
     color: red; opacity:1 !important; text-overflow: ellipsis; 
     }
     :-moz-placeholder { 
     color: #acacac !important; opacity:1 !important; text-overflow: ellipsis; 
     }
     ::-moz-placeholder { 
     color: #acacac !important; opacity:1 !important; text-overflow: ellipsis; 
     }
     :-ms-input-placeholder { 
     color: #acacac !important; opacity:1 !important; text-overflow: ellipsis; 
     }
     :-placeholder {
     color: #acacac !important; opacity:1 !important; text-overflow: ellipsis; 
     }
     */ }
  #parentFrm .contactFrm input[type=text], #parentFrm .contactFrm input[type=email], #parentFrm .contactFrm textarea {
    height: 57px;
    outline: none;
    width: 100%;
    background-color: #dae2e8;
    border: none;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1.5em; }
  #parentFrm .contactFrm textarea {
    height: 25em;
    resize: none;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 0px !important;
    display: block; }
  #parentFrm .contactFrm .fixTextAreaBorder {
    margin: auto;
    width: 100%;
    padding-bottom: 5px;
    background-color: #dae2e8; }
  #parentFrm .contactFrm input[type=text].errorIn, #parentFrm .contactFrm input[type=email].errorIn, #parentFrm .contactFrm textarea.errorIn {
    background-color: #e8dada; }
  #parentFrm .contactFrm input[type=text], #parentFrm .contactFrm input[type=email], #parentFrm .contactFrm .fixTextAreaBorder {
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(69, 181, 226, 1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(69, 181, 226, 1);
    box-shadow: inset 0px -2px 0px 0px rgba(69, 181, 226, 1);
    -webkit-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -ms-transition: box-shadow 0.2s linear;
    -kthtml-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s; }
  #parentFrm .contactFrm input[type=text]:focus, #parentFrm .contactFrm input[type=email]:focus, #parentFrm .contactFrm .fixTextAreaBorder.focused {
    -webkit-box-shadow: inset 0px -5px 0px 0px rgba(69, 181, 226, 1);
    -moz-box-shadow: inset 0px -5px 0px 0px rgba(69, 181, 226, 1);
    box-shadow: inset 0px -5px 0px 0px rgba(69, 181, 226, 1); }
  #parentFrm .contactFrm .controlForm {
    margin-top: 2.5em;
    margin-bottom: 6em;
    font-size: 1.3em; }
  #parentFrm .contactFrm a {
    border-bottom-style: solid;
    border-bottom-width: 0.15em;
    padding-bottom: 0.1em;
    transition: all 0.2s ease-out;
    border-color: #45b5e2;
    cursor: pointer; }
  #parentFrm .contactFrm a:hover {
    padding-bottom: 0.05em;
    transition: padding-bottom 0.1s ease-out; }
  #parentFrm .contactFrm .mailTitle:first-of-type {
    padding-top: 31px; }
  #parentFrm .contactFrm .mailTitle {
    font-size: 12px;
    font-weight: bold; }
  #parentFrm .contactFrm .mailAddr {
    padding-bottom: 41px;
    font-size: 12px; }
  #parentFrm .contactFrmSuccess, #parentFrm .contactFrmError {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #0b2335; }
  #parentFrm .contactFrmSuccess {
    display: none;
    background-color: rgba(250, 248, 245, 0.66);
    padding-top: 7em;
    font-size: 2em; }
  #parentFrm .contactFrmSuccess span {
    font-size: 3em; }
  #parentFrm .contactFrmError {
    display: none;
    font-size: 2em;
    padding-top: 7em;
    background-color: rgba(250, 248, 245, 0.66);
    color: #8e1313;
    padding-left: 2em;
    padding-right: 2em; }
  #parentFrm .loadOverlay {
    position: absolute;
    display: none;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-top: 30vh;
    background-color: rgba(250, 248, 245, 0.66); }
  #parentFrm .cssload-cube {
    background-color: rgba(69, 181, 226, 1);
    width: 25px;
    height: 25px;
    position: absolute;
    margin: auto;
    animation: cssload-cubemove 2s infinite ease-in-out;
    -o-animation: cssload-cubemove 2s infinite ease-in-out;
    -ms-animation: cssload-cubemove 2s infinite ease-in-out;
    -webkit-animation: cssload-cubemove 2s infinite ease-in-out;
    -moz-animation: cssload-cubemove 2s infinite ease-in-out; }
  #parentFrm .cssload-cube1 {
    left: 35px;
    top: 0px;
    animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s; }
  #parentFrm .cssload-cube2 {
    left: 70px;
    top: 0px;
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s; }
  #parentFrm .cssload-cube3 {
    left: 105px;
    top: 0px;
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s; }
  #parentFrm .cssload-cube4 {
    left: 0px;
    top: 35px;
    animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s; }
  #parentFrm .cssload-cube5 {
    left: 35px;
    top: 35px;
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s; }
  #parentFrm .cssload-cube6 {
    left: 70px;
    top: 35px;
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s; }
  #parentFrm .cssload-cube7 {
    left: 105px;
    top: 35px;
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s; }
  #parentFrm .cssload-cube8 {
    left: 0px;
    top: 70px;
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s; }
  #parentFrm .cssload-cube9 {
    left: 35px;
    top: 70px;
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s; }
  #parentFrm .cssload-cube10 {
    left: 70px;
    top: 70px;
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s; }
  #parentFrm .cssload-cube11 {
    left: 105px;
    top: 70px;
    animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s; }
  #parentFrm .cssload-cube12 {
    left: 0px;
    top: 105px;
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s; }
  #parentFrm .cssload-cube13 {
    left: 35px;
    top: 105px;
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s; }
  #parentFrm .cssload-cube14 {
    left: 70px;
    top: 105px;
    animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s; }
  #parentFrm .cssload-cube15 {
    left: 105px;
    top: 105px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s; }
  #parentFrm .cssload-spinner {
    margin: auto;
    width: 138px;
    height: 138px;
    position: relative; }

@keyframes cssload-cubemove {
  35% {
    transform: scale(0.005); }

  50% {
    transform: scale(1.7); }

  65% {
    transform: scale(0.005); } }

@-o-keyframes cssload-cubemove {
  35% {
    -o-transform: scale(0.005); }

  50% {
    -o-transform: scale(1.7); }

  65% {
    -o-transform: scale(0.005); } }

@-ms-keyframes cssload-cubemove {
  35% {
    -ms-transform: scale(0.005); }

  50% {
    -ms-transform: scale(1.7); }

  65% {
    -ms-transform: scale(0.005); } }

@-webkit-keyframes cssload-cubemove {
  35% {
    -webkit-transform: scale(0.005); }

  50% {
    -webkit-transform: scale(1.7); }

  65% {
    -webkit-transform: scale(0.005); } }

@-moz-keyframes cssload-cubemove {
  35% {
    -moz-transform: scale(0.005); }

  50% {
    -moz-transform: scale(1.7); }

  65% {
    -moz-transform: scale(0.005); } }

.normalParaf {
  padding-bottom: 3em; }
  .normalParaf .titleParaf {
    padding-bottom: 1.5em; }
  .normalParaf p {
    padding-bottom: 1em; }
  .normalParaf ul li {
    padding-bottom: 1em; }

.maxPadBottom {
  margin-bottom: 6em; }
/* ----- GALLERY ----- */
.gallery > div {
  text-align: center;
  padding-bottom: 5rem; }
  .gallery img {
    max-width: 100%;
    height: auto; }
  .gallery img.iphone {
    max-height: 305px; }
  .gallery a:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #faf8f5;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out; }
  .gallery a:hover:after {
    opacity: 0.5; }

.doscroll {
  opacity: 0; }

.scrollappear2 {
  /*
   -webkit-transition: transform 500ms ease-out, opacity 500ms ease-out;
   -moz-transition: transform 500ms ease-out, opacity 500ms ease-out;
   -o-transition: transform 500ms ease-out, opacity 500ms ease-out;
   transition: transform 500ms ease-out, opacity 500ms ease-out;
   */
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  opacity: 1; }

.scrollappear {
  transform: translate(0px, 50vh);
  -webkit-transform: translate(0px, 50vh);
  -moz-transform: translate(0px, 50vh);
  -o-transform: translate(0px, 50vh);
  -ms-transform: translate(0px, 50vh); }

.orangeBox, .orangeBox2, .greyBox {
  list-style-type: none;
  /* border: 2px solid #FAF8F5; */
  padding: 1px 5px 1px 5px;
  border-radius: 3px;
  background-color: #fbb017;
  /* margin-right: -1px; */
  /* position: relative; */
  /* top: 0px; */
  /* margin-top: -11px; */
  /* line-height: 0.8em; */
  font-size: 0.8em;
  white-space: nowrap; }

.orangeBox2 {
  background-color: rgba(251, 176, 23, 0.22); }

.greyBox {
  background-color: #eaeaea; }

ul.listSmall {
  padding-left: 10px; }
  ul.listSmall li {
    list-style-type: none;
    padding-left: 17px; }
  ul.listSmall li:before {
    content: "-";
    vertical-align: top;
    padding-right: 7px;
    margin-left: -18px; }

code {
  border-left-style: solid;
  border-left-width: 2px;
  line-height: 1.2;
  padding: 20px;
  margin-bottom: 26px;
  margin-left: 50px;
  margin-right: 50px;
  background: rgba(0, 0, 0, 0.05);
  color: #bd4147;
  display: block; }

#etapesBT {
  cursor: pointer; }

.flipCard, .popupMain {
  -webkit-box-shadow: 6px 8px 20px -6px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 6px 8px 20px -6px rgba(0, 0, 0, 0.45);
  box-shadow: 6px 8px 20px -6px rgba(0, 0, 0, 0.45);
  border-radius: 5px; }

.popupMain {
  background-color: #f3f3f3;
  height: 100%;
  overflow: auto;
  transform: rotateX(90deg);
  display: none; }

.popupTitle {
  font-size: 1.5em;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #d4d4d4;
  text-align: center; }

.popupContent {
  padding-top: 20px;
  line-height: 25px; }

.cardRepoType {
  height: 100%;
  width: 100%; }

.popupContent.popupFull {
  height: 100%;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px; }
/* right menu */
.menuNav h5, .menuNav a {
  font-family: "Source Sans Pro", Arial, sans-serif !important;
  font-size: 15px; }

body.java3d .main3D {
  width: 800px;
  height: 600px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin: auto;
  position: relative; }
  body.java3d #renderCanvas {
    width: 100%;
    height: 100%; }
  body.java3d .toolbox {
    width: 147px;
    /* height: 600px; */
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 1);
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin: auto;
    margin-left: 0px;
    position: absolute; }
  body.java3d .partColors {
    text-align: center; }
  body.java3d .toolbox .partColors .title {
    font-size: 0.8em; }
  body.java3d .toolbox .partColors .subList {
    padding-top: 7px;
    padding-bottom: 7px; }
  body.java3d .toolbox .partColors .subList .colorbox {
    width: 123px;
    height: 30px;
    margin: 2px;
    float: left;
    /* border: 1px solid #CCC; */
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 7px 0px #dcdcdc;
    -moz-box-shadow: inset 0px 0px 7px 0px #dcdcdc;
    box-shadow: inset 0px 0px 7px 0px #dcdcdc; }
  body.java3d .toolbox .colorbox .infocolor {
    font-size: 0.7em;
    height: 100%;
    padding-top: 8px;
    font-weight: bold;
    text-shadow: 0px 0px 8px #fff; }
  body.java3d .toolbox .partColors .subList:after {
    content: '';
    display: block;
    clear: both; }
  body.java3d #colorSelector {
    width: 200px;
    height: 168px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.58) 0px 0px 12px 0px;
    padding: 10px;
    position: absolute;
    top: 486px;
    left: 635px;
    display: none;
    background-color: #fff; }
  body.java3d #colorSelector .colorsList:after {
    content: '';
    display: block;
    clear: both; }
  body.java3d .toolbox .partColors .subList .colorbox:hover {
    /* border-style: ridge; */ }
  body.java3d #colorSelector .colorsList .colorbox {
    width: 24px;
    height: 24px;
    float: left;
    /* border: 1px solid #CCC; */
    margin: 3px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75); }
  body.java3d .preOrderBox {
    width: 600px;
    height: 600px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 185px;
    -webkit-box-shadow: inset 0px 0px 50px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 50px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 50px -9px rgba(0, 0, 0, 0.75);
    border-radius: 8px; }
  body.java3d .preOrderBox:before {
    content: " ";
    display: block;
    background: url('/public/img/projects/js3d/3dRotate_64.png') no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 10px;
    margin-left: 10px; }

@media (max-width: 820px) {
  body.java3d .main3D {
    width: inherit;
    height: inherit; }
    body.java3d .preOrderBox:before {
      background: url('/public/img/projects/js3d/3dRotate_36.png') no-repeat;
      width: 36px;
      height: 36px;
      bottom: 25px; }
    body.java3d .preOrderBox {
      margin-left: 0px;
      margin-left: auto;
      margin-right: auto;
      max-width: 600px;
      width: 100%;
      height: inherit; }
    body.java3d .toolbox {
      position: relative;
      display: block;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
      max-width: 600px;
      width: 100%; } }

.prjjson #playerDemo {
  background-image: url('/public/img/projects/soundplay/back4.jpg');
  width: 1307px;
  height: 660px;
  left: 50%;
  margin-left: -653px;
  position: relative; }
  .prjjson #playerDemo #cords {
    position: absolute;
    top: 173px;
    left: 367px; }
  .prjjson #playerDemo #playButton {
    position: absolute;
    display: block;
    background-image: url('/public/img/projects/soundplay/playOn.png');
    width: 78px;
    height: 78px;
    top: 510px;
    left: 347px;
    opacity: 0; }
  .prjjson #playerDemo #playButton:hover, .prjjson #playerDemo #playButton.playerOn {
    opacity: 1; }
  .prjjson #playerDemo #notes {
    background-image: url('/public/img/projects/soundplay/notes.png');
    position: absolute;
    width: 541px;
    height: 74px;
    top: 517px;
    left: 478px; }
  .prjjson #playerDemo #tracker {
    background-image: url('/public/img/projects/soundplay/paperclip.png');
    position: absolute;
    width: 33px;
    height: 75px;
    top: 554px;
    left: 465px; }
  .prjjson #playerDemo .decorationPinsL {
    background-image: url('/public/img/projects/soundplay/pinsL.png');
    position: absolute;
    width: 30px;
    height: 228px;
    top: 208px;
    left: 372px; }
  .prjjson #playerDemo .decorationPinsR {
    background-image: url('/public/img/projects/soundplay/pinsR.png');
    position: absolute;
    width: 30px;
    height: 228px;
    top: 208px;
    left: 950px; }

@media (min-width: 992px) {
  .menumenu #logoBlack {
    display: none; }
    .menumenu #logoWhite {
      display: block !important;
      max-height: 134px; }
    .menumenu #superHeader {
      background: url('/public/img/projects/menumenu/back.jpg') center center no-repeat;
      background-size: cover; }
    .menumenu #smallImageHeader {
      display: none; }
    .menumenu p.sloganHead {
      color: #fff; }
    .menumenu .heading, .menumenu .nav-title {
      color: #fff !important; }
    .menumenu .heading:before, .menumenu .heading:after {
      border-top-color: #fff; }
    .menumenu .header .container .c-hamburger .l-menu {
      background: #eee; }
    .menumenu .header .container .is-active .c-hamburger .l-menu {
      background: none; }
    .menumenu .header .container .c-hamburger .l-menu:before, .menumenu .header .container .c-hamburger .l-menu:after {
      background-color: #f5f5f5; } }
