/* line 7, ../sass/_cssreset.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 8, ../sass/_cssreset.scss */
body {
  line-height: 1;
}

/* line 9, ../sass/_cssreset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 10, ../sass/_cssreset.scss */
nav ul {
  list-style: none;
}

/* line 11, ../sass/_cssreset.scss */
li {
  list-style-type: none;
}

/* line 12, ../sass/_cssreset.scss */
blockquote, q {
  quotes: none;
}

/* line 13, ../sass/_cssreset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 14, ../sass/_cssreset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 16, ../sass/_cssreset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 18, ../sass/_cssreset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 19, ../sass/_cssreset.scss */
del {
  text-decoration: line-through;
}

/* line 20, ../sass/_cssreset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 21, ../sass/_cssreset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 23, ../sass/_cssreset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 24, ../sass/_cssreset.scss */
input, select {
  vertical-align: middle;
}

/* -------------------------------------------------------------------------*/
/* Colors */
/* -------------------------------------------------------------------------*/
/* Typography */
/* line 67, ../sass/_variables.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  font-style: normal;
}

/* -------------------------------------------------------------------------*/
/* Mixins */
/* -------------------------------------------------------------------------*/
/* Layout */
/* line 20, ../sass/_base.scss */
.corset {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.corset:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------------------------------------------------*/
/* Typography */
/* line 10, ../sass/screen.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* line 16, ../sass/screen.scss */
h1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  color: #04486b;
  font-style: normal;
  margin-bottom: 30px;
}

/* line 21, ../sass/screen.scss */
h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 600;
  color: #333333;
  font-style: normal;
  margin-bottom: 30px;
}

/* line 26, ../sass/screen.scss */
h2 a {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 600;
  color: #333333;
  font-style: normal;
}
/* line 28, ../sass/screen.scss */
h2 a:hover {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 600;
  color: #333333;
  font-style: normal;
  text-decoration: none;
  color: #666;
}

/* line 35, ../sass/screen.scss */
h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #333333;
  font-style: normal;
  margin-bottom: 10px;
}

/* line 40, ../sass/screen.scss */
h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #404040;
  font-style: normal;
  margin-bottom: 10px;
}

/* line 45, ../sass/screen.scss */
h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #262626;
  font-style: normal;
  margin-top: -5px;
  margin-bottom: 5px;
}

/* line 51, ../sass/screen.scss */
p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
  font-style: normal;
}

/* line 55, ../sass/screen.scss */
a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #bf1e2e;
  font-style: normal;
  text-decoration: none;
}
/* line 58, ../sass/screen.scss */
a:hover {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #bf1e2e;
  font-style: normal;
  text-decoration: underline;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}

/* -------------------------------------------------------------------------*/
/* Layout */
/* Here we go */
#head-menu .hire-us-btn{color:#e51937;}
.hire-us-pg{padding-bottom: 6%;}
.hire-us-pg h2{color: #e51937;text-align: center;margin: 85px 0 55px;font-family: "proxima-nova", sans-serif;font-weight:600;}
.hire-us-pg p{color: #545454;margin-bottom: 35px;font-size: 24px;text-align: center;line-height: 40px;font-family: "Open Sans", sans-serif;}
.hire-us-pg a{font-family: "Open Sans", sans-serif;font-weight:600;color: #545454;background-color: #e6e6e6;margin-top: 25px;width:100%;float: left;height: 65px;text-align: center;box-sizing: border-box;padding-top: 21px;font-size: 18px;border: 1px solid #fff;border-radius: 3px;transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; };}
.hire-us-pg a:hover{text-decoration:none;background-color: #EDE9E9;}
#content{background-color: #f3f3f3;}

/* line 70, ../sass/screen.scss */
#width-controller, #height-controller {
  width: 100px;
  display: block;
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  background-color: #bf1e2e;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: white;
  font-style: normal;
}

/* line 82, ../sass/screen.scss */
#height-controller {
  top: 16px;
}

/* line 86, ../sass/screen.scss */
html, body {
  position: relative;
  background-color: #e6e6e6;
}

/* line 96, ../sass/screen.scss */
#header,
#navigation,
#banner,
#content,
#footer,
section.post {
  width: 100%;
  float: left;
  position: relative;
}

/* line 102, ../sass/screen.scss */
.desktop-hidden {
  display: none;
}

/* -------------------------------------------------------------------------*/
/* Let's Rock */
/* Head Start */
/* line 111, ../sass/screen.scss */
#blog-page #navigation, .lab-item {
  display: none !important;
}

/* line 115, ../sass/screen.scss */
#header {
  height: 310px;
}

/* line 119, ../sass/screen.scss */
#home-page #header {
  height: 660px;
}

/* line 123, ../sass/screen.scss */
#home-page #header .corset {
  min-height: 100%;
  position: relative;
}

/* line 128, ../sass/screen.scss */
#lang-content {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 134, ../sass/screen.scss */
#lang-content a {
  width: 30px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: white;
  font-style: normal;
}

/* line 145, ../sass/screen.scss */
h2#logo {
  float: none;
  width: 128px;
  margin: 50px auto 20px auto;
}

/* line 152, ../sass/screen.scss */
#home-page h2#logo {
  margin: 105px auto 20px auto;
}

/* line 156, ../sass/screen.scss */
h2#logo a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 162, ../sass/screen.scss */
h2#logo a img {
  max-width: 100%;
  max-height: 100%;
}

/* line 167, ../sass/screen.scss */
.menu-button {
  width: 35px;
  height: 35px;
  padding: 8px;
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px #595959;
  -moz-box-shadow: 0 1px 1px #595959;
  -webkit-box-shadow: 0 1px 1px #595959;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* line 182, ../sass/screen.scss */
.menu-button span {
  width: 35px;
  height: 6px;
  margin: 3px 0;
  display: block;
  float: left;
  background-color: white;
  box-shadow: 0 1px 1px #595959;
  -moz-box-shadow: 0 1px 1px #595959;
  -webkit-box-shadow: 0 1px 1px #595959;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* line 193, ../sass/screen.scss */
#top-menu {
  width: 100%;
  float: left;
  display: none;
  position: relative;
  z-index: 200;
  background-color: #f7f7f7;
  box-shadow: 0 1px 2px #b3b3b3;
  -moz-box-shadow: 0 1px 2px #b3b3b3;
  -webkit-box-shadow: 0 1px 2px #b3b3b3;
}

/* line 203, ../sass/screen.scss */
#top-menu ul#head-menu {
  margin: 0;
}

/* line 207, ../sass/screen.scss */
#top-menu ul#head-menu li {
  width: 100%;
  float: left;
  margin: 0;
}

/* line 213, ../sass/screen.scss */
#top-menu ul#head-menu li a {
  width: 100%;
  display: block;
  border-top: 1px solid white;
  border-bottom: 1px solid #cccccc;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  color: #7d7d7d;
  font-style: normal;
}
/* line 219, ../sass/screen.scss */
#top-menu ul#head-menu li a:hover {
  color: #404040;
  text-decoration: none;
}

