@font-face {
  font-family: 'Uniform';
  src: url("fonts/Regular/uniform-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Regular/uniform-regular-webfont.woff") format("woff"), url("fonts/Regular/uniform-regular-webfont.ttf") format("truetype"), url("fonts/Regular/uniform-regular-webfont.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Uniform';
  src: url("fonts/Regular/uniform-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Bold/uniform-bold-webfont.woff") format("woff"), url("fonts/Bold/uniform-bold-webfont.ttf") format("truetype"), url("fonts/Bold/uniform-bold-webfont.svg#Gotham-Book") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Uniform';
  src: url("fonts/Regular/uniform-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Black/uniform-black-webfont.woff") format("woff"), url("fonts/Black/uniform-black-webfont.ttf") format("truetype"), url("fonts/Black/uniform-black-webfont.svg#Gotham-Book") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Uniform';
  src: url("fonts/Regular/uniform-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Medium/uniform-medium-webfont.woff") format("woff"), url("fonts/Medium/uniform-medium-webfont.ttf") format("truetype"), url("fonts/Medium/uniform-medium-webfont.svg#Gotham-Book") format("svg");
  font-weight: 600;
  font-style: normal; }

* {
  box-sizing: border-box; }

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

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

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

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.prop {
  visibility: hidden; }

.lnum {
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }

.nopadding {
  padding: 0 !important; }

.pad10 {
  padding: 10px; }

.pad20 {
  padding: 20px; }

.pad30 {
  padding: 30px; }

.pad40 {
  padding: 40px; }

.marg10 {
  margin: 10px; }

.marg20 {
  margin: 20px; }

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 350ms linear;
  color: #ff6a00; }
  a:hover {
    text-decoration: none;
    color: #000; }
  a img {
    border: 0; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Uniform", sans-serif;
  font-weight: 400; }

p {
  margin: 0 0 25px; }

.orange {
  color: #ff6a00; }

.bg-green {
  background: #37a0d0 !important; }

.bg-orange {
  background: #ff6a00 !important;
  color: #fff; }

.bg-white {
  background: #fff !important; }

.pdt3 {
  padding-top: 30px; }

.fixed-bg {
  background-attachment: fixed; }

.invisible {
  visibility: hidden; }

.table {
  display: table; }

.table-row {
  display: table-row; }

.cell {
  display: table-cell;
  vertical-align: middle; }

.fourth {
  width: 23.5%; }

.half {
  width: 49.5%; }

.third {
  width: 32.6%; }

.two-thirds {
  width: 66.4%; }

.full {
  width: 100%; }

.col {
  float: left;
  margin-left: 1%;
  padding: 0 0.75%;
  background-clip: padding-box !important; }

.row {
  clear: both;
  position: relative; }

.row .col:last-child {
  padding-right: 0; }

.row .col:first-child, .row .col.first {
  padding-left: 0;
  margin-left: 0; }

.span_1 {
  width: 7.41666666667%; }

.span_2 {
  width: 15.8333333333%; }

.span_3 {
  width: 24.25%; }

.span_4 {
  width: 32.6666666667%; }

.span_5 {
  width: 41.0833333333%; }

.span_6 {
  width: 49.5%; }

.span_7 {
  width: 57.9166666667%; }

.span_8 {
  width: 66.3333333333%; }

.span_9 {
  width: 74.75%; }

.span_10 {
  width: 83.1666666667%; }

.span_11 {
  width: 91.5833333333%; }

.span_12 {
  margin-left: 0;
  width: 100%; }

/* 5 Column Grid Structure */
.span_1_5 {
  width: 19.2%; }

.span_2_5 {
  width: 39.4%; }

.span_3_5 {
  width: 59.6%; }

.span_4_5 {
  width: 79.8%; }

.full {
  width: 100%; }

.third {
  width: 33.333%; }

.fourth {
  width: 25%; }

.half {
  width: 50%; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/ }
  .flex.center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex .flex-item.w1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .flex .flex-item.w2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .flex .flex-item.w3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }

button.button, input.button, a.button, span.button {
  display: inline-block;
  padding: 9px 12px;
  border: 1px solid #0c67b9;
  overflow: visible;
  width: auto;
  margin: 0;
  cursor: pointer;
  outline: none;
  color: #fff;
  background: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64acda+0,1280c5+100 */
  background: #64acda;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #64acda 0%, #1280c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64acda', endColorstr='#1280c5',GradientType=0 );
  /* IE6-9 */
  transition: all 350ms linear;
  -moz-transition: all 350ms linear; }
  button.button:hover, input.button:hover, a.button:hover, span.button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64acda+0,1343c6+100 */
    background: #64acda;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #64acda 0%, #1343c6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64acda', endColorstr='#1343c6',GradientType=0 );
    /* IE6-9 */ }
  button.button.green, input.button.green, a.button.green, span.button.green {
    border: 0;
    padding: 13px 25px;
    font-size: 18px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ae4a+0,008331+100 */
    background: #00ae4a;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #00ae4a 0%, #008331 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ae4a', endColorstr='#008331',GradientType=0 );
    /* IE6-9 */ }
    button.button.green:hover, input.button.green:hover, a.button.green:hover, span.button.green:hover {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56ad7a+0,00541d+100 */
      background: #56ad7a;
      /* Old browsers */
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, #56ad7a 0%, #00541d 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56ad7a', endColorstr='#00541d',GradientType=0 );
      /* IE6-9 */ }
    button.button.green .char, input.button.green .char, a.button.green .char, span.button.green .char {
      display: inline-block;
      margin-left: 15px;
      color: #76ff03;
      background: #fff;
      padding: 0 6px;
      border-radius: 50%;
      width: 22px;
      line-height: 22px;
      text-align: center; }
  button.button.small, input.button.small, a.button.small, span.button.small {
    font-size: 15px; }
  button.button.white, input.button.white, a.button.white, span.button.white {
    color: #fff;
    border-color: #fff;
    background-color: transparent; }
    button.button.white:hover, input.button.white:hover, a.button.white:hover, span.button.white:hover {
      background: #fff;
      color: #ff6a00; }

input[type=text], input[type=email], textarea, select {
  border: 0;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
  padding: 17px 20px;
  font: normal 15px "Uniform", sans-serif;
  outline: none;
  color: #212121; }
  input[type=text].error, input[type=email].error, textarea.error, select.error {
    background: rgba(255, 43, 0, 0.15); }
  input[type=text].date, input[type=email].date, textarea.date, select.date {
    background: url(/admin/images/admin/svg/icon-datetime.svg) center right 3px no-repeat;
    padding-right: 28px; }

button {
  outline: none; }

textarea {
  padding: 20px;
  height: 223px; }

label {
  cursor: pointer;
  font: 800 14px/20px "Uniform", sans-serif;
  color: #000;
  text-transform: uppercase; }

.btn {
  font: bold 15px/15px "Uniform", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 15px 10px 16px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #FFF;
  width: 220px;
  text-align: center;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none; }
  .btn:hover {
    color: #FFF;
    background: rgba(0, 0, 0, 0.5); }
  .btn.orange {
    background: #ff6a00;
    border: 0; }
    .btn.orange:hover {
      background: #e05d00; }
  .btn.orange-bd {
    border-color: #ff6a00;
    color: #ff6a00;
    background-color: transparent; }
    .btn.orange-bd:hover {
      background: rgba(0, 0, 0, 0.15); }

.alert {
  padding: 40px;
  background: rgba(255, 43, 0, 0.9);
  margin: 25px 0;
  text-align: center; }
  .alert h3 {
    line-height: normal !important;
    color: #ff6a00; }
  .alert h3:before, .alert .our-team h3.teamMap:after, .our-team .alert h3.teamMap:after {
    padding-right: 10px;
    font-size: 28px; }
  .alert.alert-danger {
    border: 0;
    border-color: #ff6a00;
    text-align: left; }
    .alert.alert-danger h3:before, .alert.alert-danger .our-team h3.teamMap:after, .our-team .alert.alert-danger h3.teamMap:after {
      color: #ff6a00; }
  .alert.alert-success {
    background: #7cc32a; }
    .alert.alert-success h3 {
      font-size: 18px; }
    .alert.alert-success h5 {
      color: #fff; }
    .alert.alert-success h3:before, .alert.alert-success .our-team h3.teamMap:after, .our-team .alert.alert-success h3.teamMap:after {
      color: #37a0d0; }

/* -- Character Font -- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before, .our-team [data-icon].teamMap:after, [data-icon-after]:after {
  vertical-align: middle;
  font-family: "FontAwesome", sans-serif;
  /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */
  font-weight: normal; }

[data-icon-after]:after {
  content: attr(data-icon-after); }

.char {
  font-family: "FontAwesome", sans-serif; }

.fa:before, .our-team .fa.teamMap:after {
  font-family: "FontAwesome", sans-serif; }

.fa-angle-right:before, .our-team .fa-angle-right.teamMap:after {
  content: "\f105"; }

.fa-code:before, .our-team .fa-code.teamMap:after {
  content: "\f121"; }

.fa-gears:before, .our-team .fa-gears.teamMap:after, .fa-cogs:before, .our-team .fa-cogs.teamMap:after {
  content: "\f085"; }

.fa-suitcase:before, .our-team .fa-suitcase.teamMap:after {
  content: "\f0f2"; }

.fa-shopping-cart:before, .our-team .fa-shopping-cart.teamMap:after {
  content: "\f07a"; }

.fa-mobile-phone:before, .our-team .fa-mobile-phone.teamMap:after, .fa-mobile:before, .our-team .fa-mobile.teamMap:after {
  content: "\f10b"; }

.fa-screen:before, .our-team .fa-screen.teamMap:after {
  content: url(../images/icon-screen.png); }

.fa-line-chart:before, .our-team .fa-line-chart.teamMap:after {
  content: "\f201"; }

.fa-smile-o:before, .our-team .fa-smile-o.teamMap:after {
  content: "\f118"; }

.fa-bullhorn:before, .our-team .fa-bullhorn.teamMap:after {
  content: "\f0a1"; }

.fa-bullseye:before, .our-team .fa-bullseye.teamMap:after {
  content: "\f140"; }

.fa-envelope:before, .our-team .fa-envelope.teamMap:after {
  content: "\f0e0"; }

.fa-facebook-f:before, .our-team .fa-facebook-f.teamMap:after, .fa-facebook:before, .our-team .fa-facebook.teamMap:after {
  content: "\f09a"; }

.fa-fax:before, .our-team .fa-fax.teamMap:after {
  content: "\f1ac"; }

.fa-map-marker:before, .our-team .fa-map-marker.teamMap:after {
  content: "\f041"; }

@font-face {
  font-family: "simple-line-icons";
  src: url("fonts/Simple-Line-Icons.eot?-i3a2kk");
  src: url("fonts/Simple-Line-Icons.eot?#iefix-i3a2kk") format("embedded-opentype"), url("fonts/Simple-Line-Icons.ttf?-i3a2kk") format("truetype"), url("fonts/Simple-Line-Icons.woff2?-i3a2kk") format("woff2"), url("fonts/Simple-Line-Icons.woff?-i3a2kk") format("woff"), url("fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.li:before, .our-team .li.teamMap:after {
  font-family: "simple-line-icons"; }

.icon-people:before, .our-team .icon-people.teamMap:after {
  content: "\e001"; }

.icon-emotsmile:before, .our-team .icon-emotsmile.teamMap:after {
  content: "\e021"; }

.icon-badge:before, .our-team .icon-badge.teamMap:after {
  content: "\e028"; }

.icon-bulb:before, .our-team .icon-bulb.teamMap:after {
  content: "\e076"; }

.icon-like:before, .our-team .icon-like.teamMap:after {
  content: "\e068"; }

.icon-smile:before, .our-team .icon-smile.teamMap:after {
  content: "\e021"; }

.icon-partnership:before, .our-team .icon-partnership.teamMap:after {
  content: url(../images/icon-partnership.png); }

body {
  padding: 0;
  margin: 0;
  font-family: "Uniform", sans-serif;
  font-size: 16px;
  color: #212121;
  background: #3d4144; }
  body.stop-scrolling {
    background: #f4f4f4;
    overflow-y: scroll;
    position: fixed;
    height: 100%;
    width: 100%; }

h1 {
  font: bold 85px "Uniform", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  margin: 0; }

h2 {
  font: normal 40px/55px "Uniform", sans-serif;
  color: #FFF;
  margin: 0; }
  h2.larger {
    font-size: 60px;
    line-height: normal;
    font-family: "Uniform", sans-serif;
    text-transform: uppercase;
    font-weight: bold; }

h3 {
  font: bold 30px "Uniform", sans-serif;
  color: #212121;
  text-transform: uppercase; }

h4 {
  font: normal 30px "Uniform", sans-serif;
  color: #3d4144; }

h5 {
  font: bold 17px "Uniform", sans-serif;
  color: #3d4144;
  text-transform: uppercase; }

hr {
  border: 0;
  height: 1px;
  background: #cecece;
  margin: 50px 0; }

.container {
  width: 1360px;
  padding: 0;
  position: relative;
  margin: 0 auto;
  z-index: 1; }

#header, #content, #footer, #marketing, .section {
  position: relative;
  float: left;
  display: block;
  clear: both;
  width: 100%; }

.section {
  z-index: 6;
  background: #fff; }

.darkteal {
  color: #03a9f4; }

#wrapper {
  background: #fff;
  float: left;
  width: 100%;
  overflow: hidden; }

/* --- Layout ---*/
#header {
  padding: 0;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(61, 65, 68, 0.6);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  #header .header-hold {
    padding: 15px 50px; }
  #header #logo {
    max-width: 223px;
    max-height: 49px;
    float: left; }
    #header #logo .white, #header #logo .orange {
      display: none; }
  #header.bg {
    background: rgba(61, 65, 68, 0.6) !important; }

.about-us #header, .our-work #header, .contact-us #header, .our-team #header, .contTemp:not(.blog) #header {
  background-color: transparent; }
  .about-us #header #logo img.regular, .our-work #header #logo img.regular, .contact-us #header #logo img.regular, .our-team #header #logo img.regular, .contTemp:not(.blog) #header #logo img.regular {
    display: none; }
  .about-us #header #logo img.white, .our-work #header #logo img.white, .contact-us #header #logo img.white, .our-team #header #logo img.white, .contTemp:not(.blog) #header #logo img.white {
    display: inline; }

.about-us #navigation .btn, .our-work #navigation .btn, .contact-us #navigation .btn, .our-team #navigation .btn, .contTemp:not(.blog) #navigation .btn {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.mobileBtn {
  display: none;
  position: relative;
  float: right;
  width: 49px;
  height: 49px; }
  .mobileBtn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 9px;
    background: #fff;
    transition: -webkit-transform 500ms linear;
    transition: transform 500ms linear;
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  .mobileBtn .top {
    top: 0;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left; }
  .mobileBtn .middle {
    top: 14px; }
  .mobileBtn .bottom {
    top: 28px; }
  .mobileBtn.active .middle {
    display: none; }
  .mobileBtn.active .top {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg); }
  .mobileBtn.active .bottom {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg); }

#navigation {
  z-index: 999;
  position: fixed;
  right: 50px;
  top: 15px; }
  #navigation .btn {
    vertical-align: top;
    margin-left: 25px;
    width: auto;
    padding: 13px 18px 14px;
    border-color: #ff6a00;
    color: #ff6a00; }
  #navigation .nav-hold {
    display: inline-block; }
  #navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #navigation ul li.level_1 {
      display: block;
      float: left; }
      #navigation ul li.level_1 a {
        margin-top: 10px;
        padding: 15px 0 13px;
        margin: 0 20px;
        font: 600 15px/15px "Uniform", sans-serif;
        color: #FFF;
        display: block;
        text-transform: uppercase;
        transition: 0 0; }
        #navigation ul li.level_1 a:hover, #navigation ul li.level_1 a.selected {
          border-bottom: 2px solid #fff;
          color: #fff; }
      #navigation ul li.level_1:hover .subnav {
        display: block; }
      #navigation ul li.level_1 .subnav {
        display: none;
        position: absolute;
        background: #FFF;
        color: #000;
        border: 1px solid #ededed; }
        #navigation ul li.level_1 .subnav li a {
          display: block;
          float: none;
          color: #333;
          font-size: 15px;
          line-height: 15px;
          padding: 4px 25px; }
          #navigation ul li.level_1 .subnav li a:hover {
            background: #eee; }

