/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
  font-family: 'Architects Daughter';
  src: url("../fonts/architectsdaughter-webfont.eot");
  src: url("../fonts/architectsdaughter-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/architectsdaughter-webfont.woff") format("woff"), url("../fonts/architectsdaughter-webfont.ttf") format("truetype"), url("../fonts/architectsdaughter-webfont.svg#architects_daughterregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/PT_Sans-Web-Regular.ttf) format("truetype"); }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

b, strong {
  font-weight: bold !important; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sup {
  font-size: 0.6em; }

.footnote {
  position: relative;
  top: 70px; }

img.full-row {
  max-width: 100%;
  margin: 15px auto;
  display: block;
  border: 5px solid #e1e1e1; }

.downloads {
  margin: 50px 0; }

.download-button {
  padding: 0 0 0 80px;
  position: relative;
  display: inline-block;
  border: 1px solid #2879d0;
  border-radius: 3px;
  min-height: 80px;
  color: #2879d0;
  text-align: left;
  transition: background-color 0.5s, color 0.5s; }
  .download-button:hover {
    text-decoration: none;
    background-color: #2879d0;
    color: #fff; }
  .download-button:before {
    content: '\f019';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80px;
    line-height: 78px;
    text-align: center;
    font-size: 50px; }
  .download-button span {
    display: block;
    padding-right: 30px; }
    .download-button span.button-subcaption {
      margin-top: 20px;
      font-size: 0.7em; }
    .download-button span.button-caption {
      font-size: 1.5em; }

.navbar-default {
  background-color: transparent;
  color: #fff;
  border: 0; }
  .navbar-default .navbar-nav > li > a {
    color: #fff; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #fff; }
  .navbar-default .navbar-brand {
    color: #fff;
    font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; }
    .navbar-default .navbar-brand:hover {
      color: #fff; }
    .navbar-default .navbar-brand > img {
      height: 3em;
      margin-top: -1em; }
  .navbar-default.navbar-fixed-top {
    padding-top: 20px;
    transition: padding-top 0.5s; }
    .navbar-default.navbar-fixed-top.navbar-graceful {
      padding-top: 0px;
      background-color: #2879d0;
      box-shadow: 0 0 5px 0 #555; }
  .navbar-default .nav a {
    border-bottom: 2px solid transparent; }
    .navbar-default .nav a.current, .navbar-default .nav a:hover {
      border-bottom: 2px solid #fff; }
  .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #2879d0; }
    .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
      background-color: #fff; }
  @media (max-width: 768px) {
    .navbar-default .navbar-collapse {
      background-color: #2879d0;
      box-shadow: 0 0 5px 0 #555; }
    .navbar-default .nav a {
      border-bottom: 0px; }
      .navbar-default .nav a.current, .navbar-default .nav a:hover {
        border-bottom: 0px;
        text-decoration: underline; } }

body {
  font-family: 'PT Sans', sans-serif;
  background-color: #fafafa; }

img {
  max-width: 100%; }

.team-member {
  text-align: center; }
  .team-member img {
    border-radius: 50%; }
  .team-member h4 {
    margin: 8px 0 5px 0;
    font-size: 1em; }
  .team-member p {
    color: #a1a1a1;
    font-size: 0.8em; }
  .team-member .social-icon {
    text-align: center; }
    .team-member .social-icon li {
      padding: 0;
      margin: 0 2px; }
    .team-member .social-icon a {
      display: block;
      width: 30px;
      height: 30px;
      background-color: #2879d0;
      color: #fff;
      line-height: 26px;
      border-radius: 50%; }
      .team-member .social-icon a i {
        font-size: 12px; }
      .team-member .social-icon a:hover {
        transform: scale(1.1, 1.1); }

header {
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
  background: #2e7bcf url(../images/header-bg.jpg) 0 0 repeat-x;
  border-bottom: solid 1px #275da1;
  padding: 160px 0 80px 0;
  color: #fff;
  text-align: center; }
  header h1 {
    letter-spacing: -1px;
    font-size: 60px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.2em; }
  header h2 {
    font-size: 23px;
    color: #9ddcff;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0; }

body.landing header {
  padding: 210px 0 150px 0; }
body.landing #contact:before {
  display: none; }

section {
  padding: 100px 0; }
  section p {
    margin-bottom: 1.5em; }
  section h2 {
    font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
    font-size: 1.8em;
    letter-spacing: -1px;
    color: #474747;
    margin-bottom: 10px; }
    section h2.section-header {
      margin: 0; }
  section h3 {
    font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
    font-size: 1.4em;
    letter-spacing: -1px;
    color: #474747;
    margin-bottom: 10px; }
    section h3.section-subheader {
      font-family: 'PT Sans', sans-serif;
      margin-top: 0;
      margin-bottom: 90px;
      letter-spacing: normal;
      font-size: 1em; }
  section h4 {
    font-size: 1.2em;
    color: #474747; }
  section ul, section ol {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 5px; }
    section ul li, section ol li {
      margin-bottom: 10px;
      position: relative; }
      section ul li:before, section ol li:before {
        content: "\f069";
        font-family: FontAwesome;
        color: #2879d0;
        font-size: 0.6em;
        margin-right: 5px;
        vertical-align: top;
        position: absolute;
        right: 100%; }
  section ol {
    list-style: decimal; }
    section ol > li:before {
      content: none; }
    section ol ul, section ol ol {
      margin-bottom: 0; }
  section .list-inline {
    margin: 0; }
    section .list-inline li {
      margin: 0 10px;
      display: inline-block; }
      section .list-inline li:before {
        content: none; }
  section:nth-child(odd) {
    background-color: #fff; }
  section strong {
    border-bottom: 2px solid #9ddcff; }
  section .text-blue {
    color: #2879d0; }
  section .text-lightblue {
    color: #9ddcff; }

#mainFeatures {
  background-color: #fff; }
  #mainFeatures img {
    background-color: #2879d0;
    width: 140px;
    max-width: 100%;
    margin-bottom: 20px; }

#getStarted {
  background-color: #fafafa; }
  #getStarted .box-item {
    padding: 0 25px;
    margin-bottom: 30px; }
  #getStarted .box-content {
    background-color: #fff; }
    #getStarted .box-content img {
      max-width: 100%; }
  #getStarted .box-caption {
    text-align: center;
    background-color: #fff;
    padding: 25px; }

#features {
  background-color: #fff; }
  #features .feature-item {
    margin-bottom: 30px;
    min-height: 80px; }
    #features .feature-item:hover {
      /*.feature-icon {
        color: #fff;
        background-color: $blue;
        &.xmpp-icon {
          background-image: url(../images/icons/xmpp-white.svg);
        }
      }*/ }
  #features .feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #2879d0;
    float: left;
    margin-right: 20px;
    text-align: center;
    line-height: 78px;
    font-size: 30px;
    color: #2879d0;
    transition: background-color 0.5s, color 0.5s; }
    #features .feature-icon.xmpp-icon {
      background-image: url(../images/icons/xmpp-blue.svg);
      background-size: 36px;
      background-position: center;
      background-repeat: no-repeat; }
  #features .feature-content {
    margin-top: 15px;
    padding-right: 30px;
    /*h4, p {
      color: #2879d0;
    }
    p {
      opacity: 0.7;
    }*/ }
    #features .feature-content .text-muted {
      margin-bottom: 0; }
  #features .more-features {
    padding-top: 50px;
    font-size: 1.2em; }
    #features .more-features a {
      color: #a1a1a1;
      text-decoration: none; }
      #features .more-features a:hover {
        text-decoration: none;
        color: #545454; }

#blog {
  background: #2e7bcf url(../images/header-bg.jpg) 0 0 repeat-x; }
  #blog h2 {
    color: #fff; }
  #blog h3 {
    color: #9ddcff; }
  #blog .more-articles {
    padding-top: 50px;
    font-size: 1.2em; }
    #blog .more-articles a {
      color: #fff;
      text-decoration: none;
      opacity: 0.7; }
      #blog .more-articles a:hover {
        text-decoration: none;
        opacity: 1; }

