/*
Theme Name: Propelrr Parallax
Theme URI: http://www.propelrr.com/
Author: Propelrr
Author URI: http://www.propelrr.com/
*/

/*
==========================
General Styles
==========================
*/
@font-face {
  font-family: 'Museo100';
  src: url("fonts/museo/museo100-regular-webfont.eot");
  src: url("fonts/museo/museo100-regular-webfont.svg");
  src: url("fonts/museo/museo100-regular-webfont.ttf");
  src: url("fonts/museo/museo100-regular-webfont.woff"); }

@font-face {
  font-family: 'Museo200';
  src: url("fonts/museo/museo200-regular-webfont.eot");
  src: url("fonts/museo/museo200-regular-webfont.svg");
  src: url("fonts/museo/museo200-regular-webfont.ttf");
  src: url("fonts/museo/museo200-regular-webfont.woff"); }

@font-face {
  font-family: 'Museo300';
  src: url("fonts/museo/museo300-regular-webfont.eot");
  src: url("fonts/museo/museo300-regular-webfont.svg");
  src: url("fonts/museo/museo300-regular-webfont.ttf");
  src: url("fonts/museo/museo300-regular-webfont.woff"); }

@font-face {
  font-family: 'Museo400';
  src: url("fonts/museo/museo400-regular-webfont.eot");
  src: url("fonts/museo/museo400-regular-webfont.svg");
  src: url("fonts/museo/museo400-regular-webfont.ttf");
  src: url("fonts/museo/museo400-regular-webfont.woff"); }

@font-face {
  font-family: 'Museo500';
  src: url("fonts/museo/museo500-regular-webfont.eot");
  src: url("fonts/museo/museo500-regular-webfont.svg");
  src: url("fonts/museo/museo500-regular-webfont.ttf");
  src: url("fonts/museo/museo500-regular-webfont.woff"); }

@font-face {
  font-family: 'Museo600';
  src: url("fonts/museo/museo600-regular-webfont.eot");
  src: url("fonts/museo/museo600-regular-webfont.svg");
  src: url("fonts/museo/museo600-regular-webfont.ttf");
  src: url("fonts/museo/museo600-regular-webfont.woff"); }

@font-face {
  font-family: 'Museo700';
  src: url("fonts/museo/museo700-regular-webfont.eot");
  src: url("fonts/museo/museo700-regular-webfont.svg");
  src: url("fonts/museo/museo700-regular-webfont.ttf");
  src: url("fonts/museo/museo700-regular-webfont.woff"); }

@font-face {
  font-family: 'Raleway Regular';
  src: url("fonts/raleway/raleway-regular-webfont.eot");
  src: url("fonts/raleway/raleway-regular-webfont.svg");
  src: url("fonts/raleway/raleway-regular-webfont.ttf");
  src: url("fonts/raleway/raleway-regular-webfont.woff"); }
@font-face {
  font-family: 'Raleway Medium';
  src: url("fonts/raleway/raleway-medium-webfont.eot");
  src: url("fonts/raleway/raleway-medium-webfont.svg");
  src: url("fonts/raleway/raleway-medium-webfont.ttf");
  src: url("fonts/raleway/raleway-medium-webfont.woff"); }
@font-face {
  font-family: 'Raleway Semibold';
  src: url("fonts/raleway/raleway-semibold-webfont.eot");
  src: url("fonts/raleway/raleway-semibold-webfont.svg");
  src: url("fonts/raleway/raleway-semibold-webfont.ttf");
  src: url("fonts/raleway/raleway-semibold-webfont.woff"); }
@font-face {
  font-family: 'Raleway Light';
  src: url("fonts/raleway/raleway-light-webfont.eot");
  src: url("fonts/raleway/raleway-light-webfont.svg");
  src: url("fonts/raleway/raleway-light-webfont.ttf");
  src: url("fonts/raleway/raleway-light-webfont.woff"); }

@font-face {
  font-family: 'Raleway Extra Light';
  src: url("fonts/raleway/raleway-extralight-webfont.eot");
  src: url("fonts/raleway/raleway-extralight-webfont.svg");
  src: url("fonts/raleway/raleway-extralight-webfont.ttf");
  src: url("fonts/raleway/raleway-extralight-webfont.woff"); }
h1, h2 {
  font-family: "Museo500"; }

h3, h4, h5, h6 {
  font-family: "Museo500"; }

span, a, p, li {
  font-family: "Raleway Regular"; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fef9dc; }

.btn {
  background: #faa220; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #00BDDD; }

::selection {
  color: #ffffff;
  background: #00BDDD; }

/*
==========================
Navigation
==========================
*/
.navWrap {
  background: #00BDDD; }
  .navWrap ul {
    padding: 0;
    margin: 0;
    float: right; }
    .navWrap ul li {
      list-style: none;
      display: inline-block;
      padding: 0 10px; }
      .navWrap ul li a {
        color: #ffffff;
        text-decoration: none;
        font-family: Helvetica, sans-serif;
        padding: 10px 5px;
        display: block; }
    .navWrap ul li:hover {
      background: #099db7; }
  .navWrap .navLogo {
    padding: 10px 10px 0;
    display: inline-block; }

.navLogo img {
  width: 100px; }

nav {
  background: #00BDDD;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000; }
  nav .navLogo {
    float: left;
    padding: 10px 10px 0; }
  nav ul {
    padding: 0;
    margin: 0;
    float: right; }
    nav ul li {
      list-style: none;
      display: inline-block;
      padding: 3px 10px; }
      nav ul li a {
        color: #ffffff;
        text-decoration: none;
        font-family: Helvetica, sans-serif;
        padding: 10px 4px;
        display: block;
        font-size: 16px; }
    nav ul li:hover {
      background: #099db7; }

/*
==========================
Content
==========================
*/

.contentWrap #errorWrap {
  padding-top: 50px; }
  .contentWrap #errorWrap .error {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    padding: 50px 10px; }
    .contentWrap #errorWrap .error img {
      max-width: 350px;
      margin: 0 auto; }
    .contentWrap #errorWrap .error h1 {
      color: #00BDDD;
      font-size: 200px;
      margin: 0; }
    .contentWrap #errorWrap .error h2 {
      color: #00BDDD;
      font-size: 50px; }
    .contentWrap #errorWrap .error a {
      display: inline-block;
      background: #00BDDD;
      width: 250px;
      padding: 10px;
      color: #ffffff;
      margin: 10px auto;
      border-radius: 3px;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
      margin: 5px; }
    .contentWrap #errorWrap .error .errorLinks {
      max-width: 550px;
      margin: 0 auto; }
#expand1 {
  background: url("img/plus-blue.png") repeat scroll 0 0 transparent;
  bottom: 0;
  color: #777;
  cursor: pointer;
  display: block;
  font-size: 19px;
  height: 64px;
  line-height: 33px;
  margin: 30px auto;
  position: relative;
  width: 64px;
  z-index: 20; }

