a,
a:hover, a:focus {
  color: #da2028;
}

.body-bg {
  background: url("../images/background.jpg") no-repeat center center fixed;
  background-size: cover;
}

.reservation-form {
  margin-bottom: 150px;
}

.reservation-form .reservation-form-inner {
  max-width: 400px;
  margin: 55px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  background: rgba(255,255,255,0.9);
}

.reservation-form .form-bottom {
  margin-top: 10px;
}

.reservation-form h1.venue-name {
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
  margin: 0 0 5px 0;
}

.reservation-form h2 {
  font-size: 18px;
  text-align: center;
  color: #da2028;
}

.reservation-form h3 {
  font-size: 18px;
  color: #da2028;
  line-height: 1.2em;
}

.reservation-form .city {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.reservation-form .reservation-form-content {
  background: #E2DDD9;
  padding: 20px;
  min-height: 330px;
}

.reservation-form .deals {
  background: #fff;
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 1.2em;
}

.reservation-form .title {
  color: #da2028;
  font-weight: 300;
}

.reservation-form .deals .title i {
  float: left;
  margin-right: 3px;
}

.reservation-form .deals .instructions {
  padding-top: 8px;
  padding-bottom: 20px;
  font-weight: 200;
  font-size: 15px;
}

.reservation-form .deals .deal-option {
  border-top: 1px solid #ddd;
  padding: 10px;
}

.reservation-form .deals input[type="radio"] {
  float: left;
}

.reservation-form .info a {
  font-size: 12px;
  color: #555;
  margin-bottom: 9px;
  display: block;
}

.reservation-form .summary {
  padding: 20px;
  margin-bottom: 20px;
  background: #555;
  color: #fff;
  border-radius: 5px;
}

.reservation-form .summary dl {
  margin-bottom: 0;
}

.reservation-form .summary dt {
  font-weight: 400;
  margin-bottom: 10px;
}

.reservation-form .summary dd {
  margin-bottom: 10px;
}

.reservation-form .summary-lite {
  border-radius: 2px;
  color: #4e4e4e;
  background: #fff;
}

.reservation-form .confirmation .message {
  background-color: #E2DDD9;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.4em;
  color: #333;
}

.reservation-form .timeslots {
  margin-bottom: 15px;
}

.reservation-form .btn-group .btn {
  margin: 0 10px 10px 0 !important;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 10px !important;
  font-weight: bold;
  color: #555;
  padding: 14px 29px;
  border: 1px solid #fff;
  background: #fff;
}

.reservation-form .btn-group .btn:active,
.reservation-form .btn-group .btn:hover,
.reservation-form .btn-group .btn.active {
  box-shadow: none;
  border: 1px solid #da2028;
  color: #da2028;
  transition: all .3s;
}

.reservation-form .btn-group .btn i {
  position: absolute;
  top: 2px;
  right: 2px;
}

.reservation-form .flag-message {
  font-size: 12px;
}

.reservation-form .btn-red {
  background: #da2028;
  color: #fff;
}

.reservation-form .btn-red:hover:enabled,
.reservation-form .btn-red:focus:enabled {
  background: #ea242b;
  color: #fff;
}

.reservation-form .btn-send {
  background: #555;
  color: #fff;
}

.reservation-form .btn-send:hover:enabled {
  background-color: #666;
}

.reservation-form button[type=submit] {
  margin-top: 40px;
  font-size: 16px;
}

.reservation-form .credit {
  margin: 35px 0 0 0;
  font-size: 12px;
}

.reservation-form .credit .logo {
  display: inline-block;
}

.reservation-form .credit img {
  width: 100px;
  margin-top: -14px;
}

.reservation-form .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.1);
  border-color: #D5D5D5;
}

.btn:focus,
.btn:active:focus {
  outline: 0;
  color: #fff;
  box-shadow: none;
}

.form-group .label-inline {
  margin-right: 10px;
}

.submit-group .form-group {
  margin-top: 40px;
  margin-bottom: 0;
}

.submit-group button[type=submit] {
  margin-top: 15px;
}

.has-error .form-control {
  border-color: #FF1100 !important;
  transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
}

.has-error .radio-inline,
.has-error .checkbox label {
  color: #FF1100;
  transition: color ease-in-out 0.2s;
}

.success {
  font-size: 20px;
  color: #1eb51e;
  text-align: center;
}

.success i {
  margin-right: 10px;
  font-size: 22px;
}

/* 10px gutter */
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.input-group-btn .btn,
.input-group-btn .btn:focus,
.input-group-btn .btn:active {
  color: #333;
  border-color: #ccc;
  box-shadow: none;
}

.input-group-btn .btn:focus,
.input-group-btn .btn:active {
  background-color: #e6e6e6;
}

.form-control[readonly] {
  background-color: #fff;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
}

.page-not-found {
  margin-top: 30px;
  padding: 30px;
}

.page-not-found i {
  color: #da2028;
  color: #444;
  font-weight: 300;
  font-size: 70px;
  letter-spacing: 13px;
}

.page-not-found span {
  font-size: 20px;
  color: #444;
}

.deal-info {
  padding: 13px 18px;
  border: 1px solid #da2028;
  background: #f5f5f5;
  border-radius: 2px;
}
