@import url(assets/flexslider.css);
@import url(fonts/fonts.css);
body, html {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "ITC Avant Garde Gothic Std",sans-serif; }

body {
  background: #F4F4F4;
  overflow-x: hidden; }
  body.error404, body.overflow {
    overflow: hidden; }

header {
  position: absolute;
  z-index: 2;
  padding: 15px 40px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  width: 100%; }
  header #logo_header {
    width: 250px; }
    @media screen and (max-width: 768px) {
      header #logo_header {
        width: 170px; } }

#header_vid {
  width: 100%;
  height: 100%;
  position: relative; }

.clear {
  clear: both; }

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  position: relative;
  display: block; }

#fullContent {
  position: relative;
  width: 100%;
  height: 100%; }

#main {
  position: relative;
  width: 100%;
  height: 100%; }

#primary {
  background: #F4F4F4;
  transition: .3s;
  position: relative;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-name: fadeInBottom;
  animation-fill-mode: both; }
  #primary.loadContent {
    opacity: 0; }

#moveableBotContent {
  position: absolute;
  z-index: 5;
  box-sizing: border-box;
  padding: 50px;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: .3s; }
  #moveableBotContent .content {
    position: relative;
    z-index: 1;
    transition: .3s; }
    #moveableBotContent .content.loading {
      opacity: 0; }
  #moveableBotContent #rotatedBotElement {
    position: absolute;
    z-index: 0;
    transition: .3s; }
  #moveableBotContent.loadContent .content {
    opacity: 0; }
  #moveableBotContent.loadContent #rotatedBotElement {
    border: none !important; }

#overlay_navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s; }
  #overlay_navigation.open {
    visibility: visible;
    opacity: 1; }

#show_navigation {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 15%;
  box-sizing: border-box;
  z-index: 2;
  opacity: 0;
  max-height: 40vh;
  overflow: hidden; }
  #show_navigation .content {
    position: relative;
    z-index: 1;
    padding: 0px 45px;
    height: 55%;
    visibility: hidden; }
    #show_navigation .content #lang {
      display: none;
      position: fixed;
      bottom: 30%;
      width: 100%;
      left: 0;
      padding-right: 40px;
      box-sizing: border-box;
      text-align: right; }
      #show_navigation .content #lang a {
        text-decoration: none;
        color: #000000;
        text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #show_navigation .content #lang {
          bottom: 23%;
          padding-right: 25px; } }
  #show_navigation .nav_social_links {
    opacity: 0;
    visibility: 0;
    transition: .3s;
    position: fixed;
    display: flex;
    z-index: 2;
    padding: 55px 40px;
    align-items: flex-end;
    justify-content: flex-end;
    bottom: 15px;
    right: 0px; }
    @media screen and (max-width: 768px) {
      #show_navigation .nav_social_links {
        padding: 0px 25px; } }
    #show_navigation .nav_social_links a {
      color: #000000;
      text-decoration: none;
      margin: 0px 16px; }
      #show_navigation .nav_social_links a:first-child {
        margin-left: 0px; }
      #show_navigation .nav_social_links a:last-child {
        margin-right: 0px; }
  #show_navigation #rotatedRightElement {
    transform: rotate(-3deg);
    background: transparent;
    position: absolute;
    width: 120%;
    height: 31%;
    top: -10%;
    z-index: 0;
    transition: .3s; }
    #show_navigation #rotatedRightElement #footRight {
      opacity: 0;
      visibility: hidden;
      width: 100%;
      background: #EFEFEF;
      height: 30%;
      position: absolute;
      bottom: 0;
      transition: .3s; }
      @media screen and (max-width: 768px) {
        #show_navigation #rotatedRightElement #footRight {
          height: 23%; } }
    #show_navigation #rotatedRightElement.singleContent {
      height: 61%; }
  #show_navigation #primary-menu {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    padding: 0;
    list-style: none; }
    #show_navigation #primary-menu li {
      position: relative;
      animation-duration: 1s;
      animation-name: fadeInRight;
      animation-fill-mode: both;
      padding: 10px 0px; }
      #show_navigation #primary-menu li:first-child {
        animation-delay: 1.3s; }
      #show_navigation #primary-menu li:nth-child(2) {
        animation-delay: 1.4s; }
      #show_navigation #primary-menu li:nth-child(3) {
        animation-delay: 1.5s; }
      #show_navigation #primary-menu li:nth-child(4) {
        animation-delay: 1.6s; }
      #show_navigation #primary-menu li:nth-child(5) {
        animation-delay: 1.7s; }
      #show_navigation #primary-menu li:nth-child(6) {
        animation-delay: 1.8s; }
      #show_navigation #primary-menu li::before {
        content: '/';
        margin-right: 10px;
        position: relative;
        top: -3px; }
      #show_navigation #primary-menu li a {
        font-size: 20px;
        text-transform: uppercase;
        text-decoration: none;
        color: #000000;
        font-family: "ITC Avant Garde Gothic Std Demi";
        transition: .3s; }
        #show_navigation #primary-menu li a:hover {
          color: #dc702b;
          position: relative; }
      #show_navigation #primary-menu li.creative {
        padding-left: 20px; }
        #show_navigation #primary-menu li.creative::before {
          color: #dc702b;
          content: '!';
          font-size: 25px;
          font-family: 'Rochester', cursive;
          top: 2px;
          left: 2px;
          position: absolute;
          transition: .3s; }
        #show_navigation #primary-menu li.creative a {
          color: #dc702b;
          transition: .3s; }
        #show_navigation #primary-menu li.creative:hover a, #show_navigation #primary-menu li.creative:hover::before {
          color: #000000; }
  #show_navigation #menu {
    position: relative;
    z-index: 2;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    animation-delay: 1.3s;
    animation-duration: 1s;
    animation-name: fadeInRight;
    animation-fill-mode: both; }
    #show_navigation #menu #underMenu {
      position: absolute;
      z-index: 0;
      left: 20px;
      cursor: pointer; }
    #show_navigation #menu > span {
      position: relative;
      z-index: 1;
      font-size: 20px;
      text-transform: uppercase;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        #show_navigation #menu > span {
          display: none; } }
    #show_navigation #menu #toggle {
      visibility: visible;
      opacity: 1;
      transition: .3s;
      cursor: pointer;
      display: inline-block;
      margin-left: 15px;
      margin-top: -3px; }
      #show_navigation #menu #toggle span {
        position: relative;
        width: 20px;
        height: 3px;
        border-radius: 5px;
        display: block;
        margin: 4px 0px;
        background: #000000;
        transition: .3s; }
        #show_navigation #menu #toggle span:last-child {
          width: 15px; }
      #show_navigation #menu #toggle:hover span:last-child {
        width: 20px;
        background: #dc702b; }
      #show_navigation #menu #toggle.open span:nth-child(2) {
        opacity: 0; }
      #show_navigation #menu #toggle.open span:first-child {
        transform: rotate(45deg);
        top: 7px; }
      #show_navigation #menu #toggle.open span:last-child {
        transform: rotate(-45deg);
        width: 20px;
        background: #000000 !important;
        top: -7px; }
  #show_navigation.active {
    max-height: none;
    overflow: initial; }
    #show_navigation.active #rotatedRightElement {
      height: 120%;
      background: #FFF; }
    #show_navigation.active #menu {
      visibility: hidden; }
      #show_navigation.active #menu > span {
        display: none; }
      #show_navigation.active #menu #toggle {
        visibility: hidden;
        opacity: 0;
        transition: .3s; }
    #show_navigation.active #primary-menu {
      visibility: visible;
      opacity: 1; }
    #show_navigation.active .content {
      visibility: visible; }
    #show_navigation.active .content #lang {
      display: block; }
  #show_navigation.open {
    position: fixed;
    z-index: 11;
    max-height: none;
    overflow: inherit; }
    #show_navigation.open #rotatedRightElement {
      height: 120%;
      background: #FFF; }
      #show_navigation.open #rotatedRightElement #footRight {
        opacity: 1;
        visibility: visible; }
    #show_navigation.open #primary-menu {
      visibility: visible !important;
      opacity: 1 !important; }
    #show_navigation.open .nav_social_links {
      opacity: 1;
      visibility: visible; }
    #show_navigation.open .content #lang {
      display: block; }
    #show_navigation.open .content {
      visibility: visible; }