.contentWrap {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 30; }
  .contentWrap header {
    background: #8fd4db;
    text-align: center;
    position: relative;
    padding-top: 30px;
    height: 900px;
    overflow: hidden;
    clear: both; }
    .contentWrap header h1 {
      color: #bf3a2b;
      font-size: 50px; }
    .contentWrap header p {
      font-size: 30px;
      color: #ffffff;
      max-width: 1250px;
      margin: 0 auto; }
    .contentWrap header span {
      color: #BF3A2B; }
  .contentWrap .intro {
    background: #ef6630;
    text-align: center;
    padding: 10px 20px 40px; }
    .contentWrap .intro h2 {
      font-size: 50px;
      color: #ffffff;
      margin: 10px 0; }
    .contentWrap .intro p {
      font-size: 30px;
      color: #ffffff;
      max-width: 960px;
      margin: 0 auto; }
    .contentWrap .intro .contactBtn {
      background: #e2674a;
      color: #ffffff;
      display: block;
      padding: 15px;
      max-width: 250px;
      text-decoration: none;
      border-radius: 5px;
      margin: 20px auto;
      font-size: 24px;
      font-weight: bold; }
  .contentWrap .clients {
    text-align: center;
    background: #FEF9DC;
    overflow: hidden;
    position: relative; }
    .contentWrap .clients h2 {
      font-size: 50px;
      color: #585858;
      margin: 10px 0;
      z-index: 50; }
    .contentWrap .clients p {
      font-size: 30px;
      color: #585858;
      max-width: 960px;
      margin: 0 auto;
      z-index: 50; }
    .contentWrap .clients ul {
      padding: 0;
      margin: 0 auto;
      text-align: left;
      height: 460px;
      width: 2000px; }
      .contentWrap .clients ul li {
        list-style: none;
        display: inline-block; }
        .contentWrap .clients ul li img {
          display: block;
          background: rgba(0, 0, 0, 0.5);
          height: 150px;
          width: 150px;
          border-radius: 75px;
          margin: 20px; }
    .contentWrap .clients .listContainer {
      max-width: 1225px;
      margin: 0 auto; }
    .contentWrap .clients .ac-container {
      max-width: 1250px;
      margin: 10px auto 30px auto; }
    .contentWrap .clients .ac-container label {
      background: url(img/plus-blue.png);
      position: relative;
      bottom: 0;
      z-index: 20;
      display: block;
      cursor: pointer;
      color: #777;
      line-height: 33px;
      font-size: 19px;
      width: 64px;
      height: 64px;
      margin: 30px auto; }
    .contentWrap .clients .ac-container input:checked #expand1,
    .contentWrap .clients .ac-container input:checked #expand1:hover {
      background: url(img/minus-blue.png); }
    .contentWrap .clients .ac-container label:hover:after,
    .contentWrap .clients .ac-container input:checked + label:hover:after {
      background: url(img/minus-blue.png); }
    .contentWrap .clients .ac-container input:checked + label:hover:after {
      background-image: url(../images/arrow_up.png); }
    .contentWrap .clients .ac-container input {
      display: none; }
    .contentWrap .clients .ac-container article {
      background: rgba(255, 255, 255, 0.5);
      margin-top: -1px;
      overflow: auto;
      overflow-y: hidden;
      height: 0px;
      position: relative;
      z-index: 10;
      transition: height 0.3s ease-in-out,  box-shadow 0.6s linear; }
    .contentWrap .clients .ac-container article h3 {
      margin: 20px 0 10px; }
    .contentWrap .clients .ac-container input:checked ~ article {
      transition: height 0.5s ease-in-out,  box-shadow 0.1s linear;
      box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3); }
    .contentWrap .clients .ac-container article p {
      font-style: italic;
      color: #777;
      line-height: 23px;
      font-size: 14px;
      padding: 20px;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
    .contentWrap .clients .ac-container input:checked ~ article.ac-small {
      height: 580px; }
    .contentWrap .clients .ac-container input:checked ~ article.ac-medium {
      height: 580px; }
    .contentWrap .clients .ac-container input:checked ~ article.ac-large {
      height: 580px; }
  .contentWrap .culture {
    background: #05B3D1;
    text-align: center;
    padding: 30px 20px;
    overflow: hidden; }
    .contentWrap .culture h2 {
      font-size: 50px;
      color: #ffffff;
      margin: 10px auto; }
    .contentWrap .culture p {
      font-size: 30px;
      color: #ffffff;
      max-width: 475px;
      margin: 0 auto; }
    .contentWrap .culture .textContainer {
      width: 100%;
      height: auto;
      position: relative;
      z-index: 1000; }
      .contentWrap .culture .textContainer .wrap {
        max-width: 550px;
        height: auto;
        margin: 0 auto;
        background: #231f20;
        padding-top: 100px;
        position: relative;
        z-index: 800; }
    .contentWrap .culture .people {
      padding: 0;
      margin: 0 auto;
      text-align: left;
      height: 460px;
      width: 2000px; }
      .contentWrap .culture .people li {
        list-style: none;
        display: inline-block;
        text-align: center; }
        .contentWrap .culture .people li a {
          display: block;
          background: rgba(255, 255, 255, 0.9);
          height: 150px;
          width: 150px;
          border-radius: 75px;
          margin: 20px; }
        .contentWrap .culture .people li span {
          color: #ffffff;
          font-size: 20px; }
    .contentWrap .culture .ac-container2 {
      max-width: 100%;
      margin: 10px auto 30px auto; }
    .contentWrap .culture .ac-container2 h3 {
      color: #ffffff; }
    .contentWrap .culture .ac-container2 label {
      background: url(img/plus-white.png);
      position: relative;
      bottom: 0;
      z-index: 20;
      display: block;
      cursor: pointer;
      color: #777;
      line-height: 33px;
      font-size: 19px;
      width: 64px;
      height: 64px;
      margin: 30px auto;
      z-index: 1000; }
    .contentWrap .culture .ac-container2 input:checked + label,
    .contentWrap .culture .ac-container2 input:checked + label:hover {
      background: url(img/minus-white.png); }
    .contentWrap .culture .ac-container2 label:hover:after,
    .contentWrap .culture .ac-container2 input:checked + label:hover:after {
      background: url(img/minus-white.png); }
    .contentWrap .culture .ac-container2 input {
      display: none; }
    .contentWrap .culture .ac-container2 article {
      margin-top: -1px;
      overflow-y: hidden;
      overflow-x: auto;
      max-height: 0px;
      position: relative;
      z-index: 1000;
      transition: max-height 0.3s ease-in-out,  box-shadow 0.6s linear; }
    .contentWrap .culture .ac-container2 input:checked ~ article {
      transition: max-height 0.5s ease-in-out,  box-shadow 0.1s linear; }
    .contentWrap .culture .ac-container2 article p {
      font-style: italic;
      color: #777;
      line-height: 23px;
      font-size: 14px;
      padding: 20px;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
    .contentWrap .culture .ac-container2 input:checked ~ article.ac-small {
      max-height: 2000px; }
    .contentWrap .culture .ac-container2 input:checked ~ article.ac-medium {
      max-height: 2000px; }
    .contentWrap .culture .ac-container2 input:checked ~ article.ac-large {
      max-height: 2000px; }
  .contentWrap #errorWrap {
    padding-top: 50px; }
    .contentWrap #errorWrap .error {
      max-width: 960px;
      margin: 0 auto;
      text-align: center;
      background: #ffffff; }
      .contentWrap #errorWrap .error h1 {
        color: #00BDDD;
        font-size: 200px;
        margin: 0; }
      .contentWrap #errorWrap .error h2 {
        color: #00BDDD;
        font-size: 50px; }
  .contentWrap .contactUs {
    background: #ef6630;
    text-align: center;
    padding: 30px 20px;
    z-index: 900;
    position: relative; }
    .contentWrap .contactUs h2 {
      font-size: 50px;
      color: #ffffff;
      margin: 0 auto;
      position: relative;
      z-index: 50; }
    .contentWrap .contactUs .contactBg {
      position: absolute;
      bottom: 300px;
      left: 0;
      max-width: 100%;
      z-index: 5; }
    .contentWrap .contactUs .mailbox {
      position: absolute;
      bottom: 0;
      left: 10%;
      max-width: 100%;
      z-index: 5; }
    .contentWrap .contactUs .booth {
      position: absolute;
      bottom: 0;
      right: 10%;
      max-width: 100%;
      z-index: 5; }
    .contentWrap .contactUs .formContainer {
      max-width: 610px;
      margin: 50px auto 20px;
      background: #f9f7e0;
      padding: 20px;
      z-index: 20;
      overflow: auto;
      position: relative; }
    .contentWrap .contactUs .envelope {
      position: absolute;
      bottom: 0;
      left: 30%; }
    .contentWrap .contactUs input {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px dashed #cccccc; }
    .contentWrap .contactUs input, .contentWrap .contactUs select {
      height: 40px; }
    .contentWrap .contactUs select, .contentWrap .contactUs textarea {
      border: 1px solid #cccccc; }
    .contentWrap .contactUs input, .contentWrap .contactUs select, .contentWrap .contactUs textarea {
      background: none;
      box-sizing: border-box;
      color: #585858;
      display: block;
      font-family: "Raleway Regular";
      font-size: 18px;
      margin: 0 0 1rem;
      padding: 0.5rem;
      transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
      width: 100%; }
    .contentWrap .contactUs .contactformBtn {
      -moz-user-select: none;
      background-image: none;
      background-color: #00bddd;
      border: 1px solid transparent;
      border-radius: 4px;
      cursor: pointer;
      display: inline-block;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.42857;
      margin-bottom: 0;
      padding: 6px 12px;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
      color: #ffffff;
      float: right; }
  .contentWrap .moreBtn {
    cursor: pointer; }

.caseContainer {
  background: none repeat scroll 0% 0% #FFF;
}

/*
==========================
Footer
==========================
*/
footer {
  background: #585858;
  text-align: center;
  padding: 10px 20px 20px; }
  footer ul {
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    footer ul li {
      list-style: none;
      display: inline-block;
      font-size: 14px; }
      footer ul li a {
        color: #00BDDD;
        padding: 10px;
        text-decoration: none;
        font-size: 14px; }
  footer .footNav {
    float: left; }
  footer .social {
    float: right; }
  footer p {
    color: #ffffff;
    clear: both;
    display: block;
    margin: 40px 0px 5px;
    font-size: 14px; }

/*
==========================
Services Page
==========================
*/

#goUp {
  display: block;
  text-align: center; }
  #goUp img {
    position: relative;
    top: 0px;
    -webkit-animation: bounceUp 1s infinite;
    /* Chrome, Safari, Opera */
    animation: bounceUp 1s infinite; }
@-webkit-keyframes bounceUp {
  50% {
    top: 10px; }
  100% {
    top: 0px; } }
@keyframes bounceUp {
  50% {
    top: 10px; }
  100% {
    top: 0px; } }

.slide {
  box-sizing: border-box;
  padding: 100px 50px 130px;
  overflow: visible; }

  .slide h1:first-child {
    margin-bottom: 50px;
  }

  #expandedContent h1 {
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: 70px;
  }

  .slide h1 {
    font-size: 90px;
    margin-bottom: 0px;
    margin-top: 0; }

  .slide h2:first-child, #pushStateSlides h2:first-child {
    margin: 0px 0px 30px;
  }
  .slide h2 {
    font-size: 60px;
    font-family: "Raleway Semibold";
    margin: 60px 0px 30px; }
  .slide h3 {
    font-size: 60px;
    font-family: "Raleway Extra Light";
    font-weight: normal;
    line-height: 90px;
    margin-bottom: 35px; }
  .slide p {
    margin: 0 0 20px 0; }
  .slide .txtWrap {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto; }
  .slide .ac-container3 {
    width: 100%; }
  .slide .ac-container3 a#toggle1, .slide .ac-container3 a#toggleBack {
    background: url(img/clients/cleint_more_btn.svg);
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #777;
    line-height: 33px;
    font-size: 19px;
    width: 69px;
    height: 69px;
    margin: 0px auto 65px;
    z-index: 1000; }
  .slide .ac-container3 input:checked + a#toggleBack,
  .slide .ac-container3 input:checked + a#toggleBack:hover {
    background: url(img/clients/minus_clients.svg); }
  .slide .ac-container3 a#toggleBack:hover:after,
  .slide .ac-container3 input:checked + a#toggleBack:hover:after {
    background: url(img/clients/minus_clients.svg); }
  .slide .ac-container3 label {
    background: url(img/clients/cleint_more_btn.svg);
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #777;
    line-height: 33px;
    font-size: 19px;
    width: 69px;
    height: 69px;
    margin: 0px auto 65px;
    z-index: 1000; }
  .slide .ac-container3 input:checked + label,
  .slide .ac-container3 input:checked + label:hover {
    background: url(img/clients/minus_clients.svg); }
  .slide .ac-container3 label:hover:after,
  .slide .ac-container3 input:checked + label:hover:after {
    background: url(img/clients/minus_clients.svg); }
  .slide .ac-container3 input {
    display: none; }
  .slide .ac-container3 article {
    width: auto;
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    max-height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease; }
    .slide .ac-container3 article li {
      font-size: 24px;
      line-height: 40px }
    .slide .ac-container3 article ul {
      margin-top: 0px;
      margin-bottom: 20px;
      padding-left: 70px; }
    .slide .ac-container3 article span {
      color: #464646; }
    .slide .ac-container3 article li {
      color: #EF6630;
      /*margin: 10px 0px 30px 0px;
      margin-top: 10px;
      margin-bottom: 30px;*/
      /*font-weight: bold;*/ }
  .slide .ac-container3 input:checked ~ article {
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
    padding-bottom: 30px; }
  .slide .ac-container3 input:checked ~ article.ac-small {
    max-height: 20000px; }
  .slide .ac-container3 input:checked ~ article.ac-medium {
    max-height: 1500px; }
  .slide .ac-container3 input:checked ~ article.ac-large {
    max-height: 1500px; }
  .slide .ac-small, .slide .ac-medium, .slide .ac-large {
    overflow: auto; }
    .slide .ac-small .right, .slide .ac-medium .right, .slide .ac-large .right {
      float: right;
      margin: 20px;
      max-width: 350px; }
    .slide .ac-small .full, .slide .ac-medium .full, .slide .ac-large .full {
      margin: 20px auto;
      max-width: 90%; }

.slide p {
  font-size: 24px;
  color: #464646;
  text-align: justify;
  line-height: 36px; }

.slide p a {
  color: #f06731;
}

#slide1 p {
  max-width: 1250px; }

