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;
  background-color: #363636;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}

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

.langBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #FFFFFF;
  width: 300px;
  padding: 30px;
}

.langBlock img {
  display: block;
  width: 65%;
  margin: 10px auto 40px;
}

.langBlock p {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: lighter;
  text-align: left;
  line-height: 26px;
}

hr {
  border: 0;
  color: #c9c9c9;
  background-color: #c9c9c9;
  height: 1px;
}

a.button {
  background-color: #0171bf;
  color: #FFFFFF;
  border: 1px solid #0171bf;
  padding: 15px 30px;
  margin: 20px 0;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  line-height: 26px;
}

a.button:hover {
  background-color: #FFFFFF;
  color: #0171bf;
  border: 1px solid #0171bf;
  box-sizing: content-box;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

@media only screen and (max-width: 650px) {
  .langBlock {
    width: 80%;
    margin: 0 auto;
  }
}