#reloadHeader {
  background: #F4F4F4; }

#transitionLoader {
  position: fixed;
  width: 120%;
  background: #f4f4f4;
  height: 0%;
  bottom: -19%;
  left: -10%;
  z-index: 11;
  transform: rotate(-3deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in; }
  #transitionLoader .loader {
    opacity: 0;
    transition: .3s; }
  #transitionLoader.animated {
    height: 130%; }
    #transitionLoader.animated .loader {
      opacity: 1; }

/* form */
.form {
  width: 95%; }

.nf-form-fields-required {
  margin: 30px 0px;
  font-weight: 100;
  font-family: "ITC Avant Garde Gothic Std Demi"; }

.nf-form-content label {
  font-family: "ITC Avant Garde Gothic Std Book";
  color: #C4C4C4; }

#nf-field-4 {
  float: right; }

/* filter overlay */
#filter_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  left: 0;
  opacity: .35;
  background-image: url("../images/filter_v2.png"); }

#header_project_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  left: 0;
  opacity: .4;
  background: black; }

#header_slider {
  position: relative;
  z-index: 0;
  height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #header_slider {
      display: none; } }
  #header_slider div, #header_slider ul, #header_slider li {
    height: 100%; }
  @media screen and (max-width: 768px) {
    #header_slider ul {
      background: #f2f2f2; } }
  #header_slider li {
    background-position: center !important;
    background-size: cover !important; }
    @media screen and (max-width: 768px) {
      #header_slider li {
        background-size: contain !important;
        background-repeat: no-repeat; } }

.custom-navigation {
  position: absolute;
  z-index: 999;
  top: 40vh;
  width: 100%;
  padding: 3em;
  box-sizing: border-box; }
  .custom-navigation a {
    color: #FFF;
    font-size: 2em; }
    .custom-navigation a.flex-prev {
      float: left; }
    .custom-navigation a.flex-next {
      float: right; }

#homeLoader {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  z-index: 99999999999999999999;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0; }
  #homeLoader img {
    width: 200px;
    animation: a 1s linear infinite; }

@keyframes a {
  50% {
    transform: scale(0.95, 0.95); } }
#slider {
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 90%;
  overflow: hidden;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  background: #F4F4F4; }
  #slider .flexslider {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background: #F4F4F4; }

