/* Grid */
.one-third {
  width: 33%; }

.one-half {
  width: 48%; }

/**
* Intro
*/
.home-header {
  background: #fff;
  overflow: hidden;
  margin-bottom: -30px;
  padding-top: 50px; }
  .home-header .logo {
    background: url(../../../img/home-logo-green-2x.png) no-repeat;
    background-size: 251px 45px;
    height: 45px;
    margin: 0 auto 20px;
    text-indent: -9999em;
    width: 251px; }
  .home-header p {
    color: #555;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 40px 40px; }
    @media all and (max-width: 780px) {
      .home-header p {
        margin: 0 0 40px; } }
  .home-header .ak-button {
    margin: 0 10px; }
    @media all and (max-width: 650px) {
      .home-header .ak-button {
        display: block;
        margin-bottom: 20px; } }

.big-spam-sorter--machine {
  background: url(../../img/spam-sorting-machine-2x.gif) no-repeat;
  background-size: 329px 382px;
  display: inline-block;
  height: 382px;
  margin-top: 50px;
  position: relative;
  width: 329px; }

.big-spam-sorter--conveyor-left, .big-spam-sorter--conveyor-right {
  background: url(../../img/spam-sorting-machine-conveyor-2x.png) repeat-x;
  background-size: 211px 146px;
  height: 146px;
  position: absolute;
  bottom: 0;
  left: -1000px;
  width: 1000px; }

.big-spam-sorter--conveyor-right {
  left: 100%; }

.big-spam-sorter--wheels-left, .big-spam-sorter--wheels-right {
  background: url(../../img/spam-sorting-machine-wheels-2x.png) repeat-x;
  background-size: 260px 55px;
  height: 55px;
  position: absolute;
  bottom: 84px;
  left: -1000px;
  width: 1000px; }

.big-spam-sorter--wheels-right {
  background-position: -165px top;
  left: 100%; }

.big-spam-sorter--comments-left,
.big-spam-sorter--comments-right {
  height: 72px;
  position: absolute;
  bottom: 150px;
  width: 1000px; }

.big-spam-sorter--comments-left {
  background: url(../../img/spam-sorting-machine-comment-2x.png) repeat-x 0 0;
  background-size: 102px 72px;
  left: -1000px; }

.big-spam-sorter--comments-right {
  background: url(../../img/spam-sorting-machine-commentsorted-2x.png) repeat-x -175px 0;
  background-size: 1020px 72px;
  left: 100%; }

/**
* Get Started
*/
.home-get-started {
  padding-top: 40px; }
  .home-get-started h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center; }
  .home-get-started h3 {
    background-color: #8EA0B3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 100px 10px 10px;
    text-align: center;
    text-transform: uppercase; }
  .home-get-started p {
    font-size: 14px;
    line-height: 1.7; }

.home-get-started--steps {
  width: 28%; }
  .home-get-started--steps:nth-child(odd) {
    margin-left: 8%;
    margin-right: 8%; }
    @media all and (max-width: 700px) {
      .home-get-started--steps:nth-child(odd) {
        margin-left: 5%;
        margin-right: 5%; } }
  @media all and (max-width: 700px) {
    .home-get-started--steps {
      width: 30%; } }

.get-started--signup {
  background: #8ea0b3 url(../../img/how-get-started--signup-2x.png) no-repeat center 22px;
  background-size: 114px 64px; }

.get-started--activate {
  background: #8ea0b3 url(../../img/how-get-started--activate-2x.png) no-repeat center 40px;
  background-size: 114px 34px; }

.get-started--relax {
  background: #8ea0b3 url(../../img/how-get-started--relax-2x.png) no-repeat center 10px;
  background-size: 125px 82px; }

.home-bottom-cta {
  border-top: 1px solid #ddd;
  clear: both;
  padding-top: 50px;
  text-align: center; }

.hi-there {
  background: url(/img/akisbot-hithere-2x.png) no-repeat;
  background-size: 186px 140px;
  position: fixed;
  bottom: 0;
  left: -186px;
  height: 140px;
  width: 186px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1000; }
  .hi-there.on {
    left: -76px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    transform: rotate(20deg); }

/* =Responsive
--------------------------------------------------------------*/
@media all and (max-width: 590px) {
  .home-header {
    margin-bottom: -20px; }
    .home-header h2 {
      font-size: 22px; }

  .big-spam-sorter--machine {
    background-size: 164px 170px;
    height: 170px;
    width: 164px; }

  .big-spam-sorter--conveyor-left, .big-spam-sorter--conveyor-right,
  .big-spam-sorter--conveyor-right {
    background-size: 105px 73px;
    height: 73px; }

  .big-spam-sorter--wheels-left, .big-spam-sorter--wheels-right,
  .big-spam-sorter--wheels-right {
    background-size: 130px 27px;
    height: 27px;
    bottom: 42px; }

  .big-spam-sorter--comments-left,
  .big-spam-sorter--comments-right {
    bottom: 76px;
    height: 36px; }

  .big-spam-sorter--comments-left {
    background-size: 51px auto; }

  .big-spam-sorter--comments-right {
    background-size: 510px auto; } }
