/*

# Major breakpoints

*/
/*

Reusable Type Styles

*/
.h-xl {
  font-weight: 900;
  font-size: 30px;
}
@media screen and (min-width: 750px) {
  .h-xl {
    font-size: 40px;
  }
}
@media screen and (min-width: 1140px) {
  .h-xl {
    font-size: 60px;
  }
}
.h-l {
	font-weight: 900;
	line-height: 28px;
	font-size: 24px;
	font-size: 18px;
}
@media screen and (min-width: 750px) {
  .h-l {
    font-size: 34px;
  }
}
@media screen and (min-width: 1140px) {
  .h-l {
    font-size: 44px;
  }
}
.h-m {
	font-weight: 900;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 16px;
}
@media screen and (min-width: 750px) {
  .h-m {
    font-size: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .h-m {
    font-size: 18px;
  }
}
.h-light {
	font-weight: 200;
	line-height: 48px;
	font-size: 30px;
}
@media screen and (min-width: 1140px) {
  .h-light {
    font-size: 40px;
  }
}
.ta-c {
  text-align: center;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*

# Global

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.625em;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 750px) and (max-width: 1140px) {
  body {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1140px) {
  body {
    padding: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
  border: none 0;
}
.content-block .block-list li {
  display: block;
}
.js-more-projects li:before {
  content: '' !important;
}
.js-more-projects h3 a {
  color: #14181a;
  text-decoration: none;
}
.list-imgs {
  max-width: 1000px;
  margin: 0 auto !important;
}
.list-imgs li {
  margin: 0 20px 20px 20px !important;
  vertical-align: middle !important;
}
.list-imgs img {
  vertical-align: middle !important;
}
/*

# Typographic styles

*/
h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0;
	padding: 0;
	line-height: 1.625em;
	color: #0e6ac0;
	margin-bottom: 30px;
}
h1 {
  margin-bottom: 0;
}
.h2-sub {
  margin-bottom: 50px;
  padding-top: 4px;
}
strong,
b {
	font-weight: normal;
}
ul,
li {
  list-style: none;
}
h1 {
  /* Headline XL */
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 22px;
}
@media screen and (min-width: 750px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1140px) {
  h1 {
    font-size: 60px;
  }
}
h2 {
  /* Headline L */
  font-weight: 900;
  line-height: 28px;
  font-size: 24px;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 26px;
}
@media screen and (min-width: 750px) {
  h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1140px) {
  h2 {
    font-size: 44px;
  }
}
h3 {
	/* Headline M */
	font-weight: 900;
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 16px;
}
@media screen and (min-width: 750px) {
  h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1140px) {
  h3 {
	font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
	font-size: 15px;
  }
}
p {
	font-size: 20px;
	line-height: 28px;
}
@media screen and (min-width: 1140px) {
  p {
	font-size: 19px;
  }
}
.social-sharing {
  display: none;
  position: absolute;
  top: -53px;
  width: 100%;
  text-align: center;
  padding: 13px 0;
}
.social-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 10px;
}
.social-link:nth-child(2) {
  margin-left: 0;
}
#twitter-widget-0 {
  width: 90px !important;
}
.fb-like span {
  vertical-align: top !important;
}
.tbl-wrap {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .tbl-wrap {
    overflow-x: auto;
  }
}
.tbl-careers {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .tbl-careers {
    margin-bottom: 40px;
  }
}
blockquote {
  margin: 0;
  padding: 0;
}
blockquote p {
  
  font-weight: 200;
  line-height: 48px;
  font-size: 30px;
  color: #14181a;
  margin-bottom: 15px;
}
@media screen and (min-width: 1140px) {
  blockquote p {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}
.intro h1,
.intro h2 {
  
  font-weight: 900;
  line-height: 28px;
  font-size: 24px;
  font-size: 18px;
  color: #33a9e0;
  line-height: 1.17;
}
@media screen and (min-width: 750px) {
  .intro h1,
  .intro h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1140px) {
  .intro h1,
  .intro h2 {
    font-size: 44px;
  }
}
.intro h2 {
  font-weight: 700;
}
a {
  color: #33a9e0;
}
a:hover {
  text-decoration: none;
}
ol.styled,
ul.styled,
ol.list-checked {
  counter-reset: list-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 0 33px;
  max-width: 430px;
}
ol.styled li,
ul.styled li,
ol.list-checked li {
  counter-increment: list-counter;
  margin-bottom: 35px;
  position: relative;
}
ol.styled li:before,
ul.styled li:before,
ol.list-checked li:before {
  content: counter(list-counter);
  font-weight: 900;
  color: #33a9e0;
  font-size: 24px;
  float: left;
  position: absolute;
  top: 1px;
  left: -33px;
}
ul.styled li:before {
  font-size: 32px;
  left: -30px;
  top: -4px;
}
ol.list-checked {
  max-width: 600px;
  margin: 0 auto;
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  ol.list-checked {
    margin-bottom: 69px;
  }
}
ol.list-checked li:before {
  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;
  color: #33a9e0;
  font-size: 36px;
  top: 5px;
  left: -54px;
}
input[type=submit] {
  -webkit-appearance: none;
}
input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/*  ==========================================================================
    Placeholder
    ========================================================================== */
::-webkit-input-placeholder {
  color: #d1d1d1;
  opacity: 1;
}
::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
}
::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #d1d1d1;
  opacity: 1;
}
.placeholder {
  color: #d1d1d1;
}
/*

# Buttons

*/
.btn {
	display: inline-block;
  *display: inline;
	zoom: 1;
	vertical-align: top;
	color: white;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-font-smoothing: antialiased;
	background-color: #1ABA38;
	;
	padding-top: 9px;
	padding-right: 19px;
	padding-bottom: 8px;
	padding-left: 19px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,1);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,1);
}
.btn:hover {
	background-color: #fff;
	color: #000;
}
.btn-hire {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: absolute;
  top: 31px;
  right: 160px;
  color: #595959;
  text-decoration: none;
  font-size: 16px;
  padding: 13px 13px 12px 13px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .btn-hire {
    right: 192px;
  }
}
@media (max-width: 1140px) {
  .btn-hire {
    display: none;
  }
}
.shrink .btn-hire {
  top: 37px;
  right: 150px;
  padding: 9px 13px 9px 13px;
}
@media (max-width: 1200px) {
  .shrink .btn-hire {
    right: 180px;
  }
}
.btn-hire.btn-hire-home {
  color: #fff;
  border: 1px solid #fff;
}
.btn-hire.btn-hire-home:hover {
  color: #fff;
  border-color: #fff;
  opacity: 0.6;
}
.shrink .btn-hire.btn-hire-home {
  color: #595959;
  border: 1px solid #d2d2d2;
}
@media (max-width: 1140px) {
  .shrink .btn-hire.btn-hire-home {
    display: none;
  }
}
.shrink .btn-hire.btn-hire-home:hover {
  color: #595959;
  border-color: #d2d2d2;
  opacity: 0.6;
}
.btn-hire:hover {
  color: #42b8ec;
  border-color: #42b8ec;
}
.btn.b-s {
  padding: 7px 19px 6px;
}
.btn.b-w {
  background: white;
  color: #14181a;
  padding: 8px 18px 7px;
  border: 1px solid #d1d1d1;
  font-size: 16px;
}
.btn.b-w:hover,
.btn.b-w.active {
  background: #f6f6f6;
}
.btn.b-l {
  padding: 18px 27px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .btn.b-l {
    padding: 18px 37px;
  }
}
.btn.b-w.b-s {
  font-size: 14px;
  padding: 10px 18px;
  line-height: 1;
}
/*

# Forms

*/
form header h1 {
  font-size: 26px;
  /* Between headings and text */
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  form header h1 {
    margin-bottom: 5px;
  }
}
form div {
  /* Between headings and text */
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  form div {
    margin-bottom: 5px;
  }
}
form label {
  display: block;
  color: #14181a;
  font-weight: 900;
}
form label.error {
  font-weight: normal;
  color: #ec4242;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  height: auto;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  color: #646464;
  padding: 14px 12px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form textarea:focus,
form select:focus {
  outline: none;
  border-color: #33a9e0;
  background: #f4fbff;
}
form input[type=text].LV_invalid_field,
form input[type=password].LV_invalid_field,
form input[type=email].LV_invalid_field,
form input[type=tel].LV_invalid_field,
form textarea.LV_invalid_field,
form select.LV_invalid_field {
  border-color: #f1bebe;
  background: #fff5f5;
}
form input[type=text].LV_valid_field,
form input[type=password].LV_valid_field,
form input[type=email].LV_valid_field,
form input[type=tel].LV_valid_field,
form textarea.LV_valid_field,
form select.LV_valid_field {
  border-color: #bddc9f;
  background: #f9fff3;
}
form input[type=text].error,
form input[type=password].error,
form input[type=email].error,
form input[type=tel].error,
form textarea.error,
form select.error {
  border-color: #ec4242 !important;
  background: #fff4f4;
}
@media (min-width: 480px) {
  form select {
    width: 50%;
  }
}
@-moz-document url-prefix() {
  form select {
    padding: 14px 12px 12px;
  }
}
.white-box div {
  position: relative;
}
.white-box div .pound {
  position: absolute;
  top: 13px;
  left: 13px;
}
#budget {
  padding-left: 23px;
}
.LV_valid {
  display: none;
}
.LV_invalid {
  color: #cb0e1e;
}
/*

# Tables

*/
table {
  border-collapse: collapse;
  width: 100%;
}
table tr td,
table tr th {
  vertical-align: top;
  text-align: left;
  line-height: 1.2em;
  padding: 15px 21px 13px;
}
table tr td:first-child {
  border-left: 1px #c3c3c3 solid;
}
table tr td:last-child {
  border-right: 1px #c3c3c3 solid;
}
table tr th {
  background: #33a9e0;
  color: white;
}
table tr th:last-child {
  position: relative;
  right: -1px;
}
table tr th:last-child:before {
  border-left: 1px #33a9e0 solid;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
}
table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
table tr:last-child {
  border-bottom: 1px #c3c3c3 solid;
}
table tr:last-child td {
  border-bottom-left-radius: 4px;
}
table tr:nth-child(odd) {
  background: #eff9ff;
}
@media (max-width: 480px) {
  .table-stack thead {
    display: none;
  }
  .table-stack tr,
  .table-stack th,
  .table-stack td {
    display: block;
  }
  .table-stack tr {
    padding: 15px;
  }
  .table-stack tr:last-child {
    border-bottom: none;
  }
  .table-stack th,
  .table-stack td {
    padding: 5px 0;
  }
  .table-stack td:first-child {
    border-left: none;
    padding-bottom: 0;
  }
  .table-stack td:last-child {
    border-right: none;
  }
}
/*

# Icons

*/
[class^="icon-"],
[class*=" icon-"] {
  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;
  color: #33a9e0;
  font-size: 96px;
}
@media (max-width: 480px) {
  [class^="icon-"],
  [class*=" icon-"] {
    font-size: 70px;
  }
}
@media (min-width: 480px) {
  .list-icons [class^="icon-"],
  .list-icons [class*=" icon-"] {
    vertical-align: middle !important;
    height: 96px !important;
    line-height: 96px !important;
  }
  .list-icons .icon-web-applications {
    font-size: 80px;
  }
  .list-icons .icon-ecommerce-shop {
    font-size: 94px;
  }
  .list-icons .icon-digital-marketing {
    font-size: 86px;
  }
  .list-icons .icon-responsive-websites {
    font-size: 94px;
  }
  .list-icons .icon-maintainable-code {
    font-size: 90px;
  }
  .list-icons .icon-better-seo {
    font-size: 90px;
  }
  .list-icons .icon-increase-traffic {
    font-size: 92px;
  }
  .list-icons .icon-loyalty-retention {
    font-size: 92px;
  }
  .list-icons .icon-multi-site-manager {
    font-size: 92px;
  }
  .list-icons .icon-multimedia-libraries {
    font-size: 92px;
  }
  .list-icons .icon-author {
    font-size: 92px;
  }
  .list-icons .icon-scalability-flexibility {
    font-size: 102px;
  }
  .list-icons .icon-customer-engagement {
    font-size: 90px;
  }
  .list-icons .icon-real-time-marketing {
    font-size: 92px;
  }
}
.icon-large {
  font-size: 126px;
}
.icon-small {
  font-size: 16px;
}
.icon-eklogo:before {
}
.icon-wrench:before {

}
.icon-warning:before {

}
.icon-userwide:before {
 
}
.icon-usertesting:before {
 
}
.icon-user:before {
  
}
.icon-twitterlogo:before {

}
.icon-tshirt:before {

}
.icon-trophy:before {

}
.icon-tier:before {

}
.icon-tick:before {

}
.icon-target:before {

}
.icon-tablet:before {
 
}
.icon-t:before {

}
.icon-star:before {

}
.icon-staruser:before {
 
}
.icon-speechexclamination:before {

}
.icon-speechbubble:before {

}
.icon-foldedpaper:before {
  
}
.icon-form:before {

}
.icon-gauge:before {

}
.icon-gear:before {

}
.icon-googlepluslogo:before {

}
.icon-graphpath:before {

}
.icon-magnify:before {
 
}
.icon-lifering:before {

}
.icon-mappointer:before {

}
.icon-multiplatform:before {

}
.icon-openbook:before {

}
.icon-pencilruler:before {

}
.icon-phone:before {

}
.icon-ribbon:before {

}
.icon-shop:before {

}
.icon-shoppingbag:before {

}
.icon-smartphone:before {

}
.icon-facebooklogo:before {

}
.icon-envelope:before {

}
.icon-elogo:before {

}
.icon-desktop:before {
  
}
.icon-darkuser:before {
 
}
.icon-darkenvelope:before {

}
.icon-criticalpathdark:before {

}
.icon-criticalpath:before {

}
.icon-compass:before {

}
.icon-cloud:before {

}
.icon-calander:before {

}
.icon-blankcalendardark:before {

}
.icon-blankcalendar:before {

}
.icon-arrowright:before {

}
.icon-bargraph:before {

}
.icon-basicarrowleft:before {

}
.icon-basicarrowright:before {

}
.icon-checkmark-circle:before {

}
/*

# Spacing

*/
p {
  margin-bottom: 1.5em;
  color: #646464;
}
.no-mb {
  margin-bottom: 0;
}
.mb {
  margin-bottom: 40px;
}
.mb-xs {
  margin-bottom: 8px;
}
.mb-s {
  /* Between headings and text */
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .mb-s {
    margin-bottom: 5px;
  }
}
.mb-m {
  /* Between listed images and text elements */
  margin-bottom: 60px;
}
.mb-l {
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .mb-l {
    margin-bottom: 69px;
  }
}
.mb-xl {
  /* After paragraph headings and at the end of content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .mb-xl {
    margin-bottom: 82px;
  }
}
.mb-xxl {
  /* After hr's and before headings */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .mb-xxl {
    margin-bottom: 100px;
  }
}
/*

Visual Components

*/
.container {
	max-width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .container {
	padding: 0 20px;
  }
}
.container-wide {
	max-width: 1140px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .container-wide {
    padding: 0 20px;
  }
}
.bdrs {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bxsh {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
hr {
  margin-top: 0;
  border: none;
  border-bottom: 1px #cbcbcb solid;
  /* After hr's and before headings */
  margin-bottom: 42px;
  clear: both;
}
@media screen and (min-width: 750px) {
  hr {
    margin-bottom: 100px;
  }
}
hr.invisible {
  border: none;
  margin-bottom: 33px;
}
hr.half-height {
  margin-bottom: 33px;
}
.list-half-col input[type=checkbox] {
  margin-top: -1px;
}
.white-box {
  border: 1px solid #d1d1d1;
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .white-box {
    margin-bottom: 69px;
  }
}
.white-box .list-half-col {
  margin: 0 !important;
}
.white-box .list-half-col li {
  text-align: left;
}
.white-box .list-half-col li label {
  display: inline;
  font-weight: normal;
  padding-left: 10px;
  position: relative;
  top: 1px;
  color: #646464;
}
.full-width-margins {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 750px) and (max-width: 1140px) {
  .full-width-margins {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1140px) {
  .full-width-margins {
    margin-left: 0;
    margin-right: 0;
  }
}
.nav-boost {
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  .nav-boost {
    margin-top: 226px;
  }
}
.bd-work .nav-boost {
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  .bd-work .nav-boost {
    margin-top: 146px;
  }
}
.error-icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-bottom: 40px;
}
/*

# Content Blocks

*/
.width-limit {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.width-limit-narrow {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.content-block-left {
	padding-bottom: 50px;
}
.content-block hgroup {
	text-align: center;
	/* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 30px;
}
@media screen and (min-width: 750px) {
  .content-block hgroup {
    margin-bottom: 69px;
  }
}
.content-block hgroup.no-bord {
  margin-bottom: 49px;
}
@media screen and (max-width: 480px) {
  .content-block hgroup.no-bord {
    margin-bottom: 0;
  }
  .content-block hgroup.no-bord p {
    margin-bottom: 0;
  }
}
.content-block hgroup h2 {
  /* Between headings and text */
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .content-block hgroup h2 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .content-block hgroup p {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1140px) {
  .content-block .content-block-left,
  .content-block .content-block-right {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
  }
}
.content-block.left-image .content-block-left {
  text-align: center;
  max-width: 475px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .content-block.left-image .content-block-left {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .content-block.left-image .content-block-left {
    text-align: left;
    margin-right: 90px;
  }
}
.content-block.left-image .content-block-right {
  max-width: 575px;
}
@media screen and (max-width: 1140px) {
  .content-block.left-image .content-block-right {
    margin: 0 auto;
  }
}
.content-block.left-image .content-block-right p:last-child {
  /* After paragraph headings and at the end of content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .content-block.left-image .content-block-right p:last-child {
    margin-bottom: 82px;
  }
}
.content-block.right-image .content-block-right {
  max-width: 475px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .content-block.right-image .content-block-right {
    /* After paragraph headings and at the end of content blocks */
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1140px) and screen and (min-width: 750px) {
  .content-block.right-image .content-block-right {
    margin-bottom: 82px;
  }
}
@media screen and (min-width: 1140px) {
  .content-block.right-image .content-block-right {
    text-align: right;
    margin-left: 90px;
  }
}
.content-block.right-image .content-block-right img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-bottom: 10px;
}
@media screen and (min-width: 750px) {
  .content-block.right-image .content-block-right img {
    margin-bottom: 80px;
  }
}
.content-block.right-image .content-block-left {
  max-width: 575px;
}
@media screen and (max-width: 1140px) {
  .content-block.right-image .content-block-left {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1140px) {
  .content-block.right-image .content-block-left p:last-child {
    /* After paragraph headings and at the end of content blocks */
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 1140px) and screen and (min-width: 750px) {
  .content-block.right-image .content-block-left p:last-child {
    margin-bottom: 82px;
  }
}
.content-block.image-center {
  text-align: center;
}
.content-block.image-center img {
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .content-block.image-center img {
    margin-bottom: 69px;
  }
}
.block-centre {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 90px auto;
  border-bottom: 1px solid #d1d1d1;
}
.block-centre.extra-pad {
  margin-bottom: 0;
  padding-bottom: 60px;
  border: none;
}
.block-centre h2 {
  margin-bottom: 60px;
}
.list-tick ul {
  overflow: hidden;
  text-align: left !important;
  max-width: 610px !important;
  margin: 0 auto 60px auto !important;
}
.list-tick li {
	display: block !important;
	margin-bottom: 30px !important;
	padding: 5px 0 5px 80px;
}
.content-block ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .content-block ul {
    margin-left: -27px;
  }
}
.content-block ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  /* Between headings and text */
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .content-block ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .content-block ul li {
    margin-bottom: 30px;
  }
}
.content-block ul li img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  /* Between headings and text */
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .content-block ul li img {
    margin-bottom: 5px;
  }
}
.content-block ul li i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .content-block ul li i {
    margin-bottom: 20px;
  }
}
.content-block ul li h3 {
  /* Between headings and text */
  margin-bottom: 15px;
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  .content-block ul li h3 {
    margin-bottom: 5px;
  }
}
.content-block ul.list-worked-with li {
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .content-block ul.list-worked-with li {
    width: 33%;
    margin-bottom: 0;
  }
}
.content-block ul.list-worked-with-mg li {
  margin-bottom: 0;
}
.content-block ul.list-worked-with-mg img {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .content-block ul.list-3-col.list-align-left {
	margin: 0 auto;
	max-width: 320px;
	text-align: center !important;
  }
}
@media screen and (max-width: 750px) {
  .content-block ul.list-3-col li {
	text-align: center;
  }
  .content-block ul.list-3-col li p {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 750px) {
  .content-block ul.list-3-col li {
    padding: 0 2%;
    width: 33%;
  }
}
@media screen and (min-width: 1140px) {
  .content-block ul.list-3-col li {
	margin-left: 27px;
	width: 288px;
	background-color: #FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 4px 4px 5px -3px rgba(199,199,199,1);
	-moz-box-shadow: 4px 4px 5px -3px rgba(199,199,199,1);
	box-shadow: 4px 4px 5px -3px rgba(199,199,199,1);
	padding-top: 5;
	padding-right: 5px;
	padding-bottom: 5;
	padding-left: 5px;
  }
}
@media (max-width: 480px) {
  .content-block ul.list-3-col li {
    width: 50%;
  }
}
@media screen and (min-width: 610px) and (max-width: 750px) {
  .content-block ul.list-3-col.list-icons li {
    width: 50%;
    padding: 0 3%;
  }
}
.content-block ul.list-3-col.list-portfolio {
  margin-bottom: 40px;
}
.content-block ul.list-3-col.list-portfolio li {
  max-width: 100%;
  vertical-align: top;
  width: auto;
}
@media screen and (min-width: 750px) {
  .content-block ul.list-3-col.list-portfolio li {
    max-width: 340px;
  }
}
.content-block ul.list-3-col.list-portfolio li a {
	display: block;
	text-decoration: none;
}
.content-block ul.list-3-col.list-portfolio li a:hover h3 {
	color: #ee5b31;
}
.content-block ul.list-3-col.list-portfolio li a:hover p {
  color: #14181a;
}
.content-block ul.list-3-col.list-portfolio li a:hover .btn {
  background-color: #42b8ec;
}
@media screen and (max-width: 480px) {
  .content-block ul.list-3-col.list-portfolio li a .btn {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  .content-block ul.list-3-col.list-portfolio li img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 750px) {
  .content-block ul.list-3-col.list-portfolio li.pull-left img {
    margin-left: -47px;
  }
}
@media screen and (max-width: 1140px) {
  .content-block ul.list-4-col {
    margin: 0 auto;
    max-width: 750px;
    /* Smaller margin after paragraph headings in content blocks */
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1140px) and screen and (min-width: 750px) {
  .content-block ul.list-4-col {
    margin-bottom: 69px;
  }
}
.content-block ul.list-4-col li {
  width: 245px;
}
@media screen and (min-width: 750px) {
  .content-block ul.list-4-col li {
    margin-left: 27px;
  }
}
.content-block ul.single-list {
  max-width: 700px;
  margin: 0 auto;
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .content-block ul.single-list {
    margin-bottom: 69px;
  }
}
.content-block ul.single-list .list-image-text-left {
  width: 26%;
}
.content-block ul.single-list .list-image-text-right {
  width: 63%;
}
.content-block ul.list-half-col {
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .content-block ul.list-half-col {
    margin-bottom: 69px;
  }
}
.content-block ul.list-half-col li {
  display: block;
}
@media screen and (min-width: 480px) {
  .content-block ul.list-half-col li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 50%;
  }
}
.content-block ul.list-half-col a {
  display: block;
}
.content-block ul.list-half-col a:hover h3 {
  color: #33a9e0;
}
.content-block ul.list-half-col a:hover p {
  color: #14181a;
}
.content-block ul.list-team {
  margin-left: 0;
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .content-block ul.list-team {
    margin-bottom: 69px;
  }
}
.content-block ul.list-team li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
@media screen and (min-width: 480px) {
  .content-block ul.list-team li {
    margin-left: 34px;
  }
}
.content-block ul.list-team li img {
  width: 200px;
  border-radius: 100%;
}
.content-block ul.list-team li.could-be-you {
  position: relative;
  top: 60px;
  left: -80px;
}
.content-block ul.list-white-boxes {
  margin-left: -56px;
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .content-block ul.list-white-boxes {
    margin-bottom: 69px;
  }
}
.content-block ul.list-white-boxes ul {
  margin: 0;
  padding: 0;
}
.content-block ul.list-white-boxes i {
  font-size: 54px;
  margin-bottom: 18px;
}
.content-block ul.list-white-boxes i.icon-eklogo {
  font-size: 38px;
  position: relative;
  margin-top: 15px;
}
.content-block ul.list-white-boxes > li {
  width: 288px;
  margin-left: 56px;
  background: white;
  padding: 32px 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.content-block ul.list-white-boxes > li li {
  margin-bottom: 4px;
}
.content-block ul.list-image-text li {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .list-portfolio h3 {
    font-size: 14px;
  }
}
.list-icons.no-a-style a {
  display: block;
  text-decoration: none;
}
.list-icons.no-a-style a:hover h3 {
	color: #ee5b31;
}
@media screen and (max-width: 480px) {
  .list-icons.no-a-style p {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .list-4-col.list-icons {
    margin-bottom: 56px;
  }
}
img.mg-top {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 20px;
}
@media screen and (min-width: 750px) {
  img.mg-top {
    margin-top: 80px;
  }
}
.hint-try-typing {
  margin: 0 0 10px -40px;
}
@media screen and (min-width: 750px) {
  .hint-try-typing {
    margin: 0 0 26px -50px;
  }
}
@media screen and (min-width: 750px) {
  .hint-try-dragging {
    position: absolute;
    right: 5%;
    top: 0;
  }
}
@media screen and (min-width: 750px) {
  .hint-try-resizing {
    position: absolute;
    left: 5%;
    top: 30px;
  }
}
@media screen and (min-width: 750px) {
  .hint-try-map {
    position: absolute;
    right: 10%;
    top: 30px;
  }
}
.site-links {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 0;
}
.site-links li {
  display: inline;
  margin: 0 5px;
}
.site-links li:before {
	content: "|";
	margin-right: 10px;
	color: #FFF;
}
.site-links li:first-child:before {
}
.site-links a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
.site-links a:hover {
	color: #000;
}
.copyright {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .list-image-text {
    text-align: left;
  }
}
.list-image-text .list-image-text-left {
  text-align: left;
  width: 98px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 6%;
}
@media screen and (min-width: 750px) {
  .list-image-text .list-image-text-left {
    width: 138px;
  }
}
@media screen and (min-width: 950px) {
  .list-image-text .list-image-text-left {
    width: 31%;
  }
}
.list-image-text .list-image-text-left img {
  margin-bottom: 0;
}
.list-image-text .list-image-text-right {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  width: 59%;
}
.list-image-text .list-image-text-right p {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .list-image-text .list-image-text-right {
    width: 54%;
  }
}
.image-block-heading {
  text-align: center;
}
.image-block-heading img {
  display: block;
  margin: 0 auto;
}
.list-inline li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.list-align-center {
  text-align: center !important;
}
.list-align-left h3,
.list-align-left p {
  text-align: left;
}
.list-worked-with {
  max-width: 1032px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.testimonials {
  text-align: center;
  overflow: hidden;
  /* Between headings and text */
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .testimonials {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .testimonials {
    margin-bottom: 40px;
  }
}
.testimonials ul {
  margin: 0;
  padding: 0;
}
.testimonials li {
  margin-bottom: 10px !important;
}
.testimonials blockquote {
  /* Between headings and text */
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .testimonials blockquote {
    margin-bottom: 5px;
  }
}
.testimonials blockquote p {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .testimonials blockquote p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .testimonials footer {
    font-size: 14px;
  }
}
.testimonials.no-paging blockquote {
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .testimonials.no-paging blockquote {
    margin-bottom: 69px;
  }
}
.testimonials {
  color: #646464;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .testimonials blockquote {
    padding: 0 50px;
  }
}
.testimonials p {
  font-size: 16px;
  color: #646464;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1140px) {
  .testimonials p {
	font-size: 20px;
	color: #14181a;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: 40px;
  }
}
.testimonials footer {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1140px) {
  .testimonials footer {
    font-size: 16px;
  }
}
.list-image-text {
  /* Between listed images and text elements */
  margin-bottom: 60px;
}
.career-patch {
  margin: -82px 0 82px 0;
  background-color: #33a9e0;
}
.career-patch .blue-strip {
  max-width: 980px;
  margin: 0 auto;
}
.blue-strip {
  text-align: center;
  background: #33a9e0;
  /* After paragraph headings and at the end of content blocks */
  margin-bottom: 42px;
  padding: 26px 20px;
}
@media screen and (min-width: 750px) {
  .blue-strip {
    margin-bottom: 82px;
  }
}
@media screen and (min-width: 1140px) {
  .blue-strip {
    padding: 26px 48px;
  }
}
.blue-strip h3,
.blue-strip p,
.blue-strip a {
  color: white;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0;
}
.blue-strip h3 {
  line-height: 1;
  margin-right: 16px;
  vertical-align: middle;
}
.blue-strip p {
  line-height: 1.5;
  vertical-align: middle;
  padding-top: 1px;
}
.blue-strip a {
}
.white-strip {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 38px;
	max-width: 1064px;
	margin: 0 auto;
	/* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
	background-color: #FFFFFF;
}
@media screen and (min-width: 750px) {
  .white-strip {
    margin-bottom: 69px;
  }
}
.white-strip.author {
  max-width: 820px;
  /* After hr's and before headings */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .white-strip.author {
    margin-bottom: 100px;
  }
}
.white-strip.author p.author-name {
  color: #33a9e0;
  margin-bottom: 8px;
}
@media screen and (min-width: 649px) {
  .white-strip.author .white-strip-right {
    max-width: 70%;
    margin-left: 5%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1140px) {
  .white-strip.author .white-strip-right {
    max-width: 568px;
    margin-left: 30px;
  }
}
.white-strip.author .white-strip-right h3 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 8px;
}
.white-strip.author .white-strip-right p {
  text-align: left;
}
.white-strip.author .white-strip-left {
	max-width: 20%;
	display: inline-block;
  *display: inline;
	zoom: 1;
	vertical-align: middle;
}
@media screen and (max-width: 648px) {
  .white-strip.author .white-strip-left {
	display: none;
  }
}
@media screen and (min-width: 1140px) {
  .white-strip.author .white-strip-left {
    max-width: 145px;
  }
}
.white-strip.author .white-strip-left img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.white-strip .white-strip-left {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1140px) {
  .white-strip .white-strip-left {
    margin-bottom: 0;
    text-align: left;
    width: 798px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
  }
}
.white-strip .white-strip-right {
  text-align: center;
}
@media screen and (min-width: 1140px) {
  .white-strip .white-strip-right {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    position: relative;
    top: 1px;
  }
}
.white-strip h3 {
  font-size: 28px;
  line-height: 1.3;
  /* Between headings and text */
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .white-strip h3 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .white-strip h3 {
    margin-bottom: 14px;
  }
}

.white-strip p {
  margin-bottom: 0;
}
.view-more-center {
  text-align: center;
}
.homepage-project h1,
.homepage-project p {
	color: white;
	padding-right: 5px;
	padding-left: 5px;
}
.full-width-bg.color-orange h1 {
	color: #000;
}

.homepage-project h1 {
	font-size: 30px;
	margin-bottom: 16px;
	line-height: 1.1;
}

@media screen and (min-width: 480px) {
  .homepage-project h1 {
	font-size: 40px;
	margin-top: 70px;
  }
  .homepage-project p {
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
  }
}
@media screen and (min-width: 300px) {
  .homepage-project h1 {
	font-size: 30px;
	margin-top: 50px;
  }
  .homepage-project p {
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
  }
}
@media screen and (min-width: 750px) {
  .homepage-project h1 {
	font-size: 40px;
	margin-top: 150px;
  }
   .homepage-project p {
	font-size: 18px;
	padding-right: 5px;
	padding-left: 5px;
  }
}
@media screen and (min-width: 1140px) {
  .homepage-project h1 {
	font-size: 57px;
	margin-top: 130px;
  }
  .full-width-bg.color-orange h1 {
	color: #000;
	margin-top: 135px
}
}
.homepage-project hgroup {
  padding: 0 30px;
}
@media screen and (min-width: 480px) {
  .homepage-project hgroup {
    padding: 0 50px;
  }
}
@media screen and (min-width: 750px) {
  .homepage-project hgroup {
    padding: 0;
  }
}
@media screen and (min-width: 750px) {
  .homepage-project p {
    /* Smaller margin after paragraph headings in content blocks */
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 750px) and screen and (min-width: 750px) {
  .homepage-project p {
    margin-bottom: 69px;
  }
}
.full-width-bg {
  position: relative;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  /* After paragraph headings and at the end of content blocks */
  margin-bottom: 42px;
  margin-bottom: 40px !important;
}
@media screen and (min-width: 750px) and (max-width: 1140px) {
  .full-width-bg {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1140px) {
  .full-width-bg {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 750px) {
  .full-width-bg {
    margin-bottom: 82px;
  }
}
@media screen and (min-width: 750px) {
  .full-width-bg {
	margin-bottom: 40px !important;
  }
}
.full-width-bg.color-blue {
	background-color:#0991e1;
}
.full-width-bg.color-red {
 	background-image:url(../img/bodyback.png);
}
.full-width-bg.color-orange {
	background-color:#FFFFFF;
}
.full-width-bg.color-orange h1 {
	color: #000;
}
.full-width-bg.color-orange p {
	color: #000;
}

.homepage-project-img {
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
}
@media screen and (min-width: 480px) {
  .homepage-project-img {
	width: 400px;
	margin-top: 40px;
  }
}
@media screen and (min-width: 750px) {
  .homepage-project-img {
    width: 750px;
  }
}
@media screen and (min-width: 1140px) {
  .homepage-project-img {
    width: 1040px;
  }
}
@media screen and (min-width: 1355px) {
  .homepage-project-img {
    width: 1355px;
  }
}
.homepage-project-img img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.homepage-project-link {
  display: none;
  position: absolute;
  right: 0;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.4;
  color: #6e6e6e;
  width: 200px;
}
@media screen and (min-width: 750px) {
  .homepage-project-link {
    display: block;
    right: -20px;
    bottom: 14px;
  }
}
@media screen and (min-width: 1140px) {
  .homepage-project-link {
    right: 40px;
    bottom: 34px;
  }
}
@media screen and (min-width: 1355px) {
  .homepage-project-link {
    right: 120px;
    bottom: 64px;
  }
}
.homepage-project-title {
  font-size: 16px;
  color: #33a9e0;
}
.blog-body iframe {
  width: 50% !important;
  margin: 0 auto 40px auto !important;
}
.ecomm-list li {
  padding: 0 20px;
  vertical-align: middle !important;
}
.ecomm-list li img {
  vertical-align: middle !important;
}
/*

# Navigation

*/
.csstransforms header nav.nav-main.shrink {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  -o-transform: translateY(-22px);
  transform: translateY(-22px);
  padding-bottom: 5px;
}
.csstransforms header nav.nav-main.shrink .btn {
  padding: 5px 13px;
  top: 37px;
}
.csstransforms.shrink-navs .bd-what-we-do header nav.nav-subnav {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(-41px);
  -moz-transform: translateY(-41px);
  -ms-transform: translateY(-41px);
  -o-transform: translateY(-41px);
  transform: translateY(-41px);
}
.csstransforms header nav.nav-subnav.shrink {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(-41px);
  -moz-transform: translateY(-41px);
  -ms-transform: translateY(-41px);
  -o-transform: translateY(-41px);
  transform: translateY(-41px);
}
.csstransforms .bd-what-we-do header nav.nav-subnav i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.csstransforms .bd-what-we-do header nav.nav-subnav.shrink {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(-41px);
  -moz-transform: translateY(-41px);
  -ms-transform: translateY(-41px);
  -o-transform: translateY(-41px);
  transform: translateY(-41px);
}
.csstransforms .bd-what-we-do header nav.nav-subnav.shrink a {
  padding: 15px 20px 11px;
}
.csstransforms .bd-what-we-do header nav.nav-subnav.shrink i {
  margin: 0;
  font-size: 0;
  overflow: hidden;
  opacity: 0;
}
header nav.nav-main {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	z-index: 100;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	background: white;
	background: rgba(255, 255, 255, 0.98);
}
header nav.nav-main.dark {
  background: #110e0d;
  background: rgba(17, 14, 13, 0.95);
}
header nav.nav-main.dark ul li a {
  color: black;
}
header nav.nav-main.transparent {
	background-color:#D12C03;
	box-shadow: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
header nav.nav-main.transparent ul li a {
	color: #fff;
	font-weight:bold;
}
@media screen and (max-width: 750px) {
  header nav.nav-main.transparent ul li a {
    color: #14181a;
  }
}
header nav.nav-main.transparent ul li a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
@media screen and (max-width: 750px) {
  header nav.nav-main.transparent ul li a:hover {
	color: #FFF;
	opacity: 1;
	background-color: #FFFFFF;
  }
}
header nav.nav-main.transparent.shrink {
  background: white;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
header nav.nav-main.transparent.shrink ul li a {
  color: #14181a;
}
header nav.nav-main.transparent.shrink ul li a:hover {
	color: #000000;
	opacity: 1;
}
header nav.nav-main.transparent.shrink span.logo {
  background-size: 131px 34px;
}
header nav.nav-main.transparent span.logo {
	position: absolute;
	top: 35px;
	font-size: 60px;
	width: 160px;
	height: 40px;
	background-size: 131px 34px;
}
@media screen and (max-width: 750px) {
  header nav.nav-main.transparent span.logo {
	top: 0;
	left: 0;
	position: relative;
	margin-top: 30px;
	background-size: 131px 34px;
  }
}
@media screen and (min-width: 1200px) {
  header nav.nav-main.transparent span.logo {
    left: 0;
  }
}
header nav.nav-main .container-wide {
	position: relative;
}
header nav.nav-main span.logo {
	position: absolute;
	top: 35px;
	left: 32px;
	font-size: 60px;
	background-size: 131px 34px;
}
@media screen and (max-width: 750px) {
  header nav.nav-main span.logo {
    left: 0;
    position: relative;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  header nav.nav-main span.logo {
    left: 0;
  }
}
header nav.nav-main span.logo a {
  display: block;
  width: 131px;
  height: 34px;
}
header nav.nav-main a.btn {
  position: absolute;
  top: 31px;
  right: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  header nav.nav-main a.btn {
    right: 0;
  }
}
header nav.nav-main ul {
	text-align: center;
	padding: 0;
	margin-top: 32px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
header nav.nav-main ul li {
  display: inline;
}
header nav.nav-main ul li a {
	display: inline-block;
  *display: inline;
	zoom: 1;
	vertical-align: top;
	color: #14181a;
	text-decoration: none;
	font-size: 18px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
header nav.nav-main ul li a:hover,
header nav.nav-main ul li a.active {
  color: #33a9e0;
}
@media screen and (max-width: 750px) {
  .bd-about header nav.nav-subnav {
    display: none;
  }
}
.nav-subnav-btn {
  display: block;
  position: relative;
  font-size: 16px;
  color: #fff;
  padding: 15px 20px 11px;
  background-color: #33a9e0;
}
@media screen and (min-width: 750px) {
  .nav-subnav-btn {
    display: none;
  }
}
.nav-subnav-btn i {
	display: block;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 20px;
	height: 12px;
}
header nav.nav-subnav {
  position: fixed;
  top: 102px;
  background: #ededed;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -ms-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
  text-align: center;
  border-bottom: 1px #dcdcdc solid;
}
header nav.nav-subnav ul {
  overflow: hidden;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  header nav.nav-subnav ul {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  header nav.nav-subnav ul.active {
    display: block;
  }
}
header nav.nav-subnav ul li {
  display: inline;
}
@media screen and (max-width: 750px) {
  header nav.nav-subnav ul li {
    display: block;
    padding: 0 16px;
  }
}
header nav.nav-subnav ul li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  color: #646464;
  text-decoration: none;
  font-size: 16px;
  border-right: 1px #dcdcdc solid;
  padding: 15px 20px 11px;
}
@media screen and (max-width: 750px) {
  header nav.nav-subnav ul li a {
    display: block;
    color: #14181a;
    border-right: none;
    border-bottom: 1px #dcdcdc solid;
  }
}
header nav.nav-subnav ul li a:hover,
header nav.nav-subnav ul li a.active {
  color: #14181a;
}
@media screen and (max-width: 750px) {
  header nav.nav-subnav ul li a:hover,
  header nav.nav-subnav ul li a.active {
    background-color: #ededed !important;
  }
}
header nav.nav-subnav ul li a i {
  display: block;
  font-size: 38px;
  margin-bottom: 14px;
}
@media screen and (max-width: 750px) {
  header nav.nav-subnav ul li a i {
    margin: 0;
    font-size: 0;
    overflow: hidden;
    opacity: 0;
  }
}
header nav.nav-subnav ul li:last-child a {
  border: none;
}
header nav.nav-subnav ul.list-what-we-do li a {
  padding: 28px 20px 21px;
  color: #14181a;
}
header nav.nav-subnav ul.list-what-we-do li a:hover,
header nav.nav-subnav ul.list-what-we-do li a.active {
  background: white;
}
header nav.nav-subnav ul.list-what-we-do li a:hover i,
header nav.nav-subnav ul.list-what-we-do li a.active i {
  color: #33a9e0;
}
header nav.nav-subnav ul.list-what-we-do li a i {
  color: #9d9d9d;
}
.project-overview {
  margin-bottom: 80px;
}
.project-overview h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.project-overview ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
}
.project-overview li {
  margin-bottom: 6px;
  line-height: 1.3;
}
.project-overview-sector {
  margin-bottom: 35px;
}
@media screen and (min-width: 750px) {
  .project-overview-primary {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 70.1754386%;
    padding-right: 64px;
  }
}
.project-overview-intro p {
  font-size: 20px;
  line-height: 1.36;
}
@media screen and (min-width: 750px) {
  .project-overview-secondary {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 29.8245614%;
    padding-left: 40px;
    border-left: 1px solid #d1d1d1;
  }
}
.bxslider-not-featured {
  margin: 0;
}
.bxslider-not-featured img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.bxslider-not-featured-wrap-wrap {
  margin-bottom: 80px;
  border-bottom: 1px solid #dbdbdb;
}
.bxslider-not-featured-wrap .bx-viewport {
  border: 1px solid #dbdbdb;
}
.bxslider-not-featured-wrap {
  width: 677px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 750px) {
  .bxslider-not-featured-wrap {
    width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 480px) {
  .bxslider-not-featured-wrap {
    width: 100%;
  }
}
.bxslider-not-featured-wrap .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
@media screen and (min-width: 480px) {
  .bxslider-not-featured-wrap .bx-pager {
    padding-top: 42px;
    margin-bottom: -20px;
  }
}
.bxslider-not-featured-wrap .bx-pager a {
  background: #dbdbdb;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.bxslider-not-featured-wrap .bx-pager a.active {
  background: #33a9e0;
}
.bxslider-not-featured-wrap .bx-pager-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
@media screen and (max-width: 1140px) {
  header nav.nav-main.transparent {
    background: #fff !important;
  }
  header nav.nav-main ul li a {
    color: #14181a !important;
  }
  header nav.nav-main ul li a:hover {
    opacity: 1 !important;
    color: #33a9e0 !important;
  }
  header nav.nav-main span.logo {
	background-size: 131px 34px  !important;
  }
}
.list-stacked li {
  display: block !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 750px) {
  .list-stacked li {
    margin-bottom: 20px !important;
  }
}
.list-stacked li:last-child {
  border-bottom: none;
}
br.rwd-br {
  display: none;
}
@media screen and (max-width: 750px) {
  br.rwd-br {
    display: block;
  }
}
@media screen and (max-width: 1140px) {
  .image-block-heading .responsive-img {
    display: none;
  }
}
.paging {
  text-align: right;
  margin-bottom: 60px;
}
.paging li {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-left: 0.5em;
  padding: 0;
}
.paging a {
  display: block;
  color: #646464;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  background-color: #f1f1f1;
}
.paging a.page-previous,
.paging a.page-next {
  width: auto;
  padding: 0 1em;
}
.paging a.active {
  color: #fff;
  border-color: #42b8ec;
  background: #42b8ec;
}
footer.page-footer {
	text-align: center;
	overflow: hidden;
	padding: 10px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 0;
	margin-bottom: 0;
	background-color:#252625;
}
@media screen and (min-width: 750px) {
  footer.page-footer {
	padding: 20px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1140px) {
  footer.page-footer {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1140px) {
  footer.page-footer {
    margin-left: 0;
    margin-right: 0;
  }
}
footer.page-footer p.footer-social {
  margin-bottom: 40px;
}
footer.page-footer p.footer-social a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 8px;
}
footer.page-footer p.footer-social a i {
	color: #000;
	font-size: 48px;
	margin: 0;
}
footer.page-footer p.footer-social a:hover {
	text-decoration: none;
	color: #000;
}
footer.page-footer p.footer-social a:hover i {
	color: #2a8fc4;
}
footer.page-footer .adr {
  line-height: 2.2em;
}
footer.page-footer .adr i {
  font-size: 22px;
  margin: 0 8px;
  position: relative;
  top: 3px;
}
footer.page-footer .adr i.icon-envelope {
  top: 1px;
}
footer.page-footer .adr i.icon-phone {
  top: 2px;
}
footer.page-footer .adr i.icon-darkenvelope,
footer.page-footer .adr i.icon-phone {
  font-size: 17px;
}
footer.page-footer p {
	color: #FFF;
	font-size: 16px;
}
footer.page-footer p a {
	color: #FFF;
}
footer.page-footer p a:hover {
	text-decoration: underline;
	color: #000;
}
.read-next {
  text-align: center;
  font-weight: 900;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 16px;
  color: #14181a;
  /* After paragraph headings and at the end of content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .read-next {
    font-size: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .read-next {
    font-size: 18px;
  }
}
@media screen and (min-width: 750px) {
  .read-next {
    margin-bottom: 82px;
  }
}
.read-next:after {
  content: '\2192';
  color: #33a9e0;
  margin-left: 5px;
}
.read-next a {
  margin-left: 2px;
}
/*

# Individual page-specific tweaks

*/
.bd-work .featured-work {
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  .bd-work .featured-work {
    margin-top: 226px;
  }
}
.bd-work-specific .content-block img {
  border: 1px solid #CBCBCB;
}
.bd-work-specific .content-block.image-block-heading img {
  border: none;
}
.bd-about .bx-wrapper {
  /* After hr's and before headings */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .bd-about .bx-wrapper {
    margin-bottom: 100px;
  }
}
.bd-what-we-do .nav-boost {
  margin-top: 290px;
}
@-webkit-keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotation {
  100% {
    transform: rotate(360deg);
  }
}
hgroup {
  position: relative;
}
hgroup.less-mrg {
  margin-bottom: 20px;
}
hgroup.no-bord hr {
  display: none;
}
hr.no-show {
  display: none;
}
@media screen and (max-width: 1140px) {
  .bd-what-we-do.bd-responsive .content-block.image-block-heading hgroup {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 1140px) {
  .bd-what-we-do.bd-responsive .content-block.image-block-heading .invisible {
    display: none;
  }
}
#map {
  padding-bottom: 40%;
}
#map img {
  max-width: none;
}
.bd-contact #map {
  padding-bottom: 0;
  margin-bottom: 70px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .bd-contact #map {
    height: 300px !important;
  }
}
.responsive-screens {
  display: none;
  position: relative;
  padding-bottom: 400px;
  overflow: hidden;
}
@media screen and (min-width: 1140px) {
  .responsive-screens {
    display: block;
  }
}
.responsive-screens iframe {
  border: none;
  position: absolute;
}
.responsive-screens div {
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(82%, transparent), to(rgba(255, 255, 255, 0.5)));
  -webkit-transform: translate3d(0, 0, 0);
}
.responsive-screens div .load {
  -webkit-box-reflect: none;
}
.responsive-screen-desktop {
	width: 423px;
	height: 277px;
	padding: 10px;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.responsive-screen-desktop .load {
  width: 40px;
  height: 40px;
  border: 1px #dcdcdc solid;
  border-radius: 50%;
  -webkit-animation: rotation 1s ease-in-out infinite;
  -moz-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
  margin: 90px auto;
}
.responsive-screen-desktop .load:after {
  width: 4px;
  height: 4px;
  background-color: #dcdcdc;
  border-radius: 100%;
  position: absolute;
  content: "";
}
.responsive-screen-desktop iframe {
  top: -164px;
  left: -300px;
  width: 1024px;
  height: 578px;
  -webkit-transform: scale(0.3765);
  -moz-transform: scale(0.3765);
  -ms-transform: scale(0.3765);
  -o-transform: scale(0.3765);
  transform: scale(0.3765);
}
.responsive-screen-macbook {
	width: 320px;
	height: 184px;
	left: 50%;
	z-index: 2;
	position: absolute;
	top: 140px;
	margin-left: -410px;
}
.responsive-screen-macbook .load {
  width: 35px;
  height: 35px;
  border: 1px #dcdcdc solid;
  border-radius: 50%;
  -webkit-animation: rotation 1s ease-in-out infinite;
  -moz-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
  margin: 70px auto;
}
.responsive-screen-macbook .load:after {
  width: 4px;
  height: 4px;
  background-color: #dcdcdc;
  border-radius: 100%;
  position: absolute;
  content: "";
}
.responsive-screen-macbook iframe {
  top: -231px;
  left: -352px;
  width: 1024px;
  height: 635px;
  -webkit-transform: scale(0.2375);
  -moz-transform: scale(0.2375);
  -ms-transform: scale(0.2375);
  -o-transform: scale(0.2375);
  transform: scale(0.2375);
}
.responsive-screen-iphone {
	width: 320px;
	height: 568px;
	z-index: 3;
	position: absolute;
	top: 226px;
	left: 50%;
	margin-left: -454px;
}
.responsive-screen-iphone .load {
  width: 17px;
  height: 17px;
  border: 1px #dcdcdc solid;
  border-radius: 50%;
  -webkit-animation: rotation 1s ease-in-out infinite;
  -moz-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
  margin: 45px 19px;
}
.responsive-screen-iphone .load:after {
  width: 4px;
  height: 4px;
  background-color: #dcdcdc;
  border-radius: 100%;
  position: absolute;
  content: "";
}
.responsive-screen-iphone iframe {
  background: white;
  width: 190px;
  height: 331px;
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
  position: absolute;
  top: -108px;
  left: -67px;
}
.responsive-screen-ipad {
	width: 131px;
	height: 170px;
	z-index: 4;
	position: absolute;
	top: 156px;
	right: 50%;
	margin-right: -333px;
}
.responsive-screen-ipad .load {
  width: 25px;
  height: 25px;
  border: 1px #dcdcdc solid;
  border-radius: 50%;
  -webkit-animation: rotation 1s ease-in-out infinite;
  -moz-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
  margin: 70px auto;
}
.responsive-screen-ipad .load:after {
  width: 4px;
  height: 4px;
  background-color: #dcdcdc;
  border-radius: 100%;
  position: absolute;
  content: "";
}
.responsive-screen-ipad iframe {
  background: white;
  width: 768px;
  height: 1024px;
  -webkit-transform: scale(0.139);
  -moz-transform: scale(0.139);
  -ms-transform: scale(0.139);
  -o-transform: scale(0.139);
  transform: scale(0.139);
  position: absolute;
  top: -426px;
  left: -318px;
}
.responsive-screen-phablet {
	width: 171px;
	height: 111px;
	z-index: 5;
	position: absolute;
	top: 232px;
	right: 50%;
	margin-right: -467px;
}
.responsive-screen-phablet .load {
  width: 25px;
  height: 25px;
  border: 1px #dcdcdc solid;
  border-radius: 50%;
  -webkit-animation: rotation 1s ease-in-out infinite;
  -moz-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
  margin: 40px auto;
}
.responsive-screen-phablet .load:after {
  width: 4px;
  height: 4px;
  background-color: #dcdcdc;
  border-radius: 100%;
  position: absolute;
  content: "";
}
.responsive-screen-phablet iframe {
  background: white;
  height: 588px;
  width: 1019px;
  -webkit-transform: scale(0.1385);
  -moz-transform: scale(0.1385);
  -ms-transform: scale(0.1385);
  -o-transform: scale(0.1385);
  transform: scale(0.1385);
  position: absolute;
  top: -241px;
  left: -424px;
}
.responsive-screen-mobile-landscape {
	width: 111px;
	height: 56px;
	z-index: 6;
	position: absolute;
	top: 276px;
	right: 50%;
	margin-right: -253px;
}
.responsive-screen-mobile-landscape .load {
  width: 17px;
  height: 17px;
  border: 1px #dcdcdc solid;
  border-radius: 50%;
  -webkit-animation: rotation 1s ease-in-out infinite;
  -moz-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
  margin: 20px auto;
}
.responsive-screen-mobile-landscape .load:after {
  width: 4px;
  height: 4px;
  background-color: #dcdcdc;
  border-radius: 100%;
  position: absolute;
  content: "";
}
.responsive-screen-mobile-landscape iframe {
  background: white;
  height: 290px;
  width: 480px;
  -webkit-transform: scale(0.1745);
  -moz-transform: scale(0.1745);
  -ms-transform: scale(0.1745);
  -o-transform: scale(0.1745);
  transform: scale(0.1745);
  position: absolute;
  top: -117px;
  left: -187px;
}
.tr-coretext .responsive-screens-switcher span {
  top: 10px;
}
.tr-coretext .responsive-screens-switcher input {
  margin-top: 7px;
  vertical-align: middle;
}
.responsive-screens-switcher {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px 10px 10px 20px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 1140px) {
  .responsive-screens-switcher {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
  }
}
.responsive-screens-switcher:after {
	position: absolute;
	content: '';
	width: 178px;
	height: 272px;
	top: -227px;
	right: -230px;
}
.responsive-screens-switcher span,
.responsive-screens-switcher input {
  font-size: 21px;
  color: #d1d1d1;
  position: relative;
  top: 6px;
}
.responsive-screens-switcher span {
  left: 3px;
  z-index: 2;
}
.responsive-screens-switcher input {
  font-size: 21px;
  padding: 5px;
  color: #d1d1d1;
  width: 460px;
  border: none;
}
.responsive-screens-switcher input:focus {
  outline: none;
  color: #14181a;
}
.video-wrapper {
  position: relative;
  height: 0;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 40px;
  padding-bottom: 55%;
}
@media (min-width: 1140px) {
  .video-wrapper {
    padding-bottom: 40%;
  }
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.rwd-slider-wrap {
  overflow-x: hidden;
}
.rwd-slider {
  position: relative;
}
.rwd-slider figure {
  width: 980px;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
.rwd-slider div {
  margin-left: 100px;
  position: relative;
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -ms-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
.rwd-slider div img {
  float: left;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  margin-left: 100px;
}
.rwd-slider div img.active {
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.work-navigation {
  overflow: hidden;
}
.work-navigation.btm {
  margin: -100px 0 70px 0;
}
.work-navigation .work-navigation-view-all {
  float: left;
}
.work-navigation .work-navigation-arrows {
  float: right;
  margin-bottom: 23px;
}
.work-navigation .work-navigation-arrows .btn {
  border-radius: 0;
  padding: 0;
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 22px;
  color: #d1d1d1;
  margin-left: 8px;
}
.work-navigation .work-navigation-arrows .btn:hover,
.work-navigation .work-navigation-arrows .btn.active {
  color: #33a9e0;
  background: white;
}
@media (max-width: 480px) {
  .mobile-centre {
    text-align: center;
  }
  .mobile-centre h2 {
    font-size: 24px;
  }
}
.interested,
.send-project-request {
  text-align: center;
}
.send-project-request {
  /* After paragraph headings and at the end of content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .send-project-request {
    margin-bottom: 82px;
  }
}
.planner-form {
  max-width: 620px;
  margin: 0 auto;
}
.planner-form h2 {
  font-size: 26px;
  margin-bottom: 17px;
}
.post-meta span {
  padding-right: 10px;
}
.post-meta i {
  position: relative;
  top: 3px;
  font-size: 21px;
  padding-right: 3px;
}
.post-meta a {
  color: #14181a;
}
.jcrop-space {
  margin: 0 auto;
  margin-bottom: 60px;
}
#sortable {
  list-style-type: none;
  padding: 0;
  margin-top: -50px;
}
#sortable li {
  margin: 0px 32px 100px 32px;
  padding: 1px;
  float: left;
  width: 27%;
  height: 310px;
  font-size: 4em;
  text-align: center;
  border: none;
  background: none;
}
@media screen and (max-width: 1000px) {
  .mobile-hide {
    display: none !important;
  }
}
.dragwrap,
#dragwrap {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .dragwrap,
  #dragwrap {
    display: none;
  }
}
.dragndrop {
  width: 100%;
}
.dragme {
  width: 180px;
  margin: -70px 0px 0px -900px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .dragme {
    display: none;
  }
}
.placeholder {
  border: 5px dashed #d1d1d1 !important;
}
.well p {
  margin-top: -70px;
}
.bd-blog article h2 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}
.bd-blog article h3 {
  max-width: 800px;
  margin: 0px auto 20px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .bd-blog article h3 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0px auto 10px;
  }
}
.bd-blog .content-block ul {
  text-align: left;
  max-width: 800px;
  margin: 0px auto 40px;
}
.bd-blog .content-block ul li {
  display: block;
}
@media (max-width: 480px) {
  .bd-blog .content-block ul li {
    margin-bottom: 10px;
  }
}
.bd-blog .content-block ul li:before {
  content: '● ';
  font-size: 12px;
  color: #33a9e0;
  padding-right: 12px;
  position: relative;
  top: -2px;
}
.bd-blog .content-block-right h2 {
  /* Between headings and text */
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .bd-blog .content-block-right h2 {
    margin-bottom: 5px;
  }
}
.bd-blog .content-block-right h2 a {
  color: #14181a;
  text-decoration: none;
}
.bd-blog .image-block-heading {
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .bd-blog .image-block-heading {
    margin-bottom: 69px;
  }
}
.bd-blog .comments h4 a {
  text-decoration: none;
  color: #14181a;
}
.bd-blog #disqus_thread {
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .bd-blog #disqus_thread {
    margin-bottom: 69px;
  }
}
.bd-blog article .intro,
.bd-blog article p,
.bd-blog article ol.styled,
.bd-blog article ul.styled {
  max-width: 800px;
  margin: 0 auto;
}
.bd-blog article .intro {
  text-align: center;
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .bd-blog article .intro {
    margin-bottom: 69px;
  }
}
.bd-blog article p {
  margin-bottom: 40px;
}
.bd-blog article blockquote {
  margin-top: 82px;
  text-align: center;
  /* After paragraph headings and at the end of content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .bd-blog article blockquote {
    margin-bottom: 82px;
  }
}
.bd-blog article blockquote p {
  max-width: none;
}
.bd-blog article ol.styled,
.bd-blog article ul.styled {
  text-align: left;
  /* After paragraph headings and at the end of content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .bd-blog article ol.styled,
  .bd-blog article ul.styled {
    margin-bottom: 82px;
  }
}
@media screen and (min-width: 1140px) {
  .bd-blog article ol.styled,
  .bd-blog article ul.styled {
    max-width: 780px;
    position: relative;
    left: 25px;
  }
}
.bd-blog article .content-block.right-image,
.bd-blog article .content-block.left-image {
  /* Smaller margin after paragraph headings in content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .bd-blog article .content-block.right-image,
  .bd-blog article .content-block.left-image {
    margin-bottom: 69px;
  }
}
.bd-blog .icon-criticalpath {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  top: 2px;
  left: -4px;
  vertical-align: top;
  margin-top: -2px;
}
.comments h4 {
  font-weight: 900;
  line-height: 28px;
  font-size: 24px;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .comments h4 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1140px) {
  .comments h4 {
    font-size: 44px;
  }
}
.share-this-post {
  position: relative;
  margin-top: 60px;
  /* After paragraph headings and at the end of content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .share-this-post {
    margin-bottom: 82px;
  }
}
.share-this-post .btn {
  cursor: default;
}
.share-this-post .btn:before {
	content: '';
	width: 194px;
	height: 28px;
	position: absolute;
	margin-left: -234px;
	margin-top: -3px;
}
.map .phone {
  font-size: 44px;
  text-align: center;
  color: #14181a;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .map .phone {
    font-size: 24px;
  }
}
.map .email {
  text-align: center;
  font-size: 24px;
}
.map .address {
  text-align: center;
}
.bd-contact .white-box {
  max-width: 438px;
  margin: 0 auto;
  /* After paragraph headings and at the end of content blocks */
  margin-bottom: 42px;
}
@media screen and (min-width: 750px) {
  .bd-contact .white-box {
    margin-bottom: 82px;
  }
}
@media screen and (max-width: 480px) {
  .bd-contact .white-box {
    padding: 0;
    border: none 0;
  }
}
.bd-contact .white-box p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  header nav.nav-subnav {
    position: static;
  }
  header nav.nav-subnav ul li a {
    padding: 15px 20px 11px !important;
  }
  header nav.nav-subnav.shrink {
    position: static;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    padding-bottom: 0 !important;
  }
}
/* Animated nav icon */
@media screen and (min-width: 750px) {
  .rwd-nav {
    display: none;
  }
}
.rwd-nav-btn,
.rwd-nav-btn:before,
.rwd-nav-btn:after {
  position: absolute;
  right: 0;
  top: 0.725em;
  width: 2.000em;
  height: 0.250em;
  background: #000;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s, top 0.3s;
}
.rwd-nav-btn:before {
  top: -0.5em;
  left: 0;
  content: "";
}
.rwd-nav-btn:after {
  top: 0.500em;
  left: 0;
  content: "";
}
.open .rwd-nav-btn {
  background: transparent;
}
.open .rwd-nav-btn:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
}
.open .rwd-nav-btn:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
}
.nav-main.dark .rwd-nav span,
.nav-main.dark .rwd-nav span:before,
.nav-main.dark .rwd-nav span:after {
  background-color: #fff;
}
.nav-main.dark .rwd-nav span.active {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 750px) {
  .nav-boost {
    margin-top: 30px !important;
  }
  .rwd-nav {
    padding: 2em 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .rwd-nav span {
    width: 24px;
    height: 4px;
    background: #14181a;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .rwd-nav span.active {
    background: rgba(20, 24, 26, 0);
  }
  .rwd-nav span.active:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  .rwd-nav span.active:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .rwd-nav span.active:before,
  .rwd-nav span.active:after {
    height: 2px;
    background: #fff;
  }
  .rwd-nav span:before,
  .rwd-nav span:after {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    content: '';
    width: 24px;
    height: 4px;
    position: absolute;
    background: #14181a;
  }
  .rwd-nav span:before {
    top: -8px;
  }
  .rwd-nav span:after {
    bottom: -8px;
  }
}
@media screen and (max-width: 750px) {
  .main-header.active {
    margin-top: 89px;
  }
}
@media screen and (max-width: 750px) {
  .csstransforms header nav.nav-main.shrink .btn {
    padding: 9px 19px 8px;
    top: auto;
  }
}
.social-mobile {
  display: block;
  margin-top: 10px !important;
  padding-top: 0 !important;
}
@media screen and (min-width: 750px) {
  .social-mobile {
    display: none;
  }
}
.social-mobile .icon-twitter:before,
.social-mobile .icon-facebook:before,
.social-mobile .icon-google-plus:before {
  color: #fff;
  font-size: 42px;
}
header nav.nav-main.active .social-mobile li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
header nav.nav-main.active .social-mobile li a {
  padding: 0 2px;
}
@media screen and (max-width: 750px) {
  header nav.nav-main {
    position: static;
    padding-bottom: 0;
  }
  header nav.nav-main.shrink {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  header nav.nav-main ul {
    display: none;
  }
  header nav.nav-main span.logo {
    position: static;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-bottom: 25px;
  }
  header nav.nav-main .btn {
    display: none;
  }
  header nav.nav-main.dark.active {
    background: rgba(20, 24, 26, 0.98);
  }
  header nav.nav-main.active {
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(58, 168, 216, 0.98) !important;
    z-index: 999;
  }
  header nav.nav-main.active .rwd-nav {
    z-index: 9999;
    position: fixed;
  }
  header nav.nav-main.active span.logo {
	position: fixed;
	z-index: 9999;
	right: 0;
	left: 20px;
	top: 0px;
	background-size: 131px 34px !important;
  }
  header nav.nav-main.active ul {
    display: block;
    padding-top: 60px;
    margin-bottom: 30px;
  }
  header nav.nav-main.active ul li {
    text-align: center;
    display: block;
  }
  header nav.nav-main.active ul li a {
    display: block;
    padding-left: 24px;
    color: #fff !important;
    font-weight: 900;
    font-size: 24px;
  }
  header nav.nav-main.active ul li a:hover {
    background: #33a9e0;
    color: #fff;
  }
  header nav.nav-main.active a.btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    font-size: 18px;
    color: #33a9e0;
    background-color: #fff;
  }
}
.well {
  border-radius: 3px !important;
}
.well legend {
  font-size: 16px !important;
}
legend {
  border-radius: 3px 3px 0px 0px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 4px 20px !important;
}
footer .container {
  padding: 0;
}
footer .icon-envelope:before {
  font-size: 15px;
}
#search {
	width: 250px;
	height: 30px;
	background-image: url(../img/bg-search.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 40px;
	position: absolute;
	top: 40px;
	left: -30px;
}
#search input.search {
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	border: none;
	width: 215px;
	font-size: 15px;
	color: #666;
	outline: none;
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
#search input.submit-search {
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	width: 40px !important;
}.bg {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}
.myButton {
	-moz-box-shadow:inset -1px -1px 1px 1px #000000;
	-webkit-box-shadow:inset -1px -1px 1px 1px #ffffff;
	box-shadow:inset -1px -1px 1px 1px #000000;
	background-color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #000;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-size:28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 35px;
	margin-bottom: 10px;
}
.myButton:hover {
	background-color:#A5F6B4;
}
.myButton:active {
	position:relative;
	top:1px;
}
.buyButton {
	-moz-box-shadow:inset -1px -1px 1px 1px #000000;
	-webkit-box-shadow:inset -1px -1px 1px 1px #fff;
	box-shadow:inset -1px -1px 1px 1px #000000;
	background-color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #000;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-size:28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 35px;
	margin-bottom: 10px;
}
.buyButton:hover {
	background-color:#9CC6FF;
}
.buyButton:active {
	position:relative;
	top:1px;
}
.white-Button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #95bf48), color-stop(1, #a0c65b));
	background:-moz-linear-gradient(top, #95bf48 5%, #a0c65b 100%);
	background:-webkit-linear-gradient(top, #95bf48 5%, #a0c65b 100%);
	background:-o-linear-gradient(top, #95bf48 5%, #a0c65b 100%);
	background:-ms-linear-gradient(top, #95bf48 5%, #a0c65b 100%);
	background:linear-gradient(to bottom, #95bf48 5%, #a0c65b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#95bf48', endColorstr='#a0c65b',GradientType=0);
	background-color:#ee5b31;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #FFFFFF;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	text-decoration:none;
	text-shadow:0px 1px 0px #95bf48;
	padding-top: 10px;
	padding-right: 46px;
	padding-bottom: 10px;
	padding-left: 46px;
}
.white-Button:hover {
	background-color:#ee5b31;
	color: #FFF;
	border: 1px solid #FFF;
}
.white-Button:active {
	position:relative;
	top:1px;
}
.banner-download {
	float: left;
	width: 330px;
	font-size: 24px;
	text-align: center;
	margin-left: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




.banner-buy {
	float: right;
	width: 330px;
	margin-right: 300px;
	padding: 10px;
	text-align: center;
}
.banner-p {
	font-size: 22px;
	color: #FFF;
	line-height: 28px;
}
.right-contact-us {
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-color: #FFF;
}
.product-title-sub {
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 10px;
	padding-top: -25px;
	margin-top:0px;
	font-weight:100;
	color:#333333;
	}
	.onlyred
	{color:#FF0404; }.center {
	text-align: center;
}
.small-text {
	font-size: 18px;
	font-weight: 200;
}
.client-text {
	font-size: 30px;
}
.black-text {
	color: #000;
	font-size: 34px;
}