#slide1 img {
  width: 100%;
  margin: 30px auto 0px; }

.navigation {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0; }

.navigation li {
  list-style: none;
  text-align: right;
  background: #ef6630;
  margin: 10px 0;
  cursor: pointer;
  padding: 10px 0 10px 20px;
  position: relative;
  width: 350px;
  left: 300px;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease; }

.navigation li span {
  float: left;
  color: #ffffff;
  margin-right: 20px; }

.navigation li a {
  font-size: 18px;
  color: #f2f2f2;
  background: #ef6630;
  padding: 10px 10px 10px 12px;
  margin-bottom: 2px;
  font-weight: bold;
  -webkit-transition: all .3s ease-in-out;
  text-align: right;
  width: auto;
  text-decoration: none;
  outline: none; }

.navigation li:hover {
  left: 0;
  background: none; }

.navigation li:hover span {
  display: none; }

.slide {
  text-align: center;
  background-color: #F0ECE1;
  box-sizing: border-box;
  background-attachment: fixed;
  width: 100%;
  position: relative;
  padding-top: 100px; }

#slide1, #slide3, #slide5, #slide7, #slide9 {
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
  position: relative; }

#slide1 {
  padding-bottom: 125px; }

#slide {
  height: 700px; }

#slide p {
  text-align: center;
  margin: 0 auto; }

