/* Custom container */
/* Replaced with normal container and standard footer */
/* line 4, base/_style.scss */
.container-narrow {
  margin: 0 auto;
  max-width: 700px;
}

/* line 8, base/_style.scss */
.container-narrow > hr {
  margin: 30px 0;
}

/* line 12, base/_style.scss */
body {
  font-size: 16px;
  color: #798291;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 18, base/_style.scss */
h1 {
  font-size: 60px;
  text-transform: uppercase;
}

/* line 22, base/_style.scss */
h3 {
  font-size: 20px;
  font-weight: 400;
}

/* line 26, base/_style.scss */
h2, h3, h4, h5 {
  color: #333;
}

/* line 29, base/_style.scss */
.light-quote {
  margin: 40px 100px;
  border-style: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
}

/* line 36, base/_style.scss */
.Culture .light-quote {
  margin-bottom: 0;
}

/* line 39, base/_style.scss */
.wrap {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background-color: rgba(176, 186, 191, 0.1);
  text-align: center;
}
/* line 46, base/_style.scss */
.wrap h3 {
  margin: 0;
}
/* line 49, base/_style.scss */
.wrap .wrap-action {
  background: #FFF;
  border: 1px solid #CCC;
  padding: 10px;
  position: absolute;
  left: 50%;
  margin-top: 9px;
  margin-left: -100px;
  z-index: 10;
  width: 200px;
}

/* line 61, base/_style.scss */
.gist {
  font-size: 13px;
}

/* line 64, base/_style.scss */
footer.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2c3331;
}
/* line 68, base/_style.scss */
footer.footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 72, base/_style.scss */
footer.footer h4 {
  font-size: 15px;
  color: #FFF;
}
/* line 76, base/_style.scss */
footer.footer ul li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 2.5em;
  color: #c0c0c0;
}
/* line 82, base/_style.scss */
footer.footer ul li a:hover, footer.footer ul li a:focus {
  color: #4280cb;
  text-decoration: none;
}
/* line 87, base/_style.scss */
footer.footer .post-meta {
  width: 350px;
  float: left;
  font-size: 13px;
  border-style: none;
  padding: 0;
}
/* line 93, base/_style.scss */
footer.footer .post-meta:first-child {
  margin-right: 40px;
}
/* line 97, base/_style.scss */
footer.footer .post-meta h5 a {
  color: #c0c0c0;
}
/* line 100, base/_style.scss */
footer.footer .post-meta h5 a:hover, footer.footer .post-meta h5 a:focus {
  color: #4280cb;
  text-decoration: none;
}
/* line 106, base/_style.scss */
footer.footer .post-meta p {
  color: #FFF;
}

/* line 111, base/_style.scss */
.page-header {
  margin: 0;
  padding: 0 20px;
  border-style: none;
}
/* line 115, base/_style.scss */
.page-header .tagline {
  padding: 0;
  font-weight: 300;
  font-size: 35px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 122, base/_style.scss */
blockquote {
  text-align: center;
  margin: 110px 0 100px 0;
}
/* line 125, base/_style.scss */
blockquote p {
  font-size: 32px;
  margin-top: 0;
}
/* line 129, base/_style.scss */
blockquote cite {
  font-size: 24px;
  color: #f99b1c;
}

/* Navigation
 ========================================================================== */
/* line 137, base/_style.scss */
.navbar-default {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: rgba(255, 255, 255, 0.2);
  background: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  /* Smaller Page */
}
/* line 147, base/_style.scss */
.navbar-default .navbar-brand img {
  width: 150px;
  height: 44px;
}
/* line 151, base/_style.scss */
.navbar-default .nav {
  float: right;
}
/* line 154, base/_style.scss */
.navbar-default .nav > li > a {
  padding: 27px 15px;
  color: #FFF;
  text-shadow: none;
}
/* line 160, base/_style.scss */
.navbar-default .nav > li > a.active, .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #FFF;
}
/* line 164, base/_style.scss */
.navbar-default .nav > li > a.active:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #FFF;
}
/* line 172, base/_style.scss */
.navbar-default .navbar-toggle {
  border-color: #FFF;
  margin-top: 19px;
}
/* line 175, base/_style.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
/* line 180, base/_style.scss */
.navbar-default .navbar-toggle.active, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #5992d7;
}

/* Intro
 ========================================================================== */
/* line 188, base/_style.scss */
#intro {
  text-align: center;
  padding: 100px 0 70px 0;
  background: #009fee url(../img/blog-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 376px;
  margin-bottom: 20px;
}
/* line 196, base/_style.scss */
#intro.homepage {
  height: auto;
  padding: 220px 0 200px 0;
}

/* line 202, base/_style.scss */
.Careers #intro {
  background-image: url(../img/careers-bg.jpg);
}

/* line 203, base/_style.scss */
.Home #intro {
  margin-bottom: 0;
  background-image: url(../img/index-bg.jpg);
}

/* line 204, base/_style.scss */
.Culture #intro {
  background-image: url(../img/culture-bg.jpg);
}

/* line 205, base/_style.scss */
.Product #intro {
  background-image: url(../img/product-bg.jpg);
}

