html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, q, s, small, strong, b, u, i, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

html {
  height: 100%;
}

body {
  background: #333;
  background: url("images/bg-small.jpg") fixed;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}


#page {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  margin-bottom: -45px;
  z-index: 2;
}

#page:after {
  content: "";
  display: block;
}

.footer, #page:after {
  min-height: 45px;
}

.main {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
  margin: 20px 0 100px;
}

.header {
  text-align: center;
  padding-top: 40px;
}

img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}

a, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footer {
  position: relative;
  z-index: 2;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  padding: 0 20px;
  width: 100%;
}

.footer p {
  margin: 0;
  padding: 10px 0;
}

.footer a {
  margin-right: 20px;
}

h1, h2, h3 {
  font-family: "bebas-neue", sans-serif;
  font-size: 29px;
  color: #ffdd00;
  margin-bottom: 40px;
}

h3 {
  font-size: 22px;
}

p {
  line-height: 1.643;
  margin-bottom: 40px;
}

strong {
  font-weight: bold;
}

.main p a {
  text-decoration: underline;
}

p:last-child {
  margin-bottom: 0;
}

.m-hide {
  display: none;
}

.pause-icon {
  position: relative;
  top: -35px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 600px) {
  body {
    text-align: left;
    background-image: url("images/bg-large.jpg");
  }
  .main {
    padding: 40px;
  }
  .float-right {
    float: right;
  }
  .float-left {
    float: left;
  }
  .m-hide {
    display: block;
  }
  .d-hide {
    display: none;
  }
  .pause-icon {
    margin: 0 0 0 20px;
    margin-top: -80px;
  }
}