/* line 225, ../sass/screen.scss */
#top-menu ul#head-menu li:first-child a {
  border-top: none;
}

/* line 229, ../sass/screen.scss */
#top-menu ul#head-menu li:last-child a {
  border-bottom: none;
}

/* line 233, ../sass/screen.scss */
.menu-container {
  width: 100%;
  height: 135px;
  margin: 0;
  float: none;
  position: absolute;
  bottom: 0;
  text-align: center;
  background: #e6e6e6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss 
  .menu-container {
    background-image: url("../images/bg-menu.png");
    background-size: 1px 135px;
  }*/
}

/* line 245, ../sass/screen.scss */
.menu-container ul {
  display: inline-block;
  margin: 45px auto 0 auto;
  text-align: center;
}

/* line 251, ../sass/screen.scss */
.menu-container ul li {
  min-width: 130px;
  height: 50px;
  margin: 0 20px;
  float: left;
  display: block;
}

/* line 259, ../sass/screen.scss */
.menu-container ul li a {
  width: 128px;
  display: block;
  border: 1px solid transparent;
  transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #b4b4b4;
  font-style: normal;
}
/* line 268, ../sass/screen.scss */
.menu-container ul li a:hover, .menu-container ul li a.active {
  text-decoration: none;
  color: #666666;
  border: 1px solid #fff;
  background: #f2f2f2;
  box-shadow: 0px 0px 6px rgba(0,0,0,.1);
}

/* line 275, ../sass/screen.scss */
#header {
background: #1a1a1a;
  background-size: 100% auto;
  background-position: center center;

}

/* line 281, ../sass/screen.scss */
#home-page #header {
  background-position: top center;
}

/* line 285, ../sass/screen.scss */
#mini-head {
  width: 100%;
  height: 60px;
  display: none;
  float: left;
  position: fixed;
  top: -63px;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid white;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
/* line 298, ../sass/screen.scss */
#mini-head h2#logo {
  width: 74px;
  height: 40px;
  margin: 10px 0 0 0 !important;
  float: left;
}
/* line 303, ../sass/screen.scss */
#mini-head h2#logo a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 311, ../sass/screen.scss */
#mini-head ul {
  width: auto;
  margin-top: 13px;
  display: inline;
  float: right;
}
/* line 316, ../sass/screen.scss */
#mini-head ul li {
  display: inline-block;
  float: left;
}
/* line 319, ../sass/screen.scss */
#mini-head ul li a {
  padding: 0 20px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #7d7d7d;
  font-style: normal;
}
/* line 322, ../sass/screen.scss */
#mini-head ul li a:hover, #mini-head ul li a.active {
  color: #404040;
  text-decoration: none;
}

/* Head End */
/* Nav Start */
/* line 333, ../sass/screen.scss */
#blog-page #navigation {
  height: 70px;
  background-color: #262626;
}

/* line 338, ../sass/screen.scss */
.filter-line {
  width: 310px;
  padding: 10px 0;
  margin-right: 15px;
  float: left;
}
/* line 343, ../sass/screen.scss */
.filter-line select {
  display: none;
}
/* line 346, ../sass/screen.scss */
.filter-line span.select-label {
  margin-right: 15px;
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  color: #404040;
  font-style: normal;
}

/* Nav End */
/* Content Start */
/* line 357, ../sass/screen.scss */
.img-container {
  width: 100%;
  height: 500px;
  display: table;
}

/* line 363, ../sass/screen.scss */
.img-container.no-img {
  height: 90px;
}

/* line 367, ../sass/screen.scss */
.img-container.wide {
  display: block;
}

/* line 371, ../sass/screen.scss */
.post-image {
  width: 100%;
  height: 500px;
  vertical-align: middle;
  text-align: center;
}

/* line 378, ../sass/screen.scss */
.no-img .post-image {
  height: 90px;
}

/* line 382, ../sass/screen.scss */
.img-container.wide .post-image {
  display: block;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 391, ../sass/screen.scss */
.post-image img {
  max-width: 100%;
  max-height: 100%;
}

/* line 396, ../sass/screen.scss */
.post-container {
  width: 65.95745%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  display: block;
  float: none;
  margin: 0 auto;
  position: relative;
  top: -60px;
}

/* line 405, ../sass/screen.scss */
.post-info {
  width: 100%;
  height: 60px;
  margin-bottom: 50px;
  float: left;
  background-repeat: no-repeat;
  background-image: url("../images/bg-post-info.png");
  background-repeat: repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .post-info {
    background-image: url("../images/bg-post-info.png");
    background-size: 1px 1px;
  }
}

/* line 414, ../sass/screen.scss */
.post-info ul {
  padding: 23px 20px 20px 20px;
}

/* line 418, ../sass/screen.scss */
.post-info li {
  width: 50%;
  display: block;
  float: left;
}

/* line 424, ../sass/screen.scss */
.post-info li.category {
  text-align: right;
}

/* line 429, ../sass/screen.scss */
.post-info li a:hover {
  text-decoration: none;
  color: white;
}

/* line 435, ../sass/screen.scss */
.post-info li span, .post-info li a {
  padding-left: 30px;
  display: inline-block;
  background-position: 0 -11px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #404040;
  font-style: normal;
  background-repeat: no-repeat;
  background-image: url("../images/icon-post-info.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .post-info li span, .post-info li a {
    background-image: url("../images/icon-post-info.png");
    background-size: 21px 320px;
  }
}

/* line 443, ../sass/screen.scss */
.post-info li.category a {
  background-position: 0 -252px;
}
/* line 445, ../sass/screen.scss */
.post-info li.category a:hover {
  background-position: 0 -292px;
}

/* line 450, ../sass/screen.scss */
.post-content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}

.post-content pre {
  margin-bottom: 30px;
}

/* line 456, ../sass/screen.scss */
.post-content p img {
  max-width: 100%;
}

/* line 460, ../sass/screen.scss */
.post-content li a,
.post-content p a {
  font-size: 16px;
}

/* line 464, ../sass/screen.scss */
.post-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 20px;
}

/* line 470, ../sass/screen.scss */
.post-content ul li {
  line-height: 28px;
  margin-bottom: 10px;
  list-style-type: disc;
}

/* line 476, ../sass/screen.scss */
.post-social {
  width: 100%;
  float: left;
}

/* line 481, ../sass/screen.scss */
.post-social ul li {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
}

/* line 488, ../sass/screen.scss */
.post-social ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #00aeff;
  background-repeat: no-repeat;
  background-image: url("../images/icon-social.png");
  text-indent: -9999px;
  font-size: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .post-social ul li a {
    background-image: url("../images/icon-social.png");
    background-size: 60px 247px;
  }
}
/* line 495, ../sass/screen.scss */
.post-social ul li a:hover {
  background-color: #009de6;
}