#slide .categoryImg {
  text-align: center; }

.servicesHead {
  width: 100%; }

.contentWrap {
  clear: both;
  width: 100%; }


#slide2 .txtWrap h2, #slide4 .txtWrap h2, #slide6 .txtWrap h2, #slide8 .txtWrap h2, #slide2 h2, #slide4 h2, #slide6 h2, #slide8 h2, #slide2 h1, #slide4 h1, #slide6 h1, #slide8 h1 {
  color: #ffffff; }

#slide2 .txtWrap p, #slide4 .txtWrap p, #slide6 .txtWrap p, #slide8 .txtWrap p {
  color: #ffffff; }

#slide2 .txtWrap h3, #slide4 .txtWrap h3, #slide6 .txtWrap h3, #slide8 .txtWrap h3 {
  color: #ffffff; }

.slide:nth-of-type(even) .ac-container3 h3 {
  color: #ffffff !important;
  font-family: 'Raleway Extra Light';
  font-size: 60px;
  font-weight: normal;
  line-height: 90px;
  border-top: none;
  padding-top: 0px; }

/*.slide:nth-of-type(even) .ac-container3 h1:nth-of-type(1) {
  border-top: 2px solid #FFF;
  padding-top: 92px;
}

.slide .ac-small h1 {
  border-top: 2px solid #EF6630;
  padding-top: 92px;
}*/

