/* ======================================
Colours
======================================= */
/* ======================================
Mixins
======================================= */
/* Aspect Ratio */
/* Vertical Align */
.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* ======================================
Global
======================================= */
html {
  min-height: 100%; }

body {
  padding-top: 60px;
  background: #000000;
  min-height: 100%;
  color: #FFFFFF; }

img {
  max-width: 100%;
  height: auto; }

.nopadding {
  margin: 0 !important;
  padding: 0 !important; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 20px; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ======================================
Grid stuff
======================================= */
.full {
  position: relative;
  float: left;
  height: 100%;
  width: 100%; }

.third {
  position: relative;
  float: left;
  height: 100%;
  width: 33.333%; }

.half {
  position: relative;
  float: left;
  height: 100%;
  width: 50%; }

.twothirds {
  position: relative;
  float: left;
  height: 100%;
  width: 66.666%; }

.quarter {
  position: relative;
  float: left;
  height: 100%;
  width: 25%; }

/* ======================================
Typography
======================================= */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  background: #111;
  color: #fff;
  overflow-x: hidden; }

h1 {
  font-size: 3em;
  font-weight: 700;
  line-height: .5em;
  margin: 0 0 .6em; }

h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .5em;
  text-transform: uppercase; }

h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em; }

a {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #E7E7E7; }

a:hover, a:focus {
  color: #CC2B31;
  text-decoration: none;
  outline: 0; }

a.red {
  color: #CC2B31; }

a.red:hover {
  text-decoration: underline; }

p {
  margin-bottom: 1.2em; }

/* ==========================================================================
   FORMS
   ========================================================================== */
label {
  color: #888;
  font-weight: 400; }

.box {
  background-color: #FFFFFF;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 3em;
  margin-bottom: 3em; }

label.error {
  color: #FA3C3C;
  font-weight: 400; }

input.error, textarea.error {
  border: 1px solid #FA3C3C; }

.form-group-lg textarea.form-control {
  height: 350px; }

.btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.2em;
  margin: 1em 0;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.1em;
  border: solid 1px #CC2B31;
  border-radius: 0;
  background-color: transparent;
  color: #CC2B31; }

.btn:focus, .btn:hover {
  color: #FFFFFF;
  background-color: #CC2B31;
  border: solid 1px #CC2B31;
  outline: none; }

/* ======================================
Nav
======================================= */
.navbar {
  margin-bottom: O; }

.navbar .container {
  width: 100%; }

.navbar-default {
  background-color: #111;
  border: none; }

.navbar-header, .navbar-default {
  height: 60px; }

.navbar-collapse {
  background: #111; }

.navbar h1 {
  margin: 0;
  padding: 0; }

.navbar-brand {
  margin: 20px 0 0;
  padding: 0 0 0 25px;
  width: 110px;
  height: auto;
  line-height: 1;
  display: block; }

.navbar-right {
  margin-right: 0; }

.navbar-toggle {
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 4px; }

.navbar-default .navbar-nav > li > a {
  font-family: 'Oswald', sans-serif;
  color: #FFFFFF;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em; }
  @media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
      font-size: 1.2em;
      letter-spacing: 0.1em; } }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #CC2B31; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #111; }

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #CC2B31; }

.dropdown-menu > li > a {
  color: #777; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #FFFFFF; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #CC2B31;
  background-color: transparent; }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 450px; }

.navbar-collapse.in {
  padding-bottom: 0; }

.nav > li {
  text-align: center; }

.nav > li > a {
  padding: 12px 10px; }
  @media (min-width: 768px) {
    .nav > li > a {
      padding: 20px 10px; } }

.home .navbar-default .navbar-nav > li > a.home {
  color: #CC2B31; }

.fightcard .navbar-default .navbar-nav > li > a[href^="/fightcard"] {
  color: #CC2B31; }

.venue .navbar-default .navbar-nav > li > a[href^="/venue"] {
  color: #CC2B31; }

.eventinfo .navbar-default .navbar-nav > li > a[href^="/eventinfo"] {
  color: #CC2B31; }

.donate .navbar-default .navbar-nav > li > a[href^="/donate"] {
  color: #CC2B31; }

.tickets .navbar-default .navbar-nav > li > a[href^="/tickets"] {
  color: #CC2B31; }

.watch .navbar-default .navbar-nav > li > a[href^="/watch"] {
  color: #CC2B31; }

.sponsors .navbar-default .navbar-nav > li > a[href^="/sponsors"] {
  color: #CC2B31; }

.nav .apply {
  background: transparent; }

/* ======================================
Home
======================================= */
/* Hero */
.home .hero {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  min-height: 600px; }
  .home .hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .home .hero div {
    width: 100%;
    text-align: center;
    z-index: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%); }
    .home .hero div img {
      width: 25%;
      max-width: 150px;
      margin-bottom: 1em; }
    .home .hero div h1 {
      text-align: center;
      margin-bottom: 0; }
      .home .hero div h1 img {
        width: 70%;
        max-width: 550px; }
    .home .hero div h2 {
      font-size: 0.8em;
      border: solid 3px #FFFFFF;
      padding: 0.5em 1em;
      display: inline-block;
      margin: 0 0 1em;
      letter-spacing: 0.2em;
      line-height: 1.4; }
      @media (min-width: 480px) {
        .home .hero div h2 {
          font-size: 1.2em; } }
      @media (min-width: 768px) {
        .home .hero div h2 {
          font-size: 1.5em; } }
    .home .hero div h4 {
      font-weight: 400;
      margin: 0 0 0; }
    .home .hero div ul {
      list-style: none;
      display: inline-block;
      margin: 0 auto 1em;
      width: 100%;
      text-align: center;
      padding: 0; }
    .home .hero div li {
      list-style: none;
      display: inline-block;
      margin: 0 2em 2em 2em;
      max-width: 70%;
      width: 200px; }
      .home .hero div li small {
        line-height: 1; }
      @media (min-width: 550px) {
        .home .hero div li {
          max-width: 20%;
          margin: 0 2em 1em 2em; } }
    .home .hero div .amount {
      width: 85%;
      max-width: 700px;
      margin-bottom: 1em; }
    .home .hero div .logo-wo {
      width: 50%;
      max-width: 300px;
      display: block;
      margin: 0 auto 0.5em; }

/* Sign Up */
.signup {
  position: relative;
  display: inline-block;
  padding: 5em 1em;
  background: #CC2B31;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 10px #da5055;
  box-shadow: inset 0 0 0 10px #da5055;
  /* style input field text */
  /* Input field that looks like a button */
  /* after button is clicked */
  /* Email submit button */ }
  .signup p {
    width: 70%;
    max-width: 600px;
    margin: 0 auto 2em; }
  .signup ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: .8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 700;
    text-transform: uppercase; }
  .signup .email-field {
    width: 180px;
    font-size: 1em;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    background-color: #a22227;
    padding: .9em 1.8em;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 1px;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2; }
    @media (min-width: 600px) {
      .signup .email-field {
        width: 300px;
        font-size: 1.6em; } }
  .signup .email-field:hover {
    background-color: #78191d; }
  .signup .email-field.active {
    outline: none;
    text-align: left;
    cursor: inherit;
    background-color: #78191d;
    -webkit-box-shadow: inset 0 0 5px 1px #631518, 0 0 0 5px #da5055;
    box-shadow: inset 0 0 5px 1px #631518, 0 0 0 5px #da5055;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .signup #subscribe-button {
    width: 50px;
    height: 50px;
    border: none;
    outline: 0;
    text-indent: -9999px;
    opacity: 0;
    background: url(http://helixpowered.com/assets/img/arrow-circle-on-right.svg) no-repeat;
    background-size: 46px;
    background-position: 0 1px;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    @media (min-width: 600px) {
      .signup #subscribe-button {
        width: 75px;
        height: 75px;
        background-size: 66px; } }
  .signup #subscribe-button.show {
    display: inline-block !important;
    background-size: 46px;
    margin-left: 10px;
    opacity: 0.4;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .signup #subscribe-button.show {
        background-size: 66px; } }
  .signup #subscribe-button.show:hover {
    opacity: .6; }

.about {
  padding: 5em 2em; }

/* ======================================
Fightcard
======================================= */
.fight {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: url(/assets/img/smoke-fight.jpg) no-repeat center center;
  background-size: cover; }
  .fight:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.1); }
  .fight ul.taleofthetape {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    margin-top: 10em;
    line-height: 1.2;
    font-size: 1em; }
    .fight ul.taleofthetape li {
      font-size: 70%; }
    .fight ul.taleofthetape .firstname, .fight ul.taleofthetape .nickname, .fight ul.taleofthetape .lastname {
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 150%;
      text-shadow: 1px 1px 1px #000; }
    .fight ul.taleofthetape .nickname {
      font-weight: 300;
      font-size: 100%; }
  .fight img {
    position: absolute;
    top: 20px;
    max-width: 300px; }
  .fight .blue {
    position: relative;
    width: 50%;
    float: left;
    padding: 4em 1em;
    text-align: right; }
    .fight .blue img {
      right: -50px; }
  .fight .red {
    position: relative;
    width: 50%;
    float: left;
    padding: 4em 1em; }
    .fight .red img {
      left: -50px; }
  .fight:nth-child(odd) {
    background: url(/assets/img/smoke-fight-odd.jpg) no-repeat center center;
    background-size: cover; }
    .fight:nth-child(odd) .blue {
      float: right;
      text-align: left; }
      .fight:nth-child(odd) .blue img {
        left: -50px; }
    .fight:nth-child(odd) .red {
      float: right;
      text-align: right; }
      .fight:nth-child(odd) .red img {
        right: -50px;
        left: auto; }
  .fight .shadow {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 250px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

@media (min-width: 768px) {
  .fight ul.taleofthetape {
    font-size: 1.4em;
    margin-top: 8em; }
  .fight img {
    max-width: 400px;
    top: 40px; }
  .fight .blue img {
    right: 0; }
  .fight .red img {
    left: 0; }
  .fight:nth-child(odd) .blue img {
    left: 0; }
  .fight:nth-child(odd) .red img {
    right: 0;
    left: auto; }
  .fight .vs {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
    bottom: 10%;
    background: url(/assets/img/logo-pg.svg) no-repeat center center;
    background-size: contain;
    opacity: 0.1; } }

@media (min-width: 992px) {
  .fight img {
    max-width: 500px; }
  .fight ul.taleofthetape .firstname, .fight ul.taleofthetape .lastname {
    font-size: 200%; }
  .fight ul.taleofthetape .nickname {
    font-size: 100%; } }

@media (min-width: 1300px) {
  .fight ul.taleofthetape {
    margin-top: 12em; }
  .fight img {
    max-width: 550px; }
  .fight ul.taleofthetape .firstname, .fight ul.taleofthetape .lastname {
    font-size: 250%; }
  .fight ul.taleofthetape .nickname {
    font-size: 120%; } }

/* ======================================
Venue
======================================= */
.venue .hero {
  text-align: center;
  height: 600px;
  position: relative;
  background: url(/assets/img/venue/bg-venue.jpg) center top no-repeat;
  background-size: cover; }
  @media all and (min-width: 600px) {
    .venue .hero {
      height: 700px; } }

.venue .details {
  position: relative;
  display: inline-block;
  padding: 5em 1em;
  background: #CC2B31;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 10px #da5055;
  box-shadow: inset 0 0 0 10px #da5055; }
  .venue .details .logo-wo {
    width: 500px;
    max-width: 60%;
    height: auto;
    position: relative;
    display: block;
    top: 40%;
    margin: 0 auto 2em; }
  .venue .details h4 {
    font-size: 1.5em;
    margin-bottom: 0em; }
  .venue .details h3 {
    margin-top: 0;
    margin-bottom: 1em;
    display: inline-block; }
  .venue .details h2 {
    font-size: 1.5em;
    border: solid 3px #FFFFFF;
    padding: 0.5em 1em;
    display: inline-block;
    letter-spacing: 0.2em; }
  .venue .details a:hover {
    color: #FFFFFF; }

.venue .exterior {
  position: relative;
  width: 100%;
  height: 350px; }
  .venue .exterior .half {
    width: 100%; }
    @media (min-width: 768px) {
      .venue .exterior .half {
        width: 50%; } }
  @media (min-width: 768px) {
    .venue .exterior {
      height: 500px; } }

.venue .photogrid {
  padding: 0;
  margin: 0 0 -6px 0;
  list-style: none;
  width: 100%;
  height: auto;
  display: inline-block; }
  .venue .photogrid li {
    float: left;
    width: 33%; }
    @media (min-width: 480px) {
      .venue .photogrid li {
        width: 25%; } }
    @media (min-width: 768px) {
      .venue .photogrid li {
        width: 16.666%; } }

/* ======================================
Donate
======================================= */
.donate hr {
  margin: 2em 0; }

.donation-form {
  color: #000000;
  margin-bottom: 3em;
  float: left; }

.donation-form fieldset {
  border-radius: 10px;
  border: none;
  min-height: 360px;
  padding: 5px 20px 20px;
  text-align: left;
  vertical-align: top;
  width: auto; }

.donation-form fieldset:first-child {
  margin-right: 20px; }

.donation-form fieldset legend {
  font-size: 1.5em;
  margin: 2em 0 0.5em 0;
  padding: 0;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #CC2B31; }

.donation-form label {
  display: block;
  font-size: 13px;
  padding-left: 2px;
  vertical-align: top; }

.donation-form .text {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  margin-bottom: 8px;
  outline: none;
  padding: 8px;
  resize: none;
  width: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border-radius: 4px; }

.donation-form select.text {
  margin-top: 4px;
  height: 41px; }

.donation-form .form-first-name,
.donation-form .form-last-name,
.donation-form .form-city,
.donation-form .form-state,
.donation-form .form-zip {
  display: block; }

.donation-form .form-marked {
  margin-bottom: 20px; }

.donation-form .form-amount {
  margin-bottom: 20px; }

.donation-form .form-amount label {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  width: 92px;
  padding: 1px 4px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.donation-form .form-amount label.active {
  background-color: #fbf7ec;
  font-weight: 400; }

.donation-form .form-amount .amount {
  margin: 0;
  width: 90px; }

.donation-form .form-cvc {
  vertical-align: top; }

.form-cvc {
  margin-top: 4px; }

.donation-form .form-expiry {
  width: 225px; }

.donation-form .form-expiry select {
  width: 120px; }

.donation-form .form-expiry select:last-child {
  margin-left: 10px;
  width: 90px; }

.donation-form .form-submit {
  margin: 15px 0; }

.donation-form .submit-button {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.2em;
  margin: 1em 0;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.1em;
  border: solid 1px #CC2B31;
  border-radius: 0;
  background-color: transparent;
  color: #CC2B31; }

.donation-form .submit-button:hover {
  color: #FFFFFF;
  background-color: #CC2B31;
  border: solid 1px #CC2B31;
  outline: none; }

.messages {
  margin: 6px;
  background-color: #efe1e1;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px #943e3e;
  box-shadow: 0 0 4px #943e3e;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 0; }

.messages.active {
  opacity: 1; }

.messages p {
  color: #570707;
  padding: 10px 20px;
  font-weight: 600; }

/* ======================================
Info
======================================= */
.info section {
  padding: 5em 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: dashed 1px #fff;
  text-align: center; }
  .info section img {
    width: auto;
    max-width: 200px; }

.info .committee {
  padding-bottom: 0;
  border-bottom: none; }
  .info .committee img {
    width: auto;
    max-width: 100%; }

.info h2 {
  font-size: 0.8em;
  border: solid 3px #CC2B31;
  padding: 0.5em 1em;
  display: inline-block;
  margin: 0 0 3em;
  letter-spacing: 0.2em;
  line-height: 1.4; }
  @media (min-width: 480px) {
    .info h2 {
      font-size: 1.2em; } }
  @media (min-width: 768px) {
    .info h2 {
      font-size: 1.5em; } }

.info .logo-wo {
  width: 50%;
  max-width: 300px;
  display: block;
  margin: 0 auto 0.5em; }

/* ======================================
Sponsors
======================================= */
.sponsors section {
  padding: 5em 0;
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
  text-align: center; }

.sponsors .row {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .sponsors .row {
      margin-bottom: 4em; } }

.sponsors ul {
  list-style: none;
  padding: 0; }
  .sponsors ul img {
    max-width: 160px;
    max-height: 50px;
    display: block;
    margin: 0 auto 0.5em; }

.sponsors h2, .sponsors h3 {
  font-size: 0.8em;
  border: solid 3px #CC2B31;
  padding: 0.5em 1em;
  display: inline-block;
  margin: 4em 0 2em;
  letter-spacing: 0.2em;
  line-height: 1.4; }
  @media (min-width: 480px) {
    .sponsors h2, .sponsors h3 {
      font-size: 1.2em; } }
  @media (min-width: 768px) {
    .sponsors h2, .sponsors h3 {
      font-size: 1.5em; } }
  @media (min-width: 992px) {
    .sponsors h2, .sponsors h3 {
      margin: 0 0 2em; } }

.sponsors h3 {
  font-size: 0.6em;
  text-transform: uppercase;
  margin-bottom: 1em; }
  @media (min-width: 480px) {
    .sponsors h3 {
      font-size: 0.8em; } }
  @media (min-width: 768px) {
    .sponsors h3 {
      font-size: 1.1em; } }

/* ======================================
Tickets
======================================= */
/* Countdown */
.countdown {
  width: 100%;
  float: left;
  text-align: center;
  color: #CC2B31;
  padding: 2em 0; }
  .countdown h2 {
    font-size: 0.8em;
    border: solid 3px #CC2B31;
    padding: 0.5em 1em;
    display: inline-block;
    margin: 0 0 1em;
    letter-spacing: 0.2em;
    line-height: 1.4; }
    @media (min-width: 480px) {
      .countdown h2 {
        font-size: 1.2em; } }
    @media (min-width: 768px) {
      .countdown h2 {
        font-size: 1.5em; } }
  .countdown a {
    color: #CC2B31; }
    .countdown a:hover {
      text-decoration: underline; }
  .countdown p {
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 auto;
    color: #FFFFFF; }
  .countdown h3 {
    margin-top: 10px; }
  .countdown .defaultCountdown {
    display: inline-block; }
    .countdown .defaultCountdown .countdown-row {
      clear: both;
      width: 100%;
      padding: 0px 2px;
      text-align: center; }
    .countdown .defaultCountdown .countdown-show1 .countdown-section {
      width: 98%; }
    .countdown .defaultCountdown .countdown-show2 .countdown-section {
      width: 48%; }
    .countdown .defaultCountdown .countdown-show3 .countdown-section {
      width: 32.5%; }
    .countdown .defaultCountdown .countdown-show4 .countdown-section {
      width: 24.5%; }
    .countdown .defaultCountdown .countdown-show5 .countdown-section {
      width: 19.5%; }
    .countdown .defaultCountdown .countdown-show6 .countdown-section {
      width: 16.25%; }
    .countdown .defaultCountdown .countdown-show7 .countdown-section {
      width: 14%; }
    .countdown .defaultCountdown .countdown-section {
      display: block;
      float: left;
      font-size: 75%;
      text-align: center;
      padding: 0 0.5em;
      margin: 0; }
    .countdown .defaultCountdown .countdown-amount {
      font-size: 300%;
      font-weight: 700;
      margin: 0;
      padding: 0;
      line-height: 0.7;
      letter-spacing: -0.05em;
      color: #FFFFFF; }
      @media (min-width: 768px) {
        .countdown .defaultCountdown .countdown-amount {
          font-size: 400%; } }
      @media (min-width: 992px) {
        .countdown .defaultCountdown .countdown-amount {
          font-size: 600%; } }
    .countdown .defaultCountdown .countdown-period {
      display: block;
      margin: 0;
      padding: 0;
      line-height: 1;
      text-transform: uppercase;
      color: #CCC; }
    .countdown .defaultCountdown .countdown-descr {
      display: block;
      width: 100%; }
    .countdown .defaultCountdown .countdown-show3 .countdown-section {
      width: auto;
      margin: 0 0.5em; }

.pricing-tables {
  padding: 20px;
  float: left;
  width: 100%; }
  .pricing-tables h1 {
    font-size: 48px; }
  .pricing-tables h3 {
    margin-bottom: 0; }
  .pricing-tables .row div:first-child p {
    margin: 0; }

.plan {
  -webkit-box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
  box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding-bottom: 25px;
  text-align: center;
  width: 100%; }
  @media (min-width: 450px) {
    .plan {
      width: 45%;
      margin: 2.5%;
      float: left; } }
  @media (min-width: 768px) {
    .plan {
      width: 23%;
      margin: 1%; } }
  .plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 1.5em 0.5em;
    background: #CC2B31;
    color: #fff; }
    .plan .head h1, .plan .head h2, .plan .head h3 {
      padding: 0;
      margin: 0; }
    .plan .head h2 {
      font-size: 1.65em; }
    .plan .head h5 {
      font-weight: 300;
      font-size: 1em;
      margin: 0;
      text-transform: uppercase; }
  .plan.regular .head {
    background: #77787c; }
  .plan.club .head {
    background: #dcdddf; }
  .plan.vip .head {
    background: #127ab7; }
  .plan.ringside .head {
    background: #CC2B31; }
  .plan .price {
    border-top: 1px solid #eee;
    margin: 0 auto;
    width: 80%;
    color: #000000;
    position: relative; }
    .plan .price.soldout:before {
      content: "Sold Out";
      position: absolute;
      background: rgba(204, 43, 49, 0.7);
      color: #FFFFFF;
      padding: 0.5em 1em;
      border: solid 3px #fff;
      border-radius: 5px;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 1.5em;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 99;
      -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg);
      margin-top: 0.5em;
      line-height: 1; }
    .plan .price h3 {
      font-size: 3em;
      vertical-align: top;
      line-height: 1;
      margin-bottom: 0; }
      .plan .price h3 span {
        font-size: 0.5em;
        vertical-align: top;
        position: relative;
        margin: 0 0 0 -7px;
        display: inline-block; }
    .plan .price h4 {
      color: #aaa;
      font-size: 14px; }
  .plan .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500; }
  .plan ul {
    list-style-type: none;
    padding: 20px 20px 10px;
    margin-top: 2px;
    line-height: 1.4; }
    .plan ul li {
      margin-bottom: 0.5em;
      color: #000000; }
      .plan ul li a {
        text-decoration: underline;
        color: #CC2B31; }
      .plan ul li:last-child {
        border-bottom: none; }
    .plan ul strong {
      font-weight: 700; }
  .plan.recommended {
    margin-top: 6px;
    -webkit-box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    position: relative;
    z-index: 99;
    border-radius: 4px; }
    .plan.recommended .head {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      background: #171717; }
    .plan.recommended .btn {
      margin-bottom: 10px; }

.floorplan {
  text-align: center;
  margin: 2em auto 5em; }
  .floorplan small {
    color: #CCC; }

.nvite {
  background: #FFFFFF; }

/* ======================================
Apply
======================================= */
.apply {
  background: url(../img/bg-gym.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #222222; }
  .apply h2 {
    color: #FFFFFF; }
  .apply .progress {
    height: 30px; }
    .apply .progress .progress-bar {
      line-height: 30px; }
  .apply .btn {
    font-weight: 700; }

/* ======================================
Preorder
======================================= */
.preorder {
  background: url(https://pearlgloves.ca/assets/img/bg-2017.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/* ======================================
Footer
======================================= */
footer {
  padding: 0 0 5em 0;
  background-color: #111;
  color: #c7cacc;
  font-size: 0.8em;
  text-align: center; }

footer .container {
  max-width: 900px; }

.footer-social {
  background: #CC2B31;
  padding: 2em 0;
  margin-bottom: 4em; }

.footer-social i {
  color: #fff;
  font-size: 2em;
  margin: 0 0.5em; }

footer ul.logos {
  margin: 1em 0 0;
  padding: 0; }

footer ul.logos li {
  list-style: none;
  display: inline-block;
  margin: 0.5em 1em;
  width: auto; }

footer ul.logos li img {
  max-height: 20px;
  max-width: 70px; }

footer .nfams {
  width: 40%;
  max-width: 200px;
  display: block;
  margin: 0 auto 2em; }

/* ======================================
Modal
======================================= */
.modal .modal-header {
  padding: 30px; }
  .modal .modal-header img {
    max-width: 200px; }

.modal .modal-body {
  position: relative;
  padding: 15px 30px; }
