body, html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body.oflowhide {
  overflow: hidden; }

header {
  position: fixed;
  z-index: 1000;
  top: -110px;
  left: 0;
  right: 0;
  opacity: 0;
  height: 110px;
  -webkit-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  header .inner {
    position: relative;
    max-width: 1140px;
    margin: auto;
    padding: 0 20px; }
    header .inner .logo {
      position: absolute;
      top: 0;
      left: 20px;
      padding: 25px 0;
      -webkit-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0; }
      header .inner .logo img {
        display: block;
        -webkit-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      @media only screen and (max-width: 800px) {
        header .inner .logo {
          position: static;
          width: 84px;
          height: 40px;
          padding: 20px 0;
          margin: auto; }
          header .inner .logo img {
            height: 40px; } }
    header .inner nav {
      float: right;
      padding: 35px 0;
      margin-right: -20px; }
      body.ready header .inner nav {
        -webkit-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      header .inner nav ul {
        margin: 0;
        padding: 0; }
        header .inner nav ul li {
          float: left;
          list-style: none;
          margin: 0;
          margin-left: 15px;
          margin-right: 15px; }
          header .inner nav ul li a {
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
            color: #FFF;
            -webkit-text-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
            -moz-text-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
            text-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 400;
            -webkit-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
            -moz-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
            transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
            header .inner nav ul li a:hover {
              color: #fa993a; }
      body.page header .inner nav {
        margin-right: -20px !important; }
      @media only screen and (max-width: 1140px) {
        header .inner nav ul li {
          margin: 0 10px; }
          header .inner nav ul li a {
            font-size: 12px; } }
      @media only screen and (max-width: 800px) {
        header .inner nav {
          display: none; } }
    header .inner .mobileContact {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      padding: 30px 20px;
      cursor: pointer;
      -webkit-filter: invert(100%);
      -moz-filter: invert(100%);
      filter: invert(100%); }
      @media only screen and (max-width: 800px) {
        header .inner .mobileContact {
          display: block; } }
      body.page header .inner .mobileContact {
        -webkit-filter: invert(0%);
        -moz-filter: invert(0%);
        filter: invert(0%); }
  body.page header {
    top: 0;
    opacity: 1; }
  header.ready {
    opacity: 1;
    top: 0px; }
  header.headroom--unpinned {
    top: -110px !important;
    opacity: 0 !important; }
  header.snapped {
    background-color: #FFF;
    -webkit-box-shadow: 0 -8px 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -8px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -8px 10px 10px rgba(0, 0, 0, 0.2); }
    header.snapped .inner .logo {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
      @media only screen and (max-width: 800px) {
        header.snapped .inner .logo {
          opacity: 0; } }
    header.snapped nav ul li a {
      color: #000;
      -webkit-text-shadow: none;
      -moz-text-shadow: none;
      text-shadow: none; }
    @media only screen and (max-width: 800px) {
      header.snapped {
        background-color: inherit;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
  body.page header {
    background-color: #FFF;
    -webkit-box-shadow: 0 -8px 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -8px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -8px 10px 10px rgba(0, 0, 0, 0.2); }
    body.page header .inner .logo {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    body.page header nav ul li a {
      color: #000;
      -webkit-text-shadow: none;
      -moz-text-shadow: none;
      text-shadow: none; }
  @media only screen and (max-width: 1140px) {
    header {
      position: absolute; } }
  @media only screen and (max-width: 800px) {
    header {
      height: 80px; } }

#getInTouch {
  position: fixed;
  top: 200px;
  right: -112px;
  z-index: 1000;
  opacity: 0;
  background-color: #FFF;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  #getInTouch img {
    display: block; }
    @media only screen and (max-width: 1140px) {
      #getInTouch img {
        width: 60px; } }
  body.page #getInTouch, #getInTouch.snapped {
    right: 0px;
    opacity: 1; }
    @media only screen and (max-width: 800px) {
      body.page #getInTouch, #getInTouch.snapped {
        right: 10px; } }
  @media only screen and (max-width: 800px) {
    #getInTouch {
      opacity: 0 !important;
      right: -80px !important; } }

#getInTouchPopup {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  #getInTouchPopup .content {
    position: absolute;
    width: 800px;
    top: 0;
    bottom: 0;
    right: -800px;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 200px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.5);
    -webkit-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #FFF; }
    #getInTouchPopup .content .close {
      position: absolute;
      left: -120px;
      top: 0px;
      padding: 40px;
      cursor: pointer; }
      #getInTouchPopup .content .close img {
        display: block; }
      @media only screen and (max-width: 1140px) {
        #getInTouchPopup .content .close {
          top: -120px;
          right: 0;
          left: auto; } }
      @media only screen and (max-width: 500px) {
        #getInTouchPopup .content .close {
          padding: 20px;
          top: -60px; }
          #getInTouchPopup .content .close img {
            width: 20px;
            height: 20px; } }
    #getInTouchPopup .content .map {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 40%; }
      @media only screen and (max-width: 1140px) {
        #getInTouchPopup .content .map {
          display: none; } }
    #getInTouchPopup .content .contact {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 60%;
      padding: 50px;
      overflow: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #getInTouchPopup .content .contact .left {
        float: left;
        width: 50%; }
        #getInTouchPopup .content .contact .left a {
          display: inline-block;
          background-color: #fa993a;
          color: #FFF;
          text-decoration: none;
          padding: 10px 20px;
          border-radius: 4px;
          margin-bottom: 20px; }
        #getInTouchPopup .content .contact .left .directions {
          display: none; }
          @media only screen and (max-width: 1140px) {
            #getInTouchPopup .content .contact .left .directions {
              display: block; } }
        @media only screen and (max-width: 800px) {
          #getInTouchPopup .content .contact .left {
            width: 100%; } }
      #getInTouchPopup .content .contact .right {
        float: right;
        width: 50%; }
        @media only screen and (max-width: 800px) {
          #getInTouchPopup .content .contact .right {
            width: 100%; } }
      #getInTouchPopup .content .contact form .element {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px; }
        #getInTouchPopup .content .contact form .element label {
          position: absolute;
          display: block;
          color: #999;
          font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
          font-weight: 300;
          font-size: 16px;
          top: 1px;
          left: 10px;
          height: 40px;
          line-height: 40px;
          pointer-events: none;
          -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
        #getInTouchPopup .content .contact form .element input[type="text"],
        #getInTouchPopup .content .contact form .element input[type="email"],
        #getInTouchPopup .content .contact form .element input[type="tel"],
        #getInTouchPopup .content .contact form .element textarea {
          margin: 0;
          padding: 10px 0;
          border: 0;
          line-height: 20px;
          padding-left: 10px;
          width: 100%;
          display: block;
          background-color: transparent;
          font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
          font-weight: 300;
          font-size: 16px;
          border: 1px solid #DDD;
          -webkit-appearance: none;
          outline: 0;
          resize: none;
          -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        #getInTouchPopup .content .contact form .element input[type="text"]:focus, #getInTouchPopup .content .contact form .element input[type="text"]:valid,
        #getInTouchPopup .content .contact form .element input[type="email"]:focus, #getInTouchPopup .content .contact form .element input[type="email"]:valid,
        #getInTouchPopup .content .contact form .element input[type="text"]:focus, #getInTouchPopup .content .contact form .element input[type="text"]:valid,
        #getInTouchPopup .content .contact form .element textarea:focus, #getInTouchPopup .content .contact form .element textarea:valid {
          margin-top: 40px;
          border-color: #000; }
        #getInTouchPopup .content .contact form .element input[type="text"]:focus,
        #getInTouchPopup .content .contact form .element input[type="email"]:focus,
        #getInTouchPopup .content .contact form .element input[type="tel"]:focus,
        #getInTouchPopup .content .contact form .element textarea:focus {
          margin-top: 40px;
          border-color: #fa993a; }
        #getInTouchPopup .content .contact form .element input[type="text"]:focus ~ label, #getInTouchPopup .content .contact form .element input[type="text"]:valid ~ label,
        #getInTouchPopup .content .contact form .element input[type="email"]:focus ~ label, #getInTouchPopup .content .contact form .element input[type="email"]:valid ~ label,
        #getInTouchPopup .content .contact form .element input[type="text"]:focus ~ label, #getInTouchPopup .content .contact form .element input[type="text"]:valid ~ label,
        #getInTouchPopup .content .contact form .element textarea:focus ~ label, #getInTouchPopup .content .contact form .element textarea:valid ~ label {
          top: -22px;
          left: 0px;
          height: 14px;
          line-height: 14px;
          font-size: 14px;
          color: #000; }
        #getInTouchPopup .content .contact form .element input[type="text"]:focus ~ label,
        #getInTouchPopup .content .contact form .element input[type="email"]:focus ~ label,
        #getInTouchPopup .content .contact form .element input[type="tel"]:focus ~ label,
        #getInTouchPopup .content .contact form .element textarea:focus ~ label {
          color: #fa993a; }
      #getInTouchPopup .content .contact form .captcha-box {
        max-width: 304px;
        height: 78px;
        overflow: hidden;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      #getInTouchPopup .content .contact form .submitElement {
        overflow: hidden;
        position: relative;
        height: 60px;
        -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
        #getInTouchPopup .content .contact form .submitElement input[type="submit"] {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          display: block;
          width: 100%;
          height: 60px;
          margin: 0;
          padding: 0;
          border: 0;
          font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
          font-weight: 300;
          font-size: 16px;
          background-color: #fa993a;
          color: #FFF;
          text-transform: uppercase;
          letter-spacing: 1px;
          -webkit-appearance: none;
          cursor: pointer;
          -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          transform: scale(1); }
        #getInTouchPopup .content .contact form .submitElement .sentMessage {
          position: absolute;
          bottom: -100px;
          left: 0;
          right: 0;
          height: 150px;
          background-image: url("/images/Layout/success.svg");
          background-position: center 30px;
          background-color: #069e92;
          background-repeat: no-repeat;
          opacity: 0;
          visibility: hidden;
          padding: 20px;
          padding-top: 70px;
          -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
          -webkit-transform: scale(0.6);
          -moz-transform: scale(0.6);
          transform: scale(0.6);
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          #getInTouchPopup .content .contact form .submitElement .sentMessage * {
            color: #FFF;
            text-align: center; }
      #getInTouchPopup .content .contact form.sent .element input[type="text"],
      #getInTouchPopup .content .contact form.sent .element input[type="email"],
      #getInTouchPopup .content .contact form.sent .element textarea {
        margin-top: 40px;
        border: 0;
        padding: 0;
        color: #333; }
      #getInTouchPopup .content .contact form.sent .element input[type="text"] ~ label,
      #getInTouchPopup .content .contact form.sent .element textarea ~ label {
        top: -22px;
        left: 0px;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        color: #fa993a; }
      #getInTouchPopup .content .contact form.sent .captcha-box {
        height: 0px;
        opacity: 0;
        margin-bottom: 0px;
        padding: 0px;
        background-color: #FFF; }
      #getInTouchPopup .content .contact form.sent .submitElement {
        height: 150px; }
        #getInTouchPopup .content .contact form.sent .submitElement input[type="submit"] {
          top: -60px;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: scale(0.6);
          -moz-transform: scale(0.6);
          transform: scale(0.6); }
        #getInTouchPopup .content .contact form.sent .submitElement .sentMessage {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          transform: scale(1);
          opacity: 1;
          visibility: visible;
          bottom: 0px; }
      #getInTouchPopup .content .contact form.fail .captcha-box {
        background-color: #e30030;
        border-radius: 8px;
        padding: 4px 2px 2px 4px; }
      @media only screen and (max-width: 1140px) {
        #getInTouchPopup .content .contact {
          height: 100%; } }
      @media only screen and (max-width: 800px) {
        #getInTouchPopup .content .contact {
          padding: 20px; } }
    @media only screen and (max-width: 1140px) {
      #getInTouchPopup .content {
        width: auto;
        bottom: -100%;
        right: 20px;
        left: 20px;
        top: 100%; } }
    @media only screen and (max-width: 500px) {
      #getInTouchPopup .content {
        right: 0px;
        left: 0px; } }
  #getInTouchPopup.active {
    opacity: 1;
    visibility: visible; }
    #getInTouchPopup.active .content {
      right: 0px; }
      @media only screen and (max-width: 1140px) {
        #getInTouchPopup.active .content {
          bottom: 0%;
          top: 20%;
          right: 20px; } }
      @media only screen and (max-width: 500px) {
        #getInTouchPopup.active .content {
          right: 0px; } }

#ie-unsupported {
  position: relative;
  z-index: 100000;
  padding: 20px;
  padding-bottom: 10px;
  background-color: #FFF; }

#ie-unsupported p {
  margin: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 10px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px; }

#ie-unsupported p.ie-unsupported-intro {
  color: #fa993a;
  font-size: 24px;
  font-weight: bold; }

#ie-unsupported a.ie-unsupported-button {
  display: block;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
  color: #FFF;
  background-color: #fa993a;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px; }

#ie-unsupported a.ie-unsupported-button:hover {
  background-color: #fbb36c; }

#mobileMenu {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Montserrat", "Helvetica Neue", arial, sans-serif; }
  @media only screen and (max-width: 800px) {
    #mobileMenu {
      display: block !important; } }

#mobileMenu #mobileBurger {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 60px;
  height: 80px;
  -webkit-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

#mobileMenu #mobileBurger .lines {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  width: 40px;
  height: 40px; }

#mobileMenu #mobileBurger .line1, #mobileMenu #mobileBurger .line2, #mobileMenu #mobileBurger .line3 {
  display: block;
  position: absolute;
  z-index: 100;
  top: 14px;
  left: 10px;
  height: 2px;
  width: 20px;
  background-color: #FFF;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1); }
  body.page #mobileMenu #mobileBurger .line1,
  body.page #mobileMenu #mobileBurger .line2,
  body.page #mobileMenu #mobileBurger .line3 {
    background-color: #000; }

#mobileMenu #mobileBurger .line2 {
  top: 19px;
  transform: scale(1);
  opacity: 1; }

#mobileMenu #mobileBurger .line3 {
  top: 24px; }

#mobileMenu #mobileBurger.active .lines {
  transform: rotate(90deg); }

#mobileMenu #mobileBurger.active .line1,
#mobileMenu #mobileBurger.active .line2,
#mobileMenu #mobileBurger.active .line3 {
  top: 19px;
  background-color: #FFF !important; }

#mobileMenu #mobileBurger.active .line1 {
  transform: rotate(-45deg); }

#mobileMenu #mobileBurger.active .line2 {
  transform: scale(0);
  opacity: 0; }

#mobileMenu #mobileBurger.active .line3 {
  transform: rotate(45deg); }

#mobileMenu #mobileBurger::before {
  content: '';
  position: absolute;
  background: #fa993a;
  width: 60px;
  left: 0;
  bottom: 0;
  height: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1); }

#mobileMenu #mobileBurger.active::before {
  opacity: 1;
  height: 80px; }

#mobileMenu .mobile-menuOpen,
#mobileMenu .mobile-menuClose {
  position: absolute;
  z-index: 150;
  left: 0;
  top: 0;
  height: 40px;
  width: 20px;
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1); }

#mobileMenu .mobile-menuOpen img {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg); }

#mobileMenu .mobile-menuClose img {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg); }

#mobileMenu .mobile-menuOpen img,
#mobileMenu .mobile-menuClose img {
  visibility: hidden;
  opacity: 1;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  transition: .35s; }

#mobileMenu .mobile-menuOpen.active,
#mobileMenu .mobile-menuClose.active {
  opacity: 1;
  visibility: visible; }

#mobileMenu .mobile-menuOpen.active img,
#mobileMenu .mobile-menuClose.active img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  visibility: visible; }

#mobileMenu .mobile-basket {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
  padding: 10px; }

#mobileMenu .links {
  position: absolute;
  display: none;
  z-index: 100;
  left: 0;
  right: 0;
  top: 80px;
  padding: 10px 0;
  background: #fa993a;
  overflow: auto; }

#mobileMenu .links.active {
  left: 0;
  right: 0;
  visibility: visible;
  opacity: 1; }

#mobileMenu .links .searchBox {
  position: relative;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

#mobileMenu .links .searchBox input[type="search"] {
  -webkit-appearance: none;
  height: 40px;
  width: 100%;
  border: 0;
  padding: 0;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 70px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #FFF;
  border-radius: 0px; }

#mobileMenu .links .searchBox input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 0;
  width: 60px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url(/images/Layout/menuSearch.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.1); }

#mobileMenu .links ul {
  margin: 0;
  padding: 0; }

#mobileMenu .links ul li {
  position: relative;
  list-style: none;
  background-repeat: no-repeat;
  background-position: top right;
  margin: 0; }

#mobileMenu .links ul li.collapsed {
  cursor: pointer; }

#mobileMenu .links li.collapsed > a:nth-of-type(1)::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -60px;
  width: 60px;
  top: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1); }

#mobileMenu .links li.collapsed > a:nth-of-type(1)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  bottom: 0;
  background-image: url("/gfx/menuExpand.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  pointer-events: none;
  -webkit-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.35s cubic-bezier(0.645, 0.045, 0.355, 1); }

#mobileMenu .links li.expanded > a:nth-of-type(1)::before {
  top: 0;
  opacity: 1; }

#mobileMenu .links li.expanded > a:nth-of-type(1)::after {
  -webkit-transform: rotateX(180deg); }

#mobileMenu .links ul li ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

#mobileMenu .links ul lu ul li {
  list-style: none; }

#mobileMenu .links li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
  text-align: left;
  color: #FFF;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  padding-top: 10px;
  padding-bottom: 10px; }

#mobileMenu .links li.collapsed > a:nth-of-type(1) {
  margin-right: 60px; }

#mobileMenu .links li a:hover {
  color: #fdcd9d; }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s; }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #db0808; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: -55px; }

.flickity-prev-next-button.next {
  right: -55px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.1;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #fa993a;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6); }

.flickity-page-dots .dot:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8); }

.flickity-page-dots .dot.is-selected {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

#mobileMenu {
  display: none; }

.clear {
  clear: both; }

.nomargin {
  margin: 0 !important; }

.animToggle {
  position: fixed;
  bottom: 20px;
  left: 20px; }

.al-left {
  text-align: left; }

.al-center {
  text-align: center; }

.al-right {
  text-align: right; }

.titanic {
  float: none;
  visibility: hidden;
  position: fixed;
  top: -3800m; }

img {
  max-width: 100%;
  height: auto; }

img.al-left {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px; }

img.al-center {
  display: block;
  margin: auto !important; }

img.al-right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  margin-bottom: 30px;
  font-family: "Montserrat", "Helvetica Neue", arial, sans-serif; }

h1,
p.css-h1 {
  font-size: 38px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px; }
  @media only screen and (max-width: 500px) {
    h1,
    p.css-h1 {
      font-size: 32px; } }