.slide:nth-of-type(even) .ac-container3 h4 {
  color: #ffffff !important; }

.slide:nth-of-type(even) .ac-container3 span {
  color: #ffffff !important; }

.slide:nth-of-type(even) .ac-container3 li {
  color: #ffffff !important; }

.slide:nth-of-type(even) .ac-container3 a#toggle1, .slide:nth-of-type(even) .ac-container3 a#toggleBack {
  background: url("img/about/about_btn.svg") repeat scroll 0% 0%;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #777;
  line-height: 33px;
  font-size: 19px;
  width: 69px;
  height: 69px;
  margin: 0px auto 65px;
  z-index: 1000;}

.slide:nth-of-type(even) .ac-container3 input:checked + a#toggleBack, .slide:nth-of-type(even) .ac-container3 input:checked + a#toggleBack:hover, .slide:nth-of-type(even) .ac-container3 input:checked + .ac-small a#toggleBack {
  background: url("img/about/minus_about.svg") repeat scroll 0% 0%; }

.slide:nth-of-type(even) .ac-container3 label {
  background: url("img/about/about_btn.svg") repeat scroll 0% 0%;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #777;
  line-height: 33px;
  font-size: 19px;
  width: 69px;
  height: 69px;
  margin: 0px auto 65px;
  z-index: 1000;}

.slide:nth-of-type(even) .ac-container3 input:checked + label, .slide:nth-of-type(even) .ac-container3 input:checked + label:hover, .slide:nth-of-type(even) .ac-container3 input:checked + .ac-small label {
  background: url("img/about/minus_about.svg") repeat scroll 0% 0%; }

.slide:nth-of-type(even) .ac-container3 p {
  color: #ffffff !important; }

/** Strategy Colors **/
.strategy2, .strategy6 {
  background: #0DB5D8; }

.strategy4 {
  background: #0099CC; }

/** Design Colors **/
.design2, .design6 {
  background: #F89939; }

.design4, .design8 {
  background: #E8783E; }

/** Social Colors **/
.social2 {
  background: #64BAC9;
} 

.social4 {
  background: #00B1BE; }

/** Content Colors **/
.content2, .content6 {
  background: #3CB24C; }

.content4, .content8 {
  background: #74BC46; }

/** Analytics Colors **/
.analytics2, .analytics6 {
  background: #DF9834; }

.analytics4, .analytics8 {
  background: #E2B534; }

/** SEO Colors **/
.seo2, .seo6 {
  background: #67908A; }

.seo4, .seo8 {
  background: #5C6768; }

/** PPC Colors **/
.ppc2, .ppc6 {
  background: #585858; }

.ppc4, .ppc8 {
  background: #767575; }

.strategyHead, .designHead, .socialHead, .contentHead, .analyticsHead, .seoHead, .ppcHead, .emailHead, .mobileHead, .croHead {
  height: 600px;
  position: relative;
  /*padding: 30px 40px;*/
  display: block;
  box-sizing: border-box; }
  .strategyHead img, .designHead img, .socialHead img, .contentHead img, .analyticsHead img, .seoHead img, .ppcHead img, .emailHead img, .mobileHead img, .croHead img {
    position: relative;
    width: 425px;
    z-index: 10;
    float: right;
    margin-top: 15px; }
  .strategyHead .border, .designHead .border, .socialHead .border, .contentHead .border, .analyticsHead .border, .seoHead .border, .ppcHead .border, .emailHead .border, .croHead .border {
    /*border: 1px solid #ffffff;*/
    height: 100%;
    width: 100%;
    display: block;
    box-sizing: border-box;
    z-index: 20;
    position: relative;
    text-align: center; }
  .strategyHead .headWrap, .designHead .headWrap, .socialHead .headWrap, .contentHead .headWrap, .analyticsHead .headWrap, .seoHead .headWrap, .ppcHead .headWrap, .emailHead .headWrap, .mobileHead .headWrap, .croHead .headWrap {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 80px;
    height: 600px;
    padding: 0 30px; }
  .strategyHead span, .designHead span, .socialHead span, .contentHead span, .analyticsHead span, .seoHead span, .ppcHead span, .emailHead span, .mobileHead span, .croHead span {
    color: #ffffff;
    font-size: 90px;
    font-family: "Museo500";
    text-shadow: 1px 1px 1px #898989;
    padding-top: 70px;
    display: block; }
  .strategyHead p, .designHead p, .socialHead p, .contentHead p, .analyticsHead p, .seoHead p, .ppcHead p, .emailHead p, .mobileHead p, .croHead p {
    color: #ffffff;
    font-size: 25px;
    text-shadow: 1px 1px 1px #898989;
    margin: 25px 0; }

.strategyHead {
  background: url("img/inner/strategy.jpg") top center fixed; }

.designHead {
  background: url("img/inner/designux.jpg") top center fixed; }

.socialHead {
  background: url("img/inner/social.jpg") top center fixed; }

.contentHead {
  background: url("img/inner/content2.jpg") top center fixed; }

.analyticsHead {
  background: url("img/inner/analytics.jpg") top center fixed; }

.seoHead {
  background: url("img/inner/seo.jpg") top center fixed; }

.ppcHead {
  background: url("img/inner/ppc2.jpg") top center fixed; }

.emailHead {
  background: url("img/inner/email.jpg") top center fixed; }

.mobileHead {
  background: url("img/inner/mobile2.jpg") top center fixed; }

.croHead {
  background: url("img/inner/cro2.jpg") top center fixed; }

.footerContact {
  background: #EF6630;
  overflow: visible;
  padding: 30px 20px; }
  .footerContact .formContainer {
    background: none repeat scroll 0 0 #f9f7e0;
    margin: 0 auto;
    max-width: 960px;
    overflow: auto;
    padding: 20px;
    position: relative;
    z-index: 20; }
    .footerContact .formContainer .left {
      float: left;
      width: 45%; }
    .footerContact .formContainer .right {
      float: right;
      width: 45%; }
  .footerContact input, .footerContact select, .footerContact textarea {
    background: none repeat scroll 0 0 transparent;
    box-sizing: border-box;
    color: #585858;
    display: block;
    font-family: "Raleway Regular";
    font-size: 18px;
    margin: 0 0 1rem;
    padding: 0.5rem;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%; }
  .footerContact input {
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-style: none none dashed;
    border-width: medium medium 1px; }
  .footerContact select, .footerContact textarea {
    border: 1px solid #cccccc; }
  .footerContact .contactformBtn {
    -moz-user-select: none;
    background-color: #00bddd;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; }

.listButtonType {
  list-style: outside none none;
  text-align: center;
  padding: 0px;
}

.listButtonType li {
  margin-right: 40px !important;
  font-weight: bold;
  display: inline-block;
  padding: 20px 30px;
  border: 2px solid #EF6630;
  min-width: 174px;
}

.slide:nth-of-type(2n) .ac-container3 .listButtonType li {
  border: 2px solid #FFF;
}

/** Strategy Segment Colors **/
/*238px
==========================
Client Page / Portfolio
==========================
*/
.clientWrap {
  max-width: 1250px;
  margin: 50px auto 0 auto;
  clear: both;
  padding: 30px 20px 10px 20px;
  background: #ffffff;
  overflow: auto;
  min-height: 100%; }
  .clientWrap h1 {
    border-bottom: 4px solid #ef6630;
    border-top: 4px solid #ef6630;
    color: #ef6630;
    display: block;
    margin: 0 auto 50px;
    max-width: 1250px;
    text-align: center;
    padding: 20px 10px; }
  .clientWrap #blocks {
    -moz-column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    column-count: 3;
    column-gap: 0;
    width: 100%;
    height: auto; }
  .clientWrap .blockSections {
    display: block;
    overflow: auto;
    min-height: 300px;
    border: 1px solid #ebebeb;
    padding: 30px 10px;
    clear: both;
    color: #ffffff; }
    .clientWrap .blockSections div {
      overflow: auto;
      display: block; }
    .clientWrap .blockSections p {
      overflow: auto;
      display: block; }
  .clientWrap .client1 {
    background: #10B5D8; }
  .clientWrap .client2 {
    background: #0099CC; }
  .clientWrap .client3 {
    background: #585858; }
  .clientWrap .client4 {
    background: #767575; }
  .clientWrap .client5 {
    background: #67908A; }
  .clientWrap .client6 {
    background: #5C6768; }
  .clientWrap .client7 {
    background: #5C6768; }
  .clientWrap .client8 {
    background: #E8783F; }
  .clientWrap .client9 {
    background: #00B2BE; }
  .clientWrap .client10 {
    background: #64BBCA; }
  .clientWrap ul {
    padding: 0; }
    .clientWrap ul li {
      list-style: none;
      display: block;
      clear: both;
      overflow: auto;
      border-bottom: 1px dotted #CCCCCC;
      padding: 30px 10px; }
    .clientWrap ul li:last-child {
      border: none; }
    .clientWrap ul li:nth-of-type(even) img {
      float: right;
      margin-right: 0;
      margin-left: 20px; }
    .clientWrap ul li:nth-of-type(even) div {
      text-align: right; }
    .clientWrap ul li div {
      overflow: auto; }
  .clientWrap img {
    width: 150px;
    height: 150px;
    display: block;
    background: #cccccc;
    float: left;
    margin-right: 20px;
    border-radius: 75px; }
  .clientWrap .aboutClient {
    font-size: 20px; }

/*
==========================
Inner Pages Slider
==========================
*/
input.set {
  display: none; }

#card1:checked ~ .mask .overflow {
  margin-left: 0; }

#card2:checked ~ .mask .overflow {
  margin-left: -100%; }

#card3:checked ~ .mask .overflow {
  margin-left: -200%; }

#card4:checked ~ .mask .overflow {
  margin-left: -300%; }

#cardWrap {
  margin: 50px auto 0 auto;
  padding-bottom: 20px;
  width: 80%;
  position: relative;
  z-index: 1000; }

#cardWrap .mask {
  width: 90%;
  overflow: hidden;
  margin: auto; }

#cardWrap .overflow {
  width: 400%;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

#cardWrap .cards {
  width: 25%;
  height: auto;
  float: left; }

#controls {
  width: 100%; }

#controls label {
  display: none;
  width: 5%;
  height: 60px;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  margin-top: -30px;
  cursor: pointer; }

#controls label:hover {
  opacity: 0.8; }

#card1:checked ~ #controls label:nth-child(2), #card2:checked ~ #controls label:nth-child(3), #card3:checked ~ #controls label:nth-child(4) {
  right: 0;
  display: block;
  content: "Back"; }

#card2:checked ~ #controls label:nth-child(1), #card3:checked ~ #controls label:nth-child(2), #card4:checked ~ #controls label:nth-child(3) {
  left: 0;
  display: block;
  content: "Back"; }

/*
==========================
Modal Newspaper Effect CSS
==========================
*/
.md-perspective,
.md-perspective body {
  height: 100vh;
  overflow: hidden; }

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px; }

.modalcontainer {
  background: rgba(0, 0, 0, 0.7);
  min-height: 100vh;
  position: absolute; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 400px;
  min-width: 300px;
  height: auto;
  text-align: right;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/* Content styles */
.md-content {
  color: #585858;
  background: #f2f2f2;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 10px 10px 44px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 44px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 44px -4px rgba(0, 0, 0, 0.75); }

.md-content h3 {
  color: #ffffff;
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  background: #00BDDD;
  border-radius: 3px 3px 0 0; }

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
  overflow: auto; }

.md-content > div p {
  margin: 0;
  padding: 10px 0; }

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px; }

.md-content > div ul li {
  padding: 5px 0; }

.md-content input {
  background: none repeat scroll 0 0 transparent;
  box-sizing: border-box;
  color: #585858;
  display: block;
  font-family: "Raleway Regular";
  font-size: 18px;
  margin: 0 0 1rem;
  padding: 0.5rem;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  width: 100%;
  border: 1px solid #cccccc; }

.md-content button {
  -moz-user-select: none;
  background-color: #00bddd;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.md-content .md-close {
  background-color: #FF4D4B;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0; }

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

label:hover, a:hover {
    color: #585858 !important;
}

/*
==========================
Blog Styles
==========================
*/
.blogHeader {
  width: 100%;
  background: #ffffff;
  padding-top: 60px;
  overflow: auto;
  height: 400px;
  background: url("img/inner/blog.jpg") no-repeat fixed;
  background-position: center top; }
  .blogHeader header {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden; }
  .blogHeader h1 {
    color: #ffffff;
    font-size: 50px; }
.blogWrap {
  width: 100%;
  background: #ffffff;
  padding-top: 30px; }

  #blogHeaderText {
    float: left;
    color: #FFF;
    max-width: 650px;
  }

.blogContainer {
  max-width: 1250px;
  margin: 0 auto;
  overflow: auto;
  color: #585858; }
  .blogContainer header {
    background: #84D0E0;
    padding: 20px;
    overflow: auto; }
    .blogContainer header img {
      float: right;
      width: 300px; }
    .blogContainer header h1, .blogContainer header span {
      color: #ffffff;
      float: left;
      font-size: 70px; }
  .blogContainer .breadcrumb {
    float: left; }
  .blogContainer .postHead {
    margin-bottom: 20px;
    overflow: auto; }
    .blogContainer .postHead .author {
      font-weight: bold;
      display: inline-block; }
    .blogContainer .postHead img {
      height: 48px;
      width: 48px;
      border-radius: 24px;
      display: block;
      background: #cccccc;
      float: left;
      margin-right: 10px; }
    .blogContainer .postHead span {
      display: block; }
    .blogContainer .postHead .postTitle {
      font-size: 50px;
      margin: 5px 0; }
      .blogContainer .postHead .postTitle a {
        text-decoration: none;
        font-family: "Raleway Semibold";
        text-decoration: none; }
  .blogContainer .blogpost h2 {
    color: #464646;
    font-size: 50px;
    margin: 5px 0; }
  .blogContainer .blogContent {
    width: 100%;
    /*margin-right: 3%;
    float: left;*/
    padding: 10px;
    box-sizing: border-box; }
    .blogContainer .blogContent .blogpost {
        border-bottom: 2px dotted #00bddd;
        padding: 20px 0;
        clear: both; }
      .blogContainer .blogContent .blogpost p {
        font-size: 24px;
        line-height: 36px; }
    .blogContainer .blogContent a {
      color: #428bca; }
    .blogContainer .blogContent .breadcrumb {
      padding: 0;
      margin-top: 6px; }
      .blogContainer .blogContent .breadcrumb li {
        list-style: none;
        display: inline-block; }
    .blogContainer .blogContent .breadcrumb > li + li:before {
      color: #cccccc;
      content: "/ ";
      padding: 0 5px; }
    .blogContainer .blogContent .breadcrumb > .active {
      color: #777777; }
  .blogContainer .blogFooter section {
    float: left;
    padding: 10px;
    box-sizing: border-box; }
  .blogContainer .blogFooter ul {
    padding: 0; }
    .blogContainer .blogFooter ul li {
      list-style: none;
      margin: 10px 0; }
  .blogContainer aside {
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box; }

/*.blogFooter section {
  width: 25%;
}*/

#blogCat a {
  margin: 5px 0px;
  color: #428bca;
  font-weight: bold; }

#latestBlog a {
  color: #428bca;
  font-weight: bold; }

#blogNletter input {
  width: 100%;
  height: 30px;
  font-size: 14px;
  padding: 5px; }
#blogNletter a {
  display: block;
  background: #00BDDD;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 3px; }

aside section {
  background: #F2F2F2;
  padding: 20px 10px;
  border-radius: 3px;
  margin-bottom: 20px; }
aside h3 {
  margin: 0;
  font-size: 24px; }
aside ul {
  padding: 0; }
  aside ul li {
    list-style: none;
    margin: 10px 0; }
aside a {
  text-decoration: none;
  color: #428bca; }

aside a {
  text-decoration: none;
  color: #428bca; }
aside .newsletter input {
  width: 100%;
  height: 30px;
  margin: 10px 0;
  padding: 0 10px;
  font-size: 16px; }
aside .newsletter a {
  display: block;
  background: #00BDDD;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  text-decoration: none; }

.commentForm {
  border-bottom: 2px dotted #00bddd; }
  .commentForm input, .commentForm textarea {
    display: block;
    font-size: 16px;
    padding: 5px;
    margin: 10px 0; }
  .commentForm a {
    padding: 10px 20px;
    background: #00BDDD;
    border-radius: 3px;
    color: #ffffff !important;
    text-decoration: none;
    margin: 10px 0;
    clear: both;
    display: block;
    width: 100px;
    text-align: center; }

.commentList ul {
  padding: 0; }
.commentList li {
  list-style: none;
  margin: 20px 0; }
.commentList img {
  display: block;
  height: 40px;
  width: 40px;
  background: #cccccc;
  float: left;
  margin: 0 10px 10px 0; }
.commentList .name, .commentList .date {
  display: block; }
.commentList .name {
  font-weight: bold; }
.commentList p {
  clear: both; }

/*
==========================
Dropit Dropdown Menu
==========================
*/
.dropit {
  list-style: none;
  padding: 0;
  margin: 0; }

.dropit .dropit-trigger {
  position: relative; }

.dropit .dropit-submenu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 150px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #099DB7; }

.dropit .dropit-submenu li {
  border-bottom: 1px solid #ffffff;
  display: block;
  margin: 0;
  padding: 0 10px; }

.dropit .dropit-submenu li:last-child {
  border: none; }

.dropit .dropit-submenu li:hover {
  background: #02aac7; }

.dropit .dropit-open .dropit-submenu {
  display: block; }

/*
========================================
Preloader
========================================
*/

#spin-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    background: #000;
}
#spinner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #06BDDD;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #spinner:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #EE6731;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #spinner:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FAA221;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }



/*
==========================
Case Study
==========================
*/
.caseStudy {
  padding: 20px 10px 30px; }
  .caseStudy h2 {
    color: #EF6630;
    max-width: 500px;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 50px; }

.left ul li {
  font-size: 19px;
  list-style-type: circle;
  color: #00bddd;
}

/*
==========================
Blog Search Box
==========================
*/
.input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background: #00BDDD;
  border: none; }

/*
==========================
Call Us Dropdown
==========================
*/
.search-select {
  margin: 30px auto;
  position: fixed;
  top: 80px;
  right: 10px;
  width: 50px;
  height: 40px;
  z-index: 800; }

.search-select .field {
  width: 300px;
  display: inline-block;
  cursor: pointer; }

.search-select .field .phone {
  width: 40px; }

.search-select .icon:after {
  font-style: normal;
  font-family: FontA;
  color: #a79b97;
  font-size: 20px;
  position: relative;
  right: 10px;
  opacity: 0.8;
  float: right; }

.search-select input {
  display: none; }

.search-select .flag {
  float: right;
  width: 35px; }

.mail {
  position: fixed;
  right: 10px;
  top: 60px;
  width: 40px;
  z-index: 800; }

.home {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 800; }

.search-select input:checked + .select {
  opacity: 1;
  top: 5px;
  right: 250px; }

.search-select ul.select {
  -moz-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  list-style: none;
  padding: 5px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  width: 300px;
  position: relative;
  top: 10px;
  right: -250px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #f2f2f2; }

.search-select ul.select li {
  z-index: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 300px;
  padding: 15px 10px;
  text-transform: uppercase;
  color: #EF6630;
  font-family: "PT Sans Caption";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  padding-left: 20px;
  width: 290px;
  border-bottom: 1px dotted #ddd8d7; }

.search-select ul.select li a {
  color: #EF6630;
  text-decoration: none; }

.search-select ul.select li:nth-child(2) {
  border-radius: 4px 4px 0 0; }

.search-select ul.select li:last-child {
  border-radius: 0 0 4px 4px; }

.search-select ul.select li:not(.icon):hover {
  margin-top: -1px;
  color: #ffffff; }

.search-select ul.select li:not(.icon):hover a {
  color: #ffffff; }

.search-select ul.select li:not(.icon):hover i:after {
  color: white; }

.search-select ul.select li:last-child {
  border: none; }

.search-select ul.select li i:after {
  color: #c0b7b4; }

.search-select label {
  cursor: pointer;
  height: 20px;
  width: 300px;
  line-height: 20px;
  padding: 15px 10px;
  text-transform: uppercase;
  color: #a79b97;
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }


.strategyHead, .designHead, .socialHead, .contentHead, .analyticsHead, .seoHead, .ppcHead, .emailHead, .mobileHead {
    height: 600px;
  }

/*
==========================
Custom Media  Queries
==========================
*/
/**** For Switching Header Display to Top of Inner Page ****/
@media (max-width: 2600px) {
  .slideContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden; }

  .slideContainer .contentWrap {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .slideContainer .servicesHead {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }
/**** End For Switching Header Display to Top of Inner Page ****/
/*
======================================
For Retina Display
======================================
*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  .logo {
    width: 120px; }

  #group1 .parallax__layer--fore h1 {
    font-size: 30px; }
  #group1 .parallax__layer--fore p {
    font-size: 20px; }

  .contentWrap .intro h2 {
    font-size: 30px; }
  .contentWrap .intro p {
    font-size: 20px; }
  .contentWrap .culture h2 {
    font-size: 30px; }
  .contentWrap .culture p {
    font-size: 20px; }
  .contentWrap .culture .textContainer .wrap {
    padding: 30px 15px;
    max-width: 550px; }

  .title p {
    font-size: 20px; }

  #group1 .parallax__layer--fore {
    height: 300px; }

  #mobile2 {
    width: 140px;
    height: 344px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 10px; }

  #mobile2 .gadget {
    position: relative;
    width: 140px;
    height: 344px;
    background: url(img/header/hand_phone2.svg) no-repeat;
    background-size: 140px 344px;
    display: block;
    z-index: 10; }

  #tablet2 {
    width: 250px;
    height: 286px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    position: relative;
    bottom: 0;
    margin: 0 10px; }

  #tablet2 .gadget {
    position: relative;
    width: 250px;
    height: 286px;
    background: url(img/header/hand_tablet2.svg) no-repeat;
    background-size: 250px 286px;
    display: block;
    z-index: 10; }

  #desktop2 {
    width: 250px;
    height: 307px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 10px; }

  #desktop2 .gadget {
    position: relative;
    width: 250px;
    height: 307px;
    background: url(img/header/hand_desktop2.svg) no-repeat;
    background-size: 250px 307px;
    display: block;
    z-index: 10; }

    #group1 #headText1 h2 {
      font-size: 20px;
      line-height: 18px; }

    #group1 #headText2 h2, #group1 #headText3 h2 {
    font-size: 20px;
    color: #00BDDD;
    text-shadow: 1px 1px 1px #252525; }

  #group1 #headText1 p, #group1 #headText2 p, #group1 #headText3 p {
    font-size: 14px;
    line-height: normal; }

  #group1 #headText1 {
    width: 82px;
    height: 135px;
    top: 20px;
    left: 30px;
    padding: 5px; }

  #group1 #headText2 {
    width: 170px;
    height: 125px;
    top: 35px;
    left: 40px;
    padding: 20px 5px; }

  #group1 #headText3 {
    width: 215px;
    height: 125px;
    top: 15px;
    left: 17px;
    padding: 40px 5px; }

  #mobile2:hover {
    /*background: url(img/header/hand_phone_active2.svg) no-repeat;*/
    bottom: 30px; }

  #mobile2:hover .gadget {
    background: url(img/header/hand_phone_active2.svg) no-repeat;
    background-size: 140px 344px; }

  #tablet2:hover {
    /*background: url(img/header/hand_tablet_active2.svg) no-repeat;*/
    bottom: 40px; }

  #tablet2:hover .gadget {
    background: url(img/header/hand_tablet_active2.svg) no-repeat;
    background-size: 250px 286px; }

  #desktop2:hover {
    /*background: url(img/header/hand_desktop_active2.svg) no-repeat;*/
    bottom: 30px; }

  #desktop2:hover .gadget {
    background: url(img/header/hand_desktop_active2.svg) no-repeat;
    background-size: 250px 307px; }

  #group1 .parallax__layer--base .outerWrap2 {
    height: 220px; } }
/*
======================================
For macBook
======================================
*/
@media (max-width: 1440px) and (max-height: 768px) {
  

  #group1 .parallax__layer--fore h1 {
    font-size: 30px; }
  #group1 .parallax__layer--fore p {
    font-size: 20px; }

  .contentWrap .intro h2 {
    font-size: 30px; }
  .contentWrap .intro p {
    font-size: 20px; }
  .contentWrap .culture h2 {
    font-size: 30px; }
  .contentWrap .culture p {
    font-size: 20px; }
  .contentWrap .culture .textContainer .wrap {
    padding: 30px 15px;
    max-width: 550px; }

  .title p {
    font-size: 20px; }

  #group1 .parallax__layer--fore {
    height: 300px; }

  #mobile2 {
    width: 140px;
    height: 344px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 10px; }

  #mobile2 .gadget {
    position: relative;
    width: 140px;
    height: 344px;
    background: url(img/header/hand_phone2.svg) no-repeat;
    background-size: 140px 344px;
    display: block;
    z-index: 10; }

  #tablet2 {
    width: 250px;
    height: 286px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    position: relative;
    bottom: 0;
    margin: 0 10px; }

  #tablet2 .gadget {
    position: relative;
    width: 250px;
    height: 286px;
    background: url(img/header/hand_tablet2.svg) no-repeat;
    background-size: 250px 286px;
    display: block;
    z-index: 10; }

  #desktop2 {
    width: 250px;
    height: 307px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 10px; }

  #desktop2 .gadget {
    position: relative;
    width: 250px;
    height: 307px;
    background: url(img/header/hand_desktop2.svg) no-repeat;
    background-size: 250px 307px;
    display: block;
    z-index: 10; }
  #group1 #headText1 h2 {
    font-size: 20px;
    line-height: 22px; }

  #group1 #headText2 h2, #group1 #headText3 h2 {
    font-size: 20px;
    color: #00BDDD;
    text-shadow: 1px 1px 1px #252525; }

  #group1 #headText1 p, #group1 #headText2 p, #group1 #headText3 p {
    font-size: 14px;
    line-height: normal; }

  #group1 #headText1 {
    width: 82px;
    height: 135px;
    top: 20px;
    left: 30px;
    padding: 5px; }

  #group1 #headText2 {
    width: 170px;
    height: 125px;
    top: 35px;
    left: 40px;
    padding: 20px 5px; }

  #group1 #headText3 {
    width: 215px;
    height: 125px;
    top: 15px;
    left: 17px;
    padding: 40px 5px; }

  #mobile2:hover {
    bottom: 30px; }

  #mobile2:hover .gadget {
    background: url(img/header/hand_phone_active2.svg) no-repeat;
    background-size: 140px 344px; }

  #tablet2:hover {
    bottom: 40px; }

  #tablet2:hover .gadget {
    background: url(img/header/hand_tablet_active2.svg) no-repeat;
    background-size: 250px 286px; }

  #desktop2:hover {
    bottom: 30px; }

  #desktop2:hover .gadget {
    background: url(img/header/hand_desktop_active2.svg) no-repeat;
    background-size: 250px 307px; }

  #group1 .parallax__layer--base .outerWrap2 {
    height: 220px; } }
