@import url(http://fonts.googleapis.com/css?family=Capriola);
@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);
/* line 3, ../sass/app.scss */
ol, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}

/*
Skin Name: Nivo Slider Harkable Theme
*/
/* line 5, ../sass/includes/vendor/_nivo-light.scss */
.theme-light.slider-wrapper {
  background: #fff;
}

/* line 8, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivoSlider {
  position: relative;
  background: white url(../img/nivo-loading.gif) no-repeat 50% 50%;
  overflow: visible;
  height: 440px;
}

/* line 14, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

/* line 20, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivoSlider a {
  border: 0;
  display: block;
}

/* line 25, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-controlNav {
  text-align: center;
  position: relative;
  z-index: 10;
}

/* line 30, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-controlNav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/nivo-bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

/* line 39, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-controlNav a.active {
  background-position: 0 100%;
}

/* line 43, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/nivo-arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  top: auto;
  bottom: -36px;
  z-index: 11;
}

/* line 54, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-directionNav a:hover {
  background-color: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 60, ../sass/includes/vendor/_nivo-light.scss */
.theme-light a.nivo-nextNav {
  background-position: 160% 50%;
  right: 0px;
}

/* line 64, ../sass/includes/vendor/_nivo-light.scss */
.theme-light a.nivo-prevNav {
  background-position: -60% 50%;
  right: 35px;
}

/* line 69, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 72, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 76, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-caption a:hover {
  color: #fff;
}

/* line 80, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-controlNav.nivo-thumbs-enabled {
  width: 80%;
}

/* line 83, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

/* line 89, ../sass/includes/vendor/_nivo-light.scss */
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
/* line 11, ../sass/includes/vendor/_nivo-slider.scss */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* line 17, ../sass/includes/vendor/_nivo-slider.scss */
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

/* line 23, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
/* line 30, ../sass/includes/vendor/_nivo-slider.scss */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
}

/* The slices and boxes in the Slider */
/* line 43, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

/* line 50, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

/* line 56, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-box img {
  display: block;
}

/* Caption styles */
/* line 59, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 77, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-caption p {
  padding: 5px;
  margin: 0;
}

/* line 81, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-caption a {
  display: inline !important;
}

/* line 84, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
/* line 88, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

/* line 94, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-prevNav {
  left: 0px;
}

/* line 97, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
/* line 101, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0 15px 0;
}

/* line 105, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-controlNav a {
  cursor: pointer;
}

/* line 108, ../sass/includes/vendor/_nivo-slider.scss */
.nivo-controlNav a.active {
  font-weight: bold;
}

/* line 1, ../sass/includes/partials/_header.scss */
.header_bar_narrow {
  display: none;
}

/* line 5, ../sass/includes/partials/_header.scss */
.header_bar {
  width: 100%;
  position: absolute;
  background: #ffffff;
  z-index: 3;
}

/* line 12, ../sass/includes/partials/_header.scss */
.header_bar_content {
  width: 962px;
  padding: 0px;
  margin: 0px auto 0px auto;
}

/* line 18, ../sass/includes/partials/_header.scss */
.header_bar_right {
  margin-top: 42px;
  width: 722px;
  float: right;
}

/* line 24, ../sass/includes/partials/_header.scss */
.header_bar_logo {
  margin: 20px 0px;
  float: left;
  width: 240px;
}
/* line 30, ../sass/includes/partials/_header.scss */
.header_bar_logo > a:hover {
  border-bottom: transparent;
}

/* line 36, ../sass/includes/partials/_header.scss */
.header_bar_navigation {
  text-transform: uppercase;
  float: right;
}

/* line 41, ../sass/includes/partials/_header.scss */
.header-icon {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
}

/* line 47, ../sass/includes/partials/_header.scss */
.fb-icon {
  background: url(../img/harkable-sprites-small.png) no-repeat;
  background-position: -33px bottom;
}

/* line 51, ../sass/includes/partials/_header.scss */
.tw-icon {
  background: url(../img/harkable-sprites-small.png) no-repeat;
  background-position: 0 bottom;
}

/* line 56, ../sass/includes/partials/_header.scss */
.labs-icon {
  background: url(../img/harkable-sprites-small.png) no-repeat;
  background-position: -66px bottom;
}

/* line 61, ../sass/includes/partials/_header.scss */
.li-icon {
  background: url(../img/harkable-sprites-small.png) no-repeat;
  background-position: -99px bottom;
  margin-right: 2px;
}

/* line 67, ../sass/includes/partials/_header.scss */
.header_social {
  float: right;
  margin-left: 10px;
  margin-top: -6px;
}
/* line 72, ../sass/includes/partials/_header.scss */
.header_social a {
  float: right;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
/* line 78, ../sass/includes/partials/_header.scss */
.header_social a:hover {
  border-bottom: 0 solid transparent;
  filter: alpha(opacity=70);
  opacity: 0.7;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}

/* line 88, ../sass/includes/partials/_header.scss */
.header_social_twitter {
  padding-left: 5px;
  float: right;
}

/* line 93, ../sass/includes/partials/_header.scss */
.header_social_facebook {
  float: right;
}

/* line 97, ../sass/includes/partials/_header.scss */
.labs-icon {
  float: right;
}

/* line 102, ../sass/includes/partials/_header.scss */
.header_social_twitter:hover,
.header_social_facebook:hover
.header_labs:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* NAVIGATION ------------------------------------------- */
/* line 109, ../sass/includes/partials/_header.scss */
.header_nav {
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 21px;
  list-style: none;
  letter-spacing: 0px;
  font-weight: bold;
  float: right;
}

/* line 119, ../sass/includes/partials/_header.scss */
.header_nav li {
  float: right;
  margin: 0 1px 0 2px;
}

/* line 124, ../sass/includes/partials/_header.scss */
.header_nav li a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  display: block;
  margin: 4px 9px 1px 9px;
  text-decoration: none;
  color: #000;
  transition: color .4s ease-in-out;
  -moz-transition: color .4s ease-in-out;
  -webkit-transition: color .4s ease-in-out;
  border-bottom: transparent solid 2px;
}