@media all and (max-width: 500px) {
  .home-get-started--steps {
    float: none;
    margin: 0 0 50px !important;
    overflow: hidden;
    width: 100%; }

  .home-get-started h3 {
    float: left;
    margin: 0 20px 0 0;
    width: 160px; } }
@media all and (max-width: 400px) {
  .home-get-started h3 {
    float: none;
    margin: 0 0 10px;
    width: 100%; } }
@media all and (max-width: 590px) {
  h1 {
    font-size: 26px; }

  p {
    font-size: 15px !important; } }
/***
 * Spam Counter
 */
.home-spam-counter {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  clear: both;
  text-align: center;
  /** BEGIN FROM 400Billion.css **/
  /** END FROM 400Billion.css **/ }
  .home-spam-counter .click-here {
    position: absolute;
    left: -114px;
    top: 5px; }
  .home-spam-counter .fewer-spam {
    font-size: 33px;
    margin-top: 33px;
    text-align: right;
    text-shadow: 1px 1px 1px #4F800D; }
  .home-spam-counter .home_count {
    white-space: nowrap;
    min-width: 1100px; }
  .home-spam-counter .home_count .comma {
    float: left;
    width: 22px;
    font-size: 76px;
    font-weight: bold;
    margin: 58px 0 0 -7px;
    color: #FFF;
    cursor: default; }
  .home-spam-counter .join-us {
    font-size: 33px;
    margin-bottom: 33px;
    text-align: left;
    text-shadow: 1px 1px 1px #4F800D; }
  .home-spam-counter .number {
    position: relative;
    float: left;
    margin-right: 8px;
    background: #595959;
    border-top: 1px solid #626262;
    border-left: 1px solid #626262;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px; }
  .home-spam-counter .number .digit {
    font-size: 82px;
    width: 60px;
    line-height: normal;
    color: #EEE;
    font-weight: bold;
    padding: 10px 3px 10px 4px;
    cursor: default;
    text-shadow: 2px 1px 2px #303030;
    border-top: 3px solid #2E2E2E;
    border-left: 3px solid #525252;
    border-bottom: 3px solid #4A4A4A;
    border-right: 3px solid #444;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#272727), to(#595959));
    background-image: -moz-linear-gradient(0% 100% 90deg, #595959, #272727); }
  .home-spam-counter .number .divider {
    z-index: 6;
    height: 0;
    border-top: 2px solid #626262;
    border-bottom: 1px solid #AAA;
    width: 100%;
    top: 59px;
    position: absolute; }
  .home-spam-counter .number .shade1 {
    z-index: 5;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    height: 55px;
    background: #222;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-radius-topleft: 6px;
    -khtml-border-radius-topright: 6px; }
  .home-spam-counter .number .shade2 {
    z-index: 4;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    height: 55px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-radius-topleft: 6px;
    -khtml-border-radius-topright: 6px;
    background: #2E2E2E;
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#2e2e2e), to(#595959));
    background-image: -moz-linear-gradient(0% 100% 90deg, #595959, #2e2e2e); }
  .home-spam-counter .number .shade3 {
    z-index: 3;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 0;
    background: #2F2F2F;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px; }
  .home-spam-counter .home_count {
    min-width: 0;
    display: inline-block; }
    .home-spam-counter .home_count .comma {
      font-size: 40px;
      color: inherit;
      margin-top: 8px; }
  .home-spam-counter .number {
    margin-right: 4px; }
    .home-spam-counter .number .digit {
      font-size: 41px;
      width: 40px; }
    .home-spam-counter .number .divider {
      border-top-width: 1px;
      border-bottom: 1px solid rgba(170, 170, 170, 0.3);
      top: 37px; }
  .home-spam-counter .home_stats h3 {
    margin: 10px 0 0; }
  @media all and (max-width: 700px) {
    .home-spam-counter .home_count .comma {
      font-size: 20px;
      margin-top: 10px;
      width: 11px;
      margin-left: -3px; }
    .home-spam-counter .number {
      margin-right: 2px; }
      .home-spam-counter .number .digit {
        font-size: 19px;
        width: 17px;
        padding: 5px 0; }
      .home-spam-counter .number .shade1,
      .home-spam-counter .number .shade2 {
        height: 39px;
        bottom: 0; } }