h2,
p.css-h2 {
  font-size: 36px;
  font-weight: 300;
  color: #fa993a; }

h3,
p.css-h3 {
  font-size: 28px;
  font-weight: 300;
  color: #fa993a; }

h4,
p.css-h4 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px; }

h5,
p.css-h5 {
  font-size: 22px;
  font-weight: 300;
  color: #fa993a; }

h6,
p.css-h6 {
  font-size: 18px;
  font-weight: 300;
  color: #fa993a; }

p, li {
  font-weight: 300;
  line-height: 28px;
  font-size: 20px; }
  p.bigintro, li.bigintro {
    color: #222;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px; }
  p.lightintro, li.lightintro {
    color: #222;
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 20px; }
  p.lightintronarrow, li.lightintronarrow {
    color: #222;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px; }
  p.massivetext, li.massivetext {
    font-size: 48px;
    line-height: 60px;
    color: black; }
  p.intro, li.intro {
    color: #666;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 20px; }
  p.quote, li.quote {
    color: #222;
    font-size: 36px;
    font-weight: 300;
    line-height: 46px;
    margin-right: 20px;
    margin-top: 80px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 800px) {
      p.quote, li.quote {
        margin-top: 0;
        margin-right: 0; } }
  p.p404, li.p404 {
    color: #FFF;
    font-size: 256px;
    line-height: 256px;
    font-weight: 100;
    text-align: center; }
    p.p404 .spill, li.p404 .spill {
      display: inline-block;
      position: relative;
      height: 256px;
      width: 160px; }
      p.p404 .spill img, li.p404 .spill img {
        position: absolute;
        bottom: -44px;
        left: -185px;
        z-index: -1; }
    p.p404.sub, li.p404.sub {
      font-size: 36px;
      line-height: 40px;
      font-weight: 300; }
      @media only screen and (max-width: 500px) {
        p.p404.sub, li.p404.sub {
          font-size: 24px;
          line-height: 32px; } }
    p.p404.plain, li.p404.plain {
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      font-weight: 300; }
      p.p404.plain .button, li.p404.plain .button {
        border-color: #FFF !important;
        color: #FFF !important;
        margin-top: 40px !important; }
        p.p404.plain .button:hover, li.p404.plain .button:hover {
          background-color: #0075bd !important; }
    @media only screen and (max-width: 500px) {
      p.p404, li.p404 {
        font-size: 100px;
        line-height: 120px; }
        p.p404 .spill, li.p404 .spill {
          width: 80px; }
          p.p404 .spill img, li.p404 .spill img {
            bottom: -20px;
            left: -60px;
            width: 160px !important; } }

ul {
  padding-left: 20px; }

p a,
footer a {
  color: #fa993a;
  text-decoration: none; }
  p a.button,
  footer a.button {
    position: relative;
    display: inline-block;
    padding: 16px 60px;
    color: #222;
    border: 1px solid #222;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px !important;
    -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    p a.button:hover,
    footer a.button:hover {
      background-color: #fbb36c;
      text-decoration: none; }
  p a:hover,
  footer a:hover {
    text-decoration: underline; }

.port-nav {
  box-sizing: border-box;
  padding: 3px 0;
  display: inline-block;
  line-height: 15px;
  width: 100%; }
  .port-nav a {
    float: left;
    width: 40px;
    height: 40px;
    background-color: #fa993a;
    border-radius: 100%;
    margin-right: 6px;
    transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .port-nav a img {
      display: block; }
    .port-nav a.next {
      float: right;
      margin-right: 0; }
    .port-nav a:hover {
      background-color: #069e92; }

#banner {
  background-color: orange;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 120px 0 80px 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  #banner video#bigvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
    background-color: #000;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 1s !important;
    -moz-transition-delay: 1s !important;
    transition-delay: 1s !important; }
    body.ready #banner video#bigvideo {
      opacity: 1; }
  #banner .breadcrumb {
    margin-top: -80px;
    line-height: 20px;
    max-width: 1140px;
    padding: 20px;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
    font-size: 12px;
    margin: auto;
    letter-spacing: 1px; }
    #banner .breadcrumb .bc_inner {
      padding: 15px 0;
      display: inline-block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      line-height: 15px; }
      #banner .breadcrumb .bc_inner a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.6);
        -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
        #banner .breadcrumb .bc_inner a:hover {
          color: #069e92; }
      #banner .breadcrumb .bc_inner svg {
        display: inline-block;
        margin: -1px 10px 0 10px; }
        #banner .breadcrumb .bc_inner svg polyline {
          stroke: rgba(255, 255, 255, 0.6); }
    #banner .breadcrumb .port-nav {
      width: auto; }
  #banner .inner {
    position: relative;
    z-index: 10;
    display: table;
    max-width: 1180px;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #banner .inner .content {
      color: white;
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      height: 100%; }
      #banner .inner .content * {
        color: white; }
      #banner .inner .content img.bannerLogo {
        width: 100%;
        margin-bottom: 20px; }
        @media only screen and (max-width: 500px) {
          #banner .inner .content img.bannerLogo {
            margin: 0; } }
      #banner .inner .content .work-feature {
        padding-top: 20px;
        margin: -20px; }
        #banner .inner .content .work-feature .featL,
        #banner .inner .content .work-feature .featM,
        #banner .inner .content .work-feature .featS {
          float: left;
          padding: 20px;
          text-decoration: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          #banner .inner .content .work-feature .featL .featContent,
          #banner .inner .content .work-feature .featM .featContent,
          #banner .inner .content .work-feature .featS .featContent {
            display: table;
            width: 100%;
            height: 100%;
            overflow: hidden;
            background-position: center center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
            -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
            #banner .inner .content .work-feature .featL .featContent .featInner,
            #banner .inner .content .work-feature .featM .featContent .featInner,
            #banner .inner .content .work-feature .featS .featContent .featInner {
              display: table-cell;
              vertical-align: middle;
              background-color: rgba(0, 0, 0, 0.6);
              padding: 20px;
              opacity: 0;
              -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
              -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
              transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
              -webkit-transform: scale(1.2);
              -moz-transform: scale(1.2);
              transform: scale(1.2); }
              #banner .inner .content .work-feature .featL .featContent .featInner .title,
              #banner .inner .content .work-feature .featM .featContent .featInner .title,
              #banner .inner .content .work-feature .featS .featContent .featInner .title {
                display: block;
                color: #FFF;
                text-align: center;
                font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-weight: 400;
                font-size: 24px;
                margin-bottom: 14px;
                -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
                -moz-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
                text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); }
              #banner .inner .content .work-feature .featL .featContent .featInner hr,
              #banner .inner .content .work-feature .featM .featContent .featInner hr,
              #banner .inner .content .work-feature .featS .featContent .featInner hr {
                display: block;
                border: 0;
                width: 60px;
                height: 1px;
                background-color: #FFF;
                margin: auto; }
              #banner .inner .content .work-feature .featL .featContent .featInner .client,
              #banner .inner .content .work-feature .featM .featContent .featInner .client,
              #banner .inner .content .work-feature .featS .featContent .featInner .client {
                display: block;
                color: #FFF;
                text-align: center;
                font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 300;
                font-size: 16px;
                margin-top: 14px; }
          #banner .inner .content .work-feature .featL:hover .featContent .featInner,
          #banner .inner .content .work-feature .featM:hover .featContent .featInner,
          #banner .inner .content .work-feature .featS:hover .featContent .featInner {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1); }
        #banner .inner .content .work-feature .featL {
          width: 50%;
          height: 590px; }
          @media only screen and (max-width: 800px) {
            #banner .inner .content .work-feature .featL {
              width: 100%; } }
        #banner .inner .content .work-feature .featM {
          width: 50%;
          height: 295px; }
          @media only screen and (max-width: 800px) {
            #banner .inner .content .work-feature .featM {
              width: 100%; } }
        #banner .inner .content .work-feature .featS {
          width: 25%;
          height: 295px; }
          @media only screen and (max-width: 800px) {
            #banner .inner .content .work-feature .featS {
              width: 50%; } }
          @media only screen and (max-width: 500px) {
            #banner .inner .content .work-feature .featS {
              width: 100%; } }
      #banner .inner .content .portfolio-slideshow {
        width: 100%;
        height: auto; }
        #banner .inner .content .portfolio-slideshow .slide {
          width: 100%;
          height: auto;
          background-position: center center;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          background-size: cover;
          padding-bottom: 60px; }
          #banner .inner .content .portfolio-slideshow .slide img {
            display: block;
            width: 100%;
            height: auto; }
      #banner .inner .content .half-wrap {
        margin: 0 -20px; }
        #banner .inner .content .half-wrap .half {
          float: left;
          width: 50%;
          padding: 0 20px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (max-width: 500px) {
            #banner .inner .content .half-wrap .half {
              width: 100%; } }
        #banner .inner .content .half-wrap.space {
          margin-top: 40px; }
      #banner .inner .content .line1 {
        text-transform: uppercase;
        font-size: 38px;
        font-weight: 300;
        color: #FFF; }
        @media only screen and (max-width: 500px) {
          #banner .inner .content .line1 {
            font-size: 18px;
            line-height: 22px;
            margin: 0; } }
      #banner .inner .content .line2 {
        text-transform: uppercase;
        font-size: 38px;
        font-weight: 400;
        color: #FFF; }
        @media only screen and (max-width: 500px) {
          #banner .inner .content .line2 {
            font-size: 18px;
            line-height: 22px;
            margin: 0; } }
      #banner .inner .content h3, #banner .inner .content .css-h3 {
        margin-top: 60px;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 4px; }
      #banner .inner .content h5 {
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px; }
      #banner .inner .content p.intro {
        font-size: 24px; }
    #banner .inner .sprites {
      position: absolute;
      z-index: -10;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      #banner .inner .sprites img {
        position: absolute;
        display: block;
        -webkit-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1); }
      #banner .inner .sprites.portfolio .spr1 {
        bottom: -800px;
        left: 0px;
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg);
        transform: rotate(9deg);
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        transition-delay: 1s; }
      #banner .inner .sprites.portfolio .spr2 {
        bottom: -800px;
        left: 0px;
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg);
        transform: rotate(9deg);
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        transition-delay: 1.2s; }
      #banner .inner .sprites.portfolio .spr3 {
        bottom: -600px;
        right: 0px;
        -webkit-transform: rotate(-14deg);
        -moz-transform: rotate(-14deg);
        transform: rotate(-14deg);
        -webkit-transition-delay: 1.4s;
        -moz-transition-delay: 1.4s;
        transition-delay: 1.4s; }
      #banner .inner .sprites.portfolio .spr4 {
        bottom: -608px;
        right: 0px;
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        transform: rotate(-12deg);
        -webkit-transition-delay: 1.6s;
        -moz-transition-delay: 1.6s;
        transition-delay: 1.6s; }
      body.ready #banner .inner .sprites.portfolio .spr1 {
        bottom: -356px;
        left: -250px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
      body.ready #banner .inner .sprites.portfolio .spr2 {
        bottom: -340px;
        left: -154px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
      body.ready #banner .inner .sprites.portfolio .spr3 {
        bottom: 246px;
        right: -124px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
      body.ready #banner .inner .sprites.portfolio .spr4 {
        bottom: -108px;
        right: -246px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg); }
  #banner .downArrow {
    display: block;
    position: absolute;
    width: 120px;
    z-index: 20;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 6s !important;
    -moz-transition-delay: 6s !important;
    transition-delay: 6s !important; }
    #banner .downArrow .mouse {
      position: relative;
      display: block;
      width: 32px;
      height: 50px;
      margin: 0 auto 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid white;
      border-radius: 32px;
      -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      #banner .downArrow .mouse .ball {
        position: absolute;
        display: block;
        left: 50%;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-animation: ani-mouse 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
        -moz-animation: ani-mouse 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
        animation: ani-mouse 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
        -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      #banner .downArrow .mouse::before {
        position: absolute;
        content: '';
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        border-radius: 30px;
        background-color: rgba(250, 153, 58, 0);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    #banner .downArrow .label {
      color: #FFF;
      font-size: 12px;
      font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
      text-transform: uppercase;
      -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    body.ready #banner .downArrow {
      bottom: 50px;
      opacity: 1; }
    #banner .downArrow:hover .mouse::before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      background-color: rgba(250, 153, 58, 0.8); }
    @media only screen and (max-width: 1140px) {
      #banner .downArrow {
        display: none; } }
  #banner.home {
    min-height: 600px;
    height: 100vh;
    padding: 0;
    background: #000; }
    #banner.home .inner {
      width: 100%;
      max-width: 580px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #banner.home .inner img {
        width: auto; }
    #banner.home .content {
      padding-top: 100px;
      opacity: 0;
      -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition-delay: 2s !important;
      -moz-transition-delay: 2s !important;
      transition-delay: 2s !important; }
      body.ready #banner.home .content {
        padding-top: 0px;
        opacity: 1; }
    #banner.home::before {
      position: absolute;
      content: '';
      z-index: 5;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition-delay: 2s !important;
      -moz-transition-delay: 2s !important;
      transition-delay: 2s !important; }
      body.ready #banner.home::before {
        background: rgba(0, 0, 0, 0.4); }
    #banner.home.e404 {
      background-color: #25405d; }
      #banner.home.e404 .content {
        padding: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition-delay: .5s !important;
        -moz-transition-delay: .5s !important;
        transition-delay: .5s !important; }
        body.ready #banner.home.e404 .content {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          transform: scale(1); }
      #banner.home.e404::before {
        display: none; }
    #banner.home #l-erdf {
      align-items: center;
      background-color: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(5px);
      bottom: 0;
      display: flex;
      justify-content: center;
      padding: 10px;
      position: absolute;
      transition: all 600ms ease-out 5.5s;
      width: 100%;
      z-index: 6; }
      #banner.home #l-erdf p {
        font-size: 18px;
        line-height: 1.2;
        margin: 0;
        max-width: 500px;
        padding: 0 10px; }
      body.ready #banner.home #l-erdf {
        bottom: -200px; }
  #banner.is-work-feature {
    background: none; }
    #banner.is-work-feature::before {
      background: linear-gradient(to top, black 5%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0));
      bottom: 0;
      content: '';
      display: inline-block;
      height: 2%;
      left: 0;
      opacity: 0.1;
      position: absolute;
      width: 100%;
      z-index: 11; }
    #banner.is-work-feature .breadcrumb a {
      color: rgba(0, 0, 0, 0.6); }
    #banner.is-work-feature .breadcrumb .bc_inner {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    #banner.is-work-feature .inner .content * {
      color: black; }
  @media only screen and (max-width: 800px) {
    #banner {
      padding: 80px 0 40px 0; } }