/* line 138, ../sass/includes/partials/_header.scss */
.header_nav li a:hover,
.header_nav .active a {
  color: #06c09f;
  background: none !important;
  border-bottom: #06c09f solid 2px;
}

/* line 144, ../sass/includes/partials/_header.scss */
.header_nav_narrow {
  display: none;
}

/* line 1, ../sass/includes/partials/_footer.scss */
footer {
  width: 100%;
  margin-top: 40px;
  padding: 40px 0px 20px 0px;
  background-color: #333;
  height: 230px;
}
/* line 8, ../sass/includes/partials/_footer.scss */
footer .footer-content {
  width: 962px;
  font-size: 14px;
  line-height: 22px;
  color: #efefef;
  margin: 0px auto 0px auto;
}
/* line 15, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-left {
  width: 250px;
  float: left;
  border-right: #5c5c5c solid 1px;
  padding-right: 50px;
  margin-right: 35px;
  min-height: 187px;
}
/* line 23, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-left .harkable-copy {
  margin-top: 20px;
  font-size: 10px;
  font-size: 1rem;
}
/* line 28, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-center {
  width: 285px;
  float: left;
  border-right: #5c5c5c solid 1px;
  padding-right: 30px;
  margin-right: 35px;
  min-height: 187px;
}
/* line 36, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-center .find-info {
  margin-bottom: 20px;
}
/* line 41, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right {
  width: 270px;
  float: left;
  min-height: 187px;
}
/* line 46, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social {
  width: 100%;
  margin-top: 40px;
}
/* line 50, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social a {
  float: right;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
/* line 56, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social a:hover {
  border-bottom: 0 solid transparent;
  filter: alpha(opacity=70);
  opacity: 0.7;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
/* line 64, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social a span {
  width: 40px;
  padding: 0;
}
/* line 71, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social a,
footer .footer-content .footer-column-right .footer-social .footer-icon {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  border-bottom: solid 0px transparent !important;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
/* line 81, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social a:hover,
footer .footer-content .footer-column-right .footer-social .footer-icon:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
/* line 89, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social .fb-icon {
  background: url(../img/social-white-small.png) no-repeat;
  background-position: -38px bottom;
}
/* line 93, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social .tw-icon {
  background: url(../img/social-white-small.png) no-repeat;
  background-position: 0 bottom;
}
/* line 98, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social .labs-icon {
  margin-top: 0 !important;
  background: url(../img/social-white-small.png) no-repeat;
  background-position: -73px bottom;
}
/* line 103, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social .li-icon {
  background: url(../img/social-white-small.png) no-repeat;
  background-position: -113px bottom;
  background-size-x: 30px;
}
/* line 108, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .footer-social .insta-icon {
  background: url(../img/social-white-small.png) no-repeat;
  background-position: -153px bottom;
}
/* line 115, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .mail-chimp-signup {
  margin-top: 40px;
  float: left;
}
/* line 119, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .mail-chimp-signup form .submit {
  display: block;
  float: left;
  width: 80px;
  height: 30px;
  background-color: #06c09f !important;
  color: #fff;
  border-radius: 0;
  border: solid 0px transparent;
  padding: 3px 0;
  text-align: center;
  letter-spacing: 0.13em !important;
  font-weight: 300 !important;
}
/* line 134, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .mail-chimp-signup form .email {
  display: block;
  float: left;
  width: 170px;
  height: 20px;
  margin-bottom: 0;
  background: #666;
  border: solid 0px transparent;
  border-radius: 0;
  box-shadow: 0 0 0 !important;
  padding: 5px;
  color: #fff !important;
}
/* line 148, ../sass/includes/partials/_footer.scss */
footer .footer-content .footer-column-right .mail-chimp-signup .sign-up-message {
  float: left;
  margin-top: 10px;
}
/* line 155, ../sass/includes/partials/_footer.scss */
footer .footer-content h4 {
  margin-top: -9px;
  margin-bottom: 10px;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  color: #06c09f;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 300;
}
/* line 165, ../sass/includes/partials/_footer.scss */
footer .footer-content p {
  margin-bottom: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
}

/* line 3, ../sass/includes/partials/_search-form.scss */
form.form-search .search-query {
  border: solid 1px #ccc !important;
  float: left;
  width: 160px;
  height: 20px;
}
/* line 11, ../sass/includes/partials/_search-form.scss */
form.form-search .btn-search {
  height: 30px;
  border-radius: 0;
  border-color: #708d9d;
  background: #708d9d url(../img/search-icon.png) center center no-repeat !important;
  background-size: 18px;
}

