@-webkit-keyframes slideappear {
  from {
    -webkit-transform: translate3d(0px, -100%, 0px);
            transform: translate3d(0px, -100%, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0%, 0px);
            transform: translate3d(0px, 0%, 0px); } }

@keyframes slideappear {
  from {
    -webkit-transform: translate3d(0px, -100%, 0px);
            transform: translate3d(0px, -100%, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0%, 0px);
            transform: translate3d(0px, 0%, 0px); } }

@-webkit-keyframes slidedisappear {
  from {
    -webkit-transform: translate3d(0px, 0%, 0px);
            transform: translate3d(0px, 0%, 0px); }
  to {
    -webkit-transform: translate3d(0px, 20%, 0px);
            transform: translate3d(0px, 20%, 0px); } }

@keyframes slidedisappear {
  from {
    -webkit-transform: translate3d(0px, 0%, 0px);
            transform: translate3d(0px, 0%, 0px); }
  to {
    -webkit-transform: translate3d(0px, 20%, 0px);
            transform: translate3d(0px, 20%, 0px); } }

.carousel {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .carousel.preload * {
    -webkit-animation: none !important;
            animation: none !important; }
  .carousel .carousel-nav {
    position: absolute;
    z-index: 200;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 47.99em) {
      .carousel .carousel-nav {
        display: none; } }
    .carousel .carousel-nav .carousel-nav-single {
      margin: 10px 0;
      width: 10px;
      height: 10px;
      background-color: #FFF;
      border-radius: 1000px;
      cursor: pointer; }
      .carousel .carousel-nav .carousel-nav-single:hover, .carousel .carousel-nav .carousel-nav-single.active {
        background-color: #239ED9; }
  .carousel .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: none;
    z-index: 5; }
    .carousel .carousel-item.behind {
      z-index: 10;
      display: block;
      -webkit-animation: slidedisappear 1.2s;
              animation: slidedisappear 1.2s; }
    .carousel .carousel-item.active {
      z-index: 50;
      display: block;
      -webkit-animation: slideappear 1.2s;
              animation: slideappear 1.2s; }
    .carousel .carousel-item .carousel-background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 47.99em) {
        .carousel .carousel-item .carousel-background.desktop {
          display: none; } }
      @media (min-width: 48em) {
        .carousel .carousel-item .carousel-background.mobile {
          display: none; } }
      .carousel .carousel-item .carousel-background.mobile::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3); }
    .carousel .carousel-item .carousel-content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: left;
      color: #FFF; }
      .carousel .carousel-item .carousel-content h2 {
        font-size: 65px;
        text-shadow: 1px 1px 0px #333;
        margin: 0; }
        @media (max-width: 47.99em) {
          .carousel .carousel-item .carousel-content h2 {
            font-size: 34px; } }
      .carousel .carousel-item .carousel-content h3 {
        font-size: 30px;
        margin: 6px 0; }
        @media (max-width: 47.99em) {
          .carousel .carousel-item .carousel-content h3 {
            font-size: 22px; } }
      .carousel .carousel-item .carousel-content .btn-empty {
        color: #FFF;
        padding-left: 0;
        font-size: 22px; }

@-webkit-keyframes endVideoLoadingBehind {
  0% {
    -webkit-transform: translate3d(0px, -200px, 0px);
            transform: translate3d(0px, -200px, 0px); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px); } }

@keyframes endVideoLoadingBehind {
  0% {
    -webkit-transform: translate3d(0px, -200px, 0px);
            transform: translate3d(0px, -200px, 0px); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px); } }

@-webkit-keyframes endVideoLoadingFront {
  0% {
    -webkit-transform: translate3d(0px, 0%, 0px);
            transform: translate3d(0px, 0%, 0px); }
  100% {
    -webkit-transform: translate3d(0px, 100%, 0px);
            transform: translate3d(0px, 100%, 0px); } }

@keyframes endVideoLoadingFront {
  0% {
    -webkit-transform: translate3d(0px, 0%, 0px);
            transform: translate3d(0px, 0%, 0px); }
  100% {
    -webkit-transform: translate3d(0px, 100%, 0px);
            transform: translate3d(0px, 100%, 0px); } }

* {
  transition-timing-function: cubic-bezier(0.17, 0.5, 0.46, 1) !important;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.5, 0.46, 1) !important;
          animation-timing-function: cubic-bezier(0.17, 0.5, 0.46, 1) !important; }

html {
  height: 100%; }

html, body {
  font-family: arial, helvetica, sans-serif;
  background-color: #f7f7f7;
  color: #000;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 16px;
  font-size: 1.6rem; }
  body.no-scroll {
    height: 100%;
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

#trunk {
  overflow-x: hidden;
  position: relative;
  display: none; }