video[poster] {
  height: 100%;
  width: 100%; }

#banner-dd {
  background-color: #fa993a;
  background-image: url("/images/Layout/branding-brochures-websites.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin-bottom: 35px;
  margin-top: 110px;
  padding-bottom: 36.45%;
  position: relative; }
  @media only screen and (max-width: 800px) {
    #banner-dd {
      margin-top: 80px; } }
  #banner-dd * {
    box-sizing: border-box; }
  #banner-dd #header-player {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  #banner-dd .breadcrumb {
    display: none;
    font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
    font-size: 12px;
    left: 0;
    position: relative;
    bottom: -30px; }
    #banner-dd .breadcrumb .bc_inner {
      margin: 0 auto;
      max-width: 1180px;
      padding: 5px 20px; }
      #banner-dd .breadcrumb .bc_inner a {
        color: #222;
        text-decoration: none; }
  #banner-dd .inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%; }
    #banner-dd .inner .content {
      padding: 20px;
      text-align: center; }
  #banner-dd h1 {
    color: white;
    font-size: 69px;
    font-weight: 700;
    letter-spacing: -1px; }
    @media only screen and (max-width: 1140px) {
      #banner-dd h1 {
        font-size: 45px;
        margin-bottom: 24px; } }
    @media only screen and (max-width: 800px) {
      #banner-dd h1 {
        font-size: 35px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 500px) {
      #banner-dd h1 {
        font-size: 25px;
        margin-bottom: 5px; } }
  #banner-dd p {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 1140px) {
      #banner-dd p {
        font-size: 30px; } }
    @media only screen and (max-width: 800px) {
      #banner-dd p {
        font-size: 22px; } }
    @media only screen and (max-width: 500px) {
      #banner-dd p {
        font-size: 18px; } }