/* line 2, ../sass/includes/partials/_sharing.scss */
.sharing > a {
  margin-right: 8px;
  display: inline-block;
}
/* line 5, ../sass/includes/partials/_sharing.scss */
.sharing > a:last-child {
  margin-right: 0;
}
/* line 8, ../sass/includes/partials/_sharing.scss */
.sharing > a:hover {
  border-bottom: solid 0 transparent;
}
/* line 13, ../sass/includes/partials/_sharing.scss */
.sharing .getshare input[type="checkbox"] {
  display: none;
}
/* line 17, ../sass/includes/partials/_sharing.scss */
.sharing label {
  cursor: pointer;
  display: inline-block;
}
/* line 20, ../sass/includes/partials/_sharing.scss */
.sharing label:before {
  position: relative;
  display: inline-block;
  line-height: 32px;
  padding: 0px 9px 0px 25px;
  border-radius: 3px;
  color: white;
}
/* line 31, ../sass/includes/partials/_sharing.scss */
.sharing .twitter label:before {
  content: 'Tweet';
  background: #00acee url(../img/share-twitter.png) no-repeat 5px 10px;
  background-size: 14px;
}
/* line 39, ../sass/includes/partials/_sharing.scss */
.sharing .facebook label:before {
  content: 'Share';
  background: #3b5998 url(../img/share-facebook.png) no-repeat 7px 9px;
  background-size: 13px;
}
/* line 47, ../sass/includes/partials/_sharing.scss */
.sharing .googleplus label:before {
  content: 'Share';
  background: #dd4b39 url(../img/share-googleplus.png) no-repeat 6px 10px;
  background-size: 14px;
}
/* line 54, ../sass/includes/partials/_sharing.scss */
.sharing .linkedin label:before {
  content: 'Share';
  background: #0976b4 url(../img/share-linkedin.png) no-repeat 6px 8px;
  background-size: 13px;
}
/* line 61, ../sass/includes/partials/_sharing.scss */
.sharing .getshare-counter {
  float: right;
  display: inline-block;
  min-width: 7px;
  min-height: 31px;
  margin-left: 8px;
  background: white;
  border: 1px solid #B9B9B9;
  padding: 0px 9px;
  color: #383d4b;
  line-height: 32px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
/* line 76, ../sass/includes/partials/_sharing.scss */
.sharing .getshare-counter:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 7px;
  height: 7px;
  background: white;
  border-left: 1px #B9B9B9 solid;
  border-bottom: 1px #B9B9B9 solid;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: -5px;
  top: 12px;
}

/* line 94, ../sass/includes/partials/_sharing.scss */
.alert-404 {
  margin-top: 150px;
}

/**
 * * CLEARFIX MICRO HACK
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 13, ../sass/includes/_global.scss */
.clr:before, #client-words:before, #client-words .testimonials-content:before, .feature-area .featured-items:before, .feature-area:before, .office:before, header.about-hero:before, .about-us-section .team:before, .about-us-section .team .senior-title:before, .about-us-section .about-right:before, .about-us-section:before, .blog-lead:before, .blog-posts:before, .blog-posts article:before, .blog-single-hero:before, .blog-single article:before, .blog-single article .post-extra:before, article.case-study header .extra:before, article.case-study header:before, article.case-study main:before, .contact-hero:before, .captcha:before,
.clr:after,
#client-words:after,
#client-words .testimonials-content:after,
.feature-area .featured-items:after,
.feature-area:after,
.office:after,
header.about-hero:after,
.about-us-section .team:after,
.about-us-section .team .senior-title:after,
.about-us-section .about-right:after,
.about-us-section:after,
.blog-lead:after,
.blog-posts:after,
.blog-posts article:after,
.blog-single-hero:after,
.blog-single article:after,
.blog-single article .post-extra:after,
article.case-study header .extra:after,
article.case-study header:after,
article.case-study main:after,
.contact-hero:after,
.captcha:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 18, ../sass/includes/_global.scss */
.clr:after, #client-words:after, #client-words .testimonials-content:after, .feature-area .featured-items:after, .feature-area:after, .office:after, header.about-hero:after, .about-us-section .team:after, .about-us-section .team .senior-title:after, .about-us-section .about-right:after, .about-us-section:after, .blog-lead:after, .blog-posts:after, .blog-posts article:after, .blog-single-hero:after, .blog-single article:after, .blog-single article .post-extra:after, article.case-study header .extra:after, article.case-study header:after, article.case-study main:after, .contact-hero:after, .captcha:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 25, ../sass/includes/_global.scss */
.clr, #client-words, #client-words .testimonials-content, .feature-area .featured-items, .feature-area, .office, header.about-hero, .about-us-section .team, .about-us-section .team .senior-title, .about-us-section .about-right, .about-us-section, .blog-lead, .blog-posts, .blog-posts article, .blog-single-hero, .blog-single article, .blog-single article .post-extra, article.case-study header .extra, article.case-study header, article.case-study main, .contact-hero, .captcha {
  *zoom: 1;
}

/* line 29, ../sass/includes/_global.scss */
img {
  border: 0px;
}

/* line 35, ../sass/includes/_global.scss */
.section_title,
.widget-inner h3,
#respond h3 {
  font-size: 23px;
  line-height: 28px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: #000 2px solid;
  width: 100%;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
}

/* line 45, ../sass/includes/_global.scss */
.section_title_smaller {
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 10px;
  margin: 30px 0px 20px 0px;
  border-bottom: #999 2px solid;
  width: 100%;
  color: #666;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
}

/* line 56, ../sass/includes/_global.scss */
.section_content {
  width: 962px;
  margin: 40px auto 0px auto;
  letter-spacing: 0px;
}

/* line 62, ../sass/includes/_global.scss */
strong {
  font-weight: bold;
}

/* line 66, ../sass/includes/_global.scss */
.btn {
  background-color: #06c09f;
  background-image: none;
  border: solid transparent 0;
  padding: 8px 16px;
}
/* line 73, ../sass/includes/_global.scss */
.btn:hover, .btn:active {
  background-color: #05a78b;
}

/* line 82, ../sass/includes/_global.scss */
.single-our-work .header_nav li.menu-blog a {
  color: #000;
  border-bottom: 0 transparent solid;
}
/* line 88, ../sass/includes/_global.scss */
.single-our-work .header_nav li.menu-our-work a {
  color: #06c09f;
  border-bottom: 2px solid #06c09f;
}