/* line 500, ../sass/screen.scss */
.post-social ul li.comment {
  width: 387px;
}

/* line 504, ../sass/screen.scss */
.post-social ul li.comment.read-more {
  margin: 0 auto;
  float: none;
}

/* line 509, ../sass/screen.scss */
.post-social ul li.comment a {
  background-color: #cccccc;
  text-indent: 0;
  text-align: center;
  background-image: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  color: #7d7d7d;
  font-style: normal;
}
/* line 515, ../sass/screen.scss */
.post-social ul li.comment a:hover {
  color: #404040;
  text-decoration: none;
}

/* line 521, ../sass/screen.scss */
.post-social ul li.facebook a {
  background-color: #3c6ff1;
  background-position: 0 -60px;
}
/* line 524, ../sass/screen.scss */
.post-social ul li.facebook a:hover {
  background-color: #245def;
}

/* line 529, ../sass/screen.scss */
.post-social ul li.plus a {
  background-color: #f06060;
  background-position: 0 -120px;
}
/* line 532, ../sass/screen.scss */
.post-social ul li.plus a:hover {
  background-color: #ee4949;
}

/* Content End */
/* Home Start */
/* line 540, ../sass/screen.scss */
.work {
  width: 100%;
  min-height: 500px;
  padding: 60px 0 40px 0;
  float: left;
}

/* line 547, ../sass/screen.scss */
.work .corset {
  min-height: 500px;
  position: relative;
}

/* line 552, ../sass/screen.scss */
.work-info {
  width: 40.42553%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}

/* line 556, ../sass/screen.scss */
.work-logo {
  width: 100%;
  float: left;
}
/* line 559, ../sass/screen.scss */
.work-logo img {
  max-width: 90px;
  margin-right: 20px;
  float: left;
}
/* line 564, ../sass/screen.scss */
.work-logo .work-badges {
  float: left;
}
/* line 566, ../sass/screen.scss */
.work-logo .work-badges div {
  width: 36px;
  height: 36px;
  margin: 25px 10px 0 0;
  float: left;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/badge-device.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .work-logo .work-badges div {
    background-image: url("../images/badge-device.png");
    background-size: 36px 77px;
  }
}
/* line 574, ../sass/screen.scss */
.work-logo .work-badges div.mobile-device {
  background-position: bottom left;
}

/* line 580, ../sass/screen.scss */
.right-align .work-logo .work-badges div {
  background-repeat: no-repeat;
  background-image: url("../images/badge-black-device.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .right-align .work-logo .work-badges div {
    background-image: url("../images/badge-black-device.png");
    background-size: 36px 77px;
  }
}

/* line 584, ../sass/screen.scss */
.right-align .work-info {
  width: 40.42553%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}

/* line 588, ../sass/screen.scss */
.work-name a {
  font-family: "proxima-nova", sans-serif;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  color: white;
}

.work-name {
  width: 100%;
  padding-top: 16px;
  margin-bottom: 16px;
  display: block;
  float: left;
  color: white;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

/* line 598, ../sass/screen.scss */
.right-align .work-name, .right-align .work-name a {
  color: #595959;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.6);
}

/* line 603, ../sass/screen.scss */
.work-blurb {
  margin-bottom: 20px;
}

/* line 607, ../sass/screen.scss */
.work-blurb, .work-desc p {
  color: white;
  font-size: 14px;
  line-height: 24px;
}
.work-desc p {
	margin-bottom: 15px;
}
/* line 612, ../sass/screen.scss */
.work-blurb a, .work-desc p a {
  color: white;
  font-weight: 300;
  text-decoration: underline;
}

/* line 619, ../sass/screen.scss */
.right-align .work-blurb, .right-align .work-desc p {
  color: #333333;
}
/* line 621, ../sass/screen.scss */
.right-align .work-blurb a, .right-align .work-desc p a {
  color: #bf1e2e;
  font-weight: 300;
}

/* line 627, ../sass/screen.scss */
.work-desc {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: white;
  font-style: normal;
}

/* line 632, ../sass/screen.scss */
.work-button {
  width: 160px;
  padding-left: 55px;
  margin-top: 20px;
  display: block;
  position: relative;
  background-color: white;
  background-color: rgba(255, 255, 255, 1);
  background-position: 10px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-image: url("../images/icon-work-button.png");
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 38px;
  font-weight: 600;
  color: #595959;
  font-style: normal;
  box-sizing: border-box;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .work-button {
    background-image: url("../images/icon-work-button.png");
    background-size: 40px 80px;
  }
}
/* line 645, ../sass/screen.scss */
.work-button:hover {
  text-decoration: none;
  background-color: white;
  background-color: rgba(255, 255, 255, 1);
  border-color: white;
  border-color: rgba(255, 255, 255, 0.7);
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 38px;
  font-weight: 600;
  color: #595959;
  font-style: normal;
}

/* line 655, ../sass/screen.scss */
.work-button.appstore {
  background-position: 10px -41px;
}

/* line 659, ../sass/screen.scss */
.work-prev.imac {
  width: 489px;
  float: right;
}

/* line 664, ../sass/screen.scss */
.work-prev .device-container {
  position: absolute;
}

/* line 668, ../sass/screen.scss */
.work-prev.iphone .device-container {
  width: 535px;
  height: 522px;
  right: 0;
  bottom: 0;
}

/* line 675, ../sass/screen.scss */
.right-align .work-prev {
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  right: auto;
  left: 0;
}

/* line 681, ../sass/screen.scss */
.right-align .work-prev.iphone .device-container {
  right: auto;
  left: 0;
}

/* line 686, ../sass/screen.scss */
.small-phone {
  width: 230px;
  height: 481px;
  position: absolute;
  bottom: 17px;
  left: 0;
  z-index: 100;
}

/* line 695, ../sass/screen.scss */
.small-phone.second {
  left: 306px;
}

/* line 699, ../sass/screen.scss */
.big-phone {
  width: 249px;
  height: 521px;
  position: absolute;
  bottom: 0;
  left: 142px;
  z-index: 200;
}

/* line 708, ../sass/screen.scss */
.big-ss {
  width: 204px;
  height: 366px;
  position: absolute;
  top: 78px;
  left: 20px;
}

/* line 716, ../sass/screen.scss */
.big-shadow {
  width: 198px;
  height: 468px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 724, ../sass/screen.scss */
.small-ss {
  width: 187px;
  height: 337px;
  position: absolute;
  top: 72px;
  left: 18px;
}

/* line 732, ../sass/screen.scss */
.small-shadow {
  width: 198px;
  height: 468px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 740, ../sass/screen.scss */
.device-container img {
  max-width: 100%;
  max-height: 100%;
}

/* line 745, ../sass/screen.scss */
.horizontal-phone {
  width: 521px;
  height: 249px;
  margin-top: 130px;
  float: right;
  position: relative;
}

/* line 753, ../sass/screen.scss */
.landscape-ss {
  width: 366px;
  height: 204px;
  display: block;
  position: absolute;
  top: 25px;
  left: 77px;
}

/* line 762, ../sass/screen.scss */
.landscape-shadow {
  width: 496px;
  height: 214px;
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
}

/* line 771, ../sass/screen.scss */
.work-prev.mac-book .device-container {
  width: 555px;
  height: 299px;
  top: 110px;
  left: 0;
}

/* line 778, ../sass/screen.scss */
.work-prev.imac {
  height: 408px;
  margin-top: 20px;
  position: relative;
}

/* line 784, ../sass/screen.scss */
.work-prev.imac .device-container {
  width: 489px;
  height: 408px;
  top: 0;
  left: 0;
}

/* line 791, ../sass/screen.scss */
.imac-shadow {
  width: 176px;
  height: 252px;
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 799, ../sass/screen.scss */
.mac-air {
  width: 555px;
  height: 299px;
}

/* line 804, ../sass/screen.scss */
.air-ss {
  width: 354px;
  height: 227px;
  position: absolute;
  top: 23px;
  left: 102px;
}

/* line 812, ../sass/screen.scss */
.imac-ss {
  width: 447px;
  height: 252px;
  position: absolute;
  top: 21px;
  left: 21px;
}

/* line 820, ../sass/screen.scss */
.pagination {
  width: 100%;
  float: left;
  text-align: center;
}
/* line 824, ../sass/screen.scss */
.pagination a {
  width: 100%;
  display: block;
  background-color: #cccccc;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 80px;
  font-weight: 400;
  color: #404040;
  font-style: normal;
}
/* line 829, ../sass/screen.scss */
.pagination a:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  color: #262626;
}

/* line 837, ../sass/screen.scss */
.pagination-loader {
  width: 100%;
  height: 16px;
  padding: 32px 0;
  float: left;
}
/* line 842, ../sass/screen.scss */
.pagination-loader img {
  opacity: .4;
}

/* Home End */
/* About Start */
/* line 851, ../sass/screen.scss */
#about-page #content {
  min-height: 566px;
  background-color: #f7f7f7;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss 
  #about-page #content {
    background-image: url("../images/bg-nav-shadow.png");
    background-size: 1px 13px;
  }*/
}

/* line 858, ../sass/screen.scss */
.about-head {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  height: 530px;
}

/* line 867, ../sass/screen.scss */
#about-page .about-head {
  height: 200px;
}
/* line 869, ../sass/screen.scss */
#about-page .about-head h1 {
  margin-top: 10px;
}
/* line 872, ../sass/screen.scss */
#about-page .about-head span.about-text {
  padding-top: 20px;
}