#page-sections {
  position: relative;
  z-index: 50; }
  #page-sections #section-top {
    position: absolute;
    top: -108px;
    visibility: hidden; }
  #page-sections section {
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
    #page-sections section #hand {
      bottom: 0;
      height: auto;
      max-width: none;
      position: absolute;
      right: -10%;
      width: 70%;
      z-index: -1; }
    #page-sections section#branding {
      background-position: right bottom;
      background-size: 80% auto;
      background-repeat: no-repeat; }
    #page-sections section#bro {
      background-position: 125% 10%;
      background-size: 60% auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 800px) {
        #page-sections section#bro {
          background-position: -42% center; } }
    #page-sections section#websites {
      background-position: 100% 10%;
      background-size: 45% auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 800px) {
        #page-sections section#websites {
          background-position: 100% 60%; } }
    #page-sections section#ims {
      background-position: 100% 5%;
      background-size: 50% auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 800px) {
        #page-sections section#ims {
          background-position: 100% 50%; } }
      @media only screen and (min-width: 1140px) {
        #page-sections section#ims {
          background-position: 100% 50%;
          background-size: auto 80%; } }
    #page-sections section .section-inner {
      position: relative;
      max-width: 1140px;
      margin: auto;
      top: 0; }
      #page-sections section .section-inner .content {
        position: relative;
        z-index: 5;
        padding: 120px 0; }
        #page-sections section .section-inner .content .col-wrap {
          padding-left: 20px;
          padding-right: 20px; }
          @media only screen and (max-width: 1140px) {
            #page-sections section .section-inner .content .col-wrap {
              padding-left: 20px;
              padding-right: 20px; } }
          @media only screen and (max-width: 500px) {
            #page-sections section .section-inner .content .col-wrap {
              padding-left: 35px;
              padding-right: 35px; } }
        #page-sections section .section-inner .content .col1 {
          width: 100%;
          padding: 0 15px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (max-width: 800px) {
            #page-sections section .section-inner .content .col1 {
              width: 100%; } }
        #page-sections section .section-inner .content .col1f {
          float: left;
          width: 66.667%;
          padding: 0 15px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (max-width: 800px) {
            #page-sections section .section-inner .content .col1f {
              width: 100%;
              margin-bottom: 40px; } }
        #page-sections section .section-inner .content .col2 {
          float: left;
          width: 50%;
          padding: 0 21px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        #page-sections section .section-inner .content .col3 {
          float: left;
          width: 33.333%;
          padding: 0 15px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (max-width: 800px) {
            #page-sections section .section-inner .content .col3 {
              width: 100%; } }
        #page-sections section .section-inner .content .col4 {
          float: left;
          width: 25%;
          padding: 0 15px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (max-width: 800px) {
            #page-sections section .section-inner .content .col4 {
              width: 50%; } }
        #page-sections section .section-inner .content .col1,
        #page-sections section .section-inner .content .col1f,
        #page-sections section .section-inner .content .col2,
        #page-sections section .section-inner .content .col3,
        #page-sections section .section-inner .content .col4 {
          min-height: 20px; }
          #page-sections section .section-inner .content .col1 :last-child,
          #page-sections section .section-inner .content .col1f :last-child,
          #page-sections section .section-inner .content .col2 :last-child,
          #page-sections section .section-inner .content .col3 :last-child,
          #page-sections section .section-inner .content .col4 :last-child {
            margin: 0; }
          @media only screen and (max-width: 1140px) {
            #page-sections section .section-inner .content .col1 img,
            #page-sections section .section-inner .content .col1f img,
            #page-sections section .section-inner .content .col2 img,
            #page-sections section .section-inner .content .col3 img,
            #page-sections section .section-inner .content .col4 img {
              display: inline-block;
              max-width: 100%;
              margin: auto; } }
          @media only screen and (max-width: 800px) {
            #page-sections section .section-inner .content .col1,
            #page-sections section .section-inner .content .col1f,
            #page-sections section .section-inner .content .col2,
            #page-sections section .section-inner .content .col3,
            #page-sections section .section-inner .content .col4 {
              float: none;
              width: auto;
              min-height: 0px;
              padding: 0;
              padding-top: 20px;
              padding-bottom: 20px; } }
        #page-sections section .section-inner .content #portfolio #portfolio-filters {
          text-align: center;
          padding-bottom: 20px; }
          #page-sections section .section-inner .content #portfolio #portfolio-filters button {
            display: inline-block;
            padding: 6px 20px;
            margin: 0 2px;
            border: 0;
            font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
            font-weight: 300;
            line-height: 26px;
            font-size: 14px;
            border-radius: 4px;
            text-transform: uppercase;
            background-color: transparent;
            outline: 0;
            cursor: pointer;
            -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
            -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
            #page-sections section .section-inner .content #portfolio #portfolio-filters button:hover {
              background-color: #fdd9b6; }
            #page-sections section .section-inner .content #portfolio #portfolio-filters button.is-checked {
              background-color: #fa993a;
              color: #FFF; }
        #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper {
          margin: 0 -15px;
          opacity: 0;
          -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
          -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
          #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item {
            display: block;
            width: 33.3333%;
            height: auto;
            padding: 15px;
            text-decoration: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item .inner {
              position: relative;
              width: 100%;
              background-color: #EEE;
              overflow: hidden; }
              #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item .inner img {
                display: block;
                width: 100%;
                height: auto;
                -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
                -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
              #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item .inner .overlay {
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.6);
                -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
                -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
                #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item .inner .overlay .vCenterOut {
                  width: 100%;
                  height: 100%;
                  display: table;
                  -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
                  -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
                  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
                  -webkit-transform: scale(0.4);
                  -moz-transform: scale(0.4);
                  transform: scale(0.4); }
                  #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item .inner .overlay .vCenterOut .vCenterIn {
                    display: table-cell;
                    vertical-align: middle; }
                    #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item .inner .overlay .vCenterOut .vCenterIn .title {
                      display: block;
                      color: #FFF;
                      text-align: center;
                      font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
                      text-transform: uppercase;
                      letter-spacing: 2px;
                      font-weight: 400;
                      font-size: 24px;
                      margin: 0 20px;
                      margin-bottom: 14px;
                      -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
                      -moz-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
                      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); }
                    #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item .inner .overlay .vCenterOut .vCenterIn hr {
                      display: block;
                      border: 0;
                      width: 60px;
                      height: 1px;
                      background-color: #FFF;
                      margin: auto; }
                    #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item .inner .overlay .vCenterOut .vCenterIn .client {
                      display: block;
                      color: #FFF;
                      text-align: center;
                      font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
                      text-transform: uppercase;
                      letter-spacing: 1px;
                      font-weight: 300;
                      font-size: 16px;
                      margin: 0 20px;
                      margin-top: 14px; }
            #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item:hover img {
              -webkit-transform: scale(1.2);
              -moz-transform: scale(1.2);
              transform: scale(1.2); }
            #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item:hover .inner .overlay {
              opacity: 1; }
              #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item:hover .inner .overlay .vCenterOut {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                transform: scale(1); }
            @media only screen and (max-width: 800px) {
              #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item {
                width: 50%; } }
            @media only screen and (max-width: 500px) {
              #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper .portfolio-item {
                width: 100%;
                padding: 10px 15px; } }
          #page-sections section .section-inner .content #portfolio #portfolio-item-wrapper.ready {
            opacity: 1; }
        #page-sections section .section-inner .content .colSlider {
          position: relative;
          max-width: 555px;
          height: auto;
          background-color: #FFF;
          border-radius: 6px;
          overflow: hidden; }
          #page-sections section .section-inner .content .colSlider img {
            display: block; }
          #page-sections section .section-inner .content .colSlider.shadow {
            -webkit-box-shadow: 0 10px 80px rgba(0,0,0,0.6);
            -moz-box-shadow: 0 10px 80px rgba(0,0,0,0.6);
            box-shadow: 0 10px 80px rgba(0,0,0,0.6); }
        #page-sections section .section-inner .content .home-graphic {
          margin-bottom: 20px !important; }
      #page-sections section .section-inner .sprites {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        #page-sections section .section-inner .sprites img,
        #page-sections section .section-inner .sprites svg {
          position: absolute;
          -webkit-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
          -moz-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1); }
    #page-sections section.color {
      background-color: #fa993a;
      color: #FFF; }
      #page-sections section.color.dark-text {
        color: black; }
      #page-sections section.color.secondary {
        background-color: #069e92; }
      #page-sections section.color.dark {
        background-color: #30312e; }
      #page-sections section.color.black {
        background-color: black;
        color: white; }
        #page-sections section.color.black .bigintro, #page-sections section.color.black .lightintronarrow {
          color: white; }
        #page-sections section.color.black .button {
          color: white;
          border-color: white; }
      #page-sections section.color.red {
        background-color: #c21f49;
        color: white; }
        #page-sections section.color.red .bigintro, #page-sections section.color.red .lightintronarrow {
          color: white; }
    #page-sections section.grey {
      background-color: #F6F6F6; }
    #page-sections section.portfolio .content {
      padding-bottom: 50px;
      text-align: center; }
    #page-sections section.portfolio .port-nav {
      padding: 0 5px;
      position: absolute;
      left: 0;
      top: 110px; }
    #page-sections section.portfolio h1 {
      font-size: 24px;
      font-weight: 400;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 4px; }
    #page-sections section.portfolio h1, #page-sections section.portfolio p.css-h1, #page-sections section.portfolio h2, #page-sections section.portfolio p.css-h2, #page-sections section.portfolio h3, #page-sections section.portfolio p.css-h3, #page-sections section.portfolio h4, #page-sections section.portfolio p.css-h4 {
      padding: 0 55px; }
    #page-sections section.portfolio p {
      margin: 0 auto 30px auto;
      max-width: 960px; }
    #page-sections section.portfolio-items .content {
      padding-top: 0; }
      #page-sections section.portfolio-items .content figure {
        margin: 0; }
        #page-sections section.portfolio-items .content figure figcaption {
          display: none; }
      #page-sections section.portfolio-items .content img {
        display: block;
        margin-bottom: 30px; }
  #page-sections .home1, #page-sections .home2, #page-sections .home3, #page-sections .home4, #page-sections .home5 {
    height: 800px; }
    #page-sections .home1 .section-inner, #page-sections .home2 .section-inner, #page-sections .home3 .section-inner, #page-sections .home4 .section-inner, #page-sections .home5 .section-inner {
      min-height: 800px; }
    #page-sections .home1 .col1, #page-sections .home1 .col1f, #page-sections .home1 .col2, #page-sections .home1 .col3, #page-sections .home1 .col4, #page-sections .home2 .col1, #page-sections .home2 .col1f, #page-sections .home2 .col2, #page-sections .home2 .col3, #page-sections .home2 .col4, #page-sections .home3 .col1, #page-sections .home3 .col1f, #page-sections .home3 .col2, #page-sections .home3 .col3, #page-sections .home3 .col4, #page-sections .home4 .col1, #page-sections .home4 .col1f, #page-sections .home4 .col2, #page-sections .home4 .col3, #page-sections .home4 .col4, #page-sections .home5 .col1, #page-sections .home5 .col1f, #page-sections .home5 .col2, #page-sections .home5 .col3, #page-sections .home5 .col4 {
      position: relative;
      -webkit-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition-delay: .5s !important;
      -moz-transition-delay: .5s !important;
      transition-delay: .5s !important; }
      #page-sections .home1 .col1.delayCol, #page-sections .home1 .col1f.delayCol, #page-sections .home1 .col2.delayCol, #page-sections .home1 .col3.delayCol, #page-sections .home1 .col4.delayCol, #page-sections .home2 .col1.delayCol, #page-sections .home2 .col1f.delayCol, #page-sections .home2 .col2.delayCol, #page-sections .home2 .col3.delayCol, #page-sections .home2 .col4.delayCol, #page-sections .home3 .col1.delayCol, #page-sections .home3 .col1f.delayCol, #page-sections .home3 .col2.delayCol, #page-sections .home3 .col3.delayCol, #page-sections .home3 .col4.delayCol, #page-sections .home4 .col1.delayCol, #page-sections .home4 .col1f.delayCol, #page-sections .home4 .col2.delayCol, #page-sections .home4 .col3.delayCol, #page-sections .home4 .col4.delayCol, #page-sections .home5 .col1.delayCol, #page-sections .home5 .col1f.delayCol, #page-sections .home5 .col2.delayCol, #page-sections .home5 .col3.delayCol, #page-sections .home5 .col4.delayCol {
        -webkit-transition-delay: .8s !important;
        -moz-transition-delay: .8s !important;
        transition-delay: .8s !important; }
    @media only screen and (max-width: 800px) {
      #page-sections .home1, #page-sections .home2, #page-sections .home3, #page-sections .home4, #page-sections .home5 {
        height: auto;
        padding: 200px 0; }
        #page-sections .home1 *, #page-sections .home2 *, #page-sections .home3 *, #page-sections .home4 *, #page-sections .home5 * {
          text-align: center; } }
  #page-sections .home3 *, #page-sections .home4 *, #page-sections .home5 * {
    color: #FFF !important;
    border-color: #FFF !important; }
  #page-sections .home1 {
    background-color: #fcf4e9;
    background-image: url(/images/Layout/home1bg.jpg); }
    #page-sections .home1 .spr1 {
      top: 78px;
      right: -180px;
      -webkit-transform: rotate(12deg);
      -moz-transform: rotate(12deg);
      transform: rotate(12deg);
      -webkit-transition-delay: .2s !important;
      -moz-transition-delay: .2s !important;
      transition-delay: .2s !important; }
      @media only screen and (max-width: 800px) {
        #page-sections .home1 .spr1 {
          top: -400px !important;
          left: auto !important;
          bottom: auto !important;
          right: -100px !important;
          -webkit-transform: scale(0.8) !important;
          -moz-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home1 .spr2 {
      top: 50px;
      left: 285px;
      -webkit-transform: rotate(-12deg);
      -moz-transform: rotate(-12deg);
      transform: rotate(-12deg); }
      @media only screen and (max-width: 800px) {
        #page-sections .home1 .spr2 {
          top: auto !important;
          left: auto !important;
          bottom: -300px !important;
          right: -140px !important;
          -webkit-transform: scale(0.8) !important;
          -moz-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home1 .spr3 {
      top: -320px;
      right: 100px;
      -webkit-transform: rotate(60deg);
      -moz-transform: rotate(60deg);
      transform: rotate(60deg);
      -webkit-transition-delay: .6s !important;
      -moz-transition-delay: .6s !important;
      transition-delay: .6s !important; }
      @media only screen and (max-width: 800px) {
        #page-sections .home1 .spr3 {
          top: -20px !important;
          left: 20px !important;
          bottom: auto !important;
          right: auto !important;
          -webkit-transform: scale(0.8) !important;
          -moz-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home1.br2 .spr1 {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    #page-sections .home1.br2 .spr2 {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    #page-sections .home1.br2 .spr3 {
      top: 78px;
      right: -56px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    @media only screen and (max-width: 800px) {
      #page-sections .home1 .col1f {
        float: none !important;
        margin: auto; } }
  #page-sections .home2 {
    background-color: #c21f49; }
    #page-sections .home2 .spr1 {
      bottom: -700px;
      left: -200px;
      -webkit-transform: rotate(8deg);
      -moz-transform: rotate(8deg);
      transform: rotate(8deg);
      -webkit-transition-delay: .4s !important;
      -moz-transition-delay: .4s !important;
      transition-delay: .4s !important; }
      @media only screen and (max-width: 800px) {
        #page-sections .home2 .spr1 {
          top: auto !important;
          left: auto !important;
          bottom: -560px !important;
          left: 0 !important;
          -webkit-transform: scale(0.8) !important;
          -moz-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home2 .spr2 {
      bottom: -700px;
      left: -200px;
      -webkit-transform: rotate(-23deg);
      -moz-transform: rotate(-23deg);
      transform: rotate(-23deg); }
      @media only screen and (max-width: 800px) {
        #page-sections .home2 .spr2 {
          top: auto !important;
          left: auto !important;
          bottom: -560px !important;
          left: -40px !important;
          -webkit-transform: scale(0.8) !important;
          -moz-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home2 .spr3 {
      bottom: -680px;
      left: -145px;
      -webkit-transform: rotate(-30deg);
      -moz-transform: rotate(-30deg);
      transform: rotate(-30deg);
      -webkit-transition-delay: .3s !important;
      -moz-transition-delay: .3s !important;
      transition-delay: .3s !important; }
      @media only screen and (max-width: 800px) {
        #page-sections .home2 .spr3 {
          top: auto !important;
          left: auto !important;
          bottom: -560px !important;
          left: 0 !important;
          -webkit-transform: scale(0.8) !important;
          -moz-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home2 .spr4 {
      bottom: -600px;
      right: -982px;
      z-index: 20;
      -webkit-transition-delay: .5s;
      -moz-transition-delay: .5s;
      transition-delay: .5s; }
      @media only screen and (max-width: 800px) {
        #page-sections .home2 .spr4 {
          display: none; } }
    #page-sections .home2.br2 .spr1 {
      bottom: -130px;
      left: -200px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    #page-sections .home2.br2 .spr2 {
      bottom: -315px;
      left: 25px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    #page-sections .home2.br2 .spr3 {
      bottom: -275px;
      left: 136px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    #page-sections .home2.br2 .spr4 {
      bottom: -152px;
      right: -532px; }
    @media only screen and (max-width: 800px) {
      #page-sections .home2 {
        padding-top: 0; } }
  #page-sections .home3 {
    background-color: #30312e; }
    #page-sections .home3 .spr1 {
      top: -360px;
      left: -474px;
      -webkit-transform: rotate(-23deg);
      -moz-transform: rotate(-23deg);
      transform: rotate(-23deg); }
      @media only screen and (max-width: 800px) {
        #page-sections .home3 .spr1 {
          top: -300px !important;
          left: -60px !important;
          bottom: auto !important;
          right: auto !important;
          -webkit-transform: scale(0.8) !important;
          -moz-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home3 .spr2 {
      left: 642px;
      top: -634px;
      -webkit-transition-delay: .2s !important;
      -moz-transition-delay: .2s !important;
      transition-delay: .2s !important; }
      @media only screen and (max-width: 800px) {
        #page-sections .home3 .spr2 {
          top: -300px !important;
          left: auto !important;
          bottom: auto !important;
          right: 0px !important;
          -webkit-transform: scale(0.8) !important;
          -moz-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home3 .spr3 {
      right: -374px;
      top: -360px;
      -webkit-transform: rotate(16deg);
      -moz-transform: rotate(16deg);
      transform: rotate(16deg);
      -webkit-transition-delay: .4s !important;
      -moz-transition-delay: .4s !important;
      transition-delay: .4s !important; }
      @media only screen and (max-width: 800px) {
        #page-sections .home3 .spr3 {
          top: auto !important;
          left: auto !important;
          bottom: -400px !important;
          right: -60px !important;
          -webkit-transform: scale(0.8) !important;
          -moz-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home3 .spr4 {
      bottom: -460px;
      left: -558px;
      -webkit-transform: rotate(-16deg);
      -moz-transform: rotate(-16deg);
      transform: rotate(-16deg);
      -webkit-transition-delay: .6s !important;
      -moz-transition-delay: .6s !important;
      transition-delay: .6s !important; }
      @media only screen and (max-width: 800px) {
        #page-sections .home3 .spr4 {
          display: none; } }
    #page-sections .home3 .spr5 {
      bottom: -554px;
      right: 200px;
      -webkit-transform: rotate(26deg);
      -moz-transform: rotate(26deg);
      transform: rotate(26deg);
      -webkit-transition-delay: .2s !important;
      -moz-transition-delay: .2s !important;
      transition-delay: .2s !important; }
      @media only screen and (max-width: 800px) {
        #page-sections .home3 .spr5 {
          top: auto !important;
          left: -100px !important;
          bottom: -400px !important;
          right: auto !important;
          -webkit-transform: scale(0.4) !important;
          -moz-transform: scale(0.4) !important;
          transform: scale(0.4) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home3 .spr6 {
      right: -370px;
      bottom: -420px;
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      transform: rotate(20deg); }
    #page-sections .home3.br2 .spr1 {
      top: 28px;
      left: -374px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    #page-sections .home3.br2 .spr2 {
      left: 642px;
      top: -134px; }
    #page-sections .home3.br2 .spr3 {
      right: -274px;
      top: -45px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    #page-sections .home3.br2 .spr4 {
      bottom: -234px;
      left: -358px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    #page-sections .home3.br2 .spr5 {
      bottom: -154px;
      right: 341px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    #page-sections .home3.br2 .spr6 {
      right: -270px;
      bottom: 51px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
  #page-sections .home4 {
    background-color: #fa993a; }
    #page-sections .home4 .spr1 {
      background-image: url(/images/Layout/home4-s1a.png);
      width: 805px;
      height: 580px;
      position: absolute;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition-delay: .2s !important;
      -moz-transition-delay: .2s !important;
      transition-delay: .2s !important;
      top: -600px;
      right: -280px;
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
      border-radius: 30px; }
      #page-sections .home4 .spr1 .spriteSlides {
        position: absolute;
        top: 30px;
        left: 55px;
        right: 57px;
        bottom: 30px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-delay: .6s !important;
        -moz-transition-delay: .6s !important;
        transition-delay: .6s !important;
        opacity: 0;
        background-color: #000; }
        #page-sections .home4 .spr1 .spriteSlides img {
          display: block;
          -webkit-transition: 0s;
          -moz-transition: 0s;
          transition: 0s; }
      @media only screen and (max-width: 1140px) {
        #page-sections .home4 .spr1 {
          top: -260px !important; } }
      @media only screen and (max-width: 800px) {
        #page-sections .home4 .spr1 {
          top: -400px !important;
          left: 50% !important;
          margin-left: -403px !important;
          bottom: auto !important;
          right: auto !important;
          -webkit-transform: scale(0.6) !important;
          -moz-transform: scale(0.6) !important;
          transform: scale(0.6) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
      @media only screen and (max-width: 500px) {
        #page-sections .home4 .spr1 {
          top: -300px !important;
          -webkit-transform: scale(0.3) !important;
          -moz-transform: scale(0.3) !important;
          transform: scale(0.3) !important; } }
    #page-sections .home4 .spr2 {
      background-image: url(/images/Layout/home4-s2a.png);
      width: 206px;
      height: 419px;
      position: absolute;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
      bottom: -440px;
      left: 320px;
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
      border-radius: 30px; }
      #page-sections .home4 .spr2 .spriteSlides {
        position: absolute;
        top: 55px;
        left: 15px;
        right: 15px;
        bottom: 52px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-delay: .8s !important;
        -moz-transition-delay: .8s !important;
        transition-delay: .8s !important;
        opacity: 0;
        background-color: #000; }
        #page-sections .home4 .spr2 .spriteSlides img {
          display: block;
          -webkit-transition: 0s;
          -moz-transition: 0s;
          transition: 0s; }
      @media only screen and (max-width: 800px) {
        #page-sections .home4 .spr2 {
          top: auto !important;
          left: 50% !important;
          margin-left: -103px !important;
          bottom: -290px !important;
          right: auto !important;
          -webkit-transform: scale(1) !important;
          -moz-transform: scale(1) !important;
          transform: scale(1) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home4 .spr3 {
      left: -160px;
      top: -600px;
      -webkit-transition-delay: .6s !important;
      -moz-transition-delay: .6s !important;
      transition-delay: .6s !important; }
      @media only screen and (max-width: 800px) {
        #page-sections .home4 .spr3 {
          display: none; } }
    #page-sections .home4.br2 .spr1 {
      top: 110px;
      -webkit-transform: rotate(4deg);
      -moz-transform: rotate(4deg);
      transform: rotate(4deg);
      box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4); }
      #page-sections .home4.br2 .spr1 .spriteSlides {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    #page-sections .home4.br2 .spr2 {
      bottom: -80px;
      -webkit-transform: rotate(-4deg);
      -moz-transform: rotate(-4deg);
      transform: rotate(-4deg);
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2); }
      #page-sections .home4.br2 .spr2 .spriteSlides {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    #page-sections .home4.br2 .spr3 {
      -webkit-transform: rotate(-16deg);
      -moz-transform: rotate(-16deg);
      transform: rotate(-16deg);
      top: 200px; }
    @media only screen and (max-width: 800px) {
      #page-sections .home4 .col1f {
        float: none !important;
        margin: auto; } }
    @media only screen and (max-width: 500px) {
      #page-sections .home4 {
        padding-top: 160px; } }
  #page-sections .home5 {
    background-color: #069e92; }
    #page-sections .home5 .col2 {
      float: right !important; }
    #page-sections .home5 .col2.quoteBox {
      top: -50px;
      opacity: 0;
      -webkit-transition-delay: 1s !important;
      -moz-transition-delay: 1s !important;
      transition-delay: 1s !important; }
      @media only screen and (max-width: 1140px) {
        #page-sections .home5 .col2.quoteBox {
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important;
          top: 0px;
          opacity: 1; } }
      #page-sections .home5 .col2.quoteBox .quote {
        font-size: 25px;
        line-height: 1.3; }
    #page-sections .home5 .spr1 {
      bottom: 170px;
      right: 90px; }
      @media only screen and (max-width: 1140px) {
        #page-sections .home5 .spr1 {
          display: none; } }
    @media only screen and (max-width: 800px) {
      #page-sections .home5 {
        padding: 0; } }
    #page-sections .home5.br2 .col2.quoteBox {
      top: 0px;
      opacity: 1; }
  #page-sections .home6 {
    background-color: #fff;
    padding-bottom: 50px; }
    #page-sections .home6 .spr1 {
      top: 300px;
      right: -580px;
      -webkit-transform: rotate(12deg);
      -moz-transform: rotate(12deg);
      transform: rotate(12deg);
      -webkit-transition-delay: .2s !important;
      -moz-transition-delay: .2s !important;
      transition-delay: .2s !important; }
      @media only screen and (max-width: 800px) {
        #page-sections .home6 .spr1 {
          top: -400px !important;
          left: auto !important;
          bottom: auto !important;
          right: -100px !important;
          -webkit-transform: scale(0.8) !important;
          -moz-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
          -webkit-transition-delay: 0s !important;
          -moz-transition-delay: 0s !important;
          transition-delay: 0s !important; } }
    #page-sections .home6.br2 .spr1 {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
      right: -280px; }
    @media only screen and (max-width: 1140px) {
      #page-sections .home6 .spr1 {
        width: 70%; } }
    @media only screen and (max-width: 800px) {
      #page-sections .home6 .col1f {
        float: none !important;
        margin: auto; }
      #page-sections .home6.br2 .spr1 {
        width: 50%;
        top: 55px !important;
        right: 10px !important; } }
    @media only screen and (max-width: 500px) {
      #page-sections .home6.br2 .spr1 {
        width: 60%;
        top: 125px !important;
        right: -30px !important; } }
  #page-sections .home7 {
    padding-bottom: 100px; }
    #page-sections .home7 .col1f {
      float: right !important;
      text-align: right; }
    #page-sections .home7 .spr1 {
      top: 90px;
      left: -900px;
      -webkit-transition-delay: .2s !important;
      -moz-transition-delay: .2s !important;
      transition-delay: .2s !important; }
    #page-sections .home7.br2 .spr1 {
      left: -400px; }
    @media only screen and (max-width: 1140px) {
      #page-sections .home7.br2 .spr1 {
        width: 50%;
        top: 30px !important;
        left: 30px !important; } }
    @media only screen and (max-width: 800px) {
      #page-sections .home7 .col1f {
        float: none !important;
        margin: auto; } }
  #page-sections .home8 {
    padding-bottom: 100px; }
    #page-sections .home8 h1 {
      display: inline-block; }
      #page-sections .home8 h1 img {
        vertical-align: -46%; }
    #page-sections .home8 p.strap {
      display: inline-block;
      padding-left: 20px; }
      @media only screen and (max-width: 800px) {
        #page-sections .home8 p.strap {
          padding-left: 0; } }
    #page-sections .home8 p.close {
      text-align: center; }
      #page-sections .home8 p.close .button {
        margin-top: 60px !important; }
    #page-sections .home8 .stat-wrap {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      #page-sections .home8 .stat-wrap .stat-item {
        box-sizing: border-box;
        text-align: center;
        padding: 25px;
        padding-bottom: 30px !important;
        flex: 1 1 33.33%; }
        @media only screen and (max-width: 960px) {
          #page-sections .home8 .stat-wrap .stat-item {
            flex-basis: 50%; } }
        @media only screen and (max-width: 800px) {
          #page-sections .home8 .stat-wrap .stat-item {
            flex-basis: 100%; } }
        #page-sections .home8 .stat-wrap .stat-item .phat-stat {
          align-items: center;
          border: 4px solid #ff721f;
          border-radius: 50%;
          color: #ff721f;
          display: flex;
          font-size: 42px;
          height: 150px;
          justify-content: center;
          line-height: 1;
          margin-left: auto;
          margin-right: auto;
          width: 150px; }
          #page-sections .home8 .stat-wrap .stat-item .phat-stat.dd-col {
            flex-direction: column; }
  @media only screen and (max-width: 800px) {
    #page-sections .manageable .content {
      padding-top: 400px !important; } }
  #page-sections .manageable .sprites .sprite-1 {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    z-index: 1;
    width: 917px;
    height: 743px;
    right: 105%;
    -webkit-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1); }
    #page-sections .manageable .sprites .sprite-1 img {
      z-index: 1; }
    #page-sections .manageable .sprites .sprite-1 #mcms-player {
      height: 475px;
      left: 35px;
      position: absolute;
      top: 35px;
      width: auto;
      z-index: 2; }
      @media only screen and (max-width: 800px) {
        #page-sections .manageable .sprites .sprite-1 #mcms-player {
          height: 315px;
          left: 20px;
          top: 20px; } }
    @media only screen and (max-width: 800px) {
      #page-sections .manageable .sprites .sprite-1 {
        right: -400px;
        width: 600px;
        top: 40px;
        transform: none; } }
  #page-sections .manageable.br2 .sprites .sprite-1 {
    right: 55%; }
    @media only screen and (max-width: 800px) {
      #page-sections .manageable.br2 .sprites .sprite-1 {
        right: -250px; } }