/* line 1, ../sass/includes/pages/_home.scss */
header {
  height: 575px;
}
/* line 4, ../sass/includes/pages/_home.scss */
header .home_hero_img {
  width: 100%;
  height: 675px;
  z-index: -1000;
  background: url(../img/showreel_bg.jpg) center center no-repeat;
}
/* line 10, ../sass/includes/pages/_home.scss */
header .home_hero_img iframe {
  padding-top: 100px;
  width: 865px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  display: none;
}
/* line 23, ../sass/includes/pages/_home.scss */
header .home_hero_img .home-pre-video {
  padding-top: 200px;
  width: 865px;
  margin: 0 auto;
  display: block;
  z-index: 2;
}
/* line 30, ../sass/includes/pages/_home.scss */
header .home_hero_img .home-pre-video h1 {
  text-align: center;
  color: #fff;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  line-height: 5rem;
  font-weight: 100;
}
/* line 38, ../sass/includes/pages/_home.scss */
header .home_hero_img .home-pre-video img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
/* line 43, ../sass/includes/pages/_home.scss */
header .home_hero_img .home-pre-video .showreel-lead {
  width: 100%;
  margin-top: 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.9rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
}
/* line 55, ../sass/includes/pages/_home.scss */
header .home_hero_img .home-pre-video .play-btn {
  z-index: 2;
  display: block;
  border: solid 3px #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding-left: 24px;
  padding-top: 24px;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
}
/* line 68, ../sass/includes/pages/_home.scss */
header .home_hero_img .home-pre-video .play-btn .arrow-right {
  margin-left: 2px;
  display: block;
  float: left;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 28px solid #fff;
}

/* line 83, ../sass/includes/pages/_home.scss */
#client-words {
  margin-bottom: 0;
}
/* line 87, ../sass/includes/pages/_home.scss */
#client-words .testimonials-content {
  min-height: 153px;
  width: 962px;
  margin: 0 auto;
}
/* line 93, ../sass/includes/pages/_home.scss */
#client-words .testimonials-content .client-logo {
  display: block;
  margin: 30px 50px 30px 75px;
  float: left;
}
/* line 98, ../sass/includes/pages/_home.scss */
#client-words .testimonials-content .client-logo-small {
  display: block;
  margin: 30px 75px 30px 100px;
  float: left;
}
/* line 104, ../sass/includes/pages/_home.scss */
#client-words .testimonials-content .testimonials-quote {
  width: 600px;
  float: left;
  padding: 20px 0 0 0;
}
/* line 109, ../sass/includes/pages/_home.scss */
#client-words .testimonials-content .testimonials-quote .testimonials-body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 10px;
}
/* line 116, ../sass/includes/pages/_home.scss */
#client-words .testimonials-content .testimonials-quote .testimonials-body.long-testimonial {
  font-size: 18px;
  line-height: 22px;
}
/* line 122, ../sass/includes/pages/_home.scss */
#client-words .testimonials-content .testimonials-quote .testimonials-author {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01em;
}
/* line 130, ../sass/includes/pages/_home.scss */
#client-words .testimonials-content .testimonials-quote .margin-push {
  margin-top: 20px;
}

/* line 137, ../sass/includes/pages/_home.scss */
.feature-area {
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 30px 0px 30px 0px;
  background: url(../img/home-feature-bg.jpg) center bottom no-repeat;
}
/* line 143, ../sass/includes/pages/_home.scss */
.feature-area .featured-items {
  width: 962px;
  margin: 0px auto;
}
/* line 148, ../sass/includes/pages/_home.scss */
.feature-area .featured-items .featured-item {
  width: 300px;
  height: 370px;
  position: relative;
  float: left;
  background-color: #FFF;
  margin: 20px 10px 20px 10px;
}
/* line 156, ../sass/includes/pages/_home.scss */
.feature-area .featured-items .featured-item h3 {
  color: #06c09f;
  padding: 20px 20px 5px;
  font-size: 23px;
  line-height: 28px;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 164, ../sass/includes/pages/_home.scss */
.feature-area .featured-items .featured-item .feature-box-paragraph {
  padding: 0 20px;
}
/* line 167, ../sass/includes/pages/_home.scss */
.feature-area .featured-items .featured-item > img {
  width: 100%;
}
/* line 170, ../sass/includes/pages/_home.scss */
.feature-area .featured-items .featured-item .feature-hover {
  display: none;
  top: 0;
  left: 0;
  padding-top: 90px;
  position: absolute;
  width: 100%;
  height: 280px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
/* line 181, ../sass/includes/pages/_home.scss */
.feature-area .featured-items .featured-item .feature-hover#blue {
  background: url(../img/home-overlay-blue.jpg) bottom;
}
/* line 185, ../sass/includes/pages/_home.scss */
.feature-area .featured-items .featured-item .feature-hover#green {
  background: url(../img/home-overlay-green.jpg) bottom;
}
/* line 189, ../sass/includes/pages/_home.scss */
.feature-area .featured-items .featured-item .feature-hover#orange {
  background: url(../img/home-overlay-orange.jpg) bottom;
}
/* line 192, ../sass/includes/pages/_home.scss */
.feature-area .featured-items .featured-item .feature-hover > img {
  display: block;
  width: 119px;
  margin: 0 auto;
}
/* line 197, ../sass/includes/pages/_home.scss */
.feature-area .featured-items .featured-item .feature-hover > span {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 20px;
  font-weight: 600;
}