/* line 207, base/_style.scss */
section.careers {
  background: white url(../img/home-careers.png) no-repeat top right;
  height: 500px;
}
/* line 210, base/_style.scss */
section.careers .col-md-6:first-child {
  margin-top: 70px;
}

/* line 214, base/_style.scss */
section.recent-posts {
  padding: 100px 0;
}
/* line 216, base/_style.scss */
section.recent-posts h2 {
  padding-left: 15px;
}
/* line 219, base/_style.scss */
section.recent-posts .post-meta {
  border-style: none;
  padding: 0;
}
/* line 222, base/_style.scss */
section.recent-posts .post-meta p {
  word-break: break-word;
}

/* Product Page
 ========================================================================== */
/* line 233, base/_style.scss */
.Product .cd-container .container {
  padding: 50px 15px;
}
/* line 236, base/_style.scss */
.Product .cd-container img {
  display: block;
  max-width: 100%;
}
/* line 240, base/_style.scss */
.Product .cd-container img.iphone {
  height: 225px;
  position: absolute;
  top: 59px;
  right: 12px;
}
/* line 247, base/_style.scss */
.Product .cd-container .img-dev img {
  max-width: 400px;
  max-height: 200px;
}

/* line 254, base/_style.scss */
#cd-timeline {
  position: relative;
}
/* line 256, base/_style.scss */
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #ddd;
}
/* line 265, base/_style.scss */
#cd-timeline::before {
  left: 50%;
  margin-left: -1px;
}
/* line 269, base/_style.scss */
#cd-timeline .cd-timeline-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background-color: #4280cb;
  margin: 30px auto auto auto;
}

/* line 278, base/_style.scss */
section.second {
  background-color: #f2f2f5;
}

/* line 283, base/_style.scss */
.lists ul {
  list-style: none;
  font-size: 13px;
  font-weight: 400;
  width: 200px;
  float: left;
  padding: 10px;
  color: #66bc2a;
}
/* line 292, base/_style.scss */
.lists ul li span {
  margin-right: 7px;
}

/* Culture Page
 ========================================================================== */
/* line 301, base/_style.scss */
.team {
  padding: 50px 0;
}

/* line 304, base/_style.scss */
figure img {
  width: 100%;
}

/* Animation
 ========================================================================== */
@-moz-keyframes fadeInDown {
  /* line 311, base/_style.scss */
  0% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 316, base/_style.scss */
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  /* line 323, base/_style.scss */
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 328, base/_style.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInDown {
  /* line 335, base/_style.scss */
  0% {
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 340, base/_style.scss */
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInDown {
  /* line 347, base/_style.scss */
  0% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 352, base/_style.scss */
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  /* line 359, base/_style.scss */
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 363, base/_style.scss */
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 369, base/_style.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* line 373, base/_style.scss */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Posts
 ========================================================================== */
/* line 387, base/_style.scss */
.post-wrap {
  padding: 0px 20px 100px 20px;
  max-width: 700px;
  margin: 0 auto;
}

/* line 392, base/_style.scss */
.post-meta {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* line 397, base/_style.scss */
.post > h3.title {
  position: relative;
  padding-top: 10px;
}
/* line 400, base/_style.scss */
.post > h3.title span.date {
  position: absolute;
  right: 0;
  font-size: 0.9em;
}
/* line 406, base/_style.scss */
.post > .more {
  margin: 10px 0;
  text-align: left;
}

/* post-full */
/* line 413, base/_style.scss */
.post-full {
  padding-top: 20px;
}
/* line 415, base/_style.scss */
.post-full .date {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
/* line 420, base/_style.scss */
.post-full img {
  display: block;
  max-width: 100%;
  margin: 20px auto 20px auto;
  background: #eee;
  padding: 10px;
}
/* line 427, base/_style.scss */
.post-full .tags {
  font-size: 13px;
}
/* line 429, base/_style.scss */
.post-full .tags ul {
  display: inline;
  padding-left: 0;
}
/* line 433, base/_style.scss */
.post-full .tags li {
  display: inline;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
}

/* line 441, base/_style.scss */
.post-controls {
  width: 100%;
  margin: 10px 0;
}
/* line 444, base/_style.scss */
.post-controls .next {
  float: right;
}
/* line 446, base/_style.scss */
.post-controls .next.disabled {
  display: none;
}
/* line 450, base/_style.scss */
.post-controls .prev.disabled {
  display: none;
}

/* Social Share */
/* line 456, base/_style.scss */
.social-share {
  padding-top: 20px;
}
/* line 458, base/_style.scss */
.social-share .btn {
  color: #FFF;
}
/* line 461, base/_style.scss */
.social-share .btn-facebook {
  background-color: #4361b3;
}
/* line 464, base/_style.scss */
.social-share .btn-twitter {
  background-color: #4fafed;
}
/* line 467, base/_style.scss */
.social-share .btn-google {
  background-color: #ed4e3e;
}
/* line 470, base/_style.scss */
.social-share .btn-linkedin {
  background-color: #007bb6;
}

/* Footer Meta */
/* line 476, base/_style.scss */
#post-meta {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  line-height: 1.6;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 40px;
  position: relative;
}
/* line 484, base/_style.scss */
#post-meta .left {
  float: left;
  font-size: 13px;
}
/* line 487, base/_style.scss */
#post-meta .left .author {
  overflow: hidden;
}
/* line 490, base/_style.scss */
#post-meta .left .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px white, 0 0 0 4px #eeeeee;
  -moz-box-shadow: 0 0 0 3px white, 0 0 0 4px #eeeeee;
  box-shadow: 0 0 0 3px white, 0 0 0 4px #eeeeee;
  height: 36px;
  width: 36px;
  float: left;
  margin-top: 3px;
  margin-right: 20px;
  padding: 0;
}
/* line 500, base/_style.scss */
#post-meta .left a {
  max-width: 500px;
}
/* line 502, base/_style.scss */
#post-meta .left a .author {
  color: #555;
  float: left;
}
/* line 506, base/_style.scss */
#post-meta .left a .description {
  float: left;
  clear: left;
  color: #aaa;
  display: block;
  font-weight: 500;
}

