  /*
PRIMARY: #CDA85C; // oro
SECONDARY: #adadad; // grigio
BODY: #333333
*/

.event-date {
  color: #013366;
  font-size: 13px;
  line-height: 30px;
  background-color: #fff;
  padding: 0px 0px;
}

.membership {
  overflow: hidden; }
  .membership-row {
    margin: 0 -10px; }
    .membership-row:after {
      content: "";
      display: table;
      clear: both; }
  .membership-col {
    width: 100%;
    padding: 0 10px 10px;
    float: left; }
    @media (min-width: 650px) {
      .membership-col-50 {
        width: 50%; } }
    @media (min-width: 650px) {
      .membership-col-33 {
        width: 33.3%; } }
  .membership input {
    outline: none; }
    .membership input[type="text"] {
      width: 100%;
      height: 30px;
      line-height: 30px;
      color: #333; }
    .membership input.is-error {
      border-color: #c60000; }
    .membership textarea.is-error {
      border-color: #c60000; }
  .membership label span {
    display: block; }
  .membership-error {
    background-color: #ffd6d6;
    color: #c60000;
    border: 1px solid #c60000;
    display: block;
    padding: 10px;
    margin-top: 15px;
    display: none; }
    .membership-error.is-visible {
      display: block; }
  .membership button {
    margin-top: 5px; }
  .membership-lbl-checkbox.is-error {
    color: #c60000; }

.select {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #333;
  border: 1px solid #003366;
  -webkit-transition: 0.4s all cubic-bezier(0.21, 0.57, 0.85, 0.47);
  transition: 0.4s all cubic-bezier(0.21, 0.57, 0.85, 0.47);
  background-color: #fff; }
  .select.is-error {
    border-color: #c60000; }
  .select-value {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 3px; }
    .select-value:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #003366 transparent transparent transparent; }
  .select select {
    opacity: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    height: 30px;
    line-height: 30px;
    color: #333;
    cursor: pointer; }

.btn {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 auto;
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #003366; }
  @media (min-width: 768px) {
    .btn {
      font-size: 20px; } }
  .btn:hover {
    background-color: #003366;
    color: #fff; }
  .btn-small {
    font-size: 13px;
    padding: 3px 12px; }

.transaction-page {
  padding: 20px 0; }
.transaction-row {
  padding: 0 0 10px;
  font-size: 18px;
  line-height: 22px; }
.transaction-detail {
  font-size: 14px;
  padding-bottom: 5px; }


.event-booking {
padding-left: 20px;
padding-right: 20px;
position: relative; }
.event-booking:after {
  content: "";
  display: table;
  clear: both; }
.is-full.event-booking {
  padding-left: 0;
  padding-right: 0; }
.is-padded.event-booking {
  padding-left: 20px;
  padding-right: 20px; }

.event-booking {
  outline: none;
  background-color: #f2f0f2;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden; }
  .event-booking-form {
    display: block; }
    .event-booking-form:after {
      content: "";
      display: table;
      clear: both; }
  .event-booking-row {
    margin: 0 -10px; }
    .event-booking-row:after {
      content: "";
      display: table;
      clear: both; }
  .event-booking-col {
    width: 100%;
    padding: 0 10px 10px;
    float: left; }
    @media (min-width: 650px) {
      .event-booking-col-33 {
        width: 33.3%; } }
    @media (min-width: 650px) {
      .event-booking-col-50 {
        width: 50%; } }
  .event-booking input {
    outline: none; }
    .event-booking input[type="text"] {
      width: 100%;
      height: 30px;
      line-height: 30px;
      color: #333; }
    .event-booking input.is-error {
      border-color: #c60000; }
  .event-booking label span {
    display: block; }
  .event-booking-error {
    background-color: #ffd6d6;
    color: #c60000;
    border: 1px solid #c60000;
    display: block;
    padding: 10px;
    margin-top: 15px;
    display: none; }
    .event-booking-error.is-visible {
      display: block; }
  .event-booking button {
    margin-top: 5px; }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  -webkit-transition: 0.4s all cubic-bezier(0.21, 0.57, 0.85, 0.47);
  transition: 0.4s all cubic-bezier(0.21, 0.57, 0.85, 0.47);
  border: 1px solid;
  border-radius: 0;
  outline: none;
  padding: 0 3px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box; }

.table, .table th, .table td {
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 5px;
}
