@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(/fonts/OpenSans-Light.woff) format('woff'), url(/fonts/OpenSans-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fonts/OpenSans-Regular.woff) format('woff'), url(/fonts/OpenSans-Regular.ttf) format('truetype');
}
.fx-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fx-row-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fx-row-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fx-row-reverse-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fx-row-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fx-row-vert-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fx-row-vert-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fx-row-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fx-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fx-column-horizontal-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fx-column-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fx-column-vert-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fx-column-horizontal-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.white-navbar .navbar {
  background-color: white;
  color: #55626a;
}
.white-navbar .navbar .nav > li > a {
  color: #55626a;
}
.white-navbar .navbar .logo:before {
  content: url('/img/anonymox-logo.svg');
}
.white-navbar .navbar .navbar-toggle {
  background-color: #e4e7e8;
}
.white-navbar .navbar .navbar-toggle .icon-bar {
  background-color: #55626a;
}
.white-navbar .navbar .navbar-toggle:visited {
  background-color: #e4e7e8;
}
.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 269px;
  height: 74px;
  background: linear-gradient(to top, #62b5eb, #47aaeb);
  font-weight: 300;
  border: 1px solid #979797;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 0 #95D5FF,
      0 1px 1px 0 #c1c1c1;
}
.download .btn:hover {
  background: linear-gradient(to top, #57A3D5, #47aaeb);
}
.download .button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
  text-align: left;
}
.download .button-content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.download .button-text-content {
  margin-left: 15px;
  color: white;
}
.download .button-text-content p:nth-child(1) {
  font-size: 20px;
}
.download .button-text-content p:nth-child(2) {
  font-size: 12px;
}
.download .chrome-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 13px;
  color: #55626a;
}
.download .chrome-download a:visited {
  color: #55626a;
}
#questions {
  text-align: center;
}
#questions .panel {
  margin-bottom: 10px;
}
#questions .panel,
#questions .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  box-shadow: none;
}
#questions .panel-heading {
  padding: 0 0;
}
#questions .panel-heading a {
  text-decoration: none;
  color: #55626a;
}
#questions .panel-heading a:hover {
  color: #a2aab0;
}
#questions .panel-heading [aria-expanded=true] {
  color: #62b5eb;
  font-weight: 500;
}
#questions .panel-body {
  padding-top: 3px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  #questions .container {
    text-align: center;
    max-width: 350px;
  }
}
#feature-list ul {
  margin-bottom: 0;
  padding-left: 0;
}
#feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
  list-style: none;
}
#feature-list li:last-child {
  margin-bottom: 0;
}
#feature-list li span {
  margin-left: 20px;
}
#feature-list #list-header {
  color: #a2aab0;
  font-size: 20px;
  margin-bottom: 20px;
}
#feature-list .footnote {
  padding-left: 50px;
  color: #a2aab0;
  font-size: 12px;
}
@media (max-width: 767px) {
  #feature-list {
    max-width: 300px;
  }
}
#features .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#features .col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#features .col:nth-child(1) img {
  width: 490px;
  height: 365px;
}
#features .col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  #features .gist {
    text-align: center;
  }
  #features .col:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#premium img {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 167px;
}
#premium ul {
  list-style: none;
  padding-top: 20px;
  padding-left: 15px;
  border-top: 1px solid #e4e7e8;
}
#premium li {
  margin-left: 0em;
  position: relative;
  padding-left: 20px;
  padding-bottom: 8px;
}
#premium li:before {
  content: "\25cf\00a0";
  padding-right: 10px;
  color: #88e147;
  position: absolute;
  top: 0;
  left: 0;
}
#premium #premium-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
}
#premium #subscribe-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 350px;
}
#premium .row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#premium a.btn.premium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 187px;
  height: 45px;
}
@media (max-width: 991px) {
  #premium #subscribe-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #premium .row:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
  }
}
#testimonials article img {
  height: 20px;
}
#testimonials article .descriptor {
  padding-top: 10px;
  color: #a2aab0;
}
#testimonials .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#testimonials .row:not(:first-child) {
  margin-bottom: 35px;
}
#testimonials h1 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #testimonials .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #testimonials .row:not(:first-child) {
    margin-bottom: 0;
  }
  #testimonials .row:nth-child(3) article:last-child {
    margin-bottom: 0;
  }
  #testimonials article {
    margin-bottom: 44px;
    width: 350px;
  }
}
#tweets {
  margin-bottom: 20px;
}
#tweets a {
  color: #a2aab0;
}
#tweets .tweet-text {
  font-size: 16px;
}
#tweets .tweet-time {
  font-size: 14px;
  color: #a2aab0 !important;
}
#tweets .carousel {
  height: 150px;
}
#tweets .carousel .item {
  height: 150px;
}
#tweets .carousel-inner * {
  color: #55626a;
}
#tweets .carousel-control.left,
#tweets .carousel-control.right {
  background-image: none;
}
#tweets .carousel-indicators {
  bottom: 0;
}
#tweets .carousel-indicators li {
  background-color: rgba(70, 70, 70, 0.25);
}
#tweets .carousel-indicators .active {
  background-color: #444;
}
#tweets .carousel-caption {
  text-shadow: none;
}
#tweets #twitter-icon {
  margin-right: 6px;
}
@media (max-width: 991px) {
  #tweets {
    display: none;
  }
}
#counter {
  text-align: center;
  background: #62b5eb url("/img/world-dotted.svg") no-repeat 50% 100%;
}
#counter p {
  color: white;
}
#counter #digit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counter .digit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2px;
  color: #55626a;
  font-size: 36px;
  font-weight: 200;
  width: 66px;
  height: 82px;
  background: white;
  border-radius: 9px;
  border: 1px solid #a2aab0;
}
#counter .row:nth-child(1) {
  margin-top: 78px;
  padding-top: 1em;
  padding-bottom: 1em;
}
#counter .row:nth-child(2) {
  margin-top: 5px;
}
#counter .row:nth-child(3) {
  margin-top: 35px;
}
@media (max-width: 767px) {
  #counter .container {
    max-width: 350px;
  }
  #counter .digit-box {
    line-height: 42px;
    font-size: 20px;
    width: 36px;
    height: 45px;
  }
}
#download-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#download-section .row .line-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#download-section .row .line-container .line {
  color: white;
  height: 36px;
  width: 95%;
  border-bottom: 1px solid #e4e7e8;
}
#download-section .row .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991px) {
  #download-section .row .line-container .line {
    width: 92%;
  }
}
@media (max-width: 767px) {
  #download-section .row .line-container .line {
    display: none;
  }
}
#description .row:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991px) {
  #description p,
  #description h1 {
    text-align: center;
  }
  #description .row:not(:first-child) {
    display: inline-block;
    width: 350px;
  }
  #description .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#sponsors {
  background-color: #f4f7f8;
  line-height: 100px;
}
#sponsors img {
  height: 30px;
}
#sponsors .container-fluid {
  max-width: 90%;
}
#sponsors .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
#header {
  padding-top: 50px;
  border-style: none;
  color: white;
  background: #62b5eb url("/img/icons-header.svg") no-repeat 50% 95%;
}
#header .row {
  text-align: center;
}
#header .download {
  margin-bottom: 101px;
}
@media (max-width: 767px) {
  #header {
    background-image: none;
  }
  #header .download {
    margin-bottom: 71px;
  }
}
.emphasize {
  color: #62b5eb;
}
.spacing {
  margin-left: 20px;
}
.spacing-small-right {
  margin-right: 5px;
}
#tagline {
  margin-top: 15px;
  margin-bottom: 50px;
  font-size: 36px;
}
#header .download .btn,
#counter .download .btn {
  box-shadow: inset 0 1px 0 0 #fab6b0;
  background: linear-gradient(to top, #f66359, #F77E74);
}
#header .download .btn:hover,
#counter .download .btn:hover {
  background: linear-gradient(to top, #D34B4B, #F77E74);
}
#header .download .chrome-download a,
#counter .download .chrome-download a {
  color: white;
}
#header .download .chrome-download a:visited,
#counter .download .chrome-download a:visited {
  color: white;
}