/* OFFICE FOOTER ------------------------------------------ */
/* line 214, ../sass/includes/pages/_home.scss */
.office {
  width: 962px;
  margin: 40px auto 0px auto;
  letter-spacing: 0px;
}
/* line 220, ../sass/includes/pages/_home.scss */
.office h2 {
  border-bottom: solid 1px #d1d1d1;
  margin-bottom: 10px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 226, ../sass/includes/pages/_home.scss */
.office .office_column {
  width: 220px;
  margin: 0 16px 0 0;
  float: left;
}
/* line 231, ../sass/includes/pages/_home.scss */
.office .office_column h3 {
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
/* line 236, ../sass/includes/pages/_home.scss */
.office .office_column > img {
  margin-bottom: 15px;
}
/* line 239, ../sass/includes/pages/_home.scss */
.office .office_column .office-tweet {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
/* line 242, ../sass/includes/pages/_home.scss */
.office .office_column .office-tweet ul {
  list-style: none !important;
  margin: 0;
}
/* line 246, ../sass/includes/pages/_home.scss */
.office .office_column .office-tweet ul li {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
}

/* line 1, ../sass/includes/pages/_about-us.scss */
header.about-hero {
  height: 390px;
  width: 100%;
  background: url(../img/header-about-us.jpg) center bottom;
}
/* line 6, ../sass/includes/pages/_about-us.scss */
header.about-hero h1 {
  margin-top: 200px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 63px;
  line-height: 6.3rem;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

/* line 19, ../sass/includes/pages/_about-us.scss */
.about-us-section {
  width: 962px;
  margin: 0 auto;
  padding: 40px 0 0;
  line-height: 12.5px;
  line-height: 1.25rem;
  font-size: 9.5px;
  font-size: 0.95rem;
}
/* line 30, ../sass/includes/pages/_about-us.scss */
.about-us-section .team .senior-title {
  width: 100%;
  float: left;
  margin-top: 40px;
}
/* line 38, ../sass/includes/pages/_about-us.scss */
.about-us-section h2 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #666666;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 47, ../sass/includes/pages/_about-us.scss */
.about-us-section .about-left {
  float: left;
  width: 589px;
  padding-right: 80px;
  border-right: solid 1px #ccc;
}
/* line 53, ../sass/includes/pages/_about-us.scss */
.about-us-section .about-left p {
  margin-bottom: 20px;
}
/* line 56, ../sass/includes/pages/_about-us.scss */
.about-us-section .about-left p:last-child {
  margin-bottom: 0;
}
/* line 62, ../sass/includes/pages/_about-us.scss */
.about-us-section .about-right {
  padding-left: 30px;
  float: left;
  width: 252px;
}

/* line 72, ../sass/includes/pages/_about-us.scss */
.mosaic-block {
  margin-bottom: 22px;
  float: left;
  position: relative;
  overflow: hidden;
  width: 470px;
  height: 350px;
  background: #333333 url(../img/progress.gif) no-repeat center center;
}
/* line 81, ../sass/includes/pages/_about-us.scss */
.mosaic-block.fade {
  opacity: 1 !important;
}
/* line 85, ../sass/includes/pages/_about-us.scss */
.mosaic-block.margin-left {
  margin-left: 11px;
}
/* line 88, ../sass/includes/pages/_about-us.scss */
.mosaic-block.margin-right {
  margin-right: 11px;
}
/* line 92, ../sass/includes/pages/_about-us.scss */
.mosaic-block .mosaic-overlay {
  display: none;
  z-index: 5;
  position: absolute;
  width: 430px;
  padding: 20px;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=0);
  background: url(../img/bg_white_90.png);
}
/* line 104, ../sass/includes/pages/_about-us.scss */
.mosaic-block .mosaic-overlay h2 {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #666666;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 112, ../sass/includes/pages/_about-us.scss */
.mosaic-block .mosaic-overlay h3 {
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #666666;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 121, ../sass/includes/pages/_about-us.scss */
.mosaic-block .mosaic-overlay p {
  font-size: 9.5px;
  font-size: 0.95rem;
}
/* line 126, ../sass/includes/pages/_about-us.scss */
.mosaic-block .mosaic-overlay .links a {
  display: inline-block;
  margin-right: 10px;
}
/* line 130, ../sass/includes/pages/_about-us.scss */
.mosaic-block .mosaic-overlay .links a:last-child {
  margin-left: 10px;
}
/* line 136, ../sass/includes/pages/_about-us.scss */
.mosaic-block .mosaic-backdrop {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #111;
}

/* line 1, ../sass/includes/pages/_blog.scss */
.blog_container {
  padding-top: 30px;
  width: 962px;
}

/* line 6, ../sass/includes/pages/_blog.scss */
.blog-hero {
  width: 100%;
  height: 200px;
  background: url(../img/blog-header.jpg) center bottom;
  padding-top: 190px;
}
/* line 12, ../sass/includes/pages/_blog.scss */
.blog-hero .hero-title {
  width: 940px;
  margin: 0 auto;
  height: 100px;
}
/* line 17, ../sass/includes/pages/_blog.scss */
.blog-hero .hero-title h1 {
  float: left;
  display: block;
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 63px;
  line-height: 6.3rem;
  margin-left: 450px;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* line 31, ../sass/includes/pages/_blog.scss */
.blog-lead {
  height: 60px;
}
/* line 34, ../sass/includes/pages/_blog.scss */
.blog-lead .mail-chimp-signup {
  width: 50%;
  float: left;
}
/* line 38, ../sass/includes/pages/_blog.scss */
.blog-lead .mail-chimp-signup .submit {
  float: left;
  width: 110px;
  height: 30px;
  background-color: #708d9d !important;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 49, ../sass/includes/pages/_blog.scss */
.blog-lead .mail-chimp-signup .email {
  border: solid 1px #ccc !important;
  float: left;
  width: 200px;
  height: 20px;
}
/* line 56, ../sass/includes/pages/_blog.scss */
.blog-lead .mail-chimp-signup .sign-up-message {
  float: left;
}
/* line 60, ../sass/includes/pages/_blog.scss */
.blog-lead .search-container {
  width: 50%;
  float: right;
}
/* line 64, ../sass/includes/pages/_blog.scss */
.blog-lead .search-container form {
  float: right;
}

/* line 71, ../sass/includes/pages/_blog.scss */
.blog-posts article {
  padding: 35px 0;
  border-bottom: solid 1px #d6d6d6;
}
/* line 76, ../sass/includes/pages/_blog.scss */
.blog-posts article h2 {
  margin-bottom: 10px;
  color: #06c09f;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 400;
  max-width: 500px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  float: left;
  width: 500px;
  margin-left: 20px;
}
/* line 88, ../sass/includes/pages/_blog.scss */
.blog-posts article .thumb-container {
  float: left;
  display: block;
}
/* line 91, ../sass/includes/pages/_blog.scss */
.blog-posts article .thumb-container .thumbnail {
  width: 300px;
  height: 185px;
  float: left;
  display: block;
  border: 0;
  padding: 0;
  border-radius: 0;
}
/* line 100, ../sass/includes/pages/_blog.scss */
.blog-posts article .thumb-container:hover {
  border-bottom: 0px transparent;
}
/* line 104, ../sass/includes/pages/_blog.scss */
.blog-posts article .post-details {
  max-width: 435px;
  padding-left: 20px;
  float: left;
}
/* line 109, ../sass/includes/pages/_blog.scss */
.blog-posts article .post-details a {
  color: #06c09f;
}
/* line 112, ../sass/includes/pages/_blog.scss */
.blog-posts article .post-details a:hover {
  color: #06c09f;
  border-bottom: solid 2px #06c09f;
}
/* line 117, ../sass/includes/pages/_blog.scss */
.blog-posts article .post-details .meta {
  padding-top: 6px;
  height: 50px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 13px;
  line-height: 1.3rem;
}
/* line 123, ../sass/includes/pages/_blog.scss */
.blog-posts article .post-details .excerpt-content {
  color: #333;
  margin-top: 10px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 13px;
  line-height: 1.3rem;
}
/* line 130, ../sass/includes/pages/_blog.scss */
.blog-posts article .avatar {
  float: left;
  margin: 4px 10px 0 0;
  border-radius: 45px;
}

/* line 143, ../sass/includes/pages/_blog.scss */
#post-nav .wp-pagenavi a,
#post-nav .wp-pagenavi span {
  color: #06c09f;
  background: #F8F7F7 !important;
}
/* line 147, ../sass/includes/pages/_blog.scss */
#post-nav .wp-pagenavi a:hover,
#post-nav .wp-pagenavi span:hover {
  color: #fff !important;
  background: #06c09f !important;
}
/* line 152, ../sass/includes/pages/_blog.scss */
#post-nav .wp-pagenavi .current {
  background: #06c09f !important;
}

/*==========  Fix social button spacing  ==========*/
/* line 160, ../sass/includes/pages/_blog.scss */
#twitter-widget-0 {
  width: 76px !important;
}

/* line 164, ../sass/includes/pages/_blog.scss */
.fb-like {
  margin-bottom: 22px !important;
  margin-top: -1px;
  vertical-align: top !important;
}

/* line 1, ../sass/includes/pages/_blog-single.scss */
.blog-single-hero {
  height: 390px;
  background: url(../img/green-blog-header.jpg) bottom center;
}
/* line 6, ../sass/includes/pages/_blog-single.scss */
.blog-single-hero h1 {
  max-width: 640px;
  text-align: left;
  color: #fff;
  margin-top: 220px;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* line 19, ../sass/includes/pages/_blog-single.scss */
.blog-single article {
  width: 620px;
  padding-top: 30px;
  float: left;
}
/* line 25, ../sass/includes/pages/_blog-single.scss */
.blog-single article .post-extra {
  margin-bottom: 5px;
}
/* line 29, ../sass/includes/pages/_blog-single.scss */
.blog-single article .post-extra > a {
  margin-top: 7px;
  display: block;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 36, ../sass/includes/pages/_blog-single.scss */
.blog-single article .post-extra .sharing {
  float: right;
}
/* line 40, ../sass/includes/pages/_blog-single.scss */
.blog-single article .blog-content {
  padding-top: 20px;
}
/* line 45, ../sass/includes/pages/_blog-single.scss */
.blog-single article .blog-content h1,
.blog-single article .blog-content h2,
.blog-single article .blog-content h3 {
  color: #666;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0;
}
/* line 51, ../sass/includes/pages/_blog-single.scss */
.blog-single article .blog-content h4 {
  margin: 5px 0;
  color: #708d9d;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
}
/* line 56, ../sass/includes/pages/_blog-single.scss */
.blog-single article .blog-content img {
  margin: 5px 0;
}
/* line 59, ../sass/includes/pages/_blog-single.scss */
.blog-single article .blog-content a {
  font-weight: 600;
}
/* line 62, ../sass/includes/pages/_blog-single.scss */
.blog-single article .blog-content p {
  font-size: 9.5px;
  font-size: 0.95rem;
}
/* line 66, ../sass/includes/pages/_blog-single.scss */
.blog-single article footer {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 0;
  background: #fff;
  height: auto;
}
/* line 74, ../sass/includes/pages/_blog-single.scss */
.blog-single aside {
  margin-top: 85px;
  width: 290px;
  padding-left: 30px;
  float: left;
}
/* line 80, ../sass/includes/pages/_blog-single.scss */
.blog-single aside > img {
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 15px;
}
/* line 86, ../sass/includes/pages/_blog-single.scss */
.blog-single aside > .details {
  float: left;
  padding: 30px 0 0;
  font-size: 9px;
  font-size: 0.9rem;
}

/* line 1, ../sass/includes/pages/_our-work.scss */
.our-work-header {
  height: 50px;
  width: 950px;
  margin: 0 auto;
}
/* line 6, ../sass/includes/pages/_our-work.scss */
.our-work-header h2 {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  float: left;
  color: #fff;
  margin: 0;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 19, ../sass/includes/pages/_our-work.scss */
.wp-pagenavi a,
.wp-pagenavi span {
  color: #06c09f !important;
  padding: 6px 9px !important;
  border-radius: 2px;
}
/* line 24, ../sass/includes/pages/_our-work.scss */
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background: #06c09f !important;
  color: #fff !important;
}
/* line 29, ../sass/includes/pages/_our-work.scss */
.wp-pagenavi .current {
  background: #06c09f !important;
  color: #fff !important;
}

/* line 35, ../sass/includes/pages/_our-work.scss */
.ourwork-feature-area {
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 150px 0px 30px 0px;
  background: url(../img/bg_blur_ourwork_new.jpg) center bottom no-repeat;
  letter-spacing: 0;
}
/* line 43, ../sass/includes/pages/_our-work.scss */
.ourwork-feature-area .our-work-items {
  width: 962px;
  margin: 0px auto;
}
/* line 47, ../sass/includes/pages/_our-work.scss */
.ourwork-feature-area .our-work-items .our-work-item {
  width: 225px;
  height: 290px;
  position: relative;
  float: left;
  padding: 0px;
  background-color: #FFF;
  margin: 5px 5px 5px 5px;
}
/* line 56, ../sass/includes/pages/_our-work.scss */
.ourwork-feature-area .our-work-items .our-work-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 61, ../sass/includes/pages/_our-work.scss */
.ourwork-feature-area .our-work-items .our-work-item > a:hover {
  border-bottom: 0 solid transparent;
}
/* line 65, ../sass/includes/pages/_our-work.scss */
.ourwork-feature-area .our-work-items .our-work-item .work-info {
  padding: 10px 15px;
}
/* line 68, ../sass/includes/pages/_our-work.scss */
.ourwork-feature-area .our-work-items .our-work-item .work-info h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 600;
}
/* line 76, ../sass/includes/pages/_our-work.scss */
.ourwork-feature-area .our-work-items .our-work-item .work-info h2 {
  margin: 0;
  letter-spacing: 0.01em;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
}

/* line 89, ../sass/includes/pages/_our-work.scss */
.ourwork-clients {
  padding-left: 1px;
}

/* line 1, ../sass/includes/pages/_our-work-single.scss */
.work_container {
  padding-top: 30px;
  width: 962px;
}

/* line 6, ../sass/includes/pages/_our-work-single.scss */
.work-hero {
  width: 100%;
  height: 160px;
  padding-top: 170px;
  background-position: -20px;
}
/* line 11, ../sass/includes/pages/_our-work-single.scss */
.work-hero .hero-title {
  width: 940px;
  margin: 0 auto;
  height: 100px;
}
/* line 16, ../sass/includes/pages/_our-work-single.scss */
.work-hero .hero-title h1 {
  text-align: center;
  color: #fff;
  font-size: 43.75px;
  font-size: 4.375rem;
  line-height: 40px;
  line-height: 4rem;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

/* line 30, ../sass/includes/pages/_our-work-single.scss */
article.case-study header {
  height: auto;
}
/* line 32, ../sass/includes/pages/_our-work-single.scss */
article.case-study header .extra {
  margin-bottom: 24px;
}
/* line 34, ../sass/includes/pages/_our-work-single.scss */
article.case-study header .extra > img {
  margin-top: 8px;
  float: left;
  display: block;
}
/* line 39, ../sass/includes/pages/_our-work-single.scss */
article.case-study header .extra .sharing {
  float: right;
}
/* line 45, ../sass/includes/pages/_our-work-single.scss */
article.case-study header .slider-wrapper img {
  max-height: 440px;
}
/* line 51, ../sass/includes/pages/_our-work-single.scss */
article.case-study main {
  padding-top: 0;
}
/* line 55, ../sass/includes/pages/_our-work-single.scss */
article.case-study main .video-container {
  width: 100%;
  margin-bottom: 20px;
}
/* line 59, ../sass/includes/pages/_our-work-single.scss */
article.case-study main .video-container iframe {
  display: block;
  margin: 0 auto;
}
/* line 65, ../sass/includes/pages/_our-work-single.scss */
article.case-study main .left-column,
article.case-study main .right-column {
  width: 45%;
  float: left;
  padding: 30px 5% 30px 0;
}
/* line 70, ../sass/includes/pages/_our-work-single.scss */
article.case-study main .left-column strong,
article.case-study main .right-column strong {
  color: #666;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.015em;
  margin-bottom: 0;
}

/* line 1, ../sass/includes/pages/_vacancies.scss */
.vacancies_hero {
  height: 600px;
  width: 100%;
}

/* line 6, ../sass/includes/pages/_vacancies.scss */
.vacancies_hero_img {
  width: 100%;
  height: 600px;
  z-index: -1000;
  background: url(../img/vacancies_header.jpg) center top;
}

/* line 13, ../sass/includes/pages/_vacancies.scss */
.vacancies_slider_content {
  width: 962px;
  top: 250px;
  margin: 0px auto 0px auto;
}

/* line 19, ../sass/includes/pages/_vacancies.scss */
.vacancies_slider_content_text {
  width: 600px;
  top: 250px;
  position: absolute;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
}

/* line 26, ../sass/includes/pages/_vacancies.scss */
.vacancies_firstline {
  color: #FFF;
  font-size: 50px;
  display: block;
  margin-bottom: 35px;
  line-height: 45px;
}

/* line 34, ../sass/includes/pages/_vacancies.scss */
.vacancies_secondline {
  color: #FFF;
  text-decoration: none;
  font-size: 30px;
  line-height: 42px;
  display: block;
}

/* line 42, ../sass/includes/pages/_vacancies.scss */
.vacancies_left {
  width: 297px;
  margin: 0px 99px 30px 0px;
  float: left;
}

/* line 48, ../sass/includes/pages/_vacancies.scss */
.vacancies_right {
  width: 565px;
  float: left;
  margin-bottom: 30px;
}

/* line 54, ../sass/includes/pages/_vacancies.scss */
.vacancies_right a {
  text-decoration: none;
}

/* line 58, ../sass/includes/pages/_vacancies.scss */
.vacancies_link {
  display: inline;
  height: 35px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

/* line 66, ../sass/includes/pages/_vacancies.scss */
.vacancies_link:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 71, ../sass/includes/pages/_vacancies.scss */
.vacancies_divider {
  margin: 20px 0px 20px 0px;
  border-bottom: 1px solid #999;
}

/* line 1, ../sass/includes/pages/_contact.scss */
.contact-hero {
  height: 600px;
  width: 100%;
}

/* line 7, ../sass/includes/pages/_contact.scss */
.contact-content {
  width: 962px;
  margin: 0 auto;
  padding-top: 35px;
}
/* line 11, ../sass/includes/pages/_contact.scss */
.contact-content h2 {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-weight: 300;
  color: #666666;
}
/* line 17, ../sass/includes/pages/_contact.scss */
.contact-content .left {
  width: 665px;
  float: left;
  border-right: solid 1px #ccc;
}
/* line 22, ../sass/includes/pages/_contact.scss */
.contact-content .left > p {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 20px;
  color: #666666;
}
/* line 27, ../sass/includes/pages/_contact.scss */
.contact-content .left label {
  margin-bottom: 10px;
}
/* line 30, ../sass/includes/pages/_contact.scss */
.contact-content .left label.checkbox {
  margin-bottom: 20px;
}
/* line 35, ../sass/includes/pages/_contact.scss */
.contact-content .left input,
.contact-content .left textarea {
  padding: 6px 10px;
  box-shadow: 0 0 0;
}
/* line 40, ../sass/includes/pages/_contact.scss */
.contact-content .left .btn {
  display: block;
  margin-top: 20px;
}
/* line 44, ../sass/includes/pages/_contact.scss */
.contact-content .left .alert {
  margin-right: 20px;
  border: solid 0px transparent;
  text-shadow: 0 0 0;
}
/* line 50, ../sass/includes/pages/_contact.scss */
.contact-content .right {
  width: 276px;
  padding-left: 20px;
  float: left;
}

/* line 57, ../sass/includes/pages/_contact.scss */
.number {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 10px;
}

/* line 64, ../sass/includes/pages/_contact.scss */
.email {
  font-size: 10px;
  font-size: 1rem;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 10px;
  font-weight: 600;
}

/* line 73, ../sass/includes/pages/_contact.scss */
.address {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 300;
}

/* line 1, ../sass/includes/_slider.scss */
#pictureduri {
  display: inline;
  height: 35px;
  padding: 0 45px 0 0;
  background: url("../img/arrow_link.png") right top no-repeat;
}

/* line 8, ../sass/includes/_slider.scss */
.pictured {
  color: #FFF;
  font-size: 12px;
  display: block;
  margin-top: 15px;
}

/* line 15, ../sass/includes/_slider.scss */
.pictured a {
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
}

/* line 21, ../sass/includes/_slider.scss */
.pictured a:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

/* line 27, ../sass/includes/_slider.scss */
.pictured_arrow {
  margin: 0px 0px -4px 8px;
}

/* line 31, ../sass/includes/_slider.scss */
.slider_content {
  width: 962px;
  top: 250px;
  margin: 0px auto 0px auto;
}

/* line 37, ../sass/includes/_slider.scss */
.slider_content_text {
  width: 500px;
  top: 250px;
  position: absolute;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  color: #fff;
}

/* line 45, ../sass/includes/_slider.scss */
.slider_content_text p {
  color: #fff;
}

/******************************************************************
COOKIES BAR STYLES
******************************************************************/
/* line 5, ../sass/includes/_misc.scss */
#cookie_control {
  display: none;
  width: 100%;
  background: #282828;
  border-top: 1px solid #000;
}

/* line 12, ../sass/includes/_misc.scss */
#cookie_control #inner {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
  color: #ccc;
  opacity: 1;
  padding: 10px 0 10px 30px;
  position: relative;
}
/* line 21, ../sass/includes/_misc.scss */
#cookie_control #inner .btn {
  padding: 4px 16px;
}

/* line 27, ../sass/includes/_misc.scss */
#cookie_control .more {
  color: #fff;
  text-decoration: underline;
}

/* line 31, ../sass/includes/_misc.scss */
#cookie_control .close {
  opacity: 1;
}