#contact {
  position: relative;
  margin-top: 100px;
  background-image: url(../images/word_map.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -30px;
  padding-bottom: 15px; }
  #contact:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: #2e7bcf url(../images/header-bg.jpg) 0 0 repeat-x; }
  #contact .footer {
    margin-top: 85px; }
  #contact .contact-github, #contact .contact-card, #contact .contact-twitter {
    color: #2879d0;
    text-decoration: none; }
    #contact .contact-github .contact-caption, #contact .contact-card .contact-caption, #contact .contact-twitter .contact-caption {
      opacity: 0;
      transition: opacity 0.5s; }
    #contact .contact-github:hover, #contact .contact-card:hover, #contact .contact-twitter:hover {
      text-decoration: none;
      opacity: 1; }
      #contact .contact-github:hover .contact-caption, #contact .contact-card:hover .contact-caption, #contact .contact-twitter:hover .contact-caption {
        opacity: 1; }
      #contact .contact-github:hover .contact-icon, #contact .contact-card:hover .contact-icon, #contact .contact-twitter:hover .contact-icon {
        transform: scale(1.2, 1.2); }
  #contact .contact-icon {
    color: #fff;
    display: block;
    margin: 20px auto;
    font-size: 50px;
    display: block;
    opacity: 1;
    width: 80px;
    height: 80px;
    line-height: 78px;
    border-radius: 50%;
    background-color: #2879d0;
    transform: scale(1, 1);
    transition: transform 0.5s; }
  #contact .contact-card .contact-icon {
    font-size: 40px; }

