@import url(../fonts/Open%20Sans/OpenSans.css);
@import url(../fonts/Vista%20Slab%20OTCE%20Reg/VistaSlabOTCE-Bold.css);
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  font-size: 0.875em; }

h1, h2 {
  font-family: "VistaSlab", arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.4em; }

p, li, a {
  font-family: "OpenSans", arial, sans-serif;
  line-height: 1.4em; }

section > .inner, .book .inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden; }

.left, .right {
  box-sizing: border-box; }

@media (min-width: 700px) {
  .left {
    float: left; }

  .right {
    float: right; } }
.header {
  background-color: #099bcc;
  padding: 30px 0; }
  .header h1, .header p {
    color: #ffffff;
    margin: 20px 0;
    font-size: 0.9em; }
  .header h1 {
    font-size: 3.5em;
    line-height: 1em;
    margin: 0.5em 0 1em; }
  @media (min-width: 700px) {
    .header .left {
      max-width: 700px;
      float: none; }
    .header .right {
      float: none; } }

.book {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #cceaf5; }
  @media (min-width: 910px) {
    .book {
      height: 400px; } }
  .book .background {
    display: none; }
    @media (min-width: 910px) {
      .book .background {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        height: 400px;
        width: 100%;
        background-position: bottom;
        background-repeat: repeat-x;
        background-image: url("../img/bg-dark.png"); } }
  .book:nth-child(2n) {
    background-color: #eef8fa; }
    .book:nth-child(2n) .detail {
      background-image: url("../img/bg-light.png"); }
    @media (min-width: 910px) {
      .book:nth-child(2n) .background {
        background-image: url("../img/bg-light.png"); }
      .book:nth-child(2n) .detail {
        background-image: none; } }
  .book .content > .inner {
    padding: 0; }
  @media (min-width: 910px) {
    .book .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 400px; }
      .book .content > .inner {
        padding: 0 20px; } }
  .book .type {
    text-align: center; }
    .book .type > .inner {
      padding: 0 20px; }
    @media (min-width: 910px) {
      .book .type {
        text-align: left;
        padding: 20px 20px 0 0; }
        .book .type > .inner {
          padding: 0; } }
    .book .type img {
      margin: 20px 0; }
    .book .type h2 {
      font-size: 3em;
      line-height: 1.1em; }
    .book .type .time-wrap {
      margin: 20px auto;
      width: 250px;
      text-align: left; }
      .book .type .time-wrap span {
        display: table-cell;
        vertical-align: middle; }
        .book .type .time-wrap span img {
          vertical-align: middle;
          padding-right: 10px; }
        .book .type .time-wrap span p {
          font-size: 1em;
          line-height: 1.1em; }
          .book .type .time-wrap span p.blue {
            color: #099bcc;
            font-size: 1.5em;
            font-weight: 700; }
          .book .type .time-wrap span p.time {
            font-size: 2em; }
  .book .detail {
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url("../img/bg-dark.png"); }
    @media (min-width: 910px) {
      .book .detail {
        background-image: none; } }
    @media (min-width: 700px) and (max-width: 909px) {
      .book .detail {
        margin-left: 40px;
        padding-right: 20px; } }
    .book .detail .bg {
      height: 400px;
      background-position: left bottom;
      background-repeat: no-repeat;
      overflow: hidden;
      padding-left: 340px; }
    @media (max-width: 699px) {
      .book .detail .titles {
        display: none; } }
  .book .titles li {
    margin: 10px 0; }
    .book .titles li p {
      display: table-cell;
      vertical-align: middle; }
      .book .titles li p img {
        vertical-align: middle;
        margin-right: 20px; }
      .book .titles li p span {
        font-weight: 900; }
  .book .mobile-titles {
    padding: 40px 20px 40px 40px; }
    @media (min-width: 700px) {
      .book .mobile-titles {
        display: none; } }
  @media (min-width: 910px) {
    .book .inner {
      height: 400px; } }
  .book .left, .book .right {
    float: none; }
  @media (min-width: 910px) {
    .book .left {
      width: 260px;
      float: left; }
    .book .right {
      width: calc(100% - 260px);
      float: right; } }
  .book.social .bg {
    background-image: url("../img/books/social-networks.png");
    background-position-y: 15px; }
  .book.im .bg {
    background-image: url("../img/books/im.png"); }
  .book.emailing .bg {
    background-image: url("../img/books/emails.png"); }
  .book.photo-video .bg {
    background-image: url("../img/books/photo-video-mess.png"); }
  .book.photo-video .titles {
    margin: 70px 0 0 0; }
  .book.phone-calls .bg {
    background-image: url("../img/books/phone-call.png");
    background-position-y: 4px; }
  .book.phone-calls .titles {
    margin: 70px 0 0 0; }
  .book.video-calls .bg {
    background-image: url("../img/books/video-call.png"); }
  .book.video-calls .titles {
    margin: 70px 0 0 0; }
  .book.texting .bg {
    background-image: url("../img/books/text.png");
    background-position-y: 10px; }
  .book.texting .titles {
    margin: 70px 0 0 0; }

.top {
  overflow: hidden;
  text-align: center; }
  @media (min-width: 700px) {
    .top {
      text-align: left; } }
  .top .logo {
    padding: 20px 0; }
    @media (min-width: 700px) {
      .top .logo {
        float: left; } }
  .top .social {
    display: flex;
    margin: 0 0 20px;
    justify-content: center; }
    @media (min-width: 700px) {
      .top .social {
        float: right;
        margin: 20px 0; } }
    .top .social li {
      margin: 0 10px; }

.footer {
  padding: 40px 0;
  text-align: center; }
  .footer > .inner {
    max-width: 800px; }
