/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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: '';
  content: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chat:before, .chat:after {
  content: " ";
  display: table;
  clear: both;
}

.page {
  position: relative;
  overflow: hidden;
  transition: opacity 1s;
  z-index: 1;
  min-height: 100vh;
  padding: 0 16px;
  background: linear-gradient(#ebebec 0, white 20%, white 80%, #ebebec 100%);
}
.ready .page {
  opacity: 1;
}

.logo {
  text-align: center;
  margin: 1.5em auto;
  width: 90%;
}
@media (min-width: 480px) {
  .logo {
    margin: 2.8em auto;
    width: 68%;
    transform: translateX(0.5em);
  }
}

.fb-like-container {
  text-align: center;
  margin: 1em 0;
}
@media (min-width: 480px) {
  .fb-like-container {
    margin: 2.8em 0;
  }
}

@media (max-width: 374px) {
  .shrink-on-mobile {
    font-size: .8em;
  }
}

@font-face {
  font-family: 'Helvetica-Bold';
  src: url("fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Helvetica-Bold.otf") format("opentype"), url("fonts/Helvetica-Bold.woff") format("woff"), url("fonts/Helvetica-Bold.ttf") format("truetype"), url("fonts/Helvetica-Bold.svg#Helvetica-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url("fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("fonts/Helvetica.otf") format("opentype"), url("fonts/Helvetica.woff") format("woff"), url("fonts/Helvetica.ttf") format("truetype"), url("fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BentonSans-Book';
  src: url("fonts/BentonSans-Book.eot?#iefix") format("embedded-opentype"), url("fonts/BentonSans-Book.otf") format("opentype"), url("fonts/BentonSans-Book.woff") format("woff"), url("fonts/BentonSans-Book.ttf") format("truetype"), url("fonts/BentonSans-Book.svg#BentonSans-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font: 400 16px/1.3 Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

a, a:hover, a:visited {
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

b {
  font-weight: bold;
  font-family: Helvetica-Bold, sans-serif;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 456px;
  margin-top: 30px;
}

.chat {
  margin-top: -.8em;
}
.chat__message, .chat__message--left, .chat__message--right {
  margin-top: 1em;
}
.chat__message blockquote, .chat__message--left blockquote, .chat__message--right blockquote {
  padding: .9em;
  display: inline-block;
  border-radius: 1.2em;
  position: relative;
}
.chat__message blockquote:after, .chat__message--left blockquote:after, .chat__message--right blockquote:after {
  content: "";
  display: block;
  width: 14px;
  height: 19px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .chat__message blockquote br, .chat__message--left blockquote br, .chat__message--right blockquote br {
    display: none;
  }
}
.chat__message blockquote a, .chat__message--left blockquote a, .chat__message--right blockquote a {
  white-space: nowrap;
}
.chat__message--left blockquote {
  background: #e2e4e4;
  padding-left: 1.2em;
  padding-right: 1.8em;
}
.chat__message--left blockquote:after {
  left: -9px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="19" viewBox="0 0 13.7 19.1"><path d="M13.7 0H8.7c0 12-6.3 17.3-8.7 19.1 5.6 0 10.2-2.6 13.7-6.1" fill="#E2E4E4"/></svg>') no-repeat;
}
.chat__message--right {
  padding-left: 7.5%;
  text-align: left;
  
}
.chat__message--right blockquote {
  background: #0872b9;
  color: white;
  padding-left: 1.8em;
}
.chat__message--right blockquote:after {
  right: -9px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.7 19.1"><path d="M0 0h5c0 12 6.3 17.3 8.7 19.1 -5.6 0-10.2-2.6-13.7-6.1" fill="#0E73BA"/></svg>') no-repeat;
}

.footer {
  margin-left: -16px;
  margin-right: -16px;
  color: #e6e6e5;
  text-align: center;
  font-family: BentonSans-Book, sans-serif;
  font-size: .8125em;
}
.footer p {
  margin: 2em 0;
}
.footer__block {
  padding: 16px;
  background: #191919;
}
.footer__copyrights {
  font-size: .85em;
  color: #808080;
  background: white;
}
.footer__copyrights p {
  margin: .5em 0;
}
.footer__copyrights p:last-child {
  font-size: .81em;
}
.footer__logos {
  padding-left: 0;
  padding-right: 0;
  background: #e6e6e5;
}
.footer__logos img {
  vertical-align: middle;
  margin: 1em .5em;
}
@media (min-width: 480px) {
  .footer__logos img {
    margin: 1.5em 1em;
  }
}
.footer a:hover img {
  transition: opacity .3s;
  opacity: .75;
}