.blog-item {
  position: relative; }
  .blog-item h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
    opacity: 0.7;
    margin-top: 0; }
    .blog-item h3 a {
      color: #474747;
      /*font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;*/ }
  .blog-item p {
    margin-bottom: 10px; }
    .blog-item p.blog-meta {
      opacity: 0.5;
      margin-top: 20px;
      margin-bottom: 0;
      font-size: 0.9em; }
  .blog-item .blog-more {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    right: 10px;
    line-height: 38px;
    font-size: 30px;
    color: #a1a1a1; }
    @media (min-width: 768px) {
      .blog-item .blog-more {
        opacity: 0;
        transition: opacity 0.5s; }
        .blog-item .blog-more:hover {
          opacity: 1; } }

.vertical-timeline {
  position: relative; }
  .vertical-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background-color: #3082da; }
  .vertical-timeline .vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #3082da;
    background-color: #fff;
    text-align: center;
    color: #2879d0; }
    .vertical-timeline .vertical-timeline-icon i {
      display: block;
      width: 24px;
      height: 24px;
      position: relative;
      left: 50%;
      top: 50%;
      margin-left: -12px;
      margin-top: -9px; }
  .vertical-timeline .vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #fff;
    border-radius: .25em;
    padding: 1em;
    background-color: #fff; }
    .vertical-timeline .vertical-timeline-content:before {
      content: '';
      position: absolute;
      top: 16px;
      right: 100%;
      height: 0;
      width: 0;
      border: 7px solid transparent;
      border-right: 7px solid #fff; }

.spinner-item {
  color: #2879d0; }

#posts {
  background-color: #fafafa; }
  #posts img {
    max-width: 100%; }
  #posts .vertical-timeline {
    padding-bottom: 60px; }
    #posts .vertical-timeline:before {
      background-color: #dfdcdc; }
  #posts .vertical-timeline-icon {
    border-color: #fff;
    background-color: #2879d0;
    color: #fff; }
  #posts .jscroll-added .container {
    padding: 0; }
  #posts .pagination .previous, #posts .pagination .page_number {
    display: none; }
  #posts .pagination .next {
    display: block;
    line-height: 80px;
    position: relative;
    color: #2879d0;
    text-decoration: none; }
    #posts .pagination .next:hover {
      text-decoration: none; }
    #posts .pagination .next i {
      font-size: 3em;
      vertical-align: middle; }
    #posts .pagination .next .next-caption {
      position: absolute;
      left: 130%; }
    @media (min-width: 768px) {
      #posts .pagination .next .next-caption {
        opacity: 0;
        transition: opacity 0.5s; }
      #posts .pagination .next:hover .next-caption {
        opacity: 1; } }

#post {
  color: #474747; }
  #post .meta {
    color: #818181;
    margin-bottom: 50px; }
  #post img.avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 50%; }
  #post h2 {
    margin-top: 2em;
    margin-bottom: 20px;
    color: #474747; }
  #post h3 {
    margin-top: 2em;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
    color: #474747; }
  #post h3 + ul {
    margin-top: 20px; }
  #post h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.3em;
    margin-top: 2em; }
  #post .navigation {
    margin-top: 80px; }
    #post .navigation .previous {
      float: left;
      width: 49.5%;
      text-align: right;
      padding-right: 20px; }
    #post .navigation .next {
      float: right;
      width: 49.5%;
      padding-left: 20px; }
    #post .navigation .clear {
      clear: both; }

#plannedFeatures {
  background-color: #fff; }
  #plannedFeatures ul {
    text-align: center;
    margin-bottom: 80px; }
    #plannedFeatures ul li:before {
      position: static; }

#downloads h4 {
  margin-bottom: 20px;
  font-size: 1.2em; }

#managed-faq p {
  margin: 10px 0 30px 15px; }
#managed-faq p + p {
  margin-top: -20px; }

#team .team-member {
  margin-bottom: 80px; }

#browserSupport .browser-item {
  text-align: center; }
  #browserSupport .browser-item img {
    width: 100px;
    max-height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