/* line 878, ../sass/screen.scss */
.about-head h1 {
  width: 495px;
  margin: 130px auto 0 auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
}

/* line 885, ../sass/screen.scss */
.about-head h1 span {
  width: 100%;
  display: block;
  float: left;
}

/* line 891, ../sass/screen.scss */
.about-head span.about-text {
  padding: 40px 110px 0 110px;
  float: left;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: #ccc;
  font-style: normal;
}

/* line 898, ../sass/screen.scss */
#home-page .about-head {
  height: auto;
}

/* line 902, ../sass/screen.scss */
#home-page .about-head h1 {
  margin-top: 10px;
  color: #fdfdfd !important;
  font-size: 36px;
}

/* line 906, ../sass/screen.scss */
.what-we-do {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  margin: 70px 0 50px 0;
}

/* line 911, ../sass/screen.scss */
.what-we-do h1, .team-head h1, #jobs-page h1 {
  width: 100%;
  margin-bottom: 60px;
  padding: 30px 0 2px 0;
  float: left;
  text-align: center;
  color: #333333;
  background-position: top center;
  text-shadow: 0 1px 1px white;
  background-repeat: no-repeat;
  background-image: url("../images/bg-what-we-do.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .what-we-do h1, .team-head h1, #jobs-page h1 {
    background-image: url("../images/bg-what-we-do.png");
    background-size: 124px 78px;
  }
}

/* line 923, ../sass/screen.scss */
.team-head h1 {
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-image: url("../images/bg-team.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .team-head h1 {
    background-image: url("../images/bg-team.png");
    background-size: 124px 78px;
  }
}

/* line 928, ../sass/screen.scss */
#jobs-page h1 {
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-image: url("../images/bg-work-with-us.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  #jobs-page h1 {
    background-image: url("../images/bg-work-with-us.png");
    background-size: 124px 78px;
  }
}

/* line 933, ../sass/screen.scss */
.we-block {
  width: 40.42553%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  height: 260px;
}
/* line 936, ../sass/screen.scss */
.we-block h4 {
  line-height: 55px;
  color: #337a9c;
  padding-left: 65px;
  background-repeat: no-repeat;
  background-image: url("../images/icon-wwd-ios.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .we-block h4 {
    background-image: url("../images/icon-wwd-ios.png");
    background-size: 51px 55px;
  }
}

/* line 944, ../sass/screen.scss */
.we-block.backend h4 {
  background-repeat: no-repeat;
  background-image: url("../images/icon-wwd-back.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .we-block.backend h4 {
    background-image: url("../images/icon-wwd-back.png");
    background-size: 51px 55px;
  }
}

/* line 948, ../sass/screen.scss */
.we-block.frontend h4 {
  background-repeat: no-repeat;
  background-image: url("../images/icon-wwd-front.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .we-block.frontend h4 {
    background-image: url("../images/icon-wwd-front.png");
    background-size: 51px 55px;
  }
}

/* line 952, ../sass/screen.scss */
.we-block.design h4 {
  background-repeat: no-repeat;
  background-image: url("../images/icon-wwd-des.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .we-block.design h4 {
    background-image: url("../images/icon-wwd-des.png");
    background-size: 51px 55px;
  }
}

/* line 956, ../sass/screen.scss */
.we-block.brand h4 {
  background-repeat: no-repeat;
  background-image: url("../images/icon-wwd-brand.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .we-block.brand h4 {
    background-image: url("../images/icon-wwd-brand.png");
    background-size: 51px 55px;
  }
}

/* line 960, ../sass/screen.scss */
.we-block.infrastructure h4 {
  background-repeat: no-repeat;
  background-image: url("../images/icon-wwd-inf.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .we-block.infrastructure h4 {
    background-image: url("../images/icon-wwd-inf.png");
    background-size: 51px 55px;
  }
}

/* line 964, ../sass/screen.scss */
.we-block.right-col {
  width: 40.42553%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}

/* line 968, ../sass/screen.scss */
.we-block p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #404040;
  font-style: normal;
}