#moveableBotContent.homeContent {
  height: 25%;
  position: absolute;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-name: fadeInBottom;
  animation-fill-mode: both; }
  #moveableBotContent.homeContent .content {
    position: relative;
    z-index: 1; }
    #moveableBotContent.homeContent .content #home_controller {
      position: relative; }
      #moveableBotContent.homeContent .content #home_controller .flex-control-nav {
        position: fixed;
        bottom: 25px;
        padding: 10px 0px;
        text-align: left;
        z-index: 2; }
        @media all and (max-width: 676px) {
          #moveableBotContent.homeContent .content #home_controller .flex-control-nav {
            bottom: 5px;
            left: 15px; } }
      #moveableBotContent.homeContent .content #home_controller .flex-control-paging li a {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width: 15px;
        height: 15px; }
        #moveableBotContent.homeContent .content #home_controller .flex-control-paging li a.flex-active {
          background: #1d1d1d; }
    #moveableBotContent.homeContent .content #home_social_links {
      position: fixed;
      bottom: 40px;
      right: 40px;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        #moveableBotContent.homeContent .content #home_social_links {
          bottom: 15px;
          right: 25px; } }
      #moveableBotContent.homeContent .content #home_social_links a {
        color: #000000;
        text-decoration: none;
        transition: .3s;
        margin: 0px 15px; }
        #moveableBotContent.homeContent .content #home_social_links a:last-child {
          margin-right: 0px; }
        #moveableBotContent.homeContent .content #home_social_links a:hover {
          color: #dc702b; }
  #moveableBotContent.homeContent #rotatedBotElement {
    background: #f0f0f0;
    transform: rotate(-3deg);
    position: absolute;
    width: 120%;
    height: 120%;
    z-index: 0;
    left: -10%; }
#moveableBotContent.homePageContent {
  background: #F4F4F4;
  height: 70%;
  padding: 0px 50px 100px 50px; }
  #moveableBotContent.homePageContent .content {
    position: relative;
    z-index: 2; }
  #moveableBotContent.homePageContent #rotatedBotElement {
    background: #F4F4F4;
    transform: rotate(-3deg);
    position: absolute;
    width: 120%;
    height: 100px;
    z-index: 0;
    left: -10%;
    top: -50px;
    border-top: solid 2px #FFF; }

#reloadHeader {
  transition: .3s;
  height: 100%;
  position: relative;
  z-index: 0; }
  #reloadHeader.singleContent {
    position: relative;
    height: 70%; }
  #reloadHeader.loading #header_image {
    opacity: 0; }
  #reloadHeader.project #header_image {
    filter: grayscale(1); }
  #reloadHeader.singleContent #header_image {
    filter: grayscale(0); }

#header_image {
  width: 100%;
  height: 95%;
  background-size: cover;
  background-position: center;
  transition: .3s;
  opacity: 1;
  position: relative;
  z-index: 0; }
  #header_image.singleContent {
    height: 100%;
    filter: grayscale(0);
    -webkit-filter: grayscale(0); }

#moveableBotContent.pageContent {
  position: relative;
  margin-top: -3%;
  background: #F4F4F4;
  min-height: 80%;
  padding: 0px 0px 100px 0px; }
  @media screen and (max-width: 768px) {
    #moveableBotContent.pageContent {
      margin-top: -10%; } }
  #moveableBotContent.pageContent .content {
    position: relative;
    z-index: 2; }
  #moveableBotContent.pageContent #rotatedBotElement {
    background: #F4F4F4;
    transform: rotate(-3deg);
    position: absolute;
    width: 120%;
    height: 150px;
    z-index: 0;
    left: -10%;
    top: -55px;
    border-top: none; }
    @media screen and (max-width: 768px) {
      #moveableBotContent.pageContent #rotatedBotElement {
        display: none; } }

#moveableBotContent.lostContent {
  position: absolute;
  background: #F4F4F4;
  height: 80%;
  padding: 50px;
  box-sizing: border-box;
  top: -50%; }
  #moveableBotContent.lostContent .content {
    position: relative;
    z-index: 2; }
    #moveableBotContent.lostContent .content .not-found {
      text-align: center; }
      #moveableBotContent.lostContent .content .not-found h1 {
        color: #dc702b;
        margin-top: -20px;
        font-size: 40px; }
      #moveableBotContent.lostContent .content .not-found h2 {
        font-size: 100px;
        color: #cecece; }
  #moveableBotContent.lostContent #rotatedBotElement {
    background: #F4F4F4;
    transform: rotate(-3deg);
    position: absolute;
    width: 120%;
    height: 100px;
    z-index: 0;
    left: -10%;
    top: -50px;
    border-top: solid 2px #FFF; }