@media (max-width: 1440px) {
  .slide .txtWrap {
    max-width: 960px; }

  .slide .ac-container3 article {
    max-width: 960px; }

  .slide p {
    line-height: 30px;
    font-size: 20px; }
  .strategyHead, .designHead, .socialHead, .contentHead, .analyticsHead, .seoHead, .ppcHead {
    height: 525px;
  }
  .contentWrap .culture .textContainer .wrap {
    max-width: 530px;
  }
  .strategyHead img, .designHead img, .socialHead img, .contentHead img, .analyticsHead img, .seoHead img, .ppcHead img, .emailHead img, .mobileHead img {
    width: 370px;
  }
  .slide h1 {
    font-size: 60px !important;
  }
  .slide h2 {
    font-size: 45px !important;
    margin: 45px 0px 30px;
  }
  .slide h4 {
    margin: 35px 0px 20px;
  }
  .slide:nth-of-type(even) .ac-container3 h3, .slide h3 {
    font-size: 40px;
    line-height: 55px;
  }
  .ac-small h4 {
    font-size: 30px !important;
    line-height: 70px;
  }
  .slide .ac-container3 article li {
    font-size: 18px;
    line-height: 30px;
  }
  .contentWrap .contactUs .formContainer {
    max-width: 540px;
  }
  .blogHeader header {
    padding: 0px 90px;
  }
  .blogHeader header img {
    max-width: 35%;
  }
  .blogContainer .postHead .postTitle {
    font-size: 40px;
  }
  .blogContainer .blogContent .blogpost p {
    line-height: 30px;
    font-size: 20px;
  }
}
  .strategyHead img, .designHead img, .socialHead img, .contentHead img, .analyticsHead img, .seoHead img, .ppcHead img, .emailHead img, .mobileHead img, .croHead img {
    width: 370px;

  }

