@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i");
table.color-header-gray-body > thead > tr > th {
  background: #88ab86 !important;
  color: #ffffff !important;
}

table.color-header-gray-body > thead {
  border-bottom: 2px solid #88ab86 !important;
}

.footer .container .row a:hover {
  color: #333333 !important;
}

@media (min-width: 1181px) {
    .pageContent > .container {
        width: 1180px !important;
    }
}

@media (max-width: 1180px) and (min-width: 992px) {
    .container {
        width: 100% !important;
    }
}

.registration-rules {
  margin-bottom: 1.5em;
}

.registration-rules h5 {
  font-size: 16px !important;
  font-weight: normal;
  margin-bottom: .5em !important;
}

.registration-rules p {
  font-size: 14px !important;
  color: #777777;
  line-height: 1.6em !important;
}

.sponsored {
  margin-bottom: 1.5em;
}

.sponsored span {
  font-size: 12px;
  font-style: italic;
  display: block;
  color: #999999;
}

.register-table {
  border-bottom: 1px solid #dddddd;
}

.register-table.row [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.register-table.row {
  overflow: hidden;
}

.register-table.head {
  font-size: 12px;
  font-weight: bold;
}

.register-table.head .col-xs-2 div {
  margin-bottom: 15px;
}

.register-table > div {
  padding-top: 15px;
}

.register-table .col-xs-2 {
  text-align: center;
}

.register-table .ticket-info {
  margin-bottom: 15px;
}

.register-table .price {
  text-align: center;
}

.register-table .selected {
  background: #f4f4f4;
}

.register-table .selected p {
  color: #000 !important;
}

.register-table h3 {
  font-size: 18px !important;
  margin-bottom: 0 !important;
}

.register-table p {
  font-size: 1em !important;
  color: #777777 !important;
  margin-bottom: 0 !important;
}

.register-table .more-info {
  font-size: 15px;
  color: #777777;
  text-decoration: underline;
}

.register-table .btn {
  font-size: 12px;
}

@media (max-width: 728px) {
  .register-table .btn {
    background: none;
    padding-left: 0;
    padding-right: 0;
    color: #88ab86 !important;
    text-decoration: underline !important;
  }
}

.price-column-1 {
  margin-bottom: 50px;
}

.price-column-1 .col-xs-8 {
  width: 83.333333%;
}

.price-column-2 {
  margin-bottom: 50px;
}

.price-column-3 {
  margin-bottom: 50px;
}

.price-column-3 .col-xs-8 {
  width: 50%;
}

@media (max-width: 576px) {
  .price-column-1 h2,
  .price-column-2 h2,
  .price-column-3 h2 {
    font-size: 22px !important;
  }
  .price-column-1 h3,
  .price-column-2 h3,
  .price-column-3 h3 {
    font-size: 16px !important;
  }
  .price-column-3 .register-table {
    margin-left: 0;
    margin-right: 0;
  }
  .price-column-3 h2 {
    font-size: 22px;
  }
  .price-column-3 .head {
    display: none;
  }
  .price-column-3 .ticket-info {
    margin-left: -10px;
    margin-right: -10px;
  }
  .price-column-3 .col-xs-8 {
    width: 100%;
  }
  .price-column-3 .col-xs-2 {
    width: 33.3333333%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-top: 0;
  }
  .price-column-3 .col-xs-2 > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .price-column-3 .col-xs-2 span {
    display: inherit;
    font-size: 11px;
  }
  .price-column-3 .register-table div:nth-of-type(2) {
    border-left: 1px solid #cccccc;
  }
  .price-column-3 .register-table div:nth-of-type(3) {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  .price-column-3 .register-table div:nth-of-type(4) {
    border-right: 1px solid #cccccc;
  }
}
/*# sourceMappingURL=registration-table.css.map */