.wrap-content.spaced {
  padding-top: 92px; }
  @media (max-width: 47.99em) {
    .wrap-content.spaced {
      padding-top: 75px; } }

a {
  color: #239ED9; }
  a:hover {
    color: #27b2f2; }
  a:active {
    color: #1f8cbf; }

.btn {
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 14px 26px;
  font-weight: bold; }
  .btn + .btn {
    margin-left: 10px; }
  .btn.btn-blue {
    background-color: #239ED9;
    color: #FFF; }
    .btn.btn-blue:hover {
      background-color: #27b2f2; }
    .btn.btn-blue:active {
      background-color: #1f8cbf; }
    .btn.btn-blue.btn-ghost {
      color: #239ED9;
      border-color: #239ED9; }
  .btn.btn-ghost {
    background: none;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px; }
    .btn.btn-ghost:hover, .btn.btn-ghost:active {
      border-width: 0;
      color: #FFF !important;
      padding: 14px 26px; }
  .btn.btn-empty {
    background: none !important;
    color: #000;
    text-decoration: none;
    transition-duration: 0.1s; }
    .btn.btn-empty .circle-arrow {
      color: #239ED9;
      position: relative;
      font-size: 0.9em;
      margin-left: 3px;
      left: 0;
      top: 2px;
      transition-duration: 0.1s; }
    .btn.btn-empty:hover {
      color: #239ED9; }
      .btn.btn-empty:hover .circle-arrow {
        left: 5px; }
    .btn.btn-empty:hover, .btn.btn-empty:focus, .btn.btn-empty:active {
      box-shadow: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir::before {
    content: '';
    display: block;
    width: 0;
    height: 150%; }

.admin-bar #global-header {
  top: 32px; }
  @media (max-width: 47.99em) {
    .admin-bar #global-header {
      top: 0; } }
  @media (min-width: 48em) and (max-width: 62.65667em) {
    .admin-bar #global-header {
      top: 46px; } }

.single-works #global-header .hamburger::before, .single-works #global-header .hamburger::after, .single-works #global-header .hamburger .hamburger-part, .home #global-header .hamburger::before, .home #global-header .hamburger::after, .home #global-header .hamburger .hamburger-part, .about #global-header .hamburger::before, .about #global-header .hamburger::after, .about #global-header .hamburger .hamburger-part {
  background-color: #FFF; }

.single-works #global-header #menu-main-menu li a, .home #global-header #menu-main-menu li a, .about #global-header #menu-main-menu li a {
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }

.single-works #global-header .logo-black, .home #global-header .logo-black, .about #global-header .logo-black {
  display: none; }

.single-works #global-header .logo-white, .home #global-header .logo-white, .about #global-header .logo-white {
  display: block; }

#global-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  transition: 0.3s;
  overflow: hidden; }
  @media (max-width: 47.99em) {
    #global-header {
      height: 75px; } }
  @media (min-width: 48em) {
    #global-header .mobile-menu {
      display: none; } }
  #global-header .mobile-menu #menu-main-menu-1 {
    margin: 0;
    padding: 0 15px;
    margin-top: 50px;
    font-size: 30px;
    list-style: none;
    text-align: center;
    font-weight: 700; }
    #global-header .mobile-menu #menu-main-menu-1 li {
      margin: 20px 0; }
      #global-header .mobile-menu #menu-main-menu-1 li a {
        color: #000; }
      #global-header .mobile-menu #menu-main-menu-1 li.current-menu-item a, #global-header .mobile-menu #menu-main-menu-1 li a:hover, #global-header .mobile-menu #menu-main-menu-1 li a:active {
        color: #239ED9;
        text-decoration: none; }
  #global-header .logo-black {
    display: block; }
  #global-header .logo-white {
    display: none; }
  #global-header .logo-container {
    width: 120px; }
    @media (max-width: 47.99em) {
      #global-header .logo-container {
        width: 80px; } }
    #global-header .logo-container img {
      width: 100%; }
  #global-header.full {
    background-color: #FFFFFF !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
    #global-header.full .logo-black {
      display: block; }
    #global-header.full .logo-white {
      display: none; }
    #global-header.full #menu-main-menu li a {
      color: #000;
      text-shadow: none; }
    #global-header.full .hamburger::before, #global-header.full .hamburger::after, #global-header.full .hamburger .hamburger-part {
      background-color: #000; }
  #global-header #menu-main-menu {
    list-style: none;
    padding: 15px 0;
    margin: 0; }
    @media (max-width: 47.99em) {
      #global-header #menu-main-menu {
        display: none; } }
    #global-header #menu-main-menu li {
      display: inline-block;
      font-weight: 700; }
      #global-header #menu-main-menu li a {
        color: #000;
        text-decoration: none; }
      #global-header #menu-main-menu li + li {
        margin-left: 3em; }
      #global-header #menu-main-menu li.current-menu-item a, #global-header #menu-main-menu li a:hover, #global-header #menu-main-menu li a:active {
        color: #239ED9;
        text-decoration: none; }
  #global-header .hamburger {
    margin-top: 8px;
    height: 20px;
    width: 30px;
    position: relative; }
    @media (min-width: 48em) {
      #global-header .hamburger {
        display: none; } }
    #global-header .hamburger::before, #global-header .hamburger::after, #global-header .hamburger .hamburger-part {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 2px;
      background-color: #000;
      margin-top: -1px; }
    #global-header .hamburger::before, #global-header .hamburger::after {
      content: "";
      display: block; }
    #global-header .hamburger::before {
      top: 0%; }
    #global-header .hamburger .hamburger-part {
      top: 50%; }
    #global-header .hamburger::after {
      top: 100%; }
  #global-header.mobilemenu {
    height: 100%;
    background-color: #FFF; }
    #global-header.mobilemenu .hamburger::before, #global-header.mobilemenu .hamburger::after, #global-header.mobilemenu .hamburger .hamburger-part {
      background-color: #000; }
    #global-header.mobilemenu .logo-black {
      display: block; }
    #global-header.mobilemenu .logo-white {
      display: none; }