article, .projectContent {
  padding-bottom: 100px; }
  article .leftCol, .projectContent .leftCol {
    width: 60%;
    margin-top: -10%; }
    article .leftCol.listingCol, .projectContent .leftCol.listingCol {
      margin-left: 10px;
      margin-bottom: -50px; }
      @media screen and (max-width: 768px) {
        article .leftCol.listingCol, .projectContent .leftCol.listingCol {
          margin-left: 0; } }
    article .leftCol.teamCol, .projectContent .leftCol.teamCol {
      margin-left: 10px; }
      @media screen and (max-width: 768px) {
        article .leftCol.teamCol, .projectContent .leftCol.teamCol {
          margin-left: 0px; } }
    article .leftCol .entry-title, .projectContent .leftCol .entry-title {
      color: #dc702b;
      text-transform: uppercase;
      margin-top: 0px;
      font-family: "ITC Avant Garde Gothic Std Extra";
      letter-spacing: 1px;
      font-size: 30px; }
      article .leftCol .entry-title.contactTitle, .projectContent .leftCol .entry-title.contactTitle {
        margin-bottom: -10px; }
    article .leftCol .filter_title, .projectContent .leftCol .filter_title {
      text-transform: uppercase;
      border-bottom: solid 1px black;
      font-size: 15px; }
  article .rightCol, .projectContent .rightCol {
    width: 40%;
    padding-left: 30px;
    margin-top: 10%; }
    @media screen and (max-width: 768px) {
      article .rightCol, .projectContent .rightCol {
        padding-left: 0px; } }
  article .leftCol, article .rightCol, .projectContent .leftCol, .projectContent .rightCol {
    box-sizing: border-box;
    float: left; }
    article .leftCol .entry-content, article .rightCol .entry-content, .projectContent .leftCol .entry-content, .projectContent .rightCol .entry-content {
      background: #FFF;
      box-sizing: border-box;
      font-family: "ITC Avant Garde Gothic Std Book";
      text-align: left; }
      article .leftCol .entry-content.creative, article .rightCol .entry-content.creative, .projectContent .leftCol .entry-content.creative, .projectContent .rightCol .entry-content.creative {
        background: #dc702b;
        color: #FFF; }
      article .leftCol .entry-content .content, article .rightCol .entry-content .content, .projectContent .leftCol .entry-content .content, .projectContent .rightCol .entry-content .content {
        color: #525252;
        font-size: 14px;
        line-height: 22px;
        font-family: "ITC Avant Garde Gothic Std Book";
        font-weight: 100; }
        article .leftCol .entry-content .content h2, article .rightCol .entry-content .content h2, .projectContent .leftCol .entry-content .content h2, .projectContent .rightCol .entry-content .content h2 {
          color: #000;
          border-bottom: solid 1px #000;
          font-family: "ITC Avant Garde Gothic Std Book"; }
      article .leftCol .entry-content h1, article .rightCol .entry-content h1, .projectContent .leftCol .entry-content h1, .projectContent .rightCol .entry-content h1 {
        margin-top: 0px; }
      article .leftCol .entry-content li, article .leftCol .entry-content p, article .rightCol .entry-content li, article .rightCol .entry-content p, .projectContent .leftCol .entry-content li, .projectContent .leftCol .entry-content p, .projectContent .rightCol .entry-content li, .projectContent .rightCol .entry-content p {
        color: #525252;
        font-size: 14px;
        line-height: 20px;
        font-family: "ITC Avant Garde Gothic Std Book";
        font-weight: 100; }
        article .leftCol .entry-content li strong, article .leftCol .entry-content p strong, article .rightCol .entry-content li strong, article .rightCol .entry-content p strong, .projectContent .leftCol .entry-content li strong, .projectContent .leftCol .entry-content p strong, .projectContent .rightCol .entry-content li strong, .projectContent .rightCol .entry-content p strong {
          font-family: "ITC Avant Garde Gothic Std Demi"; }
  article .leftCol .entry-content, .projectContent .leftCol .entry-content {
    padding: 30px;
    text-align: justify; }
    article .leftCol .entry-content.creative, article .leftCol .entry-content.actu, .projectContent .leftCol .entry-content.creative, .projectContent .leftCol .entry-content.actu {
      background: #dc702b;
      color: #FFF; }
      @media screen and (max-width: 768px) {
        article .leftCol .entry-content.creative, article .leftCol .entry-content.actu, .projectContent .leftCol .entry-content.creative, .projectContent .leftCol .entry-content.actu {
          text-align: left; } }
      article .leftCol .entry-content.creative .links, article .leftCol .entry-content.actu .links, .projectContent .leftCol .entry-content.creative .links, .projectContent .leftCol .entry-content.actu .links {
        border-bottom: solid 1px #FFF; }
        article .leftCol .entry-content.creative .links a, article .leftCol .entry-content.actu .links a, .projectContent .leftCol .entry-content.creative .links a, .projectContent .leftCol .entry-content.actu .links a {
          color: #FFF;
          text-transform: uppercase;
          letter-spacing: 1px;
          transition: .3s; }
          article .leftCol .entry-content.creative .links a.light_button, article .leftCol .entry-content.actu .links a.light_button, .projectContent .leftCol .entry-content.creative .links a.light_button, .projectContent .leftCol .entry-content.actu .links a.light_button {
            opacity: .3; }
            article .leftCol .entry-content.creative .links a.light_button:hover, article .leftCol .entry-content.actu .links a.light_button:hover, .projectContent .leftCol .entry-content.creative .links a.light_button:hover, .projectContent .leftCol .entry-content.actu .links a.light_button:hover {
              opacity: 1; }
      article .leftCol .entry-content.creative h1, article .leftCol .entry-content.actu h1, .projectContent .leftCol .entry-content.creative h1, .projectContent .leftCol .entry-content.actu h1 {
        color: #FFF; }
  article .leftCol #citation, .projectContent .leftCol #citation {
    box-sizing: border-box;
    background: #dc702b;
    color: #FFF;
    padding: 30px;
    width: 70%;
    margin: auto;
    margin-top: -100px; }
    article .leftCol #citation h3, .projectContent .leftCol #citation h3 {
      font-size: 25px;
      line-height: 40px;
      font-family: "ITC Avant Garde Gothic Std Book";
      text-transform: uppercase; }
  article .rightCol ul.slides, .projectContent .rightCol ul.slides {
    max-height: 300px;
    overflow: hidden; }
  article .rightCol .titleMenu, .projectContent .rightCol .titleMenu {
    padding: 15px;
    box-sizing: border-box; }
    article .rightCol .titleMenu h1, .projectContent .rightCol .titleMenu h1 {
      font-family: "ITC Avant Garde Gothic Std Extra";
      text-transform: uppercase;
      font-size: 50px;
      margin-top: 0px;
      margin-bottom: 0px; }
  article .rightCol .page_image img, .projectContent .rightCol .page_image img {
    width: 100%;
    height: auto; }
  article .rightCol .entry-content, .projectContent .rightCol .entry-content {
    padding: 30px;
    margin-top: -5px; }
    article .rightCol .entry-content iframe, .projectContent .rightCol .entry-content iframe {
      max-width: 100%; }

article .rightCol {
  margin-top: 5%; }

#secondary_menu ul {
  padding: 0;
  list-style: none;
  margin: 0; }
  #secondary_menu ul li {
    display: inline-block;
    margin-right: 15px;
    font-family: "ITC Avant Garde Gothic Std Extra"; }
    #secondary_menu ul li a {
      text-decoration: none;
      color: #000000;
      transition: .3s; }
    #secondary_menu ul li.current-menu-item {
      font-family: "ITC Avant Garde Gothic Std Demi"; }
    #secondary_menu ul li:hover a {
      color: #dc702b; }