/* Disquss */
/* line 518, base/_style.scss */
#disqus_thread {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 525, base/_style.scss */
.group:before, .group:after {
  content: "";
  display: table;
}
/* line 529, base/_style.scss */
.group:after {
  clear: both;
}

/* line 533, base/_style.scss */
.center {
  text-align: center;
}

/* Tag Box
 ========================================================================== */
/* line 539, base/_style.scss */
.tag_box {
  list-style: none;
  margin: 0;
  overflow: hidden;
}

/* line 544, base/_style.scss */
.tag_box li {
  line-height: 28px;
}

/* line 547, base/_style.scss */
.tag_box li i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

/* line 550, base/_style.scss */
.tag_box.inline li {
  float: left;
}

/* line 553, base/_style.scss */
.tag_box a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 6px;
  margin: 2px;
  background: #eee;
  color: #555;
  text-decoration: none;
  border: 1px dashed #cccccc;
}

/* line 562, base/_style.scss */
.tag_box a span {
  vertical-align: super;
  font-size: 0.8em;
}

/* line 566, base/_style.scss */
.tag_box a:hover {
  background-color: #e5e5e5;
}

/* line 569, base/_style.scss */
.tag_box a.active {
  background: #57A957;
  border: 1px solid #4c964d;
  color: #FFF;
}

/* Careers
 ========================================================================== */
/* line 577, base/_style.scss */
.job-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  margin: 40px 30px 40px 0;
  padding: 4px;
  border: 1px solid #eee;
}

/* Authors
 ========================================================================== */
/* line 587, base/_style.scss */
.list-group-team {
  margin: 50px 0;
}
/* line 589, base/_style.scss */
.list-group-team .team-member {
  line-height: 32px;
  color: #555;
}
/* line 592, base/_style.scss */
.list-group-team .team-member img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 32px;
  margin-right: 10px;
}
/* line 598, base/_style.scss */
.list-group-team .team-member .team-member-description {
  padding: 5px 0;
}

@media (max-width: 768px) {
  /* line 607, base/_style.scss */
  .navbar .nav {
    margin: 0 -15px;
    float: none;
    background-color: #5992d7;
  }
  /* line 611, base/_style.scss */
  .navbar .nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #4a85cc;
  }

  /* line 618, base/_style.scss */
  h1 {
    font-size: 30px;
  }

  /* line 621, base/_style.scss */
  blockquote p {
    font-size: 22px;
  }

  /* line 624, base/_style.scss */
  .post-wrap {
    padding: 0 0 100px 0;
    word-wrap: break-word;
  }

  /* line 629, base/_style.scss */
  section.recent-posts .post-meta {
    border-bottom: 1px solid #ddd;
  }

  /* line 633, base/_style.scss */
  .social-share .btn {
    display: block;
    margin-bottom: 10px;
  }

  /* line 638, base/_style.scss */
  .careers p, .careers h2, .careers h3 {
    color: #FFF;
    text-shadow: 0 1px 0 rgba(96, 96, 96, 0.24);
  }

  /* line 643, base/_style.scss */
  iframe {
    width: auto !important;
  }

  /* line 646, base/_style.scss */
  footer section .post-meta {
    width: auto !important;
  }
  /* line 648, base/_style.scss */
  footer section .post-meta:first-child {
    margin: 0 !important;
  }

  /* line 652, base/_style.scss */
  #cd-timeline::before {
    background: none;
  }

  /* line 655, base/_style.scss */
  .cd-timeline-circle {
    display: none;
  }

  /* line 658, base/_style.scss */
  .light-quote {
    margin: 20px 10px;
  }

  /* line 661, base/_style.scss */
  .floating-sidebar {
    display: none;
  }
}
@media (min-width: 1000px) {
  /* line 667, base/_style.scss */
  .floating-sidebar {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 10;
  }
  /* line 672, base/_style.scss */
  .floating-sidebar ul {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 165px;
    padding: 5px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #CCC;
    background-color: #FFF;
  }
  /* line 680, base/_style.scss */
  .floating-sidebar ul a {
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
    text-decoration: none;
  }
}