@media (max-width: 1370px) {
  #group1 .parallax__layer--fore {
    padding-top: 80px;
  }
  #group1 .parallax__layer--fore h1 {
    font-size: 36px; }
  #group1 .parallax__layer--fore p {
    font-size: 20px; } }
@media (max-width: 1300px) {
  #blocks {
    -moz-column-count: 2 !important;
    -moz-column-gap: 0;
    -webkit-column-count: 2 !important;
    -webkit-column-gap: 0;
    column-count: 2 !important;
    column-gap: 0;
    width: 100%;
    height: auto; } }
@media (max-width: 990px) {
  .logo {
    width: 120px; }

  #group1 .parallax__layer--fore h1 {
    font-size: 30px; }
  #group1 .parallax__layer--fore p {
    font-size: 20px; }

  .contentWrap .intro h2 {
    font-size: 30px; }
  .contentWrap .intro p {
    font-size: 20px; }
  .contentWrap .culture h2 {
    font-size: 30px; }
  .contentWrap .culture p {
    font-size: 20px; }
  .contentWrap .culture .textContainer .wrap {
    padding: 30px 15px;
    max-width: 300px; }

  .title p {
    font-size: 20px; } }
@media (max-width: 960px) {
  #group1 .parallax__layer--fore {
    height: 300px; }

  #mobile2 {
    width: 140px;
    height: 344px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 10px; }

  #mobile2 .gadget {
    position: relative;
    width: 140px;
    height: 344px;
    background: url(img/header/hand_phone2.svg) no-repeat;
    background-size: 140px 344px;
    display: block;
    z-index: 10; }

  #tablet2 {
    width: 250px;
    height: 286px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    position: relative;
    bottom: 0;
    margin: 0 10px; }

  #tablet2 .gadget {
    position: relative;
    width: 250px;
    height: 286px;
    background: url(img/header/hand_tablet2.svg) no-repeat;
    background-size: 250px 286px;
    display: block;
    z-index: 10; }

  #desktop2 {
    width: 250px;
    height: 307px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 10px; }

  #desktop2 .gadget {
    position: relative;
    width: 250px;
    height: 307px;
    background: url(img/header/hand_desktop2.svg) no-repeat;
    background-size: 250px 307px;
    display: block;
    z-index: 10; }

  #group1 #headText1 h2, #group1 #headText2 h2, #group1 #headText3 h2 {
    font-size: 20px;
    color: #00BDDD;
    text-shadow: 1px 1px 1px #252525; }

  #group1 #headText1 p, #group1 #headText2 p, #group1 #headText3 p {
    font-size: 14px;
    line-height: normal; }

  #group1 #headText1 {
    width: 82px;
    height: 135px;
    top: 20px;
    left: 30px;
    padding: 5px; }

  #group1 #headText2 {
    width: 170px;
    height: 125px;
    top: 5px;
    left: 40px;
    padding: 20px 5px; }

  #group1 #headText3 {
    width: 215px;
    height: 125px;
    top: 7px;
    left: 17px;
    padding: 40px 5px; }

  #mobile2:hover {
    bottom: 30px; }

  #mobile2:hover .gadget {
    background: url(img/header/hand_phone_active2.svg) no-repeat;
    background-size: 140px 344px; }

  #tablet2:hover {
    bottom: 40px; }

  #tablet2:hover .gadget {
    background: url(img/header/hand_tablet_active2.svg) no-repeat;
    background-size: 250px 286px; }

  #desktop2:hover {
    bottom: 30px; }

  #desktop2:hover .gadget {
    background: url(img/header/hand_desktop_active2.svg) no-repeat;
    background-size: 250px 307px; }

  #group1 .parallax__layer--base .outerWrap2 {
    height: 220px; } }