/* team */
.filter_button {
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: "ITC Avant Garde Gothic Std Book";
  font-size: 15px;
  outline: none;
  padding-left: 0px; }
  .filter_button:first-child {
    padding-left: 0px; }
  .filter_button.active {
    color: #dc702b; }
    @media screen and (max-width: 768px) {
      .filter_button.active {
        background: #dc702b;
        border-color: #dc702b;
        color: #FFF; } }

#team {
  clear: both;
  padding-top: 50px;
  padding-bottom: 200px; }
  #team .people {
    width: 25%;
    float: left;
    box-sizing: border-box;
    height: 400px;
    padding: 10px; }
    #team .people .picture {
      width: 100%;
      height: 100%;
      background-size: cover;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      flex-direction: column;
      position: relative; }
      #team .people .picture h3, #team .people .picture h4 {
        margin: 0;
        text-transform: uppercase;
        font-size: 18px;
        padding: 0px 30px;
        color: #FFF;
        position: relative;
        z-index: 1; }
      #team .people .picture h3 {
        font-family: "ITC Avant Garde Gothic Std Demi";
        visibility: hidden;
        opacity: 0;
        transition: .3s; }
      #team .people .picture h4 {
        font-family: "ITC Avant Garde Gothic Std Extra";
        margin-bottom: 5px;
        visibility: hidden;
        opacity: 0; }
      #team .people .picture .function {
        margin-bottom: -20px;
        visibility: hidden;
        opacity: 0;
        color: #FFF;
        z-index: 9;
        padding-left: 30px;
        display: block;
        position: relative;
        top: -2em;
        font-family: "ITC Avant Garde Gothic Std Extra"; }
      #team .people .picture .mail {
        position: absolute;
        float: right;
        font-size: 1.5em;
        color: #FFF;
        right: 10px;
        transition: .3s; }
        #team .people .picture .mail:hover {
          color: #dc702b; }
      #team .people .picture .hide {
        font-family: "ITC Avant Garde Gothic Std Extra";
        position: relative;
        z-index: 1;
        visibility: hidden;
        height: 0;
        opacity: 0;
        transition: .3s;
        overflow: hidden;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
        width: 100%;
        box-sizing: border-box; }
        #team .people .picture .hide a, #team .people .picture .hide span {
          color: #FFF;
          display: block;
          text-decoration: none;
          transition: .3s; }
          #team .people .picture .hide a.mail, #team .people .picture .hide span.mail {
            float: right;
            font-size: 1.5em; }
        #team .people .picture .hide a:hover {
          color: #dc702b; }
      #team .people .picture .overlay {
        position: absolute;
        z-index: 0;
        width: 100%;
        background-size: cover;
        transition: .3s;
        background: transparent;
        height: 0; }
      #team .people .picture.hover h3, #team .people .picture.hover h4, #team .people .picture.hover .function {
        visibility: visible;
        opacity: 1; }
      #team .people .picture.hover .overlay {
        background-color: rgba(0, 0, 0, 0.5);
        height: 7em; }
        @media screen and (max-width: 768px) {
          #team .people .picture.hover .overlay {
            height: 33%; } }
      #team .people .picture.hover .hide {
        opacity: 1;
        visibility: visible;
        height: auto; }

/* contact */
.office, .map {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  display: none; }
  .office.active, .map.active {
    opacity: 1;
    visibility: visible;
    display: block; }
  .office h2, .map h2 {
    text-transform: none !important;
    margin-bottom: -5px;
    margin-top: -5px; }
  .office span, .office a, .map span, .map a {
    display: block;
    margin: 5px 0px; }
    .office span.address, .office a.address, .map span.address, .map a.address {
      text-transform: uppercase;
      color: #898989;
      font-size: 16px;
      margin-bottom: 20px; }
  .office a, .map a {
    text-decoration: none;
    color: #dc702b; }

.office_selector {
  padding-left: 0px;
  border-bottom: solid 1px grey; }
  .office_selector li {
    display: inline-block;
    padding-right: 10px; }
    .office_selector li a {
      text-decoration: none;
      color: black;
      text-transform: uppercase;
      cursor: pointer;
      transition: .3s;
      font-family: "ITC Avant Garde Gothic Std Extra"; }
      .office_selector li a.active {
        font-weight: bold;
        font-family: "ITC Avant Garde Gothic Std Book"; }

.mapContainer {
  min-height: 400px; }

#map {
  margin-top: 15px; }
  #map iframe {
    width: 100%; }

#custom {
  display: none; }
  #custom .custom {
    display: none; }

