/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(../fonts/stylesheet.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none !important; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.align-right {
  text-align: right; }

a {
  color: #fff; }
  a:hover {
    color: #aaa; }

body {
  background-color: #000;
  color: #fff;
  font-family: "gt_haptik", sans-serif;
  height: auto; }
  @media (min-width: 768px) {
    body {
      height: 100%;
      overflow: auto;
      position: relative; }
      body .wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url(../img/sigle-o-background.png);
        background-size: 587px 590px;
        background-repeat: no-repeat;
        background-position: 106% 15px; } }

main {
  height: auto; }
  main .fake-content {
    display: none; }
  @media (min-width: 768px) {
    main {
      height: calc(100% - 187px);
      position: relative; }
      main .fake-content {
        display: flex;
        height: 100%; }
        main .fake-content .col-custom-big {
          -ms-flex: 0 0 38%;
          flex: 0 0 38%;
          max-width: 38%; }
        main .fake-content .col-custom-small {
          -ms-flex: 0 0 12%;
          flex: 0 0 12%;
          max-width: 12%; }
        main .fake-content .bordered {
          border-right: 1px solid rgba(216, 216, 216, 0.15); } }
  main .content {
    width: inherit; }
    @media (min-width: 768px) {
      main .content {
        position: absolute;
        top: 0; } }
    @media (min-width: 768px) {
      main .content .row > div {
        padding: 0; } }
    main .content .logo-header {
      max-width: 340px;
      height: auto;
      padding: 10vh 0; }
      @media (min-width: 1220px) {
        main .content .logo-header {
          padding: 13vh 0; } }
      @media (max-width: 575.98px) {
        main .content .logo-header {
          max-width: 300px; } }
    main .content h2 {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 20px; }
    main .content p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 75px; }
      @media (min-width: 768px) {
        main .content p {
          margin-bottom: 0; } }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 187px; }
  @media (max-width: 767.98px) {
    footer {
      position: static;
      bottom: initial;
      height: auto;
      width: 100%; } }
  footer .footer-inner {
    border-top: 1px solid #3D3D3D;
    padding: 30px 0 15px 0; }
    @media (min-width: 768px), (min-height: 769px) {
      footer .footer-inner {
        padding: 50px 0 85px 0; } }
    @media (min-width: 768px) {
      footer .footer-inner > div {
        padding: 0; } }
  footer p {
    font-size: 16px;
    line-height: 27px; }
    @media (max-width: 767.98px) {
      footer p {
        margin-bottom: 15px; } }
    @media (max-width: 575.98px) {
      footer p {
        text-align: left !important; } }
  footer .animation {
    position: absolute;
    top: -70px;
    left: 50%;
    white-space: nowrap;
    -webkit-animation: animLeftSlideshow2 50s linear infinite;
    -moz-animation: animLeftSlideshow2 50s linear infinite;
    -ms-animation: animLeftSlideshow2 50s linear infinite;
    -o-animation: animLeftSlideshow2 50s linear infinite;
    animation: animLeftSlideshow2 50s linear infinite; }
    @media (max-width: 767.98px), (max-height: 767.98px) {
      footer .animation {
        display: none; } }
@-webkit-keyframes animLeftSlideshow2 {
  0% {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  100% {
    -moz-transform: translate(-83.3333%, -50%);
    -o-transform: translate(-83.3333%, -50%);
    -ms-transform: translate(-83.3333%, -50%);
    -webkit-transform: translate(-83.3333%, -50%);
    transform: translate(-83.3333%, -50%); } }
@-moz-keyframes animLeftSlideshow2 {
  0% {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  100% {
    -moz-transform: translate(-83.3333%, -50%);
    -o-transform: translate(-83.3333%, -50%);
    -ms-transform: translate(-83.3333%, -50%);
    -webkit-transform: translate(-83.3333%, -50%);
    transform: translate(-83.3333%, -50%); } }
@-ms-keyframes animLeftSlideshow2 {
  0% {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  100% {
    -moz-transform: translate(-83.3333%, -50%);
    -o-transform: translate(-83.3333%, -50%);
    -ms-transform: translate(-83.3333%, -50%);
    -webkit-transform: translate(-83.3333%, -50%);
    transform: translate(-83.3333%, -50%); } }
@keyframes animLeftSlideshow2 {
  0% {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  100% {
    -moz-transform: translate(-83.3333%, -50%);
    -o-transform: translate(-83.3333%, -50%);
    -ms-transform: translate(-83.3333%, -50%);
    -webkit-transform: translate(-83.3333%, -50%);
    transform: translate(-83.3333%, -50%); } }
    footer .animation span {
      text-transform: uppercase;
      color: #666;
      font-size: 80px; }
      footer .animation span.filling {
        width: 3568px;
        height: 67px;
        background-image: url(../img/bottom-defilement-double.png);
        display: inline-block; }

/*# sourceMappingURL=main.css.map */