.visual-works-heading {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  width: 210px; }
  .visual-works-heading::after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .visual-works-heading > div {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .visual-works-heading > div::before {
      border-top: 5px solid black;
      border-left: 5px solid black;
      content: "";
      height: 8%;
      left: 0;
      position: absolute;
      top: 0;
      width: 8%; }
    .visual-works-heading > div::after {
      border-top: 5px solid black;
      border-right: 5px solid black;
      content: "";
      height: 8%;
      right: 0;
      position: absolute;
      top: 0;
      width: 8%; }
    .visual-works-heading > div > div::before {
      border-bottom: 5px solid black;
      border-left: 5px solid black;
      content: "";
      height: 8%;
      left: 0;
      position: absolute;
      bottom: 0;
      width: 8%; }
    .visual-works-heading > div > div::after {
      border-bottom: 5px solid black;
      border-right: 5px solid black;
      content: "";
      height: 8%;
      right: 0;
      position: absolute;
      bottom: 0;
      width: 8%; }
    .visual-works-heading > div h1 {
      color: black;
      font-family: 'Montserrat', sans-serif;
      font-size: 24px;
      font-weight: 300;
      left: 15px;
      letter-spacing: 0;
      line-height: 1;
      margin: 0;
      position: absolute;
      bottom: 12px; }
      .visual-works-heading > div h1 span {
        display: inline-block;
        width: 100%; }
        .visual-works-heading > div h1 span.line2 {
          font-weight: 500; }
        .visual-works-heading > div h1 span.line3 {
          font-weight: 700; }
  .visual-works-heading.white > div::before {
    border-color: white; }
  .visual-works-heading.white > div::after {
    border-color: white; }
  .visual-works-heading.white > div > div::before {
    border-color: white; }
  .visual-works-heading.white > div > div::after {
    border-color: white; }
  .visual-works-heading.white h1 {
    color: white; }

footer {
  position: relative;
  z-index: 100;
  background-color: #464646;
  padding: 150px 0; }
  footer address {
    font-style: normal; }
  footer .inner {
    position: relative;
    max-width: 1140px;
    margin: auto;
    padding: 0 20px; }
    footer .inner .row1 {
      padding-bottom: 10px; }
      footer .inner .row1 .logo {
        float: left; }
        @media only screen and (max-width: 1140px) {
          footer .inner .row1 .logo {
            width: 180px;
            margin-top: 15px; } }
        @media only screen and (max-width: 800px) {
          footer .inner .row1 .logo {
            display: block;
            float: none;
            margin: auto;
            margin-bottom: 40px; } }
      footer .inner .row1 .newsletter {
        float: left;
        padding-left: 60px;
        padding-top: 10px; }
        footer .inner .row1 .newsletter .caption {
          font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
          font-weight: 400;
          font-size: 16px;
          text-transform: uppercase;
          color: #FFF;
          margin-bottom: 10px; }
          footer .inner .row1 .newsletter .caption span {
            color: #fa993a; }
          @media only screen and (max-width: 800px) {
            footer .inner .row1 .newsletter .caption {
              text-align: center; } }
        footer .inner .row1 .newsletter input[type="text"] {
          float: left;
          margin: 0;
          padding: 0;
          width: 280px;
          height: 60px;
          border: 0;
          padding-left: 20px;
          font-size: 14px;
          font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
          font-weight: 300;
          border-radius: 6px 0 0 6px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (max-width: 1140px) {
            footer .inner .row1 .newsletter input[type="text"] {
              width: 80%; } }
        footer .inner .row1 .newsletter input[type="submit"] {
          float: right;
          margin: 0;
          padding: 0;
          width: 60px;
          height: 60px;
          border: 0;
          font-size: 18px;
          background-color: #fa993a;
          color: #FFF;
          cursor: pointer;
          border-radius: 0 6px 6px 0;
          -webkit-appearance: none; }
          @media only screen and (max-width: 1140px) {
            footer .inner .row1 .newsletter input[type="submit"] {
              width: 20%; } }
        footer .inner .row1 .newsletter input[type="submit"]:hover {
          background-color: #069e92; }
        @media only screen and (max-width: 800px) {
          footer .inner .row1 .newsletter {
            padding: 0;
            float: none;
            max-width: 340px;
            width: 100%;
            margin: auto; } }
      footer .inner .row1 .contact {
        float: right;
        font-size: 16px;
        line-height: 22px;
        font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
        font-weight: 400;
        text-align: right;
        color: #FFF; }
        footer .inner .row1 .contact .phone {
          display: block;
          margin-top: 20px;
          color: #fa993a; }
          footer .inner .row1 .contact .phone a {
            display: inline-block;
            background-color: #fa993a;
            color: #FFF;
            text-decoration: none;
            padding: 10px 20px;
            border-radius: 4px;
            margin-bottom: 20px; }
        footer .inner .row1 .contact .social {
          float: right;
          margin-top: 20px; }
          footer .inner .row1 .contact .social a {
            float: left;
            display: block;
            margin-left: 10px;
            width: 32px;
            height: 32px;
            background-color: #333;
            border-radius: 4px;
            -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
            -moz-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
            footer .inner .row1 .contact .social a.facebook {
              background-color: #3b5999; }
              footer .inner .row1 .contact .social a.facebook:hover {
                box-shadow: 0 0 40px #3b5999; }
            footer .inner .row1 .contact .social a.twitter {
              background-color: #55acee; }
              footer .inner .row1 .contact .social a.twitter:hover {
                box-shadow: 0 0 40px #55acee; }
            footer .inner .row1 .contact .social a.instagram {
              background-color: #e4405f; }
              footer .inner .row1 .contact .social a.instagram:hover {
                box-shadow: 0 0 40px #e4405f; }
          @media only screen and (max-width: 800px) {
            footer .inner .row1 .contact .social {
              float: none;
              margin: auto;
              width: 126px;
              padding-top: 20px;
              padding-right: 10px; } }
        @media only screen and (max-width: 800px) {
          footer .inner .row1 .contact {
            float: none;
            padding-top: 40px;
            text-align: center; } }
    footer .inner .row1b {
      padding-bottom: 80px; }
    footer .inner .row2 {
      padding: 40px 0;
      border-top: 1px solid #6d6d6d;
      border-bottom: 1px solid #6d6d6d; }
      footer .inner .row2 a {
        font-size: 16px; }
      footer .inner .row2 .links ul,
      footer .inner .row2 .rightLinks ul {
        margin: 0;
        padding: 0; }
        footer .inner .row2 .links ul li,
        footer .inner .row2 .rightLinks ul li {
          margin: 0;
          list-style: none;
          float: left;
          margin-left: 15px;
          margin-right: 15px;
          text-transform: uppercase; }
          footer .inner .row2 .links ul li a,
          footer .inner .row2 .rightLinks ul li a {
            color: #FFF;
            text-decoration: none; }
            footer .inner .row2 .links ul li a:hover,
            footer .inner .row2 .rightLinks ul li a:hover {
              text-decoration: underline; }
          @media only screen and (max-width: 800px) {
            footer .inner .row2 .links ul li,
            footer .inner .row2 .rightLinks ul li {
              float: none;
              display: inline-block; } }
        @media only screen and (max-width: 800px) {
          footer .inner .row2 .links ul,
          footer .inner .row2 .rightLinks ul {
            text-align: center; } }
      footer .inner .row2 .links {
        float: left;
        margin-left: -15px; }
        @media only screen and (max-width: 1140px) {
          footer .inner .row2 .links {
            margin-left: 0; } }
        @media only screen and (max-width: 800px) {
          footer .inner .row2 .links {
            float: none; } }
      footer .inner .row2 .rightLinks {
        float: right;
        margin-right: -15px; }
        footer .inner .row2 .rightLinks ul li a {
          color: #fa993a; }
        @media only screen and (max-width: 1140px) {
          footer .inner .row2 .rightLinks {
            margin-right: 0; } }
        @media only screen and (max-width: 800px) {
          footer .inner .row2 .rightLinks {
            padding-top: 20px;
            float: none; } }
    footer .inner .row3 {
      padding-top: 40px;
      font-size: 14px;
      font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
      font-weight: 300;
      color: #888;
      text-align: center; }
      footer .inner .row3 a {
        color: #888; }

.small-print {
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8; }

.checkbox {
  position: relative; }
  .checkbox .pretty-check {
    display: inline-block;
    position: relative;
    margin: 2px;
    width: 20px; }
    .checkbox .pretty-check label {
      border-radius: 0;
      border: 1px solid #DDD;
      cursor: pointer;
      display: block;
      height: 20px;
      left: 0;
      margin: 0;
      pointer-events: all;
      position: absolute;
      width: 20px;
      top: 1px; }
      .checkbox .pretty-check label:after {
        background: transparent;
        border: 3px solid white;
        border-top: none;
        border-right: none;
        content: '';
        height: 4px;
        left: 3px;
        opacity: 0;
        position: absolute;
        top: 4px;
        transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transform: rotate(-50deg);
        width: 10px; }
      .checkbox .pretty-check label:hover {
        background: rgba(250, 153, 58, 0.2); }
        .checkbox .pretty-check label:hover::after {
          opacity: 0.7; }
    .checkbox .pretty-check input[type=checkbox] {
      display: inline;
      margin: 2px;
      vertical-align: 4%;
      width: auto;
      visibility: hidden; }
      .checkbox .pretty-check input[type=checkbox]:checked + label {
        background: #fa993a; }
        .checkbox .pretty-check input[type=checkbox]:checked + label:after {
          opacity: 1; }
  .checkbox span {
    box-sizing: border-box;
    display: inline-block;
    font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fa993a;
    padding-left: 10px;
    vertical-align: top;
    width: calc(100% - 25px); }

.ErrMsg {
  color: #f93939;
  display: none;
  margin: 20px 0 5px 0; }
  .ErrMsg.show {
    display: block; }

.contactform {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*a {
    display: inline-block;
    background-color: $main-color;
    color:#FFF;
    text-decoration: none;
    padding:10px 20px;
    border-radius: 4px;
    margin-bottom:20px;
  }*/ }
  .contactform .directions {
    display: none; }
    @media only screen and (max-width: 1140px) {
      .contactform .directions {
        display: block; } }
  @media only screen and (max-width: 800px) {
    .contactform {
      width: 100%; } }
  .contactform form .element {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px; }
    .contactform form .element input[type="text"]:focus, .contactform form .element input[type="text"]:valid,
    .contactform form .element input[type="email"]:focus, .contactform form .element input[type="email"]:valid,
    .contactform form .element input[type="text"]:focus, .contactform form .element input[type="text"]:valid,
    .contactform form .element textarea:focus, .contactform form .element textarea:valid {
      margin-top: 40px;
      border-color: #000; }
    .contactform form .element input[type="text"]:focus,
    .contactform form .element input[type="email"]:focus,
    .contactform form .element input[type="tel"]:focus,
    .contactform form .element textarea:focus {
      margin-top: 40px;
      border-color: #fa993a; }
    .contactform form .element input[type="text"]:focus ~ label, .contactform form .element input[type="text"]:valid ~ label,
    .contactform form .element input[type="email"]:focus ~ label, .contactform form .element input[type="email"]:valid ~ label,
    .contactform form .element input[type="text"]:focus ~ label, .contactform form .element input[type="text"]:valid ~ label,
    .contactform form .element textarea:focus ~ label, .contactform form .element textarea:valid ~ label {
      top: -22px;
      left: 0px;
      height: 14px;
      line-height: 14px;
      font-size: 14px;
      color: #000; }
    .contactform form .element input[type="text"]:focus ~ label,
    .contactform form .element input[type="email"]:focus ~ label,
    .contactform form .element input[type="tel"]:focus ~ label,
    .contactform form .element textarea:focus ~ label {
      color: #fa993a; }
  .contactform form input[type="text"],
  .contactform form input[type="email"],
  .contactform form input[type="tel"],
  .contactform form textarea {
    margin: 0;
    padding: 10px 0;
    line-height: 20px;
    padding-left: 10px;
    width: 100%;
    display: block;
    background-color: transparent;
    font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #DDD;
    -webkit-appearance: none;
    outline: 0;
    resize: none;
    -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .contactform form label {
    position: absolute;
    display: block;
    color: #999;
    font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    top: 1px;
    left: 10px;
    height: 40px;
    line-height: 40px;
    pointer-events: none;
    -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .contactform form .captcha-box {
    max-width: 304px;
    height: 78px;
    overflow: hidden;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .contactform form input[type="submit"] {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Montserrat", "Helvetica Neue", arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #fa993a;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  .contactform form .submitElement {
    overflow: hidden;
    position: relative;
    height: 60px;
    margin-bottom: 40px !important;
    -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .contactform form .submitElement input[type="submit"] {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .contactform form .submitElement .sentMessage {
      position: absolute;
      bottom: -100px;
      left: 0;
      right: 0;
      height: 150px;
      background-image: url("/images/Layout/success.svg");
      background-position: center 30px;
      background-color: #069e92;
      background-repeat: no-repeat;
      opacity: 0;
      visibility: hidden;
      padding: 20px;
      padding-top: 70px;
      -webkit-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      transform: scale(0.6);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .contactform form .submitElement .sentMessage * {
        color: #FFF;
        text-align: center; }
  .contactform form.sent .element input[type="text"],
  .contactform form.sent .element input[type="email"],
  .contactform form.sent .element textarea {
    margin-top: 40px;
    border: 0;
    padding: 0;
    color: #333; }
  .contactform form.sent .element input[type="text"] ~ label,
  .contactform form.sent .element textarea ~ label {
    top: -22px;
    left: 0px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #fa993a; }
  .contactform form.sent .captcha-box {
    height: 0px;
    opacity: 0;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #FFF; }
  .contactform form.sent .submitElement {
    height: 150px; }
    .contactform form.sent .submitElement input[type="submit"] {
      top: -60px;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      transform: scale(0.6); }
    .contactform form.sent .submitElement .sentMessage {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      visibility: visible;
      bottom: 0px; }
  .contactform form.ssl input {
    margin-bottom: 15px; }

.fullframe {
  margin: 0 0 350px 0;
  height: 500px; }
  .fullframe iframe {
    width: 100%;
    height: 500px; }

.xmas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }
  .xmas #xmm {
    background-color: white;
    bottom: 0;
    height: 0;
    left: 0;
    position: absolute;
    text-align: center;
    transition: height 5s ease;
    width: 100%; }
    .xmas #xmm::after {
      background-image: url("/images/Layout/snow-edge.png");
      background-position: top center;
      background-repeat: repeat-x;
      content: '';
      display: block;
      bottom: 100%;
      height: 50px;
      left: 0;
      position: absolute;
      width: 100%; }
    .xmas #xmm.open {
      height: 200px; }
      @media only screen and (min-width: 576px) {
        .xmas #xmm.open {
          height: 150px; } }
    .xmas #xmm > * {
      color: black;
      margin-bottom: 5px; }
    .xmas #xmm hr {
      margin-right: auto;
      margin-left: auto;
      max-width: 350px;
      opacity: 0.5; }

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 20%; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0;
    top: 40%; }
  100% {
    opacity: 0;
    top: 55%; } }
@-moz-keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 20%; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0;
    top: 40%; }
  100% {
    opacity: 0;
    top: 55%; } }
@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 20%; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0;
    top: 40%; }
  100% {
    opacity: 0;
    top: 55%; } }

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