#content .content-hold {
  padding: 25px 0; }

.device .zopim {
  display: none !important; }

#welcome {
  padding: 100px 0 50px;
  background-color: transparent; }
  #welcome .home-img {
    text-align: center;
    padding: 40px 0; }
    #welcome .home-img img {
      max-height: 510px; }
  #welcome .home-short {
    max-width: 750px;
    margin: 0 auto;
    text-align: center; }
  #welcome .btn {
    margin: 40px auto 0; }
  #welcome h5 {
    margin-top: 30px;
    word-spacing: 15px;
    color: #ff6a00;
    font-weight: 800; }

.device #welcome {
  padding: 78px 0 26px;
  background: url(../images/structure/bg-home.jpg) no-repeat center top; }
  .device #welcome .home-img {
    height: calc(100% - 280px); }
    .device #welcome .home-img img {
      margin: 0 auto;
      max-height: 100%; }

#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/coffee.jpg) no-repeat;
  background-size: cover; }
  #bgvid.morning {
    background-image: url(../images/morning.jpg); }
  #bgvid.afternoon {
    background-image: url(../images/afternoon.jpg); }
  #bgvid.evening {
    background-image: url(../images/evening.jpg); }

#dots {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
  background: url("../images/structure/dot-repeat.png") repeat; }
  #dots:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c4000000', GradientType=0); }

.home-content {
  margin-top: -120px;
  padding: 250px 0 100px;
  z-index: 3;
  overflow: hidden;
  background-image: url("../images/structure/bg-home.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative; }
  .home-content .wysiwyg {
    max-width: 750px;
    margin: 0 auto;
    text-align: center; }
    .home-content .wysiwyg h3.scale-up {
      font-size: 58px;
      margin: 20px 0;
      color: #fff; }
      .home-content .wysiwyg h3.scale-up span {
        font-size: 30px; }
    .home-content .wysiwyg h4 {
      color: #fff; }
    .home-content .wysiwyg .stat {
      font: bold 80px/96px "Uniform", sans-serif;
      color: #FFF;
      margin-bottom: 20px; }

body:not(*:root) .home-content:before, body:not(*:root) .our-team .home-content.teamMap:after, .our-team body:not(*:root) .home-content.teamMap:after {
  /* chrome specific bug fix (fixes conflict with bg video) */
  content: ' ';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/structure/bg-home.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform; }

.home-bottom {
  padding: 260px 20px 100px;
  background: url("../images/structure/bg-home-bottom.jpg") center no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .home-bottom .bottom-content {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    text-align: center; }
    .home-bottom .bottom-content .btn {
      margin: 50px auto 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .home-bottom {
    background-attachment: scroll !important; } }

.device .bg-fixed {
  background-attachment: scroll !important; }

.device.about-us .awards {
  padding: 265px 0 800px; }
  .device.about-us .awards .hexagon {
    margin: 100px 42px;
    width: 90px;
    height: 155px;
    font-size: 45px;
    line-height: 155px; }
  .device.about-us .awards .timeline .cat {
    background-size: 30% auto;
    /*width: 356px;*/
    padding-left: 160px;
    font-size: 14px;
    line-height: normal; }
    .device.about-us .awards .timeline .cat h5 {
      margin-top: 0;
      font-size: 14px; }
    .device.about-us .awards .timeline .cat.odd {
      margin: 0 -260px 0 -292px; }
      .device.about-us .awards .timeline .cat.odd + .hexagon {
        margin-left: 270px; }
    .device.about-us .awards .timeline .cat.davey-awards {
      padding-left: 130px; }
    .device.about-us .awards .timeline .cat.w3-web-awards {
      width: 425px; }

.our-featured-work .flex-item {
  width: 25%;
  position: relative;
  background-size: cover; }
  .our-featured-work .flex-item:after {
    background: rgba(61, 65, 68, 0.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 350ms linear;
    -moz-transition: all 350ms linear; }
  .our-featured-work .flex-item:hover:after {
    background: rgba(255, 106, 0, 0.7); }
  .our-featured-work .flex-item:hover img.centered {
    opacity: 0; }
  .our-featured-work .flex-item:hover .btn {
    opacity: 1; }
  .our-featured-work .flex-item img.invisible {
    margin: 60px 0; }
  .our-featured-work .flex-item img.centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 80%;
    z-index: 2;
    transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear; }
  .our-featured-work .flex-item .btn {
    position: absolute;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    top: calc(50% - 22px);
    top: -moz-calc(50% - 22px);
    left: calc(50% - 105px);
    left: -moz-calc(50% - 105px);
    z-index: 2;
    transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear; }

.sep-line {
  height: 2px;
  background: #FFF;
  width: 90px;
  margin: 30px auto; }

.sep-arrows {
  width: 100px;
  height: 90px;
  background: url("../images/structure/arrows-continue.png") center no-repeat;
  margin: 30px auto; }

.color-wave {
  width: 100%;
  position: relative;
  height: 440px;
  background-color: transparent;
  z-index: 50; }
  .color-wave .orange-wave {
    width: 140%;
    height: 440px;
    background: #ff6a00;
    margin-left: -20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    transition: .4s linear; }
    .color-wave .orange-wave.animate {
      /* IE 9 */
      -webkit-transform: rotate(-6deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-6deg); }
  .color-wave .orange-trans-wave {
    width: 140%;
    height: 440px;
    background: #ff6a00;
    margin-left: -20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0.35;
    filter: alpha(opacity=35);
    transition: .4s linear; }
    .color-wave .orange-trans-wave.animate {
      /* IE 9 */
      -webkit-transform: rotate(-8deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-8deg); }
  .color-wave .green-trans-wave {
    width: 140%;
    height: 440px;
    background: #76ff03;
    margin-left: -20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.25;
    filter: alpha(opacity=25);
    transition: .4s linear; }
    .color-wave .green-trans-wave.animate {
      /* IE 9 */
      -webkit-transform: rotate(-14deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-14deg); }
  .color-wave .blue-trans-wave, .color-wave #upper .orange-wave, #upper .color-wave .orange-wave, .color-wave #upper .green-wave, #upper .color-wave .green-wave {
    width: 140%;
    height: 440px;
    background: #37a0d0;
    margin-left: -20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.35;
    filter: alpha(opacity=35);
    transition: .4s linear; }
    .color-wave .blue-trans-wave.animate, .color-wave #upper .animate.orange-wave, #upper .color-wave .animate.orange-wave, .color-wave #upper .animate.green-wave, #upper .color-wave .animate.green-wave {
      /* IE 9 */
      -webkit-transform: rotate(8deg);
      /* Chrome, Safari, Opera */
      transform: rotate(8deg); }
  .color-wave .color-content {
    position: relative;
    z-index: 5;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 120px;
    text-align: center; }
    .color-wave .color-content .btn {
      margin: 50px auto 0; }

.one-color-wave {
  width: 100%;
  position: relative;
  height: 100px;
  z-index: 40;
  -webkit-transform: translate3d(0, 0, 0); }
  .one-color-wave .one-orange-wave, .one-color-wave .one-blue-wave {
    width: 140%;
    height: 360px;
    background: #ff6a00;
    margin-left: -20%;
    position: absolute;
    top: -114px;
    left: 0;
    z-index: 4;
    transition: .4s linear;
    /* IE 9 */
    -webkit-transform: rotate(6deg);
    /* Chrome, Safari, Opera */
    transform: rotate(6deg); }
    .one-color-wave .one-orange-wave.animate, .one-color-wave .animate.one-blue-wave {
      /* IE 9 */
      -webkit-transform: rotate(-6deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-6deg); }
  .one-color-wave .one-blue-wave {
    background: #37a0d0; }
  .one-color-wave .color-content {
    position: relative;
    z-index: 5;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 0;
    text-align: center; }
    .one-color-wave .color-content .btn {
      margin: 50px auto 0; }

.stat-hold {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background-color: transparent; }
  .stat-hold h3 {
    color: #fff; }
  .stat-hold.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }
    .stat-hold.fixed .sep-arrows {
      display: none; }
  .stat-hold.activated .sep-arrows {
    margin: -300px auto 330px; }
  .stat-hold .wysiwyg {
    position: relative;
    z-index: 10; }
  .stat-hold .icon-smile {
    position: absolute;
    color: #ffff00;
    font-size: 0;
    z-index: 10; }

.stat-img {
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  z-index: 1;
  transition: 600ms opacity linear;
  -moz-transition: 600ms opacity linear; }
  .stat-img.diamond {
    background-image: url(/skins/base/images/stats/slack-diamond.png);
    background-position: 10% 100%;
    transition: background 800ms ease-out; }
    .stat-img.diamond.animate {
      background-position: 10% 30%; }
  .stat-img.hashtag {
    background-image: url(/skins/base/images/stats/slack-hashtag.png);
    background-position: 35% 100%;
    transition: background 1200ms ease-out; }
    .stat-img.hashtag.animate {
      background-position: 35% 60%; }
  .stat-img.plaid {
    background-image: url(/skins/base/images/stats/slack-plaid.png);
    background-position: 85% 100%;
    transition: all 1050ms ease-out; }
    .stat-img.plaid.animate {
      background-position: 85% 40%;
      /*transform:rotate(-35deg)*/ }
  .stat-img.triangle {
    background-image: url(/skins/base/images/stats/triangle.png);
    background-position: 75% 100%;
    transition: background 750ms ease-out; }
    .stat-img.triangle.animate {
      background-position: 75% 10%; }
  .stat-img.cloud {
    background-image: url(/skins/base/images/stats/clouds.png);
    background-position: 25% 100%;
    transition: background 1050ms ease-out; }
    .stat-img.cloud.animate {
      background-position: 25% 20%; }
  .stat-img.sm-cloud {
    background-image: url(/skins/base/images/stats/clouds-small.png);
    background-position: 80% 100%;
    transition: background 1200ms ease-out; }
    .stat-img.sm-cloud.animate {
      background-position: 80% 50%; }
  .stat-img.emailz {
    background-image: url(/skins/base/images/stats/emailz.png);
    background-position: 10% 100%;
    transition: background 1000ms ease-out; }
    .stat-img.emailz.animate {
      background-position: 10% 35%; }
  .stat-img.envelope {
    background-image: url(/skins/base/images/stats/envelope.png);
    background-position: 30% 100%;
    transition: background 1200ms ease-out; }
    .stat-img.envelope.animate {
      background-position: 30% 60%; }
  .stat-img.sites {
    background-image: url(/skins/base/images/stats/sites.png);
    background-position: 90% 100%;
    transition: background 800ms ease-out; }
    .stat-img.sites.animate {
      background-position: 90% 10%; }
  .stat-img.triangle-down {
    background-image: url(/skins/base/images/stats/triangle-down.png);
    background-position: 15% 100%;
    transition: background 750ms ease-out; }
    .stat-img.triangle-down.animate {
      background-position: 15% 30%; }
  .stat-img.bokeh-sm {
    background-image: url(/skins/base/images/stats/bokeh-sm.png);
    background-position: 30% 100%;
    transition: background 1200ms ease-out; }
    .stat-img.bokeh-sm.animate {
      background-position: 30% 65%; }
  .stat-img.bokeh {
    background-image: url(/skins/base/images/stats/bokeh.png);
    background-position: 80% 100%;
    transition: background 1000ms ease-out; }
    .stat-img.bokeh.animate {
      background-position: 80% 15%; }
  .stat-img.rocket {
    background-image: url(/skins/base/images/stats/rocket.png); }
  .stat-img.r1 {
    background-position: 10% 300%;
    transition: background 900ms ease-out;
    transition-delay: 00ms; }
    .stat-img.r1.animate {
      background-position: 10% 55%; }
  .stat-img.r2 {
    background-position: 20% 300%;
    transition: background 1000ms ease-out;
    transition-delay: 650ms; }
    .stat-img.r2.animate {
      background-position: 20% 40%; }
  .stat-img.r3 {
    background-position: 32% 300%;
    transition: background 1300ms ease-out;
    transition-delay: 400ms; }
    .stat-img.r3.animate {
      background-position: 32% 76%; }
  .stat-img.r4 {
    background-position: 68% 300%;
    transition: background 1300ms ease-out;
    transition-delay: 500ms; }
    .stat-img.r4.animate {
      background-position: 68% 26%; }
  .stat-img.r5 {
    background-position: 80% 300%;
    transition: background 1300ms ease-out;
    transition-delay: 150ms; }
    .stat-img.r5.animate {
      background-position: 80% 85%; }
  .stat-img.r6 {
    background-position: 92% 300%;
    transition: background 900ms ease-out;
    transition-delay: 700ms; }
    .stat-img.r6.animate {
      background-position: 92% 68%; }
  .stat-img.animate {
    opacity: 1; }

#marketing {
  margin: 10px 0; }

.home-page #content {
  padding: 80px 0 80px;
  position: relative;
  text-align: center; }

.home-page #marketing {
  margin-bottom: 0;
  background: #fff url(../images/loader.gif) no-repeat center 77px; }
  .home-page #marketing .marketing {
    top: 0; }

.internal #content {
  font: 30px/42px "Uniform", sans-serif;
  color: #fff; }

#upper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #03a9f4;
  overflow: hidden; }
  #upper .wysiwyg {
    position: relative;
    z-index: 5; }
  #upper .blue-trans-wave, #upper .orange-wave, #upper .green-wave {
    width: 160%;
    height: 400px;
    margin-top: -8%;
    background: rgba(144, 213, 244, 0.2);
    margin-left: -30%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .4s linear; }
    #upper .blue-trans-wave.animate, #upper .animate.orange-wave, #upper .animate.green-wave {
      /* IE 9 */
      -webkit-transform: rotate(-20deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-20deg); }
  #upper .dark-blue-trans-wave, #upper .orange-trans-wave, #upper .green-trans-wave {
    width: 160%;
    height: 460px;
    margin-top: -15%;
    background: rgba(2, 130, 188, 0.35);
    margin-left: -30%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .4s linear; }
    #upper .dark-blue-trans-wave.animate, #upper .animate.orange-trans-wave, #upper .animate.green-trans-wave {
      /* IE 9 */
      -webkit-transform: rotate(14deg);
      /* Chrome, Safari, Opera */
      transform: rotate(14deg); }
  #upper .orange-wave {
    background: rgba(255, 157, 87, 0.2); }
  #upper .orange-trans-wave {
    background: rgba(221, 92, 0, 0.35); }
  #upper .green-wave {
    background: rgba(198, 255, 150, 0.2);
    z-index: 3; }
  #upper .green-trans-wave {
    background: rgba(81, 174, 2, 0.3); }
  #upper.orange {
    background: #ff6a00;
    color: #fff; }
  #upper.green {
    background: #76ff03;
    color: #fff; }

.upper {
  padding: 170px 0 200px; }

.site-launches {
  padding: 170px 0 0;
  overflow: hidden;
  margin-top: -102px;
  z-index: 10;
  -webkit-transform: skewY(-6deg) translate3d(0, 0, 0);
  transform: skewY(-6deg); }
  .site-launches .bg-fixed {
    position: absolute;
    background-attachment: fixed;
    background-image: url(../images/structure/bg-clouds.jpg);
    background-size: cover;
    width: 100%;
    height: 120%;
    left: 0;
    top: -98px;
    z-index: 1;
    -webkit-transform: skewY(6deg) translate3d(0, 0, 0);
    transform: skewY(6deg); }
  .site-launches .container {
    width: 850px;
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-transform: skewY(6deg) translate3d(0, 0, 0);
    transform: skewY(6deg); }
    .site-launches .container .btn {
      width: auto;
      padding: 15px 30px 16px;
      margin: 60px 0 15px; }

.about-us .content-hold {
  margin-top: -98px;
  position: relative;
  overflow: hidden;
  padding-bottom: 125px !important;
  margin-bottom: -107px;
  z-index: 7;
  -webkit-transform: skewY(-6deg) translate3d(0, 0, 0);
  transform: skewY(-6deg); }
  .about-us .content-hold .bg-fixed {
    position: absolute;
    background-attachment: fixed;
    background-size: cover;
    /*background-position: center 600px;*/
    width: 100%;
    height: 120%;
    left: 0;
    top: -170px;
    z-index: 1;
    -webkit-transform: skewY(6deg) translate3d(0, 0, 0);
    transform: skewY(6deg); }
    .about-us .content-hold .bg-fixed:after {
      background: rgba(61, 65, 68, 0.4);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: all 350ms linear;
      -moz-transition: all 350ms linear; }
  .about-us .content-hold .container {
    width: 850px;
    padding: 175px 0 250px;
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-transform: skewY(6deg) translate3d(0, 0, 0);
    transform: skewY(6deg); }
  .about-us .content-hold.blog-cta {
    margin-top: -125px;
    z-index: 11; }
    .about-us .content-hold.blog-cta .bg-fixed {
      background-image: url(../images/bg-about-bottom.jpg); }
    .about-us .content-hold.blog-cta .container {
      padding: 130px 0; }

.about-us .one-color-wave {
  z-index: 9; }

.about-us .awards {
  padding: 265px 0 1000px;
  background: #efefef;
  color: #3d4144;
  text-align: center;
  z-index: 8; }
  .about-us .awards h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #3d4144; }
  .about-us .awards .sep-line {
    background: #3d4144; }
  .about-us .awards .hint {
    font-style: italic;
    font-size: 18px;
    font-weight: bold; }
  .about-us .awards .timeline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 115px;
    text-align: left;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: e-resize; }
    .about-us .awards .timeline:after {
      content: "";
      display: block;
      width: 100%;
      border-top: 3px dotted #bebebe;
      position: absolute;
      top: 50%;
      left: 0; }
    .about-us .awards .timeline .cat {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-bottom: 60px;
      display: inline-block;
      min-height: 138px;
      padding-left: 260px;
      width: 515px;
      background-repeat: no-repeat;
      font-size: 17px;
      line-height: 20px; }
      .about-us .awards .timeline .cat.w3-web-awards {
        width: 330px;
        padding-left: 145px;
        background-image: url(../images/w3.jpg); }
      .about-us .awards .timeline .cat.davey-awards {
        padding-left: 215px;
        width: 375px;
        background-image: url(../images/davey.jpg); }
      .about-us .awards .timeline .cat.hermes-creative-awards {
        background-image: url(../images/hermes.jpg); }
      .about-us .awards .timeline .cat:after {
        content: "";
        position: absolute;
        top: 47%;
        display: block;
        margin-top: -10px;
        width: 2px;
        height: 30px;
        background: #bebebe; }
      .about-us .awards .timeline .cat p {
        margin-bottom: 10px; }
      .about-us .awards .timeline .cat a {
        color: #3d4144;
        cursor: pointer; }
        .about-us .awards .timeline .cat a:hover {
          color: #ff6a00; }
      .about-us .awards .timeline .cat .aw {
        margin-bottom: 20px; }
      .about-us .awards .timeline .cat .down {
        visibility: hidden; }
      .about-us .awards .timeline .cat.odd {
        padding-bottom: 0;
        padding-top: 60px;
        background-position: 0 bottom;
        margin: 0 -130px; }
        .about-us .awards .timeline .cat.odd .down {
          visibility: visible; }
        .about-us .awards .timeline .cat.odd .up {
          visibility: hidden; }
        .about-us .awards .timeline .cat.odd:after {
          top: 52%; }
  .about-us .awards .cat.odd + .hexagon {
    margin-left: 198px; }
  .about-us .awards .hexagon {
    background: #fff;
    position: static;
    font-size: 60px;
    color: #3d4144;
    font-weight: 800;
    cursor: default;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0; }
    .about-us .awards .hexagon .table {
      display: table; }

.about-us #footer {
  z-index: 12; }

.our-team #upper .wysiwyg {
  margin: 0 auto;
  width: 650px; }

.our-team .teamMap {
  position: relative;
  margin-top: 40px;
  padding-bottom: 140px;
  background: #efefef;
  text-align: center; }
  .our-team .teamMap:before, .our-team .teamMap:after {
    background: #efefef;
    position: absolute;
    width: 150%;
    left: -25%;
    top: -87px;
    height: 300px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1;
    content: ''; }
  .our-team .teamMap:after {
    top: auto;
    bottom: -87px; }
  .our-team .teamMap img.mapimg {
    position: relative;
    z-index: 2;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }
  .our-team .teamMap .container {
    z-index: 7; }
  .our-team .teamMap .skewFix {
    margin-top: -28px;
    display: inline-block;
    position: relative;
    width: 100%; }
    .our-team .teamMap .skewFix .neighborhood {
      position: absolute;
      z-index: 5;
      font: bold 0px "Uniform", sans-serif;
      color: #212121;
      transition: all linear 300ms; }
      .our-team .teamMap .skewFix .neighborhood.animate {
        font-size: 21px; }
      .our-team .teamMap .skewFix .neighborhood.lynchburg {
        top: 5%;
        right: 2%; }
      .our-team .teamMap .skewFix .neighborhood.mooresville {
        top: 6%;
        left: 49%; }
      .our-team .teamMap .skewFix .neighborhood.davidson {
        top: 15%;
        left: 44%; }
      .our-team .teamMap .skewFix .neighborhood.huntersville {
        top: 28%;
        left: 25%; }
      .our-team .teamMap .skewFix .neighborhood.university {
        top: 27%;
        left: 71%; }
      .our-team .teamMap .skewFix .neighborhood.noDa {
        top: 49%;
        left: 57%; }
      .our-team .teamMap .skewFix .neighborhood.uptown {
        top: 55%;
        left: 44%; }
      .our-team .teamMap .skewFix .neighborhood.belmont {
        top: 55%;
        left: -5%; }
      .our-team .teamMap .skewFix .neighborhood.plaza {
        top: 58%;
        left: 65%; }
      .our-team .teamMap .skewFix .neighborhood.dilworth {
        top: 61%;
        left: 48%; }
      .our-team .teamMap .skewFix .neighborhood.southend {
        top: 65%;
        left: 36%; }
      .our-team .teamMap .skewFix .neighborhood.cotswald {
        top: 66%;
        left: 63%; }
      .our-team .teamMap .skewFix .neighborhood.southpark {
        top: 69%;
        left: 49%; }
      .our-team .teamMap .skewFix .neighborhood.indian {
        top: 77%;
        right: 6%; }
      .our-team .teamMap .skewFix .neighborhood.south {
        top: 83%;
        left: 21%; }
      .our-team .teamMap .skewFix .neighborhood.ballantyne {
        top: 84%;
        left: 50%; }
      .our-team .teamMap .skewFix .neighborhood.waxhaw {
        top: 88%;
        left: 63%; }
    .our-team .teamMap .skewFix .icon {
      position: absolute;
      z-index: 5;
      -webkit-transform: scale(0);
      transform: scale(0);
      transition: -webkit-transform linear 300ms;
      transition: transform linear 300ms; }
      .our-team .teamMap .skewFix .icon img {
        -webkit-backface-visibility: hidden; }
      .our-team .teamMap .skewFix .icon.animate {
        -webkit-transform: scale(1);
        transform: scale(1); }
      .our-team .teamMap .skewFix .icon.landscape {
        right: 7%;
        top: 9%; }
      .our-team .teamMap .skewFix .icon.sailboat {
        left: 36%;
        top: 12%; }
      .our-team .teamMap .skewFix .icon.tree {
        left: 19%;
        top: 25%; }
      .our-team .teamMap .skewFix .icon.home {
        left: 36%;
        top: 25%; }
      .our-team .teamMap .skewFix .icon.book {
        left: 72.5%;
        top: 23%; }
      .our-team .teamMap .skewFix .icon.golf {
        left: 31%;
        top: 33%; }
      .our-team .teamMap .skewFix .icon.swim {
        left: 11%;
        top: 42%; }
      .our-team .teamMap .skewFix .icon.mask {
        left: 52%;
        top: 47%; }
      .our-team .teamMap .skewFix .icon.building {
        left: 45%;
        top: 51%; }
      .our-team .teamMap .skewFix .icon.wine {
        left: 65%;
        top: 52%; }
      .our-team .teamMap .skewFix .icon.football {
        left: 46%;
        top: 57%; }
      .our-team .teamMap .skewFix .icon.plane {
        left: 25%;
        top: 56%; }
      .our-team .teamMap .skewFix .icon.utensils {
        left: 51.5%;
        top: 65%; }
      .our-team .teamMap .skewFix .icon.shop {
        left: 46%;
        top: 86%; }
    .our-team .teamMap .skewFix .hexagon {
      top: 68%;
      left: 42.5%;
      background: #ff6a00;
      opacity: 0;
      margin: 0;
      height: 71px;
      width: 40px;
      z-index: 5;
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0;
      transition: top 400ms linear,left 400ms linear; }
      .our-team .teamMap .skewFix .hexagon.animate {
        width: 56px;
        height: 97px;
        background: #bebebe;
        opacity: 1; }
        .our-team .teamMap .skewFix .hexagon.animate:hover {
          background: #76ff03; }
      .our-team .teamMap .skewFix .hexagon img {
        position: absolute;
        left: -8px;
        bottom: 0;
        max-width: none;
        -webkit-backface-visibility: hidden; }
      .our-team .teamMap .skewFix .hexagon.edreamz {
        width: 40px;
        z-index: 6;
        cursor: default;
        opacity: 1; }
        .our-team .teamMap .skewFix .hexagon.edreamz img {
          left: -6px;
          top: 19px; }

.our-team .teamMask {
  background: url(../images/bg-pop.png);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 100;
  cursor: pointer;
  transition: height 200ms linear; }
  .our-team .teamMask.active {
    height: 100%; }

.our-team .teamPopContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  max-height: 77%;
  overflow-y: scroll;
  width: 1100px;
  padding: 30px;
  background: #fff;
  left: 100%;
  top: 25%;
  z-index: 120;
  color: #212121;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  transition: left 350ms linear; }
  .our-team .teamPopContent.active {
    left: calc(50% - 550px); }
  .our-team .teamPopContent .img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    position: relative; }
    .our-team .teamPopContent .img img.fun {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 20; }
    .our-team .teamPopContent .img:hover img.fun {
      opacity: 1; }
  .our-team .teamPopContent h3 {
    margin: 0;
    text-transform: none; }
  .our-team .teamPopContent h5 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 13px; }
    .our-team .teamPopContent h5:after {
      content: "";
      background: #b8b8b8;
      margin-top: 30px;
      height: 2px;
      display: block;
      width: 85px; }
  .our-team .teamPopContent a.close {
    position: absolute;
    top: 22px;
    right: 30px;
    color: #bebebe;
    font-size: 36px; }

.our-team .instagram {
  margin-top: -125px;
  position: relative;
  overflow: hidden;
  padding-bottom: 125px !important;
  margin-bottom: -107px;
  -webkit-transform: skewY(-6deg) translate3d(0, 0, 0);
  transform: skewY(-6deg); }
  .our-team .instagram .bg {
    position: absolute;
    background: url(../images/bg-instagram.jpg);
    width: 100%;
    height: 120%;
    left: 0;
    top: -170px;
    z-index: 1;
    -webkit-transform: skewY(6deg) translate3d(0, 0, 0);
    transform: skewY(6deg); }
    .our-team .instagram .bg:after {
      background: rgba(61, 65, 68, 0.7);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: all 350ms linear;
      -moz-transition: all 350ms linear; }
  .our-team .instagram .container {
    width: 850px;
    padding: 250px 0;
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-transform: skewY(6deg) translate3d(0, 0, 0);
    transform: skewY(6deg); }

.contact-us #upper:after {
  background: rgba(51, 51, 51, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 350ms linear;
  -moz-transition: all 350ms linear; }

.contact-us #upper .container {
  width: 875px;
  z-index: 2; }

.contact-us .icons {
  margin-bottom: 45px;
  font-size: 32px; }
  .contact-us .icons span {
    display: inline-block;
    padding: 0 37px; }
  .contact-us .icons .fa-mobile-phone {
    font-size: 47px; }

.contact-us .color-content {
  max-width: none; }
  .contact-us .color-content ul {
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal; }
    .contact-us .color-content ul li {
      display: inline-block;
      list-style: none;
      padding: 0 40px;
      border-right: 2px solid #fff; }
      .contact-us .color-content ul li:last-child {
        border-right: 0; }
  .contact-us .color-content a {
    color: #fff; }
    .contact-us .color-content a:hover {
      color: #76ff03; }

.contact-us .form {
  background: #efefef; }
  .contact-us .form .container {
    width: 880px;
    padding: 250px 0 50px; }

.contact-us .home-bottom {
  overflow: hidden; }
  .contact-us .home-bottom:before, .contact-us .our-team .home-bottom.teamMap:after, .our-team .contact-us .home-bottom.teamMap:after {
    background: #efefef;
    content: "";
    display: block;
    position: absolute;
    height: 270px;
    width: 150%;
    margin-left: -25%;
    top: -142px;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }

.contact-us .map {
  display: none; }
  .contact-us .map.active {
    display: block; }
  .contact-us .map iframe {
    float: left; }

.contact-us .infoWindow {
  color: #212121;
  line-height: normal; }
  .contact-us .infoWindow h5 {
    margin: 3px 0 10px; }

.contTemp:not(.our-work) #upper {
  background-attachment: fixed; }
  .contTemp:not(.our-work) #upper:not(.orange):after {
    background: rgba(51, 51, 51, 0.4);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 350ms linear;
    -moz-transition: all 350ms linear; }
  .contTemp:not(.our-work) #upper:not(.orange) .container {
    z-index: 5; }

.contTemp:not(.our-work) #content .content-hold {
  padding-bottom: 100px;
  color: #3d4144;
  text-align: left;
  font-size: 23px;
  line-height: 34px; }
  .contTemp:not(.our-work) #content .content-hold:before, .contTemp:not(.our-work) #content .our-team .content-hold.teamMap:after, .our-team .contTemp:not(.our-work) #content .content-hold.teamMap:after {
    position: absolute;
    background: #fff;
    width: 150%;
    left: -25%;
    top: -87px;
    height: 300px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1;
    content: ''; }
  .contTemp:not(.our-work) #content .content-hold h2 {
    color: #212121; }

.content-hold, .why-choose-content, .awards, .work-list, .work-list-lower, .testimonial, .bottom-link, .blog-lower, .form, .home-bottom, .map, #footer {
  -webkit-transform: translate3d(0, 0, 0); }

.services #header .btn {
  color: #fff; }

.services #header #logo img.regular {
  display: none; }

.services #header #logo img.orange {
  display: inline; }

.services #upper {
  background: url(../images/structure/bg-services.jpg) center top;
  background-size: cover; }

.services .upper {
  /*padding: 295px 0 335px;
    h1{ font-size: 60px; color:#353535; }*/ }
  .services .upper:after {
    background: rgba(61, 65, 68, 0.4);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 350ms linear;
    -moz-transition: all 350ms linear; }
  .services .upper .container {
    width: 875px;
    z-index: 2; }

.services #content .content-hold {
  padding-top: 250px; }

.services .one-color-wave {
  margin-top: -28px; }
  .services .one-color-wave.why-choose {
    height: 164px; }
    .services .one-color-wave.why-choose h2 {
      line-height: 164px; }
    .services .one-color-wave.why-choose .color-content {
      max-width: 830px; }
    .services .one-color-wave.why-choose .one-orange-wave, .services .one-color-wave.why-choose .one-blue-wave {
      top: -90px; }

.services .why-choose-content {
  padding: 250px 0 80px;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  text-align: center; }
  .services .why-choose-content .bg-fixed {
    position: absolute;
    background: url(../images/structure/bg-window.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 120%;
    left: 0;
    top: 0;
    z-index: 1; }
    .services .why-choose-content .bg-fixed:after {
      background: rgba(61, 65, 68, 0.6);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: all 350ms linear;
      -moz-transition: all 350ms linear; }
  .services .why-choose-content ul {
    padding: 0;
    text-align: left;
    font-size: 21px;
    line-height: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .services .why-choose-content ul li {
      padding: 30px 45px;
      list-style: none;
      width: 33.33%;
      float: left; }
      .services .why-choose-content ul li:before, .services .why-choose-content ul .our-team li.teamMap:after, .our-team .services .why-choose-content ul li.teamMap:after {
        content: url(../images/bullet.png);
        margin-left: -27px;
        margin-right: 15px; }

@-webkit-keyframes tada {
  65% {
    -webkit-transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes tada {
  65% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.hex-contain {
  position: relative;
  margin: 385px 0 485px;
  padding: 8px 20px 0;
  display: inline-block;
  text-align: center; }
  .hex-contain .row1 {
    top: -378px; }
  .hex-contain .row2 {
    top: -200px; }
  .hex-contain .row3 {
    top: -85px; }
  .hex-contain .row4 {
    top: 28px; }
  .hex-contain .row5 {
    top: 140px; }
  .hex-contain .row6 {
    top: 256px; }
  .hex-contain .row7 {
    top: 435px; }
  .hex-contain .col1 {
    left: -335px; }
  .hex-contain .col2 {
    left: -165px; }
  .hex-contain .col3 {
    left: 30px; }
  .hex-contain .col4 {
    left: 156px; }
  .hex-contain .col5 {
    left: 282px; }
  .hex-contain .col6 {
    left: 478px; }
  .hex-contain .col7 {
    left: 652px; }
  .hex-contain .intersect {
    position: absolute;
    left: 255px;
    top: 207px;
    z-index: 10; }

.hexagon {
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  position: absolute;
  margin: 100px 54px;
  width: 110px;
  height: 190px;
  background: #e5f3fa;
  z-index: 1;
  /* Text styling */
  line-height: 180px;
  text-align: center;
  font-size: 55px;
  color: #03a9f4;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 500ms ease, text-shadow 500ms ease;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: 350ms linear background;
  -moz-transition: 350ms linear background; }
  .hexagon.animate {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .hexagon:before, .our-team .hexagon.teamMap:after, .hexagon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: inherit;
    z-index: -1;
    /* Keeps borders smooth in webkit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .hexagon:before, .our-team .hexagon.teamMap:after {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  .hexagon:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  .hexagon:hover {
    /*background: darken( $light_blue, 7 ); color:$dark_teal;*/
    background: #03a9f4;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-family: "Uniform", sans-serif;
    font-weight: 600; }
    .hexagon:hover span.char {
      display: none; }
    .hexagon:hover .table {
      display: table; }
  .hexagon.orange {
    background: #fef0e5;
    color: #ff6a00; }
    .hexagon.orange:hover {
      background: #ff6a00;
      color: #fff; }
  .hexagon.dark-blue {
    background: #03a9f4;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-family: "Uniform", sans-serif;
    font-weight: 600; }
    .hexagon.dark-blue:hover {
      background: #0391d1; }
  .hexagon.dark-orange {
    background: #ff6a00;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-family: "Uniform", sans-serif;
    font-weight: 600; }
    .hexagon.dark-orange:hover {
      background: #db5b00; }
  .hexagon.large {
    position: relative;
    height: 230px;
    width: 133px; }
    .hexagon.large .table {
      display: table; }
  .hexagon img {
    vertical-align: middle; }
  .hexagon .table {
    display: none;
    width: 146%;
    height: 100%;
    margin-left: -23%; }

.services-lower {
  padding: 0 65px 150px; }
  .services-lower h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font: 800 48px "Uniform", sans-serif; }
  .services-lower .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    font-size: 16px;
    line-height: 28px;
    color: #212121; }
    .services-lower .flex .flex-item {
      width: 33.333%;
      padding: 80px 95px;
      transition: 1750ms linear background;
      -moz-transition: 1750ms linear background; }
      .services-lower .flex .flex-item a {
        color: #7cc32a;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase; }
        .services-lower .flex .flex-item a:hover {
          color: #ff6a00; }
    .services-lower .flex .fa:before, .services-lower .flex .our-team .fa.teamMap:after, .our-team .services-lower .flex .fa.teamMap:after {
      display: block;
      margin: 0 auto 35px;
      font-size: 55px;
      font-weight: normal; }
    .services-lower .flex .fa:after {
      content: "";
      display: block;
      width: 235px;
      height: 2px;
      margin: 36px auto 0;
      background: #f2f2f2; }
    .services-lower .flex .active .fa:after {
      background: #bebebe; }
  .services-lower #web-production .fa:before, .services-lower #web-production .our-team .fa.teamMap:after, .our-team .services-lower #web-production .fa.teamMap:after {
    color: #03a9f4; }
  .services-lower #web-production .active {
    background: #e5f3fa; }
  .services-lower #internet-marketing {
    margin-top: 100px; }
    .services-lower #internet-marketing h2 {
      color: #ff6a00; }
    .services-lower #internet-marketing .fa:before, .services-lower #internet-marketing .our-team .fa.teamMap:after, .our-team .services-lower #internet-marketing .fa.teamMap:after {
      color: #ff6a00; }
    .services-lower #internet-marketing .active {
      background: #fef0e5; }

.work-list {
  z-index: 9; }
  .work-list .flex {
    margin: -48px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .work-list .flex-item {
    /*margin-top: 150px;*/
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 175px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: skewY(-8deg) translate3d(0, 0, 0);
    transform: skewY(-8deg);
    /*transition: margin 600ms ease-in-out;
    -moz-transition: margin 600ms ease-in-out;
    &.active{ margin-top: 0; }*/ }
    .work-list .flex-item .bg-fixed {
      position: absolute;
      background-size: cover;
      width: 100%;
      height: 123%;
      left: 0;
      top: -50px;
      z-index: 0;
      background-position: center top;
      -webkit-transform: skewY(8deg) translate3d(0, 0, 0);
      transform: skewY(8deg); }
      .work-list .flex-item .bg-fixed:after {
        background: rgba(61, 65, 68, 0.5);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all 350ms linear;
        -moz-transition: all 350ms linear; }
    .work-list .flex-item .content {
      z-index: 2;
      padding: 0 20px;
      -webkit-transform: skewY(8deg) translate3d(0, 0, 0);
      transform: skewY(8deg); }
    .work-list .flex-item .action {
      position: absolute;
      background: rgba(61, 65, 68, 0.8);
      width: 100%;
      left: 0;
      top: 100%;
      padding: 80px 0;
      z-index: 4;
      transition: 300ms top linear;
      -moz-transition: 300ms top linear; }
      .work-list .flex-item .action .btn {
        -webkit-transform: skewY(8deg) translate3d(0, 0, 0);
        transform: skewY(8deg); }
    .work-list .flex-item:hover .action {
      top: calc(100% - 211px);
      top: -moz-calc(100% - 211px); }

.work-list-lower {
  background: #efefef;
  padding: 185px 60px 100px;
  text-align: center; }
  .work-list-lower h2 {
    margin-bottom: 45px;
    color: #3d4144;
    font-size: 40px;
    font-weight: 800; }
  .work-list-lower .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px; }
  .work-list-lower .flex-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 30px;
    width: 23%;
    margin: 15px 1%; }
    .work-list-lower .flex-item img {
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      width: 100%; }
    .work-list-lower .flex-item .action {
      opacity: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      background: rgba(255, 106, 0, 0.8);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: opacity 350ms linear;
      -moz-transition: opacity 350ms linear; }
    .work-list-lower .flex-item:hover .action {
      opacity: 1; }

.our-work #upper {
  background-size: cover;
  background-position: center top; }
  .our-work #upper.gradient:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.44+100 */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.44) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#70000000',GradientType=0 );
    /* IE6-9 */ }

.our-work .one-color-wave {
  height: auto; }
  .our-work .one-color-wave .one-orange-wave, .our-work .one-color-wave .one-blue-wave {
    top: -107px;
    height: 480px; }
  .our-work .one-color-wave .color-content {
    max-width: 1100px;
    min-height: 252px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.our-work #content .content-hold {
  padding: 220px 0;
  background: #efefef;
  color: #3d4144;
  font-size: 24px;
  text-align: center; }
  .our-work #content .content-hold.bg-white {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 35px;
    z-index: 7; }
    .our-work #content .content-hold.bg-white:before, .our-work #content .our-team .content-hold.bg-white.teamMap:after, .our-team .our-work #content .content-hold.bg-white.teamMap:after {
      content: "";
      background: #fff;
      width: 140%;
      height: 360px;
      margin-left: -20%;
      position: absolute;
      top: -107px;
      left: 0;
      z-index: 1;
      transition: .4s linear;
      -webkit-transform: skewY(-6deg) translate3d(0, 0, 0);
      transform: skewY(-6deg); }
    .our-work #content .content-hold.bg-white:after {
      content: "";
      background: #fff;
      width: 140%;
      height: 360px;
      margin-left: -20%;
      position: absolute;
      bottom: -97px;
      left: 0;
      z-index: 1;
      transition: .4s linear;
      -webkit-transform: skewY(-6deg) translate3d(0, 0, 0);
      transform: skewY(-6deg); }
  .our-work #content .content-hold h2.larger {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3d4144;
    font-size: 40px; }
  .our-work #content .content-hold .screen {
    position: relative;
    display: inline-block;
    padding-bottom: 70px; }
    .our-work #content .content-hold .screen img {
      float: left;
      position: relative;
      z-index: 1; }
    .our-work #content .content-hold .screen video, .our-work #content .content-hold .screen .blankScreen {
      position: absolute;
      z-index: 0; }
      .our-work #content .content-hold .screen video.desktop, .our-work #content .content-hold .screen .blankScreen.desktop {
        width: 74.338%;
        height: 71.955%;
        top: 5.241%;
        left: 11.416%; }
      .our-work #content .content-hold .screen video.mobile, .our-work #content .content-hold .screen .blankScreen.mobile {
        width: 17.26%;
        height: 46.884%;
        top: 34.728%;
        right: 1.279%; }
    .our-work #content .content-hold .screen .blankScreen {
      background: #37a0d0; }
  .our-work #content .content-hold .bd {
    margin-bottom: 50px;
    border-bottom: 2px solid #999; }
  .our-work #content .content-hold ul:not(.slides):not(.flex-direction-nav) {
    float: left;
    width: 50%; }
    .our-work #content .content-hold ul:not(.slides):not(.flex-direction-nav) li {
      margin-bottom: 25px;
      list-style: none;
      padding-right: 40px;
      text-align: left; }
      .our-work #content .content-hold ul:not(.slides):not(.flex-direction-nav) li:before, .our-work #content .content-hold ul:not(.slides):not(.flex-direction-nav) .our-team li.teamMap:after, .our-team .our-work #content .content-hold ul:not(.slides):not(.flex-direction-nav) li.teamMap:after {
        display: inline-block;
        margin-left: -48px;
        margin-right: 23px;
        content: "\f00c";
        color: #ff6a00;
        font-size: 24px;
        font-family: "FontAwesome", sans-serif; }
  .our-work #content .content-hold .orange-bd {
    margin-top: 55px; }
  .our-work #content .content-hold .menu {
    margin-bottom: 45px;
    display: inline-block;
    position: relative;
    z-index: 2; }
    .our-work #content .content-hold .menu a {
      display: inline-block;
      border-top: 2px solid #bebebe;
      border-bottom: 2px solid #bebebe;
      border-left: 1px solid #bebebe;
      border-right: 1px solid #bebebe;
      padding: 0 32px;
      border-right: 2px solid #bebebe;
      font: 800 13px/35px "Uniform", sans-serif;
      color: #3d4144;
      text-transform: uppercase; }
      .our-work #content .content-hold .menu a:hover, .our-work #content .content-hold .menu a.active {
        border-color: #ff6a00;
        color: #ff6a00; }
  .our-work #content .content-hold .flexslider {
    font-size: 16px;
    line-height: 28px;
    text-align: left; }
    .our-work #content .content-hold .flexslider h4 {
      margin-bottom: 30px;
      text-transform: uppercase;
      font-weight: bold;
      color: #3d4144; }
      .our-work #content .content-hold .flexslider h4:after {
        content: "";
        display: block;
        margin-top: 30px;
        height: 1px;
        background: #bebebe;
        width: 80px; }
    .our-work #content .content-hold .flexslider .desc {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .our-work #content .content-hold .flexslider .pad40 {
      padding: 100px; }
    .our-work #content .content-hold .flexslider .flex-control-nav {
      display: none; }
    .our-work #content .content-hold .flexslider .flex-direction-nav {
      display: block; }
      .our-work #content .content-hold .flexslider .flex-direction-nav a {
        width: 35px;
        height: 60px;
        margin-top: -30px;
        opacity: 1;
        z-index: 100;
        color: #fff;
        font-size: 1px;
        text-indent: 0; }
      .our-work #content .content-hold .flexslider .flex-direction-nav a:before, .our-work #content .content-hold .flexslider .flex-direction-nav .our-team a.teamMap:after, .our-team .our-work #content .content-hold .flexslider .flex-direction-nav a.teamMap:after {
        font-family: "FontAwesome", sans-serif;
        color: #bebebe;
        font-size: 100px;
        text-indent: 0; }
      .our-work #content .content-hold .flexslider .flex-direction-nav a.flex-prev:before, .our-work #content .content-hold .flexslider .flex-direction-nav .our-team a.flex-prev.teamMap:after, .our-team .our-work #content .content-hold .flexslider .flex-direction-nav a.flex-prev.teamMap:after {
        content: "\f104"; }
      .our-work #content .content-hold .flexslider .flex-direction-nav a.flex-next:before, .our-work #content .content-hold .flexslider .flex-direction-nav .our-team a.flex-next.teamMap:after, .our-team .our-work #content .content-hold .flexslider .flex-direction-nav a.flex-next.teamMap:after {
        content: "\f105"; }
    .our-work #content .content-hold .flexslider:hover a.flex-next {
      right: 63px; }
    .our-work #content .content-hold .flexslider:hover a.flex-prev {
      left: 63px; }

.our-work .testimonial {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: -108px;
  font-size: 24px;
  font-style: italic; }
  .our-work .testimonial .bg-fixed {
    position: absolute;
    background-attachment: fixed;
    background-size: cover;
    /*background-position: center 600px;*/
    width: 100%;
    height: 120%;
    left: 0;
    top: -170px;
    z-index: 1; }
    .our-work .testimonial .bg-fixed:after {
      background: rgba(61, 65, 68, 0.4);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: all 350ms linear;
      -moz-transition: all 350ms linear; }
  .our-work .testimonial .container {
    width: 850px;
    padding: 280px 0 260px;
    position: relative;
    z-index: 2;
    text-align: center; }
    .our-work .testimonial .container:before, .our-work .testimonial .our-team .container.teamMap:after, .our-team .our-work .testimonial .container.teamMap:after {
      content: url(../images/quote.png);
      display: block;
      margin: 0 auto 60px; }
    .our-work .testimonial .container .name {
      font-weight: bold;
      font-style: normal; }

.blog #header #logo img.regular {
  display: none; }

.blog #header #logo img.orange {
  display: inline; }

.blog #upper:after, .blog .upper:after {
  background: rgba(61, 65, 68, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 350ms linear;
  -moz-transition: all 350ms linear; }

.blog #upper .container, .blog .upper .container {
  z-index: 2;
  width: 950px; }

.blog .one-color-wave .one-orange-wave, .blog .one-color-wave .one-blue-wave {
  height: 430px; }

.blog .blog-lower {
  background: #efefef; }
  .blog .blog-lower .blog-listing {
    z-index: 45;
    position: relative;
    margin: -100px auto 50px;
    width: 90%;
    text-align: center; }
    .blog .blog-lower .blog-listing .item-list {
      padding-bottom: 115px;
      position: relative; }
    .blog .blog-lower .blog-listing .item {
      background: #fff;
      position: relative;
      float: left;
      margin: 0 1% 25px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*flex-direction: column;*/
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 23%;
      position: relative;
      color: #212121;
      font: 600 14px/26px "Uniform", sans-serif;
      box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      .blog .blog-lower .blog-listing .item.noImg {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .blog .blog-lower .blog-listing .item h5 {
        margin: 0 0 30px; }
      .blog .blog-lower .blog-listing .item h5 a {
        color: #212121; }
        .blog .blog-lower .blog-listing .item h5 a:hover {
          color: #7cc32a; }
      .blog .blog-lower .blog-listing .item .content {
        padding: 30px;
        width: 100%; }
      .blog .blog-lower .blog-listing .item .action {
        position: absolute;
        background: rgba(61, 65, 68, 0.8);
        width: 100%;
        left: 0;
        top: 100%;
        padding: 30px 0;
        z-index: 4;
        transition: 300ms top linear;
        -moz-transition: 300ms top linear; }
      .blog .blog-lower .blog-listing .item:hover .action {
        top: calc(100% - 110px); }
      .blog .blog-lower .blog-listing .item .date {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px;
        background: #37a0d0;
        color: #fff;
        text-align: center;
        font: 800 18px/18px "Uniform", sans-serif; }
        .blog .blog-lower .blog-listing .item .date .month {
          display: block;
          text-transform: uppercase;
          font-weight: normal; }
      .blog .blog-lower .blog-listing .item.full {
        margin: 0 0 25px;
        padding: 60px;
        width: 100%;
        text-align: left;
        font: normal 16px/32px "Uniform", sans-serif; }
    .blog .blog-lower .blog-listing .menu {
      margin-bottom: 70px;
      display: inline-block; }
      .blog .blog-lower .blog-listing .menu a {
        display: inline-block;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        padding: 0 32px;
        border-right: 2px solid #fff;
        font: 800 13px/35px "Uniform", sans-serif;
        color: #fff;
        text-transform: uppercase; }
        .blog .blog-lower .blog-listing .menu a:hover, .blog .blog-lower .blog-listing .menu a.active {
          background: #fff;
          color: #ff6a00; }
    .blog .blog-lower .blog-listing .news-detail img {
      border: 1px solid #e4e4e4; }
    .blog .blog-lower .blog-listing h3 {
      color: #fff; }
  .blog .blog-lower.detail .blog-listing {
    width: 1360px;
    margin-top: 0; }
    .blog .blog-lower.detail .blog-listing h1 {
      margin-bottom: 70px;
      margin-top: 50px;
      width: 100%;
      font-size: 36px;
      text-align: center; }
  .blog .blog-lower.detail .one-color-wave .one-orange-wave, .blog .blog-lower.detail .one-color-wave .one-blue-wave {
    height: 650px; }
  .blog .blog-lower.detail .info {
    padding-left: 50px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-left: 1px solid #e4e4e4;
    text-align: center;
    font-size: 13px;
    line-height: 24px; }
    .blog .blog-lower.detail .info .img {
      position: relative;
      margin: 0 auto;
      width: 122px;
      height: 105px;
      overflow: hidden; }
      .blog .blog-lower.detail .info .img:after {
        content: url(../images/hex-max.png);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .blog .blog-lower.detail .info .img img {
        max-width: 140%;
        margin-left: -20%; }
    .blog .blog-lower.detail .info h3 {
      margin-bottom: 25px;
      font-size: 21px;
      text-transform: none;
      color: #ff6a00; }
    .blog .blog-lower.detail .info h5 {
      margin-bottom: 5px;
      font-size: 13px; }
  .blog .blog-lower.detail .leftCol {
    padding-right: 50px; }

.blog #infscr-loading {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .blog #infscr-loading em {
    color: #212121;
    font-size: 20px;
    font-style: normal; }

.bottom-link {
  background: #ff6a00;
  padding: 55px 0; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  transition-duration: 0.8s; }

.isotope {
  transition-property: height, width; }

.isotope .isotope-item {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.social ul {
  padding: 0;
  margin: 0; }

.social li {
  list-style: none;
  display: block;
  margin: 0 38px 0 0;
  float: left; }
  .social li a {
    color: #fff;
    font-size: 28px;
    font-family: "FontAwesome", sans-serif; }
    .social li a:hover {
      color: #ff6a00; }

#footer {
  background: #3d4144;
  padding: 50px;
  color: #FFF;
  text-align: center; }
  #footer .social {
    float: left;
    margin-right: -100%; }
  #footer #copyright {
    font: normal 12px/12px "Uniform", sans-serif;
    color: #bababa; }
    #footer #copyright a {
      color: #bababa; }
      #footer #copyright a:hover {
        color: #FFF; }
  #footer .links {
    word-spacing: 15px;
    font-size: 15px;
    margin-bottom: 10px; }
    #footer .links a {
      font: bold 15px/15px "Uniform", sans-serif;
      color: #FFF; }
      #footer .links a:hover {
        color: #ff6a00; }
  #footer .newsletter_widget_footer {
    float: right;
    margin-left: -100%; }
    #footer .newsletter_widget_footer input[type=text] {
      float: left;
      border: 0;
      width: 315px;
      background: #5d6368;
      color: #b5b5b5;
      padding: 9px 20px; }
      #footer .newsletter_widget_footer input[type=text]:focus {
        background: #4d5256; }
    #footer .newsletter_widget_footer .quicksubmit {
      margin: 7px 0 0 -30px;
      float: left;
      color: #fff;
      font-size: 20px; }
    #footer .newsletter_widget_footer .notes {
      color: #ff6a00; }

@-webkit-keyframes blinkerBlue {
  0% {
    -webkit-transform: scale(1) rotate(-14deg);
    transform: scale(1) rotate(-14deg); }
  50% {
    -webkit-transform: scale(0.25) rotate(35deg);
    transform: scale(0.25) rotate(35deg); }
  100% {
    -webkit-transform: scale(1) rotate(-14deg);
    transform: scale(1) rotate(-14deg); } }

@keyframes blinkerBlue {
  0% {
    -webkit-transform: scale(1) rotate(-14deg);
    transform: scale(1) rotate(-14deg); }
  50% {
    -webkit-transform: scale(0.25) rotate(35deg);
    transform: scale(0.25) rotate(35deg); }
  100% {
    -webkit-transform: scale(1) rotate(-14deg);
    transform: scale(1) rotate(-14deg); } }

@-webkit-keyframes blinkerOrange {
  0% {
    -webkit-transform: scale(0.5) rotate(24deg);
    transform: scale(0.5) rotate(24deg); }
  50% {
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg); }
  100% {
    -webkit-transform: scale(0.5) rotate(24deg);
    transform: scale(0.5) rotate(24deg); } }

@keyframes blinkerOrange {
  0% {
    -webkit-transform: scale(0.5) rotate(24deg);
    transform: scale(0.5) rotate(24deg); }
  50% {
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg); }
  100% {
    -webkit-transform: scale(0.5) rotate(24deg);
    transform: scale(0.5) rotate(24deg); } }

@-webkit-keyframes blinkerGreen {
  0% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25); }
  50% {
    -webkit-transform: scale(0.75) rotate(55deg);
    transform: scale(0.75) rotate(55deg); }
  100% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25); } }

@keyframes blinkerGreen {
  0% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25); }
  50% {
    -webkit-transform: scale(0.75) rotate(55deg);
    transform: scale(0.75) rotate(55deg); }
  100% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25); } }

.loader {
  display: none;
  width: 100%;
  position: relative;
  margin-top: 100px;
  z-index: -1; }
  .loader .hexagon {
    opacity: .85; }
    .loader .hexagon.blue {
      background: #03a9f4;
      -webkit-transform: scale(1) rotate(-14deg);
      transform: scale(1) rotate(-14deg);
      left: calc(50% - 128px);
      /*top: 10%;*/
      top: calc(39% - 296px);
      -webkit-animation-name: blinkerBlue;
      -webkit-animation-duration: 1.5s;
      -webkit-animation-timing-function: ease-in;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-name: blinkerBlue;
      -moz-animation-duration: 1.5s;
      -moz-animation-timing-function: ease-in;
      -moz-animation-iteration-count: infinite;
      -webkit-animation-name: blinkerBlue;
      animation-name: blinkerBlue;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .loader .hexagon.orange {
      background: #ff6a00;
      -webkit-transform: scale(0.5) rotate(24deg);
      transform: scale(0.5) rotate(24deg);
      left: calc(50% - 92px);
      top: calc(39% - 336px);
      opacity: .75;
      -webkit-animation-name: blinkerOrange;
      -webkit-animation-duration: 1.5s;
      -webkit-animation-timing-function: ease-in;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-name: blinkerOrange;
      -moz-animation-duration: 1.5s;
      -moz-animation-timing-function: ease-in;
      -moz-animation-iteration-count: infinite;
      -webkit-animation-name: blinkerOrange;
      animation-name: blinkerOrange;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .loader .hexagon.green {
      background: #76ff03;
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
      left: calc(50% - 55px);
      top: calc(39% - 245px);
      z-index: 3;
      opacity: .5;
      -webkit-animation-name: blinkerGreen;
      -webkit-animation-duration: 1.5s;
      -webkit-animation-timing-function: ease-in;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-name: blinkerGreen;
      -moz-animation-duration: 1.5s;
      -moz-animation-timing-function: ease-in;
      -moz-animation-iteration-count: infinite;
      -webkit-animation-name: blinkerGreen;
      animation-name: blinkerGreen;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
  .loader .text {
    position: absolute;
    top: 43%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase; }

.show1250, .show1000, .show965, .show715, .show550, .showDevice {
  display: none !important; }

.device .showDevice {
  display: block !important; }

@media (max-width: 1600px) {
  .stat-hold .icon-smile.first {
    display: none; }
  .stat-img.diamond {
    background-position: -12% 100%; }
    .stat-img.diamond.animate {
      background-position: -12% 30%; }
  .stat-img.hashtag {
    background-position: 22% 100%; }
    .stat-img.hashtag.animate {
      background-position: 22% 60%; }
  .stat-img.plaid {
    background-position: 105% 100%; }
    .stat-img.plaid.animate {
      background-position: 105% 40%; }
  .stat-img.triangle {
    background-position: 107% 100%; }
    .stat-img.triangle.animate {
      background-position: 107% 10%; }
  .stat-img.cloud {
    background-position: 25% 100%; }
    .stat-img.cloud.animate {
      background-position: 25% 20%; }
  .stat-img.sm-cloud {
    background-position: 80% 100%; }
    .stat-img.sm-cloud.animate {
      background-position: 80% 50%; }
  .stat-img.emailz {
    background-position: -7% 100%; }
    .stat-img.emailz.animate {
      background-position: -7% 35%; }
  .stat-img.envelope {
    background-position: 21% 100%; }
    .stat-img.envelope.animate {
      background-position: 21% 60%; }
  .stat-img.sites {
    background-position: 115% 100%; }
    .stat-img.sites.animate {
      background-position: 115% 10%; }
  .stat-img.triangle-down {
    background-position: 15% 100%; }
    .stat-img.triangle-down.animate {
      background-position: 15% 30%; }
  .stat-img.bokeh-sm {
    background-position: 30% 100%; }
    .stat-img.bokeh-sm.animate {
      background-position: 30% 65%; }
  .stat-img.bokeh {
    background-position: 80% 100%; }
    .stat-img.bokeh.animate {
      background-position: 80% 15%; }
  .stat-img.r1 {
    background-position: 10% 300%; }
    .stat-img.r1.animate {
      background-position: 10% 55%; }
  .stat-img.r2 {
    background-position: 20% 300%; }
    .stat-img.r2.animate {
      background-position: 20% 40%; }
  .stat-img.r3 {
    background-position: 32% 300%; }
    .stat-img.r3.animate {
      background-position: 32% 76%; }
  .stat-img.r4 {
    background-position: 68% 300%; }
    .stat-img.r4.animate {
      background-position: 68% 26%; }
  .stat-img.r5 {
    background-position: 80% 300%; }
    .stat-img.r5.animate {
      background-position: 80% 85%; }
  .stat-img.r6 {
    background-position: 92% 300%; }
    .stat-img.r6.animate {
      background-position: 92% 68%; }
  .our-team .teamMap .skewFix .neighborhood.belmont {
    left: 0; } }

@media (max-width: 1400px) {
  .blog .blog-lower.detail .blog-listing {
    width: 96%; } }

@media (max-width: 1380px) {
  .container {
    width: 96%;
    margin: 0 auto; } }

@media (max-width: 1250px) {
  .show1250 {
    display: block !important; }
  .hide1250 {
    display: none !important; }
  h1 {
    font-size: 70px; }
  #header .btn {
    margin-left: 15px;
    font-size: 13px; }
  #navigation ul li.level_1 a {
    margin: 0 12px;
    font-size: 13px; }
  .stat-img.sites {
    background-position: 140% 100%; }
    .stat-img.sites.animate {
      background-position: 140% 10%; }
  .stat-img.r1 {
    background-position: -3% 300%; }
    .stat-img.r1.animate {
      background-position: -3% 55%; }
  .stat-img.r2 {
    background-position: 7% 300%; }
    .stat-img.r2.animate {
      background-position: 7% 40%; }
  .stat-img.r3 {
    background-position: 19% 300%; }
    .stat-img.r3.animate {
      background-position: 19% 76%; }
  .stat-img.r4 {
    background-position: 81% 300%; }
    .stat-img.r4.animate {
      background-position: 81% 26%; }
  .stat-img.r5 {
    background-position: 93% 300%; }
    .stat-img.r5.animate {
      background-position: 93% 85%; }
  .stat-img.r6 {
    background-position: 105% 300%; }
    .stat-img.r6.animate {
      background-position: 105% 68%; }
  .our-team .teamMap .skewFix .hexagon.animate {
    width: 38px;
    height: 68px; }
  .our-team .teamMap .skewFix .hexagon img {
    width: 50px;
    left: -5px; }
  .our-team .teamPopContent {
    width: 92%;
    top: 15%;
    max-height: 80%;
    overflow-y: scroll; }
    .our-team .teamPopContent.active {
      left: 4%; }
  .our-team .teamMap .skewFix .icon {
    max-width: 45px; }
  .our-team .teamMap .skewFix .neighborhood.animate {
    font-size: 18px; }
  .services .hexagon {
    width: 70px;
    height: 122px;
    line-height: 122px;
    font-size: 42px; }
    .services .hexagon img {
      max-height: 42px; }
    .services .hexagon.large {
      width: 88px;
      height: 154px;
      margin: 100px 32px; }
      .services .hexagon.large.dark-blue, .services .hexagon.large.dark-orange {
        font-size: 18px;
        line-height: 24px; }
    .services .hexagon.dark-blue {
      font-size: 14px;
      line-height: 18px; }
  .services .hex-contain {
    margin: 185px 0 285px; }
    .services .hex-contain .row1 {
      top: -212px; }
    .services .hex-contain .row2 {
      top: -141px; }
    .services .hex-contain .row3 {
      top: -73px; }
    .services .hex-contain .row4 {
      top: 28px; }
    .services .hex-contain .row5 {
      top: 120px; }
    .services .hex-contain .row6 {
      top: 188px; }
    .services .hex-contain .row7 {
      top: 293px; }
    .services .hex-contain .col1 {
      left: -213px; }
    .services .hex-contain .col2 {
      left: -112px; }
    .services .hex-contain .col3 {
      left: 4px; }
    .services .hex-contain .col4 {
      left: 94px; }
      .services .hex-contain .col4.hexagon {
        width: 50px;
        height: 90px;
        line-height: 90px; }
    .services .hex-contain .col5 {
      left: 167px; }
    .services .hex-contain .col6 {
      left: 286px; }
    .services .hex-contain .col7 {
      left: 388px; }
    .services .hex-contain .intersect {
      left: 166px;
      top: 169px; }
  .services-lower {
    padding: 0 25px 150px; }
    .services-lower .flex .flex-item {
      padding: 40px 55px; }
  .work-list .flex-item {
    padding: 85px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .work-list .flex-item .action {
      position: static;
      background: transparent;
      padding: 15px 0; }
  .work-list-lower .flex-item {
    width: 48%; }
  .our-work #content .content-hold .flexslider .pad40 {
    padding: 40px; }
  .blog .blog-lower .blog-listing .item {
    width: 48%; }
  #footer .newsletter_widget_footer input[type=text] {
    width: 238px; }
  .social li {
    margin-right: 24px; } }

@media (max-width: 1000px) {
  .show1000 {
    display: block !important; }
  .mobileBtn {
    display: block; }
  #navigation {
    position: fixed;
    top: auto;
    bottom: 100%;
    transition: bottom 300ms linear;
    left: 0;
    width: 100%;
    height: calc(100% - 79px);
    background: rgba(255, 106, 0, 0.7);
    z-index: 99; }
    #navigation.active {
      bottom: 0; }
    #navigation .nav-hold {
      display: block; }
    #navigation #nav-menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: absolute;
      top: 0;
      height: 75%;
      width: 100%; }
      #navigation #nav-menu li.level_1 {
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        text-align: center; }
        #navigation #nav-menu li.level_1 a, #navigation #nav-menu li.level_1 a.selected {
          margin: 0;
          width: 100%;
          border: 0;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 35px;
          font-weight: 800;
          line-height: normal; }
          #navigation #nav-menu li.level_1 a:hover, #navigation #nav-menu li.level_1 a.selected:hover {
            border: 0;
            background: #ff6a00; }
        #navigation #nav-menu li.level_1:nth-child(even) {
          border-right: 0; }
    #navigation .btn {
      border: 0;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 78%;
      margin-left: 0;
      left: 4%;
      width: 92%;
      height: 10%;
      background: rgba(124, 195, 42, 0.85) !important;
      font-size: 25px;
      color: #fff; }
      #navigation .btn:hover {
        background: #76ff03 !important; }
    #navigation .social {
      width: 84%;
      top: 92%;
      position: absolute;
      left: 8%; }
      #navigation .social li {
        margin: 0;
        width: 20%;
        text-align: center; }
        #navigation .social li a:hover {
          color: #37a0d0; }
  .our-featured-work .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .our-featured-work .flex-item {
    width: 50%; }
  .stat-img.diamond, .stat-img.triangle, .stat-img.sites {
    display: none; }
  .stat-img.emailz {
    background-position: 115% 100%;
    opacity: .6; }
    .stat-img.emailz.animate {
      background-position: 115% 40%; }
  .services-lower {
    padding: 0 0 150px; }
    .services-lower .flex .flex-item {
      padding: 25px 35px;
      width: 50%; }
      .services-lower .flex .flex-item h3 {
        font-size: 24px; }
      .services-lower .flex .flex-item .fa:before, .services-lower .flex .flex-item .our-team .fa.teamMap:after, .our-team .services-lower .flex .flex-item .fa.teamMap:after {
        font-size: 35px;
        max-height: 35px; }
  .our-work #content .content-hold {
    padding: 150px 0; }
  #footer {
    text-align: center; }
    #footer .social, #footer .newsletter_widget_footer {
      float: none;
      margin-bottom: 15px;
      margin-right: 0;
      margin-left: 0; }
      #footer .social ul, #footer .social form, #footer .newsletter_widget_footer ul, #footer .newsletter_widget_footer form {
        display: inline-block; }
        #footer .social ul li:last-child, #footer .social form li:last-child, #footer .newsletter_widget_footer ul li:last-child, #footer .newsletter_widget_footer form li:last-child {
          margin-right: 0; } }

@media (max-width: 965px) {
  .show965 {
    display: block !important; }
  .hide965 {
    display: none !important; }
  .color-wave .color-content {
    max-width: 96%; }
  .about-us .content-hold .container {
    width: 96%; }
  .site-launches .container, .our-team .instagram .container, .our-team .instagram .container, .blog #upper .container, .blog .upper .container, .contact-us #upper .container, .contact-us .form .container, .services .upper .container {
    width: 96%; }
  .about-us .awards {
    padding: 265px 0 800px; }
    .about-us .awards .hexagon {
      margin: 100px 42px;
      width: 90px;
      height: 155px;
      font-size: 45px;
      line-height: 155px; }
    .about-us .awards .timeline .cat {
      background-size: 30% auto;
      /*width: 356px;*/
      padding-left: 160px;
      font-size: 14px;
      line-height: normal; }
      .about-us .awards .timeline .cat h5 {
        margin-top: 0;
        font-size: 14px; }
      .about-us .awards .timeline .cat.odd {
        margin: 0 -260px 0 -292px; }
        .about-us .awards .timeline .cat.odd + .hexagon {
          margin-left: 270px; }
      .about-us .awards .timeline .cat.davey-awards {
        padding-left: 130px; }
      .about-us .awards .timeline .cat.w3-web-awards {
        width: 425px; }
  .our-team .teamPopContent {
    position: static;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    overflow: visible; }
    .our-team .teamPopContent .close {
      display: none; }
  .one-color-wave .color-content, .our-work .one-color-wave .color-content {
    max-width: 96%; }
  .services .one-color-wave.why-choose .one-orange-wave, .services .one-color-wave.why-choose .one-blue-wave {
    height: 260px;
    top: -33px; }
  .services .one-color-wave.why-choose .color-content {
    max-width: 96%; }
    .services .one-color-wave.why-choose .color-content h2 {
      padding-top: 50px;
      font-size: 40px;
      line-height: normal; }
  .services .why-choose-content {
    font-size: 22px;
    line-height: 32px; }
    .services .why-choose-content ul li {
      width: 100%;
      padding-bottom: 0;
      font-size: 18px;
      line-height: normal; }
  .our-work .one-color-wave .one-orange-wave, .our-work .one-color-wave .one-blue-wave {
    top: -68px; }
  .our-work .one-color-wave .one-orange-wave, .our-work .one-color-wave .one-blue-wave, .our-work .one-color-wave .one-blue-wave {
    height: 576px; }
  .work-list .flex-item {
    width: 50%; }
    .work-list .flex-item .bg-fixed {
      top: -38px; }
  .our-work .testimonial {
    font-size: 20px; }
    .our-work .testimonial .container {
      padding: 100px 0 190px;
      width: 94%; }
  .blog .blog-lower .blog-listing .item.full {
    padding: 25px; }
  /*.device.about-us .timeline{ background: rgba(255,255,255,.3); }*/ }

@media (max-width: 715px) {
  .show715 {
    display: block !important; }
  .hide715, .device .hide715 {
    display: none !important; }
  .stat-img.plaid, .stat-img.r2, .stat-img.r5, .stat-img.emailz, .stat-img.triangle-down {
    display: none; }
  .stat-img.rocket {
    opacity: .5; }
  .stat-img.hashtag {
    background-position: 1% 100%; }
    .stat-img.hashtag.animate {
      background-position: 1% 60%; }
  .stat-img.envelope {
    background-position: 5% 100%; }
    .stat-img.envelope.animate {
      background-position: 5% 60%; }
  .icon-smile {
    opacity: .5; }
  .internal #content {
    font-size: 23px;
    line-height: 34px; }
    .internal #content .instagram {
      font-size: 25px;
      line-height: normal; }
  .our-work .one-color-wave .one-orange-wave, .our-work .one-color-wave .one-blue-wave, .our-work .one-color-wave .one-blue-wave {
    height: 400px; }
  .our-team #upper .wysiwyg {
    width: 96%; }
  .our-team .instagram .container {
    padding: 110px 0; }
  .services .upper {
    padding: 150px 0 250px; }
    .services .upper h1 {
      font-size: 48px; }
  h1 {
    font-size: 60px; }
  h2 {
    font-size: 34px;
    line-height: normal; }
  .about-us .awards {
    padding-bottom: 200px; }
  .awardList {
    text-align: left; }
    .awardList h2 {
      background: #fff;
      margin-top: 35px;
      padding: 5px 0 5px 60px;
      color: #212121; }
    .awardList h3 {
      padding-left: 60px;
      font-size: 22px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 2% center; }
      .awardList h3.w3-web-awards {
        background-image: url(../images/w3.jpg); }
      .awardList h3.davey-awards {
        background-image: url(../images/davey.jpg); }
      .awardList h3.hermes-creative-awards {
        background-image: url(../images/hermes.jpg); }
    .awardList .aw {
      padding-left: 60px;
      margin-bottom: 18px; }
    .awardList p {
      margin-bottom: 5px;
      font-size: 18px;
      line-height: normal; }
  .our-team .teamPopContent {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .our-team .teamPopContent .img {
      margin-bottom: 12px;
      width: 100%; }
  .services .hex-contain {
    display: none; }
  .services-lower h2 {
    margin: 0 4%;
    font-size: 30px; }
  .services-lower .flex .flex-item {
    width: 100%; }
  .our-work.contTemp #content .content-hold {
    padding: 85px 0 200px; }
  .our-work.contTemp #content .content-hold.bg-white {
    padding-top: 0; }
  .our-work.contTemp #content .content-hold .orange-bd {
    margin-top: 20px; }
  .our-work #content .content-hold .flexslider .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .our-work #content .content-hold .flexslider .half {
    width: 100%;
    margin-left: 0; }
  .our-work #content .content-hold .flexslider .flex-direction-nav {
    display: none; }
  .our-work #content .content-hold .flexslider .pad40 {
    padding: 10px 0; }
  .our-work #content .content-hold .flexslider h4 {
    margin-top: 0; }
  .blog .blog-lower .blog-listing .item {
    width: 98%;
    padding-bottom: 110px; }
  .blog .blog-lower .blog-listing .item .action {
    top: calc(100% - 110px); }
  .blog .blog-lower .blog-listing .item.full .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
  .blog .blog-lower .blog-listing .item.full .flex-item {
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .blog .blog-lower .blog-listing .item.full .flex-item.span_1_5 {
    width: 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding-left: 0;
    border-left: 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 35px;
    margin-bottom: 35px; }
  .blog .blog-lower.detail .leftCol {
    padding-right: 0; }
  .contact-us .color-content ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact-us .color-content ul li {
    border: 0;
    padding: 0;
    width: 50%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media (max-width: 550px) {
  .show550 {
    display: block !important; }
  .hide550 {
    display: none !important; }
  h1 {
    font-size: 45px; }
  h2 {
    font-size: 28px;
    line-height: 36px; }
  #header #logo {
    padding: 2px 0;
    max-width: 190px; }
  #header .header-hold {
    padding: 15px; }
  #navigation #nav-menu li.level_1 a, #navigation #nav-menu li.level_1 a.selected {
    font-size: 20px; }
  #navigation .btn {
    font-size: 18px; }
  .mobileBtn {
    width: 40px; }
    .mobileBtn.active .top {
      -webkit-transform: rotate(43deg);
      transform: rotate(43deg); }
    .mobileBtn.active .bottom {
      -webkit-transform: rotate(-43deg);
      transform: rotate(-43deg); }
  .color-wave .color-content {
    padding-top: 80px; }
    .color-wave .color-content .btn {
      margin-top: 28px; }
  .our-featured-work .flex-item {
    width: 100%; }
  .home-content .wysiwyg .stat {
    font-size: 52px;
    line-height: 57px; }
  .home-content .stat-hold h3 {
    font-size: 22px; }
  .home-content .stat-hold h4 {
    margin-top: 12px;
    font-size: 25px; }
  .stat-img.r3, .stat-img.r4, .stat-img.sm-cloud, .stat-img.bokeh {
    display: none; }
  #bgvid, #dots {
    display: none; }
  #welcome, .device #welcome {
    padding: 78px 0 26px;
    background: url(../images/structure/bg-home.jpg) no-repeat center top; }
    #welcome .home-img, .device #welcome .home-img {
      padding: 20px 0;
      height: calc(100% - 190px); }
    #welcome .home-short, .device #welcome .home-short {
      padding: 0 20px; }
    #welcome h2, .device #welcome h2 {
      font-size: 25px; }
    #welcome h5, .device #welcome h5 {
      margin: 10px 0;
      font-size: 20px; }
    #welcome .btn, .device #welcome .btn {
      margin-top: 15px;
      padding: 8px 10px; }
  .internal #content {
    font-size: 18px;
    line-height: 28px; }
  .about-us .content-hold .container {
    padding: 100px 0 155px; }
  .work-list .flex-item {
    width: 100%; }
  .work-list-lower {
    padding: 185px 30px 100px; }
    .work-list-lower h2 {
      font-size: 30px; }
    .work-list-lower .flex-item {
      width: 98%; }
  .our-work .upper img {
    max-width: 94%; }
  .our-work #content .content-hold ul:not(.slides):not(.flex-direction-nav) {
    margin-top: 0;
    width: 100%; }
    .our-work #content .content-hold ul:not(.slides):not(.flex-direction-nav) li {
      padding-right: 0; }
      .our-work #content .content-hold ul:not(.slides):not(.flex-direction-nav) li:before, .our-work #content .content-hold ul:not(.slides):not(.flex-direction-nav) .our-team li.teamMap:after, .our-team .our-work #content .content-hold ul:not(.slides):not(.flex-direction-nav) li.teamMap:after {
        margin-left: -8px; }
  .contact-us .color-content ul li {
    width: 100%; }
  .contact-us .form h4 {
    font-size: 23px; }
  .contact-us .form .span_6 {
    padding: 0;
    width: 100%;
    margin-left: 0; }
  .contact-us .home-bottom h2 {
    font-size: 18px; }
  #footer .social ul li:not(:last-child) {
    margin-right: 18px; }
  #footer .newsletter_widget_footer input[type=text] {
    width: 200px;
    font-size: 12px; }
  #footer .links {
    margin: 0 -50px 10px;
    font-size: 14px; } }

@media (max-width: 400px) {
  .hide400 {
    display: none !important; }
  h1 {
    font-size: 35px; }
  #header .header-hold {
    padding: 5px; }
  #navigation {
    height: calc(100% - 59px); }
  #welcome, .device #welcome {
    padding: 59px 0 15px; }
    #welcome .home-img, .device #welcome .home-img {
      padding: 15px 0;
      height: calc(100% - 147px); }
    #welcome .home-short, .device #welcome .home-short {
      padding: 0 10px; }
    #welcome h2, .device #welcome h2 {
      font-size: 20px;
      line-height: normal; }
    #welcome h5, .device #welcome h5 {
      margin: 10px 0;
      font-size: 15px; }
    #welcome .btn, .device #welcome .btn {
      margin-top: 8px;
      padding: 8px 10px; }
  .upper {
    padding: 100px 0 125px; }
  .about-us .awards p {
    max-width: 96%;
    margin: 0 auto; }
  .awardList h3.hermes-creative-awards {
    padding-left: 93px; }
  .our-work .one-color-wave .one-orange-wave, .our-work .one-color-wave .one-blue-wave, .our-work .one-color-wave .one-blue-wave, .our-work .one-color-wave .one-blue-wave {
    height: 445px; }
  .services .upper h1 {
    font-size: 35px; }
  .contact-us .icons span {
    padding: 0 8px; } }

@media print {
  body {
    font-size: 13px;
    line-height: normal; } }

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