/* About End */
/* Team Start */
/* line 975, ../sass/screen.scss */
#about-page #content .corset {
  padding-bottom: 80px;
}

/* line 979, ../sass/screen.scss 
#team-page #content, #jobs-page #content {
  background-color: white;
  background-image: url("../images/bg-nav-shadow.jpg");
  background-repeat: repeat-x;
}*/

/* line 985, ../sass/screen.scss */
#jobs-page #content {
  background-color: #f3f3f3;
  background-image: url("../images/bg-dark-nav-shadow.png");
  background-repeat:no-repeat;
}

/* line 990, ../sass/screen.scss */
.team-head {
  padding: 60px 0;
  text-align: center;
}
/* line 993, ../sass/screen.scss */
.team-head .team-img-container {
  max-width: 96%;
  padding: 2%;
  margin-bottom: 60px;
  float: left;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* line 1000, ../sass/screen.scss */
.team-head .team-img-container img {
  max-width: 100%;
}
/* line 1004, ../sass/screen.scss */
.team-head h3 {
  color: #595959;
}
/* line 1007, ../sass/screen.scss */
.team-head p {
  width: 73%;
  margin: 0 auto;
}

/* line 1013, ../sass/screen.scss */
ul.team-list {
  width: 940px;
  margin: 0 auto;
  display: block;
}
/* line 1017, ../sass/screen.scss */
ul.team-list li {
  width: 215px;
  padding: 15px 0;
  float: left;
  margin: 0 10px 20px 10px;
  text-align: center;
  background-color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* line 1025, ../sass/screen.scss */
ul.team-list li a:hover {
  text-decoration: none;
}

/* line 1032, ../sass/screen.scss */
ul.team-list li ul {
  width: 100%;
  margin-top: 10px;
  display: block;
  float: left;
  text-align: center;
}
/* line 1039, ../sass/screen.scss */
ul.team-list li h5 {
  padding: 5px 0;
}
/* line 1042, ../sass/screen.scss */
ul.team-list li span {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-wbox-sizing: border-box;
  -webkit-wbox-sizing: border-box;
  font-family: "georgia", serif;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  color: #262626;
  font-style: italic;
}
/* line 1050, ../sass/screen.scss */
ul.team-list li.empty {
  height: 183px;
}
/* line 1052, ../sass/screen.scss */
ul.team-list li.empty span {
  padding: 0 30px;
}

/* line 1059, ../sass/screen.scss */
ul.team-list li ul li {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  float: none;
  box-shadow: none;
}
/* line 1067, ../sass/screen.scss */
ul.team-list li ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/icon-team-facebook.png");
  text-indent: -9999px;
  font-size: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  ul.team-list li ul li a {
    background-image: url("../images/icon-team-facebook.png");
    background-size: 24px 24px;
  }
}
/* line 1075, ../sass/screen.scss */
ul.team-list li ul li.twitter a {
  background-repeat: no-repeat;
  background-image: url("../images/icon-team-twitter.png");
  background-size: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  ul.team-list li ul li.twitter a {
    background-image: url("../images/icon-team-twitter.png");
    background-size: 24px 24px;
  }
}
/* line 1078, ../sass/screen.scss */
ul.team-list li ul li.instagram a {
  background-repeat: no-repeat;
  background-image: url("../images/icon-team-instagram.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  ul.team-list li ul li.instagram a {
    background-image: url("../images/icon-team-instagram.png");
    background-size: 24px 24px;
  }
}

/* Team End */
/* Jobs Start */
/* line 1086, ../sass/screen.scss */
#jobs-page #content {
  padding: 60px 0;
  text-align: center;
}
/* line 1089, ../sass/screen.scss */
#jobs-page #content .hipofis-container {
  max-width: 96%;
  padding: 2%;
  margin-bottom: 60px;
  float: left;
  background-color: white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* line 1097, ../sass/screen.scss */
#jobs-page #content .hipofis-container img {
  max-width: 100%;
}
/* line 1101, ../sass/screen.scss */
#jobs-page #content h3, #jobs-page #content h4, #jobs-page #content p {
  max-width: 100%;
  margin-bottom: 40px;
}
/* line 1105, ../sass/screen.scss */
#jobs-page #content ul li {
  margin-bottom: 30px;
}
/* line 1107, ../sass/screen.scss */
#jobs-page #content ul li p {
  margin-bottom: 10px;
}
/* line 1110, ../sass/screen.scss */
#jobs-page #content ul li p.title {
  color: #ff6600;
}
/* line 1114, ../sass/screen.scss */
#jobs-page #content p.jobs-title {
  width: 100%;
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #595959;
  font-style: normal;
}

/* line 1122, ../sass/screen.scss */
#jobs-page #content .job-block {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
/* line 1124, ../sass/screen.scss */
#jobs-page #content .job-block h3 {
  color: #7eb527;
  text-decoration: underline;
}
/* line 1128, ../sass/screen.scss */
#jobs-page #content .job-block p {
  text-align: justify;
  padding-right: 20px;
  font-weight: 400;
}
/* line 1132, ../sass/screen.scss */
#jobs-page #content .job-block p a {
  color: #7eb527;
}
/* line 1135, ../sass/screen.scss */
#jobs-page #content .job-block p a.email {
  font-style: italic;
}
/* line 1139, ../sass/screen.scss */
#jobs-page #content .job-block.jobs {
  width: 86%;
  padding: 7%;
  float: left;
  background-color: white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

/* line 1149, ../sass/screen.scss */
#jobs-page #content .job-block.second {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}
/* line 1151, ../sass/screen.scss */
#jobs-page #content .job-block.second p {
  padding-right: 0;
  padding-left: 20px;
}

/* line 1157, ../sass/screen.scss */
#jobs-page #content .job-block.full-col {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}
/* line 1159, ../sass/screen.scss */
#jobs-page #content .job-block.full-col p {
  padding-right: 0;
}

/* line 1164, ../sass/screen.scss */
.job-seperator {
  width: 100%;
  height: 46px;
  margin: 40px 0;
  float: left;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../images/jobs-seperator.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .job-seperator {
    background-image: url("../images/jobs-seperator.png");
    background-size: 125px 46px;
  }
}

/* Jobs End */
/* Footer Start */
/* line 1176, ../sass/screen.scss */
#footer {
  padding: 30px 0 50px 0;
background-color: #242424;
}

/* line 1181, ../sass/screen.scss */
#footer h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: white;
}

/* line 1187, ../sass/screen.scss */
#footer .footer-large-col h3 {
  padding-left: 30px;
}

/* line 1191, ../sass/screen.scss */
.footer-col p, .footer-large-col p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  color: white;
  font-style: normal;
}

/* line 1195, ../sass/screen.scss */
.footer-col a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: white;
  font-style: normal;
}
/* line 1197, ../sass/screen.scss */
.footer-col a.jobs-section {
  color: #b3b3b3;
  text-decoration: underline;
}
/* line 1200, ../sass/screen.scss */
.footer-col a.jobs-section:hover {
  color: white;
}

