/* ==========================================================================
Base colors
========================================================================== */
/* ==========================================================================
Base font size
========================================================================== */
/* ==========================================================================

Mixins

========================================================================== */
@-webkit-keyframes jump {
  0% {
    bottom: 8px; }

  50% {
    bottom: 18px; }

  100% {
    bottom: 8px; } }

@-webkit-keyframes summer {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 75%;
    bottom: 8px; }

  50% {
    bottom: 200px; }

  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 50% 75%;
    bottom: 8px; } }

@-webkit-keyframes leftLeg {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 0%; }

  50% {
    -webkit-transform: rotate(5deg);
    -webkit-transform-origin: 50% 0%; }

  100% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 0%; } }

@-webkit-keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 0%; }

  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 50% 0%; } }

@-moz-keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 0%; }

  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 50% 0%; } }

@-o-keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 0%; }

  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 50% 0%; } }

@keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 0%; }

  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 50% 0%; } }

@-webkit-keyframes rightLeg {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 0%; }

  50% {
    -webkit-transform: rotate(-5deg);
    -webkit-transform-origin: 50% 0%; }

  100% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 0%; } }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }
  
.circle
    {
    width:25%;
    margin:20px;
    }

/* ==========================================================================
Base
========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

/* ==========================================================================
Links
========================================================================== */
a {
  color: #555555;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0;
  color: #69bee3; }

/* ==========================================================================
Typography
========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
Embedded content
========================================================================== */
img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
Figures
========================================================================== */
figure {
  margin: 0; }

/* ==========================================================================
Forms
========================================================================== */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
Tables
========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  background: #f6f6f4;
  margin: 2em 0; }
  table tr {
    border-bottom: 1px solid #cccccc; }
    table tr:first-of-type {
      border-top: 2px solid #cccccc;
      border-bottom: 2px solid #cccccc; }
    table tr:nth-of-type(2n+2) {
      background: #f2f1f0; }
  table th {
    color: #69bee3;
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 700;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    white-space: nowrap; }
    table th:first-of-type {
      padding-left: 0;
      border-right: 1px solid #cccccc; }
  table td:first-of-type {
    white-space: nowrap;
    padding-left: 0;
    border-right: 1px solid #cccccc; }

/* ==========================================================================

    Desktop

========================================================================== */
body {
  background: #f0efed;
  font-family: "faricy-new-web",helvetica,sans-serif;
  font-weight: 300;
  position: relative; }

.error404 body {
  background: none; }

html.home, .home body {
  height: 100%; }

body.home {
  position: static; }

.home .vote-for-us {
  width: 100%;
  position: absolute;
  top: -10px;
  background-color: rgba(114, 92, 141, 0.85);
  text-align: center;
  opacity: 0;
  -webkit-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
  -moz-transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out; }
  @media only screen and (min-width: 600px) {
    .home .vote-for-us {
      top: -51px; } }
  @media only screen and (max-width: 768px) {
    .home .vote-for-us {
      padding: 15px 0 20px; } }
  @media only screen and (max-width: 599px) {
    .home .vote-for-us {
      display: none; } }
  .home .vote-for-us.live {
    opacity: 1; }
    @media only screen and (min-width: 600px) {
      .home .vote-for-us.live {
        top: 113px; } }
    @media only screen and (max-width: 599px) {
      .home .vote-for-us.live {
        top: 66px; } }
  .home .vote-for-us .net-logo {
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .home .vote-for-us .net-logo {
        width: 80px;
        margin: 13px 0px 13px; } }
    @media only screen and (min-width: 361px) and (max-width: 767px) {
      .home .vote-for-us .net-logo {
        width: 80px; } }
    @media only screen and (max-width: 360px) {
      .home .vote-for-us .net-logo {
        width: 60px; } }
    @media only screen and (max-width: 768px) {
      .home .vote-for-us .net-logo {
        margin: 0 0 5px; } }
  .home .vote-for-us p.vote-text {
    display: inline-block;
    vertical-align: top;
    color: white;
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.025em; }
    @media only screen and (min-width: 768px) {
      .home .vote-for-us p.vote-text {
        margin: 45px 0px 0px 20px; } }
    @media only screen and (max-width: 767px) {
      .home .vote-for-us p.vote-text {
        margin: 0; } }
    @media only screen and (min-width: 360px) {
      .home .vote-for-us p.vote-text br {
        display: none; } }
    .home .vote-for-us p.vote-text a {
      color: white;
      text-decoration: none;
      margin-left: 5px;
      border-bottom: 1px solid white; }
.home .header {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 0; }
.home .intro {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 163px 0px 0px;
  height: 100%; }
.home .some-of-our-work {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5); }
.home .grad-area .what-people-say,
.home .grad-area .from-the-blog,
.home .grad-area .talk-to-us {
  position: relative;
  z-index: 2; }

body {
  font-size: 1em;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  color: #343434; }

.wrapper {
  width: 100%; }

.main {
  width: 100%;
  position: relative;
  display: inline-block; }

.diagonal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden; }
  .diagonal img {
    position: absolute;
    width: 9000px;
    left: 50%;
    margin-left: -4750px;
    opacity: 0.2; }

.page-width {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 2; 
  padding: 20px;}

.page-width:after,
.main:after,
.project-intro:after,
.grad-area:after,
.services-provided ul:after,
.services-provided:after,
.related-projects:after,
.error404,
form:after {
  clear: both; }

.btn {
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  color: white;
  background: #69bee3;
  padding: 0.65em 20px; }

.btn:hover {
  background: #343434;
  color: #fff; }

.header {
  z-index: 2;
  position: relative; }

.after::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.header-logo {
  float: right;
  display: inline-block; }
  .header-logo .white-logo {
    width: 95px;
    height: 97px;
    display: block;
    background-size: 1000px 1000px;
    background: url("images/sprite.svg") no-repeat;
    background-position: -275px 16px;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
  .header-logo .white-logo:hover {
    opacity: 0.75; }

.error404.no-cssanimations .mudman-cage {
  display: none; }

.error404 {
  width: 100%;
  height: 100%;
  min-height: 1000px;
  background-color: #ed3b58;
  background-image: -webkit-linear-gradient(38deg, #ed3b58, #ed3b58 35%, #f7405e 35%, #f7405e 100%);
  background-image: -moz-linear-gradient(38deg, #ed3b58, #ed3b58 35%, #f7405e 35%, #f7405e 100%);
  /*.error-num:before, .depth:after {
      content: attr(title);
      padding: 0;
      color: rgba(0,0,0,.1);
      position: absolute;
  }*/ }
  .error404 .error-num {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 430px;
    font-size: 26.875rem;
    line-height: 1;
    font-weight: 800;
    position: relative;
    color: #e13350; }
  .error404 .error-text p {
    margin: 0px;
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 400;
    position: relative;
    color: white; }
    .error404 .error-text p strong {
      font-weight: 800; }
  .error404 .error-links {
    margin: 40px 0px;
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    padding: 0px;
    list-style: none; }
    .error404 .error-links li {
      display: inline-block;
      margin-right: 3px; }
      .error404 .error-links li a {
        text-align: center;
        width: 94px;
        display: block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 400;
        text-decoration: none;
        color: white;
        background: #e0314e;
        padding: 0.65em; }
        .error404 .error-links li a:hover {
          background-color: #555555; }
  .error404 .error-num:before {
    top: 1px;
    left: 1px; }
  .error404 .error-num:after {
    top: 2px;
    left: 2px; }
  .error404 .mudman-cage {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px; }
    .error404 .mudman-cage:hover .mudman {
      -webkit-animation: summer 500ms 1 ease-in-out; }
  .error404 .mudman {
    display: inline-block;
    width: 30px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .error404 .mudman .mudman-body {
      position: relative;
      z-index: 10;
      width: 30px;
      height: 30px; }
      .error404 .mudman .mudman-body img {
        width: 30px;
        height: 26px; }
      .error404 .mudman .mudman-body:after, .error404 .mudman .mudman-body:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        top: 10px;
        background-color: #fff;
        -webkit-transition: color 300ms ease-in-out;
        -moz-transition: color 300ms ease-in-out;
        -o-transition: color 300ms ease-in-out;
        transition: color 300ms ease-in-out; }
      .error404 .mudman .mudman-body:after {
        right: 10px; }
      .error404 .mudman .mudman-body:before {
        left: 9px; }
    .error404 .mudman .mudman-body.blink:after, .error404 .mudman .mudman-body.blink:before {
      background-color: #343434; }
    .error404 .mudman .mudman-l-leg,
    .error404 .mudman .mudman-r-leg {
      width: 11.714285714285714%;
      position: absolute;
      bottom: -42%;
      z-index: 9; }
    .error404 .mudman .mudman-l-leg {
      left: 32%; }
    .error404 .mudman .mudman-r-leg {
      right: 32%; }
    .error404 .mudman img {
      max-width: 100%; }
  .error404 .mudman.jump {
    -webkit-animation: jump 500ms 3 ease-in-out; }
    .error404 .mudman.jump .mudman-l-leg {
      -webkit-animation: leftLeg 500ms 3 ease-in-out; }
    .error404 .mudman.jump .mudman-r-leg {
      -webkit-animation: rightLeg 500ms 3 ease-in-out; }

.intro {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0;
  background-color: #2b7efe;
  background-image: -webkit-linear-gradient(38deg, #2b7efe, #2b7efe 50%, #2d77e4 50%, #2d77e4 100%);
  background-image: -moz-linear-gradient(38deg, #2b7efe, #2b7efe 50%, #2d77e4 50%, #2d77e4 100%); }
  .intro.animate {
    -webkit-transition: margin 300ms ease-in-out;
    -moz-transition: margin 300ms ease-in-out;
    transition: margin 300ms ease-in-out; }
  .intro .page-width {
    height: 100%;
    display: table; }
  .intro .intro-text {
    color: white;
    max-width: 900px;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell; }
    .intro .intro-text p {
      -webkit-transform: translate3d(0, 0, 0);
      background: transparent;
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 300;
      font-size: 60px;
      line-height: 1.125;
      font-weight: 400;
      opacity: 0;
      margin: 0px 0px 0px 0px;
      padding: 0;
      display: block; }
      .intro .intro-text p strong {
        font-weight: 700;
        line-height: 1.6; }
    .intro .intro-text .fade {
      opacity: 1;
      -webkit-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out; }
  .intro .scroll {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 20;
    margin-left: -29px;
    width: 58px;
    height: 26px;
    background: #30b6be url("images/sprite.svg") no-repeat;
    background-position: 18px -979px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px; }
    .intro .scroll:hover {
      height: 38px; }

.some-of-our-work {
  text-align: center;
  display: inline-block;
  width: 100%; }
  .some-of-our-work h1 {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 48px;
    padding: 0px; }
  .some-of-our-work .some-of-our-work-grid {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 6.375em 0px;
    padding: 0px; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item h2 {
      font-size: 24px;
      font-size: 1.5rem;
      color: white; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item h2 a {
        color: white;
        font-weight: 500; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item h2 a span {
          font-weight: 400; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:nth-child(2n+1) {
      margin-right: 14px; }

.some-of-our-work-item {
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px; }
  .some-of-our-work-item .some-of-our-work-item-info {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    position: absolute; }
    .some-of-our-work-item .some-of-our-work-item-info h2 {
      display: table;
      vertical-align: middle;
      font-weight: 300;
      margin: 0;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; }
      .some-of-our-work-item .some-of-our-work-item-info h2 a {
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        width: 90%;
        height: 90%;
        padding: 5%;
        font-weight: 400; }
  .some-of-our-work-item img {
    display: block;
    max-width: 100%; }

.js .intro .scroll {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out, height 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, height 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, height 300ms ease-in-out; }
.js .intro .scroll.visible {
  opacity: 1; }
.js .some-of-our-work .some-of-our-work-grid .some-of-our-work-item.visible {
  opacity: 1; }
.js .some-of-our-work .some-of-our-work-grid .some-of-our-work-item {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }

.js .grad-area .what-people-say-item {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }
.js .grad-area .what-people-say-item.visible {
  opacity: 1; }
.js .grad-area .from-the-blog-wrapper {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }
.js .grad-area .from-the-blog-wrapper.visible {
  opacity: 1; }
.js .grad-area .talk-to-us .talk-to-us-item {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }
.js .grad-area .talk-to-us .talk-to-us-item.visible {
  opacity: 1; }
.js .grad-area .meet-the-team article {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }
.js .grad-area .meet-the-team article.visible {
  opacity: 1; }
.js .grad-area .client-list li {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }
  .js .grad-area .client-list li img {
    opacity: 0.5; }
  .js .grad-area .client-list li a img {
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    opacity: 0.5; }
  .js .grad-area .client-list li a:hover img {
    opacity: 1; }
.js .grad-area .client-list li.visible {
  opacity: 1; }
.js .grad-area .project-intro .view-website {
  opacity: 1; }
.js .grad-area .project-intro .project-description p, .js .grad-area .project-image-slideshow .bx-wrapper, .js .grad-area .project-testimonial-content p, .js .grad-area .project-social .page-width, .js .grad-area .project-services, .js .grad-area .other-projects .bx-wrapper {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }
  .js .grad-area .project-intro .project-description p.visible, .js .grad-area .project-image-slideshow .bx-wrapper.visible, .js .grad-area .project-testimonial-content p.visible, .js .grad-area .project-social .page-width.visible, .js .grad-area .project-services.visible, .js .grad-area .other-projects .bx-wrapper.visible {
    opacity: 1; }
.js .grad-area .bx-wrapper.visible-no-del {
  opacity: 1;
  transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  /* Firefox 4 */
  -webkit-transition-delay: 0s !important;
  /* Safari and Chrome */
  -o-transition-delay: 0s !important;
  /* Opera */ }
.js .grad-area .project-intro .view-website {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  /* Firefox 4 */
  -webkit-transition-delay: 1.2s;
  /* Safari and Chrome */
  -o-transition-delay: 1.2s;
  /* Opera */ }
.js .grad-area .project-intro .project-description p {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  /* Firefox 4 */
  -webkit-transition-delay: 1s;
  /* Safari and Chrome */
  -o-transition-delay: 1s;
  /* Opera */ }
.js .grad-area .project-image-slideshow .bx-wrapper {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  /* Firefox 4 */
  -webkit-transition-delay: 1.2s;
  /* Safari and Chrome */
  -o-transition-delay: 1.2s;
  /* Opera */ }
.js .grad-area .project-testimonial-content p {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  /* Firefox 4 */
  -webkit-transition-delay: 1.4s;
  /* Safari and Chrome */
  -o-transition-delay: 1.4s;
  /* Opera */ }
.js .grad-area .project-social .page-width {
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  /* Firefox 4 */
  -webkit-transition-delay: 1.6s;
  /* Safari and Chrome */
  -o-transition-delay: 1.6s;
  /* Opera */ }
.js .grad-area .project-services {
  transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  /* Firefox 4 */
  -webkit-transition-delay: 1.8s;
  /* Safari and Chrome */
  -o-transition-delay: 1.8s;
  /* Opera */ }
.js .grad-area .other-projects .bx-wrapper {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  /* Firefox 4 */
  -webkit-transition-delay: 2s;
  /* Safari and Chrome */
  -o-transition-delay: 2s;
  /* Opera */ }

.some-of-our-work.work-page {
  margin-top: 33px; }

.grad-area {
  width: 100%;
  float: left;
  background: #ffffff;
  text-align: center;
  display: inline-block;
  font-family: "faricy-new-web",helvetica,sans-serif;
  font-weight: 300;
        /*
    
            Social hovers

        */
        /* ========================================================================================== 

    
            tick list styles


         ========================================================================================== */
  /*        .project-description.with-testimonial {
  	        article {
  		        float: left;
  		        width: 478px;
  	        }
          }
  */ }
  .grad-area h1 {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    color: #3a3a3a;
    margin: 0px; }
  .grad-area .what-people-say {
    width: 100%;
    display: inline-block;
    margin-bottom: 3.125em; }
    .grad-area .what-people-say h1 {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 500;
      padding: 1.4705882352941178em 0px; }
    .grad-area .what-people-say .what-people-say-item {
      opacity: 0;
      background-color: #69bee3;
      width: 996px;
      display: inline-block; }
      .grad-area .what-people-say .what-people-say-item .what-people-say-image {
        float: left;
        display: inline-block;
        width: 400px;
        border-right: 3px solid #fff; }
        .grad-area .what-people-say .what-people-say-item .what-people-say-image img {
          display: block; }
      .grad-area .what-people-say .what-people-say-item .what-people-say-text {
        float: left;
        display: inline-block;
        width: 503px;
        padding: 40px 45px 0 45px; }
        .grad-area .what-people-say .what-people-say-item .what-people-say-text p {
          text-align: left;
          margin: 0px;
          padding: 0px;
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 1.285;
          font-weight: 500;
          color: #3a3a3a; }
          .grad-area .what-people-say .what-people-say-item .what-people-say-text p small {
            font-size: 21px;
            font-size: 1.3125rem; }
          .grad-area .what-people-say .what-people-say-item .what-people-say-text p strong {
            font-weight: 400; }
          .grad-area .what-people-say .what-people-say-item .what-people-say-text p a {
            color: white;
            text-decoration: none; }
            .grad-area .what-people-say .what-people-say-item .what-people-say-text p a:hover {
              color: #555555; }
  .grad-area .from-the-blog {
    width: 100%;
    display: inline-block; }
    .grad-area .from-the-blog .from-the-blog-wrapper {
      width: 996px;
      display: inline-block;
      padding: 3.125em 0%; }
      .grad-area .from-the-blog .from-the-blog-wrapper h1 {
        padding: 0em 0% 0.8823529411764706em; }
        .grad-area .from-the-blog .from-the-blog-wrapper h1 a, .talk-to-us h1 a {
          color: #69bee3;
          text-decoration: none; }
          .grad-area .from-the-blog .from-the-blog-wrapper h1 a:hover {
            color: #555555; }
      .grad-area .from-the-blog .from-the-blog-wrapper article {
        display: inline-block;
        padding: 0px 7.028112449799197%; }
        .grad-area .from-the-blog .from-the-blog-wrapper article h1, .talk-to-us h1 a  {
          font-size: 42px;
          font-size: 2.625rem;
          line-height: 1.2;
          color: #69bee3;
          font-weight: 300;
          padding: 0em 0% 0.47619047619047616em; }
        .grad-area .from-the-blog .from-the-blog-wrapper article p.date {
          padding-bottom: 0;
          font-weight: 400; }
        .grad-area .from-the-blog .from-the-blog-wrapper article p {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.5;
          color: #555555;
          padding: 0em 0% 1.75em;
          margin: 0px; }
        .grad-area .from-the-blog .from-the-blog-wrapper article .read-more {
          display: inline-block;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 400;
          text-decoration: none;
          color: white;
          background: #69bee3;
          padding: 0.65em 2.3310023310023312%; }
  .grad-area .talk-to-us {
    display: inline-block;
    padding-bottom: 2.5em; 
    margin-top: 3.125em;}
    .grad-area .talk-to-us h1 {
      padding: 0em 0% 1em; }
    .grad-area .talk-to-us .project-planner {
      overflow: hidden;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      display: inline-block;
      background-color: white;
      border-radius: 4000px;
      -moz-border-radius: 4000px;
      -webkit-border-radius: 4000px;
      border: 6px solid #dcdcdc;
      float: left;
      width: 286px;
      height: 287px;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .grad-area .talk-to-us .project-planner a {
        display: block;
        height: 100%;
        text-decoration: none;
        color: #555555;
        padding: 0 5.484320557491289% 0em;
        text-decoration: none;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .grad-area .talk-to-us .project-planner a .project-planner-title {
          padding-top: 54px;
          display: block;
          font-size: 36px;
          font-size: 2.25rem;
          line-height: 1em;
          font-weight: 300; }
          .grad-area .talk-to-us .project-planner a .project-planner-title strong {
            font-weight: 400;
            color: #69bee3; }
        .grad-area .talk-to-us .project-planner a .project-planner-text {
          font-size: 18px;
          font-size: 1.125rem;
          display: block;
          padding-top: 16px;
          line-height: 1.3888888888888888em;
          font-weight: 300; }
        .grad-area .talk-to-us .project-planner a:hover {
          background: #343434;
          border-color: #69bee3;
          color: #fff; }
      .grad-area .talk-to-us .project-planner:hover {
        border-color: #69bee3; }
    .grad-area .talk-to-us #map_canvas {
      display: inline-block;
      position: relative;
      float: left;
      width: 348px;
      height: 264px;
      margin: 0.875em 39px 0em; }
      .grad-area .talk-to-us #map_canvas .map-icon {
        position: absolute;
        top: 86px;
        left: 153px; }
    .grad-area .talk-to-us .contact-details {
      margin-bottom: 5.3125em;
      width: 270px;
      float: left;
      display: inline-block;
      text-align: left; }
      .grad-area .talk-to-us .contact-details p {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.2857142857142858em;
        color: #555555;
        font-weight: 300; }
        .grad-area .talk-to-us .contact-details p a, .grad-area .talk-to-us .contact-details p strong {
          font-weight: 400; }
        .grad-area .talk-to-us .contact-details p strong {
          display: block; }
        .grad-area .talk-to-us .contact-details p a {
          text-decoration: none; }
  .grad-area .our-work {
    float: left;
    display: inline-block;
    text-align: left;
    width: 202px;
    margin: 2.3125em 0; }
    .grad-area .our-work h2 {
      width: 100%;
      border-top: 1px solid #bebebd;
      border-bottom: 1px solid #bebebd;
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 300;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 2;
      font-weight: 400;
      color: #3a3a3a;
      margin: 0px; }
    .grad-area .our-work .our-work-navigation {
      list-style: none;
      margin: 1em 0 0;
      padding: 0px; }
      .grad-area .our-work .our-work-navigation li {
        font-size: 1em;
        line-height: 1;
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.2;
        margin-bottom: 0.5em; }
        .grad-area .our-work .our-work-navigation li a {
          font-weight: 300;
          color: #3a3a3a;
          text-decoration: none; }
          .grad-area .our-work .our-work-navigation li a:hover {
            color: #69bee3; }
      .grad-area .our-work .our-work-navigation li.active a {
        color: #69bee3; }
        .grad-area .our-work .our-work-navigation li.active a:hover {
          color: #3a3a3a; }
  .grad-area .project-wrapper {
    display: inline-block;
    float: right;
    max-width: 850px;
    position: relative; }
    .grad-area .project-wrapper .project-image-wrapper {
      width: 100%;
      display: inline-block;
      position: relative;
      margin: -41px 0px -83px 0px; }
      .grad-area .project-wrapper .project-image-wrapper .project-image-frame {
        width: 850px;
        height: 651px;
        background: url("images/monitor.png") no-repeat;
        position: relative;
        z-index: 2; }
      .grad-area .project-wrapper .project-image-wrapper .project-image {
        position: absolute;
        z-index: 1;
        top: 35px;
        left: 35px; }
  .grad-area .project-intro {
    display: inline-block;
    width: 100%;
    margin: -4px 0 0;
    text-align: center; }
    .grad-area .project-intro .view-website {
      z-index: 3;
      position: relative;
      display: inline-block;
      overflow: hidden;
      width: 130px;
      height: 130px;
      margin: -60px 0 0; }
      .grad-area .project-intro .view-website .view-website-link {
        display: inline-block;
        overflow: hidden;
        margin: 0 0;
        padding: 30px 0px 0px 0px;
        z-index: 3;
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 130px;
        height: 130px;
        background-color: white;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 6px solid #dcdcdc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
        -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
        transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 700;
        color: #555555;
        text-align: center;
        text-decoration: none; }
        .grad-area .project-intro .view-website .view-website-link span {
          color: #69bee3; }
        .grad-area .project-intro .view-website .view-website-link:hover {
          background: #343434;
          border-color: #69bee3;
          color: white; }
        .grad-area .project-intro .view-website .view-website-link.visible {
          opacity: 1;
          transition-delay: 1s; }
      @media only screen and (max-width: 600px) {
        .grad-area .project-intro .view-website {
          margin: 25px 0 0; } }
      @media only screen and (max-width: 480px) {
        .grad-area .project-intro .view-website {
          width: 100px;
          height: 100px; }
          .grad-area .project-intro .view-website .view-website-link {
            width: 100px;
            height: 100px;
            font-size: 18px;
            font-size: 1.125rem;
            padding-top: 24px; } }
    .grad-area .project-intro .project-description {
      display: inline-block;
      text-align: center;
      position: relative;
      z-index: 10; }
      .grad-area .project-intro .project-description h1, .grad-area .project-intro .project-description h2, .grad-area .project-intro .project-description p {
        font-size: 24px;
        font-size: 1.5rem;
        color: #343434;
        text-align: center;
        line-height: 1.5em;
        margin: 0; }
      @media only screen and (max-width: 600px) {
        .grad-area .project-intro .project-description h1, .grad-area .project-intro .project-description h2, .grad-area .project-intro .project-description p {
          font-size: 21px;
          font-size: 1.3125rem; } }
      @media only screen and (max-width: 480px) {
        .grad-area .project-intro .project-description h1, .grad-area .project-intro .project-description h2, .grad-area .project-intro .project-description p {
          font-size: 18px;
          font-size: 1.125rem; } }
      .grad-area .project-intro .project-description p:first-child {
        font-weight: 700;
        margin: 0 0 35px; }
  .grad-area .project-image-slideshow {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: white; }
    .grad-area .project-image-slideshow:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 50%;
      z-index: 10;
      margin: 0 0 0 -16px;
      border-width: 20px 20px 0;
      border-style: solid;
      display: block;
      width: 0; }
      @media (min-width: 400px) {
        .grad-area .project-image-slideshow:before {
          border-color: #f0efed transparent; } }
      @media (max-width: 399px) {
        .grad-area .project-image-slideshow:before {
          border-color: #e8e7e5 transparent; } }
  .grad-area .project-testimonial-content {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 95px 0;
    z-index: 3;
    background-color: #45b0e3; }
    @media (max-width: 600px) {
      .grad-area .project-testimonial-content {
        padding: 60px 0; } }
    @media (max-width: 480px) {
      .grad-area .project-testimonial-content {
        padding: 40px 0; } }
    .grad-area .project-testimonial-content p {
      width: 75%;
      margin: 0 12.5%;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.5em;
      color: white; }
      @media (max-width: 600px) {
        .grad-area .project-testimonial-content p {
          font-size: 21px;
          font-size: 1.3125rem; } }
      @media (max-width: 480px) {
        .grad-area .project-testimonial-content p {
          font-size: 18px;
          font-size: 1.125rem; } }
    .grad-area .project-testimonial-content:before {
      content: "";
      position: absolute;
      left: 50%;
      z-index: 10;
      margin: 0 0 0 -20px;
      border-style: solid;
      border-color: #45b0e3 transparent;
      display: block;
      width: 0; }
    .grad-area .project-testimonial-content:before {
      top: -20px;
      border-width: 0 20px 20px; }
  .grad-area .project-social {
    position: relative;
    z-index: 2;
    background-color: #3a3a3a; }
    .grad-area .project-social .project-social-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out;
      opacity: 1; }
      .grad-area .project-social .project-social-image.dull {
        opacity: 0.1; }
    .grad-area .project-social.no-testis:before {
      border-color: white transparent; }
    .grad-area .project-social:before, .grad-area .project-social:after {
      content: "";
      position: absolute;
      left: 50%;
      z-index: 10;
      border-style: solid;
      display: block;
      width: 0;
      -webkit-transition: border-width 200ms ease-in-out, margin 200ms ease-in-out;
      -moz-transition: border-width 200ms ease-in-out, margin 200ms ease-in-out;
      transition: border-width 200ms ease-in-out, margin 200ms ease-in-out; }
    .grad-area .project-social:before {
      top: 0px;
      margin: 0 0 0 -20px;
      border-width: 20px 20px 0;
      border-color: #45b0e3 transparent; }
    .grad-area .project-social:after {
      bottom: 0;
      border-width: 0 20px 20px;
      margin: 0 0 0 -20px; }
      @media (min-width: 400px) {
        .grad-area .project-social:after {
          border-color: #e8e7e5 transparent; } }
      @media (max-width: 399px) {
        .grad-area .project-social:after {
          border-color: #f0efed transparent; } }
    .grad-area .project-social:hover:before {
      margin: 0 0 0 -25px;
      border-width: 25px 25px 0; }
    .grad-area .project-social:hover:after {
      margin: 0 0 0 -25px;
      border-width: 0 25px 25px; }
    @media (min-width: 340px) {
      .grad-area .project-social {
        padding: 215px 0; } }
    @media (max-width: 339px) {
      .grad-area .project-social {
        padding: 100px 0; } }
    .grad-area .project-social p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.5em;
      color: white;
      margin: 0px; }
    .grad-area .project-social .social-hover {
      width: 100%;
      margin: 0;
      padding: 0;
      display: inline-block;
      text-align: center; }
      @media (min-width: 340px) {
        .grad-area .project-social .social-hover li {
          display: inline-block; } }
      @media (max-width: 339px) {
        .grad-area .project-social .social-hover li {
          display: block; } }
      .grad-area .project-social .social-hover li.twitter .icon:before {
        width: 36px;
        height: 26px;
        background-position: -26px -567px;
        top: 15px;
        left: 10px; }
      .grad-area .project-social .social-hover li.facebook .icon:before {
        width: 15px;
        height: 29px;
        background-position: 0px -565px;
        top: 13px;
        left: 20px; }
      .grad-area .project-social .social-hover li.pintrest .icon:before {
        width: 25px;
        height: 31px;
        background-position: -111px -566px;
        top: 13px;
        left: 17px; }
      .grad-area .project-social .social-hover li.google .icon:before {
        width: 28px;
        height: 26px;
        background-position: -74px -566px;
        top: 15px;
        left: 16px; }
    .grad-area .project-social .icon {
      display: inline-block;
      vertical-align: top;
      font-size: 0px;
      cursor: pointer;
      margin: 15px 9px;
      width: 57px;
      height: 57px;
      border-radius: 50%;
      text-align: center;
      position: relative;
      z-index: 1;
      color: #fff;
      box-shadow: 0 0 0 3px #4d346e;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .grad-area .project-social .icon:hover {
        color: #4d346e;
        box-shadow: 0 0 0 3px; }
      .grad-area .project-social .icon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        background: #45b0e3;
        -webkit-transition: -webkit-transform 0.2s, background 0.2s;
        -moz-transition: -moz-transform 0.2s, background 0.2s;
        transition: transform 0.2s, background 0.2s;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box; }
      .grad-area .project-social .icon:hover:after {
        background: #4d346e;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85); }
      .grad-area .project-social .icon:before {
        content: '';
        display: block;
        background: url("images/sprite.svg") no-repeat;
        position: absolute; }
  .grad-area .other-projects {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 3;
    text-align: center;
    float: left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }
    .grad-area .other-projects .title-ul {
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
      .grad-area .other-projects .title-ul li {
        margin: 0 20px 0 0;
        display: inline-block; }
        .grad-area .other-projects .title-ul li.next, .grad-area .other-projects .title-ul li.prev {
          cursor: pointer;
          text-decoration: none;
          font-weight: bold;
          font-size: 24px;
          font-size: 1.5rem;
          -webkit-transition: color 300ms ease-in-out;
          -moz-transition: color 300ms ease-in-out;
          transition: color 300ms ease-in-out; }
          .grad-area .other-projects .title-ul li.next:hover, .grad-area .other-projects .title-ul li.prev:hover {
            color: #69bee3; }
      .grad-area .other-projects .title-ul .next {
        margin: 0 0 0 0; }
    .grad-area .other-projects .otherSlider {
      margin: 0;
      display: inline-block; }
      .grad-area .other-projects .otherSlider .some-of-our-work-item {
        max-width: 100%;
        margin-bottom: 0; }
      .grad-area .other-projects .otherSlider .some-of-our-work-item-info {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background-color: rgba(114, 92, 141, 0.95);
        -webkit-transition: opacity, 300ms;
        -moz-transition: opacity, 300ms;
        transition: opacity, 300ms; }
        .grad-area .other-projects .otherSlider .some-of-our-work-item-info h2 {
          width: 100%;
          height: 100%; }
          @media only screen and (min-width: 901px) {
            .grad-area .other-projects .otherSlider .some-of-our-work-item-info h2 {
              font-size: 24px;
              font-size: 1.5rem; } }
          @media only screen and (max-width: 900px) {
            .grad-area .other-projects .otherSlider .some-of-our-work-item-info h2 {
              font-size: 18px;
              font-size: 1.125rem; } }
          .grad-area .other-projects .otherSlider .some-of-our-work-item-info h2 a {
            opacity: 0;
            color: white;
            font-weight: 700; }
            .grad-area .other-projects .otherSlider .some-of-our-work-item-info h2 a span {
              font-weight: 400; }
      .grad-area .other-projects .otherSlider .some-of-our-work-item:hover .some-of-our-work-item-info {
        opacity: 1; }
        .grad-area .other-projects .otherSlider .some-of-our-work-item:hover .some-of-our-work-item-info h2 a {
          opacity: 1; }
  .grad-area .project-services {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 75px 0 105px;
    z-index: 3;
    text-align: center; }
    .grad-area .project-services h2 {
      margin: 0 0 30px;
      padding: 0; }
  .grad-area .tick-list {
    display: inline-block;
    list-style: none;
    margin: 0 0 80px 0;
    max-width: 400px; }
    @media (min-width: 500px) {
      .grad-area .tick-list {
        padding: 0;
        width: 100%; } }
    @media (max-width: 499px) {
      .grad-area .tick-list {
        padding: 0 5%;
        width: 90%; } }
    .grad-area .tick-list li {
      display: block;
      position: relative;
      margin: 0 0 30px;
      padding-left: 0;
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 0.025em; }
      .grad-area .tick-list li:last-of-type {
        margin-bottom: 0; }
      .grad-area .tick-list li span {
        display: inline;
        position: relative; }
        @media (max-width: 499px) {
          .grad-area .tick-list li span {
            padding: 47px 0 0;
            display: inline-block; } }
        .grad-area .tick-list li span:before {
          content: '';
          width: 37px;
          height: 37px;
          position: absolute;
          display: inline-block;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          background: white url("images/sprite.svg") -973px 12px no-repeat; }
          @media (min-width: 500px) {
            .grad-area .tick-list li span:before {
              top: -5px;
              left: -52px; } }
          @media (max-width: 499px) {
            .grad-area .tick-list li span:before {
              top: 0;
              left: 50%;
              margin: 0 0 0 -18px; } }
    .grad-area .tick-list:last-of-type {
      margin-bottom: 0; }
  .grad-area .ipad-show-case {
    width: 772px;
    height: 598px;
    position: relative;
    margin: 0px 0px 90px 0px; }
    .grad-area .ipad-show-case .ipad-frame {
      width: 100%;
      height: 100%;
      top: 0px;
      left: 38px;
      bottom: 0px;
      position: absolute;
      background: url("images/ipad.png") no-repeat;
      background-size: 100%; }
    .grad-area .ipad-show-case .ipad-magnification {
      z-index: 10; }
      .grad-area .ipad-show-case .ipad-magnification img {
        bottom: -35px;
        right: 15px;
        position: absolute;
        display: block;
        max-width: 100%; }
  .grad-area .project-description img {
    max-width: 100%; }
  .grad-area .project-description h1, .grad-area .project-description h2, .grad-area .project-description p {
    text-align: left; }
  .grad-area .project-description h1, .grad-area .project-description h2, .grad-area .project-description p {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 1em;
    color: #555555; }
  @media only screen and (max-width: 600px) {
    .grad-area .project-description p {
      font-size: 21px;
      font-size: 1.3125rem; } }
  .grad-area .project-description a {
    color: #343434;
    background: #d3d4d0;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px; }
    .grad-area .project-description a:hover {
      background-color: #b7b8b4; }
  .grad-area .project-description article {
    background-color: rgba(255, 255, 255, 0.47);
    margin-bottom: 3em;
    padding: 33px 73px; }
    .grad-area .project-description article p {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.363; }
  .grad-area .project-description .project-large-image {
    margin-bottom: 2.5em; }
  .grad-area .project-description .testimonial {
    /*                background-color:$purple-grad-light;
                    background-image: -webkit-linear-gradient(38deg, $purple-grad-dark, $purple-grad-dark 40%, $purple-grad-light 40%, $purple-grad-light 100%);
                    background-image: -moz-linear-gradient(38deg, $purple-grad-dark, $purple-grad-dark 40%, $purple-grad-light 40%, $purple-grad-light 100%);
    */
    background-color: rgba(255, 255, 255, 0.47);
    padding: 23px 73px 33px;
    margin: 0 0 3em; }
    .grad-area .project-description .testimonial p {
      color: #69bee3;
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 300;
      line-height: 1.363;
      padding: 0 0 0 0;
      margin-bottom: 0; }
    .grad-area .project-description .testimonial .quote-author {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.363;
      color: #555555;
      margin-top: 0.5em;
      margin-bottom: 1em; }
  .grad-area .project-description .project-stats {
    display: inline-block;
    position: relative;
    margin: 2.75em 0; }
    .grad-area .project-description .project-stats p {
      text-align: center;
      margin: 0;
      position: relative;
      z-index: 3;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.2222222222222223;
      color: white;
      padding: 0;
      -webkit-transform: rotate(-41deg); }
  .grad-area .project-description .blue-box {
    width: 323px;
    height: 275px;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 0 0 0;
    margin: 95px -65px 0px 0px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    background: url("images/sprite.svg") no-repeat;
    background-size: 1000px 1000px;
    background-position: -677px -373px; }
    .grad-area .project-description .blue-box p {
      width: 207px;
      margin-top: 0;
      margin-left: 0; }
    .grad-area .project-description .blue-box .stat-number {
      color: #343434;
      font-size: 80px;
      font-size: 5rem;
      font-weight: 700; }
    .grad-area .project-description .blue-box .stat-largetext {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 400;
      padding: 100px 0 0;
      width: 100%;
      display: block;
      margin-top: 0;
      margin-left: 0; }
  .grad-area .project-description .blackbox {
    overflow: hidden;
    position: relative;
    float: left;
    padding: 0 0 0;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    background: url("images/sprite.svg") no-repeat; }
    .grad-area .project-description .blackbox p {
      width: 250px;
      margin-top: 0;
      margin-left: 0; }
    .grad-area .project-description .blackbox .stat-number {
      color: #69bee3;
      font-weight: 700; }
    .grad-area .project-description .blackbox .stat-largetext {
      font-size: 32px;
      font-size: 2rem;
      font-weight: 400;
      padding: 130px 0 0;
      display: block;
      width: 100%;
      margin-top: 0;
      margin-left: -5px; }
  .grad-area .project-description .stats-logo {
    float: left;
    clear: both;
    margin: -83px 0px 0px 228px;
    width: 182px;
    height: 155px;
    background: url("images/sprite.svg") no-repeat;
    background-size: 1900px 1900px;
    background-position: -521px 0px; }
  .grad-area .project-description .services-provided {
    background-color: rgba(255, 255, 255, 0.47);
    padding: 33px 73px 33px;
    .
                margin: 3em 0 3em;
    text-align: left;
    margin: 80px 0;
    padding-bottom: 1.5625em;
    overflow: hidden; }
    .grad-area .project-description .services-provided h2 {
      font-size: 22px;
      font-size: 1.375rem;
      margin-top: 0;
      margin-bottom: 0.25em;
      font-weight: 400; }
    .grad-area .project-description .services-provided ul {
      display: inline-block;
      margin: 0 2% 0 0;
      padding: 1.5625em 0 0;
      list-style: none;
      width: 48%;
      float: left; }
      .grad-area .project-description .services-provided ul li {
        float: left;
        width: 100%;
        display: inline-block;
        padding: 0 0 0 30px;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
        background: url("images/sprite.svg") no-repeat;
        background-size: 1000px 1000px;
        background-position: -984px 7px;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 1em; }
  .grad-area .related-projects {
    text-align: left;
    margin: 0 0 80px; }
    .grad-area .related-projects h1 {
      padding: 0 0 15px;
      font-size: 26px;
      font-size: 1.625rem; }
    .grad-area .related-projects .related-projects-carousel-wrapper {
      width: 100%;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.47);
      position: relative; }
    .grad-area .related-projects .prev1, .grad-area .related-projects .next1 {
      width: 60px;
      height: 98px;
      margin-top: 40px;
      display: inline-block;
      background: #dad9d7 url("images/sprite.svg") no-repeat;
      background-size: 1000px 1000px; }
      .grad-area .related-projects .prev1:hover, .grad-area .related-projects .next1:hover {
        background-color: #bbb9b6; }
    .grad-area .related-projects .prev1 {
      float: left;
      background-position: -100px -350px; }
    .grad-area .related-projects .next1 {
      float: right;
      background-position: 23px -350px; }
    .grad-area .related-projects .related-projects-carousel {
      float: left;
      list-style: none;
      padding: 0px;
      margin: 13px 0; }
      .grad-area .related-projects .related-projects-carousel li {
        display: inline-block;
        width: 202px;
        height: 144px;
        margin-right: 10px;
        position: relative; }
        .grad-area .related-projects .related-projects-carousel li .related-project-link {
          opacity: 0;
          -webkit-transition: opacity 300ms ease-in-out;
          -moz-transition: opacity 300ms ease-in-out;
          -o-transition: opacity 300ms ease-in-out;
          transition: opacity 300ms ease-in-out;
          display: table;
          width: 100%;
          height: 100%;
          position: absolute;
          min-height: 100%;
          background-color: #725c8d;
          text-align: center; }
          .grad-area .related-projects .related-projects-carousel li .related-project-link a {
            display: table-cell;
            vertical-align: middle;
            text-decoration: none;
            margin: 0px;
            padding: 0 10px;
            color: #69bee3;
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: 400; }
            .grad-area .related-projects .related-projects-carousel li .related-project-link a span {
              color: white; }
          .grad-area .related-projects .related-projects-carousel li .related-project-link .view-project {
            color: white;
            clear: block;
            display: inline-block;
            text-decoration: none;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            font-size: 15px;
            font-size: 0.9375rem;
            font-weight: 400;
            background: #5e477b;
            padding: 9px 15px;
            margin: 10px 0px 0px 0px; }
            .grad-area .related-projects .related-projects-carousel li .related-project-link .view-project:hover {
              background-color: #343434; }
        .grad-area .related-projects .related-projects-carousel li:hover .related-project-link {
          opacity: 1; }
  .grad-area .title-wrapper {
    width: 100%;
    text-align: center; }
    .grad-area .title-wrapper span {
      display: inline-block; }
    .grad-area .title-wrapper h2 {
      display: inline-block;
      text-align: center;
      color: #343434;
      font-weight: 500; }
      @media only screen and (min-width: 769px) {
        .grad-area .title-wrapper h2 {
          font-size: 24px;
          font-size: 1.5rem; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .grad-area .title-wrapper h2 {
          font-size: 21px;
          font-size: 1.3125rem; } }
      @media only screen and (max-width: 479px) {
        .grad-area .title-wrapper h2 {
          font-size: 18px;
          font-size: 1.125rem; } }
  .grad-area .contact-text {
    text-align: center;
    display: inline-block;
    color: #343434;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 70px; }
    @media only screen and (min-width: 769px) {
      .grad-area .contact-text {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .grad-area .contact-text {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media only screen and (max-width: 479px) {
      .grad-area .contact-text {
        font-size: 18px;
        font-size: 1.125rem; } }
    .grad-area .contact-text strong, .grad-area .contact-text a {
      font-weight: 500;
      color: #69bee3;
      text-decoration: none; }
  .grad-area .contact-form h2,
  .grad-area .contact-project h2,
  .grad-area .contact-find-us h2,
  .grad-area .pp-form h2 {
    color: #343434;
    text-align: center;
    display: inline-block; }
    .grad-area .contact-form h2:before,
    .grad-area .contact-project h2:before,
    .grad-area .contact-find-us h2:before,
    .grad-area .pp-form h2:before {
      content: "";
      float: left;
      display: inline-block;
      background: url("images/sprite.svg") no-repeat;
      background-size: 1000px 1000px; }
  .grad-area .section-title {
    width: 100%;
    display: inline-block;
    text-align: center; }
  .grad-area .contact-form {
    text-align: left;
    display: inline-block; }
    @media only screen and (min-width: 600px) {
      .grad-area .contact-form {
        margin: 0px 0px 55px; } }
    @media only screen and (max-width: 599px) {
      .grad-area .contact-form {
        margin-bottom: 26px; } }
    .grad-area .contact-form h2 {
      color: #343434;
      margin: 0;
      padding: 0 0 25px 0px; }
      .grad-area .contact-form h2:before {
        width: 42px;
        height: 35px;
        margin: 0px 12px 0 0;
        background-position: -129px -677px; }
    .grad-area .contact-form form {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .grad-area .contact-form form input::-webkit-input-placeholder {
        color: #bbbbbb;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300; }
      .grad-area .contact-form form input:-moz-placeholder {
        /* Firefox 18- */
        color: #bbbbbb;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300; }
      .grad-area .contact-form form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #bbbbbb;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300; }
      .grad-area .contact-form form input:-ms-input-placeholder {
        color: #bbbbbb;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300; }
      .grad-area .contact-form form textarea::-webkit-input-placeholder {
        color: #bbbbbb;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300; }
      .grad-area .contact-form form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #bbbbbb;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300; }
      .grad-area .contact-form form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #bbbbbb;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300; }
      .grad-area .contact-form form textarea:-ms-input-placeholder {
        color: #bbbbbb;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300; }
      @media only screen and (min-width: 1000px) {
        .grad-area .contact-form form .form-left {
          width: 473px;
          margin-right: 14px;
          float: left; } }
      @media only screen and (max-width: 999px) {
        .grad-area .contact-form form .form-left {
          width: 100%;
          display: inline-block;
          text-align: center; }
          .grad-area .contact-form form .form-left input[type="text"] {
            float: none; } }
      .grad-area .contact-form form .form-center {
        width: 100%;
        display: inline-block; }
        .grad-area .contact-form form .form-center input[type="text"] {
          display: inline-block;
          float: none; }
      .grad-area .contact-form form input[type="text"], .grad-area .contact-form form textarea {
        width: 480px;
        display: inline-block;
        margin: 0 0 25px 0;
        padding: 0px 0px 0px 10px;
        border-top: 1px solid #c2c2c2;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        padding: 11px 0px 11px 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 20px;
        font-size: 1.25rem;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
        color: #555555; }
      .grad-area .contact-form form input[type="text"] {
        float: left;
        clear: both; }
      .grad-area .contact-form form textarea {
        float: right;
        height: 190px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 0px; }
      .grad-area .contact-form form .submit-row {
        width: 100%;
        display: inline-block;
        text-align: center; }
      .grad-area .contact-form form .submit {
        clear: right;
        display: inline-block;
        padding: 12px 20px;
        background-color: #69bee3;
        font-size: 20px;
        border: 0px;
        font-weight: 300;
        color: white;
        font-size: 20px;
        font-size: 1.25rem;
        font-family: "faricy-new-web",helvetica,sans-serif;
        font-weight: 300;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      .grad-area .contact-form form .submit:hover {
        background: #343434;
        color: #fff; }
      .grad-area .contact-form form input.error {
        background-color: #f7f7f7; }
      .grad-area .contact-form form label.error {
        background: #343434;
        color: white;
        width: 100%;
        text-align: center;
        display: block;
        padding: 10px 0;
        margin-bottom: 25px;
        margin-top: -10px;
        clear: both;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        position: relative; }
        .grad-area .contact-form form label.error:after {
          bottom: 100%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-bottom-color: #343434;
          border-width: 10px;
          left: 50%;
          margin-left: -10px; }
    .grad-area .contact-form + .contact-find-us > h2 {
      margin-top: 40px; }
  .grad-area .contact-project {
    text-align: left;
    display: inline-block;
    border-top: 1px solid #bfbebe;
    border-bottom: 1px solid #bfbebe; }
    @media only screen and (min-width: 600px) {
      .grad-area .contact-project {
        margin: 0 0 40px; } }
    @media only screen and (max-width: 599px) {
      .grad-area .contact-project {
        margin: 0 0 48px; } }
    .grad-area .contact-project .contact-project-text {
      width: 742px;
      float: left;
      display: inline-block;
      text-align: center; }
      @media only screen and (min-width: 769px) {
        .grad-area .contact-project .contact-project-text p {
          font-size: 24px;
          font-size: 1.5rem; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .grad-area .contact-project .contact-project-text p {
          font-size: 21px;
          font-size: 1.3125rem; } }
      @media only screen and (max-width: 479px) {
        .grad-area .contact-project .contact-project-text p {
          font-size: 18px;
          font-size: 1.125rem; } }
    .grad-area .contact-project h2 {
      color: #343434;
      margin: 0px;
      padding: 0px 0px 10px; }
      .grad-area .contact-project h2 .icon:before {
        width: 42px;
        height: 80px;
        margin: -5px 13px 0 0;
        background-position: -129px -868px; }
    .grad-area .contact-project p {
      margin: 0px;
      padding: 0px;
      font-size: 20px;
      font-size: 1.25rem; }
    .grad-area .contact-project .project-planner {
      width: 162px;
      height: 162px;
      position: relative;
      z-index: 3;
      display: inline-block;
      overflow: hidden;
      padding: 35px 0px 0px 0px;
      margin: 50px 0px 46px;
      background-color: white;
      border-radius: 133px;
      -moz-border-radius: 133px;
      -webkit-border-radius: 133px;
      border: 6px solid #dcdcdc;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 300;
      color: #555555;
      text-align: center;
      text-decoration: none; }
      .grad-area .contact-project .project-planner strong {
        color: #69bee3;
        font-weight: 400; }
      .grad-area .contact-project .project-planner:hover {
        background: #343434;
        border-color: #69bee3;
        color: white; }
    .grad-area .contact-project + .contact-text {
      margin-top: 0; }
  .grad-area .contact-find-us {
    text-align: center;
    display: inline-block;
    margin: 0 0 80px 0; }
    .grad-area .contact-find-us h2 {
      color: #343434;
      margin: 0;
      padding: 0 0 39px; }
      .grad-area .contact-find-us h2:before {
        width: 38px;
        height: 38px;
        background-position: -131px -775px; }
    .grad-area .contact-find-us #map_canvas {
      width: 706px;
      height: 345px;
      margin-bottom: 30px;
      display: inline-block; }
    .grad-area .contact-find-us address {
      display: inline-block;
      position: relative;
      padding: 0 0 0 0px;
      width: 100%;
      line-height: 1.5em;
      color: #555555;
      font-style: normal; }
      @media only screen and (min-width: 769px) {
        .grad-area .contact-find-us address {
          font-size: 24px;
          font-size: 1.5rem; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .grad-area .contact-find-us address {
          font-size: 21px;
          font-size: 1.3125rem; } }
      @media only screen and (max-width: 479px) {
        .grad-area .contact-find-us address {
          font-size: 18px;
          font-size: 1.125rem; } }
      .grad-area .contact-find-us address strong {
        font-weight: 500; }
  .grad-area .project-planner-form {
    padding-top: 44px; }
    .grad-area .project-planner-form form .project-planner-form-row {
      border-bottom: 1px solid #d4d4d3;
      width: 100%;
      overflow: hidden;
      clear: both; }
      @media only screen and (min-width: 600px) {
        .grad-area .project-planner-form form .project-planner-form-row {
          padding-bottom: 35px;
          margin-bottom: 55px; } }
      @media only screen and (max-width: 599px) {
        .grad-area .project-planner-form form .project-planner-form-row {
          padding-bottom: 0px;
          margin-bottom: 25px; } }
      .grad-area .project-planner-form form .project-planner-form-row .form-left {
        width: 490px;
        float: left;
        margin-right: 14px; }
      .grad-area .project-planner-form form .project-planner-form-row .form-right {
        width: 490px;
        float: left; }
    .grad-area .project-planner-form form textarea {
      float: none;
      width: 992px; }
    .grad-area .project-planner-form form .about-you h2 {
      margin: 24px 0 0; }
      .grad-area .project-planner-form form .about-you h2:before {
        width: 44px;
        height: 41px;
        margin: -12px 18px 0 0;
        background-position: -201px -821px; }
    .grad-area .project-planner-form form .website h2 {
      margin: 5px 0 0; }
      .grad-area .project-planner-form form .website h2:before {
        width: 44px;
        height: 41px;
        margin: -9px 18px 0 0;
        background-position: -201px -721px; }
    .grad-area .project-planner-form form .describe h2 {
      padding-top: 15px; }
      .grad-area .project-planner-form form .describe h2:before {
        width: 42px;
        height: 54px;
        margin: -10px 18px 0 0;
        background-position: -129px -868px; }
    .grad-area .project-planner-form form .budget {
      border-bottom: none;
      					/*.less-5k.active {
      						 background-position: 0 0;						    
      					 }
      			    	.b-5-10k {
      					    background: url("images/radio-sprite.png") -160px -160px no-repeat; 
      					    width: 160px;
      					    height: 160px;
      					    display: block;
      					    cursor: pointer;
      					    margin-right: 57px;
                              float: left;
      					    &:hover {
      						    background-position: -160px 0;
      					    }
      					}
      					.b-5-10k.active {
      						 background-position: -160px 0;						    
      					 }
      			    	.b-10-15k {
      					    background: url("images/radio-sprite.png") -320px -160px no-repeat; 
      					    width: 160px;
      					    height: 160px;
      					    display: block;
      					    cursor: pointer;
      					    margin-right: 57px;
      					    float: left;
      					    &:hover {
      						    background-position: -320px 0;
      					    }
      					}
      					.b-10-15k.active {
      						 background-position: -320px 0;						    
      					 }
      			    	.over-15k {
      					    background: url("images/radio-sprite.png") -480px -160px no-repeat; 
      					    width: 160px;
      					    height: 160px;
      					    display: block;
      					    cursor: pointer;
      					    float: left;
      					    &:hover {
      						    background-position: -480px 0;
      					    }
      					}
      					.over-15k.active {
      						 background-position: -480px 0;						    
      					}
      
                          */ }
      .grad-area .project-planner-form form .budget h2:before {
        display: none; }
      @media only screen and (min-width: 600px) {
        .grad-area .project-planner-form form .budget h2 {
          padding-top: 5px;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 599px) {
        .grad-area .project-planner-form form .budget h2 {
          padding: 0px;
          margin-bottom: 0px; } }
      .grad-area .project-planner-form form .budget input[type="radio"] {
        visibility: hidden; }
      .grad-area .project-planner-form form .budget .radios {
        width: 80%;
        display: inline-block;
        margin: 0;
        padding: 0; }
        .grad-area .project-planner-form form .budget .radios li {
          margin: 0 -4px 0 0;
          padding: 0;
          list-style: none;
          display: inline-block;
          text-align: center; }
      .grad-area .project-planner-form form .budget label {
        background-color: white;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
        position: relative; }
        .grad-area .project-planner-form form .budget label:after {
          content: attr(data-content);
          display: block;
          font-weight: 500;
          color: #343434;
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          text-align: center;
          -webkit-transition: color 300ms ease-in-out;
          -moz-transition: color 300ms ease-in-out;
          transition: color 300ms ease-in-out; }
        .grad-area .project-planner-form form .budget label:before {
          content: '';
          display: block;
          position: absolute;
          border-radius: 50%;
          opacity: 0;
          background-color: #343434;
          -webkit-transition: opacity 300ms ease-in-out;
          -moz-transition: opacity 300ms ease-in-out;
          transition: opacity 300ms ease-in-out; }
        .grad-area .project-planner-form form .budget label.over-15k {
          margin-right: 0; }
        .grad-area .project-planner-form form .budget label:hover {
          background-position: 0 0; }
          .grad-area .project-planner-form form .budget label:hover:before {
            opacity: 1; }
          .grad-area .project-planner-form form .budget label:hover:after {
            color: #69bee3; }
        .grad-area .project-planner-form form .budget label.active {
          background-position: 0 0; }
          .grad-area .project-planner-form form .budget label.active:before {
            opacity: 1; }
          .grad-area .project-planner-form form .budget label.active:after {
            color: #69bee3; }

.about-process-graph {
  position: relative;
  list-style: none;
  float: left;
  width: 100%;
  margin: 0 0 50px; }
  .about-process-graph h1.process-header {
    margin-bottom: 1.5em; }
  .about-process-graph .about-process-step {
    float: left;
    display: inline-block; }
    .about-process-graph .about-process-step:after {
      content: "";
      background: url("images/sprite.svg") no-repeat; }
  .about-process-graph .about-process-step:last-of-type {
    width: 203px; }
    .about-process-graph .about-process-step:last-of-type:after {
      display: none; }
  .about-process-graph .about-process-title {
    float: left;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #69bee3; }
    .about-process-graph .about-process-title span {
      color: #555555;
      font-weight: 400;
      display: block; }
    .about-process-graph .about-process-title span:before {
      content: "";
      background: url("images/sprite.svg") no-repeat; }
    .about-process-graph .about-process-title:hover {
      background: #343434; }
      .about-process-graph .about-process-title:hover span {
        color: #69bee3; }
  .about-process-graph .about-process-content {
    width: 100%;
    background-color: #fff;
    text-align: left; }

.page-intro {
  text-align: center;
  padding: 50px; }
  .page-intro p {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5; }
  @media only screen and (max-width: 480px) {
    .page-intro {
      padding: 30px 20px; }
      .page-intro p {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    .page-intro p {
      font-size: 21px;
      font-size: 1.3125rem; } }
  .page-intro > *:last-child {
    margin-bottom: 0; }
  .page-intro .first {
    display: inline-block;
    max-width: 820px; }
  .page-intro .tick-list span {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.4; }
  @media only screen and (max-width: 480px) {
    .page-intro .tick-list span {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400; } }

.trans-white-bg {
  position: relative;
  z-index: 20;
  background-color: rgba(236, 236, 236, 0.5); }

.meet-the-team {
  width: 100%;
  overflow: hidden;
  /*border-bottom: 1px solid #d4d4d3;*/ }
  .meet-the-team h1 {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 700;
    color: #69bee3; }
  .meet-the-team .employee {
    float: left;
    text-align: left;
    display: inline-block;
    width: 100%; }
    .meet-the-team .employee .employee-info {
      position: relative;
      display: inline-block;
      background: white;
      background: rgba(255, 255, 255, 0.5);
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      	    /*h1 {
      		    margin-bottom: 1.5em;
      	    }
      	    
      	    h2, h3 {
      		    @include font-size(24);
                  color:$darker-charcoal-black-text;
                  line-height: 1.3;
                  font-weight: 300;
      	    }
      	    
      	    img {
      		    float: left;
      	    }
      	    
      	    h2 {
      		    margin-bottom: 0;
      		    float: right;
                  width:260px;
                  margin-right: 14px;
      	    }
      	    
              h3{
      		    float: right;
                  width:260px;
                  @include font-size(26);
                  line-height:1;
                  font-weight:300;
                  margin:0px 14px 0 0;
                  color: $darker-blue-text;
              }
              p {
                  width:260px;
                  float: right;
                  @include font-size(20);
      			line-height: 1.4;	        
                  margin-right: 14px;
              }*/ }
      .meet-the-team .employee .employee-info h2, .meet-the-team .employee .employee-info h3, .meet-the-team .employee .employee-info p, .meet-the-team .employee .employee-info a {
        color: #343434; }
      .meet-the-team .employee .employee-info h2, .meet-the-team .employee .employee-info h3 {
        display: inline-block;
        line-height: 1; }
      .meet-the-team .employee .employee-info h2 {
        font-weight: 500;
        margin: 0 5px 0 0; }
      .meet-the-team .employee .employee-info h3 {
        font-weight: 400;
        margin: 0; }
      .meet-the-team .employee .employee-info p {
        line-height: 1.6666em; }
        .meet-the-team .employee .employee-info p a:hover {
          color: #69bee3; }
      .meet-the-team .employee .employee-info .personal-social {
        list-style: none;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */ }
        .meet-the-team .employee .employee-info .personal-social li a {
          font-family: "faricy-new-web",helvetica,sans-serif;
          font-weight: 700;
          color: #343434;
          text-decoration: none; }
          .meet-the-team .employee .employee-info .personal-social li a:hover {
            color: #69bee3; }

/* social buttons - removed from within project classes so can be resued on blog section  */
.social {
  float: right;
  display: inline-block;
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "faricy-new-web",helvetica,sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 75px; }
  .social li {
    display: inline-block;
    line-height: 33px;
    margin-left: 9px; }
  .social .twitter,
  .social .facebook,
  .social .pintrest,
  .social .google {
    width: 33px;
    height: 33px;
    background: #c5c5c5;
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out; }
    .social .twitter a,
    .social .facebook a,
    .social .pintrest a,
    .social .google a {
      display: block;
      text-indent: -99999px;
      background: url("images/sprite.svg") no-repeat; }
    .social .twitter:hover,
    .social .facebook:hover,
    .social .pintrest:hover,
    .social .google:hover {
      background: #69bee3; }
  .social .twitter a {
    background-position: -27px -515px; }
  .social .facebook a {
    background-position: 13px -515px; }
  .social .google a {
    background-position: -71px -515px; }
  .social .pintrest a {
    background-position: -106px -515px; }

/* blog page */
.read-article, .blog-back {
  background: #343434;
  padding: 15px 25px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .read-article:hover, .blog-back:hover {
    background: #69bee3;
    color: #fff; }

.blog-back {
  margin-bottom: 30px; }

.blog-articles {
  max-width: 778px;
  float: left;
  margin: 44px 0 3em 0; }
  .blog-articles article {
    padding: 40px 0;
    margin-bottom: 14px;
    background-color: rgba(255, 255, 255, 0.47);
    text-align: left; }
    .blog-articles article h1 {
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 700;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.066;
      margin-bottom: 0.5em;
      padding: 0 30px 15px; }
      .blog-articles article h1 a {
        color: #343434;
        text-decoration: none; }
        .blog-articles article h1 a:hover {
          color: #69bee3; }
    .blog-articles article .date {
      padding: 0 30px 20px;
      margin: 0;
      color: #999999;
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 500;
      font-size: 18px;
      font-size: 1.125rem;
      font-style: italic; }
      @media only screen and (max-width: 600px) {
        .blog-articles article .date {
          font-size: 16px;
          font-size: 1rem;
          font-weight: 500; } }
    .blog-articles article p {
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 300;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.6666666em;
      padding: 0 30px;
      display: block; }
    .blog-articles article img {
      max-width: 100%;
      height: auto;
      margin: 0 0 5px; }
    .blog-articles article .read-article {
      margin-left: 30px; }

.pagination {
  width: 100%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.47);
  padding: 2em 0;
  margin: 0 0 33px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400; }
  .pagination a {
    text-decoration: none; }
  .pagination strong {
    font-weight: 400;
    color: #69bee3; }

.blog-article {
  max-width: 778px;
  padding: 27px 30px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.47);
  float: left;
  margin: 44px 0 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .blog-article .blog-main-image {
    margin: 0 0 0 -30px;
    max-width: calc(100% + 60px); }
  .blog-article img {
    max-width: 100%; }
  .blog-article h1 {
    font-size: 36px;
    font-size: 2.25rem;
    color: #69bee3;
    line-height: 1.2;
    margin: 0.25em 0 0.75em; }
  .blog-article .content p {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666em; }
  .blog-article .meta {
    border-bottom: 1px solid #d4d4d3;
    width: 100%;
    overflow: hidden;
    margin-bottom: 26px; }
    .blog-article .meta p {
      float: left;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 60px;
      margin: 0; }
    .blog-article .meta .social {
      float: none;
      line-height: 60px; }

.blog-nav {
  float: right;
  width: 346px;
  margin-top: 44px;
  margin-bottom: 30px;
  text-align: left; }
  .blog-nav .articles, .blog-nav .tags, .blog-nav .archives {
    background-color: rgba(255, 255, 255, 0.47);
    padding: 40px 23px 20px;
    margin-bottom: 14px; }
    .blog-nav .articles h3, .blog-nav .tags h3, .blog-nav .archives h3 {
      margin: 0;
      border-bottom: 1px solid #d4d4d3;
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 700;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.066;
      padding-bottom: 1.625rem; }
    .blog-nav .articles ul, .blog-nav .tags ul, .blog-nav .archives ul {
      padding: 1.75rem 0 5px;
      margin: 0; }
      .blog-nav .articles ul.articles-list li, .blog-nav .tags ul.articles-list li, .blog-nav .archives ul.articles-list li {
        margin-bottom: 1.875rem; }
        .blog-nav .articles ul.articles-list li a, .blog-nav .tags ul.articles-list li a, .blog-nav .archives ul.articles-list li a {
          margin: 0 0 0.75rem; }
      .blog-nav .articles ul.nav-spacing li, .blog-nav .tags ul.nav-spacing li, .blog-nav .archives ul.nav-spacing li {
        line-height: 1rem;
        margin: 0 0 1rem; }
      .blog-nav .articles ul li, .blog-nav .tags ul li, .blog-nav .archives ul li {
        list-style: none;
        font-family: "faricy-new-web",helvetica,sans-serif;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5em;
        font-weight: 400; }
        .blog-nav .articles ul li:last-of-type, .blog-nav .tags ul li:last-of-type, .blog-nav .archives ul li:last-of-type {
          margin-bottom: 0; }
        .blog-nav .articles ul li a, .blog-nav .tags ul li a, .blog-nav .archives ul li a {
          display: block;
          color: #343434;
          text-decoration: none; }
          .blog-nav .articles ul li a:hover, .blog-nav .tags ul li a:hover, .blog-nav .archives ul li a:hover {
            color: #69bee3; }
        .blog-nav .articles ul li span, .blog-nav .tags ul li span, .blog-nav .archives ul li span {
          display: block;
          font-style: italic;
          color: #999999; }

.content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #69bee3;
  margin-bottom: 0.5em;
  border-top: 1px solid #e8e7e5;
  padding-top: 0.5em;
  font-weight: 500; }
.content h3 {
  font-weight: 500;
  color: #69bee3;
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.363; }
.content p, .content ul, .content ol {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.363;
  float: none;
  padding: 0;
  margin: 0 0 1em;
  color: #343434; }
.content ul li {
  padding: 0 0 0 72px;
  margin: 0 0 0.75em;
  list-style: none;
  position: relative; }
  .content ul li:before {
    content: "";
    position: absolute;
    float: left;
    display: inline-block;
    width: 17px;
    height: 24px;
    top: 0px;
    left: 0px;
    background: url("images/sprite.svg") no-repeat;
    background-size: 1000px 1000px;
    background-position: 0 -614px; }
.content ol {
  margin-left: 14px; }
  .content ol li {
    color: #69bee3;
    font-weight: 400;
    margin: 0 0 0.75em 16px;
    padding-left: 42px;
    list-style-position: outside; }
    .content ol li span {
      color: #555555;
      font-weight: 300; }
.content blockquote {
  margin: 0 0 1em;
  padding: 0; }
  .content blockquote p {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.058;
    float: none;
    margin: 0 0 1em;
    color: #69bee3; }
  .content blockquote p:first-child {
    font-weight: 300; }
.content a {
  color: #343434;
  background: #d3d4d0;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px; }
  .content a:hover {
    background-color: #b7b8b4; }

.comments h2 {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #69bee3;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #d4d4d3;
  border-top: 1px solid #d4d4d3;
  padding: 0.9em 0 0.9em 44px; }
  .comments h2:before {
    content: "";
    position: absolute;
    float: left;
    display: inline-block;
    width: 33px;
    height: 29px;
    top: 0.9em;
    left: 0px;
    background: url("images/sprite.svg") no-repeat;
    background-size: 1000px 1000px;
    background-position: -16px -680px; }
.comments ul {
  padding: 1em 0;
  margin: 0; }
  .comments ul li {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    clear: both;
    width: 100%;
    overflow: hidden;
    border-bottom: 10px solid rgba(0, 0, 0, 0.02); }
    .comments ul li .comment-meta {
      width: 172px;
      margin-right: 14px;
      float: left;
      color: #555555;
      line-height: 1.4; }
      .comments ul li .comment-meta span {
        font-size: 16px;
        font-size: 1rem; }
      .comments ul li .comment-meta .author {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 400; }
      .comments ul li .comment-meta a {
        color: #69bee3;
        text-decoration: none; }
        .comments ul li .comment-meta a:hover {
          color: #555555; }
    .comments ul li .comment {
      float: right;
      width: 460px; }
      .comments ul li .comment p {
        margin: 0 0 1em;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.333;
        font-weight: 300;
        color: #555555; }
  .comments ul li:last-of-type {
    border-bottom: none; }

.comment-form h2 {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #69bee3;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #d4d4d3;
  border-top: 1px solid #d4d4d3;
  padding: 0.9em 0 0.9em 44px; }
  .comment-form h2:before {
    content: "";
    position: absolute;
    float: left;
    display: inline-block;
    width: 33px;
    height: 29px;
    top: 0.9em;
    left: 0px;
    background: url("images/sprite.svg") no-repeat;
    background-size: 1000px 1000px;
    background-position: -16px -785px; }
.comment-form form input[type="text"], .comment-form form textarea {
  width: 646px;
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 0px 0px 0px 10px;
  border: 1px solid #e8e7e5;
  box-sizing: border-box;
  line-height: 45px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #555555;
  font-weight: 300; }
.comment-form form textarea {
  height: 300px; }
.comment-form form .submit {
  float: right;
  padding: 12px 20px;
  background-color: #69bee3;
  font-size: 20px;
  border: 0px;
  font-weight: 500;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "faricy-new-web",helvetica,sans-serif;
  font-weight: 300;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
.comment-form form .submit:hover {
  background: #343434;
  color: #fff; }

footer {
  width: 100%;
  background-color: #343434;
  text-align: center;
  padding: 0  0 30px 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }
  footer p {
    display: inline-block;
    max-width: 548px;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    color: #69bee3; }

.footer-info li {
  list-style: none;
  display: inline-block;
  font-family: "faricy-new-web",helvetica,sans-serif;
  font-weight: 300;
  color: #69bee3; }
  .footer-info li span {
    color: white; }
  .footer-info li a {
    color: #69bee3;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out; }
    .footer-info li a:hover {
      color: white; }
.footer-info li:first-of-type {
  padding-left: 0%; }
.footer-info li:last-of-type:after {
  display: none; }

.image-title {
  border-top: 9px solid #69bee3;
  text-align: center;
  background: url("images/page-title-repeat.jpg");
  width: 100%;
  height: 480px;
  position: relative;
  z-index: 2;
  display: inline-block; }
  @media only screen and (max-width: 600px) {
    .image-title {
      height: 240px; } }
  .image-title .image-title-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: inline-block;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    opacity: 1; }
    .image-title .image-title-image.opaque {
      opacity: 0.4; }
  .image-title .page-width {
    display: table;
    min-height: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; }
    @media only screen and (min-width: 601px) {
      .image-title .page-width {
        top: -484px; } }
    @media only screen and (max-width: 600px) {
      .image-title .page-width {
        width: auto;
        top: -244px; } }
    .image-title .page-width:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
      /* Adjusts for spacing */ }
  .image-title h1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: top 500ms ease-in-out, opacity 500ms ease-in-out;
    -moz-transition: top 500ms ease-in-out, opacity 500ms ease-in-out;
    transition: top 500ms ease-in-out, opacity 500ms ease-in-out;
    transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    /* Firefox 4 */
    -webkit-transition-delay: 500ms;
    /* Safari and Chrome */
    -o-transition-delay: 500ms;
    /* Opera */
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    line-height: 1.12;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: white;
    width: 100%;
    opacity: 0;
    top: 20px; }
    @media only screen and (min-width: 600px) {
      .image-title h1 {
        font-size: 50px;
        font-size: 3.125rem;
        padding: 0 50px; } }
    @media only screen and (min-width: 481px) and (max-width: 599px) {
      .image-title h1 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.12;
        letter-spacing: 0; } }
    @media only screen and (max-width: 480px) {
      .image-title h1 {
        font-size: 30px;
        font-size: 1.875rem; } }
    .image-title h1.visible {
      opacity: 1;
      top: 0; }
      @media only screen and (max-width: 600px) {
        .image-title h1.visible {
          line-height: 1.12;
          letter-spacing: 0; } }
    .image-title h1.blue {
      color: #69bee3; }
      .image-title h1.blue span {
        color: white; }
    .image-title h1 span {
      display: block;
      font-weight: 300; }

.page-title {
  width: 100%;
  position: relative;
  -webkit-transition: height 300ms ease-in-out;
  -moz-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
  text-align: center;
  background: #69bee3;
  z-index: 20;
  display: inline-block; }
  .page-title h1 {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 700;
    margin: 50px 0 15px;
    padding: 0;
    color: white; }
  .page-title h2 {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 300;
    color: white;
    margin: 0 0 59px;
    padding: 0; }

.footer-info {
  width: 100%;
  margin: 0px;
  padding: 20px 0px;
  display: inline-block;
  text-align: center; }
  .footer-info li {
    padding: 0 0px;
    margin: 0 22px 0 0;
    line-height: 1.375em;
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 500;
    font-size: 21px;
    font-size: 1.3125rem; }
    .footer-info li a {
      display: inline-block;
      text-decoration: none;
      color: #fff; }
      .footer-info li a:hover {
        color: #69bee3; }
  .footer-info li:first-of-type {
    padding-left: 0%; }
  .footer-info li.last {
    margin: 0; }

.lt-ie9 .wrapper .header {
  float: left; }
  .lt-ie9 .wrapper .header .nav.left-align li {
    margin: 40px 0 0;
    float: left; }
.lt-ie9 .home .some-of-our-work .page-width {
  text-align: center; }
  .lt-ie9 .home .some-of-our-work .page-width .some-of-our-work-grid {
    display: inline-block;
    float: none;
    margin: 0 auto; }

/* ====================================================================================================================================

    Min 600

==================================================================================================================================== */
@media only screen and (min-width: 600px) {
  .header {
    background: #343434; }

  .nav {
    margin: 0px;
    padding: 0px; }
    .nav li a {
      display: inline-block;
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 300;
      text-decoration: none;
      color: white;
      -webkit-transition: color 300ms ease-in-out;
      -moz-transition: color 300ms ease-in-out;
      -o-transition: color 300ms ease-in-out;
      transition: color 300ms ease-in-out; }
      .nav li a:hover {
        color: #69bee3; }
    .nav li.active a {
      color: #69bee3; }
      .nav li.active a:hover {
        color: white; }
    .nav li:first-of-type {
      padding-left: 0%; }
    .nav li:last-of-type {
      padding-right: 0%;
      border-right: 0px; }

  .nav.left-align {
    height: 113px;
    /*  li:after{
          content:"";
          width: 1px;
          height: 20px;
          display: inline-block;
          background: #626262;
          position: absolute;
          top: 50%;
          right: 0px;
          margin-top: -10px;
      }      */ }
    .nav.left-align li {
      border: none;
      display: block;
      float: left;
      position: relative; }
      .nav.left-align li a {
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 500; }
    .nav.left-align li:first-of-type a {
      padding-left: 0px; }
    .nav.left-align li:last-of-type:after {
      display: none; }

  .grad-area .project-description .blackbox {
    width: 384px;
    height: 330px;
    background-size: 1000px 1000px;
    background-position: -616px -670px; }
    .grad-area .project-description .blackbox .stat-number {
      font-size: 110px;
      font-size: 6.875rem; }

  .grad-area .contact-find-us h2:before {
    margin: -3px 18px 0 0; } }
.client-list {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 0px; }
  .client-list li {
    float: left;
    display: inline-block;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    .client-list li img {
      max-width: 100%; }

/* ====================================================================================================================================


    Max 768


==================================================================================================================================== */
@media only screen and (max-width: 767px) {
  .project-navigation {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px; }
    .project-navigation .prev-project,
    .project-navigation .next-project {
      height: 60px;
      display: inline-block;
      position: relative;
      overflow: hidden;
      background-color: #dad9d7;
      text-indent: -9999px;
      -webkit-transition: background-color 300ms ease-in-out;
      -moz-transition: background-color 300ms ease-in-out;
      -o-transition: background-color 300ms ease-in-out;
      transition: background-color 300ms ease-in-out; }
      .project-navigation .prev-project:after,
      .project-navigation .next-project:after {
        content: "";
        width: 16px;
        height: 25px;
        top: 50%;
        left: 50%;
        position: absolute;
        background: url("images/sprite.svg") no-repeat;
        background-size: 1000px 1000px; }
      .project-navigation .prev-project:hover,
      .project-navigation .next-project:hover {
        background-color: #bbb9b6; }
    .project-navigation .prev-project {
      float: right; }
      .project-navigation .prev-project:after {
        background-position: 0px -388px;
        margin: -12px 0 0 -7px; }
    .project-navigation .next-project {
      float: left; }
      .project-navigation .next-project:after {
        background-position: -120px -388px;
        margin: -12px 0 0 -5px; } }
.lt-ie9 .header-logo .white-logo {
  background: url("images/sprite.png") no-repeat;
  background-position: -275px 16px; }
.lt-ie9 .intro .scroll {
  background: #30b6be url("images/sprite.png") no-repeat;
  background-position: 18px -979px; }
.lt-ie9 .twitter a,
.lt-ie9 .facebook a,
.lt-ie9 .pintrest a,
.lt-ie9 .google a {
  background: url("images/sprite.png") no-repeat; }
.lt-ie9 .twitter a {
  background-position: -27px -563px; }
.lt-ie9 .facebook a {
  background-position: 13px -563px; }
.lt-ie9 .pintrest a {
  background-position: -71px -563px; }
.lt-ie9 .google a {
  background-position: -106px -565px; }
.lt-ie9 .project-description .blue-box {
  background: url("images/sprite.png") no-repeat;
  background-position: -677px -373px; }
.lt-ie9 .project-description .blackbox {
  background: url("images/sprite.png") no-repeat; }
.lt-ie9 .project-description .stats-logo {
  display: none;
  background: url("images/sprite.png") no-repeat;
  background-position: -521px 0px; }
.lt-ie9 .services-provided ul li {
  background: url("images/sprite.png") no-repeat;
  background-position: -956px 13px; }
.lt-ie9 .related-projects .prev1, .lt-ie9 .related-projects .next1 {
  background: #dad9d7 url("images/sprite.png") no-repeat; }
.lt-ie9 .related-projects .prev1 {
  background-position: -100px -350px; }
.lt-ie9 .related-projects .next1 {
  background-position: 23px -350px; }
.lt-ie9 .some-of-our-work-item-info {
  background-color: #4f3470; }
.lt-ie9 .some-of-our-work {
  text-align: center;
  display: inline-block;
  width: 100%; }
  .lt-ie9 .some-of-our-work h1 {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 36px;
    font-size: 2.25rem;
    margin: 48px;
    padding: 0px; }
  .lt-ie9 .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 a {
    padding: 0%; }

/* ====================================================================================================================================

    

    Min 1180px



==================================================================================================================================== */
@media only screen and (min-width: 1180px) {
  .home .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .home .intro {
    padding: 113px 0px 0px;
    min-height: 590px; }

  .mobile-nav {
    display: none; }

  .nav.left-align li a {
    padding: 0px 14px; }

  .blog-article .meta .social {
    float: right; }

  .ipad-show-case {
    width: 772px;
    height: 598px;
    margin: 0px 0px 90px 0px; }
    .ipad-show-case .ipad-show-case-image {
      padding-top: 52px; }
      .ipad-show-case .ipad-show-case-image img {
        margin-left: 79px; }

    /*
    .home{

        .nav{
            width:100%;  

            li{

                
                padding:0px 2.017543859649123%;
                line-height:1.375em;
                a{
                    @include font-size(22);
                    padding:20px 0%;
                }

            }

        }

    }

    */
    /* =================================================

        About Graph

    ================================================== */
  .js .about-process-graph .about-process-content {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
  .js .about-process-graph .about-process-step.active .about-process-content {
    opacity: 1; }
  .js .delay .about-process-content {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.3s;
    /* Safari and Chrome */
    -o-transition-delay: 0.3s;
    /* Opera */ }

  .page-title h1 {
    margin-bottom: 1em; }

  .about-process-graph {
    text-align: center;
    height: 650px;
    overflow-x: hidden; }
    .about-process-graph .about-process-step {
      width: 288px; }
      .about-process-graph .about-process-step:after {
        float: left;
        display: inline-block;
        width: 17px;
        height: 34px;
        margin: 84px 34px 0;
        opacity: 0.4;
        background-size: 1000px 1000px;
        background-position: -983px -230px; }
    .about-process-graph .about-process-step.active .about-process-title {
      background: #343434; }
      .about-process-graph .about-process-step.active .about-process-title span {
        color: #69bee3; }
    .about-process-graph .about-process-title {
      width: 203px;
      height: 203px;
      border-radius: 203px;
      -moz-border-radius: 203px;
      -webkit-border-radius: 203px;
      -webkit-transition: background-color 300ms ease-in-out;
      -moz-transition: background-color 300ms ease-in-out;
      -o-transition: background-color 300ms ease-in-out;
      transition: background-color 300ms ease-in-out; }
      .about-process-graph .about-process-title span {
        font-size: 26px;
        font-size: 1.625rem;
        padding: 130px 0 0 0; }
      .about-process-graph .about-process-title span:before {
        position: absolute;
        left: 50%;
        display: block;
        background-size: 1000px 1000px; }
    .about-process-graph .about-process-content {
      height: 310px;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 337px; }
      .about-process-graph .about-process-content .left,
      .about-process-graph .about-process-content .right {
        padding-top: 35px;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */ }
      .about-process-graph .about-process-content .left {
        float: left;
        width: 578px;
        height: 100%;
        min-height: 100%;
        border-right: 4px solid #f0efed;
        position: relative; }
        .about-process-graph .about-process-content .left h1, .about-process-graph .about-process-content .left h2, .about-process-graph .about-process-content .left p {
          padding-left: 5.9027777777777776%;
          padding-right: 4.3402777777777776%; }
        .about-process-graph .about-process-content .left:before {
          content: "";
          position: absolute;
          border-style: solid;
          display: block;
          width: 0;
          top: 50%;
          margin-top: -22px;
          bottom: auto;
          left: auto;
          right: -26px;
          border-width: 22px 0 22px 26px;
          border-color: transparent #f0efed; }
        .about-process-graph .about-process-content .left:after {
          content: "";
          position: absolute;
          border-style: solid;
          display: block;
          width: 0;
          top: 50%;
          margin-top: -16px;
          bottom: auto;
          left: auto;
          right: -20px;
          border-width: 16px 0 16px 20px;
          border-color: transparent white; }
      .about-process-graph .about-process-content .right {
        float: right;
        width: 558px; }
        .about-process-graph .about-process-content .right h1, .about-process-graph .about-process-content .right h2, .about-process-graph .about-process-content .right p, .about-process-graph .about-process-content .right ul {
          padding-left: 58px; }
      .about-process-graph .about-process-content h1 {
        margin: 0px;
        padding-bottom: 15px;
        color: #69bee3;
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1;
        font-weight: 400; }
      .about-process-graph .about-process-content h2 {
        margin: 0px;
        padding-bottom: 15px;
        padding-top: 10px;
        color: #69bee3;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1;
        font-weight: 400; }
      .about-process-graph .about-process-content p {
        margin: 0;
        padding-bottom: 15px;
        color: #555555;
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.5;
        font-weight: 300; }
        .about-process-graph .about-process-content p strong {
          font-weight: 400; }
      .about-process-graph .about-process-content .right ul {
        list-style: none;
        margin: 0;
        width: 216px;
        margin-right: 14px;
        float: left; }
        .about-process-graph .about-process-content .right ul li {
          float: left;
          display: block;
          color: #555555;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.2;
          margin-bottom: 0.75em;
          font-weight: 300; }
      .about-process-graph .about-process-content .right ul.second {
        padding-left: 0; }

  .about-process-step:last-of-type {
    width: 203px; }
    .about-process-step:last-of-type:after {
      display: none; }

  .plan {
    margin-left: 37px; }
    .plan .about-process-title span:before {
      top: 50px;
      margin: 0 0 0 -22px;
      width: 45px;
      height: 62px;
      background-position: -548px 0px; }
    .plan .about-process-title:hover span:before {
      background-position: -436px 0px; }

  .plan.active .about-process-title span:before {
    background-position: -436px 0px; }

  .create .about-process-title span:before {
    top: 54px;
    margin: 0 0 0 -28px;
    width: 57px;
    height: 57px;
    background-position: -541px -101px; }
  .create .about-process-title:hover span:before {
    background-position: -429px -101px; }

  .create.active .about-process-title span:before {
    background-position: -429px -101px; }

  .execute .about-process-title span:before {
    top: 47px;
    margin: 0 0 0 -40px;
    width: 82px;
    height: 74px;
    background-position: -529px -198px; }
  .execute .about-process-title:hover span:before {
    background-position: -417px -198px; }

  .execute.active .about-process-title span:before {
    background-position: -417px -198px; }

  .grow .about-process-title span:before {
    top: 63px;
    margin: 0 0 0 -23px;
    width: 46px;
    height: 51px;
    background-position: -547px -337px; }
  .grow .about-process-title:hover span:before {
    background-position: -435px -337px; }

  .grow.active .about-process-title span:before {
    background-position: -435px -337px; }

  .client-list {
    margin: 55px 0px 200px;
    /*li:nth-of-type(9),
    li:nth-of-type(10),
    li:nth-of-type(11),
    li:nth-of-type(12){
        border-bottom:0px;
    }*/ }
    .client-list li {
      width: 284px; }
    .client-list li:nth-of-type(4n+4) {
      border-right: 0px; }
    .client-list .bottom-row {
      border-bottom: 0px; }

  .talk-to-us {
    width: 996px; }

  .project-navigation {
    display: none; }

  .some-of-our-work .some-of-our-work-grid {
    width: 996px; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item {
      width: 490px;
      height: 372px; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info {
        opacity: 0;
        width: 490px;
        height: 372px;
        background-color: rgba(79, 52, 112, 0.95);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 {
          width: 490px;
          height: 372px; }
          .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 a {
            -webkit-transition: opacity 300ms ease-in-out;
            -moz-transition: opacity 300ms ease-in-out;
            -o-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item img {
        max-width: 490px; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:hover .some-of-our-work-item-info {
        opacity: 1; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:hover .some-of-our-work-item-info h2 a {
          opacity: 1; }

  .budget .radios {
    width: 100%; }
    .budget .radios li {
      width: 25%; }
    .budget .radios label {
      border: 4px solid #69bee3;
      width: 152px;
      height: 152px; }
      .budget .radios label:after {
        font-size: 24px;
        font-size: 1.5rem;
        margin: -14px 0 0; }
      .budget .radios label:before {
        width: 160px;
        height: 160px;
        top: -4px;
        left: -4px; }

    /*====================================================

        contact page


    ====================================================*/
  .contact-text,
  .contact-form,
  .contact-project,
  .contact-find-us,
  .pp-form {
    width: 996px; }

  .contact-project .contact-project-text {
    margin-top: 100px;
    text-align: center; }

  .meet-the-team {
    width: 100%; }
    .meet-the-team h1 {
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 1.5rem;
      color: #69bee3;
      font-weight: 500; }
    .meet-the-team .employee {
      margin-bottom: 2em; }
      .meet-the-team .employee img {
        width: 345px; }
      .meet-the-team .employee:nth-of-type(odd) .employee-info {
        float: left; }
      .meet-the-team .employee:nth-of-type(odd) img {
        float: right; }
      .meet-the-team .employee:nth-of-type(even) .employee-info {
        float: right; }
      .meet-the-team .employee:nth-of-type(even) img {
        float: left; }
      .meet-the-team .employee .employee-info {
        width: calc(100% - 355px);
        height: 418px;
        padding: 40px 30px 80px; }
        .meet-the-team .employee .employee-info h2, .meet-the-team .employee .employee-info h3 {
          font-size: 24px;
          font-size: 1.5rem; }
        .meet-the-team .employee .employee-info p {
          font-size: 18px;
          font-size: 1.125rem; }
        .meet-the-team .employee .employee-info .personal-social {
          position: absolute;
          bottom: 40px;
          left: 30px;
          margin: 0;
          padding: 0; }
          .meet-the-team .employee .employee-info .personal-social li {
            float: left;
            margin: 0 30px 0 0; }
            .meet-the-team .employee .employee-info .personal-social li a {
              font-size: 18px;
              font-size: 1.125rem; }

    /*====================================================

        Error 404

    ====================================================*/
  .error404 .error-num {
    font-size: 430px;
    font-size: 26.875rem; }
  .error404 .error-text {
    margin: 0 0 0 357px; }
    .error404 .error-text p {
      font-size: 48px;
      font-size: 3rem; }
  .error404 .mudman-cage {
    top: 310px;
    right: 444px; }

  .lt-ie9 .about-process-graph .about-process-title span:before {
    background-image: url("images/sprite.png"); }
  .lt-ie9 .plan .about-process-title span:before {
    background-image: url("images/sprite.png");
    background-position: -548px 0px; }
  .lt-ie9 .plan .about-process-title:hover span:before {
    background-position: -436px 0px; }
  .lt-ie9 .plan.active .about-process-title span:before {
    background-image: url("images/sprite.png");
    background-position: -436px 0px; }
  .lt-ie9 .create .about-process-title span:before {
    background-image: url("images/sprite.png");
    background-position: -541px -101px; }
  .lt-ie9 .create .about-process-title:hover span:before {
    background-position: -429px -101px; }
  .lt-ie9 .create.active .about-process-title span:before {
    background-image: url("images/sprite.png");
    background-position: -429px -101px; }
  .lt-ie9 .execute .about-process-title span:before {
    background-image: url("images/sprite.png");
    background-position: -529px -198px; }
  .lt-ie9 .execute .about-process-title:hover span:before {
    background-image: url("images/sprite.png");
    background-position: -417px -198px; }
  .lt-ie9 .execute.active .about-process-title span:before {
    background-image: url("images/sprite.png");
    background-position: -417px -198px; }
  .lt-ie9 .grow .about-process-title span:before {
    background-image: url("images/sprite.png");
    background-position: -547px -337px; }
  .lt-ie9 .grow .about-process-title:hover span:before {
    background-image: url("images/sprite.png");
    background-position: -435px -337px; }
  .lt-ie9 .grow.active .about-process-title span:before {
    background-image: url("images/sprite.png");
    background-position: -435px -337px; }

        /* ========================================================================================== 

            Project page

        ========================================================================================== */
  .project-description {
    width: 100%;
    margin: 0;
    padding: 20px 0 80px; }

  .project-image-slideshow {
    width: 100%;
    padding: 75px 0 50px;
    margin: 0 0 -4px; } }
/* ====================================================================================================================================



    between 1000 and 1179



==================================================================================================================================== */
@media only screen and (min-width: 1000px) and (max-width: 1179px) {
  .home .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .home .intro {
    padding: 113px 0px 0px;
    min-height: 590px; }

  .mobile-nav {
    display: none; }

  .page-width {
    max-width: 960px;
    margin: 0 auto; }

  .page-title {
    min-height: auto; }
    .page-title h1 {
      margin-bottom: 1em; }

  .nav.left-align li a {
    padding: 0px 14px; }

  /*
  .page-title {
      min-height: 300px;
  }
  */
  .some-of-our-work .some-of-our-work-grid {
    width: 960px; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item {
      width: 473px;
      height: 345px; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info {
        opacity: 0;
        width: 473px;
        height: 345px;
        -webkit-transition: opacity 300ms ease-in-out;
        -moz-transition: opacity 300ms ease-in-out;
        -o-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
        background-color: rgba(114, 92, 141, 0.975); }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 {
          width: 473px;
          height: 345px; }
          .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 a {
            -webkit-transition: opacity 300ms ease-in-out;
            -moz-transition: opacity 300ms ease-in-out;
            -o-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item img {
        max-width: 473px; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:hover .some-of-our-work-item-info {
        opacity: 1; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:hover .some-of-our-work-item-info h2 a {
          opacity: 1; }

  .grad-area {
    width: 100%;
    float: left;
        /* ========================================================================================== 

            Project page

         ========================================================================================== */ }
    .grad-area .what-people-say .what-people-say-item {
      background-color: #69bee3;
      width: 960px;
      display: inline-block; }
      .grad-area .what-people-say .what-people-say-item .what-people-say-image {
        float: left;
        display: inline-block;
        width: 342px;
        overflow: hidden;
        border-right: 3px solid #fff; }
        .grad-area .what-people-say .what-people-say-item .what-people-say-image img {
          display: block; }
      .grad-area .what-people-say .what-people-say-item .what-people-say-text {
        float: left;
        display: inline-block;
        width: 525px;
        padding: 40px 45px 0 45px; }
        .grad-area .what-people-say .what-people-say-item .what-people-say-text p {
          text-align: left;
          margin: 0px;
          padding: 0px;
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 1.5;
          font-weight: 500; }
          .grad-area .what-people-say .what-people-say-item .what-people-say-text p small {
            font-size: 24px;
            font-size: 1.5rem; }
          .grad-area .what-people-say .what-people-say-item .what-people-say-text p strong {
            font-weight: 400; }
    .grad-area .from-the-blog {
      width: 100%;
      display: inline-block;
      margin-bottom: 3.125em; }
      .grad-area .from-the-blog .from-the-blog-wrapper {
        width: 960px; }
    .grad-area .talk-to-us .map {
      margin: 0.875em 22px 0em; }
    .grad-area .project-description {
      width: 100%;
      margin: 0;
      padding: 20px 0 80px;
      max-width: 850px; }
    .grad-area .project-image-slideshow {
      width: 95%;
      padding: 75px 2.5% 50px;
      margin: 0 0 -4px; }
    .grad-area .our-work {
      width: 172px; }
    .grad-area .project-wrapper {
      width: 730px; }
      .grad-area .project-wrapper .project-image-wrapper .project-image-frame {
        width: 730px;
        height: 560px;
        background-size: 730px 560px; }
      .grad-area .project-wrapper .project-image-wrapper .project-image {
        top: 25px;
        left: 30px; }
        .grad-area .project-wrapper .project-image-wrapper .project-image img {
          max-width: 680px; }
    .grad-area .ipad-show-case {
      width: 730px;
      height: 581px;
      margin: 0px 0px 70px 0px; }
      .grad-area .ipad-show-case .ipad-show-case-image {
        padding-top: 50px; }
      .grad-area .ipad-show-case .ipad-magnification img {
        right: 35px; }
      .grad-area .ipad-show-case .ipad-frame {
        left: 0; }
    .grad-area .related-projects .prev1, .grad-area .related-projects .next1 {
      position: absolute; }
    .grad-area .related-projects .prev1 {
      top: 0;
      left: 0;
      z-index: 10; }
    .grad-area .related-projects .next1 {
      top: 0;
      right: 0; }
    .grad-area .project-navigation {
      display: none; }
    .grad-area .contact-text,
    .grad-area .contact-form,
    .grad-area .contact-project,
    .grad-area .contact-find-us,
    .grad-area .pp-form {
      width: 960px; }
    .grad-area .contact-form .form-right {
      width: 473px; }
    .grad-area .contact-form form input[type="text"] {
      width: 473px; }
    .grad-area .contact-form form textarea {
      width: 473px; }
    .grad-area .contact-project .contact-project-text {
      margin-top: 100px; }
    .grad-area .project-planner-form form input[type="text"] {
      width: 473px; }
    .grad-area .project-planner-form form .project-planner-form-row .form-left {
      width: 473px;
      margin-right: 14px; }
    .grad-area .project-planner-form form .project-planner-form-row .form-right {
      width: 473px; }
    .grad-area .project-planner-form form textarea {
      width: 958px; }
    .grad-area .project-planner-form form .budget .radios {
      width: 100%; }
      .grad-area .project-planner-form form .budget .radios li {
        width: 25%; }
      .grad-area .project-planner-form form .budget .radios label {
        border: 4px solid #69bee3;
        width: 152px;
        height: 152px; }
        .grad-area .project-planner-form form .budget .radios label:after {
          font-size: 24px;
          font-size: 1.5rem;
          margin: -14px 0 0; }
        .grad-area .project-planner-form form .budget .radios label:before {
          width: 160px;
          height: 160px;
          top: -4px;
          left: -4px; }

    /* =================================================

            About Graph

        ================================================== */
  .js .about-process-graph .about-process-content {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
  .js .about-process-graph .about-process-step.active .about-process-content {
    opacity: 1; }
  .js .delay .about-process-content {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.3s;
    /* Safari and Chrome */
    -o-transition-delay: 0.3s;
    /* Opera */ }

  .about-process-graph {
    height: 670px; }
    .about-process-graph .about-process-step {
      width: 252px; }
      .about-process-graph .about-process-step:after {
        float: left;
        display: inline-block;
        width: 17px;
        height: 34px;
        margin: 84px 16px 0;
        opacity: 0.2;
        background-size: 1000px 1000px;
        background-position: -983px -230px; }
    .about-process-graph .about-process-step.active .about-process-title {
      background: #343434; }
      .about-process-graph .about-process-step.active .about-process-title span {
        color: #69bee3; }
    .about-process-graph .about-process-title {
      width: 203px;
      height: 203px;
      border-radius: 203px;
      -moz-border-radius: 203px;
      -webkit-border-radius: 203px;
      -webkit-transition: background-color 300ms ease-in-out;
      -moz-transition: background-color 300ms ease-in-out;
      -o-transition: background-color 300ms ease-in-out;
      transition: background-color 300ms ease-in-out; }
      .about-process-graph .about-process-title span {
        font-size: 26px;
        font-size: 1.625rem;
        padding: 130px 0 0 0; }
      .about-process-graph .about-process-title span:before {
        position: absolute;
        left: 50%;
        display: block;
        background-size: 1000px px; }
    .about-process-graph .about-process-content {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 337px;
      height: 330px; }
      .about-process-graph .about-process-content .left,
      .about-process-graph .about-process-content .right {
        padding-top: 35px;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */ }
      .about-process-graph .about-process-content .left {
        float: left;
        width: 486px;
        position: relative;
        height: 100%;
        min-height: 100%;
        border-right: 4px solid #f0efed; }
        .about-process-graph .about-process-content .left h1, .about-process-graph .about-process-content .left h2, .about-process-graph .about-process-content .left p {
          padding-left: 5.9027777777777776%;
          padding-right: 4.3402777777777776%; }
        .about-process-graph .about-process-content .left:before {
          content: "";
          position: absolute;
          border-style: solid;
          display: block;
          width: 0;
          top: 50%;
          margin-top: -22px;
          bottom: auto;
          left: auto;
          right: -26px;
          border-width: 22px 0 22px 26px;
          border-color: transparent #f0efed; }
        .about-process-graph .about-process-content .left:after {
          content: "";
          position: absolute;
          border-style: solid;
          display: block;
          width: 0;
          top: 50%;
          margin-top: -16px;
          bottom: auto;
          left: auto;
          right: -20px;
          border-width: 16px 0 16px 20px;
          border-color: transparent white; }
      .about-process-graph .about-process-content .right {
        float: right;
        width: 470px; }
        .about-process-graph .about-process-content .right h1, .about-process-graph .about-process-content .right h2, .about-process-graph .about-process-content .right p, .about-process-graph .about-process-content .right ul {
          padding-left: 11.669658886894076%; }
      .about-process-graph .about-process-content h1 {
        margin: 0px;
        padding-bottom: 15px;
        color: #69bee3;
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1;
        font-weight: 400; }
      .about-process-graph .about-process-content h2 {
        margin: 0px;
        padding-bottom: 15px;
        padding-top: 10px;
        color: #69bee3;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1;
        font-weight: 400; }
      .about-process-graph .about-process-content p {
        margin: 0;
        padding-bottom: 15px;
        color: #555555;
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.5;
        font-weight: 300; }
        .about-process-graph .about-process-content p strong {
          font-weight: 400; }
      .about-process-graph .about-process-content ul {
        list-style: none;
        margin: 0;
        width: auto; }
        .about-process-graph .about-process-content ul li {
          float: left;
          display: block;
          width: 100%;
          color: #555555;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.5;
          font-weight: 300; }

  .about-process-step:last-of-type {
    width: 203px; }
    .about-process-step:last-of-type:after {
      display: none; }

  .plan .about-process-title span:before {
    top: 50px;
    margin: 0 0 0 -22px;
    width: 45px;
    height: 62px;
    background-position: -548px 0px; }
  .plan .about-process-title:hover span:before {
    background-position: -436px 0px; }

  .plan.active .about-process-title span:before {
    background-position: -436px 0px; }

  .create .about-process-title span:before {
    top: 54px;
    margin: 0 0 0 -28px;
    width: 57px;
    height: 57px;
    background-position: -541px -101px; }
  .create .about-process-title:hover span:before {
    background-position: -429px -101px; }

  .create.active .about-process-title span:before {
    background-position: -429px -101px; }

  .execute .about-process-title span:before {
    top: 47px;
    margin: 0 0 0 -40px;
    width: 82px;
    height: 74px;
    background-position: -529px -198px; }
  .execute .about-process-title:hover span:before {
    background-position: -417px -198px; }

  .execute.active .about-process-title span:before {
    background-position: -417px -198px; }

  .grow .about-process-title span:before {
    top: 63px;
    margin: 0 0 0 -23px;
    width: 46px;
    height: 51px;
    background-position: -547px -337px; }
  .grow .about-process-title:hover span:before {
    background-position: -435px -337px; }

  .grow.active .about-process-title span:before {
    background-position: -435px -337px; }

  .meet-the-team {
    width: 100%; }
    .meet-the-team h1 {
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 1.5rem;
      color: #69bee3;
      font-weight: 500; }
    .meet-the-team .employee {
      margin-bottom: 2em; }
      .meet-the-team .employee img {
        width: 345px; }
      .meet-the-team .employee:nth-of-type(odd) .employee-info {
        float: left; }
      .meet-the-team .employee:nth-of-type(odd) img {
        float: right; }
      .meet-the-team .employee:nth-of-type(even) .employee-info {
        float: right; }
      .meet-the-team .employee:nth-of-type(even) img {
        float: left; }
      .meet-the-team .employee .employee-info {
        width: calc(100% - 355px);
        height: 418px;
        padding: 40px 30px 80px; }
        .meet-the-team .employee .employee-info h2, .meet-the-team .employee .employee-info h3 {
          font-size: 24px;
          font-size: 1.5rem;
          margin-bottom: 5px; }
        .meet-the-team .employee .employee-info p {
          font-size: 18px;
          font-size: 1.125rem; }
        .meet-the-team .employee .employee-info .personal-social {
          position: absolute;
          bottom: 40px;
          left: 30px;
          margin: 0;
          padding: 0; }
          .meet-the-team .employee .employee-info .personal-social li {
            float: left;
            margin: 0 45px 0 0; }
            .meet-the-team .employee .employee-info .personal-social li a {
              font-size: 18px;
              font-size: 1.125rem; }

            /*clear: both;
            overflow: hidden;
            margin-bottom: 3em;
    //      background-color:rgba(255, 255, 255, 0.47); //white
            padding:3.125em 0%;

            article{    
                img{
                }
            }
            h1 {
            }
            
            h1, h2 {
            }
            
            img {
                margin: 0 auto 20px;
                float: none;
                display: block;
            }
            
            p {
                float: left;
                width: 80%;
                margin-right: 10%;
                margin-left: 10%;
                text-align: center;
            }
            */
  .client-list {
    margin: 55px 0px 200px;
    /*
            li:nth-of-type(9),
            li:nth-of-type(10),
            li:nth-of-type(11),
            li:nth-of-type(12){
                border-bottom:0px;
            }*/ }
    .client-list li {
      width: 239px; }
    .client-list li:nth-of-type(4n+4) {
      border-right: 0px; }

  .blog-articles {
    margin-left: 0;
    width: 664px; }

  .blog-article {
    margin-left: 0;
    width: 604px; }
    .blog-article img {
      max-width: 100%; }
    .blog-article .meta .social {
      float: right; }

  .blog-nav {
    margin-right: 0;
    width: 282px; }

  .comment-form form input[type="text"], .comment-form form textarea {
    width: 602px; }

  .error404 .error-num {
    font-size: 430px;
    font-size: 26.875rem; }
  .error404 .error-text {
    margin: 0 0 0 357px; }
    .error404 .error-text p {
      font-size: 36px;
      font-size: 2.25rem; }
  .error404 .mudman-cage {
    top: 310px;
    right: 263px; }

  .lt-ie9 .about-process-graph .about-process-title span:before {
    background-image: url("images/sprite.png"); }
  .lt-ie9 .plan .about-process-title span:before {
    background-position: -548px 0px; }
  .lt-ie9 .plan .about-process-title:hover span:before {
    background-position: -436px 0px; }
  .lt-ie9 .plan.active .about-process-title span:before {
    background-position: -436px 0px; }
  .lt-ie9 .create .about-process-title span:before {
    background-position: -541px -101px; }
  .lt-ie9 .create .about-process-title:hover span:before {
    background-position: -429px -101px; }
  .lt-ie9 .create.active .about-process-title span:before {
    background-position: -429px -101px; }
  .lt-ie9 .execute .about-process-title span:before {
    background-position: -529px -198px; }
  .lt-ie9 .execute .about-process-title:hover span:before {
    background-position: -417px -198px; }
  .lt-ie9 .execute.active .about-process-title span:before {
    background-position: -417px -198px; }
  .lt-ie9 .grow .about-process-title span:before {
    background-position: -547px -337px; }
  .lt-ie9 .grow .about-process-title:hover span:before {
    background-position: -435px -337px; }
  .lt-ie9 .grow.active .about-process-title span:before {
    background-position: -435px -337px; } }
/* ====================================================================================================================================



    min 768 max 999



==================================================================================================================================== */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .home .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .home .intro {
    padding: 113px 0px 0px;
    min-height: 590px; }

  .mobile-nav {
    display: none; }

  .nav.left-align li a {
    padding: 0px 14px; }

  /* home page bits */
  .intro .intro-logo-wrapper {
    margin: 3em 0px 1.875em 0px; }
    .intro .intro-logo-wrapper .intro-logo {
      width: 138px;
      height: 117px;
      background-size: 620px 620px; }
  .intro .intro-text {
    max-width: 600px;
    padding: 3em 0;
    margin: 0; }
    .intro .intro-text p {
      font-size: 36px;
      font-size: 2.25rem; }

  .page-title h1 {
    margin-bottom: 1em; }

  .work-page {
    margin-bottom: 22px; }

  .some-of-our-work h1 {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 26px;
    font-size: 1.625rem;
    margin: 1.1538461538461537em 0;
    padding: 0; }
  .some-of-our-work .some-of-our-work-grid {
    max-width: 726px;
    margin: 0 0 2.5em;
    padding: 0; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item {
      float: left;
      width: 359px;
      height: 273px;
      position: relative;
      margin-bottom: 8px;
      overflow: hidden; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info {
        opacity: 1;
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: 0px 0px 0px 0px;
        background: none; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 {
          opacity: 1;
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.25em;
          margin: 0;
          padding: 5px 0px;
          color: #343434;
          background-color: rgba(114, 92, 141, 0.975);
          -webkit-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
          bottom: 0;
          width: 100%; }
          .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 a {
            opacity: 1;
            text-decoration: none;
            color: #fff;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none; }
            .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 a span {
              display: none; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info p {
          display: none; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info .view-project {
          display: none; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info:hover {
        background: none;
        cursor: pointer; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item img {
        max-width: 366px; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:nth-child(2n+1) {
      margin-right: 8px; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:hover h2 {
      background-color: rgba(85, 85, 85, 0.95); }

  .home .grad-area h1 {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
    color: #3a3a3a;
    margin: 0px; }
  .home .grad-area .what-people-say {
    width: 726px;
    margin-bottom: 2.25em; }
    .home .grad-area .what-people-say h1 {
      padding: 1.4705882352941178em 0px; }
    .home .grad-area .what-people-say .what-people-say-item {
      width: 726px; }
      .home .grad-area .what-people-say .what-people-say-item .what-people-say-image {
        width: 316px;
        border-right: 3px solid #fff; }
        .home .grad-area .what-people-say .what-people-say-item .what-people-say-image img {
          max-width: 100%; }
      .home .grad-area .what-people-say .what-people-say-item .what-people-say-text {
        width: 347px;
        padding: 20px 30px 0; }
        .home .grad-area .what-people-say .what-people-say-item .what-people-say-text p {
          font-size: 20px;
          font-size: 1.25rem; }
          .home .grad-area .what-people-say .what-people-say-item .what-people-say-text p small {
            font-size: 20px;
            font-size: 1.25rem; }
  .home .grad-area .from-the-blog {
    margin-bottom: 2.25em;
    padding: 0; }
    .home .grad-area .from-the-blog .from-the-blog-wrapper {
      width: 686px;
      padding: 1.875em 20px 1.5625em; }
      .home .grad-area .from-the-blog .from-the-blog-wrapper h1 {
        padding: 0 0 0.8823529411764706em 0; }
      .home .grad-area .from-the-blog .from-the-blog-wrapper article {
        padding: 0;
        margin: 0; }
        .home .grad-area .from-the-blog .from-the-blog-wrapper article h1 {
          font-size: 35px;
          font-size: 2.1875rem; }
        .home .grad-area .from-the-blog .from-the-blog-wrapper article p {
          line-height: 1.4; }
        .home .grad-area .from-the-blog .from-the-blog-wrapper article .read-more {
          padding: 0.65em 20px; }
  .home .grad-area .talk-to-us {
    width: 726px; }
    .home .grad-area .talk-to-us h1 {
      padding: 0em 0% 1.25em; }
    .home .grad-area .talk-to-us .project-planner {
      float: left;
      width: 270px;
      height: 270px;
      margin-left: 28px; }
      .home .grad-area .talk-to-us .project-planner a .project-planner-title {
        font-size: 32px;
        font-size: 2rem; }
    .home .grad-area .talk-to-us #map_canvas {
      margin-top: 0.4em; }
    .home .grad-area .talk-to-us .map {
      float: left;
      max-width: 268px;
      display: inline-block;
      margin: 20px 0 0 68px; }
      .home .grad-area .talk-to-us .map a {
        position: relative;
        display: inline-block; }
      .home .grad-area .talk-to-us .map img {
        display: block;
        max-width: 100%; }
      .home .grad-area .talk-to-us .map .map-icon {
        position: absolute;
        top: 61px;
        left: 124px; }
    .home .grad-area .talk-to-us .contact-details {
      float: left;
      width: 100%;
      display: inline-block;
      text-align: center;
      margin-bottom: 1.25em; }
      .home .grad-area .talk-to-us .contact-details p {
        color: #555555;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.2857142857142858em;
        font-weight: 300; }
        .home .grad-area .talk-to-us .contact-details p a, .home .grad-area .talk-to-us .contact-details p strong {
          font-weight: 400; }
        .home .grad-area .talk-to-us .contact-details p a {
          text-decoration: none; }

  /* end of homepage bits */
  .mobile-nav {
    display: none; }

  .page-width {
    max-width: 726px;
    margin: 0 auto; }

        /* ========================================================================================== 

        Project page

     ========================================================================================== */
  .project-description {
    width: 100%;
    margin: 0;
    padding: 20px 0 80px; }

  .project-image-slideshow {
    width: 95%;
    padding: 75px 2.5% 50px;
    margin: 0 0 -4px; }

  .grad-area {
    width: 100%;
    float: left; }
    .grad-area .our-work {
      display: none; }
    .grad-area .project-wrapper {
      width: 726px; }
      .grad-area .project-wrapper .project-image-wrapper .project-image-frame {
        width: 726px;
        height: 557px;
        background-size: 726px 557px; }
      .grad-area .project-wrapper .project-image-wrapper .project-image {
        top: 29px;
        left: 29px; }
        .grad-area .project-wrapper .project-image-wrapper .project-image img {
          max-width: 669px; }
    .grad-area .related-projects .prev1, .grad-area .related-projects .next1 {
      position: absolute; }
    .grad-area .related-projects .prev1 {
      top: 0;
      left: 0;
      z-index: 10; }
    .grad-area .related-projects .next1 {
      top: 0;
      right: 0; }
    .grad-area .project-navigation {
      display: none; }
    .grad-area .ipad-show-case {
      width: 700px;
      height: 598px;
      margin: 0px 0px 90px 0px; }
      .grad-area .ipad-show-case .ipad-show-case-image {
        padding-top: 49px; }
        .grad-area .ipad-show-case .ipad-show-case-image img {
          width: 592px;
          margin-left: 28px; }
      .grad-area .ipad-show-case .ipad-frame {
        left: 13px; }
    .grad-area .project-description article {
      padding: 33px 73px; }
    .grad-area .contact-text {
      width: 726px; }
    .grad-area .contact-form,
    .grad-area .contact-project,
    .grad-area .contact-find-us {
      width: 726px; }
    .grad-area .contact-form form .enquiry {
      float: none;
      clear: both; }
    .grad-area .contact-project .contact-project-text {
      margin-top: 80px;
      width: 538px;
      margin-right: 10px; }
    .grad-area .contact-find-us #map_canvas {
      width: 374px; }
    .grad-area .project-planner-form form input[type="text"] {
      width: 726px; }
    .grad-area .project-planner-form form .project-planner-form-row {
      width: 726px; }
      .grad-area .project-planner-form form .project-planner-form-row .form-left {
        width: 726px;
        margin-right: 0; }
      .grad-area .project-planner-form form .project-planner-form-row .form-right {
        width: 726px; }
    .grad-area .project-planner-form form textarea {
      width: 726px; }
    .grad-area .project-planner-form form .budget {
      width: 726px;
      overflow: hidden; }
      .grad-area .project-planner-form form .budget .radios {
        width: 100%; }
        .grad-area .project-planner-form form .budget .radios li {
          width: 25%; }
        .grad-area .project-planner-form form .budget .radios label {
          border: 4px solid #69bee3;
          width: 152px;
          height: 152px; }
          .grad-area .project-planner-form form .budget .radios label:after {
            font-size: 24px;
            font-size: 1.5rem;
            margin: -14px 0 0; }
          .grad-area .project-planner-form form .budget .radios label:before {
            width: 160px;
            height: 160px;
            top: -4px;
            left: -4px; }
    .grad-area .project-planner-form form .submit {
      margin-top: 0;
      margin-right: 0; }

    /* =================================================

        About Graph

    ================================================== */
  .js .about-process-graph .about-process-content {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
  .js .about-process-graph .about-process-step.active .about-process-content {
    opacity: 1; }
  .js .delay .about-process-content {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    /* Firefox 4 */
    -webkit-transition-delay: 0.3s;
    /* Safari and Chrome */
    -o-transition-delay: 0.3s;
    /* Opera */ }

  .about-process-graph {
    height: 650px; }
    .about-process-graph .about-process-step {
      width: 194px;
      float: left;
      display: inline-block; }
      .about-process-graph .about-process-step:after {
        float: left;
        display: inline-block;
        width: 17px;
        height: 34px;
        margin: 54px 17px 0;
        opacity: 0.2;
        background-size: 1000px 1000px;
        background-position: -983px -230px; }
    .about-process-graph .about-process-step:last-of-type {
      width: 142px; }
      .about-process-graph .about-process-step:last-of-type:after {
        display: none; }
    .about-process-graph .about-process-step.active .about-process-title {
      background: #343434; }
      .about-process-graph .about-process-step.active .about-process-title span {
        color: #69bee3; }
    .about-process-graph .about-process-title {
      width: 142px;
      height: 142px;
      border-radius: 142px;
      -moz-border-radius: 142px;
      -webkit-border-radius: 142px;
      -webkit-transition: background-color 300ms ease-in-out;
      -moz-transition: background-color 300ms ease-in-out;
      -o-transition: background-color 300ms ease-in-out;
      transition: background-color 300ms ease-in-out; }
      .about-process-graph .about-process-title span {
        font-size: 21px;
        font-size: 1.3125rem;
        padding: 95px 0 0 0; }
      .about-process-graph .about-process-title span:before {
        position: absolute;
        left: 50%;
        display: block;
        background-size: 830px 830px; }
    .about-process-graph .about-process-content {
      height: 380px;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 276px; }
      .about-process-graph .about-process-content .left,
      .about-process-graph .about-process-content .right {
        padding-top: 35px;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */ }
      .about-process-graph .about-process-content .left {
        float: left;
        width: 368px;
        position: relative;
        height: 100%;
        min-height: 100%;
        border-right: 4px solid #f0efed; }
        .about-process-graph .about-process-content .left h1, .about-process-graph .about-process-content .left h2, .about-process-graph .about-process-content .left p {
          padding-left: 5.9027777777777776%;
          padding-right: 4.3402777777777776%; }
        .about-process-graph .about-process-content .left:before {
          content: "";
          position: absolute;
          border-style: solid;
          display: block;
          width: 0;
          top: 50%;
          margin-top: -22px;
          bottom: auto;
          left: auto;
          right: -26px;
          border-width: 22px 0 22px 26px;
          border-color: transparent #f0efed; }
        .about-process-graph .about-process-content .left:after {
          content: "";
          position: absolute;
          border-style: solid;
          display: block;
          width: 0;
          top: 50%;
          margin-top: -16px;
          bottom: auto;
          left: auto;
          right: -20px;
          border-width: 16px 0 16px 20px;
          border-color: transparent white; }
      .about-process-graph .about-process-content .right {
        float: right;
        width: 331px;
        padding-right: 20px; }
        .about-process-graph .about-process-content .right h1, .about-process-graph .about-process-content .right h2, .about-process-graph .about-process-content .right p, .about-process-graph .about-process-content .right ul {
          padding-left: 50px; }
      .about-process-graph .about-process-content h1 {
        margin: 0px;
        padding-bottom: 15px;
        color: #69bee3;
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1;
        font-weight: 400; }
      .about-process-graph .about-process-content h2 {
        margin: 0px;
        padding-bottom: 15px;
        padding-top: 10px;
        color: #69bee3;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1;
        font-weight: 400; }
      .about-process-graph .about-process-content p {
        margin: 0;
        padding-bottom: 15px;
        color: #555555;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: 300; }
        .about-process-graph .about-process-content p strong {
          font-weight: 400; }
      .about-process-graph .about-process-content ul {
        list-style: none;
        margin: 0; }
        .about-process-graph .about-process-content ul li {
          float: left;
          display: block;
          width: 100%;
          color: #555555;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.2;
          margin-bottom: 0.3em;
          font-weight: 300; }
    .about-process-graph .plan .about-process-title span:before {
      top: 35px;
      margin: 0 0 0 -18px;
      width: 36px;
      height: 52px;
      background-position: -455px 0px; }
    .about-process-graph .plan .about-process-title:hover span:before {
      background-position: -362px 0px; }
    .about-process-graph .plan.active .about-process-title span:before {
      background-position: -362px 0px; }
    .about-process-graph .create .about-process-title span:before {
      top: 39px;
      margin: 0 0 0 -23px;
      width: 47px;
      height: 47px;
      background-position: -450px -85px; }
    .about-process-graph .create .about-process-title:hover span:before {
      background-position: -357px -85px; }
    .about-process-graph .create.active .about-process-title span:before {
      background-position: -357px -85px; }
    .about-process-graph .execute .about-process-title span:before {
      top: 32px;
      margin: 0 0 0 -33px;
      width: 67px;
      height: 60px;
      background-position: -440px -165px; }
    .about-process-graph .execute .about-process-title:hover span:before {
      background-position: -347px -165px; }
    .about-process-graph .execute.active .about-process-title span:before {
      background-position: -347px -165px; }
    .about-process-graph .grow .about-process-title span:before {
      top: 42px;
      margin: 0 0 0 -19px;
      width: 38px;
      height: 43px;
      background-position: -454px -279px; }
    .about-process-graph .grow .about-process-title:hover span:before {
      background-position: -361px -279px; }
    .about-process-graph .grow.active .about-process-title span:before {
      background-position: -361px -279px; }

  .meet-the-team {
    width: 100%;
    /*
        clear: both;
        overflow: hidden;
        margin-bottom: 3em;
    background-color:rgba(255, 255, 255, 0.47); //white
    padding:3.125em 0%;

        article{    
            img{
            }
        }
        h1 {
        }
        
        h1, h2 {
        }
        
        img {
            margin: 0 auto 20px;
            float: none;
            display: block;
        }
        
        h2 {
            clear: both;
            float: left;
            width: 80%;
            margin: 0 10%;
            text-align: center;
        }
        
        h3{
            float: left;
            width: 80%;
            margin-right: 10%;
            margin-left: 10%;
            text-align: center;
        }
        p {
            float: left;
            width: 80%;
            margin-right: 10%;
            margin-left: 10%;
            text-align: center;
        }
        */ }
    .meet-the-team h1 {
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 1.5rem;
      color: #69bee3;
      font-weight: 500; }
    .meet-the-team .employee {
      margin-bottom: 2em; }
      .meet-the-team .employee img {
        width: 345px; }
      .meet-the-team .employee:nth-of-type(odd) .employee-info {
        float: left; }
      .meet-the-team .employee:nth-of-type(odd) img {
        float: right; }
      .meet-the-team .employee:nth-of-type(even) .employee-info {
        float: right; }
      .meet-the-team .employee:nth-of-type(even) img {
        float: left; }
      .meet-the-team .employee .employee-info {
        width: calc(100% - 355px);
        min-height: 418px;
        padding: 40px 30px 80px; }
        .meet-the-team .employee .employee-info h2, .meet-the-team .employee .employee-info h3 {
          font-size: 24px;
          font-size: 1.5rem;
          margin-bottom: 5px; }
        .meet-the-team .employee .employee-info p {
          font-size: 18px;
          font-size: 1.125rem; }
        .meet-the-team .employee .employee-info .personal-social {
          position: absolute;
          bottom: 40px;
          left: 30px;
          margin: 0;
          padding: 0; }
          .meet-the-team .employee .employee-info .personal-social li {
            float: left;
            margin: 0 25px 0 0; }
            .meet-the-team .employee .employee-info .personal-social li a {
              font-size: 16px;
              font-size: 1rem; }

  .client-list {
    margin: 55px 0px 100px;
    /*
    li:nth-of-type(11),
    li:nth-of-type(12){
        border-bottom:0px;
    }*/ }
    .client-list li {
      width: 362px; }
    .client-list li:nth-of-type(2n+2) {
      border-right: 0px; }

  .blog-articles {
    margin-left: 0;
    margin-bottom: 14px; }

  .blog-article {
    margin-left: 0;
    margin-bottom: 14px; }
    .blog-article h1 {
      font-size: 27px;
      font-size: 1.6875rem;
      font-weight: 500;
      color: #69bee3;
      margin: 1em 0; }
    .blog-article .meta .social {
      float: right; }

  .blog-nav {
    width: 706px;
    margin: 0 0 14px;
    float: left; }
    .blog-nav .articles, .blog-nav .tags, .blog-nav .archives {
      padding: 27px 30px; }

  .error404 .error-num {
    font-size: 430px;
    font-size: 26.875rem; }
  .error404 .error-text {
    margin: 0 0 0 0px; }
    .error404 .error-text p {
      font-size: 36px;
      font-size: 2.25rem; }
  .error404 .mudman-cage {
    top: 310px;
    right: 30px; }

  .lt-ie9 .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info {
    background-color: #725c8d; }
  .lt-ie9 .about-process-graph .about-process-title span:before {
    background-image: url("images/sprite.png"); }
  .lt-ie9 .plan .about-process-title span:before {
    background-position: -548px 0px; }
  .lt-ie9 .plan .about-process-title:hover span:before {
    background-position: -436px 0px; }
  .lt-ie9 .plan.active .about-process-title span:before {
    background-position: -436px 0px; }
  .lt-ie9 .create .about-process-title span:before {
    background-position: -541px -101px; }
  .lt-ie9 .create .about-process-title:hover span:before {
    background-position: -429px -101px; }
  .lt-ie9 .create.active .about-process-title span:before {
    background-position: -429px -101px; }
  .lt-ie9 .execute .about-process-title span:before {
    background-position: -529px -198px; }
  .lt-ie9 .execute .about-process-title:hover span:before {
    background-position: -417px -198px; }
  .lt-ie9 .execute.active .about-process-title span:before {
    background-position: -417px -198px; }
  .lt-ie9 .grow .about-process-title span:before {
    background-position: -547px -337px; }
  .lt-ie9 .grow .about-process-title:hover span:before {
    background-position: -435px -337px; }
  .lt-ie9 .grow.active .about-process-title span:before {
    background-position: -435px -337px; } }
/* ====================================================================================================================================

    

    min 600 max 767



==================================================================================================================================== */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .home .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .home .intro {
    padding: 113px 0px 0px;
    min-height: 730px; }

  .nav.left-align li a {
    padding: 0px 10px; }
  .nav.left-align li:after {
    width: 0px; }

  .mobile-nav {
    display: none; }

  .page-title h1 {
    margin-bottom: 1em; }

  .intro .intro-logo-wrapper {
    margin: 1.8125em 0px 2.1875em 0px; }
    .intro .intro-logo-wrapper .intro-logo {
      width: 138px;
      height: 117px;
      background-size: 620px 620px; }
  .intro .intro-text {
    max-width: 520px;
    padding: 3em 0;
    margin: 0px; }
    .intro .intro-text p {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.125; }

  .some-of-our-work h1 {
    font-family: "faricy-new-web",helvetica,sans-serif;
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 1.0416666666666667em 0;
    padding: 0; }
  .some-of-our-work .some-of-our-work-grid {
    width: 574px;
    margin: 0 0 1.5em;
    padding: 0; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item {
      float: left;
      width: 284px;
      height: 263px;
      position: relative;
      margin-bottom: 6px;
      overflow: hidden; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info {
        opacity: 1;
        width: 100%;
        position: absolute;
        bottom: 0;
        margin: -20px 0px 0px 0px;
        background: none; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 {
          opacity: 1;
          position: absolute;
          bottom: 0;
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.25em;
          margin: 0;
          padding: 5px 0px;
          color: #343434;
          background-color: rgba(114, 92, 141, 0.975);
          bottom: 0;
          -webkit-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
          width: 100%; }
          .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 a {
            opacity: 1;
            text-decoration: none;
            color: #fff; }
            .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 a span {
              display: none; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info p {
          display: none; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info .view-project {
          display: none; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info:hover {
        background: none;
        cursor: pointer; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item img {
        width: 284px; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:nth-child(2n+1) {
      margin-right: 6px; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:hover h2 {
      background-color: rgba(85, 85, 85, 0.95); }

  .grad-area {
    padding: 0 15px; }
    .grad-area h1 {
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 300;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 300;
      color: #3a3a3a;
      margin: 0px; }
    .grad-area .what-people-say {
      margin-bottom: 2.25em; }
      .grad-area .what-people-say .what-people-say-item {
        width: 574px; }
        .grad-area .what-people-say .what-people-say-item .what-people-say-image {
          width: 254px;
          overflow: hidden; }
          .grad-area .what-people-say .what-people-say-item .what-people-say-image img {
            max-width: auto;
            max-height: 100%;
            margin-left: -90px; }
        .grad-area .what-people-say .what-people-say-item .what-people-say-text {
          width: 272px;
          padding: 30px 15px 15px 30px; }
          .grad-area .what-people-say .what-people-say-item .what-people-say-text p {
            font-size: 21px;
            font-size: 1.3125rem; }
            .grad-area .what-people-say .what-people-say-item .what-people-say-text p small {
              font-size: 18px;
              font-size: 1.125rem; }
    .grad-area .from-the-blog {
      margin-bottom: 2.25em;
      padding-bottom: 2.5em; }
      .grad-area .from-the-blog .from-the-blog-wrapper {
        padding: 1.875em 0% 1.5625em;
        width: 574px; }
        .grad-area .from-the-blog .from-the-blog-wrapper article h1 {
          font-size: 32px;
          font-size: 2rem; }
        .grad-area .from-the-blog .from-the-blog-wrapper article .read-more {
          padding: 0.65em 20px; }
    .grad-area .talk-to-us {
      max-width: 572px; }
      .grad-area .talk-to-us h1 {
        padding: 0em 0% 1.25em; }
      .grad-area .talk-to-us .project-planner {
        float: left;
        width: 270px;
        height: 270px; }
        .grad-area .talk-to-us .project-planner a .project-planner-title {
          font-size: 32px;
          font-size: 2rem; }
      .grad-area .talk-to-us #map_canvas {
        float: left;
        width: 282px;
        margin: 0 0 0 20px; }
        .grad-area .talk-to-us #map_canvas a {
          position: relative;
          display: inline-block; }
        .grad-area .talk-to-us #map_canvas img {
          display: block;
          max-width: 100%; }
        .grad-area .talk-to-us #map_canvas .map-icon {
          position: absolute;
          top: 61px;
          left: 124px; }
      .grad-area .talk-to-us .contact-details {
        float: left;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 1.25em; }
        .grad-area .talk-to-us .contact-details p {
          color: #555555;
          font-size: 21px;
          font-size: 1.3125rem;
          line-height: 1.2857142857142858em;
          font-weight: 300; }
          .grad-area .talk-to-us .contact-details p a, .grad-area .talk-to-us .contact-details p strong {
            font-weight: 400; }
          .grad-area .talk-to-us .contact-details p a {
            text-decoration: none; }
    .grad-area .project-description article {
      padding: 23px 48px; }
    .grad-area .project-description .services-provided {
      margin: 40px 0 60px;
      padding: 23px 48px; }
    .grad-area .project-description .testimonial {
      padding: 23px 48px; }

  footer p {
    width: auto;
    max-width: auto;
    font-size: 14px;
    font-size: 0.875rem; }

  .footer-info {
    width: 100%;
    margin: 0px;
    padding: 20px 0px 15px;
    display: inline-block;
    text-align: center; }
    .footer-info li {
      padding: 0 0 5px 0px;
      margin: 0 22px 0 0;
      line-height: 1.375em;
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 500;
      font-size: 18px;
      font-size: 1.125rem; }
      .footer-info li a {
        display: inline-block;
        text-decoration: none;
        color: #fff; }
        .footer-info li a:hover {
          color: #69bee3; }
    .footer-info .copyright {
      width: 100%;
      border-top: 1px solid #505050;
      padding: 1.5625em 0 0;
      margin: 1.5625em 0 0;
      color: #f0efed; }
    .footer-info li:first-of-type {
      padding-left: 0%; }
    .footer-info li:last-of-type:after {
      display: none; }

  header {
    width: 100%; }

  .page-width {
    max-width: 572px;
    margin: 0 auto; }

  .project-description {
    width: 100%;
    margin: 0;
    padding: 20px 0 40px;
    max-width: 850px; }

  .project-image-slideshow {
    width: 95%;
    padding: 75px 2.5% 50px;
    margin: 0 0 -4px; }

  .grad-area {
    width: 100%;
    float: left;
    padding: 0; }
    .grad-area .our-work {
      display: none; }
    .grad-area .project-wrapper {
      width: 572px; }
      .grad-area .project-wrapper .project-image-wrapper .project-image-frame {
        width: 572px;
        height: 438px;
        background-size: 572px 438px; }
      .grad-area .project-wrapper .project-image-wrapper .project-image {
        top: 24px;
        left: 23px; }
        .grad-area .project-wrapper .project-image-wrapper .project-image img {
          max-width: 530px; }
    .grad-area .project-intro .social li {
      display: none; }
    .grad-area .project-intro .social li.twitter, .grad-area .project-intro .social li.facebook, .grad-area .project-intro .social li.pintrest, .grad-area .project-intro .social li.google {
      display: inline-block; }
    .grad-area .ipad-show-case {
      width: 572px;
      height: 443px;
      position: relative;
      margin: 0px 0px 90px 0px; }
      .grad-area .ipad-show-case .ipad-frame {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        position: absolute;
        background: url("images/ipad.png") no-repeat;
        background-size: 100%; }
      .grad-area .ipad-show-case .ipad-show-case-image img {
        width: 476px;
        margin-top: 41px; }
      .grad-area .ipad-show-case .ipad-magnification {
        z-index: 10; }
        .grad-area .ipad-show-case .ipad-magnification img {
          bottom: -40px;
          right: 30px;
          position: absolute;
          display: block;
          max-width: 250px; }
    .grad-area .related-projects {
      display: none; }
    .grad-area .project-navigation .prev-project,
    .grad-area .project-navigation .next-project {
      width: 48.75%; }
    .grad-area .project-description .project-stats {
      margin: 1em 0; }
      .grad-area .project-description .project-stats .blue-box {
        margin-top: 0;
        margin-left: 30px; }
      .grad-area .project-description .project-stats .blackbox {
        margin: -83px 0 0 148px; }
      .grad-area .project-description .project-stats .stats-logo {
        display: none; }
    .grad-area .contact-text {
      width: 572px; }
    .grad-area .contact-form,
    .grad-area .contact-project,
    .grad-area .contact-find-us {
      width: 572px; }
    .grad-area .contact-form form .enquiry {
      float: none;
      clear: both; }
    .grad-area .contact-form form .submit {
      margin-top: 0; }
    .grad-area .contact-project .contact-project-text {
      margin: 75px 0 0;
      width: 388px;
      margin-right: 10px; }
    .grad-area .contact-project .project-planner {
      margin: 30px 0; }
    .grad-area .contact-find-us #map_canvas {
      width: 572px;
      height: 250px; }
    .grad-area .contact-find-us address {
      margin: 30px 0 0 0; }
    .grad-area .project-planner-form {
      width: 572px; }
      .grad-area .project-planner-form form input[type="text"] {
        width: 572px; }
      .grad-area .project-planner-form form .project-planner-form-row {
        width: 572px; }
        .grad-area .project-planner-form form .project-planner-form-row .form-left {
          width: 572px;
          margin-right: 0; }
        .grad-area .project-planner-form form .project-planner-form-row .form-right {
          width: 572px; }
      .grad-area .project-planner-form form textarea {
        width: 572px; }
      .grad-area .project-planner-form form .budget {
        overflow: hidden;
        /*
        .less-5k {
            background-size: 320px;
            background-position: 0 -80px;
            width: 80px;
            height: 80px;
            margin-right: 25px;
            
            &:hover {
                background-position: 0 0;
            }
            
         }
         
        .less-5k.active {
             background-position: 0 0;                          
         }
         
        .b-5-10k {
            background-size: 320px;
            background-position: -80px -80px;
            width: 80px;
            height: 80px;
            margin-right: 25px;
            
            &:hover {
                background-position: -80px 0;
            }
        }
        
        .b-5-10k.active {
             background-position: -80px 0;                          
         }
         
        .b-10-15k {
            background-size: 320px;
            background-position: -160px -80px;
            width: 80px;
            height: 80px;
            margin-right: 25px;
            
            &:hover {
                background-position: -160px 0;
            }
            
        }
        
        .b-10-15k.active {
             background-position: -160px 0;                         
         }
         
        .over-15k {
            background-size: 320px;
            background-position: -240px -80px;
            width: 80px;
            height: 80px;
            
            &:hover {
                background-position: -240px 0;
            }
        }
        
        .over-15k.active {
             background-position: -240px 0;                         
         }
         */ }
        .grad-area .project-planner-form form .budget .radios {
          width: 100%; }
          .grad-area .project-planner-form form .budget .radios li {
            width: 25%; }
          .grad-area .project-planner-form form .budget .radios label {
            border: 2px solid #69bee3;
            width: 76px;
            height: 76px; }
            .grad-area .project-planner-form form .budget .radios label:after {
              font-size: 15px;
              font-size: 0.9375rem;
              margin: -0.53125rem 0 0; }
            .grad-area .project-planner-form form .budget .radios label:before {
              width: 80px;
              height: 80px;
              top: -2px;
              left: -2px; }
      .grad-area .project-planner-form form .submit {
        margin-top: 0;
        margin-right: 0; }

    /* =================================================

        About Graph

    ================================================== */
  .js .about-process-graph .about-process-content {
    opacity: 1; }
  .js .animate .about-process-content {
    -webkit-transition: margin 300ms ease-in-out;
    -moz-transition: margin 300ms ease-in-out;
    -o-transition: margin 300ms ease-in-out;
    transition: margin 300ms ease-in-out; }

  .lt-ie9 .about-process-graph .about-process-step .about-process-content {
    margin-top: 0px; }

  .about-process-graph h1.process-header {
    font-size: 30px;
    font-size: 1.875rem; }
  .about-process-graph .about-process-step {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 13px;
    overflow: hidden; }
    .about-process-graph .about-process-step:after {
      display: none; }
  .about-process-graph .about-process-step:last-of-type {
    width: 100%; }
    .about-process-graph .about-process-step:last-of-type:after {
      display: none; }
  .about-process-graph .about-process-title {
    width: 100%;
    height: 87px;
    text-align: left;
    position: relative;
    z-index: 10; }
    .about-process-graph .about-process-title span {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 87px; }
    .about-process-graph .about-process-title span:before {
      content: "";
      float: left;
      display: inline-block;
      background: url("images/sprite.svg") no-repeat;
      background-size: 830px 830px; }
  .about-process-graph .about-process-content {
    float: left;
    display: block;
    background: white;
    height: auto;
    margin-top: -100%; }
    .about-process-graph .about-process-content .left,
    .about-process-graph .about-process-content .right {
      float: left;
      display: block;
      padding: 0px 20px;
      box-sizing: border-box; }
      .about-process-graph .about-process-content .left h1,
      .about-process-graph .about-process-content .right h1 {
        display: none; }
      .about-process-graph .about-process-content .left h2,
      .about-process-graph .about-process-content .right h2 {
        margin: 0px;
        padding-bottom: 15px;
        padding-top: 10px;
        color: #69bee3;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1;
        font-weight: 400; }
      .about-process-graph .about-process-content .left p,
      .about-process-graph .about-process-content .right p {
        margin: 0;
        padding-bottom: 15px;
        color: #555555;
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.5;
        font-weight: 300; }
        .about-process-graph .about-process-content .left p strong,
        .about-process-graph .about-process-content .right p strong {
          font-weight: 400; }
      .about-process-graph .about-process-content .left ul,
      .about-process-graph .about-process-content .right ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 50%;
        float: left; }
        .about-process-graph .about-process-content .left ul li,
        .about-process-graph .about-process-content .right ul li {
          float: left;
          display: block;
          color: #555555;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.5;
          font-weight: 300;
          width: 100%; }
    .about-process-graph .about-process-content .right {
      padding: 20px; }
    .about-process-graph .about-process-content .left {
      padding: 20px 20px;
      position: relative;
      padding-top: 20px;
      border-bottom: 4px solid #f0efed; }
      .about-process-graph .about-process-content .left:before {
        content: "";
        position: absolute;
        bottom: -26px;
        left: 50%;
        margin-left: -22px;
        border-width: 26px 22px 0;
        border-style: solid;
        border-color: #f0efed transparent;
        display: block;
        width: 0; }
      .about-process-graph .about-process-content .left:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -16px;
        border-width: 20px 16px 0;
        border-style: solid;
        border-color: white transparent;
        display: block;
        width: 0; }
  .about-process-graph .about-process-step.open .about-process-title {
    background: #343434; }
    .about-process-graph .about-process-step.open .about-process-title span {
      color: #69bee3; }
  .about-process-graph .about-process-step.open .about-process-content {
    margin: 0%; }
  .about-process-graph .plan .about-process-title span:before {
    margin: 15px 25px 0 20px;
    width: 36px;
    height: 52px;
    background-position: -455px 0px; }
  .about-process-graph .plan .about-process-title:hover span:before {
    background-position: -362px 0px; }
  .about-process-graph .plan.open .about-process-title span:before {
    background-position: -362px 0px; }
  .about-process-graph .create .about-process-title span:before {
    margin: 23px 25px 0 20px;
    width: 47px;
    height: 47px;
    background-position: -450px -85px; }
  .about-process-graph .create .about-process-title:hover span:before {
    background-position: -357px -85px; }
  .about-process-graph .create.open .about-process-title span:before {
    background-position: -357px -85px; }
  .about-process-graph .execute .about-process-title span:before {
    margin: 14px 25px 0 20px;
    width: 67px;
    height: 60px;
    background-position: -440px -165px; }
  .about-process-graph .execute .about-process-title:hover span:before {
    background-position: -347px -165px; }
  .about-process-graph .execute.open .about-process-title span:before {
    background-position: -347px -165px; }
  .about-process-graph .grow .about-process-title span:before {
    margin: 14px 25px 0 20px;
    width: 38px;
    height: 43px;
    background-position: -454px -279px; }
  .about-process-graph .grow .about-process-title:hover span:before {
    background-position: -361px -279px; }
  .about-process-graph .grow.open .about-process-title span:before {
    background-position: -361px -279px; }

  .meet-the-team {
    width: 100%;
    /*
    clear: both;
    overflow: hidden;
    margin-top: 2em;
    
    article {
        width: 100%;
    }
    
    img {
        margin: 0 auto 20px;
        width: 214px;
        float: none;
        display: block;
    }
    
    h1 {
        @include font-size(30);
        margin-bottom: 1em;
    }
    
    h2 {
        clear: both;
        float: left;
        width: 80%;
        margin: 0 10%;
        text-align: center;
    }
    
    h3{
        float: left;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        text-align: center;
    }
    p {
        float: left;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        text-align: center;
    }
    */ }
    .meet-the-team h1 {
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 1.5rem;
      color: #69bee3;
      font-weight: 500; }
    .meet-the-team .employee {
      margin-bottom: 4em; }
      .meet-the-team .employee img {
        max-width: 100%;
        margin-bottom: 10px; }
      .meet-the-team .employee .employee-info {
        width: 100%;
        padding: 40px 30px 80px; }
        .meet-the-team .employee .employee-info h2, .meet-the-team .employee .employee-info h3 {
          font-size: 24px;
          font-size: 1.5rem;
          margin-bottom: 5px; }
        .meet-the-team .employee .employee-info p {
          font-size: 18px;
          font-size: 1.125rem; }
        .meet-the-team .employee .employee-info .personal-social {
          position: absolute;
          bottom: 40px;
          left: 30px;
          margin: 0;
          padding: 0; }
          .meet-the-team .employee .employee-info .personal-social li {
            float: left;
            margin: 0 45px 0 0; }
            .meet-the-team .employee .employee-info .personal-social li a {
              font-size: 18px;
              font-size: 1.125rem; }

  .client-list {
    /*
            li:nth-of-type(11),
            li:nth-of-type(12){
                border-bottom:0px;
            }*/ }
    .client-list li {
      width: 285px; }
    .client-list li:nth-of-type(2n+2) {
      border-right: 0px; }

  .blog-articles {
    width: 572px;
    margin-left: 0;
    margin-bottom: 14px; }
    .blog-articles article img {
      float: none;
      margin: 0 0 0;
      max-width: 100%; }

  .blog-article {
    width: 572px;
    margin-left: 0;
    margin-bottom: 14px; }
    .blog-article h1 {
      font-size: 27px;
      font-size: 1.6875rem;
      font-weight: 500;
      color: #69bee3;
      margin: 1em 0; }

  .blog-nav {
    width: 572px;
    margin: 0 0 14px;
    float: left; }
    .blog-nav .articles, .blog-nav .tags, .blog-nav .archives {
      padding: 27px 30px; }

  .comments ul li .comment {
    float: right;
    width: 326px; }

  .comment-form form input[type="text"], .comment-form form textarea {
    width: 512px; }

  .error404 .error-num {
    font-size: 320px;
    font-size: 20rem; }
  .error404 .error-text {
    margin: 0 0 0 0px; }
    .error404 .error-text p {
      font-size: 36px;
      font-size: 2.25rem; }
  .error404 .mudman-cage {
    top: 214px;
    right: 47px; } }
/* ====================================================================================================================================


   max 599


==================================================================================================================================== */
@media only screen and (max-width: 599px) {
  .home .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .home .intro {
    padding: 66px 0px 0px;
    min-height: 345px; }

  .main {
    margin: 0;
    padding: 0; }

  .header {
    background-color: #343434; }
    .header .page-width {
      /*max-width:320px;*/ }

  .header-logo {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    float: none;
    position: absolute;
    top: 2px;
    right: 14px;
    padding-top: 9px; }
    .header-logo .white-logo {
      width: 56px;
      height: 47px;
      background-size: 580px 580px;
      background-position: -159px 0px; }

  .mobile-nav {
    display: inline-block;
    height: 66px;
    width: 100%;
    text-align: left;
    background-color: #343434;
    position: relative;
    z-index: 0; }
    .mobile-nav .mobile-toggle {
      color: white;
      font-weight: 500;
      text-decoration: none;
      line-height: 66px;
      height: 66px;
      display: inline-block;
      padding: 0 14px 0 28px;
      background: url("images/sprite.svg") no-repeat;
      background-position: 1px -845px; }

  .nav {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    background-color: #343434; }
    .nav li {
      width: 100%;
      display: block;
      text-align: center; }
      .nav li a {
        display: block;
        font-family: "faricy-new-web",helvetica,sans-serif;
        font-weight: 300;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 500;
        padding: 5px 0px;
        text-decoration: none;
        color: white;
        -webkit-transition: color 300ms ease-in-out;
        -moz-transition: color 300ms ease-in-out;
        -o-transition: color 300ms ease-in-out;
        transition: color 300ms ease-in-out; }
        .nav li a:hover {
          color: #69bee3; }
    .nav li:first-of-type {
      padding-top: 10px; }
    .nav li:last-of-type {
      padding-bottom: 10px; }

  .nav.animate {
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out; }

  .intro .intro-logo-wrapper {
    margin: 1.8125em 0px 2.1875em 0px; }
    .intro .intro-logo-wrapper .intro-logo {
      width: 138px;
      height: 117px;
      background-size: 620px 620px; }
  .intro .intro-text {
    max-width: 292px;
    padding: 1.5em 0; }
    .intro .intro-text p {
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 1.1;
      padding: 0 10px;
      margin-bottom: 10px; }
      .intro .intro-text p strong {
        line-height: 1; }
  .intro .scroll {
    display: none; }

  .page-title h1 {
    margin-bottom: 0.5em; }

  .some-of-our-work h1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 1.042em 0; }
  .some-of-our-work .some-of-our-work-grid {
    width: 290px;
    margin: 0 0 1em;
    padding: 0; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item {
      float: left;
      position: relative;
      width: 100%;
      margin-bottom: 14px;
      overflow: hidden;
      width: 290px;
      height: 250px; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info {
        opacity: 1;
        width: 100%;
        position: absolute;
        bottom: 0;
        margin: -20px 0px 0px 0px;
        background: none; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 {
          opacity: 1;
          position: absolute;
          bottom: 0;
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.25em;
          margin: 0;
          padding: 5px 0px;
          color: #343434;
          background-color: rgba(114, 92, 141, 0.975);
          bottom: 0;
          -webkit-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
          width: 100%; }
          .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 a {
            opacity: 1;
            text-decoration: none;
            color: #fff; }
            .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info h2 a span {
              display: none; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info p {
          display: none; }
        .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info .view-project {
          display: none; }
      .some-of-our-work .some-of-our-work-grid .some-of-our-work-item .some-of-our-work-item-info:hover {
        background: none;
        cursor: pointer; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:nth-child(2n+1) {
      margin-right: 1.6064257028112365%; }
    .some-of-our-work .some-of-our-work-grid .some-of-our-work-item:hover h2 {
      background-color: rgba(85, 85, 85, 0.95); }

  .project-description {
    width: 90%;
    margin: 0 5%;
    padding: 20px 0 40px; }

  .project-image-slideshow {
    width: 95%;
    padding: 75px 2.5% 50px;
    margin: 0 0 -4px; }

  .grad-area {
    padding: 0 15px; }
    .grad-area h1 {
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 300;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 300;
      color: #3a3a3a;
      margin: 0px; }
    .grad-area .what-people-say {
      margin-bottom: 2.25em; }
      .grad-area .what-people-say .what-people-say-item {
        width: 292px; }
        .grad-area .what-people-say .what-people-say-item .what-people-say-image {
          width: 292px;
          float: left;
          display: inline-block;
          border-bottom: 3px solid #fff;
          border-right: 0px; }
          .grad-area .what-people-say .what-people-say-item .what-people-say-image img {
            max-width: 100%; }
        .grad-area .what-people-say .what-people-say-item .what-people-say-text {
          padding: 20px 18px;
          width: 256px; }
          .grad-area .what-people-say .what-people-say-item .what-people-say-text p {
            text-align: center;
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.285; }
            .grad-area .what-people-say .what-people-say-item .what-people-say-text p small {
              font-size: 21px;
              font-size: 1.3125rem; }
    .grad-area .from-the-blog {
      margin-bottom: 2.25em;
      padding-bottom: 2.5em;
      border-bottom: 1px solid #c2c2c2; }
      .grad-area .from-the-blog .from-the-blog-wrapper {
        padding: 1.875em 0% 1.5625em;
        width: 292px; }
        .grad-area .from-the-blog .from-the-blog-wrapper article h1 {
          font-size: 32px;
          font-size: 2rem; }
        .grad-area .from-the-blog .from-the-blog-wrapper article p {
          line-height: 1.285; }
        .grad-area .from-the-blog .from-the-blog-wrapper article .read-more {
          padding: 0.65em 20px; }
    .grad-area .talk-to-us {
      text-align: center;
      width: 292px; }
      .grad-area .talk-to-us h1 {
        padding: 0em 0% 1.25em; }
      .grad-area .talk-to-us .project-planner {
        float: none;
        margin-bottom: 1.25em; }
      .grad-area .talk-to-us #map_canvas {
        display: inline-block;
        margin: 0;
        width: 100%; }
        .grad-area .talk-to-us #map_canvas a {
          position: relative;
          display: inline-block; }
        .grad-area .talk-to-us #map_canvas img {
          display: block;
          max-width: 100%; }
        .grad-area .talk-to-us #map_canvas .map-icon {
          position: absolute;
          top: 61px;
          left: 124px; }
      .grad-area .talk-to-us .contact-details {
        float: left;
        display: inline-block;
        text-align: center;
        margin: 0 0 2.5em; }
        .grad-area .talk-to-us .contact-details p {
          color: #555555;
          font-size: 21px;
          font-size: 1.3125rem;
          line-height: 1.2857142857142858em;
          font-weight: 300; }
          .grad-area .talk-to-us .contact-details p a, .grad-area .talk-to-us .contact-details p strong {
            font-weight: 400; }
          .grad-area .talk-to-us .contact-details p a {
            text-decoration: none; }

  .page-width {
    /*   max-width:292px; */
    padding: 0 14px;
    margin: 0 auto; }

  .grad-area {
    width: 100%;
    float: left; }
    .grad-area .our-work {
      display: none; }
    .grad-area .project-wrapper {
      /*width: 292px; */
      width: 100%; }
      .grad-area .project-wrapper .project-image-wrapper {
        overflow: hidden;
        margin-top: -18px; }
        .grad-area .project-wrapper .project-image-wrapper .project-image-frame {
          display: none; }
        .grad-area .project-wrapper .project-image-wrapper .project-image {
          position: relative;
          top: auto;
          left: auto; }
          .grad-area .project-wrapper .project-image-wrapper .project-image img {
            max-width: 100%; }
    .grad-area .related-projects .prev1, .grad-area .related-projects .next1 {
      position: absolute; }
    .grad-area .related-projects .prev1 {
      top: 0;
      left: 0;
      z-index: 10; }
    .grad-area .related-projects .next1 {
      top: 0;
      right: 0; }

  .page-title {
    text-align: center; }
    .page-title h1 {
      font-size: 40px;
      font-size: 2.5rem;
      letter-spacing: -1px;
      margin-top: 0.5em; }
      .page-title h1 span {
        display: block;
        padding: 0 5px;
        margin-bottom: 25px;
        font-weight: 400;
        letter-spacing: 0; }
    .page-title h2 {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 1.25;
      padding: 0 5px;
      font-weight: 400;
      letter-spacing: 0; }

  .grad-area {
    padding: 0; }
    .grad-area .project-description {
      text-align: center;
      clear: both; }
      .grad-area .project-description h1, .grad-area .project-description h2 {
        text-align: center;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.3; }
      .grad-area .project-description p {
        text-align: center;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.333; }
    .grad-area .project-description article {
      padding: 23px 38px; }
    .grad-area .project-description .services-provided {
      margin: 40px 0 60px;
      padding: 23px 38px; }
    .grad-area .project-description .testimonial {
      margin-left: 0;
      margin-top: 1em;
      padding: 23px 38px; }
      .grad-area .project-description .testimonial p {
        text-align: center; }
      .grad-area .project-description .testimonial p.quote-author {
        margin-top: 1em; }
    .grad-area .project-wrapper .project-intro {
      border: none;
      margin: 20px auto;
      text-align: center; }
      .grad-area .project-wrapper .project-intro .view-website {
        margin: 0px auto 20px;
        z-index: 100; }
      .grad-area .project-wrapper .project-intro .social {
        clear: both;
        float: none;
        margin: 0 0 0;
        border-bottom: 1px solid #cbcac8;
        border-top: 1px solid #cbcac8; }
    .grad-area .project-wrapper .project-stats {
      width: 292px;
      overflow: visible;
      margin: 1em 0; }
      .grad-area .project-wrapper .project-stats .blue-box {
        margin-left: -20px;
        margin-top: 0; }
      .grad-area .project-wrapper .project-stats .blackbox {
        margin-left: -14px;
        margin-top: -42px;
        padding: 77px 0 0;
        width: 320px;
        height: 330px;
        background-size: 834px 834px;
        background-position: -514px -558px; }
        .grad-area .project-wrapper .project-stats .blackbox .stat-number {
          font-size: 90px;
          font-size: 5.625rem; }
      .grad-area .project-wrapper .project-stats .stats-logo {
        display: none; }
    .grad-area .project-wrapper .services-provided {
      margin: 20px 0; }
      .grad-area .project-wrapper .services-provided h2 {
        text-align: center;
        margin-bottom: 1em; }
      .grad-area .project-wrapper .services-provided ul {
        width: 100%;
        padding: 0; }
        .grad-area .project-wrapper .services-provided ul li {
          width: 100%; }
    .grad-area .project-wrapper .ipad-show-case {
      display: none; }
    .grad-area .project-wrapper .related-projects {
      display: none; }
    .grad-area .project-wrapper .project-navigation .prev-project,
    .grad-area .project-wrapper .project-navigation .next-project {
      width: 47.5%; }
    .grad-area .contact-text {
      width: 292px;
      text-align: center;
      border-bottom: 1px solid #c2c2c2;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .grad-area .contact-text .email-bit {
        display: block;
        padding-top: 20px; }
    .grad-area .contact-form,
    .grad-area .contact-project,
    .grad-area .contact-find-us {
      width: 292px; }
      .grad-area .contact-form h2,
      .grad-area .contact-project h2,
      .grad-area .contact-find-us h2 {
        text-align: center;
        padding: 10px 0 0;
        margin: 0;
        padding-bottom: 20px;
        position: relative; }
        .grad-area .contact-form h2:before,
        .grad-area .contact-project h2:before,
        .grad-area .contact-find-us h2:before {
          position: absolute;
          top: -40px;
          left: 125px; }
    .grad-area .contact-form {
      padding: 40px 0 0 0; }
      .grad-area .contact-form form {
        overflow-x: hidden;
        float: left; }
        .grad-area .contact-form form input {
          text-align: center;
          float: left; }
        .grad-area .contact-form form .enquiry {
          float: none;
          clear: both;
          text-align: center; }
        .grad-area .contact-form form .submit {
          margin-top: 0;
          float: left; }
        .grad-area .contact-form form .name,
        .grad-area .contact-form form .email,
        .grad-area .contact-form form .phone,
        .grad-area .contact-form form .enquiry,
        .grad-area .contact-form form input[type="text"] {
          width: 292px;
          padding-left: 0; }
        .grad-area .contact-form form .submit {
          width: 292px; }
    .grad-area .project-planner-form form input[type="text"] {
      width: 292px; }
    .grad-area .project-planner-form form .project-planner-form-row {
      width: 292px; }
      .grad-area .project-planner-form form .project-planner-form-row .form-left {
        width: 292px;
        margin-right: 0; }
      .grad-area .project-planner-form form .project-planner-form-row .form-right {
        width: 292px; }
    .grad-area .project-planner-form form textarea {
      width: 292px; }
    .grad-area .project-planner-form form .about-you h2 {
      position: relative;
      padding-top: 50px; }
      .grad-area .project-planner-form form .about-you h2:before {
        position: absolute;
        top: -2px;
        left: 50%;
        margin: 0 0 0 -22px; }
    .grad-area .project-planner-form form .website h2 {
      padding-top: 50px;
      position: relative; }
      .grad-area .project-planner-form form .website h2:before {
        position: absolute;
        top: -2px;
        left: 50%;
        margin: 0 0 0 -22px; }
    .grad-area .project-planner-form form .describe h2 {
      position: relative;
      padding-top: 64px; }
      .grad-area .project-planner-form form .describe h2:before {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -22px; }
    .grad-area .project-planner-form form .budget {
      overflow: hidden;
                    /*.less-5k {
                        background-size: 320px;
                        background-position: 0 -80px;
                        width: 80px;
                        height: 80px;
                        margin-right: 25px;
                        margin-left: 22px;
                        margin-bottom: 25px;
                        &:hover {
                            background-position: 0 0;
                        }
                        
                     }
                     
                    .less-5k.active {
                         background-position: 0 0;                          
                     }
                     
                    .b-5-10k {
                        background-size: 320px;
                        background-position: -80px -80px;
                        width: 80px;
                        height: 80px;
                        margin-right: 25px;
                        margin-bottom: 25px;
                        
                        &:hover {
                            background-position: -80px 0;
                        }
                    }
                    
                    .b-5-10k.active {
                         background-position: -80px 0;                          
                     }
                     
                    .b-10-15k {
                        background-size: 320px;
                        background-position: -160px -80px;
                        width: 80px;
                        height: 80px;
                        margin-right: 25px;
                        margin-left: 22px;
                        
                        &:hover {
                            background-position: -160px 0;
                        }
                        
                    }
                    
                    .b-10-15k.active {
                         background-position: -160px 0;                         
                     }
                     
                    .over-15k {
                        background-size: 320px;
                        background-position: -240px -80px;
                        width: 80px;
                        height: 80px;
                        
                        &:hover {
                            background-position: -240px 0;
                        }
                    }
                    
                    .over-15k.active {
                         background-position: -240px 0;                         
                     }

                     */ }
      .grad-area .project-planner-form form .budget .radios {
        width: 100%; }
        .grad-area .project-planner-form form .budget .radios li {
          width: 50%;
          margin-top: 20px; }
        .grad-area .project-planner-form form .budget .radios label {
          border: 2px solid #69bee3;
          width: 76px;
          height: 76px; }
          .grad-area .project-planner-form form .budget .radios label:after {
            font-size: 15px;
            font-size: 0.9375rem;
            margin: -0.53125rem 0 0; }
          .grad-area .project-planner-form form .budget .radios label:before {
            width: 80px;
            height: 80px;
            top: -2px;
            left: -2px; }
    .grad-area .project-planner-form form .submit {
      float: right;
      margin-top: 0;
      margin-right: 0; }
    .grad-area .contact-project {
      padding: 25px 0 0; }
      .grad-area .contact-project h2:before {
        top: -56px; }
      .grad-area .contact-project .contact-project-text {
        width: 292px;
        margin-right: 10px;
        margin-bottom: 20px; }
        .grad-area .contact-project .contact-project-text h2 {
          padding: 0; }
      .grad-area .contact-project .project-planner {
        margin: 20px auto 30px;
        display: block; }
    .grad-area .contact-find-us {
      padding-top: 20px; }
      .grad-area .contact-find-us h2:before {
        top: -42px;
        left: 50%;
        margin: 0 0 0 -13px; }
      .grad-area .contact-find-us #map_canvas {
        width: 292px;
        height: 250px; }
      .grad-area .contact-find-us address {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center; }
        .grad-area .contact-find-us address:before {
          display: none; }

    /* =================================================

    About Graph

================================================== */
  .js .about-process-graph .about-process-content {
    opacity: 1; }
  .js .animate .about-process-content {
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out; }

  .about-process-graph h1.process-header {
    font-size: 24px;
    font-size: 1.5rem; }
  .about-process-graph .about-process-step {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 13px;
    overflow: hidden; }
    .about-process-graph .about-process-step:after {
      display: none; }
  .about-process-graph .about-process-step:last-of-type {
    width: 100%; }
    .about-process-graph .about-process-step:last-of-type:after {
      display: none; }
  .about-process-graph .about-process-title {
    width: 100%;
    height: 87px;
    text-align: left; }
    .about-process-graph .about-process-title span {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 87px; }
    .about-process-graph .about-process-title span:before {
      content: "";
      float: left;
      display: inline-block;
      background: url("images/sprite.svg") no-repeat;
      background-size: 830px 830px; }
  .about-process-graph .about-process-content {
    float: left;
    display: block;
    background: white;
    height: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .about-process-graph .about-process-content .left,
    .about-process-graph .about-process-content .right {
      display: block;
      position: relative;
      box-sizing: border-box; }
      .about-process-graph .about-process-content .left h1,
      .about-process-graph .about-process-content .right h1 {
        display: none; }
      .about-process-graph .about-process-content .left h2,
      .about-process-graph .about-process-content .right h2 {
        margin: 0px;
        padding-bottom: 15px;
        padding-top: 10px;
        color: #69bee3;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1;
        font-weight: 400; }
      .about-process-graph .about-process-content .left p,
      .about-process-graph .about-process-content .right p {
        margin: 0;
        padding-bottom: 15px;
        color: #555555;
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.5;
        font-weight: 300; }
        .about-process-graph .about-process-content .left p strong,
        .about-process-graph .about-process-content .right p strong {
          font-weight: 400; }
      .about-process-graph .about-process-content .left ul,
      .about-process-graph .about-process-content .right ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%; }
        .about-process-graph .about-process-content .left ul li,
        .about-process-graph .about-process-content .right ul li {
          display: block;
          width: 100%;
          color: #555555;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.2;
          margin-bottom: 0.3em;
          font-weight: 300; }
    .about-process-graph .about-process-content .right {
      padding: 20px; }
    .about-process-graph .about-process-content .left {
      padding: 20px 20px 80px;
      border-bottom: 4px solid #f0efed; }
      .about-process-graph .about-process-content .left:before {
        content: "";
        position: absolute;
        bottom: -26px;
        left: 50%;
        margin-left: -22px;
        border-width: 26px 22px 0;
        border-style: solid;
        border-color: #f0efed transparent;
        display: block;
        width: 0; }
      .about-process-graph .about-process-content .left:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -16px;
        border-width: 20px 16px 0;
        border-style: solid;
        border-color: white transparent;
        display: block;
        width: 0; }
  .about-process-graph .about-process-step.open .about-process-title {
    background: #343434; }
    .about-process-graph .about-process-step.open .about-process-title span {
      color: #69bee3; }
  .about-process-graph .about-process-step.open .about-process-content {
    height: auto; }
  .about-process-graph .plan .about-process-title span:before {
    margin: 15px 25px 0 20px;
    width: 36px;
    height: 52px;
    background-position: -455px 0px; }
  .about-process-graph .plan .about-process-title:hover span:before {
    background-position: -362px 0px; }
  .about-process-graph .plan.open .about-process-title span:before {
    background-position: -362px 0px; }
  .about-process-graph .create .about-process-title span:before {
    margin: 23px 25px 0 20px;
    width: 47px;
    height: 47px;
    background-position: -450px -85px; }
  .about-process-graph .create .about-process-title:hover span:before {
    background-position: -357px -85px; }
  .about-process-graph .create.open .about-process-title span:before {
    background-position: -357px -85px; }
  .about-process-graph .execute .about-process-title span:before {
    margin: 14px 25px 0 20px;
    width: 67px;
    height: 60px;
    background-position: -440px -165px; }
  .about-process-graph .execute .about-process-title:hover span:before {
    background-position: -347px -165px; }
  .about-process-graph .execute.open .about-process-title span:before {
    background-position: -347px -165px; }
  .about-process-graph .grow .about-process-title span:before {
    margin: 14px 25px 0 20px;
    width: 38px;
    height: 43px;
    background-position: -454px -279px; }
  .about-process-graph .grow .about-process-title:hover span:before {
    background-position: -361px -279px; }
  .about-process-graph .grow.open .about-process-title span:before {
    background-position: -361px -279px; }

  .meet-the-team {
    width: 100%;
    /*
    clear: both;
    overflow: hidden;
    
    article {
        width: 100%;
    }
    
    img {
        margin: 0 auto 20px;
        width: 214px;
        float: none;
        display: block;
    }
    
    h1 {
        @include font-size(30);
        margin-bottom: 1em;
    }
    
    h2 {
        clear: both;
        float: left;
        width: 80%;
        margin: 0 10%;
        text-align: center;
    }
    
    h3{
        float: left;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        text-align: center;
    }
    p {
        float: left;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        text-align: center;
    }
    */ }
    .meet-the-team h1 {
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 1.5rem;
      color: #69bee3;
      font-weight: 500; }
    .meet-the-team .employee {
      margin-bottom: 4em; }
      .meet-the-team .employee img {
        max-width: 100%;
        margin-bottom: 10px; }
      .meet-the-team .employee .employee-info {
        width: 100%;
        padding: 40px 30px 40px; }
        .meet-the-team .employee .employee-info h2, .meet-the-team .employee .employee-info h3 {
          font-size: 21px;
          font-size: 1.3125rem;
          margin-bottom: 8px; }
        .meet-the-team .employee .employee-info p {
          font-size: 16px;
          font-size: 1rem;
          font-weight: 400; }
        .meet-the-team .employee .employee-info .personal-social {
          margin: 0;
          padding: 0; }
          .meet-the-team .employee .employee-info .personal-social li {
            display: block;
            margin: 0 0px 10px 0; }
            .meet-the-team .employee .employee-info .personal-social li.last {
              margin-bottom: 0; }
            .meet-the-team .employee .employee-info .personal-social li a {
              font-size: 16px;
              font-size: 1rem; }

  .client-list li {
    width: 100%; }
  .client-list li:nth-of-type(4n+4) {
    border-right: 0px; }
  .client-list li:last-of-type {
    border-bottom: 0px; }

  .pagination a, .pagination strong {
    padding: 5px; }

  .blog-articles {
    text-align: center;
    width: 100%;
    margin: 14px auto; }
    .blog-articles article {
      padding: 30px 0; }
      .blog-articles article h1 {
        padding: 0 16px 5px; }
      .blog-articles article img {
        float: none;
        max-width: 100%;
        margin: 0 0 5px; }
      .blog-articles article p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        padding-left: 16px;
        padding-right: 16px; }
      .blog-articles article .read-article {
        margin-left: 16px; }
      .blog-articles article p.date {
        padding-left: 16px; }

  .blog-article {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 14px auto; }
    .blog-article article {
      padding: 0 14px 14px; }
    .blog-article h1 {
      font-size: 27px;
      font-size: 1.6875rem;
      font-weight: 500;
      color: #69bee3;
      margin: 1em 0; }
    .blog-article .blog-back {
      width: auto;
      background: none;
      color: #555555;
      margin-bottom: 30px;
      display: block;
      text-align: center; }
    .blog-article .meta p {
      text-align: center;
      float: none; }
    .blog-article .meta .social {
      float: none; }

  .blog-nav {
    width: 100%;
    margin: 0 0 14px;
    float: left;
    text-align: center; }
    .blog-nav .articles, .blog-nav .tags, .blog-nav .archives {
      padding: 27px 30px; }

  .comments ul li .comment-meta {
    width: 264px; }
  .comments ul li .comment {
    float: left;
    width: 264px; }

  .comment-form form input[type="text"], .comment-form form textarea {
    width: 262px; }

  .content p, .content ul, .content ol {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.363;
    float: none;
    padding: 0;
    margin: 0 0 1em;
    color: #555555; }
  .content ul li {
    padding: 0 0 0 30px;
    text-align: left; }
  .content ol {
    margin-left: 14px; }
    .content ol li {
      color: #69bee3;
      font-weight: 400;
      margin: 0 0 0.75em 16px;
      padding-left: 0;
      list-style-position: outside;
      text-align: left; }
      .content ol li span {
        color: #555555;
        font-weight: 300; }

  footer p {
    width: auto;
    max-width: auto;
    font-size: 14px;
    font-size: 0.875rem; }

  .footer-info {
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
    display: inline-block;
    text-align: center; }
    .footer-info li {
      padding: 0 0px;
      margin: 0 5px;
      line-height: 1.375em;
      font-family: "faricy-new-web",helvetica,sans-serif;
      font-weight: 500;
      font-size: 18px;
      font-size: 1.125rem; }
      .footer-info li a {
        display: inline-block;
        text-decoration: none;
        color: #fff; }
        .footer-info li a:hover {
          color: #69bee3; }
    .footer-info .copyright {
      width: 100%;
      border-top: 1px solid #505050;
      padding: 1.5625em 0 0;
      margin: 1.5625em 0 0;
      color: #f0efed; }
    .footer-info li:first-of-type {
      padding-left: 0%; }
    .footer-info li:last-of-type:after {
      display: none; }

  .error404 .error-num {
    font-size: 170px;
    font-size: 10.625rem; }
  .error404 .error-text {
    margin: 0 0 0 0px; }
    .error404 .error-text p {
      font-size: 30px;
      font-size: 1.875rem; }
  .error404 .error-links li {
    display: block;
    margin: 0px 0px 10px; }
  .error404 .mudman-cage {
    top: 258px;
    left: 270px; } }
      @media only screen and (max-width: 599px) and (max-width: 480px) {
        .grad-area .project-description p {
          font-size: 18px;
          font-size: 1.125rem; } }
.hidden-nav {
  width: 100%;
  display: inline-block;
  position: fixed;
  top: -60px;
  left: 0;
  z-index: 30;
  background: #343434;
  background: rgba(54, 54, 54, 0.9);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .hidden-nav.visible {
    top: 0px; }
  .hidden-nav .scroll-logo {
    float: right;
    display: inline-block; }
    .hidden-nav .scroll-logo .white-logo {
      width: 95px;
      height: 60px;
      display: block;
      background-size: 1000px 1000px;
      background: url("images/sprite.svg") no-repeat;
      background-position: -275px -10px;
      -webkit-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out; }
    .hidden-nav .scroll-logo .white-logo:hover {
      opacity: 0.75; }
  .hidden-nav .nav {
    float: left;
    display: inline-block;
    height: 60px;
    line-height: 60px;
        /*
        li:after{
            content:"";
            width: 1px;
            height: 20px;
            display: inline-block;
            background: #626262;
            position: absolute;
            top: 50%;
            right: 0px;
            margin-top: -10px;


             @media only screen and (min-width:768px){
                display: inline-block;
            }

            @media only screen and (max-width: 767px){
               display: none;
            }

        }        
*/ }
    .hidden-nav .nav li {
      border: none;
      display: block;
      float: left;
      position: relative; }
      .hidden-nav .nav li a {
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 500; }
        @media only screen and (min-width: 767px) {
          .hidden-nav .nav li a {
            padding: 0 14px; } }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .hidden-nav .nav li a {
            padding: 0 10px; } }
    .hidden-nav .nav li:first-of-type a {
      padding-left: 0px; }
    .hidden-nav .nav li:last-of-type:after {
      display: none; }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bxslider {
  margin: 0; }

.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  text-align: center; }

.bx-wrapper img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  max-height: 665px; }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-controls {
  position: absolute;
  top: -40px;
  width: 100%; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager .bx-pager-item:first-of-type {
  margin-left: 9px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #9ed3ec;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #45b0e3; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px; }

.bx-wrapper .bx-next {
  right: 10px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("http://ournameismud.co.uk/css/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("http://ournameismud.co.uk/css/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }
