body {
  background: #f5f5f5;
  font-family: "museo-sans-rounded", "Museo Sans Rounded", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/*img {
  height: auto;
  max-width: 100%; }*/

.paused {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -ms-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  animation-play-state: paused !important; }

.red {
  color: #df5a48; }

.orange {
  color: #e27c3f; }

.green {
  color: #96bd5d; }

.blue {
  color: #23a8f4; }

.yellow {
  color: #efc84a; }

.steel {
  color: #627aa7; }

.purple {
  color: #a088b7; }

.img-aboutus {
  margin: 30px auto; }

.no-bottom-padding {
  padding-bottom: 0 !important; }
@media screen and (max-width:767px) {
    #newanim {
        animation: none !important;
        display:none !important;
    }
}
#newanim {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  animation: fadeOut 1s ease-in-out forwards 6s;
  display:block;}
  #newanim #frame {
    float: left;
    clear: both;
    width: 100%;
    position: relative; }
    #newanim #frame .anim-box {
      display: block;
      position: absolute;
      width: 1px;
      height: 100px;
      left: 50%; }
    #newanim #frame .aball {
      border:4px solid #ffffff;
      display: block;
      width: 170px;
      height: 170px;
      background-color: rgba(255, 255, 255, 0.75);
      background-position:center center;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      #newanim #frame .aball:nth-child(1) {
        animation: drop 1s cubic-bezier(1, -0.475, 0.175, 1.525) forwards;
        left: -175px; }
      #newanim #frame .aball:nth-child(2) {
        left: -275px;
        animation: drop 1s cubic-bezier(1, -0.475, 0.175, 1.525) forwards 0.25s; }
      #newanim #frame .aball:nth-child(3) {
        left: -375px;
        animation: drop 1s cubic-bezier(1, -0.475, 0.175, 1.525) forwards 0.5s; }
      #newanim #frame .aball:nth-child(4) {
        left: -475px;
        animation: drop 1s cubic-bezier(1, -0.475, 0.175, 1.525) forwards 0.75s; }
      #newanim #frame .aball:nth-child(5) {
        left: 10px;
        animation: drop 1s cubic-bezier(1, -0.475, 0.175, 1.525) forwards 1s; }
      #newanim #frame .aball:nth-child(6) {
        left: 110px;
        animation: drop 1s cubic-bezier(1, -0.475, 0.175, 1.525) forwards 1.25s; }
      #newanim #frame .aball:nth-child(7) {
        left: 210px;
        animation: drop 1s cubic-bezier(1, -0.475, 0.175, 1.525) forwards 1.5s; }
      #newanim #frame .aball:nth-child(8) {
        left: 310px;
        animation: drop 1s cubic-bezier(1, -0.475, 0.175, 1.525) forwards 1.75s; }
    #newanim #frame .ab-top,
    #newanim #frame .ab-sub {
      float: left;
      width: 100%;
      text-align: center;
      font-size: 22px;
      color: #fff;
      opacity: 0;
      margin-bottom: 20px; }
    #newanim #frame .ab-top {
      animation: dropMore 1s cubic-bezier(1, -0.475, 0.175, 1.525) forwards 2.25s; }
    #newanim #frame .ab-sub {
      animation: dropMore 1s cubic-bezier(1, -0.475, 0.175, 1.525) forwards 2s; }

@keyframes drop {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 90px, 0); } }
@keyframes dropMore {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 290px, 0); } }
@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block; }
  99% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
.scrollUp {
  display: none;
  position: fixed;
  bottom: auto;
  bottom: 20px !important;
  left: 20px;
  z-index: 99;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #23a8f4;
  opacity: 0;
  color: white;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .scrollUp.show {
    display: inline;
    opacity: 0.5; }
    .scrollUp.show:hover {
      opacity: 1;
      color: white;
      text-decoration: none; }

[class^="ballicon-"], [class*=" ballicon-"] {
  position: relative;
  width: 180px;
  height: 180px;
  max-width: 100%;
  max-height: 100%;
  display: block !important;
  background: url("../img/ballicons/blueprints.png") center center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0); }
  [class^="ballicon-"]:after, [class*=" ballicon-"]:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.ballicon-development {
  background-image: url("../img/ballicons/console.png"); }
  .ballicon-development:hover {
    background-image: url("../img/ballicons/console-loop.gif"); }

.ballicon-support {
  background-image: url("../img/ballicons/rocket.png"); }
  .ballicon-support:hover {
    background-image: url("../img/ballicons/rocket-loop.gif"); }

.ballicon-testing {
  background-image: url("../img/ballicons/testing.png"); }
  .ballicon-testing:hover {
    background-image: url("../img/ballicons/testing-loop.gif"); }

.ballicon-project {
  background-image: url("../img/ballicons/project.png"); }
  .ballicon-project:hover {
    background-image: url("../img/ballicons/project-loop.gif"); }

.ballicon-marketing {
  background-image: url("../img/ballicons/graph.png"); }
  /*.ballicon-marketing:hover {
    background-image: url("../img/ballicons/marketing-loop.gif"); }*/

.ballicon-infrastructure {
  background-image: url("../img/ballicons/infrastructure.png"); }
  .ballicon-infrastructure:hover {
    background-image: url("../img/ballicons/infrastructure-loop.gif"); }

.ballicon-archive {
  background-image: url("../img/ballicons/archive-2.png"); }
  .ballicon-archive:hover {
    background-image: url("../img/ballicons/archive_1-loop.gif"); }

.skrollable-between + .row .ballicon-archive {
  background-image: url("../img/ballicons/archive_1-loop.gif"); }

.ballicon-chat {
  background-image: url("../img/ballicons/chat.png"); }
  .ballicon-chat:hover {
    background-image: url("../img/ballicons/chat-loop.gif"); }

.skrollable-between + .row .ballicon-chat {
  background-image: url("../img/ballicons/chat-loop.gif"); }

.ballicon-search {
  background-image: url("../img/ballicons/search.png"); }
  .ballicon-search:hover {
    background-image: url("../img/ballicons/search-loop.gif"); }

.skrollable-between + .row .ballicon-search {
  background-image: url("../img/ballicons/search-loop.gif"); }

.ballicon-clipboard {
  background-image: url("../img/ballicons/clipboard.png"); }
  .ballicon-clipboard:hover {
    background-image: url("../img/ballicons/clipboard-loop.gif"); }

.skrollable-between + .row .ballicon-clipboard {
  background-image: url("../img/ballicons/clipboard-loop.gif"); }

.ballicon-hire {
  background-image: url("../img/ballicons/hire.png"); }
  .ballicon-hire:hover {
    background-image: url("../img/ballicons/hire-loop.gif"); }

.skrollable-between + .row .ballicon-hire {
  background-image: url("../img/ballicons/hire-loop.gif"); }

.cbp-rfgrid {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%; }

.cbp-rfgrid li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 16.6666667%;
  /* Fallback */
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6); }

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
  display: block;
  width: 100%;
  cursor: pointer; }

.cbp-rfgrid li a img {
  max-width: 100%; }

.cbp-rfgrid li a div {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(71, 163, 218, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  opacity: 0; }

.cbp-rfgrid li a:hover div {
  opacity: 1; }

@media screen and (max-width: 945px) {
  .cbp-rfgrid li {
    width: 25%;
    /* Fallback */
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4); } }
@media screen and (max-width: 660px) {
  .cbp-rfgrid li {
    width: 33.3333333%;
    /* Fallback */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3); } }
@media screen and (max-width: 660px) {
  .cbp-rfgrid li {
    width: 33.3333333%;
    /* Fallback */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3); } }
@media screen and (max-width: 400px) {
  .cbp-rfgrid li {
    width: 50%;
    /* Fallback */
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2); } }
@media screen and (max-width: 300px) {
  .cbp-rfgrid li {
    width: 100%; } }
h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  font-weight: 700;
  color: #717f8f; }

h1 {
  color: #444c56; }

h1.red, h2.red, h3.red, h4.red, h5.red {
  color: #df5a48 !important; }
  h1.red small, h2.red small, h3.red small, h4.red small, h5.red small {
    color: #c6ccd2; }

h1.orange, h2.orange, h3.orange, h4.orange, h5.orange {
  color: #e27c3f !important; }
  h1.orange small, h2.orange small, h3.orange small, h4.orange small, h5.orange small {
    color: #c6ccd2; }

h1.green, h2.green, h3.green, h4.green, h5.green {
  color: #96bd5d !important; }
  h1.green small, h2.green small, h3.green small, h4.green small, h5.green small {
    color: #c6ccd2; }

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue {
  color: #23a8f4 !important; }
  h1.blue small, h2.blue small, h3.blue small, h4.blue small, h5.blue small {
    color: #c6ccd2; }

h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow {
  color: #efc84a !important; }
  h1.yellow small, h2.yellow small, h3.yellow small, h4.yellow small, h5.yellow small {
    color: #c6ccd2; }

h1.steel, h2.steel, h3.steel, h4.steel, h5.steel {
  color: #627aa7 !important; }
  h1.steel small, h2.steel small, h3.steel small, h4.steel small, h5.steel small {
    color: #c6ccd2; }

h1.purple, h2.purple, h3.purple, h4.purple, h5.purple {
  color: #a088b7 !important; }
  h1.purple small, h2.purple small, h3.purple small, h4.purple small, h5.purple small {
    color: #c6ccd2; }

p {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.565em;
  color: #717f8f;
  margin-bottom: 15px; }
  p.intro {
    margin-bottom: 10px; }

p.lead {
  font-weight: 500;
  color: #717f8f; }

ul, ol {
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #717f8f; }

@media (max-width: 768px) {
  p {
    font-size: 16px; } }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-forb4y");
  src: url("../fonts/icomoon.eot?#iefix-forb4y") format("embedded-opentype"), url("../fonts/icomoon.woff?-forb4y") format("woff"), url("../fonts/icomoon.ttf?-forb4y") format("truetype"), url("../fonts/icomoon.svg?-forb4y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-star:before {
  content: "\e20b"; }

.icon-heart:before {
  content: "\e212"; }

.icon-pin:before {
  content: "\e0a5"; }

.icon-googleplus:before {
  content: "\e328"; }

.icon-facebook:before {
  content: "\e32c"; }

.icon-instagram:before {
  content: "\e32e"; }

.icon-twitter:before {
  content: "\e330"; }

.icon-vimeo2:before {
  content: "\e338"; }

.icon-linkedin:before {
  content: "\e361"; }

.icon-pinterest:before {
  content: "\e369"; }

.icon-arrow-left:before {
  content: "\e600"; }

.icon-arrow-right:before {
  content: "\e601"; }

ul.social-list {
  margin: 0;
  padding: 0; }
  ul.social-list li {
    float: left;
    display: inline;
    font-family: inherit;
    font-size: 32px;
    line-height: 32px;
    margin: 5px; }
    ul.social-list li a {
      text-decoration: none;
      color: #c6ccd2;
      text-shadow: 0 -1px 0px #a9b3bc;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      ul.social-list li a:hover {
        text-shadow: 0 -1px 0px #717f8f;
        color: #717f8f; }

.page-wrapper {
  float: left;
  width: 100%;
  text-align: center; }

.pagination li.disabled {
  display: none; }
.pagination li a,
.pagination li span {
  font-family: inherit;
  font-weight: 700;
  border: none;
  background: transparent;
  color: #8d99a5;
  margin: 1px; }
  .pagination li a:hover,
  .pagination li span:hover {
    background: transparent;
    color: #627aa7; }
.pagination li.active a, .pagination li.next a {
  color: #fff;
  background: #627aa7;
  border-radius: 4px; }
  .pagination li.active a:hover, .pagination li.next a:hover {
    background: #5074b9;
    box-shadow: 0 0 0 4px #fff; }

@media (max-width: 768px) {
  .page-wrapper {
    margin-top: -10px;
    margin-bottom: 30px;
    border-bottom: 3px solid #e3e6e9; }

  .pagination li a {
    padding: 5px 10px; } }
.down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 16px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  content: ""; }
  .down:after {
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 0.25px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-animation: scrollDown 1.75s ease-in-out infinite;
    -moz-animation: scrollDown 1.75s ease-in-out infinite;
    -ms-animation: scrollDown 1.75s ease-in-out infinite;
    -o-animation: scrollDown 1.75s ease-in-out infinite;
    animation: scrollDown 1.75s ease-in-out infinite; }

@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); } }
@-o-keyframes scrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); } }
@keyframes scrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); } }
#stretch {
  float: left;
  clear: both;
  width: 100%;
  background: #2d3339;
  padding: 50px 0; }
  #stretch .embed-responsive {
    z-index: 5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    #stretch .embed-responsive:hover {
      opacity: 1;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }

#skrollr-body {
  float: left;
  clear: both;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

.hero {
  display: block;
  width: 100%;
  padding: 200px 0 200px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#balloon,
#kitchen-mac {
  float: left;
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #balloon.light,
  #kitchen-mac.light {
    color: #fff; }
    #balloon.light h1,
    #balloon.light h2,
    #balloon.light h3,
    #balloon.light h4,
    #balloon.light p,
    #kitchen-mac.light h1,
    #kitchen-mac.light h2,
    #kitchen-mac.light h3,
    #kitchen-mac.light h4,
    #kitchen-mac.light p {
      color: inherit; }

#boxie {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #2a2a2a url("../img/plx/balloon.jpg") top center no-repeat;
  background-size: cover; }

#kitchen-mac #boxie {
  background-image: url("../img/plx/kitchen-mac.jpg"); }

@media (max-width: 768px) {
  #balloon,
  #kitchen-mac {
    min-height: 300px; }
    #balloon #boxie,
    #kitchen-mac #boxie {
      background-size: cover; }

  .hero {
    padding: 100px 0; } }
.btn {
  margin: .25em .1em;
  font-family: "museo-sans-rounded", "Museo Sans Rounded", sans-serif;
  font-weight: 700;
  font-size: 1em;
  border: none;
  border-bottom: none;
  border-radius: 3px;
  padding: 0.65em 1.3em;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .btn.btn-lg {
    padding: 1.05em 2em;
    font-size: 16px; }
  .btn.btn-sm, .btn.btn-xs {
    font-weight: 500;
    font-size: .8em;
    padding: .5em 1em; }
  .btn.btn-xs {
    text-transform: none;
    font-size: .65em;
    padding: .5em .75em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .btn.btn-glass {
    border: none;
    border: 2px solid white;
    box-shadow: none; }
    .btn.btn-glass:hover {
      box-shadow: none;
      background: rgba(255, 255, 255, 0.2);
      color: #fff; }
  .btn.btn-neutral {
    border: none; }
    .btn.btn-neutral:hover {
      color: #fff;
      box-shadow: 0 0 0 4px white; }

.btn-default,
.btn-design {
  border-color: #23a8f4;
  background: #23a8f4; }
  .btn-default:hover, .btn-default:active,
  .btn-design:hover,
  .btn-design:active {
    background: #19a4f4;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff; }
  .btn-default:visited,
  .btn-design:visited {
    border-color: #23a8f4;
    background: #23a8f4; }

.btn-primary,
.btn-testing {
  border-color: #efc84a;
  background: #efc84a; }
  .btn-primary:hover, .btn-primary:active,
  .btn-testing:hover,
  .btn-testing:active {
    background: #eec541;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff; }
  .btn-primary:visited,
  .btn-testing:visited {
    border-color: #efc84a;
    background: #efc84a; }

.btn-success,
.btn-marketing {
  border-color: #96bd5d;
  background: #96bd5d; }
  .btn-success:hover, .btn-success:active,
  .btn-marketing:hover,
  .btn-marketing:active {
    background: #91ba56;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff; }
  .btn-success:visited,
  .btn-marketing:visited {
    border-color: #96bd5d;
    background: #96bd5d; }

.btn-info,
.btn-design {
  border-color: #23a8f4;
  background: #23a8f4; }
  .btn-info:hover, .btn-info:active,
  .btn-design:hover,
  .btn-design:active {
    background: #19a4f4;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff; }
  .btn-info:visited,
  .btn-design:visited {
    border-color: #23a8f4;
    background: #23a8f4; }

.btn-warning,
.btn-support {
  border-color: #df5a48;
  background: #df5a48; }
  .btn-warning:hover, .btn-warning:active,
  .btn-support:hover,
  .btn-support:active {
    background: #dd523f;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff; }
  .btn-warning:visited,
  .btn-support:visited {
    border-color: #df5a48;
    background: #df5a48; }

.btn-danger,
.btn-infrastructure {
  border-color: #e27c3f;
  background: #e27c3f; }
  .btn-danger:hover, .btn-danger:active,
  .btn-infrastructure:hover,
  .btn-infrastructure:active {
    background: #e17636;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff; }
  .btn-danger:visited,
  .btn-infrastructure:visited {
    border-color: #e27c3f;
    background: #e27c3f; }

.btn-development {
  border-color: #627aa7;
  background: #627aa7; }
  .btn-development:hover, .btn-development:active {
    background: #5c74a3;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff; }
  .btn-development:visited {
    border-color: #627aa7;
    background: #627aa7; }

.btn-project {
  border-color: #a088b7;
  background: #a088b7; }
  .btn-project:hover, .btn-project:active {
    background: #9b82b3;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff; }
  .btn-project:visited {
    border-color: #a088b7;
    background: #a088b7; }

.btn-neutral {
  border-color: #a9b3bc;
  background: #a9b3bc; }
  .btn-neutral:hover, .btn-neutral:active {
    background: #a4adb7;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff; }
  .btn-neutral:visited {
    border-color: #a9b3bc;
    background: #a9b3bc; }

.btn-mapcontrol {
  position: absolute;
  top: -130px;
  right: -25px; }

.btn-wishlist.btn-lg {
  height: 50px;
  margin: 0 5px;
  position: relative;
  top: 1px;
  padding: 1.05em 1.15em; }
.btn-wishlist.added {
  background: #5a6672; }

.form-control {
  border-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #555;
  cursor: auto !important;
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  background-image: none; }
  .form-control:active, .form-control:focus {
    border-color: #fff; }
  .form-control:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.2); }
  .form-control.input-lg {
    height: 50px;
    font-size: 16px;
    line-height: 1; }
  .form-control.textarea-lg {
    font-size: 16px;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px; }
  .form-control::-webkit-input-placeholder {
    font-size: inherit;
    line-height: inherit;
    color: #c6ccd2; }
  .form-control:-moz-placeholder {
    font-size: inherit;
    line-height: inherit;
    color: #c6ccd2; }
  .form-control::-moz-placeholder {
    font-size: inherit;
    line-height: inherit;
    color: #c6ccd2; }
  .form-control:-ms-input-placeholder {
    font-size: inherit;
    line-height: inherit;
    color: #c6ccd2; }

.contact .form-control,
.contact textarea {
  border: none;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.1);
  resize: none; }

.footer-lg {
  float: left;
  clear: both;
  width: 100%;
  padding: 70px 0;
  background: #444c56; }
  .footer-lg h2 {
    color: #fff;
    margin-bottom: 50px; }
    .footer-lg h2 small {
      color: #717f8f; }
  .footer-lg h3 {
    font-weight: 600;
    margin-bottom: 30px; }
  .footer-lg ul {
    float: left;
    clear: both;
    width: 100%;
    padding: 0; }
    .footer-lg ul li {
      float: left;
      clear: both;
      width: 100%;
      font-family: inherit;
      font-weight: 500;
      font-size: 16px;
      line-height: 32px;
      list-style-type: none; }
      .footer-lg ul li a {
        float: left;
        display: block;
        width: 100%;
        position: relative;
        color: #8d99a5;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .footer-lg ul li a:hover {
          text-decoration: none;
          color: #fff;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
    .footer-lg ul.social-foot {
      float: left;
      display: block;
      width: 100%;
      height: 100%;
      margin: 20px 0 0 0; }
      .footer-lg ul.social-foot li {
        float: left;
        display: inline;
        clear: none;
        width: auto;
        margin: 0 5px 5px 0; }
        .footer-lg ul.social-foot li a {
          opacity: 0.5;
          font-size: 32px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .footer-lg ul.social-foot li a:hover {
            opacity: 1; }

.footer-sm {
  float: left;
  clear: both;
  width: 100%;
  padding: 40px 0;
  background: #2d3339; }
  .footer-sm p {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    color: #5a6672; }

@media (max-width: 768px) {
  .footer-lg h2 {
    font-size: 18px; } }
.uploadcv {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%; }
  .uploadcv input.form-control {
    position: relative;
    outline: none;
    border: none;
    height: 50px;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
    .uploadcv input.form-control:after {
      transition: 200ms all ease;
      background: #8d99a5;
      font-family: "museo-sans-rounded", "Museo Sans Rounded", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 50px;
      color: #fff;
      text-align: center;
      position: absolute;
      padding: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px;
      display: block;
      content: 'Upload File';
      line-height: 50px;
      border-radius: 5px;
      text-transform: none;
      background: #8d99a5; }
    .uploadcv input.form-control:hover:after {
      background: #717f8f;
      cursor: pointer; }

.loadie {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 0;
  height: 4px;
  -webkit-transition: width 0.5s ease-out;
  z-index: 9999; }

.sectors {
  float: left;
  position: relative;
  clear: both;
  width: 100%;
  height: auto; }

.modal-content {
  padding: 50px;
  background: #f5f5f5;
  border: none; }
  .modal-content .form-control {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 0 2px #c6ccd2;
    box-shadow: 0 0 0 2px #c6ccd2; }
  .modal-content .btn {
    margin-top: 20px; }
    .modal-content .btn:hover {
      -webkit-box-shadow: 0 0 0 4px #fff;
      box-shadow: 0 0 0 4px #fff; }
  .modal-content .modal-title {
    color: #717f8f;
    font-weight: 500;
    font-size: 24px; }
  .modal-content .modal-header p {
    color: #8d99a5;
    font-size: 16px; }

.testimonial {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0; }
  .testimonial h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px; }
    .testimonial h3 small {
      font-weight: 500;
      font-size: inherit;
      color: #a9b3bc; }
  .testimonial p {
    font-size: 16px; }
  .testimonial .img-thumb {
    border: 5px solid #e8e8e9;
    margin-bottom: 20px; }

#team {
  float: left;
  position: relative;
  clear: both;
  width: 100%;
  margin: 60px 0;
  padding: 0 20px; }
  #team:after {
    content: "";
    height: 38px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: url("../img/team/team-bottom.png") center bottom no-repeat;
    background-size: 100% auto; }
  #team li {
    float: left;
    display: inline;
    position: relative;
    height: 275px;
    line-height: 275px;
    margin-left: -113px; }
    #team li:nth-child(1) {
      width: 227px;
      z-index: 1;
      margin-left: 0; }
    #team li:nth-child(2) {
      width: 229px;
      z-index: 2; }
    #team li:nth-child(3) {
      width: 237px;
      z-index: 3; }
    #team li:nth-child(4) {
      width: 182px;
      z-index: 4; }
    #team li:nth-child(5) {
      width: 220px;
      z-index: 3; }
    #team li:nth-child(6) {
      width: 197px;
      z-index: 2; }
    #team li:nth-child(7) {
      width: 201px;
      z-index: 1; }
    #team li img {
      vertical-align: bottom;
      max-width: 100%; }

@media (min-width: 1200px) {
  #team {
    padding: 0 50px; }
    #team li {
      margin-left: -90px; } }
@media (min-width: 768px) and (max-width: 992px) {
  #team li {
    margin-left: -112px; }
    #team li:nth-child(1) {
      width: 190px; }
    #team li:nth-child(2) {
      width: 190px; }
    #team li:nth-child(3) {
      width: 190px; }
    #team li:nth-child(4) {
      width: 160px; }
    #team li:nth-child(5) {
      width: 190px; }
    #team li:nth-child(6) {
      width: 170px; }
    #team li:nth-child(7) {
      width: 180px; } }
#top {
  background: #0b8ed9;
  height: auto;
  padding: 15px 0;
  overflow: hidden;
  position: relative; }
  #top.sector-home {
    height: 100%;
    min-height: 600px; }
  #top.sector-neutral {
    background: #2d3339;
    height: auto;
    padding-bottom: 400px; }
  #top.sector-contact {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-bottom: 200px; }
    #top.sector-contact.expand {
      padding-bottom: 400px;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      #top.sector-contact.expand #map-inner {
        background: rgba(45, 51, 57, 0.4); }
  #top.sector-lowrider {
    height: auto;
    padding-bottom: 100px; }
  #top .hidden-post-anim {
    opacity: 0;
    -webkit-animation: homeNav 2s ease forwards 18s;
    animation: homeNav 2s ease forwards 18s; }
  #top a.logo {
    display: block;
    width: 196px;
    height: 80px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/logo.png") 0 0 no-repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #top ul.nav.navbar-nav.navbar-right {
    height: 100px;
    margin-top: 20px; }
    #top ul.nav.navbar-nav.navbar-right li {
      height: inherit;
      margin-left: 10px;
      line-height: 100px; }
      #top ul.nav.navbar-nav.navbar-right li a {
        display: inline;
        vertical-align: middle;
        height: 40px;
        line-height: 40px;
        font-family: "museo-sans-rounded", "Museo Sans Rounded", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        padding: 20px 10px;
        border-radius: 4px; }
        #top ul.nav.navbar-nav.navbar-right li a:hover {
          background: rgba(255, 255, 255, 0.2); }
      #top ul.nav.navbar-nav.navbar-right li.highlight a {
        border: 2px solid #fff;
        padding: 20px; }
  @media (max-width: 1200px) {
    #top a.logo {
      background-size: cover;
      width: 180px; }
    #top ul.nav.navbar-nav.navbar-right li {
      margin-left: 5px; }
      #top ul.nav.navbar-nav.navbar-right li a {
        font-size: 12px; } }
  #top.sector-neutral ul.nav.navbar-nav.navbar-right li a:hover {
    background: #444c56; }

.container {
  position: relative; }

#top .navbar-collapse ul.nav.navbar-nav.navbar-right {
  height: auto; }
  #top .navbar-collapse ul.nav.navbar-nav.navbar-right li {
    line-height: 60px;
    text-align: center; }

.navbar-toggle {
  top: 20px;
  right: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, 0.4); }
  .navbar-toggle .icon-bar {
    background: rgba(255, 255, 255, 0.5); }

.icon-bar {
  background: #a9b3bc; }

.hp-section {
  float: left;
  clear: both;
  width: 100%;
  padding: 100px 0 0 0; }
  .hp-section h1, .hp-section h2 {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 36px;
    color: #444c56; }
    .hp-section h1 small, .hp-section h2 small {
      font-weight: 500;
      font-size: 18px;
      color: #8d99a5; }
  .hp-section#clients {
    padding-bottom: 100px; }

@media (max-width: 1200px) {
  .hp-section {
    padding: 30px 0; }
    .hp-section h1, .hp-section h2 {
      margin-bottom: 20px;
      font-size: 26px; }
      .hp-section h1 small, .hp-section h2 small {
        font-size: 16px; } }
.flex-active-slide .flex-active-slide {
  position: relative; }
.flex-active-slide .flex-caption {
  width: 100%; }
  @media (min-width: 760px) {
    .flex-active-slide .flex-caption {
      float: right;
      padding-left: 25px;
      width: 53%; } }
  @media (min-width: 800px) {
    .flex-active-slide .flex-caption {
      padding-left: 50px;
      width: 60%; } }
  @media (min-width: 1000px) {
    .flex-active-slide .flex-caption {
      width: 66%; } }
  @media (min-width: 1200px) {
    .flex-active-slide .flex-caption {
      padding-top: 40px;
      width: 69%; } }
  .flex-active-slide .flex-caption h2 {
    font-size: 16px;
    margin-bottom: 5px; }
  @media (min-width: 760px) {
    .flex-active-slide .flex-caption h2 {
      font-size: 20px; } }
  .flex-active-slide .flex-caption p {
    font-size: 14px; }
  @media (min-width: 760px) {
    .flex-active-slide .flex-caption p {
      font-size: 18px; } }

.flexslider-clients .flex-direction-nav a {
  opacity: 1; }
.flexslider-clients .flex-control-nav {
  margin-top: 50px; }
  .flexslider-clients .flex-control-nav li {
    margin-bottom: 20px;
    width: 33.33333333%; }
    @media (min-width: 700px) {
      .flexslider-clients .flex-control-nav li {
        margin-bottom: 0px;
        width: 16.6666667%; } }
  .flexslider-clients .flex-control-nav li, .flexslider-clients .flex-control-nav img {
    outline: none; }
.flexslider-clients .slides li {
  overflow: hidden; }
  @media (min-width: 700px) {
    .flexslider-clients .slides li {
      margin-left: 1px; } }

.img-fiveparts .img-fiveparts-part {
  float: left;
  padding-bottom: 20px;
  width: 20%; }
  .img-fiveparts .img-fiveparts-part img {
    max-width: 100%; }

.team-player {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #2d3339; }
  .team-player .player {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2d3339 url("https://media.licdn.com/media/p/3/005/082/096/1562f38.jpg") center center;
    background-size: cover;
    box-shadow: inset 0 0 60px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden; }
  .team-player .player-card {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #444c56;
    opacity: 0;
    padding-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .team-player .player-card h3,
    .team-player .player-card p {
      color: #c6ccd2; }
  .team-player:hover .player-card {
    opacity: 1;
    -webkit-transform: translate3d(15px, 15px, 0px);
    -moz-transform: translate3d(15px, 15px, 0px);
    -o-transform: translate3d(15px, 15px, 0px);
    transform: translate3d(15px, 15px, 0px); }
  .team-player .social-player {
    float: left;
    width: 100%;
    text-align: center; }
    .team-player .social-player a {
      text-decoration: none;
      color: #e3e6e9;
      font-size: 24px;
      margin: 5px; }

.square-box {
  display: block;
  position: relative;
  width: 100%;
  margin: 0; }
  .square-box:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .square-box.player-box {
    margin-bottom: 30px; }

.square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white; }
  .square-content div {
    display: table;
    width: 100%;
    height: 100%; }
  .square-content .span {
    display: table-cell;
    width: auto;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    color: white; }

[class^="ballicon-"], [class*=" ballicon-"] {
  padding-bottom: 100%;
}

.person {
  clear: both;
  margin-bottom: 70px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .person:nth-child(even) .person__img {
      float: right;
      margin-top: 30px; }
    .person:nth-child(even) .person__desc {
      float: left; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .person:nth-child(even) .person__desc {
      padding-left: 0; } }
  .person .person__desc .social {font-size:24px;}
  .person .person__desc .social a:hover {text-decoration:none;}

  .person img {
    border-radius: 100%;
    margin-bottom: 30px;
    max-width: 260px;
    width: 100%; }
    @media (min-width: 992px) {
      .person img {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .person__desc {
      padding-left: 100px;
      text-align: left; } }
  @media (min-width: 1200px) {
    .person__desc {
      padding-top: 30px; } }
  .person__desc h2 {
    text-transform: uppercase; }

#staff-picks .cat-nav-wrap {
  float: left;
  width: 100%;
  position: relative;
  border-left: 3px solid #e3e6e9;
  padding: 0 0 40px 40px; }
#staff-picks .nav {
  border: none; }
  #staff-picks .nav li {
    float: left;
    width: 100%;
    position: relative;
    clear: both; }
    #staff-picks .nav li a {
      border: none;
      font-weight: 500;
      font-size: 16px;
      color: #444c56;
      padding-left: 0;
      padding: 5px 0;
      width: 100%;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      #staff-picks .nav li a:hover {
        background: transparent;
        border: none; }
    #staff-picks .nav li:before {
      content: "";
      display: block;
      position: absolute;
      left: -43px;
      top: 0;
      height: 32px;
      width: 3px;
      background: transparent; }
    #staff-picks .nav li.active a {
      background: transparent;
      border: none; }
    #staff-picks .nav li.testing.active a {
      color: #e7b614; }
    #staff-picks .nav li.testing.active:before {
      background: #e7b614; }
    #staff-picks .nav li.support.active a {
      color: #df5a48; }
    #staff-picks .nav li.support.active:before {
      background: #df5a48; }
    #staff-picks .nav li.project.active a {
      color: #a088b7; }
    #staff-picks .nav li.project.active:before {
      background: #a088b7; }
    #staff-picks .nav li.marketing.active a {
      color: #96bd5d; }
    #staff-picks .nav li.marketing.active:before {
      background: #96bd5d; }
    #staff-picks .nav li.infrastructure.active a {
      color: #e27c3f; }
    #staff-picks .nav li.infrastructure.active:before {
      background: #e27c3f; }
    #staff-picks .nav li.design.active a {
      color: #23a8f4; }
    #staff-picks .nav li.design.active:before {
      background: #23a8f4; }
    #staff-picks .nav li.development.active a {
      color: #627aa7; }
    #staff-picks .nav li.development.active:before {
      background: #627aa7; }

@media (max-width: 767px) {
  #staff-picks .cat-nav-wrap {
    float: left;
    width: 100%;
    position: relative;
    border: none;
    padding: 0; }
  #staff-picks .nav {
    display: block;
    margin: 30px 0 0 0;
    text-align: center;
    opacity: 0.5; }
    #staff-picks .nav li {
      display: inline;
      width: auto;
      position: relative;
      clear: none;
      margin: 2px; }
      #staff-picks .nav li a {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background: #a9b3bc;
        padding: 0;
        overflow: hidden;
        text-align: left;
        text-indent: -9999px; }
        #staff-picks .nav li a:hover {
          background: transparent;
          border: none; }
      #staff-picks .nav li:before {
        display: none; }
      #staff-picks .nav li.active a {
        background: #2d3339;
        border: none; }
      #staff-picks .nav li:hover a {
        background: #f1f2f4; } }
.client-logos {
  text-align: center; }
  .client-logos img {
    max-width: 100%;
    opacity: 0.4;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .client-logos img:hover {
      opacity: 1;
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      filter: grayscale(0%); }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "icomoon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: "\e600"; }

.flex-direction-nav a.flex-next:before {
  content: "\e601"; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
@media (max-width: 768px) {
  .flex-direction-nav a {
    display: none; }

  .flex-control-paging {
    bottom: -40px;
    z-index: 50;
    opacity: 0.5; }
    .flex-control-paging li {
      margin: 0 3px; }
      .flex-control-paging li a {
        width: 7px;
        height: 7px; } }
.flexslider {
  -webkit-box-shadow: 0 0 transparent;
  -moz-box-shadow: 0 0 transparent;
  -o-box-shadow: 0 0 transparent;
  box-shadow: 0 0 transparent;
  margin-bottom: 30px;
  border: none;
  background: transparent; }
  .flexslider .slides {
    text-align: center; }
    .flexslider .slides .img {
      position: relative;
      width: 182px;
      height: 182px;
      border-radius: 50%;
      margin: 0 auto;
      margin-bottom: 30px; }
      .flexslider .slides .img img {
        display: block;
        max-width: 178px;
        margin: 2px; }
      .flexslider .slides .img .imghex {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: black; }
    .flexslider .slides p.author-cat {
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      color: #737475;
      margin-bottom: 40px; }
    .flexslider .slides p.author-nom {
      font-weight: 700;
      font-size: 20px;
      color: #3374b5;
      margin-bottom: 10px;
      line-height: 1; }
    .flexslider .slides q {
      display: block;
      font-size: 26px;
      font-weight: 600;
      color: #747474;
      margin-bottom: 30px; }
  .flexslider .flex-control-paging li a {
    -webkit-box-shadow: inset 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 transparent;
    -o-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
    background: #eaeaea; }
    .flexslider .flex-control-paging li a.flex-active {
      background: #3374b5; }

#map-canvas,
#map-inner,
.background-image {
  display: block;
  background: #2d3339;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

 .background-image {
     background-position:center center;
     background-size:cover;
 }

#map-inner {
  z-index: 0;
  background: rgba(45, 51, 57, 0.9);
  box-shadow: inset 0 0 250px #2d3339;
  color: #fff; }

.btn-googlemaps {
  position: absolute;
  top: -130px;
  left: -25px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out; }
  .btn-googlemaps.on {
    z-index: 1;
    opacity: 1; }

#animframes {
  float: left;
  width: 100%;
  position: relative; }

#frame-1,
#frame-2,
#frame-3,
#frame-4 {
  float: left;
  width: 100%;
  clear: both;
  position: absolute; }

.anim-box {
  display: block;
  position: absolute;
  height: 500px;
  width: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle; }

#frame-1 .anim-title {
  position: absolute;
  top: 100px;
  display: block;
  width: 100%;
  line-height: 100px;
  font-size: 50px;
  font-weight: 700;
  opacity: 0;
  -webkit-animation: frameOneAnimTitle 4s ease forwards 1s;
  animation: frameOneAnimTitle 4s ease forwards 1s; }
#frame-1 .anim-subtitle {
  position: absolute;
  top: 200px;
  display: block;
  width: 100%;
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  -webkit-animation: frameOneAnimSubTitle 3.5s ease forwards 1.5s;
  animation: frameOneAnimSubTitle 3.5s ease forwards 1.5s; }

#frame-2 .anim-cog-a {
  opacity: 0;
  display: block;
  width: 265px;
  height: 265px;
  background: transparent url("../img/cog-bg.png") 0 0 no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -132.5px;
  top: 20px;
  -webkit-animation: frameTwoCogA 6s forwards 5s;
  animation: frameTwoCogA 6s forwards 5s; }
#frame-2 .anim-cog-b {
  opacity: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: transparent url("../img/cog-sm.png") 0 0 no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 124px;
  -webkit-animation: frameTwoCogB 6s forwards 5s;
  animation: frameTwoCogB 6s forwards 5s; }

#frame-3 .anim-cog {
  width: 399px;
  height: 399px;
  display: block;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -199.5px;
  top: 300px;
  background: transparent url("../img/cog-lg.png") 0 0 no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: frameThreeCog 12s ease forwards 5s;
  animation: frameThreeCog 12s ease forwards 5s; }
#frame-3 .anim-cog-titleA,
#frame-3 .anim-cog-titleB,
#frame-3 .anim-cog-titleC {
  color: #fff;
  opacity: 0;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 100%;
  margin-top: 100px; }
#frame-3 .anim-cog-titleA {
  -webkit-animation: frameThreeTitle 2s ease forwards 11s;
  animation: frameThreeTitle 2s ease forwards 11s; }
#frame-3 .anim-cog-titleB {
  -webkit-animation: frameThreeTitle 2s ease forwards 13s;
  animation: frameThreeTitle 2s ease forwards 13s; }
#frame-3 .anim-cog-titleC {
  -webkit-animation: frameThreeTitle 2s ease forwards 15s;
  animation: frameThreeTitle 2s ease forwards 15s; }
#frame-3 .anim-cog-badge {
  opacity: 0;
  display: block;
  width: 138px;
  height: 138px;
  position: absolute;
  border-radius: 50%;
  top: 140px;
  left: 50%;
  margin-left: -69px;
  background: #fff url("../img/badge/web-design.png") center center no-repeat;
  -webkit-animation: frameThreeBadge 6s ease forwards 11s;
  animation: frameThreeBadge 6s ease forwards 11s; }

#home-search {
  float: left;
  display: block;
  width: 100%;
  clear: both;
   }
   @media screen and (min-width:768px) {
       #home-search {
       opacity: 0;
       -webkit-animation: homeSearch 2s ease forwards 7s;
       animation: homeSearch 2s ease forwards 7s;
       }
   }
  #home-search .form-control {
    margin-bottom: 20px; }
  #home-search .btn:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
  #home-search .search-title {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: #cdebfd;
    margin-bottom: 20px; }
  #home-search.fadeIn {
    -webkit-animation: applauseFadeIn 1s ease forwards 1s;
    -moz-animation: applauseFadeIn 1s ease forwards 1s;
    animation: applauseFadeIn 1s ease forwards 1s; }

@media (max-width: 768px) {
  #home-search {
    padding-top: 20px; }
    #home-search .search-title {
      font-size: 20px; } }
#skip {
  opacity: 0.5;
  position: absolute;
  bottom: 20px;
  right: 20px; }
  #skip:hover {
    opacity: 1; }

#bar-search {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 40px; }

@media (max-width: 992px) {
  #bar-search .form-control {
    margin-bottom: 10px;
    background: #fff; } }
@keyframes frameOneAnimTitle {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0); }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes frameOneAnimSubTitle {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0); }
  30% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0); }
  75% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes frameTwoCogA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(-360deg); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg); } }
@keyframes frameTwoCogB {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(-360deg); } }
@keyframes frameThreeCog {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg); }
  12% {
    opacity: 1;
    -webkit-transform: rotate(45deg); }
  25% {
    opacity: 1;
    -webkit-transform: rotate(90deg); }
  38% {
    opacity: 1;
    -webkit-transform: rotate(0deg); }
  50% {
    opacity: 1;
    -webkit-transform: rotate(-45deg); }
  63% {
    opacity: 1;
    -webkit-transform: rotate(-90deg); }
  75% {
    opacity: 1;
    -webkit-transform: rotate(-135deg); }
  88% {
    opacity: 1;
    -webkit-transform: rotate(-180deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-225deg); } }
@keyframes frameThreeBadge {
  0% {
    opacity: 0;
    background-image: url("../img/badge/web-design.png"); }
  16% {
    opacity: 1;
    background-image: url("../img/badge/web-design.png"); }
  32% {
    opacity: 0;
    background-image: url("../img/badge/web-design.png"); }
  33% {
    opacity: 0;
    background-image: url("../img/badge/badge-b.png"); }
  48% {
    opacity: 1;
    background-image: url("../img/badge/badge-b.png"); }
  64% {
    opacity: 0;
    background-image: url("../img/badge/badge-b.png"); }
  65% {
    opacity: 0;
    background-image: url("../img/badge/badge-c.png"); }
  80% {
    opacity: 1;
    background-image: url("../img/badge/badge-c.png"); }
  100% {
    opacity: 0;
    background-image: url("../img/badge/badge-c.png"); } }
@keyframes frameThreeTitle {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes homeSearch {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes homeSearch {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes homeNav {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes homeNav {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes applauseFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes applauseFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#page-wrap {
  float: left;
  clear: both;
  width: 100%;
  position: relative; }
  #page-wrap #page-offset {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    top: -400px;
    margin-bottom: -400px; }
    #page-wrap #page-offset.lowrider {
      top: -100px;
      margin-bottom: -100px; }
    #page-wrap #page-offset .page {
      display: block;
      width: 100%;
      border-radius: 6px 6px 0 0;
      background: #f5f5f5;
      min-height: 403px;
      padding: 40px 20px; }
      @media screen and (min-width: 768px) {
        #page-wrap #page-offset .page {
          padding: 60px 40px; } }
      #page-wrap #page-offset .page.center-content {
        text-align: center; }
        #page-wrap #page-offset .page.center-content .page-header h1,
        #page-wrap #page-offset .page.center-content .page-header h2,
        #page-wrap #page-offset .page.center-content .page-header h3 {
          padding: 0 30px; }

#sub-page-offset {
  float: left;
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  top: 0;
  margin: 0; }

#page-hero {
  float: left;
  clear: both;
  width: 100%;
  position: relative; }
  #page-hero .jumbotron {
    float: left;
    clear: both;
    width: 100%;
    background: transparent;
    color: #f2f2f2;
    text-align: center;
    padding: 30px 0 20px 0; }
    #page-hero .jumbotron h1 {
      font-family: inherit;
      font-weight: 700;
      font-size: 36px;
      line-height: 1.656em;
      color: #f3d679;
      margin: 0; }
    #page-hero .jumbotron p {
      font-family: inherit;
      font-weight: 100;
      font-size: 26px;
      color: #fff; }

@media (max-width: 768px) {
  #page-hero .jumbotron {
    padding: 10px 0; }

  #page-hero .jumbotron h1 {
    font-size: 22px; }

  #page-hero .jumbotron p {
    font-size: 18px; } }
.page-header {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  margin: 0;
  border-bottom: none; }
  .page-header h1,
  .page-header h2,
  .page-header h3,
  .page-header h4,
  .page-header h5 {
    font-family: inherit;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #2d3339; }
    .page-header h1 small,
    .page-header h2 small,
    .page-header h3 small,
    .page-header h4 small,
    .page-header h5 small {
      font-weight: 700;
      font-size: 50%;
      color: #8d99a5; }
  .page-header.punchy {
    margin-bottom: 60px; }
    .page-header.punchy h1,
    .page-header.punchy h2,
    .page-header.punchy h3,
    .page-header.punchy h4,
    .page-header.punchy h5 {
      position: relative;
      top: 0;
      font-family: inherit;
      font-weight: 700;
      display: inline;
      width: auto;
      text-align: center;
      padding: 0 30px 0 0;
      background: #f5f5f5;
      color: #5e6b78; }
    .page-header.punchy h1 {
      display: inline-block; }
    .page-header.punchy h2 {
      margin: 50px 0; }
    .page-header.punchy:before {
      content: "";
      position: relative;
      top: 25px;
      display: block;
      width: 100%;
      height: 3px;
      background: #e3e6e9; }

@media (max-width: 768px) {
  .page-header h1 {
    font-size: 22px; }
  .page-header h2 {
    font-size: 18px; }

  .page-header.punchy {
    margin-bottom: 30px; }

  .page-header.punchy:before {
    top: 12px;
    height: 2px; }

  .page-header.punchy h1 {
    font-size: 22px;
    line-height: 22px; }

  .page-header.punchy h2 {
    font-size: 18px;
    line-height: 18px; } }
#candyWrap {
  display: table;
  margin: 0 auto; }

#candyTabs {
  float: left;
  width: 100%;
  clear: both;
  margin: 70px 0; }
  #candyTabs #candyNav {
    border: none; }
    #candyTabs #candyNav li {
      display: inline;
      padding: 0 0 60px 0;
      background: transparent; }
      #candyTabs #candyNav li:last-child {
        margin: 0; }
      #candyTabs #candyNav li a {
        display: block;
        position: relative;
        width: 90px;
        height: 90px;
        padding: 7px;
        background: transparent;
        border: none;
        border-radius: 60px;
        box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #candyTabs #candyNav li a img {
          z-index: -1; }
      #candyTabs #candyNav li.active a {
        color: #23a8f4; }
        #candyTabs #candyNav li.active a span {
          color: inherit; }
        #candyTabs #candyNav li.active a:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          box-shadow: inset 0 0 0 3px #23a8f4;
          border-radius: 50%; }
        #candyTabs #candyNav li.active a.development {
          color: #627aa7; }
          #candyTabs #candyNav li.active a.development:before {
            box-shadow: inset 0 0 0 3px #627aa7; }
        #candyTabs #candyNav li.active a.infrastructure {
          color: #e27c3f; }
          #candyTabs #candyNav li.active a.infrastructure:before {
            box-shadow: inset 0 0 0 3px #e27c3f; }
        #candyTabs #candyNav li.active a.marketing {
          color: #96bd5d; }
          #candyTabs #candyNav li.active a.marketing:before {
            box-shadow: inset 0 0 0 3px #96bd5d; }
        #candyTabs #candyNav li.active a.project {
          color: #a088b7; }
          #candyTabs #candyNav li.active a.project:before {
            box-shadow: inset 0 0 0 3px #a088b7; }
        #candyTabs #candyNav li.active a.support {
          color: #df5a48; }
          #candyTabs #candyNav li.active a.support:before {
            box-shadow: inset 0 0 0 3px #df5a48; }
        #candyTabs #candyNav li.active a.testing {
          color: #efc84a; }
          #candyTabs #candyNav li.active a.testing:before {
            box-shadow: inset 0 0 0 3px #efc84a; }
        #candyTabs #candyNav li.active a.design {
          color: #23a8f4; }
          #candyTabs #candyNav li.active a.design:before {
            box-shadow: inset 0 0 0 3px #23a8f4; }
      #candyTabs #candyNav li.active:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #fff;
        position: absolute;
        bottom: 0;
        margin-left: -16px; }
      #candyTabs #candyNav li img {
        max-width: 100%;
        height: auto; }
      #candyTabs #candyNav li span {
        position: absolute;
        top: 100px;
        left: 0;
        display: block;
        width: 100%;
        height: auto;
        color: #5a6672; }
  #candyTabs .tab-content {
    float: left;
    clear: both;
    background: #fff;
    padding: 45px;
    border-radius: 10px;
    width: 100%;
    text-align: left; }
    #candyTabs .tab-content ul {
      padding: 20px 0; }
      #candyTabs .tab-content ul li {
        font-size: 18px; }
        #candyTabs .tab-content ul li a {
          color: #23a8f4; }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #candyTabs #candyNav li a {
    width: 120px;
    height: 120px;
    padding: 10px; }
  #candyTabs #candyNav li span {
    top: 130px; } }
@media (max-width: 992px) {
  #candyTabs #candyNav li a {
    width: 70px;
    height: 70px;
    padding: 2px; }
  #candyTabs #candyNav li span {
    top: 80px;
    font-size: 12px; } }
#jobs-uk h3 {
  margin-bottom: 20px; }
  #jobs-uk h3 span.icon-pin {
    font-size: 32px;
    color: #23a8f4; }
#jobs-uk ul {
  float: left;
  width: 100%;
  clear: both;
  padding: 0 0 0 40px; }
  #jobs-uk ul li {
    float: left;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em; }

@media (max-width: 1200px) {
  #jobs-uk h3 {
    font-size: 18px;
    padding-left: 10px; }
    #jobs-uk h3 span.icon-pin {
      font-size: 24px;
      position: absolute;
      left: -0px;
      top: 15px; }
  #jobs-uk ul {
    padding: 0; } }
.job,
.blog {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 40px 0;
  border-bottom: 3px solid #e3e6e9; }
  .job .img-blog-thumbnail,
  .blog .img-blog-thumbnail {
    margin-bottom: 30px;
    border: 5px solid white;
    box-shadow: 0 0 0 5px #e3e6e9; }
  .job.pick,
  .blog.pick {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .job h3,
  .blog h3 {
    font-size: 18px; }
  .job .badge,
  .blog .badge {
    text-align: center;
    float: left;
    width: 128px;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0px;
    margin: 20px 0;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .job .badge img,
    .blog .badge img {
      max-width: 100%;
      height: auto; }
  .job .meta,
  .blog .meta {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    color: #2d3339; }
    .job .meta span,
    .job .meta .term,
    .job .meta .salary,
    .job .meta .location,
    .blog .meta span,
    .blog .meta .term,
    .blog .meta .salary,
    .blog .meta .location {
      display: inline;
      float: left;
      margin-right: 10px; }
      .job .meta span .icon-pin,
      .job .meta .term .icon-pin,
      .job .meta .salary .icon-pin,
      .job .meta .location .icon-pin,
      .blog .meta span .icon-pin,
      .blog .meta .term .icon-pin,
      .blog .meta .salary .icon-pin,
      .blog .meta .location .icon-pin {
        color: #a9b3bc; }
      .job .meta span:last-child,
      .job .meta .term:last-child,
      .job .meta .salary:last-child,
      .job .meta .location:last-child,
      .blog .meta span:last-child,
      .blog .meta .term:last-child,
      .blog .meta .salary:last-child,
      .blog .meta .location:last-child {
        margin: 0; }
    .job .meta .location,
    .blog .meta .location {
      margin-right: 0; }
  .job p,
  .blog p {
    font-size: 16px;
    line-height: 1.565em;
    color: #717f8f;
    margin-bottom: 25px; }
  .job.job-category-testing h3, .job.blog-category-testing h3,
  .blog.job-category-testing h3,
  .blog.blog-category-testing h3 {
    color: #efc84a; }
  .job.job-category-support h3, .job.blog-category-support h3,
  .blog.job-category-support h3,
  .blog.blog-category-support h3 {
    color: #df5a48; }
  .job.job-category-project h3, .job.blog-category-support h3,
  .blog.job-category-project h3,
  .blog.blog-category-support h3 {
    color: #a088b7; }
  .job.job-category-marketing h3, .job.blog-category-marketing h3,
  .blog.job-category-marketing h3,
  .blog.blog-category-marketing h3 {
    color: #96bd5d; }
  .job.job-category-infrastructure h3, .job.blog-category-infrastructure h3,
  .blog.job-category-infrastructure h3,
  .blog.blog-category-infrastructure h3 {
    color: #e27c3f; }
  .job.job-category-design h3, .job.blog-category-design h3,
  .blog.job-category-design h3,
  .blog.blog-category-design h3 {
    color: #23a8f4; }
  .job.job-category-development h3, .job.blog-category-development h3,
  .blog.job-category-development h3,
  .blog.blog-category-development h3 {
    color: #627aa7; }

@media screen and (max-width: 767px) {
  .job {
    padding-top: 0; } }
#sidebar {
  position: relative;
  height: 100%; }
  #sidebar:before {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: auto;
    left: 12px;
    top: -60px;
    bottom: 20px;
    background: #e3e6e9; }

@media (max-width: 1200px) {
  #sidebar:before {
    display: none; } }
.panel {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 20px;
  background-color: transparent;
  border: none;
  border-radius: 0ps;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .panel .panel-heading {
    padding: 10px 15px;
    border-bottom: none;
    border-radius: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    color: #444c56; }
  .panel:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    content: " ";
    background: #e3e6e9; }
  .panel.panel-sidebar .sidebar-label {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 32px;
    padding: 0 3px;
    color: #5a6672; }
    .panel.panel-sidebar .sidebar-label span {
      float: left;
      position: relative;
      display: inline;
      width: 26px;
      height: 26px;
      border-radius: 3px;
      background: #fff;
      border: 3px solid #fff;
      box-shadow: 0 0 0 3px #c6ccd2;
      margin: 2px 15px 0 0; }
    .panel.panel-sidebar .sidebar-label.hihi span:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 2px;
      background: #627aa7; }
  .panel.panel-sidebar input[type="checkbox"] {
    display: none; }
  .panel input.form-control {
    outline: none;
    border: none;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0 0 0 3px #c6ccd2;
    box-shadow: inset 0 0 0 3px #c6ccd2; }
    .panel input.form-control:focus {
      box-shadow: inset 0 0 0 3px #a9b3bc; }

.list-group-categories .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 32px; }
  .list-group-categories .list-group-item a {
    font-size: 16px;
    color: #2d3339;
    text-decoration: none; }
  .list-group-categories .list-group-item.list-item-development a:hover {
    color: #627aa7; }
  .list-group-categories .list-group-item.list-item-infrastructure a:hover {
    color: #e27c3f; }
  .list-group-categories .list-group-item.list-item-marketing a:hover {
    color: #96bd5d; }
  .list-group-categories .list-group-item.list-item-project a:hover {
    color: #a088b7; }
  .list-group-categories .list-group-item.list-item-support a:hover {
    color: #df5a48; }
  .list-group-categories .list-group-item.list-item-testing a:hover {
    color: #efc84a; }
  .list-group-categories .list-group-item.list-item-design a:hover {
    color: #23a8f4; }
  .list-group-categories .list-group-item.list-item-neutral a:hover {
    color: #2d3339; }

.list-group-authors .list-group-item {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  padding: 0;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 42px;
  border-bottom: 1px dashed #e3e6e9; }
  .list-group-authors .list-group-item:last-child {
    border: none; }
  .list-group-authors .list-group-item .img-author-thumbnail {
    display: inline;
    vertical-align: middle;
    max-height: 32px;
    max-width: 32px;
    height: auto;
    width: auto;
    margin-right: 10px;
    border-radius: 50%; }
  .list-group-authors .list-group-item a {
    font-size: 16px;
    color: #2d3339;
    text-decoration: none; }

.badge {
  padding: 8px 8px;
  font-size: 16px;
  line-height: 16px;
  color: #8d99a5;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 5px;
  margin-left: 5px;
  position: relative;
  top: -1px; }
  .badge.badge-danger {
    background: #d9534f;
    color: #fff; }

.current .badge {
  color: #fff; }
  .current .badge.badge-development {
    background: #627aa7; }
  .current .badge.badge-infrastructure {
    background: #e27c3f; }
  .current .badge.badge-marketing {
    background: #96bd5d; }
  .current .badge.badge-project {
    background: #a088b7; }
  .current .badge.badge-support {
    background: #df5a48; }
  .current .badge.badge-testing {
    background: #efc84a; }
  .current .badge.badge-design {
    background: #23a8f4; }
  .current .badge.badge-neutral {
    background: #717f8f; }

#applause-scroll {
  float: left;
  width: 100%;
  min-height: 600px;
  clear: both; }

#app-skroll-wrap {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  border-left: 3px dashed #a9b3bc; }

.apsk-section {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  height: 330px; }
  .apsk-section .apsk-bar {
    float: left;
    display: block;
    position: absolute;
    left: -3px;
    height: 330px;
    width: 3px;
    background: #df5a48; }
  .apsk-section.apsk-mini {
    height: auto;
    padding-bottom: 50px; }
  .apsk-section .process-badge,
  .apsk-section .square-box {
    position: relative;
    left: -65px;
    width: 128px;
    height: 128px;
    border-radius: 64px;
    box-shadow: 0 0 0 6px #f5f5f5; }
  @media screen and (max-width: 767px) {
    .apsk-section .square-box {
      left: 0px !important;
      width: 100% !important; } }
  .apsk-section .apsk-descr {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    text-align: left; }
    @media screen and (min-width: 767px) {
      .apsk-section .apsk-descr {
        text-align: center; } }

#apsk-sec4 .apsk-bar {
  background-color: #efc84a; }

#apsk-sec2 .apsk-bar {
  background-color: #23a8f4; }

@media (max-width: 768px) {
  #app-skroll-wrap {
    border: none;
    padding-bottom: 50px; }

  .apsk-section {
    height: auto;
    margin-bottom: 30px; } }

.footer-awards {
    margin:0 -0.5em;
}
.footer-awards .footer-award {
    display:block;
    float:left;
    width:50%;
}
.footer-awards .footer-award a {
    display:block;
    margin:0 0.5em;
}
.footer-awards .footer-award a img {
    width:100%;
}

.page-header.punchy h1 {
	display:block;
	margin:0 auto;
	text-align:center;
}

ul#candyNav {
	text-align:center;
}
.img-blog-thumbnail {
	clear:left;
}
.img-blog-thumbnail img {
	max-width:100%;
}

@media screen and (min-width:768px) {
    div[itemprop=blogPosts] img {
        display:block;
        margin:0 auto;
        max-width:100%;
    }
}

/*# sourceMappingURL=style.css.map */

/* Extra Styles */
.iframe-container {
	height:0;
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	width:100%;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img:not([style*=float]) {
    display:block;
    margin:0 auto;
}

#joinus .col-sm-offset-1 img {
    height:auto !important;
    max-width:100% !important;
}

.blog p img, .col-sm-10 p img {
    height:initial !important;
    max-width:100%;
}