/* line 1208, ../sass/screen.scss */
.footer-mid-col ul li {
  width: 100%;
  margin-bottom: 5px;
  float: left;
}

/* line 1214, ../sass/screen.scss */
.footer-mid-col ul a {
  display: inline-block;
  padding-left: 30px;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  color: white;
  font-style: normal;
}
/* line 1219, ../sass/screen.scss */
.footer-mid-col ul a:hover {
  background-color: transparent;
}

/* line 1224, ../sass/screen.scss */
.footer-mid-col ul a.blog {
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-image: url("../images/icon-blog.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .footer-mid-col ul a.blog {
    background-image: url("../images/icon-blog.png");
    background-size: 24px 19px;
  }
}

/* line 1229, ../sass/screen.scss */
.footer-mid-col ul a.email {
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-image: url("../images/icon-mail.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .footer-mid-col ul a.email {
    background-image: url("../images/icon-mail.png");
    background-size: 24px 18px;
  }
}

/* line 1234, ../sass/screen.scss */
.footer-mid-col ul a.twitter {
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-image: url("../images/icon-twitter.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .footer-mid-col ul a.twitter {
    background-image: url("../images/icon-twitter.png");
    background-size: 24px 18px;
  }
}

/* line 1239, ../sass/screen.scss */
.footer-mid-col ul a.facebook {
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-image: url("../images/icon-facebook.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .footer-mid-col ul a.facebook {
    background-image: url("../images/icon-facebook.png");
    background-size: 24px 18px;
  }
}

/* line 1244, ../sass/screen.scss */
.footer-col {
  width: 185px;
  float: left;
  padding: 20px 40px 20px 0;
}

/* line 1250, ../sass/screen.scss */
.footer-mid-col {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  padding-top: 20px;
}

/* line 1255, ../sass/screen.scss */
.footer-large-col {
  width: 535px;
  float: right;
  padding-top: 20px;
}

/* line 1261, ../sass/screen.scss */
.footer-large-col p {
  width: 140px;
  padding-bottom: 30px;
  float: right;
}

/* line 1267, ../sass/screen.scss */
.footer-large-col .map {
  width: 112px;
  margin-bottom: 20px;
  float: right;
}

/* Footer End */
/* -------------------------------------------------------------------------*/
/* 404 */
/* line 1278, ../sass/screen.scss */
#page-404 {
  text-align: center;
}
/* line 1280, ../sass/screen.scss */
#page-404 h1 {
  margin-top: 150px;
  margin-bottom: 0;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
  font-family: "proxima-nova", sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  color: #cccccc;
  font-style: normal;
}
/* line 1286, ../sass/screen.scss */
#page-404 h2 {
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
  font-family: "proxima-nova", sans-serif;
  font-size: 34px;
  line-height: 46px;
  font-weight: 600;
  color: #cccccc;
  font-style: normal;
}

