/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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: none; }

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

.header, .header .social, .section, .books #slideshow, .footer .social {
  *zoom: 1; }
  .header:before, .header .social:before, .section:before, .books #slideshow:before, .footer .social:before, .header:after, .header .social:after, .section:after, .books #slideshow:after, .footer .social:after {
    content: " ";
    display: table; }
  .header:after, .header .social:after, .section:after, .books #slideshow:after, .footer .social:after {
    clear: both; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "museo-slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 100%;
  background: #fff;
  color: #2e2424; }

a {
  color: #16d5ce;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

a:hover {
  color: #0a615e; }

strong, b {
  font-family: "museo-slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700; }

em, i {
  font-family: "museo-slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 300; }

em.strong, i.strong {
  font-family: "museo-slab", Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 700; }

.more {
  text-transform: uppercase;
  float: right;
  clear: both;
  margin: 1em 0 0; }

.container {
  width: 92%;
  margin: 0 auto; }

.header {
  margin: 11.5em auto 1.5em; }
  .header .logo {
    text-indent: -999em;
    background: url("../img/logo-sm.png") no-repeat;
    width: 300px;
    height: 46px;
    margin: 0 auto; }
  .header .social {
    width: 100%;
    padding: 0 0 5px;
    border-bottom: 1px solid #e8daea;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fefaff;
    background-image: -webkit-gradient(radial, center center, 0, center center, 460, color-stop(0%, #fefaff), color-stop(100%, #f3e8f5));
    background-image: -webkit-radial-gradient(50% -10%, circle cover, #fefaff, #f3e8f5);
    background-image: -moz-radial-gradient(50% -10%, circle cover, #fefaff, #f3e8f5);
    background-image: -ms-radial-gradient(50% -10%, circle cover, #fefaff, #f3e8f5);
    background-image: -o-radial-gradient(50% -10%, circle cover, #fefaff, #f3e8f5);
    background-image: radial-gradient(50% -10%, circle cover, #fefaff, #f3e8f5);
    box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.1); }
    .header .social li {
      float: left;
      width: 50%; }
    .header .social a {
      display: block;
      padding: 0.75em 0;
      text-align: center;
      color: #777ea1;
      text-shadow: 0 1px white; }

.section {
  margin: 0 0 2em; }
  .section h1 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
    border-bottom: 2px solid #ebeaef;
    letter-spacing: .075em; }

.meet-sarah img {
  width: 100%;
  height: auto; }
.meet-sarah p {
  line-height: 1.875em;
  text-align: justify; }

.pins ul, .instagrams ul {
  width: 100%; }
.pins li, .instagrams li {
  float: left;
  width: 48%;
  margin: 1% 1% 0 1%; }
.pins img, .instagrams img {
  display: block;
  width: 100%;
  height: auto; }

.tweets li {
  line-height: 1.3em;
  padding: 0 0 0.75em;
  margin: 0 0 0.75em;
  border-bottom: 1px solid #ebeaef; }

.youtube {
  line-height: 1.3em; }
  .youtube a {
    color: #4d4141; }
  .youtube .video-container {
    margin-bottom: 1em; }
  .youtube .title {
    color: #4d4141;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase; }
  .youtube .description {
    font-size: .875em; }
  .youtube .caption .title {
    margin-bottom: .5em;
    font-size: 1.25em; }
  .youtube .playlist li {
    padding: 0.75em 0 0.6em;
    *zoom: 1;
    border-bottom: 1px solid #ebeaef; }
    .youtube .playlist li:before, .youtube .playlist li:after {
      content: " ";
      display: table; }
    .youtube .playlist li:after {
      clear: both; }
  .youtube .playlist img {
    float: left;
    width: 37%; }
  .youtube .playlist .thumb-info {
    float: right;
    width: 60%; }
  .youtube .playlist .title {
    text-transform: uppercase;
    line-height: 1.2em; }
  .youtube .playlist .description {
    font-size: .875em; }
  .youtube .playlist .is-active {
    box-shadow: inset 0 1px white;
    background: #fdf1f5; }

.books h2 {
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 0 0 0.75em;
  margin: 0 0 0.75em;
  border-bottom: 1px solid #ebeaef;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700; }
.books #slideshow li {
  width: 100%;
  line-height: 1.6;
  float: left;
  margin: 1em 0 2em; }
.books img {
  display: block;
  width: 40%;
  height: auto;
  float: left;
  margin: 0 0.75em 0 0; }

.books .book-info img {
  display: none; }

.prev-bg, .next-bg {
  display: none; }

.footer {
  padding: 2em 0;
  background: #fafafa; }
  .footer p {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 1em;
    margin: 0 0 1em;
    border-bottom: 1px solid #ebeaef; }
  .footer .social {
    width: 100%;
    padding: 0 0 1em;
    margin: 0 0 1em;
    border-bottom: 1px solid #ebeaef; }
    .footer .social li {
      float: left;
      width: 50%; }
    .footer .social a {
      display: block;
      padding: 0.75em 0;
      text-align: center; }
  .footer form {
    text-align: center; }

label {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase; }

input[type="text"] {
  display: inline-block;
  border: 1px solid #ebeaef;
  width: 200px;
  padding: 3px 5px; }

input[type="submit"] {
  display: inline-block;
  border: none;
  background: #16d5ce;
  padding: 3px 10px;
  color: #fff;
  text-transform: uppercase; }

@media only screen and (min-width: 35.5625em) {
  .header {
    margin: 9.5em auto 1.5em; }
    .header .logo {
      background: url("../img/logo-med.png") no-repeat;
      width: 500px;
      height: 77px; }
    .header .social li {
      width: 33.3333%; }

  .section h1 {
    font-size: 2em; }

  .meet-sarah img {
    width: 300px;
    float: left;
    margin: 0 1em -1em 0; }

  .pins li, .instagrams li {
    width: 31.3333%; }

  .footer .social li {
    width: 33.3333%; } }
@media only screen and (min-width: 48em) {
  body {
    background: url("../img/bg.jpg") repeat-x center top; }

  .header {
    margin: 7.5em auto 1.5em; }
    .header .social li {
      width: 25%; }

  .section {
    width: 48%;
    float: left;
    margin: 0 0 2em; }
    .section h1 {
      font-size: 2.25em; }

  .meet-sarah {
    float: left;
    clear: left; }
    .meet-sarah img {
      width: 100%;
      margin: 0; }

  .pins, .instagrams {
    float: left;
    clear: left; }

  .instagrams {
    float: right;
    clear: none; }

  .tweets {
    float: right;
    clear: none; }

  .youtube {
    width: 100% !important;
    clear: both;
    border: 1px solid #ebeaef;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAOvr6wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZGMUI3NkJFQzQ2QTExRTJCMUI2QjMyMEY1QUQ5QTY3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZGMUI3NkJGQzQ2QTExRTJCMUI2QjMyMEY1QUQ5QTY3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkYxQjc2QkNDNDZBMTFFMkIxQjZCMzIwRjVBRDlBNjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkYxQjc2QkRDNDZBMTFFMkIxQjZCMzIwRjVBRDlBNjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAAAQABAAACAkQBADs=) 70% top repeat-y;
    position: relative; }
    .youtube h1 {
      float: right;
      width: 30%;
      padding-top: .5em;
      font-size: 1.75em;
      margin-bottom: .2em; }
    .youtube .left-column {
      float: left;
      width: 70%; }
    .youtube .video-container {
      margin: 0; }
    .youtube .caption {
      padding: 1.5em 1em; }
      .youtube .caption .title {
        font-size: 1.5em;
        line-height: 1.1em;
        margin-bottom: .2em;
        letter-spacing: 1px; }
    .youtube .playlist {
      position: absolute;
      right: 0;
      top: 0;
      width: 29.9%;
      height: 100%;
      border-bottom: 1px solid #ebeaef;
      padding-top: 70px; }
      .youtube .playlist li {
        padding: 0.75em 1em 0.6em 0.75em; }
      .youtube .playlist .title {
        font-size: .875em; }
      .youtube .playlist .description {
        font-size: .75em; }
    .youtube .viewport {
      border-top: 1px solid #ebeaef;
      position: relative;
      width: 100%;
      height: 100%;
      overflow-y: scroll; }

  .books {
    width: 100%;
    clear: both; }
    .books #slideshow li {
      width: 50%;
      padding: 0 2%; }
    .books #slideshow li:nth-child(2n+1) {
      clear: left; }

  .footer {
    width: 100%;
    clear: both; }
    .footer .social li {
      width: 25%; }
    .footer .social a:hover {
      margin-top: -4px !important; } }
@media only screen and (min-width: 60em) {
  .hr {
    width: 100%;
    border-top: 2px solid #ebeaef;
    margin-bottom: 1.5em;
    float: left;
    clear: both; }

  .container {
    width: 98%; }

  .header {
    margin: 2.5em auto 3em; }
    .header .logo {
      background: url("../img/logo-lg.png") no-repeat;
      width: 900px;
      height: 146px;
      margin: 0 auto 1em; }
    .header .social {
      position: relative;
      background: none;
      border: none;
      box-shadow: none; }
      .header .social li {
        width: 14.285%; }
      .header .social a {
        font-weight: 700;
        color: #333;
        font-size: 1.125em;
        text-transform: uppercase;
        background: url("../img/sprite-icons.png") no-repeat center top;
        padding-top: 105px; }
      .header .social a:hover {
        color: #000;
        background-position-y: 0 !important; }
      .header .social .pinterest a {
        background: url("../img/nav-pinterest.png") no-repeat center 7px; }
      .header .social .tumblr a {
        background: url("../img/nav-tumblr.png") no-repeat center 5px; }
      .header .social .community a {
        background: url("../img/nav-community.png") no-repeat center 7px; }
      .header .social .website a {
        background: url("../img/nav-website.png") no-repeat center 7px; }
      .header .social .twitter a {
        background: url("../img/nav-twitter.png") no-repeat center 9px; }
      .header .social .instagram a {
        background: url("../img/nav-instagram.png") no-repeat center 5px; }
      .header .social .facebook a {
        background: url("../img/nav-facebook.png") no-repeat center 7px; }

  .section {
    width: 50%;
    padding: 0 2%; }
    .section h1 {
      padding-top: 90px; }

  .meet-sarah {
    border-right: 1px solid #ebeaef; }
    .meet-sarah h1 {
      background: url("../img/h1-meet-sarah.png") no-repeat center top; }

  .pins, .instagrams {
    border-right: 1px solid #ebeaef; }
    .pins h1, .instagrams h1 {
      background: url("../img/nav-pinterest.png") no-repeat center top; }
    .pins li, .instagrams li {
      width: 30%;
      margin: 2% 1.5% 1.5% 1.5%;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
    .pins li:hover, .instagrams li:hover {
      box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.2);
      -webkit-transform: scale(1.05) rotate(3deg);
      -moz-transform: scale(1.05) rotate(3deg);
      -ms-transform: scale(1.05) rotate(3deg);
      -o-transform: scale(1.05) rotate(3deg);
      transform: scale(1.05) rotate(3deg); }

  .instagrams {
    border: none; }
    .instagrams h1 {
      background: url("../img/h1-instagram.png") no-repeat center top; }
    .instagrams li {
      padding: 5px 5px 2px;
      background: #f1f1f1;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

  .tweets h1 {
    background: url("../img/h1-twitter.png") no-repeat center top; }

  .youtube {
    padding: 0; }
    .youtube h1 {
      font-size: 2.25em;
      padding: 0.6em 0 0.6em 4%;
      background: url("../img/h1-youtube.png") no-repeat 10% center;
      border: none;
      margin-top: 5px; }

  .books {
    width: 100%; }
    .books h1 {
      font-size: 1.5em;
      background: url("../img/h1-books.png") no-repeat center top;
      border: none; }
    .books #slide-wrap {
      position: relative; }
    .books .viewport {
      position: relative;
      width: 100%;
      height: 480px;
      padding: 15px 0;
      overflow: hidden;
      margin: 0 auto; }
    .books #slideshow {
      width: 100%;
      position: relative; }
    .books #slideshow li {
      position: relative;
      width: 275px;
      height: 416px;
      padding: 0;
      margin: 0 15px;
      clear: none !important;
      -webkit-transition: all 500ms ease-out;
      -moz-transition: all 500ms ease-out;
      -ms-transition: all 500ms ease-out;
      -o-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
      box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25); }
    .books .book-info {
      position: absolute;
      left: 0;
      top: 0;
      width: 275px;
      height: 416px;
      padding: 1em;
      border-bottom: 1px solid #eaefd8;
      background: #f1f7d9;
      overflow: hidden;
      background-color: #e1e5d1;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e5d1), color-stop(15%, #f1f7d9));
      background-image: -webkit-linear-gradient(left, #e1e5d1, #f1f7d9 15%);
      background-image: -moz-linear-gradient(left, #e1e5d1, #f1f7d9 15%);
      background-image: -ms-linear-gradient(left, #e1e5d1, #f1f7d9 15%);
      background-image: -o-linear-gradient(left, #e1e5d1, #f1f7d9 15%);
      background-image: linear-gradient(left, #e1e5d1, #f1f7d9 15%);
      box-shadow: 2px 2px 1px #e0e3d5; }
      .books .book-info img {
        float: none;
        width: auto;
        max-height: 60px;
        margin: 0 auto;
        display: block; }
    .books h2 {
      line-height: 1em;
      padding: 10px 0 0 0;
      margin: 0 0 0.5em;
      text-align: center;
      color: #6d925e; }
      .books h2 span {
        display: block;
        padding: 0.5em 0 0.375em;
        border-top: 1px solid white;
        border-bottom: 3px solid white; }
    .books p {
      font-size: .75em;
      text-align: center; }
    .books .learn-more {
      font-size: 1em;
      width: 100%;
      clear: both;
      padding: 0.5em 0;
      text-transform: uppercase;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #e1e5d1;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e5d1), color-stop(15%, #f1f7d9));
      background-image: -webkit-linear-gradient(left, #e1e5d1, #f1f7d9 15%);
      background-image: -moz-linear-gradient(left, #e1e5d1, #f1f7d9 15%);
      background-image: -ms-linear-gradient(left, #e1e5d1, #f1f7d9 15%);
      background-image: -o-linear-gradient(left, #e1e5d1, #f1f7d9 15%);
      background-image: linear-gradient(left, #e1e5d1, #f1f7d9 15%); }
      .books .learn-more a {
        color: #6d925e; }
      .books .learn-more a:hover {
        color: #3b5631; }
    .books .book-cover {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 5;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transition: all 500ms ease-out;
      -moz-transition: all 500ms ease-out;
      -ms-transition: all 500ms ease-out;
      -o-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
      -webkit-transition-timing-function: cubic-bezier(0.66, 0.1, 0.38, 0.81);
      transition-timing-function: cubic-bezier(0.66, 0.1, 0.38, 0.81); }
    .books .book-cover img {
      display: block;
      width: 100%;
      margin: 0;
      float: none;
      position: relative;
      z-index: 2;
      background: #fff;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden; }
    .books .back {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #c7c8c3;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7c8c3), color-stop(20%, #d7d9d0), color-stop(75%, #eaebe5));
      background-image: -webkit-linear-gradient(right, #c7c8c3, #d7d9d0 20%, #eaebe5 75%);
      background-image: -moz-linear-gradient(right, #c7c8c3, #d7d9d0 20%, #eaebe5 75%);
      background-image: -ms-linear-gradient(right, #c7c8c3, #d7d9d0 20%, #eaebe5 75%);
      background-image: -o-linear-gradient(right, #c7c8c3, #d7d9d0 20%, #eaebe5 75%);
      background-image: linear-gradient(right, #c7c8c3, #d7d9d0 20%, #eaebe5 75%);
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden; }
    .books .shadow {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5); }
    .books #slideshow li:hover {
      z-index: 10;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
      -webkit-transform: scale(1.05) rotateZ(-2deg);
      -moz-transform: scale(1.05) rotateZ(-2deg);
      -ms-transform: scale(1.05) rotateZ(-2deg);
      -o-transform: scale(1.05) rotateZ(-2deg);
      transform: scale(1.05) rotateZ(-2deg); }
      .books #slideshow li:hover .book-cover {
        -webkit-transform: rotateY(100deg) skewY(5deg);
        -moz-transform: rotateY(100deg) skewY(5deg);
        -ms-transform: rotateY(100deg) skewY(5deg);
        -o-transform: rotateY(100deg) skewY(5deg);
        transform: rotateY(100deg) skewY(5deg); }

  .prev-bg, .next-bg {
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 20; }

  .prev-bg {
    left: -2px;
    background: url(../img/bg-button.png) repeat-y right top; }

  .next-bg {
    right: -2px;
    background: url(../img/bg-button.png) repeat-y left top; }

  .prev, .next {
    display: block;
    text-indent: -999em;
    width: 24px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin: -25px 0 0; }

  .prev {
    left: -24px;
    background: url(../img/buttons.png) no-repeat right bottom; }

  .next {
    right: -24px;
    background: url(../img/buttons.png) no-repeat left top; }

  .disable {
    visibility: hidden; }

  .footer {
    padding: 1em 0 100px;
    background: url("../img/footer.jpg") no-repeat center bottom;
    font-weight: 700;
    font-size: 14px; }
    .footer p {
      float: left;
      width: auto;
      border: none;
      margin: 5px 0 0; }
    .footer .container {
      padding: 0 2.5em;
      width: 1000px; }
    .footer .social {
      width: auto;
      float: left;
      border: none; }
      .footer .social li {
        float: left;
        width: 20px;
        text-indent: -999em;
        margin: 0 1em; }
      .footer .social a {
        display: block; }
      .footer .social .pinterest a {
        background: url("../img/sprite-icons.png") no-repeat 0 -6px;
        width: 19px;
        height: 25px; }
      .footer .social .tumblr a {
        background: url("../img/sprite-icons.png") no-repeat -58px 0;
        width: 17px;
        height: 29px;
        margin: -3px 0 0; }
      .footer .social .community a {
        background: url("../img/sprite-icons.png") no-repeat -253px -1px;
        width: 27px;
        height: 26px; }
      .footer .social .twitter a {
        background: url("../img/sprite-icons.png") no-repeat -112px -4px;
        width: 29px;
        height: 23px; }
      .footer .social .instagram a {
        background: url("../img/sprite-icons.png") no-repeat -205px -2px;
        width: 26px;
        height: 25px; }
      .footer .social .facebook a {
        background: url("../img/sprite-icons.png") no-repeat -167px -1px;
        width: 12px;
        height: 28px;
        margin: -3px 0 0; }
    .footer .blog {
      margin: 0;
      padding: 5px 1em;
      border-left: 2px solid #ebeaef; }
    .footer .blog a {
      color: #000; }
    .footer .footer-logo {
      float: right;
      margin-top: -14px; } }
@media only screen and (min-width: 72.5em) {
  .container {
    width: 1160px; }

  .header .logo {
    background: url("../img/logo-xl.png") no-repeat;
    width: 1013px;
    height: 157px; }
  .header .container {
    width: 1160px; } }
@media only screen and (max-width: 60em) {
  .books .book-info {
    background: none !important; } }