.projects_title {
  width: 60%;
  float: right;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  .projects_title h1 {
    font-family: "ITC Avant Garde Gothic Std Extra";
    text-transform: uppercase;
    font-size: 50px;
    margin: 0px; }
  .projects_title .selector {
    width: 150px;
    float: left;
    margin-right: 15px;
    font-family: "ITC Avant Garde Gothic Std Book"; }
    .projects_title .selector span {
      cursor: pointer; }
    .projects_title .selector ul {
      background: rgba(0, 0, 0, 0.8);
      color: #FFF;
      visibility: hidden;
      opacity: 0;
      transition: opacity .3s;
      list-style: none;
      padding: 10px;
      box-sizing: border-box;
      min-width: 250px;
      max-width: 100%;
      height: 0;
      margin: 0; }
      .projects_title .selector ul li {
        padding: 5px 0px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px; }
        .projects_title .selector ul li.selected, .projects_title .selector ul li:hover {
          font-family: "ITC Avant Garde Gothic Std Demi"; }
    .projects_title .selector.open ul {
      visibility: visible;
      opacity: 1;
      height: auto; }

#projects {
  padding: 100px 0px 100px 0px; }
  #projects #firstProject {
    padding: 5px;
    box-sizing: border-box;
    width: 480px;
    float: left;
    height: 540px;
    margin-top: -180px; }
    #projects #firstProject .first_content {
      width: 100%;
      height: 100%;
      background: #FFF;
      box-sizing: border-box;
      padding: 15px; }
      #projects #firstProject .first_content a {
        text-decoration: none; }
        #projects #firstProject .first_content a h3 {
          text-transform: uppercase;
          color: #dc702b;
          font-size: 25px;
          font-family: "ITC Avant Garde Gothic Std Demi"; }
        #projects #firstProject .first_content a span {
          color: #525252;
          font-size: 14px;
          line-height: 20px;
          font-family: "ITC Avant Garde Gothic Std Book";
          font-weight: 100; }
      #projects #firstProject .first_content .project {
        width: 100%;
        height: 50%; }
      #projects #firstProject .first_content .noProject {
        text-align: center;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #C4C4C4; }
  #projects .projectView {
    color: #000; }
    #projects .projectView .project {
      float: left;
      width: 30%;
      margin: 10px;
      height: 250px;
      position: relative; }
      #projects .projectView .project .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        overflow: hidden;
        background-size: cover;
        background-position: center; }
        #projects .projectView .project .cover img {
          width: 100%;
          height: auto;
          min-height: 100%; }
      #projects .projectView .project .overlay {
        visibility: hidden;
        opacity: 0;
        width: 100%;
        height: 100%;
        transition: .2s;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden; }
        #projects .projectView .project .overlay .skew {
          transform: rotate(-3deg);
          background: #FFF;
          z-index: 1;
          width: 120%;
          left: -10%; }
          #projects .projectView .project .overlay .skew.creative, #projects .projectView .project .overlay .skew.actu {
            background: #dc702b; }
        #projects .projectView .project .overlay .info {
          width: 100%;
          z-index: 2;
          box-sizing: border-box;
          padding: 20px; }
          #projects .projectView .project .overlay .info h2 {
            font-size: 15px;
            text-transform: uppercase;
            font-family: "ITC Avant Garde Gothic Std Extra";
            margin-bottom: 0px;
            letter-spacing: 1px; }
          #projects .projectView .project .overlay .info h3 {
            font-size: 14px;
            margin-top: 0px; }
          #projects .projectView .project .overlay .info .logo {
            float: right;
            position: absolute;
            bottom: 25px;
            width: 75px;
            right: 10px; }
          #projects .projectView .project .overlay .info .gallery {
            display: none; }
          #projects .projectView .project .overlay .info.creative h2, #projects .projectView .project .overlay .info.creative h3, #projects .projectView .project .overlay .info.actu h2, #projects .projectView .project .overlay .info.actu h3 {
            color: #FFF;
            text-transform: uppercase; }
            #projects .projectView .project .overlay .info.creative h2 strong, #projects .projectView .project .overlay .info.creative h3 strong, #projects .projectView .project .overlay .info.actu h2 strong, #projects .projectView .project .overlay .info.actu h3 strong {
              letter-spacing: 1px; }
          #projects .projectView .project .overlay .info.creative h3, #projects .projectView .project .overlay .info.actu h3 {
            font-family: "ITC Avant Garde Gothic Std Extra"; }
            #projects .projectView .project .overlay .info.creative h3 strong, #projects .projectView .project .overlay .info.actu h3 strong {
              font-family: 'ITC Avant Garde Gothic Std Demi Condensed'; }
          #projects .projectView .project .overlay .info.creative i, #projects .projectView .project .overlay .info.actu i {
            font-size: 30px;
            color: #FFF;
            position: absolute;
            right: 15px;
            bottom: 40px; }
        #projects .projectView .project .overlay .info, #projects .projectView .project .overlay .skew {
          transition: .4s;
          position: absolute;
          height: 43%;
          bottom: -55%; }
          @media screen and (max-width: 768px) {
            #projects .projectView .project .overlay .info, #projects .projectView .project .overlay .skew {
              height: 60%; } }
        @media screen and (max-width: 768px) {
          #projects .projectView .project .overlay {
            background: transparent;
            visibility: visible;
            opacity: 1; }
            #projects .projectView .project .overlay .skew {
              bottom: -24% !important; }
            #projects .projectView .project .overlay .info {
              bottom: 0% !important;
              display: flex;
              flex-direction: column;
              padding-bottom: 0;
              justify-content: flex-end; }
              #projects .projectView .project .overlay .info h2 {
                font-size: 14px; }
              #projects .projectView .project .overlay .info .logo {
                width: 50px !important; } }
      #projects .projectView .project:hover .overlay {
        visibility: visible;
        opacity: 1; }
      #projects .projectView .project:hover .skew, #projects .projectView .project:hover .info {
        bottom: -10%; }