#logo {
  float: left; }

#global-navigation {
  float: right; }

.work-list {
  padding: 0;
  list-style: none; }
  .work-list .work-row::after {
    content: "";
    clear: both;
    display: block; }
  .work-list .work-3side {
    width: 66.666666666666666%;
    float: left; }
    @media (max-width: 47.99em) {
      .work-list .work-3side {
        width: 100%; } }
  .work-list .work-item {
    position: relative;
    float: left; }
    .work-list .work-item::before {
      content: "";
      display: block;
      padding-top: 100%; }
    .work-list .work-item.work-item-horizontal {
      width: 100%; }
      .work-list .work-item.work-item-horizontal::before {
        padding-top: 50%; }
        @media (max-width: 47.99em) {
          .work-list .work-item.work-item-horizontal::before {
            padding-top: 100%; } }
    .work-list .work-item.work-item-normal {
      width: 50%; }
      @media (max-width: 47.99em) {
        .work-list .work-item.work-item-normal {
          width: 100%; } }
      .work-list .work-item.work-item-normal::before {
        padding-top: 100%; }
    .work-list .work-item.work-item-vertical {
      width: 33.333333333333333%; }
      @media (max-width: 47.99em) {
        .work-list .work-item.work-item-vertical {
          width: 100%; } }
      .work-list .work-item.work-item-vertical::before {
        padding-top: 200%; }
        @media (max-width: 47.99em) {
          .work-list .work-item.work-item-vertical::before {
            padding-top: 100%; } }
    .work-list .work-item .work-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition-duration: 0.4s;
      transition-delay: 0.1s;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .work-list .work-item:hover .work-image {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .work-list .work-item .work-link {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: block;
      color: #FFF; }
      .work-list .work-item .work-link:hover .work-overlay {
        top: 0%; }
      .work-list .work-item .work-link .work-overlay {
        background-color: rgba(35, 158, 217, 0.8);
        position: absolute;
        top: -120%;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        transition-duration: 0.3s; }
        .work-list .work-item .work-link .work-overlay .work-overlay-content {
          position: absolute;
          width: 90%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          text-align: center; }
          .work-list .work-item .work-link .work-overlay .work-overlay-content .work-title {
            font-size: 44px; }
          .work-list .work-item .work-link .work-overlay .work-overlay-content .andco {
            height: 0.75em;
            vertical-align: baseline; }

.more-work-wrapper {
  text-align: center;
  padding: 40px 0; }

.circle-arrow {
  width: 1em;
  height: 1em;
  text-align: center;
  border-radius: 1000px;
  border-width: 0.08em;
  border-style: solid;
  line-height: 0.85em;
  overflow: hidden; }
  .circle-arrow.fa-angle-right {
    padding-left: 0.1em; }

.retailsection {
  padding: 40px 15px;
  text-align: center; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  font-size: 30px; }
  .slick-arrow.slick-prev {
    left: 20px; }
    @media (min-width: 73.33333em) {
      .slick-arrow.slick-prev {
        left: -20px; } }
  .slick-arrow.slick-next {
    right: 20px; }
    @media (min-width: 73.33333em) {
      .slick-arrow.slick-next {
        right: -20px; } }

.slick-slide {
  outline: 0; }

.teamsection {
  text-align: center;
  padding: 50px 0; }
  .teamsection .team-members {
    position: relative;
    margin: 0 -10px; }
    @media (max-width: 47.99em) {
      .teamsection .team-members {
        padding: 0 15px; } }
    .teamsection .team-members .team-member-wrapper {
      padding: 0 10px; }
      .teamsection .team-members .team-member-wrapper .team-member {
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        .teamsection .team-members .team-member-wrapper .team-member::before {
          content: "";
          display: block;
          padding-top: 150%; }
        .teamsection .team-members .team-member-wrapper .team-member .team-overlay {
          position: absolute;
          background-color: rgba(35, 158, 217, 0.8);
          top: -120%;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          transition-duration: 0.3s; }
          .teamsection .team-members .team-member-wrapper .team-member .team-overlay .team-content {
            color: #FFF;
            text-align: left;
            position: absolute;
            padding: 30px;
            bottom: 0;
            width: 100%;
            left: 0;
            right: 0; }
            @media (max-width: 47.99em) {
              .teamsection .team-members .team-member-wrapper .team-member .team-overlay .team-content {
                padding: 20px;
                font-size: 0.7em; } }
            .teamsection .team-members .team-member-wrapper .team-member .team-overlay .team-content .title {
              text-transform: uppercase;
              margin: 0; }
            .teamsection .team-members .team-member-wrapper .team-member .team-overlay .team-content .position {
              text-transform: uppercase;
              margin-bottom: 20px; }
        .teamsection .team-members .team-member-wrapper .team-member:hover .team-overlay, .teamsection .team-members .team-member-wrapper .team-member:active .team-overlay {
          top: 0%; }

.clientsection {
  text-align: center;
  padding: 50px 0; }
  .clientsection .client-list {
    padding: 30px 0px;
    margin: 0 -10px; }
    @media (min-width: 48em) and (max-width: 62.65667em) {
      .clientsection .client-list {
        padding-left: 30px;
        padding-right: 30px; } }
    .clientsection .client-list .client-single {
      text-align: center;
      padding: 0 10px; }
      .clientsection .client-list .client-single a {
        outline: 0; }
      .clientsection .client-list .client-single .client-img {
        width: 80%;
        margin: 0 auto;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        transition-duration: 0.3s; }
        .clientsection .client-list .client-single .client-img:hover {
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); }

.thoughtssection {
  padding: 50px 0;
  text-align: center; }

.bottomwork-container {
  max-width: 1050px;
  margin: 0 auto; }
  .bottomwork-container .more-work-list .work-item .work-link .work-overlay .work-overlay-content .work-title {
    font-size: 30px; }

.post-list {
  padding: 0;
  list-style: none;
  margin: 0 -10px; }
  @media (max-width: 47.99em) {
    .post-list {
      padding: 0 15px; } }
  .post-list::after {
    content: "";
    display: block;
    clear: both; }
  .post-list .post-single-wrapper {
    padding: 10px;
    float: left;
    width: 33.333%; }
    @media (max-width: 47.99em) {
      .post-list .post-single-wrapper {
        width: 100%; } }
    .post-list .post-single-wrapper .post-link {
      color: #000; }
      .post-list .post-single-wrapper .post-link:hover {
        text-decoration: none; }
        .post-list .post-single-wrapper .post-link:hover .post-single-card {
          background-color: #F5F5F5; }
    .post-list .post-single-wrapper .post-single-card {
      position: relative;
      background-color: #FFF; }
      .post-list .post-single-wrapper .post-single-card:hover .post-single-image-wrapper .post-single-image {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper {
        position: relative; }
        .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-image-container {
          overflow: hidden; }
        .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-image {
          transition: 0.4s;
          transition-timing-function: ease;
          -webkit-transform: scale(1);
                  transform: scale(1);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
          .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-image::before {
            content: "";
            padding-top: 75%;
            display: block; }
        .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-category {
          position: absolute;
          left: -9px;
          bottom: 0;
          color: #FFF;
          font-weight: 700;
          padding: 2px 10px 2px 19px;
          background-color: #000; }
          .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-category.work {
            background-color: #239ED9; }
            .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-category.work::before {
              border-top-color: #1f8cbf; }
          .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-category.news {
            background-color: #ffd204; }
            .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-category.news::before {
              border-top-color: #e5bc05; }
          .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-category.thoughts {
            background-color: #42206c; }
            .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-category.thoughts::before {
              border-top-color: #321852; }
          .post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-category::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: -14px;
            height: 0;
            width: 0;
            border-color: rgba(136, 183, 213, 0);
            border-top-color: #000;
            pointer-events: none;
            border-style: solid;
            border-bottom-width: 0px;
            border-right-width: 0px;
            border-left-width: 9px;
            border-top-width: 14px; }
      .post-list .post-single-wrapper .post-single-card .post-single-content {
        border-style: none;
        border-width: 1px;
        border-color: #c4c1c0;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        padding: 20px;
        padding-bottom: 10px;
        text-align: left; }
        .post-list .post-single-wrapper .post-single-card .post-single-content .post-single-content-inside {
          position: relative;
          height: 140px; }
          @media (min-width: 48em) and (max-width: 62.65667em) {
            .post-list .post-single-wrapper .post-single-card .post-single-content .post-single-content-inside {
              height: 110px; } }
        .post-list .post-single-wrapper .post-single-card .post-single-content .post-title {
          margin-top: 0; }
          @media (max-width: 62.65667em) {
            .post-list .post-single-wrapper .post-single-card .post-single-content .post-title {
              font-size: 19px; } }
          @media (max-width: 47.99em) {
            .post-list .post-single-wrapper .post-single-card .post-single-content .post-title {
              font-size: 22px; } }
        .post-list .post-single-wrapper .post-single-card .post-single-content .post-date {
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0;
          font-size: 14px; }
    .post-list .post-single-wrapper .post-single, .post-list .post-single-wrapper .post-date::before, .post-list .post-single-wrapper .post-type {
      transition-duration: 0.3s; }
    .post-list .post-single-wrapper .post-single {
      background-color: #ebebeb;
      position: relative;
      overflow: hidden; }
      .post-list .post-single-wrapper .post-single::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .post-list .post-single-wrapper .post-single:hover {
        color: #FFF; }
        .post-list .post-single-wrapper .post-single:hover .post-single-image {
          top: 0%; }
        .post-list .post-single-wrapper .post-single:hover .post-date::before {
          background-color: #FFF !important; }
        .post-list .post-single-wrapper .post-single:hover .post-type {
          color: #FFF !important; }
      .post-list .post-single-wrapper .post-single.work .post-date::before {
        background-color: #239ED9; }
      .post-list .post-single-wrapper .post-single.work .post-type {
        color: #239ED9; }
      .post-list .post-single-wrapper .post-single.news .post-date::before {
        background-color: #ffd204; }
      .post-list .post-single-wrapper .post-single.news .post-type {
        color: #ffd204; }
      .post-list .post-single-wrapper .post-single.thoughts .post-date::before {
        background-color: #42206c; }
      .post-list .post-single-wrapper .post-single.thoughts .post-type {
        color: #42206c; }
      .post-list .post-single-wrapper .post-single .post-single-image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: -120%;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        transition-duration: 0.3s; }
        .post-list .post-single-wrapper .post-single .post-single-image::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(35, 158, 217, 0.7); }
      .post-list .post-single-wrapper .post-single .post-single-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        text-align: left; }
      .post-list .post-single-wrapper .post-single .post-single-content-inside {
        position: relative;
        height: 100%; }
      .post-list .post-single-wrapper .post-single .post-type {
        position: absolute;
        top: 0;
        left: 0;
        text-transform: uppercase; }
      .post-list .post-single-wrapper .post-single .post-title {
        position: absolute;
        top: 30px;
        bottom: 40px;
        left: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
        font-size: 1.5em;
        margin-top: 8px; }
        @media (min-width: 48em) and (max-width: 62.65667em) {
          .post-list .post-single-wrapper .post-single .post-title {
            font-size: 1em;
            margin-top: 4px; } }
      .post-list .post-single-wrapper .post-single .post-date {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        overflow: hidden; }
        .post-list .post-single-wrapper .post-single .post-date::before {
          content: "";
          display: block;
          height: 2px;
          background-color: #000;
          margin-bottom: 10px;
          transition-duration: 0.3s; }

.hugebluesection .hugeblue-link {
  width: 100%;
  padding: 100px 0;
  display: block;
  text-align: center;
  background-color: #239ED9;
  text-decoration: none;
  color: #FFF;
  font-size: 36px;
  font-weight: bold; }
  @media (max-width: 47.99em) {
    .hugebluesection .hugeblue-link {
      font-size: 24px;
      padding: 70px 5px; } }
  .hugebluesection .hugeblue-link .circle-arrow {
    font-size: 0.75em;
    position: relative;
    left: 0;
    top: 2px;
    transition-duration: 0.2s; }
  .hugebluesection .hugeblue-link:hover .circle-arrow {
    left: 10px; }

#global-footer {
  padding: 40px;
  background-color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative; }
  #global-footer .footerlogo {
    width: 110px;
    margin-bottom: 10px; }
  #global-footer .footer-column ul {
    list-style: none;
    padding: 0; }
    #global-footer .footer-column ul li {
      margin-bottom: 10px; }
      #global-footer .footer-column ul li a {
        color: #000;
        text-decoration: none; }
        #global-footer .footer-column ul li a:hover {
          color: #239ED9; }
  #global-footer .footer-column .footer-title {
    margin-top: 0;
    margin-bottom: 30px; }
  #global-footer .social-links .social-link {
    display: inline-block;
    color: #BBB;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    transition-duration: 0.2s; }
    #global-footer .social-links .social-link:hover.linkedin {
      color: #0077B5; }
    #global-footer .social-links .social-link:hover.twitter {
      color: #659FCB; }
    #global-footer .social-links .social-link:hover.youtube {
      color: #D62424; }
    #global-footer .social-links .social-link + .social-link {
      margin-left: 0.4em; }
  @media (max-width: 47.99em) {
    #global-footer .footer-element {
      padding: 20px 0; } }

.skipsection {
  position: relative; }
  .skipsection .scroll-section {
    position: absolute;
    z-index: 200;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #FFF;
    font-size: 30px;
    cursor: pointer; }
    .skipsection .scroll-section .scroll-down {
      transition: 0.3s; }
    .skipsection .scroll-section:hover .scroll-down {
      -webkit-transform: translateY(10px);
              transform: translateY(10px); }

.workcover-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.work-inside {
  padding: 40px 0; }
  .work-inside .work-content {
    position: relative;
    margin-bottom: 40px; }
    @media (max-width: 47.99em) {
      .work-inside .work-content {
        display: block;
        width: 100%; } }
    .work-inside .work-content .work-content-inside .work-heading {
      margin-top: 0; }
    .work-inside .work-content.bottom {
      vertical-align: bottom; }
      .work-inside .work-content.bottom .work-content-inside {
        position: static; }
  .work-inside .work-media {
    text-align: center; }
    .work-inside .work-media > * {
      margin-bottom: 20px; }
    @media (max-width: 47.99em) {
      .work-inside .work-media {
        display: block;
        width: 100%; } }
    .work-inside .work-media .wrapper-with-intrinsic-ratio {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .work-inside .work-media .wrapper-with-intrinsic-ratio iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .work-inside .work-media img {
      width: 100%;
      height: inherit; }
  .work-inside .work-table {
    display: table;
    width: 100%; }
    .work-inside .work-table .work-content {
      display: table-cell;
      width: 400px;
      vertical-align: top;
      margin-bottom: 0; }
      .work-inside .work-table .work-content .work-content-inside {
        width: 400px;
        padding-right: 20px; }
        @media (max-width: 47.99em) {
          .work-inside .work-table .work-content .work-content-inside {
            width: 100%; } }
        .work-inside .work-table .work-content .work-content-inside.fixed {
          position: fixed;
          top: 110px; }
    .work-inside .work-table .work-media {
      display: table-cell;
      width: auto;
      vertical-align: top; }

.more-section {
  text-align: center;
  position: relative; }
  .more-section::before {
    content: "";
    display: block;
    height: 220px;
    background-color: #239ED9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
    @media (max-width: 62.65667em) {
      .more-section::before {
        height: 160px; } }
    @media (max-width: 47.99em) {
      .more-section::before {
        height: 20px; } }
  .more-section .more-work-list {
    margin: 0;
    padding: 50px 40px;
    position: relative; }
    .more-section .more-work-list .work-item {
      width: 33.3333%; }
      @media (max-width: 47.99em) {
        .more-section .more-work-list .work-item {
          width: 100%; } }
      .more-section .more-work-list .work-item::before {
        padding-top: 100% !important; }

.postlistsection {
  padding-bottom: 30px; }
  .postlistsection .postlist-title {
    text-align: center; }
  .postlistsection .post-type-buttons {
    padding: 70px 0;
    text-align: center; }
    @media (max-width: 47.99em) {
      .postlistsection .post-type-buttons {
        padding: 40px 0; } }
    .postlistsection .post-type-buttons .post-type-reset {
      margin-top: 10px;
      cursor: pointer;
      font-weight: 700;
      color: #444; }
      .postlistsection .post-type-buttons .post-type-reset:hover {
        color: #239ED9; }
    .postlistsection .post-type-buttons .post-type-button {
      background-color: #ebebeb;
      border-radius: 0;
      width: 140px; }
      @media (max-width: 47.99em) {
        .postlistsection .post-type-buttons .post-type-button {
          margin: 10px 20px; } }
      .postlistsection .post-type-buttons .post-type-button.work {
        color: #239ED9; }
      .postlistsection .post-type-buttons .post-type-button.news {
        color: #ffd204; }
      .postlistsection .post-type-buttons .post-type-button.thoughts {
        color: #42206c; }
      .postlistsection .post-type-buttons .post-type-button:hover, .postlistsection .post-type-buttons .post-type-button.active {
        color: #FFF !important; }
        .postlistsection .post-type-buttons .post-type-button:hover.work, .postlistsection .post-type-buttons .post-type-button.active.work {
          background-color: #239ED9; }
        .postlistsection .post-type-buttons .post-type-button:hover.news, .postlistsection .post-type-buttons .post-type-button.active.news {
          background-color: #ffd204; }
        .postlistsection .post-type-buttons .post-type-button:hover.thoughts, .postlistsection .post-type-buttons .post-type-button.active.thoughts {
          background-color: #42206c; }

.article-single {
  padding: 60px 20px; }
  .article-single img, .article-single iframe {
    max-width: 100%; }
  .article-single img {
    height: auto; }
  .article-single .article-header {
    text-align: center;
    margin-bottom: 20px; }
  .article-single .article-title {
    margin-bottom: 50px; }
  .article-single .article-infos {
    text-transform: uppercase; }
    .article-single .article-infos .article-cat {
      margin-right: 15px; }
      .article-single .article-infos .article-cat.work {
        color: #239ED9; }
      .article-single .article-infos .article-cat.news {
        color: #ffd204; }
      .article-single .article-infos .article-cat.thoughts {
        color: #42206c; }
  .article-single .article-content {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB; }
    .article-single .article-content img {
      display: block;
      margin: 0 auto; }
  .article-single .article-social .btn-share-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .article-single .article-social .btn-share {
    display: block;
    color: #FFF;
    background-color: #CCC;
    padding: 4px 7px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    overflow: hidden; }
    .article-single .article-social .btn-share .fa {
      font-size: 1.2em;
      margin-right: 2px; }
    .article-single .article-social .btn-share .btn-share-text {
      position: relative; }
    .article-single .article-social .btn-share.facebook .fa {
      position: relative;
      top: 1px; }
    .article-single .article-social .btn-share::before {
      content: "";
      display: block;
      position: absolute;
      top: -120%;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      transition: 0.2s; }
    .article-single .article-social .btn-share:hover, .article-single .article-social .btn-share:active, .article-single .article-social .btn-share:focus {
      text-decoration: none; }
      .article-single .article-social .btn-share:hover::before, .article-single .article-social .btn-share:active::before, .article-single .article-social .btn-share:focus::before {
        top: 0; }
    .article-single .article-social .btn-share.facebook::before {
      background-color: #48659F; }
    .article-single .article-social .btn-share.tweet::before {
      background-color: #659FCB; }
    .article-single .article-social .btn-share.linkedin::before {
      background-color: #0077B5; }

.more-post-list {
  padding-bottom: 60px; }
  .more-post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-image::before {
    background-color: #000;
    opacity: 0.3; }
  .more-post-list .post-single-wrapper .post-single-card .post-single-image-wrapper .post-single-category {
    bottom: inherit;
    top: 10px; }
  .more-post-list .post-single-wrapper .post-single-card .post-single-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-style: none;
    color: #FFF;
    padding-top: 50px; }

.contact-section {
  text-align: center; }
  .contact-section a {
    color: #000;
    text-decoration: underline; }
    .contact-section a:hover {
      color: #239ED9; }
  .contact-section .contact-email-link {
    font-weight: bold;
    font-size: 1.4em;
    word-wrap: break-word; }
  .contact-section .contact-list {
    padding: 30px 0; }
    .contact-section .contact-list .contact-single {
      padding: 30px 0; }
      .contact-section .contact-list .contact-single .contact-image-wrapper {
        position: relative;
        margin-bottom: 20px; }
        .contact-section .contact-list .contact-single .contact-image-wrapper img {
          width: 100%; }
        .contact-section .contact-list .contact-single .contact-image-wrapper .contact-image-content {
          position: absolute;
          top: 50%;
          font-size: 34px;
          font-size: 3.4rem;
          color: #FFF;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-align: center;
          width: 100%;
          font-weight: 700; }
    .contact-section .contact-list .contact-single-infos {
      font-size: 1.3em; }
  .contact-section .contact-social {
    padding-bottom: 60px; }
    .contact-section .contact-social .contact-social-list .contact-social-single {
      width: 26%;
      margin-top: 20px;
      margin-bottom: 20px;
      position: relative;
      display: inline-block;
      background-color: #CCC;
      overflow: hidden; }
      .contact-section .contact-social .contact-social-list .contact-social-single + .contact-social-single {
        margin-left: 11%; }
      .contact-section .contact-social .contact-social-list .contact-social-single::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .contact-section .contact-social .contact-social-list .contact-social-single::after {
        content: "";
        position: absolute;
        z-index: 1;
        display: block;
        top: -120%;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        transition-duration: 0.3s; }
      .contact-section .contact-social .contact-social-list .contact-social-single:hover::after {
        top: 0%; }
      .contact-section .contact-social .contact-social-list .contact-social-single.linkedin::after {
        background-color: #0077B5; }
      .contact-section .contact-social .contact-social-list .contact-social-single.twitter::after {
        background-color: #659FCB; }
      .contact-section .contact-social .contact-social-list .contact-social-single.youtube::after {
        background-color: #D62424; }
      .contact-section .contact-social .contact-social-list .contact-social-single .contact-social-icon {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #FFF;
        font-size: 60px; }
        @media (max-width: 47.99em) {
          .contact-section .contact-social .contact-social-list .contact-social-single .contact-social-icon {
            font-size: 40px; } }

.aboutus-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; }

.aboutus-main {
  padding: 20px 0 80px;
  text-align: center; }
  .aboutus-main .aboutus-intro {
    padding: 20px 0; }
    .aboutus-main .aboutus-intro h2 {
      margin-top: 0;
      font-size: 20px; }
  .aboutus-main .aboutus-video-title {
    margin-top: 20px;
    font-weight: 700; }
  .aboutus-main .video-container {
    width: 100%;
    margin: 10px auto;
    position: relative; }
    .aboutus-main .video-container::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    .aboutus-main .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .aboutus-main .aboutus-list {
    padding: 20px 0 80px;
    list-style: none;
    margin: 0; }
    .aboutus-main .aboutus-list .aboutus-single {
      padding: 80px 200px;
      border-color: #000;
      border-width: 1px;
      border-top-style: solid;
      border-bottom-style: solid;
      margin-top: -1px; }
      @media (max-width: 73.32333em) {
        .aboutus-main .aboutus-list .aboutus-single {
          padding-left: 80px;
          padding-right: 80px; } }
      @media (max-width: 47.99em) {
        .aboutus-main .aboutus-list .aboutus-single {
          padding-left: 0px;
          padding-right: 0px; } }
      .aboutus-main .aboutus-list .aboutus-single .aboutus-single-co {
        height: 1em;
        vertical-align: baseline; }
      .aboutus-main .aboutus-list .aboutus-single .aboutus-single-title {
        font-size: 66px;
        margin-top: 0;
        margin-bottom: 20px; }
        @media (max-width: 47.99em) {
          .aboutus-main .aboutus-list .aboutus-single .aboutus-single-title {
            font-size: 40px; } }

.aboutus-partners {
  background-color: #ebebeb;
  padding: 40px 0; }
  .aboutus-partners .aboutus-partners-title {
    text-align: center; }
  .aboutus-partners .aboutus-partners-list {
    padding: 30px 0;
    margin: 0; }
    .aboutus-partners .aboutus-partners-list .aboutus-partners-single {
      margin: 30px 30px; }
      .aboutus-partners .aboutus-partners-list .aboutus-partners-single .aboutus-partners-image {
        margin-bottom: 20px;
        max-height: 50px; }
      .aboutus-partners .aboutus-partners-list .aboutus-partners-single .btn-empty {
        padding-left: 0; }

.work-list {
  text-align: center; }
  .work-list .work-list-title {
    margin-bottom: 90px;
    margin-top: 50px;
    font-size: 50px; }

.video-overlay {
  position: fixed;
  z-index: 100000;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FFF; }
  @media (max-width: 62.65667em) {
    .video-overlay {
      display: none; } }
  .video-overlay .skip {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #959595;
    cursor: pointer; }
  .video-overlay .amoment {
    display: none;
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px; }
  .video-overlay .video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    vertical-align: middle;
    text-align: center; }
    .video-overlay .video-container video {
      width: 900px;
      background: #FFF !important;
      fill: #FFF;
      color: #FFF; }
      @media (max-width: 62.65667em) {
        .video-overlay .video-container video {
          width: 600px; } }
    .video-overlay .video-container .tagline {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 80px;
      font-size: 46px;
      font-weight: 700;
      display: none; }
      @media (max-width: 73.32333em) {
        .video-overlay .video-container .tagline {
          font-size: 37px; } }
      @media (max-width: 47.99em) {
        .video-overlay .video-container .tagline {
          font-size: 16px;
          bottom: 40px; } }

.slick-initialized .slick-slide {
  display: inline-block;
  float: none;
  vertical-align: middle; }

body.end-video-loading #trunk, body.end-video-loading #global-header {
  -webkit-animation: endVideoLoadingBehind 1s;
          animation: endVideoLoadingBehind 1s; }

body.end-video-loading .video-overlay {
  -webkit-animation: endVideoLoadingFront 1s;
          animation: endVideoLoadingFront 1s; }

.video-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .video-modal.show {
    display: block; }
  .video-modal .modal-close {
    position: absolute;
    right: 60px;
    top: 60px;
    cursor: pointer;
    font-size: 26px;
    background-color: #FFF;
    border-radius: 1000px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center; }
  .video-modal .video-modal-inside {
    position: absolute;
    top: 80px;
    left: 80px;
    right: 80px;
    bottom: 80px; }
    .video-modal .video-modal-inside .video-container {
      width: 100%;
      max-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .video-modal .video-modal-inside .video-container::before {
        content: "";
        display: block;
        padding-top: 56.25%; }
      .video-modal .video-modal-inside .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }

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