/* 404 End */
/* -------------------------------------------------------------------------*/
/* Responsive Styles */
/* Max Width : 1024px */
@media (max-width: 1024px) {
  /* line 1299, ../sass/screen.scss */
  .img-container, .post-image {
    height: 300px;
  }
}
/* Max Width : 960px */
@media (max-width: 960px) {
  /* line 1307, ../sass/screen.scss */
  h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #333333;
    font-style: normal;
  }

  /* line 1311, ../sass/screen.scss */
  h2 a {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #333333;
    font-style: normal;
  }
  /* line 1313, ../sass/screen.scss */
    h2 a:hover {
         font-family: "Open Sans", sans-serif;
       /* font-size: 34px; */
       /* font-weight: 400; */
         color: 24px;
       /* font-style: normal; */
       /* text-decoration: none; */
       /* color: #666; */
       }

  /* line 1320, ../sass/screen.scss */
  .corset {
    max-width: 940px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .corset:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 1324, ../sass/screen.scss */
  .img-container, .post-image {
    height: 300px;
  }

  /* line 1328, ../sass/screen.scss */
  .post-social ul li.comment {
    width: 229px;
  }

  /* line 1332, ../sass/screen.scss */
  .footer-col {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }

  /* line 1336, ../sass/screen.scss */
  .footer-mid-col {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }

  /* line 1340, ../sass/screen.scss */
  #footer .footer-large-col {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
  }
  /* line 1342, ../sass/screen.scss */
  #footer .footer-large-col h3 {
    padding: 0;
  }
  /* line 1345, ../sass/screen.scss */
  #footer .footer-large-col a.map, #footer .footer-large-col p {
    float: left;
  }

  /* line 1350, ../sass/screen.scss */
  .about-head {
    height: 505px;
  }

  /* line 1354, ../sass/screen.scss */
  .about-head h1 {
    margin-top: 80px;
  }

  /* line 1358, ../sass/screen.scss */
  .what-we-do h1 {
    margin-bottom: 80px;
  }

  /* line 1362, ../sass/screen.scss */
  .we-block {
    height: 320px;
  }

  /* line 1366, ../sass/screen.scss */
  .work-info, .right-align .work-info {
    width: 100%;
  }

  /* line 1370, ../sass/screen.scss */
  .work-logo {
    display: inline;
    float: left;
    padding: 0 20px 20px 0;
  }

  /* line 1376, ../sass/screen.scss */
  .work-desc {
    width: 100%;
    float: left;
  }

  /* line 1381, ../sass/screen.scss */
  .work-button {
    float: left;
    margin-right: 20px;
  }

  /* line 1386, ../sass/screen.scss */
  .work-prev, .right-align .work-prev {
    width: 100%;
    margin-top: 40px;
    float: left;
  }

  /* line 1392, ../sass/screen.scss */
  .work-prev.iphone .device-container, .work-prev.mac-book .device-container, .work-prev.imac .device-container {
    position: relative;
    float: none;
    margin: 0 auto;
  }

  /* line 1398, ../sass/screen.scss */
  .work-prev.imac .device-container {
    margin-top: 20px;
  }

  /* line 1402, ../sass/screen.scss */
  .work-prev.mac-book .device-container {
    top: auto;
    margin: 45px auto 0 auto;
  }

  /* line 1407, ../sass/screen.scss */
  ul.team-list {
    width: 681px;
  }
  /* line 1409, ../sass/screen.scss */
  ul.team-list li {
    width: 207px;
  }

  /* line 1414, ../sass/screen.scss */
  .horizontal-phone {
    margin-top: 0;
  }
}
/* Max Width : 720px */
@media (max-width: 720px) {
  /* line 1423, ../sass/screen.scss */
  .corset {
    max-width: 940px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .corset:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 1427, ../sass/screen.scss */
  #home-page #header {
    height: 620px;
  }

  /* line 1431, ../sass/screen.scss */
  #header {
    height: 160px;
  }

  /* line 1435, ../sass/screen.scss */
  h2#logo {
    width: 240px;
    float: none;
    margin: 25px auto;
  }

  /* line 1441, ../sass/screen.scss */
  h2#logo a {
  }

  /* line 1445, ../sass/screen.scss */
  ul#head-menu {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  /* line 1451, ../sass/screen.scss */
  ul#head-menu li {
    float: none;
    margin: 0 3%;
  }

  /* line 1456, ../sass/screen.scss */
  .menu-container, #mini-head {
    display: none !important;
  }

  /* line 1460, ../sass/screen.scss */
  .menu-button {
    display: block;
  }

  /* line 1464, ../sass/screen.scss */
  .post-container {
    width: 100%;
    float: right;
    margin-right: 0;
  }

  /* line 1468, ../sass/screen.scss */
  .post-social ul li.comment {
    width: 221px;
  }

  /* line 1472, ../sass/screen.scss */
  .about-head {
    height: auto;
  }

  /* line 1476, ../sass/screen.scss */
  .about-head h1 {
    width: 100%;
    margin-top: 50px;
  }

  /* line 1481, ../sass/screen.scss */
  .about-head span.about-text {
    padding: 50px 20px 70px 20px;
  }

  /* line 1485, ../sass/screen.scss */
  #jobs-page #content .job-block, #jobs-page #content .job-block.second {
    width: 100%;
    float: left;
    margin-right: 2.12766%;
  }
  /* line 1487, ../sass/screen.scss */
  #jobs-page #content .job-block p, #jobs-page #content .job-block.second p {
    padding: 0;
    margin-bottom: 24px;
  }

  /* line 1493, ../sass/screen.scss */
  .we-block, .we-block.right-col {
    width: 100%;
    float: left;
    margin-right: 2.12766%;
    height: auto;
    margin-bottom: 40px;
  }

  /* line 1499, ../sass/screen.scss */
  .work-name {
    padding-top: 0;
  }

  /* line 1503, ../sass/screen.scss */
  .work-button.last {
    margin-right: 0;
  }

  /* line 1507, ../sass/screen.scss */
  .work-prev.iphone .device-container {
    width: 358px;
    height: 354px;
  }

  /* line 1512, ../sass/screen.scss */
  .small-phone {
    width: 150px;
    height: 320px;
  }

  /* line 1517, ../sass/screen.scss */
  .small-ss {
    width: 122px;
    height: 220px;
    top: 48px;
    left: 12px;
  }

  /* line 1524, ../sass/screen.scss */
  .small-shadow {
    width: 100px;
    height: 283px;
  }

  /* line 1529, ../sass/screen.scss */
  .big-phone {
    width: 169px;
    height: 353px;
    left: 93px;
  }

  /* line 1535, ../sass/screen.scss */
  .big-ss {
    width: 137px;
    height: 246px;
    top: 53px;
    left: 14px;
  }

  /* line 1542, ../sass/screen.scss */
  .big-shadow {
    width: 111px;
    height: 315px;
  }

  /* line 1547, ../sass/screen.scss */
  .small-phone.second {
    left: 207px;
  }

  /* line 1551, ../sass/screen.scss */
  .work-prev.imac .device-container {
    width: 100%;
  }

  /* line 1555, ../sass/screen.scss */
  .imac-ss {
    width: 403px;
    height: 227px;
    top: 19px;
    left: 19px;
  }

  /* line 1562, ../sass/screen.scss */
  .imac-shadow {
    width: 159px;
    height: 228px;
    top: 19px;
    right: 19px;
  }

  /* line 1569, ../sass/screen.scss */
  ul.team-list {
    width: 440px;
  }
  /* line 1571, ../sass/screen.scss */
  ul.team-list li {
    width: 200px;
  }

  /* line 1576, ../sass/screen.scss */
  .footer-col {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
  }

  /* line 1580, ../sass/screen.scss */
  .footer-mid-col {
    float: left;
    margin-right: 2.12766%;
    width: 39%
  }

  /* line 1584, ../sass/screen.scss */
  #footer .footer-large-col {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
  }
  /* line 1586, ../sass/screen.scss */
  #footer .footer-large-col a.map {
    clear: both;
  }
  /* line 1589, ../sass/screen.scss */
  #footer .footer-large-col p {
    width: 50%;
    float: left;
  }

  /* line 1595, ../sass/screen.scss */
  .horizontal-phone {
    width: 358px;
    height: 172px;
  }

  /* line 1600, ../sass/screen.scss */
  .landscape-ss {
    width: 252px;
    height: 140px;
    top: 17px;
    left: 53px;
  }

  /* line 1607, ../sass/screen.scss */
  .landscape-shadow {
    width: 356px;
    height: 154px;
  }
}
/* Max Width : 480px */
@media (max-width: 480px) {
  /* line 1617, ../sass/screen.scss */
  .mobile-hidden {
    display: none;
  }

  /* line 1621, ../sass/screen.scss */
  .desktop-hidden {
    display: block;
  }

  /* line 1625, ../sass/screen.scss */
  .corset {
    max-width: 940px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .corset:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 1629, ../sass/screen.scss */
  #home-page #header {
    height: 660px;
  }

  /* line 1633, ../sass/screen.scss */
  #header {
    height: auto;
  }

  /* line 1637, ../sass/screen.scss */
  h2#logo {
    width: 180px;
    height: 90px;
    margin: 20px auto;
  }

  /* line 1643, ../sass/screen.scss */
  .filter-line {
    width: 280px;
  }

  /* line 1647, ../sass/screen.scss */
  .img-container, .img-container.wide {
    display: none;
  }

  /* line 1651, ../sass/screen.scss */
  section.post {
    margin-bottom: 50px;
  }

  /* line 1655, ../sass/screen.scss */
  .post-container {
    top: 0;
    width: 100%;
    float: right;
    margin-right: 0;
  }

  /* line 1660, ../sass/screen.scss */
  .post-content h2 {
    margin-bottom: 15px;
  }

  /* line 1664, ../sass/screen.scss */
  .work-blurb, .work-desc {
    float: left;
  }

  /* line 1668, ../sass/screen.scss */
  .work-prev.iphone .device-container {
    width: 251px;
    height: 236px;
  }

  /* line 1673, ../sass/screen.scss */
  .small-phone {
    width: 98px;
    height: 205px;
  }

  /* line 1678, ../sass/screen.scss */
  .small-phone.second {
    left: 152px;
  }

  /* line 1682, ../sass/screen.scss */
  .small-ss {
    width: 79px;
    height: 142px;
    top: 32px;
    left: 8px;
  }

  /* line 1689, ../sass/screen.scss */
  .small-shadow {
    width: 64px;
    height: 182px;
  }

  /* line 1694, ../sass/screen.scss */
  .big-phone {
    width: 113px;
    height: 236px;
    left: 67px;
  }

  /* line 1700, ../sass/screen.scss */
  .big-ss {
    width: 91px;
    height: 163px;
    top: 37px;
    left: 10px;
  }

  /* line 1707, ../sass/screen.scss */
  .big-shadow {
    width: 79px;
    height: 225px;
  }

  /* line 1712, ../sass/screen.scss */
  .work-prev.imac {
    height: 220px;
  }

  /* line 1716, ../sass/screen.scss */
  .work-prev.imac .device-container {
    width: 260px;
    height: 220px;
  }

  /* line 1721, ../sass/screen.scss */
  .imac-ss {
    width: 236px;
    height: 144px;
    top: 12px;
    left: 12px;
  }

  /* line 1728, ../sass/screen.scss */
  .imac-shadow {
    width: 93px;
    height: 133px;
    top: 11px;
    right: 11px;
  }

  /* line 1735, ../sass/screen.scss */
  .post-info {
    height: 20px;
    margin-bottom: 30px;
    background: #e6e6e6;
    border: none;
  }

  /* line 1742, ../sass/screen.scss */
  .post-info ul {
    padding: 0;
  }

  /* line 1746, ../sass/screen.scss */
  .post-info li {
    width: auto;
    margin-right: 20px;
  }

  /* line 1751, ../sass/screen.scss */
  .post-info li.category {
    text-align: left;
  }

  /* line 1755, ../sass/screen.scss */
  .post-info li span, .post-info li a {
    padding-left: 25px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #404040;
    font-style: normal;
  }

  /* line 1760, ../sass/screen.scss */
  .post-social ul li.comment {
    width: 60px;
  }

  /* line 1764, ../sass/screen.scss */
  .post-social ul li.comment a {
    background-position: 0 -185px;
    text-indent: -9999px;
    font-size: 0;
    background-repeat: no-repeat;
    background-image: url("../images/icon-social.png");
  }
  /* line 1770, ../sass/screen.scss */
  .post-social ul li.comment.read-more {
    width: 300px;
  }
  /* line 1772, ../sass/screen.scss */
  .post-social ul li.comment.read-more a {
    background-image: none;
    text-indent: 0;
    font-size: 16px;
  }

  /* line 1779, ../sass/screen.scss */
  .footer-col {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    padding-right: 20px
  }

  /* line 1783, ../sass/screen.scss */
  .about-head span.about-text {
    padding-bottom: 20px;
    padding-top: 30px;
    font-size: 18px;
    line-height: 30px;
  }

  /* line 1790, ../sass/screen.scss */
  #footer .footer-large-col {
    width: 100%;
    float: right;
    margin-right: 0;
  }

  /* line 1794, ../sass/screen.scss */
  .footer-large-col {
    width: 280px;
  }

  /* line 1798, ../sass/screen.scss */
  .footer-large-col p {
    width: 130px;
  }

  /* line 1802, ../sass/screen.scss */
  .footer-large-col .map {
    margin-bottom: 38px;
  }

  /* line 1806, ../sass/screen.scss */
  .work-prev.mac-book .device-container {
    width: 280px;
    height: 151px;
  }

  /* line 1811, ../sass/screen.scss */
  .mac-air {
    width: 280px;
    height: 151px;
  }

  /* line 1816, ../sass/screen.scss */
  .air-ss {
    width: 176px;
    height: 113px;
    top: 13px;
    left: 53px;
  }

  /* line 1823, ../sass/screen.scss */
  .team-head {
    padding: 40px 0;
  }
  /* line 1825, ../sass/screen.scss */
  .team-head img {
    margin-bottom: 40px;
  }
  /* line 1828, ../sass/screen.scss */
  .team-head p {
    width: 100%;
  }

  /* line 1833, ../sass/screen.scss */
  ul.team-list {
    width: 280px;
  }
  /* line 1835, ../sass/screen.scss */
  ul.team-list li {
    width: 120px;
  }
  /* line 1838, ../sass/screen.scss */
  ul.team-list li.empty span {
    padding: 0;
  }

  /* line 1845, ../sass/screen.scss */
  .we-block h4 {
    font-size: 15px;
  }

  /* line 1849, ../sass/screen.scss */
  .horizontal-phone {
    width: 251px;
    height: 120px;
  }

  /* line 1854, ../sass/screen.scss */
  .landscape-ss {
    width: 177px;
    height: 99px;
    top: 12px;
    left: 37px;
  }

  /* line 1861, ../sass/screen.scss */
  .landscape-shadow {
    width: 249px;
    height: 107px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (-moz-min-device-pixel-ratio: 2) {
  /* line 79, ../sass/_variables.scss */
  .post-social ul li.comment a {
    background-image: url("../images/icon-social.png");
    background-size: 60px 247px;
  }
}

@media screen and (max-height: 519px) {
  /* line 1871, ../sass/screen.scss */
  #home-page #header {
    height: 520px;
  }

  /* line 1875, ../sass/screen.scss */
  #home-page h2#logo {
    margin: 75px auto 20px auto;
  }

  /* line 1881, ../sass/screen.scss */
  #home-page .about-head h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    color: #04486b;
    font-style: normal;
  }

  /* line 1885, ../sass/screen.scss */
  #home-page .about-head span.about-text {
    padding-top: 30px;
    padding-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #595959;
    font-style: normal;
  }
}
@media screen and (max-height: 416px) {
  /* line 1895, ../sass/screen.scss */
  #home-page #header {
    height: 418px;
  }

  /* line 1899, ../sass/screen.scss */
  #home-page h2#logo {
    width: 178px;
    height: 84px;
    margin: 30px auto 20px auto;
  }

  /* line 1905, ../sass/screen.scss */
  #home-page .about-head h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #04486b;
    font-style: normal;
  }

  /* line 1909, ../sass/screen.scss */
  #home-page .about-head span.about-text {
    padding-top: 20px;
    padding-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #595959;
    font-style: normal;
  }
}
@media screen and (max-height: 287px) {
  /* line 1919, ../sass/screen.scss */
  #home-page #header {
    height: 290px;
  }

  /* line 1923, ../sass/screen.scss */
  #home-page h2#logo {
    width: 230px;
    height: 108px;
    margin: 30px auto 20px auto;
  }

  /* line 1929, ../sass/screen.scss */
  .menu-container, #home-page .about-head span.about-text {
    display: none;
  }

  /* line 1933, ../sass/screen.scss */
  #home-page .about-head h1 {
    margin-top: 20px;
  }

  /* line 1937, ../sass/screen.scss */
  .menu-button {
    display: block !important;
  }
}
@media screen and (max-height: 256px) {
  /* line 1945, ../sass/screen.scss */
  #home-page #header {
    height: 258px;
  }

  /* line 1949, ../sass/screen.scss */
  #home-page h2#logo {
    margin-bottom: 5px;
  }
}


#blog-container{display: block;float: left;background: #f7f7f7;width: 100%;}
