.container {
  width: 1100px; }

.cases-container {
  background-color: #f5f5f5; }

body {
  font-size: 13px;
  font-family: 'Roboto', Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  /* Preloader */ }
  body #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    /* makes sure it stays on top */ }
  body #status {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/preloader/dot-load.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -150px 0 0 -200px;
    /* is width and height divided by two */
    background-size: contain; }
    body #status:after {
      content: 'Loading...';
      text-align: center;
      position: absolute;
      bottom: -50px;
      width: 100%;
      font-size: 1.6em;
      font-weight: 100;
      margin-bottom: 15px;
      margin-left: -3px;
      font-family: 'bebas-neue',  sans-serif;
      color: #2e3c40;
      word-spacing: .15em;
      left: 0; }
  body ::selection {
    background: #fcf6c3;
    color: #ff5c5c; }
  body h1, body h2, body h3, body h4 {
    font-family: 'Montserrat', georgia, sans-serif; }
  body a {
    color: #2e3c40;
    font-weight: 400; }
  body.home-page header.header, body.case-study-page header.header {
    min-height: 780px;
    height: 100vh;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto; }
    body.home-page header.header.normal-header, body.case-study-page header.header.normal-header {
      min-height: 80px !important;
      height: 80px !important; }
    body.home-page header.header nav.main-nav, body.case-study-page header.header nav.main-nav {
      text-align: right; }
      body.home-page header.header nav.main-nav ul.list-inline, body.case-study-page header.header nav.main-nav ul.list-inline {
        display: inline-block;
        margin: 50px 0 30px; }
        body.home-page header.header nav.main-nav ul.list-inline li, body.case-study-page header.header nav.main-nav ul.list-inline li{
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 16px;
          margin-left: 50px;
          font-weight: 0;
          font-family:  'Dosis', Helvetica, sans-serif; }
          body.home-page header.header nav.main-nav ul.list-inline li:first-child, body.case-study-page header.header nav.main-nav ul.list-inline li:first-child {
            margin-left: 0; }
          body.home-page header.header nav.main-nav ul.list-inline li a, body.home-page header.header nav.main-nav ul.list-inline li a:focus, body.home-page header.header nav.main-nav ul.list-inline li a:active, 
          body.home-page header.header nav.main-nav ul.list-inline li a:active:focus, body.home-page header.header nav.main-nav ul.list-inline li a:visited, body.case-study-page header.header nav.main-nav ul.list-inline li a, 
          body.case-study-page header.header nav.main-nav ul.list-inline li a:focus, body.case-study-page header.header nav.main-nav ul.list-inline li a:active, body.case-study-page header.header nav.main-nav ul.list-inline li a:active:focus, 
          body.case-study-page header.header nav.main-nav ul.list-inline li a:visited , li.left-footer-contnet a{
            padding: 0px;
            border-bottom: none !important;
            transition: all .15s;
            line-height: 3em;
            background: none; }
            body.home-page header.header nav.main-nav ul.list-inline li a:after, body.home-page header.header nav.main-nav ul.list-inline li a:focus:after, body.home-page header.header nav.main-nav ul.list-inline li a:active:after, 
            body.home-page header.header nav.main-nav ul.list-inline li a:active:focus:after, body.home-page header.header nav.main-nav ul.list-inline li a:visited:after, body.case-study-page header.header nav.main-nav ul.list-inline li a:after, 
            body.case-study-page header.header nav.main-nav ul.list-inline li a:focus:after, body.case-study-page header.header nav.main-nav ul.list-inline li a:active:after, body.case-study-page header.header nav.main-nav ul.list-inline li a:active:focus:after, 
            body.case-study-page header.header nav.main-nav ul.list-inline li a:visited:after, li.left-footer-contnet a:after {
              content: '';
              border-bottom: 1px solid rgba(46, 60, 64, 0) !important;
              display: block;
              transition: all .15s;
              position: relative;
              top: -1em; }
          body.home-page header.header nav.main-nav ul.list-inline li a:hover, body.case-study-page header.header nav.main-nav ul.list-inline li a:hover {
            text-decoration: none;
            transition: all .15s; }
            body.home-page header.header nav.main-nav ul.list-inline li a:hover:after, body.case-study-page header.header nav.main-nav ul.list-inline li a:hover:after{
              content: '';
              border-bottom: 1px solid #2e3c40 !important;
              transition: all .15s;
              top: 0; }
    body.home-page header.header .main-logo, body.case-study-page header.header .main-logo {
      font-size: 1.5em;
      font-weight: 400;
      margin-top: 50px;
      font-family: 'bebas-neue', sans-serif;
      text-align: left; }
      body.home-page header.header .main-logo a, body.case-study-page header.header .main-logo a {
        color: #ff5c5c; }
        body.home-page header.header .main-logo a:hover, body.case-study-page header.header .main-logo a:hover {
          text-decoration: none; }
    body.home-page header.header .about-excerpt, body.case-study-page header.header .about-excerpt {
      margin-top: calc(50vh - 365px); }
      body.home-page header.header .about-excerpt .hero-title, body.case-study-page header.header .about-excerpt .hero-title {
        height: 120px; }
        body.home-page header.header .about-excerpt .hero-title h1, body.case-study-page header.header .about-excerpt .hero-title h1 {
          font-size: 4.5em;
          font-weight: 700;
          margin-bottom: 15px;
          margin-left: -3px;
          font-family: 'bebas-neue', sans-serif;
          color: #2e3c40;
          word-spacing: .15em; }
        body.home-page header.header .about-excerpt .hero-title h2, body.case-study-page header.header .about-excerpt .hero-title h2 {
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 400;
          color: #ff5c5c;
          font-family: 'Dosis', Helvetica, sans-serif;
          margin-top: 0;
          letter-spacing: 0.15em; }
      body.home-page header.header .about-excerpt .excerpt-container p.hero-descr, body.case-study-page header.header .about-excerpt .excerpt-container p.hero-descr {
        font-family: 'Martel', serif;
        font-size: 2em;
        line-height: 1.8em;
        color: #6b757d;
        margin: 35px 0 50px 0; }
        body.home-page header.header .about-excerpt .excerpt-container p.hero-descr .highlighted, body.case-study-page header.header .about-excerpt .excerpt-container p.hero-descr .highlighted {
          font-weight: 600;
          color: #000; }
      body.home-page header.header .about-excerpt .excerpt-container .find-me, body.case-study-page header.header .about-excerpt .excerpt-container .find-me {
        font-family: 'Dosis', Helvetica, sans-serif;
        text-transform: uppercase;
        font-size: 1.1em;
        font-weight: 500;
        letter-spacing: 0.15em; }
        body.home-page header.header .about-excerpt .excerpt-container .find-me ul, body.case-study-page header.header .about-excerpt .excerpt-container .find-me ul {
          padding: 0; }
          body.home-page header.header .about-excerpt .excerpt-container .find-me ul li, body.case-study-page header.header .about-excerpt .excerpt-container .find-me ul li {
            display: inline;
            line-height: 3em; }
            body.home-page header.header .about-excerpt .excerpt-container .find-me ul li span, body.case-study-page header.header .about-excerpt .excerpt-container .find-me ul li span {
              margin:  15px; }
            body.home-page header.header .about-excerpt .excerpt-container .find-me ul li a, body.case-study-page header.header .about-excerpt .excerpt-container .find-me ul li a {
              color: #2e3c40;
              transition: all .15s;
              border-bottom: 1px 2e3c40; }
              body.home-page header.header .about-excerpt .excerpt-container .find-me ul li a:hover, body.case-study-page header.header .about-excerpt .excerpt-container .find-me ul li a:hover {
                text-decoration: none;
                color: ##23527c;
                border-bottom: 1px solid #2e3c40 !important;
                transition: all .15s;
                top:0; }
  body.home-page .links-default, body.case-study-page .links-default {
    font-family: 'Dosis', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #1caede;
    float: left;
    margin-top: 45px;
    border-bottom: 1px solid transparent;
    transition: all .15s; }
    body.home-page .links-default:hover, body.case-study-page .links-default:hover {
      text-decoration: none;
      color: #ff5c5c;
      border-bottom: 1px solid #ff5c5c;
      transition: all .25s; }
  body.home-page .find-more, body.case-study-page .find-more {
    font-family: 'Dosis', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-top: 50px;
    float: left; }
    body.home-page .find-more ul, body.case-study-page .find-more ul {
      padding: 0; }
      body.home-page .find-more ul li, body.case-study-page .find-more ul li {
        display: inline;
        line-height: 3em; }
        body.home-page .find-more ul li span, body.case-study-page .find-more ul li span {
          margin: 0 15px; }
        body.home-page .find-more ul li a, body.case-study-page .find-more ul li a {
          color: #1caede;
          transition: all .15s; }
          body.home-page .find-more ul li a:hover, body.case-study-page .find-more ul li a:hover {
            text-decoration: none;
            color: #ff5c5c;
            border-bottom: 1px solid #ff5c5c;
            transition: all .25s; }
  body.home-page .sidekicks, body.case-study-page .sidekicks {
    max-width: 1100px;
    width: 100%;
    margin-top: 150px;
    float: left;
    margin-bottom: 80px;
    padding: 50px 50px 0px;
    background-color: #ececec; }
    body.home-page .sidekicks.collaboration-box, body.case-study-page .sidekicks.collaboration-box {
      background-color: #ff5c5c; }
    body.home-page .sidekicks .collaboration, body.case-study-page .sidekicks .collaboration {
      font-family: 'Dosis', Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 1.1em;
      font-weight: 500;
      letter-spacing: 0.15em;
      color: #000; }
    body.home-page .sidekicks p, body.case-study-page .sidekicks p {
      font-family: 'Martel', serif;
      font-size: 1.4em;
      line-height: 1.8em;
      color: #000;
      margin: 20px 0 50px 0; }
  body.home-page .tools-box, body.case-study-page .tools-box {
    font-family: 'Dosis', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: rgb(36, 36, 36);
    padding: 50px 50px 30px;
    background-color: #353535;
    color: #fff;
    margin-top: 0px; }
    body.home-page .tools-box ul li, body.case-study-page .tools-box ul li {
      list-style: none;
      display: inline;
      line-height: 3em; }
      body.home-page .tools-box ul li span, body.case-study-page .tools-box ul li span {
        margin: 0 15px; }
  body.home-page .case-studies-list, body.home-page .lab-personal, body.home-page .approach-section, body.case-study-page .case-studies-list, body.case-study-page .lab-personal, body.case-study-page .approach-section {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto; }
    body.home-page .case-studies-list h1, body.home-page .lab-personal h1, body.home-page .approach-section h1, body.case-study-page .case-studies-list h1, body.case-study-page .lab-personal h1, body.case-study-page .approach-section h1 {
      font-family: 'bebas-neue',  sans-serif;
      border-bottom: 2px solid #2e3c40;
      color: #2e3c40;
      margin: 80px 0 0;
      padding-bottom: 0px; }
    body.home-page .case-studies-list ul, body.home-page .lab-personal ul, body.home-page .approach-section ul, body.case-study-page .case-studies-list ul, body.case-study-page .lab-personal ul, body.case-study-page .approach-section ul {
      padding: 0; }
      body.home-page .case-studies-list ul li.project-line, body.home-page .lab-personal ul li.project-line, body.home-page .approach-section ul li.project-line, body.case-study-page .case-studies-list ul li.project-line, body.case-study-page .lab-personal ul li.project-line, body.case-study-page .approach-section ul li.project-line {
        list-style: none;
        float: left;
        width: 100%;
        height: 100px;
        display: block; }
        body.home-page .case-studies-list ul li.project-line:first-child a.project-info, body.home-page .lab-personal ul li.project-line:first-child a.project-info, body.home-page .approach-section ul li.project-line:first-child a.project-info, body.case-study-page .case-studies-list ul li.project-line:first-child a.project-info, body.case-study-page .lab-personal ul li.project-line:first-child a.project-info, body.case-study-page .approach-section ul li.project-line:first-child a.project-info {
          border-top: 1px solid #d4d4d4; }
        body.home-page .case-studies-list ul li.project-line:first-child a.project-info:hover, body.home-page .lab-personal ul li.project-line:first-child a.project-info:hover, body.home-page .approach-section ul li.project-line:first-child a.project-info:hover, body.case-study-page .case-studies-list ul li.project-line:first-child a.project-info:hover, body.case-study-page .lab-personal ul li.project-line:first-child a.project-info:hover, body.case-study-page .approach-section ul li.project-line:first-child a.project-info:hover {
          border-top: 1px solid transparent; }
        body.home-page .case-studies-list ul li.project-line span, body.home-page .lab-personal ul li.project-line span, body.home-page .approach-section ul li.project-line span, body.case-study-page .case-studies-list ul li.project-line span, body.case-study-page .lab-personal ul li.project-line span, body.case-study-page .approach-section ul li.project-line span {
          line-height: 100px;
          position: absolute;
          left: -60px; }
        body.home-page .case-studies-list ul li.project-line a.project-info, body.home-page .lab-personal ul li.project-line a.project-info, body.home-page .approach-section ul li.project-line a.project-info, body.case-study-page .case-studies-list ul li.project-line a.project-info, body.case-study-page .lab-personal ul li.project-line a.project-info, body.case-study-page .approach-section ul li.project-line a.project-info {
          text-decoration: none;
          cursor: pointer;
          position: relative;
          z-index: 99;
          border-bottom: 1px solid #d4d4d4;
          background: url(../images/arrow.svg) right center no-repeat;
          background-size: 26px;
          width: 100%;
          display: block;
          padding-right: 36px; }
          body.home-page .case-studies-list ul li.project-line a.project-info h2.project-name, body.home-page .lab-personal ul li.project-line a.project-info h2.project-name, body.home-page .approach-section ul li.project-line a.project-info h2.project-name, body.case-study-page .case-studies-list ul li.project-line a.project-info h2.project-name, body.case-study-page .lab-personal ul li.project-line a.project-info h2.project-name, body.case-study-page .approach-section ul li.project-line a.project-info h2.project-name {
            font-size: 1.6em;
            font-weight: 600;
            float: left;
            width: 75%;
            line-height: 100px;
            margin: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          body.home-page .case-studies-list ul li.project-line a.project-info .work-list p, body.home-page .lab-personal ul li.project-line a.project-info .work-list p, body.home-page .approach-section ul li.project-line a.project-info .work-list p, body.case-study-page .case-studies-list ul li.project-line a.project-info .work-list p, body.case-study-page .lab-personal ul li.project-line a.project-info .work-list p, body.case-study-page .approach-section ul li.project-line a.project-info .work-list p {
            line-height: 100px;
            margin: 0;
            font-family: 'Dosis', Helvetica, sans-serif;
            font-size: 1.1em;
            font-weight: 500;
            letter-spacing: 0.10em;
            color: #afafaf;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          body.home-page .case-studies-list ul li.project-line a.project-info .project-hover, body.home-page .lab-personal ul li.project-line a.project-info .project-hover, body.home-page .approach-section ul li.project-line a.project-info .project-hover, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover {
            position: absolute;
            width: calc(100% + 46%);
            left: -40%;
            opacity: 0;
            top: 0;
            color: #000;
            display: block;
            transition: all .1s;
            height: 0;
            padding: 0 25px;
            visibility: hidden;
            background-position: right 54px top 20px; }
            body.home-page .case-studies-list ul li.project-line a.project-info .project-hover h2, body.home-page .lab-personal ul li.project-line a.project-info .project-hover h2, body.home-page .approach-section ul li.project-line a.project-info .project-hover h2, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover h2, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover h2, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover h2 {
              font-family: 'Playfair Display', Georgia, serif;
              font-weight: 700;
              font-size: 2em;
              width: 40%;
              float: left;
              line-height: 80px;
              transition: all .1s;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              }
            body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .view-section, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .view-section, body.home-page .approach-section ul li.project-line a.project-info .project-hover .view-section, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .view-section, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .view-section, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .view-section {
              text-align: right;
              position: relative;
              right: 26px; }
            body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .role-list, body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .year-section, body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .view-section, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .role-list, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .year-section, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .view-section, body.home-page .approach-section ul li.project-line a.project-info .project-hover .role-list, body.home-page .approach-section ul li.project-line a.project-info .project-hover .year-section, body.home-page .approach-section ul li.project-line a.project-info .project-hover .view-section, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .role-list, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .year-section, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .view-section, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .role-list, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .year-section, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .view-section, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .role-list, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .year-section, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .view-section {
              width: 25%;
              float: left; }
              body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .role-list .label-head, body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .year-section .label-head, body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .view-section .label-head, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .role-list .label-head, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .year-section .label-head, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .view-section .label-head, body.home-page .approach-section ul li.project-line a.project-info .project-hover .role-list .label-head, body.home-page .approach-section ul li.project-line a.project-info .project-hover .year-section .label-head, body.home-page .approach-section ul li.project-line a.project-info .project-hover .view-section .label-head, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .role-list .label-head, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .year-section .label-head, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .view-section .label-head, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .role-list .label-head, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .year-section .label-head, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .view-section .label-head, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .role-list .label-head, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .year-section .label-head, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .view-section .label-head {
                font-family: 'Dosis', Helvetica, sans-serif;
                text-transform: uppercase;
                font-size: 1em;
                font-weight: 500;
                letter-spacing: 0.15em;
                margin-top: 15px;
                transition: all .1s; }
              body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .role-list .label-note, body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .year-section .label-note, body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .view-section .label-note, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .role-list .label-note, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .year-section .label-note, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .view-section .label-note, body.home-page .approach-section ul li.project-line a.project-info .project-hover .role-list .label-note, body.home-page .approach-section ul li.project-line a.project-info .project-hover .year-section .label-note, body.home-page .approach-section ul li.project-line a.project-info .project-hover .view-section .label-note, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .role-list .label-note, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .year-section .label-note, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .view-section .label-note, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .role-list .label-note, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .year-section .label-note, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .view-section .label-note, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .role-list .label-note, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .year-section .label-note, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .view-section .label-note {
                font-family: 'Martel', Georgia, serif;
                font-size: 1em;
                margin-top: 15px; }
            body.home-page .case-studies-list ul li.project-line a.project-info .project-hover .year-section, body.home-page .lab-personal ul li.project-line a.project-info .project-hover .year-section, body.home-page .approach-section ul li.project-line a.project-info .project-hover .year-section, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover .year-section, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover .year-section, body.case-study-page .approach-section ul li.project-line a.project-info .project-hover .year-section {
              width: 10%;
              text-align: center; }
          body.home-page .case-studies-list ul li.project-line a.project-info:hover, body.home-page .lab-personal ul li.project-line a.project-info:hover, body.home-page .approach-section ul li.project-line a.project-info:hover, body.case-study-page .case-studies-list ul li.project-line a.project-info:hover, body.case-study-page .lab-personal ul li.project-line a.project-info:hover, body.case-study-page .approach-section ul li.project-line a.project-info:hover {
            border-bottom: 1px solid transparent; }
            body.home-page .case-studies-list ul li.project-line a.project-info:hover .project-hover, body.home-page .lab-personal ul li.project-line a.project-info:hover .project-hover, body.home-page .approach-section ul li.project-line a.project-info:hover .project-hover, body.case-study-page .case-studies-list ul li.project-line a.project-info:hover .project-hover, body.case-study-page .lab-personal ul li.project-line a.project-info:hover .project-hover, body.case-study-page .approach-section ul li.project-line a.project-info:hover .project-hover {
              background-image: url(../images/arrow.svg);
              background-position: right 54px top 60px;
              background-repeat: no-repeat;
              background-size: 26px;
              opacity: 1;
              transition: all .15s, background-position .4s;
              height: 100px;
              visibility: visible; }
              body.home-page .case-studies-list ul li.project-line a.project-info:hover .project-hover h2, body.home-page .lab-personal ul li.project-line a.project-info:hover .project-hover h2, body.home-page .approach-section ul li.project-line a.project-info:hover .project-hover h2, body.case-study-page .case-studies-list ul li.project-line a.project-info:hover .project-hover h2, body.case-study-page .lab-personal ul li.project-line a.project-info:hover .project-hover h2, body.case-study-page .approach-section ul li.project-line a.project-info:hover .project-hover h2 {
                line-height: 100px;
                transition: all .35s; }
              body.home-page .case-studies-list ul li.project-line a.project-info:hover .project-hover .label-head, body.home-page .lab-personal ul li.project-line a.project-info:hover .project-hover .label-head, body.home-page .approach-section ul li.project-line a.project-info:hover .project-hover .label-head, body.case-study-page .case-studies-list ul li.project-line a.project-info:hover .project-hover .label-head, body.case-study-page .lab-personal ul li.project-line a.project-info:hover .project-hover .label-head, body.case-study-page .approach-section ul li.project-line a.project-info:hover .project-hover .label-head {
                margin-top: 25px;
                transition: all .35s; }
  body.home-page .approach-container, body.case-study-page .approach-container {
    background: url(../images/approach-bg.jpg) center center no-repeat #000;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 100px; }
    body.home-page .approach-container .approach-section, body.case-study-page .approach-container .approach-section {
      margin: 0 auto; }
      body.home-page .approach-container .approach-section h1, body.case-study-page .approach-container .approach-section h1 {
        color: #fff;
        border-bottom-color: #fff; }
      body.home-page .approach-container .approach-section .approach-box, body.case-study-page .approach-container .approach-section .approach-box {
        height: 300px;
        text-align: center;
        margin-top: 100px; }
        body.home-page .approach-container .approach-section .approach-box h5, body.case-study-page .approach-container .approach-section .approach-box h5 {
          font-family: 'Montserrat', georgia, sans-serif;
          font-size: 1.4em;
          font-weight: 400;
          margin: 30px auto 20px;
          color: #fff; }
        body.home-page .approach-container .approach-section .approach-box img, body.case-study-page .approach-container .approach-section .approach-box img {
          width: 100px;
          margin: 0 auto; }
        body.home-page .approach-container .approach-section .approach-box p, body.case-study-page .approach-container .approach-section .approach-box p {
          font-size: 1.1em;
          line-height: 2rem;
          color: #6d6d6d;
          font-weight: 200;
          padding: 0 15px;
          color: #fff; }
  body.home-page .contact-section, body.home-page .contact-section-small, body.case-study-page .contact-section, body.case-study-page .contact-section-small {
    min-height: 300px;
    background: url(../images/face3.jpg) no-repeat left bottom #fff;
    position: relative; }
    body.home-page .contact-section .find-me, body.home-page .contact-section-small .find-me, body.case-study-page .contact-section .find-me, body.case-study-page .contact-section-small .find-me {
      font-family: 'Dosis', Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 1.1em;
      font-weight: 500;
      letter-spacing: 0.15em;
      position: absolute; }
      body.home-page .contact-section .find-me ul, body.home-page .contact-section-small .find-me ul, body.case-study-page .contact-section .find-me ul, body.case-study-page .contact-section-small .find-me ul {
        padding: 0; }
        body.home-page .contact-section .find-me ul li, body.home-page .contact-section-small .find-me ul li, body.case-study-page .contact-section .find-me ul li, body.case-study-page .contact-section-small .find-me ul li {
          display: inline;
          line-height: 0em; }
          body.home-page .contact-section .find-me ul li span, body.home-page .contact-section-small .find-me ul li span, body.case-study-page .contact-section .find-me ul li span, body.case-study-page .contact-section-small .find-me ul li span {
            margin: 0 15px; }
          body.home-page .contact-section .find-me ul li a, body.home-page .contact-section-small .find-me ul li a, body.case-study-page .contact-section .find-me ul li a, body.case-study-page .contact-section-small .find-me ul li a {
            color: #333333  ;
            transition: all .15s; }
            body.home-page .contact-section .find-me ul li a:hover, body.home-page .contact-section-small .find-me ul li a:hover, body.case-study-page .contact-section .find-me ul li a:hover, body.case-study-page .contact-section-small .find-me ul li a:hover {
              text-decoration: none;
              color: #fd3137  ;
              border-bottom: 0px solid #ffffff;
              transition: all .25s; }
  body.home-page .footer-container, body.case-study-page .footer-container {
    background-color: #f1f1f1; }
    body.home-page .footer-container .contact-section-small, body.case-study-page .footer-container .contact-section-small {
      max-width: 1100px;
      width: 100%;
      padding-top: 100px;
      padding-bottom: 100px;
      background: none;
      margin: auto;
      min-height: 260px; 
      display: inline-block;
      padding: 0}
  body.home-page .lab-personal .lab-box, body.case-study-page .lab-personal .lab-box {
    margin-top: 30px; }
    body.home-page .lab-personal .lab-box a, body.case-study-page .lab-personal .lab-box a {
      padding: 10px; }
      body.home-page .lab-personal .lab-box a:hover img, body.case-study-page .lab-personal .lab-box a:hover img {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }
  body.home-page .case-study-container, body.case-study-page .case-study-container {
    font-size: 14px;
    text-align: center; }
    body.home-page .case-study-container h1.case-header, body.case-study-page .case-study-container h1.case-header {
      font-size: 6.5em;
      color: #2e3c40;
      text-transform: uppercase;
      font-family: 'bebas-neue', sans-serif;
      font-style: normal;
      margin: 150px 0 200px;
      word-spacing: .1em; 
      font-weight: 700;}
      body.home-page .case-study-container h1.case-header .small-caps, body.case-study-page .case-study-container h1.case-header .small-caps {
        font-family: 'Roboto', Helvetica, sans-serif;
        text-transform: lowercase;
        font-weight: 600;
        font-size: 1.2em; }
    body.home-page .case-study-container span.platform, body.case-study-page .case-study-container span.platform {
      position: absolute;
      margin-top: -150px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px;
      font-weight: 400;
      font-family: 'Dosis', Helvetica, sans-serif;
      width: 100%;
      left: 0;
      color: #9e9e9e; }
    body.home-page .case-study-container h2.case-excerpt, body.case-study-page .case-study-container h2.case-excerpt {
      font-family: 'Martel', Georgia, serif;
      font-size: 2em;
      line-height: 1.5em;
      color: #383838;
      margin: 25px auto 60px;
      font-weight: lighter;
      max-width: 1100px;
      width: 100%; }
    body.home-page .case-study-container h3, body.case-study-page .case-study-container h3 {
      font-family: 'bebas-neue', sans-serif;
      color: #111517;
      margin: 150px 0 30px;
      padding-bottom: 2px;
      font-size: 2.2em;
      word-spacing: .05em; 
      font-weight: 600;}
      body.home-page .case-study-container h3:after, body.case-study-page .case-study-container h3:after {
        width: 50px;
        display: block;
        height: 2px;
        background: #111517;
        margin: 30px auto;
        content: ""; }
    body.home-page .case-study-container p, body.home-page .case-study-container ul, body.home-page .case-study-container blockquote, body.home-page .case-study-container h4, body.home-page .case-study-container h5, body.case-study-page .case-study-container p, body.case-study-page .case-study-container ul, body.case-study-page .case-study-container blockquote, body.case-study-page .case-study-container h4, body.case-study-page .case-study-container h5 {
      font-size: 1.2em;
      line-height: 3.5rem;
      max-width: 650px;
      width: 100%;
      margin: 0 auto 50px; }
    body.home-page .case-study-container p, body.home-page .case-study-container ul, body.home-page .case-study-container blockquote, body.case-study-page .case-study-container p, body.case-study-page .case-study-container ul, body.case-study-page .case-study-container blockquote {
      color: #6d6d6d;
      font-weight: 300; }
    body.home-page .case-study-container ul, body.case-study-page .case-study-container ul {
      padding-left: 0; }
      body.home-page .case-study-container ul li, body.case-study-page .case-study-container ul li {
        list-style: none; }
    body.home-page .case-study-container blockquote, body.case-study-page .case-study-container blockquote {
      border: 0;
      font-family: 'Martel', Georgia, serif;
      line-height: 1.8em;
      color: #383838; }
      body.home-page .case-study-container blockquote label, body.case-study-page .case-study-container blockquote label {
        display: block;
        margin-top: 10px;
        font-family: 'Roboto', Helvetica, sans-serif;
        font-weight: 500;
        font-size: 0.9em;
        color: #afafaf; }
    body.home-page .case-study-container img, body.case-study-page .case-study-container img {
      margin: 0 auto 80px; }
      body.home-page .case-study-container img.image-shadow-box, body.case-study-page .case-study-container img.image-shadow-box {
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3); }
    body.home-page .case-study-container hr, body.case-study-page .case-study-container hr {
      margin-bottom: 70px; }
    body.home-page .case-study-container .grey-bg, body.case-study-page .case-study-container .grey-bg {
      background-color: #f3f3f3;
      padding: 1px 0 50px;
      margin-bottom: 0px; }
    
      body.home-page .case-study-container .grey-bg br, body.case-study-page .case-study-container .grey-bg br {
        line-height: -10em;
      }

        body.home-page .case-study-container .grey-bg blockquote label, body.case-study-page .case-study-container .grey-bg blockquote label {
        color: #2e3c40; }
    body.home-page .case-study-container .black-ui, body.case-study-page .case-study-container .black-ui {
      background: #292929;
      padding: 1px 0 40px; }
      body.home-page .case-study-container .black-ui p, body.home-page .case-study-container .black-ui h3, body.home-page .case-study-container .black-ui blockquote, body.case-study-page .case-study-container .black-ui p, body.case-study-page .case-study-container .black-ui h3, body.case-study-page .case-study-container .black-ui blockquote {
        color: #fff; }
      body.home-page .case-study-container .black-ui h3:after, body.case-study-page .case-study-container .black-ui h3:after {
        background-color: #fff; }
    body.home-page .case-study-container .wiserair-quotes, body.case-study-page .case-study-container .wiserair-quotes {
      background: url(../images/cases/wiserair/quotes.jpg) center center no-repeat;
      background-size: cover; }
  body.home-page .art-container, body.case-study-page .art-container {
    text-align: center; }
    body.home-page .art-container h1.art-header, body.case-study-page .art-container h1.art-header {
      font-size: 3.5em;
      color: #2e3c40;
      text-transform: uppercase;
      font-family: 'bebas-neue',  sans-serif;
      margin: 70px 0;
      word-spacing: .15em; }
    body.home-page .art-container h2.art-excerpt, body.case-study-page .art-container h2.art-excerpt {
      font-family: 'Martel', Georgia, serif;
      font-size: 1.7em;
      line-height: 1.5em;
      color: #383838;
      margin: 25px auto 100px;
      font-weight: lighter;
      max-width: 1100px;
      width: 100%; }
    body.home-page .art-container .art-filter, body.case-study-page .art-container .art-filter {
      text-align: left;
      margin-bottom: 50px; }
      body.home-page .art-container .art-filter .btn-primary, body.case-study-page .art-container .art-filter .btn-primary {
        background-color: transparent;
        color: #000;
        border: transparent;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        margin-right: 50px;
        font-weight: 300;
        font-family: 'Dosis', sans-serif;
        padding: 0; }
        body.home-page .art-container .art-filter .btn-primary:active, body.home-page .art-container .art-filter .btn-primary:active:focus, body.home-page .art-container .art-filter .btn-primary:focus, body.case-study-page .art-container .art-filter .btn-primary:active, body.case-study-page .art-container .art-filter .btn-primary:active:focus, body.case-study-page .art-container .art-filter .btn-primary:focus {
          outline: transparent;
          background: transparent;
          border: transparent;
          box-shadow: none;
          font-weight: 600;
          text-decoration: overline;
          color: #ff5c5c; }
    body.home-page .art-container .artbox, body.case-study-page .art-container .artbox {
      border: 5px solid transparent;
      margin-bottom: 30px;
      display: block;
      transition: all .15s;
      box-sizing: border-box;
      overflow: hidden;
      border: 7px solid rgba(255, 255, 255, 0);
      box-shadow: 0 0 5px transparent; }
      body.home-page .art-container .artbox img, body.case-study-page .art-container .artbox img {
        max-width: 100%;
        transition: all .25s; }
      body.home-page .art-container .artbox:hover, body.case-study-page .art-container .artbox:hover {
        border: 7px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        transition: all .15;
        box-sizing: border-box; }
        body.home-page .art-container .artbox:hover img, body.case-study-page .art-container .artbox:hover img {
          -moz-transform: scale(1.15);
          -webkit-transform: scale(1.15);
          transform: scale(1.15);
          transition: all .25s; }
  body.home-page .page-select, body.case-study-page .page-select {
    margin-bottom: 50px;
    margin-top: 50; }
    body.home-page .page-select a, body.case-study-page .page-select a {
      text-decoration: none;
      cursor: pointer;
      position: relative;
      z-index: 99;
      border: 1px solid #d4d4d4;
      display: block;
      text-align: center;
      transition: all 0.2s ease-out; }
      body.home-page .page-select a:first-child, body.case-study-page .page-select a:first-child {
        border-left: 0px;
        border-right: 0px;
        background: url(../images/arrow-left.svg) left 30px center no-repeat;
        background-size: 26px;
        text-align: right; }
        body.home-page .page-select a:first-child h2, body.case-study-page .page-select a:first-child h2 {
          width: 85%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          float: right; }
        body.home-page .page-select a:first-child:hover, body.case-study-page .page-select a:first-child:hover {
          background: url(../images/arrow-left-white.svg) left 15px center no-repeat #2e3c40;
          background-size: 26px;
          transition: all 0.2s ease-out; }
      body.home-page .page-select a:last-child, body.case-study-page .page-select a:last-child {
        border-right: 0px;
        border-left: 0px;
        background: url(../images/arrow.svg) right 30px center no-repeat;
        background-size: 26px;
        text-align: left; }
        body.home-page .page-select a:last-child h2, body.case-study-page .page-select a:last-child h2 {
          width: 85%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        body.home-page .page-select a:last-child:hover, body.case-study-page .page-select a:last-child:hover {
          background: url(../images/arrow-white.svg) right 15px center no-repeat #2e3c40;
          background-size: 26px;
          transition: all 0.2s ease-out; }
      body.home-page .page-select a:hover, body.case-study-page .page-select a:hover {
        background-color: #2e3c40;
        transition: all 0.2s ease-out; }
        body.home-page .page-select a:hover h2, body.case-study-page .page-select a:hover h2 {
          color: #ffffff; }
      body.home-page .page-select a h2, body.case-study-page .page-select a h2 {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 100px;
        margin: 0;
        font-family: 'Montserrat', georgia, sans-serif;
        text-align: center; }

@media only screen and (max-width: 1100px) {
  .container {
    width: 90vw; }

  body {
    font-size: 10px; }
    body.home-page header.header, body.case-study-page header.header {
      height: auto;
      max-height: auto; }
      body.home-page header.header nav.main-nav, body.case-study-page header.header nav.main-nav {
        text-align: left; }
      body.home-page header.header .about-excerpt, body.case-study-page header.header .about-excerpt {
        margin-top: 50px;
        margin-bottom: 50px; }
    body.home-page .case-studies-list, body.home-page .lab-personal, body.case-study-page .case-studies-list, body.case-study-page .lab-personal {
      width: 90%; }
      body.home-page .case-studies-list ul li.project-line span, body.home-page .lab-personal ul li.project-line span, body.case-study-page .case-studies-list ul li.project-line span, body.case-study-page .lab-personal ul li.project-line span {
        visibility: hidden; }
      body.home-page .case-studies-list ul li.project-line a.project-info .project-hover, body.home-page .lab-personal ul li.project-line a.project-info .project-hover, body.case-study-page .case-studies-list ul li.project-line a.project-info .project-hover, body.case-study-page .lab-personal ul li.project-line a.project-info .project-hover {
        width: calc(100% + 30px);
        left: -15px;
        padding: 0 15px;
        background-position: right 15px top 55px !important; }
    body.home-page .case-study-container, body.case-study-page .case-study-container {
      font-size: 10px; }
      body.home-page .case-study-container p, body.case-study-page .case-study-container p {
        line-height: 2.5rem; }
    body.home-page .approach-container .approach-section, body.case-study-page .approach-container .approach-section {
      width: 90%; }
      body.home-page .approach-container .approach-section .approach-box, body.case-study-page .approach-container .approach-section .approach-box {
        width: 100%;
        margin: 70px auto 0;
        font-size: 12px; }
        body.home-page .approach-container .approach-section .approach-box p, body.case-study-page .approach-container .approach-section .approach-box p {
          width: 60%;
          margin: 0 auto; }
      body.home-page .approach-container .approach-section .approach-box + .links-default, body.case-study-page .approach-container .approach-section .approach-box + .links-default {
        margin: 0 auto;
        width: 100%; }
    body.home-page .page-select a, body.case-study-page .page-select a {
      float: left;
      width: 100%;
      background-image: none !important;
      border-left: 0;
      border-right: 0; }
      body.home-page .page-select a:first-child h2, body.home-page .page-select a:last-child h2, body.case-study-page .page-select a:first-child h2, body.case-study-page .page-select a:last-child h2 {
        width: 100%; }
      body.home-page .page-select a:first-child:hover, body.home-page .page-select a:last-child:hover, body.case-study-page .page-select a:first-child:hover, body.case-study-page .page-select a:last-child:hover {
        background: #2e3c40;
        background-image: none; }
      body.home-page .page-select a:hover, body.case-study-page .page-select a:hover {
        background-color: #2e3c40; }
        body.home-page .page-select a:hover h2, body.case-study-page .page-select a:hover h2 {
          color: #ffffff; }
    body.home-page .contact-section, body.case-study-page .contact-section {
      background-image: none; } }
@media only screen and (max-width: 450px) {
  body.home-page header.header .about-excerpt {
    margin-top: 50px;
    margin-bottom: 50px; }
    body.home-page header.header .about-excerpt .hero-title h2 {
      line-height: 26px; }
    body.home-page header.header .about-excerpt .excerpt-container .find-me ul li {
      list-style: none;
      display: block; }
      body.home-page header.header .about-excerpt .excerpt-container .find-me ul li span {
        display: none; }
    body.home-page header.header .about-excerpt .excerpt-container p.hero-descr {
      margin-top: 100px; }
  body.home-page .approach-container .approach-section .approach-box {
    width: 100%; }
  body.home-page header.header nav.main-nav ul.list-inline li {
    margin-left: 0;
    margin-right: 15px; }
  body.home-page .contact-section {
    background-image: none; }
  body.home-page .links-default {
    width: 100%; } }
.color-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  animation: colorgrow 2s 1; }

@keyframes colorgrow {
  from {
    width: 0px; }
  to {
    width: 100vw; } }
.color-yellow {
  background-color: #F7CA18; }

.color-pink {
  background-color: #e05b79; }

.color-blue {
  background-color: #6cbdf3; }

.color-orange {
  background-color: #e86161; }

.color-green {
  background-color: #87D37C; }

.color-red {
  background-color: #da88a5; }

.color-plum {
  background-color: #c99de4; }

.color-turquoise {
  background-color: #6bd6b9; }

.color-orange-light {
  background-color: #F4B350; }

.color-lime {
  background-color: #C8F7C5; }

.color-grey {
  background-color: #DADFE1; }

  .footer-side {
    position: fixed;
    bottom: 23px;
    right: 25px;
    -webkit-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    transition-delay: 2s;
    transition: -webkit-transform cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
    transition: transform cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    font-family: 'Dosis', Helvetica, sans-serif;
    margin-top: 0;
    letter-spacing: 0.15em;
    background: rgba(255, 255, 255, 0.25);
    padding: 0 10px; 
    margin-right: auto;
    margin-left: auto}
    .footer-side .footer__title, .footer-side .footer__subtitle, .footer-side .footer__description {
      transition: -webkit-transform cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
      transition: transform cubic-bezier(0.55, 0, 0.1, 1) 0.5s; }
    .footer-side .footer__title {
      transition-delay: 1s; }
    .footer-side .footer__subtitle {
      transition-delay: 1.05s; }
    .footer-side .footer__description {
      transition-delay: 1.1s; }

.cases-container {
  background-color: #f5f5f5; }
  .cases-container.black-container {
    background-color: #000;
    color: #fff; }
    .cases-container.black-container a {
      color: #fff; }
    .cases-container.black-container .case-studies-list h1 {
      color: #576b71; }
    .cases-container.black-container .case-studies-list ul li.project-line:first-child a.project-info {
      border-top: 1px solid #000; }
    .cases-container.black-container .case-studies-list ul li.project-line a.project-info {
      border-bottom: 1px solid #2b2b2b; }
      .cases-container.black-container .case-studies-list ul li.project-line a.project-info h2.project-name {
        color: #adadad; }
      .cases-container.black-container .case-studies-list ul li.project-line a.project-info .project-hover h2.project-name {
        color: #000; }

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #fff;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: .9em; }
  #back-to-top svg {
    height: 12px;
    margin-top: 10px; }

#back-to-top:hover {
  background: #ff5c5c;
  color: white;
  font-size: 1em;
  transition: font-size 0.2s ease-out; }

#back-to-top.show {
  opacity: 1; }

#content {
  height: 2000px; }

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


/* FOOTER */

.footer
{
    margin-top: 60px;
    padding-bottom: 0px;
    clear: both;
}

.footer .fa-heart
{
    color: #fd3137;
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s infinite;
}

@keyframes "pulse" {
    0% { transform: scale(1.1); }
70% { transform: scale(0.8,0.8); }
80% { transform: scale(0.9,0.9); }
100% { transform: scale(1.1);  }
}

@-moz-keyframes pulse {
    0% { transform: scale(1.1); }
70% { transform: scale(0.8,0.8); }
80% { transform: scale(0.9,0.9); }
100% { transform: scale(1.1);  }
}

@-webkit-keyframes "pulse" {
    0% { transform: scale(1.1); }
70% { transform: scale(0.8,0.8); }
80% { transform: scale(0.9,0.9); }
100% { transform: scale(1.1);  }
}

@-ms-keyframes "pulse" {
    0% { transform: scale(1.1); }
70% { transform: scale(0.8,0.8); }
80% { transform: scale(0.9,0.9); }
100% { transform: scale(1.1);  }
}

.footer ul li
{
    display: inline-block
    ;
}

li.left-footer-content, li.right-footer-contnet
{
    width: 40%;
    font-family: 'Dosis', Helvetica, sans-serif;
    line-height: 4em;
}

li.left-footer-content
{
    font-size: 16px;
    font-family: 'Dosis', Helvetica, sans-serif;
    letter-spacing: 1px;
}

li.right-footer-contnet
{
    text-align: right;
}

li.right-footer-contnet a
{
    margin-left: 0px;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 0;
    font-family:  'Dosis', Helvetica, sans-serif; }
    
}

li.right-footer-contnet a:first-child
{
    margin-left: 0;
}

li.center-footer-content
{
    width: 19%;
    text-align: center;
    vertical-align: middle;
}

li.left-footer-content.mobile
{
    display: none;
}

/* END FOOTER */
/* RESPONSIVE PART */

@media screen and (max-width: 1600px) {

  .content-1330
  {
      max-width: 1200px;
  }

  .header-search
  {
      padding: 50px 0;
  }

  .blog-holder .entry-title 
  {
      max-width: 400px;
  }

  .single-post h1.entry-title, .single-post .content-wrap, .single-post .nav-links
  {
      width: 740px;
  }

  .one_half,  .one_third,  .two_third,  .three_fourth, .one_fourth
  {
      margin-right: 8%;
      float: left;
      position: relative;
      margin-bottom: 37px;
  }

  .one_half{
      width: 46%;
  }
  .one_third{
      width: 28%;
  }
  .two_third{
      width: 64%;
  }
  .one_fourth{
      width: 19%;
  }
  .three_fourth{
      width: 73%;
  }

  .grid-sizer, .grid-item 
  {
      width: 400px;
  }

  .grid-item.p_two_third
  {
      width: 800px;
  }

  .grid-item.p_one
  {
      width: 1200px;
  }

}


@media screen and (max-width: 1450px) {  

  .body-wrapper
  {
      margin: 3%;
  }

  .header-holder 
  {
      padding-top: 120px;
      padding-bottom: 120px;
  }

  .blog-top-content.page-desc
  {
      margin-bottom: 120px;
  }

  .content-1330
  {
      width: 1110px;
  }

  .grid-sizer, .grid-item 
  {
      width: 370px;
  }

  .grid-item.p_two_third
  {
      width: 740px;
  }

  .grid-item.p_one
  {
      width: 1110px;
  }

  .single-post .post-info
  {
      margin-right: 35px;
  }

  .footer
  {
      margin-top: 60px;
  }

}


@media screen and (max-width: 1340px) {      

  .content-1330
  {
      width: 1020px;
  }

  .grid-sizer, .grid-item 
  {
      width: 340px;
  }

  .grid-item.p_two_third
  {
      width: 680px;
  }

  .grid-item.p_one
  {
      width: 1020px;
  }

  .single-post .cat-links
  {
      margin-bottom: 30px;
  }

  .single-post .post-author, .single-post .post-date, .single-post .post-num-comments, .single-post .post-read-time
  {
      margin: 0 15px;
  }

  .page-desc
  {
      float: none;
      width: auto;
  }

  .blog-holder article
  {
      text-align: center;
  }

  .blog-holder .cat-links
  {
      display: block;
      padding-left: 0;
  }

  .blog-holder .entry-date
  {
      margin: 0 20px;
  }

  .blog-holder .author
  {
      width: auto;
  }

  .blog-holder .entry-title
  {
      display: block;
      max-width: 600px;
      margin: 0 auto;
  }

  .single-post h1.entry-title
  {
      text-align: center;
  }

  .single-post .post-info
  {
      float: none;
      width: auto;
      margin: 50px 0;
      text-align: center;
  }

  .single-post .cat-links
  {
      min-width: 0;
  }

  .single-post .cat-links li 
  {
      margin: 10px 5px;
      display: inline-block;
  }

  .single-post .post-author, .single-post .post-date, .single-post .post-num-comments, .single-post .post-read-time
  {
      display: inline-block;
  }

  blockquote.inline-blockquote
  {
      display: block;
      margin: 50px 0;
      width: auto;
  }

  .single-post h1.entry-title, .single-post .content-wrap, .single-post .nav-links
  {
      width: 100%;
  }

}
@media screen and (max-width: 1220px) {    

  .content-1330, .grid-item.p_one
  {
      width: 960px;       
  }

  .grid-sizer, .grid-item 
  {
      width: 320px;
  }

  .grid-item.p_two_third
  {
      width: 640px;
  }

  div.contact-form
  {
      margin-top: 170px; 
  }

}

@media screen and (max-width: 1066px) {    

  .content-1330, .grid-item.p_one
  {
      width: 810px;
  }

  .grid-sizer, .grid-item 
  {
      width: 270px;
  }

  .grid-item.p_two_third
  {
      width: 540px;
  }

  .footer
  {
      margin-top: 60px;
      padding-bottom: 40px
  }    

  .footer ul li 
  {
      display: block;
      margin: 0 auto;
      width: 100%;
      text-align: center;
  }

  .footer ul li.center-footer-content
  {
      margin-bottom: 20px;
  }

  .footer ul li.left-footer-content
  {
      display: none;
  }

  .footer ul li.left-footer-content.mobile
  {
      display: block;
  }

}

@media screen and (max-width: 1020px) {   

  .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_half.margin-0, .one_third.margin-0, .two_third.margin-0, .one_fourth.margin-0, .three_fourth.margin-0
  {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-left: 0;
  }

  .single-portfolio .one_half.margin-0 img, .single-portfolio .one_third.margin-0 img, .single-portfolio .two_third.margin-0 img, .single-portfolio .one_fourth.margin-0 img, .single-portfolio .three_fourth.margin-0 img
  {
      width: 100%;
      height: auto;
  }

  .single-portfolio .portfolio-item-info, .single-portfolio .portfolio-item-info div
  {
      text-align: center;
      font-family: 'Roboto', Helvetica, sans-serif;
      font-weight: 100;
      font-size: 6em;
  }

}

@media screen and (max-width: 925px) {    

  .content-1330,  .grid-item.p_one
  {
      width: 690px;
  }

  .single-post h1.entry-title
  {
      margin-bottom: 50px;
      text-align: center;
      float: none;
  }

  .grid-sizer, .grid-item 
  {
      width: 230px;
  }

  .grid-item.p_two_third
  {
      width: 460px;
  }

  .portfolio-text-holder 
  {
      top: 10px;
      left: 10px;
      bottom: 10px;
      right: 10px;
  }

  .header-holder 
  {
      padding-top: 85px;
      padding-bottom: 85px;
  }

  .header-logo
  {
      float: none;
      display: block;    
      text-align: center;
      margin-bottom: 60px;
  }

  #toggle
  {
      display: none;
  }    

  .header-menu
  {
      float: none;
  }

  #header-main-menu
  {   
      display: block !important;
      margin: 0 !important;
      opacity: 1 !important;
      float: none;
  }

  .main-menu a.has-submenu.highlighted .sub-arrow 
  {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
  }

  .main-menu
  {
      float: none;
      margin: 0 auto;
      text-align: center;
      max-width: 300px;
      width: 100%;
      position: relative;
      z-index: 9999;
  }

  .main-menu ul 
  {
      width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
  }

  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
  {
      padding-right: 0;
      padding-left: 0;
  }

  .single-post .nav-previous
  {
      margin-bottom: 80px;
  }

  .single-post .nav-previous, .single-post .nav-next
  {
      display: block;        
      text-align: center;
      max-width: none;
      float: none;
  }

}

@media screen and (max-width: 805px) {    

  .content-1330, .grid-item.p_one
  {
      width: 570px;
  }

  .grid-sizer, .grid-item 
  {
      width: 190px;
  }
  tools-box
  .grid-item.p_two_third
  {
      width: 380px;
  } 

  blockquote.inline-blockquote 
  {
      padding-left: 20px;
      font-size: 20px;
      line-height: 32px;
  }

  .single-post .tags-holder a 
  {
      font-size: 16px;
      line-height: 100%;
  }

}

@media screen and (max-width: 650px) { 

  .header-holder 
  {
      padding-top: 55px;
      padding-bottom: 55px;
  }

  .content-1330
  {
      width: 90%;
  }

  .grid-sizer, .grid-item, .grid-item.p_one, .grid-item.p_two_third
  {
      width: 100%;
  }

  .filters-button-group
  {
      text-align: center;
  }

  .portfolio-text-holder 
  {
      top: 30px;
      left: 30px;
      right: 30px;
      bottom: 30px;
  }    
  
  .single-post .content-wrap
  {
      font-size: 18px;
      line-height: 33px;
  }
}
