/* 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; } }