@media (max-width: 947px) {
  .navWrap ul li a, nav ul li a {
    font-size: 12px; }

  nav ul li {
    padding: 0 5px; } }
@media (max-width: 920px) {
  .blogContainer header h1 {
    font-size: 40px; }
  .blogContainer header img {
    width: 250px; } }
@media (min-width: 768px) {
  .mobileNav {
    display: none; }

  .breadcrumbMobile {
    display: none; }

  .footerMobile {
    display: none; }

  .contact {
    display: none; }

  #modal-show {
    display: none; }

  .search-select {
    top: 130px;
    right: 20px; }

  .mail {
    top: 110px;
    right: 20px; }

  .home {
    top: 60px;
    right: 20px; }

  .search-select input:checked + .select {
    right: 0px; }

  .search-select ul.select {
    right: -350px; } }
/* iPads (landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax__group {
    position: relative;
    height: 500px;
    /* fallback for older browsers */
    height: 90vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

  .parallax__group2 {
    position: relative;
    height: 500px;
    /* fallback for older browsers */
    height: 60vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

  .logo {
    width: 120px; }

  #group1 .parallax__layer--fore h1 {
    font-size: 30px; }
  #group1 .parallax__layer--fore p {
    font-size: 20px;
    max-width: 900px; }

  #group4 .parallax__layer--fore {
    top: -100px; }
    #group4 .parallax__layer--fore p {
      font-size: 20px; }

  #plane {
    background: url(img/plane.svg) 0 0 no-repeat;
    position: absolute;
    -webkit-animation: planeMove 8s infinite;
    animation: planeMove 8s infinite;
    top: 300px;
    left: 43%;
    width: 120px;
    height: 102px;
    z-index: 2000; }

  @-webkit-keyframes planeMove {
    50% {
      top: 280px; }
    100% {
      top: 300px; } }
  @keyframes planeMove {
    50% {
      top: 280px; }
    100% {
      top: 300px; } }
  .contentWrap .intro h2 {
    font-size: 30px; }
  .contentWrap .intro p {
    font-size: 20px; }
  .contentWrap .culture h2 {
    font-size: 30px; }
  .contentWrap .culture p {
    font-size: 20px; }
  .contentWrap .culture .textContainer .wrap {
    padding: 30px 15px;
    max-width: 300px; }
  .contentWrap .culture .people li a {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: 20px 20px 10px; }
  .contentWrap .clients ul li a {
    width: 120px;
    height: 120px;
    border-radius: 60px; }

  footer {
    text-align: center; }
    footer .footNav {
      float: none;
      display: block;
      clear: both; }
    footer .social {
      float: none;
      display: block;
      clear: both; } }
/* iPads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .parallax__group {
    position: relative;
    height: 500px;
    height: 50vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

  .parallax__group2 {
    position: relative;
    height: 500px;
    height: 30vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

  #group1 .parallax__layer--fore {
    top: 80px; }

  #group1 .parallax__layer--base .outerWrap {
    height: 30%; }

  .contentWrap .culture h2 {
    font-size: 30px !important; }
  .contentWrap .culture p {
    font-size: 20px !important; }
  .contentWrap .culture .textContainer .wrap {
    padding: 30px 15px;
    max-width: 300px; }
  .contentWrap .culture .people li a {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: 20px 20px 10px; }
  .contentWrap .clients ul li a {
    width: 120px;
    height: 120px;
    border-radius: 60px; }

  footer .social {
    float: none; } }