/* line 36, ../sass/includes/_misc.scss */
.btn-flat-white, footer .footer-content .footer-column-right .mail-chimp-signup form .submit, #cookie_control #inner .btn {
  border-color: #fff;
  background: #fff;
  text-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 10px;
  line-height: 1rem;
  font-size: 6px;
  font-size: 0.6rem;
}

/* line 48, ../sass/includes/_misc.scss */
.btn-flat, form.form-search .search-query, form.form-search .btn-search, .blog-lead .mail-chimp-signup .submit, .blog-lead .mail-chimp-signup .email {
  border: solid 0px transparent;
  border-radius: 0;
  border-color: #fff;
  background: #fff;
  text-shadow: 0 0 0;
  box-shadow: 0 0 0;
  letter-spacing: 0.03em;
  line-height: 10px;
  line-height: 1rem;
  font-size: 6px;
  font-size: 0.6rem;
}

/* line 61, ../sass/includes/_misc.scss */
.arrow-left {
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #06c09f;
}

/* line 45, ../sass/app.scss */
body {
  color: #333;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.4;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
/* line 52, ../sass/app.scss */
body p {
  font-weight: 300;
}

/* line 57, ../sass/app.scss */
a {
  color: #06c09f;
  border-bottom: solid 2px transparent;
}
/* line 61, ../sass/app.scss */
a:hover {
  text-decoration: none;
  color: #06c09f;
  border-bottom: solid 2px #06c09f;
}
/* line 66, ../sass/app.scss */
a.btn {
  border-bottom: solid 0 transparent;
}

/* LAYOUT ------------------------------------------------ */
/* line 73, ../sass/app.scss */
#wrap {
  width: 1244px;
  margin: 0px auto 0px auto;
}

/* line 78, ../sass/app.scss */
.video_thumb {
  margin-bottom: 15px;
}
