/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(../fonts/Vista%20Slab%20OTCE%20Reg/VistaSlabOTCE-Reg.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
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; }

h1, h2, p, li, a, input, button {
  color: #03587f;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  text-decoration: none; }

h1, h2 {
  font-family: "VistaSlabOTCEReg", Times, serif; }

.wrapper, .top, .book .convo-wrap {
  max-width: 1100px;
  margin: auto; }

.inner {
  padding: 20px;
  overflow: hidden;
  position: relative; }

.menu, .book {
  border-bottom: 1px solid #75a7bd; }

.top .logo {
  float: left; }
.top .social {
  float: right; }
  .top .social li {
    display: inline-block;
    line-height: 10px;
    margin: 0 10px;
    vertical-align: middle; }

.header {
  background-image: url(../img/banner.jpg);
  background-size: cover; }
  .header .inner {
    padding: 0 20px; }
  .header .text {
    width: calc(100% - 400px);
    float: left; }
  .header .text-inner {
    max-width: 500px; }
  .header .phone {
    float: right;
    width: 400px;
    position: absolute;
    right: 0;
    bottom: 0; }
    .header .phone img {
      bottom: 0;
      position: absolute;
      max-height: 350px; }
  .header h1, .header p {
    color: #fff;
    margin: 40px 0; }
  .header h1 {
    font-size: 3em;
    line-height: 1em; }
  @media screen and (max-width: 750px) {
    .header .phone {
      display: none; }
    .header .text {
      width: 100%; } }

.menu {
  background: #e8f6fc; }
  .menu ul {
    display: table; }
  .menu li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative; }
    .menu li:hover, .menu li.active {
      background: #bfdbe7; }
    .menu li:after {
      content: "";
      position: absolute;
      height: 40px;
      width: 1px;
      border-right: 1px solid #75a7bd;
      right: 0;
      top: calc(50% - 20px); }
    .menu li:nth-last-of-type(1):after {
      border-right: 0; }
    .menu li a {
      font-family: "VistaSlabOTCEReg", Times, serif;
      font-size: 0.9em;
      display: table-cell;
      padding: 20px; }
  @media screen and (max-width: 639px) {
    .menu ul, .menu li {
      display: block;
      width: 100%;
      font-size: 95%; }
    .menu li {
      padding: 10px 0; }
      .menu li:after {
        height: 0;
        width: 100%;
        margin: auto;
        border-right: 0;
        border-bottom: 1px solid white;
        border-top: 1px solid #accad7;
        left: 0;
        bottom: -40px; }
      .menu li a {
        width: 100%;
        display: block;
        padding: 0; } }

.sprite {
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat; }
  .sprite.whatsapp {
    background-position: 0 0; }
  .sprite.fbmess {
    background-position: -50px 0; }
  .sprite.tinder {
    background-position: -100px 0; }
  .sprite.facebook {
    background-position: -150px 0; }
  .sprite.twitter {
    background-position: -200px 0; }
  .sprite.scroll {
    background-position: 0 -60px; }

.book {
  text-align: center; }
  .book:nth-of-type(even) {
    background-color: #e8f6fc; }
  .book h2 {
    font-size: 2em;
    margin: 40px 0; }
  .book .convo-wrap {
    overflow: hidden; }
    .book .convo-wrap .convo {
      float: left;
      width: calc(100%/3);
      padding: 0 10px;
      box-sizing: border-box; }
      .book .convo-wrap .convo .icon {
        margin: 20px auto; }
      .book .convo-wrap .convo .convo-intro {
        display: table;
        width: 100%;
        min-height: 100px;
        padding: 0 10px;
        box-sizing: border-box;
        background-color: #03587f;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px;
        border-radius: 5px 5px 0 0; }
        .book .convo-wrap .convo .convo-intro p {
          display: table-cell;
          vertical-align: middle;
          color: #fff;
          font-size: 0.99em; }
      .book .convo-wrap .convo .convo-img {
        position: relative;
        height: 0;
        padding-bottom: 180%;
        overflow: hidden;
        -moz-box-shadow: #d0d0d0 0 2px 7px;
        -webkit-box-shadow: #d0d0d0 0 2px 7px;
        box-shadow: #d0d0d0 0 2px 7px; }
        .book .convo-wrap .convo .convo-img .convo-img-inner {
          background-color: #FFF;
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          overflow-y: scroll; }
          .book .convo-wrap .convo .convo-img .convo-img-inner img {
            max-width: 100%; }
      .book .convo-wrap .convo .scroll-wrap {
        margin: 20px 0; }
        .book .convo-wrap .convo .scroll-wrap p {
          color: #aaa;
          font-size: 0.9em; }
        .book .convo-wrap .convo .scroll-wrap.hide {
          opacity: 0; }
      .book .convo-wrap .convo .embed-wrap {
        margin: 20px 0 40px; }
        .book .convo-wrap .convo .embed-wrap input {
          border: 1px solid #b3cdd9;
          font-size: 0.9em;
          line-height: 25px;
          color: #81acbf; }
        .book .convo-wrap .convo .embed-wrap button {
          position: relative;
          border: 0;
          line-height: 25px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          background-color: #03587f;
          color: #fff;
          font-size: 0.9em; }
          .book .convo-wrap .convo .embed-wrap button:active {
            background-color: #1c698c; }
          .book .convo-wrap .convo .embed-wrap button.active:before {
            content: "";
            position: absolute;
            top: 18px;
            left: 50%;
            -moz-transform: translate(-50%, 1em);
            -ms-transform: translate(-50%, 1em);
            -webkit-transform: translate(-50%, 1em);
            transform: translate(-50%, 1em);
            width: 0px;
            height: 0px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #333; }
          .book .convo-wrap .convo .embed-wrap button.active:after {
            font-size: 0.8em;
            content: "Copied!";
            position: absolute;
            top: 25px;
            left: 50%;
            -moz-transform: translate(-50%, 1em);
            -ms-transform: translate(-50%, 1em);
            -webkit-transform: translate(-50%, 1em);
            transform: translate(-50%, 1em);
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            width: 70px;
            height: 20px;
            line-height: 20px;
            color: #fff;
            background-color: #333; }
      @media screen and (max-width: 768px) {
        .book .convo-wrap .convo {
          width: 100%;
          float: none;
          margin-bottom: 80px; }
          .book .convo-wrap .convo .scroll-wrap {
            display: none; } }
  .book .outro {
    max-width: 800px;
    margin: 40px auto;
    font-size: 1.3em; }
    .book .outro a {
      font-size: 1em;
      text-decoration: underline; }