#see_more_btn {
  color: #dc702b;
  text-align: right;
  text-decoration: none; }

#infos_comp {
  width: 600px;
  max-width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  display: none;
  font-family: "ITC Avant Garde Gothic Std Book"; }
  #infos_comp p {
    font-family: "ITC Avant Garde Gothic Std Book";
    line-height: 1.5em; }

#project_details {
  margin-top: 100px; }
  #project_details .content {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0px 10px;
    box-sizing: border-box; }
    #project_details .content span {
      display: block;
      font-family: "ITC Avant Garde Gothic Std Book";
      text-transform: uppercase;
      font-size: 12px;
      color: #dc702b;
      margin: 15px 0px; }
    #project_details .content strong {
      display: block;
      font-family: "ITC Avant Garde Gothic Std Demi";
      text-transform: uppercase;
      font-size: 16px;
      color: #dc702b; }

#backlink {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -70px;
  text-decoration: none;
  color: #525252;
  font-size: 20px;
  transition: .3s;
  cursor: pointer; }
  #backlink:hover {
    color: #dc702b; }

.project_slider .flexslider {
  margin: 0;
  border: none;
  background: transparent; }
  .project_slider .flexslider .flex-control-nav {
    bottom: -35px; }
    .project_slider .flexslider .flex-control-nav.flex-control-paging li a {
      width: 8px;
      height: 8px;
      background: transparent;
      border: solid 1px #525252;
      box-shadow: none; }
      .project_slider .flexslider .flex-control-nav.flex-control-paging li a.flex-active {
        background: #525252; }

.links a {
  text-decoration: none;
  color: #000000;
  padding-right: 10px; }

#goToProjects {
  position: absolute;
  z-index: 99999999999;
  color: #FFF;
  top: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 3em;
  font-weight: 100;
  font-family: "ITC Avant Garde Gothic Std Extra"; }
  #goToProjects i {
    display: block; }
    @media screen and (max-width: 768px) {
      #goToProjects i {
        display: none; } }

.creativeTitle {
  font-family: 'Rochester', cursive;
  font-size: 35px; }

.filter-button-group {
  display: block; }
  @media screen and (max-width: 768px) {
    .filter-button-group {
      display: none; }
      .filter-button-group.active {
        display: block; }
      .filter-button-group button {
        border: solid 1px black;
        margin-bottom: 10px;
        padding: 5px 10px 0px 10px !important; } }

#showFilters {
  display: none; }
  @media screen and (max-width: 768px) {
    #showFilters {
      display: block;
      position: absolute;
      width: 87%;
      text-align: right;
      padding: 10px;
      box-sizing: border-box;
      margin-top: -1.6em;
      font-size: 1.5em;
      z-index: 3; } }

footer {
  padding: 30px 0px 0px 0px;
  background: #FFF; }
  footer .container {
    padding: 30px 15%;
    box-sizing: border-box; }
    footer .container .content {
      float: left;
      width: 33.33%;
      box-sizing: border-box;
      text-align: center; }
      footer .container .content a {
        text-decoration: none;
        color: #000000;
        transition: .3s; }
        footer .container .content a img {
          height: 50px; }
        footer .container .content a:hover {
          color: #dc702b; }
    footer .container .sep {
      width: 200px;
      height: 2px;
      background: #EFEFEF;
      margin: 10px auto; }
    footer .container .links {
      display: flex;
      align-items: center;
      justify-content: center; }
      footer .container .links a {
        color: #000000;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px;
        transition: .3s; }
        footer .container .links a img {
          width: 35px;
          position: relative;
          top: 5px; }
        footer .container .links a:hover {
          color: #dc702b; }
    footer .container .footer_legals {
      color: #989898;
      text-decoration: none;
      font-size: .8em;
      font-family: "ITC Avant Garde Gothic Std Book";
      transition: .3s;
      text-align: center;
      padding-top: 1em;
      margin: auto;
      display: inherit; }
      footer .container .footer_legals:hover {
        color: #dc702b; }
  footer .credit {
    background: #EFEFEF;
    width: 100%;
    box-sizing: border-box;
    padding: 15px; }
    footer .credit span {
      font-family: "ITC Avant Garde Gothic Std Book";
      color: #525252;
      font-size: 12px; }
    footer .credit #bm_logo {
      width: 100px;
      float: right; }

.animated.fadeInBottom, .animated.fadeInBottom-wait1, .animated.fadeInBottom-wait0s3, .animated.fadeInBottom-wait0s5, .animated.fadeInBottom-wait1s1, .animated.fadeInBottom-wait1s3, .animated.fadeInBottom-wait1s5 {
  position: relative;
  animation-duration: 1s;
  animation-name: fadeInBottom;
  animation-fill-mode: both; }
  .animated.fadeInBottom-wait1 {
    animation-delay: 1s; }
  .animated.fadeInBottom-wait0s3 {
    animation-delay: .3s; }
  .animated.fadeInBottom-wait0s5 {
    animation-delay: .5s; }
  .animated.fadeInBottom-wait1s1 {
    animation-delay: 1.1s; }
  .animated.fadeInBottom-wait1s3 {
    animation-delay: 1.3s; }
  .animated.fadeInBottom-wait1s5 {
    animation-delay: 1.5s; }
.animated.fadeInRight, .animated.fadeInRight-wait1, .animated.fadeInRight-wait1s1, .animated.fadeInRight-wait1s3, .animated.fadeInRight-wait1s5 {
  position: relative;
  animation-duration: 1s;
  animation-name: fadeInRight;
  animation-fill-mode: both; }
  .animated.fadeInRight-wait1 {
    animation-delay: 1s; }
  .animated.fadeInRight-wait1s1 {
    animation-delay: 1.1s; }
  .animated.fadeInRight-wait1s3 {
    animation-delay: 1.3s; }
  .animated.fadeInRight-wait1s5 {
    animation-delay: 1.5s; }
.animated.fadeInLeft, .animated.fadeInLeft-wait1, .animated.fadeInLeft-wait1s1, .animated.fadeInLeft-wait1s3, .animated.fadeInLeft-wait1s5 {
  position: relative;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  animation-fill-mode: both; }
  .animated.fadeInLeft-wait1 {
    animation-delay: 1s; }
  .animated.fadeInLeft-wait1s1 {
    animation-delay: 1.1s; }
  .animated.fadeInLeft-wait1s3 {
    animation-delay: 1.3s; }
  .animated.fadeInLeft-wait1s5 {
    animation-delay: 1.5s; }

/* show load */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    right: -50px; }
  100% {
    opacity: 1;
    right: 0px; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -50px; }
  100% {
    opacity: 1;
    left: 0px; } }
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    bottom: -50px; }
  100% {
    opacity: 1;
    bottom: 0px; } }
