@charset "UTF-8";
/* 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; }

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; }

body {
  /* background: #e6e6e6; */
  background: #ffffff;
  margin-top: 36px;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 27px; }

.title {
  display: block;
  max-width:347px;width:auto !important;width:347px
}

.title img {
  width: 100%;
}

.title span {
  display: block;
  text-indent: -999px;
  overflow: hidden;
}

.wrap {
  max-width: 1152px;
  margin: 0 auto; }

.wrap-fluid {
  width: 100%;
  float: left; }

.logo {
  padding: 18px 36px; }

.section-heading {
  padding: 16px 0;
  width: 100%;
  float: left;
}

a {
  color: #fff;
}

p {
  font-family: 'Old Standard TT', serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 27px; }

h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 54px;
  }

h2 {
  font-size: 24px;
  line-height: 36px;
  width: 100%;
  border-top: #000000 2px solid;
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  }

.button-big {
  border: #123123 2px solid; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.img-fluid {
  display: block;
  width: 100%;
  padding-bottom: 18px; }

.color-1 {
  background: #ffffff;
  color: #333333; }

.color-2 {
  background: #666666;
  color: #ffffff; }

.color-3 {
  background: #1a1a1a;
  color: #ffffff; }

span.col-label {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  padding: 0 36px;
  display: table;
  }

@media (max-width: 1152px) {
  body {
    margin: 16px 32px;
  }
}