/* loader */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #999999;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #575757;
  animation: lds-grid 1.2s linear infinite; }

.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s; }

.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s; }

.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s; }

.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s; }

.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s; }

.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s; }

.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s; }

.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s; }

.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s; }

@keyframes lds-grid {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }
@media screen and (max-width: 1200px) {
  #show_navigation {
    width: 30%; } }
@media screen and (max-width: 991px) {
  #show_navigation {
    width: 20%; }
    #show_navigation.active #menu #toggle {
      visibility: visible;
      opacity: 1; }
    #show_navigation.active #primary-menu {
      visibility: hidden;
      opacity: 0; }

  .projects_title {
    width: 100%;
    padding: 0px 30px; }

  #backlink {
    top: -150px;
    left: 0; }

  #project_details .content {
    width: 33.33%;
    height: 200px; }

  #projectsContent #firstProject {
    margin-top: 0px; } }
@media screen and (max-width: 768px) {
  #goToProjects {
    font-size: 1.5em;
    display: none; }

  #show_navigation #menu {
    display: block; }
    #show_navigation #menu #toggle {
      padding-top: 15px;
      position: absolute;
      right: 30px; }

  #show_navigation #menu #underMenu {
    left: auto;
    right: -15px;
    width: 100px; }

  #header_image {
    background-color: black;
    mix-blend-mode: multiply; }

  div {
    box-sizing: border-box; }

  body {
    position: fixed; }

  #fullContent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden; }

  .article_page > .container {
    display: flex;
    flex-direction: column-reverse; }
    .article_page > .container.notReversed {
      flex-direction: column; }

  article .leftCol, article .rightCol, .projectContent .leftCol, .projectContent .rightCol {
    width: 100%;
    float: none;
    margin-top: 0px; }
    article .leftCol #citation, article .rightCol #citation, .projectContent .leftCol #citation, .projectContent .rightCol #citation {
      width: 95%; }

  #projects .projectView .project {
    width: 96%;
    float: none; }

  #project_details .content {
    width: 50%;
    height: 300px; }

  #show_navigation {
    width: 40%; }
    #show_navigation #rotatedRightElement {
      height: 40%; }

  #slider .flexslider {
    background: #525252;
    height: 50%; }
    #slider .flexslider .flex-viewport {
      height: 100%; }
      #slider .flexslider .flex-viewport ul, #slider .flexslider .flex-viewport li {
        position: relative;
        height: 100%; }
        #slider .flexslider .flex-viewport ul img, #slider .flexslider .flex-viewport li img {
          height: 100%;
          width: auto; }

  body.overflow {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }
    body.overflow #fullContent {
      overflow: hidden; }

  header {
    padding: 30px; }

  #show_navigation {
    width: 35%;
    overflow: initial; }
    #show_navigation.open {
      width: 80%;
      overflow: inherit;
      overflow: initial; }
    #show_navigation #menu {
      padding: 25px 20px; }
    #show_navigation .content {
      padding: 20px;
      position: relative;
      z-index: 3;
      height: 70%; }

  .projects_title .selector {
    width: 40%; }

  #projectsContent #firstProject, #projectsContent .project {
    width: 100% !important;
    visibility: visible !important; }

  #reloadHeader {
    height: 40%; }
    #reloadHeader.homeHeader {
      height: 80%; }
    #reloadHeader #respHeader {
      position: relative;
      height: 250%; }

  #team .people {
    width: 90%;
    float: none;
    margin: auto; }

  footer .container .content {
    width: 100%; }

  #moveableBotContent.singleContent {
    top: -100px; }
    #moveableBotContent.singleContent.open {
      height: 120% !important; }

  #backlink {
    top: -70px; }

  .custom-navigation {
    display: none; } }
@media screen and (max-width: 768px) and (min-width: 600px) {
  #show_navigation .content {
    top: -10%; }

  #moveableBotContent.pageContent {
    margin-top: 0em !important; }

  #projects .projectView .project {
    width: 45%;
    float: left; }

  #team .people {
    width: 49%;
    float: left; }

  article .leftCol .entry-content {
    padding: 30px 60px; }
    article .leftCol .entry-content p {
      font-size: .8em !important; }

  #project_details .content {
    width: 33.33%;
    height: 250px; }

  #backlink {
    top: -40px; } }
@media screen and (max-width: 600px) {
  #team .people {
    left: 5% !important; } }

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