html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background: url('../images/cwa/background/main_background_CSA.jpg') no-repeat center center;
  background-size: cover;
}
.cwa {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.video-back-container {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  position: fixed;
  min-height: 100%;
  min-width: 100%;
}
video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url('../images/cwa/background/main_background.jpg') no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  video#bgvid {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .hidden-xxs {
    display: none;
  }
}
a {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hide-for-small-devices {
    display: none;
  }
}
#habla_window_div.habla_window_div_base {
  display: block!important;
  z-index: 1201 !important;
}
.cwa-navbar {
  position: relative;
  z-index: 10;
}
.cwa-navbar .main_nav {
  font-family: 'Montserrat', sans-serif;
}
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px;
}
.cwa-navbar-logo {
  padding-top: 10px;
}
.cwa-navbar .navbar-inverse {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
.cwa-navbar .navbar-inverse .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .cwa-navbar .navbar-inverse .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.cwa-navbar .bordered-navbar-button {
  padding: 7px;
  border: 2px solid;
  border-radius: 2px;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.cwa-navbar .bordered-navbar-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar-button {
  display: none;
}
.cwa-navbar .navbar-inverse .navbar-nav > li > a {
  color: white;
}
.cwa-navbar-profile-pic {
  width: 26px;
  border-radius: 50%;
}
.cwa-btn {
  display: block;
  white-space: normal;
  width: 100%;
  padding: 9px 27px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  border: 0px;
  border-bottom: 2px solid #b76a00;
  border-radius: 3px;
  background: #d07900;
}
.cwa-btn:hover {
  background: #ffa11e;
}
.cwa-btn.cwa-btn-disabled {
  opacity: 0.5;
}
.cwa-btn.cwa-btn-disabled:hover {
  background: #d07900;
  cursor: default;
}
@media (max-width: 480px) {
  .reservation-order-card-outter-container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.reservation-order-card {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.reservation-order-card,
.reservation-order-card--small {
  border-radius: 4px;
  display: inline-block;
}
.control-label {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 7px 7px;
  line-height: 1;
  top: 15px;
  left: -7px;
  z-index: 1000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .control-label {
    left: -5px;
  }
}
.reservation-order-card .control-label {
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px;
}
.sale {
  background-color: #DE1414;
}
.control-label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 0;
  bottom: -7px;
  left: 0;
}
@media (max-width: 480px) {
  .control-label:before {
    border-width: 0 5px 7px 0;
  }
}
.sale:before {
  border-color: transparent #962A2A transparent transparent;
}
.reservation-order-card .card-main-content {
  position: relative;
  text-align: left;
}
.reservation-order-card .card-main-content,
.reservation-order-card--small .card-main-content {
  border: 3px solid #fff;
  border-radius: 4px 4px 0px 0px;
}
.reservation-order-card .card-imageBox {
  overflow: visible;
  position: relative;
}
@media (max-width: 1200px) {
  .reservation-order-card .card-main-content .card-imageBox img,
  .reservation-order-card--small .card-main-content .card-imageBox img {
    width: 100%;
  }
}
.reservation-order-card .card-imageBox img,
.reservation-order-card--small .card-imageBox img {
  width: 100%;
}
.reservation-order-card .card-main-text {
  padding: 10px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}
.reservation-order-card .card-park-name {
  line-height: 21px;
  font-size: 16px;
  cursor: pointer;
}
.reservation-order-card .card-park-name i {
  padding-left: 4px;
  padding-right: 4px;
}
.reservation-order-card .card-park-name span {
  font-size: 16px;
}
.reservation-order-card .card-action {
  font-size: 15px;
  line-height: 24px;
  text-align: right;
  cursor: pointer;
  color: #c36e00;
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
  float: right;
}
.reservation-order-card .card-price {
  font-size: 16px;
  line-height: 24px;
  padding-left: 2px;
}
.reservation-order-card .card-price,
.reservation-order-card--small .card-price {
  color: #5d9607;
}
.card-price-old {
  text-decoration: line-through;
  color: #D89D9D;
}
.card-is-quota-indicator {
  color: white;
  background-color: #848484;
  border-radius: 3px;
  padding: 2px;
  margin-left: 5px;
  font-size: 12px;
  vertical-align: bottom;
}
.reservation-order-card .card-details {
  font-size: 12px;
  line-height: 21px;
  display: inline;
}
.reservation-order-card .card-details,
.reservation-order-card--small .card-details {
  font-family: "Roboto", sans-serif;
  color: #666666;
}
.reservation-order-card .card-meta {
  padding: 5px 20px;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  background-color: #444038;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.reservation-order-card .card-meta .card-icons {
  float: left;
}
.reservation-order-card .card-meta .card-icons i {
  padding-right: 5px;
}
.reservation-order-card .card-meta .card-icons,
.reservation-order-card .card-meta .card-text {
  display: inline-block;
}
.reservation-order-card .card-meta .card-text {
  width: 100%;
  color: #DEDEDE;
}
.reservation-order-card .card-meta .card-text .card-date {
  display: inline;
  float: right;
}
.reservation-order-card .card-meta .card-text .card-hours {
  display: inline;
  float: left;
}
.reservation-order-card .card-meta .card-icons span {
  font-family: "Montserrat", sans-serif;
  color: #f3f3f3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tiny-logo-in-corner-card {
  position: absolute;
  bottom: -35px;
  right: 7px;
  width: 12%!important;
  height: auto;
}
.cwa-btn-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align-last: center;
}
.cwa-btn-dropdown option {
  color: #444444;
  background-color: white;
  font-family: 'Roboto', sans-serif;
}
input {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}
input[type='checkbox'] {
  position: relative;
  height: 1.25em;
  width: 1.25em;
  background-color: #fcfcfc;
  vertical-align: top;
}
label > span {
  position: relative;
  top: 4px;
  margin-left: 4px;
  color: #666666;
}
input[type='password']:not(:placeholder-shown) {
  font-size: 26px;
}
input.cwa-input-has-error {
  border: 1px solid #fe4242;
  background: #fdcccc;
}
.cwa-input-error-msg {
  color: #f54a4a;
  font-size: 12px;
  margin-left: 4px;
}
.cwa-input-help-msg {
  font-size: 12px;
  margin-left: 4px;
}
.login-maodal-body input[type="password"] {
  margin-top: 10px;
}
.login-maodal-body .cwa-rememberme-forgot-row {
  margin-top: 10px;
}
.login-maodal-body label {
  font-weight: normal;
}
.login-maodal-body .forgot-pass-link {
  text-align: right;
  margin-top: 5px;
}
.login-maodal-body .cwa-login-btn {
  margin-top: 15px;
}
.login-maodal-body .cwa-pass-reset-btn {
  margin-top: 15px;
}
.login-maodal-body .cwa-dont-have-account-message-container {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.login-maodal-body .cwa-dont-have-account-message {
  margin-bottom: 0px;
  color: #555555;
}
.register-maodal-body input[type="password"] {
  margin-top: 10px;
}
.register-maodal-body .cwa-rememberme-forgot-row {
  margin-top: 10px;
}
.register-maodal-body label {
  font-weight: normal;
}
.register-maodal-body .cwa-register-btn {
  margin-top: 15px;
}
.register-maodal-body .cwa-pass-reset-btn {
  margin-top: 15px;
}
.register-maodal-body .accept-terms-msg {
  font-size: 10px;
  margin-top: 15px;
  text-align: center;
  color: #555555;
}
.register-maodal-body .cwa-already-have-account-message-container {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.register-maodal-body .cwa-already-have-account-message {
  margin-bottom: 0px;
  color: #555555;
}
.forgot-pass-maodal-body .try-login-again-link {
  text-align: right;
  padding-right: 0px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.forgot-pass-maodal-body .cwa-pass-reset-btn {
  margin-top: 15px;
}
.terms-maodal-text-container {
  overflow-y: auto;
  height: 70vh;
  font-size: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .terms-maodal-text-container {
    height: 60vh;
  }
}
.maps-maodal-body iframe {
  border: 0;
  border-radius: 6px;
  width: 100%;
  height: 535px;
}
.cwa-reservation-wizard-search-box {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .cwa-reservation-wizard-search-box {
    font-size: 17px;
  }
}
.cwa-reservation-wizard-search-box .cwa-search-box-action-phrase {
  display: inline;
}
.cwa-reservation-wizard-search-box select,
.cwa-reservation-wizard-search-box input {
  width: auto;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: none;
  height: 46px;
  font-size: 18px;
}
.cwa-reservation-wizard-search-box select {
  background-image: url('../images/cwa/inputBg.png');
  background-repeat: no-repeat;
  background-position: right -33px;
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-box select {
    width: 125px;
  }
}
.cwa-reservation-wizard-search-box .cwa-search-box-categories-dropdown {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .cwa-reservation-wizard-search-box select {
    display: inline;
    border-radius: 3px 0px 0px 3px;
    font-size: 17px;
  }
  .cwa-reservation-wizard-search-box .cwa-search-box-categories-dropdown {
    height: 45px;
  }
  .cwa-reservation-wizard-search-box .cwa-search-box-hours-dropdown {
    border-radius: 0px 3px 3px 0px;
    height: 45px;
  }
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-box .cwa-search-box-categories-dropdown {
    border-radius: 3px 0px 0px 3px;
    border-right: 1px solid #cccccc;
  }
  .cwa-reservation-wizard-search-box .cwa-search-box-hours-dropdown {
    border-radius: 0px 3px 3px 0px;
    border-left: 1px solid #cccccc;
  }
}
.cwa-reservation-wizard-search-box option {
  color: #444444;
}
.cwa-reservation-wizard-search-box option:disabled {
  color: #cccccc;
}
.cwa-reservation-wizard-search-box .cwa-datepicker {
  width: 120px;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: none;
  background-color: #fff;
  background-image: url('../images/cwa/inputBgCal.png');
  background-position: right -33px;
  background-repeat: no-repeat;
  font-size: 18px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-box .cwa-datepicker {
    border-radius: 0px;
  }
}
@media screen and (max-width: 768px) {
  .cwa-reservation-wizard-search-box .cwa-datepicker {
    border-radius: 0px;
    height: 45px;
    font-size: 17px;
  }
}
.cwa-reservation-wizard-search-box .cwa-search-box-category-to-date-segway {
  width: auto;
  display: inline;
}
.cwa-reservation-wizard-search-box .cwa-search-box-date-to-time-segway {
  width: auto;
  display: inline;
}
.cwa-reservation-wizard-search-box .cwa-search-btn {
  border-radius: 3px;
  width: auto;
  display: block;
  font-family: 'Roboto', sans-serif;
  margin: auto;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .cwa-reservation-wizard-search-box .cwa-search-btn {
    width: 100%;
  }
}
.cwa-reservation-wizard-search-box .cwa-search-btn-inline {
  display: inline;
  border-radius: 0px 3px 3px 0px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .cwa-reservation-wizard-search-box .cwa-search-box-categories-dropdown {
    width: 33.33%;
  }
  .cwa-reservation-wizard-search-box .cwa-datepicker {
    width: 33.33%;
  }
  .cwa-reservation-wizard-search-box .cwa-search-box-hours-dropdown {
    width: 33.33%;
  }
}
@media screen and (max-width: 320px) {
  .cwa-reservation-wizard-search-box .cwa-search-box-categories-dropdown {
    width: 36%;
  }
  .cwa-reservation-wizard-search-box .cwa-datepicker {
    width: 30%;
  }
  .cwa-reservation-wizard-search-box .cwa-search-box-hours-dropdown {
    width: 34%;
  }
}
@media screen and (max-width: 768px) {
  .cwa-reservation-wizard-search-box .cwa-search-btn-inline {
    display: none;
  }
  .cwa-reservation-wizard-search-box .cwa-categories-select-inline {
    display: inline;
    width: 36%;
    border-radius: 3px 0px 0px 3px;
  }
  .cwa-reservation-wizard-search-box .cwa-datepicker-inline {
    width: 30%;
    border-radius: 0px;
  }
  .cwa-reservation-wizard-search-box .cwa-hours-select-inline {
    width: 34%;
    border-radius: 0px 3px 3px 0px;
  }
}
@media screen and (max-width: 320px) {
  .cwa-reservation-wizard-search-box .cwa-categories-select-inline {
    width: 36%;
  }
  .cwa-reservation-wizard-search-box .cwa-datepicker-inline {
    width: 30%;
  }
  .cwa-reservation-wizard-search-box .cwa-hours-select-inline {
    width: 34%;
  }
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-box .cwa-hours-select-inline {
    border-radius: 0px;
  }
}
.cwa-reservation-wizard-search-results {
  margin: auto;
  margin-top: 15px;
  width: 100%;
  height: auto;
  color: #444444;
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-results {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .cwa-reservation-wizard-search-results {
    width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .cwa-reservation-wizard-search-results {
    width: 80%;
  }
}
.cwa-reservation-wizard-search-results .similar-results-label {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  text-align: left;
  font-size: 10px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-results .similar-results-label {
    font-size: 16px;
  }
}
.cwa-reservation-wizard-search-results .reservation-order-search-result-content {
  padding: 3px;
}
@media screen and (min-width: 320px) {
  .cwa-reservation-wizard-search-results .reservation-order-search-result-content {
    padding: 5px;
  }
}
@media screen and (min-width: 480px) {
  .cwa-reservation-wizard-search-results .reservation-order-search-result-content {
    padding: 7px;
  }
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-results .reservation-order-search-result-content {
    padding: 15px;
  }
}
.cwa-reservation-wizard-search-results .reservation-order-search-result-title {
  font-size: 15px;
  cursor: pointer;
}
.cwa-reservation-wizard-search-results .reservation-order-search-result-title .fa {
  color: #9E9D9D;
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-results .reservation-order-search-result-title {
    font-size: 24px;
  }
}
.cwa-reservation-wizard-search-results .reservation-order-search-result-price {
  font-size: 10px;
  margin-bottom: 4px;
}
.cwa-reservation-wizard-search-results .reservation-order-search-result-price.has-promo {
  text-decoration: line-through;
  font-size: 8px;
  margin-bottom: 10px;
}
.cwa-reservation-wizard-search-results .reservation-order-search-result-price.has-extra-charge {
  font-size: 8px;
  margin-bottom: 10px;
}
.cwa-reservation-wizard-search-results .result-is-quota-indicator {
  color: white;
  background-color: #848484;
  border-radius: 3px;
  padding: 1px;
  margin-left: 5px;
  font-size: 7px;
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-results .reservation-order-search-result-price {
    font-size: 16px;
  }
  .cwa-reservation-wizard-search-results .reservation-order-search-result-price.has-promo {
    font-size: 14px;
  }
  .cwa-reservation-wizard-search-results .reservation-order-search-result-price.has-extra-charge {
    font-size: 14px;
  }
}
.cwa-reservation-wizard-search-results .advanced-search-summary-container {
  text-align: left;
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-results .advanced-search-summary-container {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.cwa-reservation-wizard-search-results .search-results-summary {
  display: inline;
  text-align: left;
}
.cwa-reservation-wizard-search-results .reservation-order-search-result-details .fa {
  color: #6d6c6c;
}
.cwa-reservation-wizard-search-results .reservation-order-search-result-details {
  font-size: 9px;
  font-weight: 300;
  padding-left: 4px;
  margin-top: 6px;
}
.cwa-reservation-wizard-search-results .hour-time-amount {
  font-size: 7px;
}
@media screen and (min-width: 320px) {
  .cwa-reservation-wizard-search-results .reservation-order-search-result-details {
    font-size: 12px;
    padding-left: 6px;
  }
  .cwa-reservation-wizard-search-results .hour-time-amount {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-results .reservation-order-search-result-details {
    font-size: 18px;
  }
  .cwa-reservation-wizard-search-results .hour-time-amount {
    font-size: 14px;
  }
}
.cwa-reservation-wizard-search-results .reservation-order-search-result {
  background-color: white;
  border-radius: 2px;
  height: 110px;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-results .reservation-order-search-result {
    height: 164px;
  }
}
.cwa-reservation-wizard-search-results .reservation-order-search-result {
  text-align: left;
}
.cwa-reservation-wizard-search-results .reservation-order-search-result .reservation-order-search-result-image {
  height: 100%;
  float: left;
  border-radius: 2px 0px 0px 2px;
  width: 110px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-results .reservation-order-search-result .reservation-order-search-result-image {
    width: 164px;
    margin-right: 10px;
  }
}
.cwa-reservation-wizard-search-results .reservation-order-search-result .reservation-order-search-result-image img {
  height: 17%;
  border-radius: 2px 0px 0px 2px;
}
.cwa-reservation-wizard-search-results .reservation-order-search-result-actions {
  cursor: pointer;
  color: #c36e00;
  position: absolute;
  bottom: 12%;
  right: 2%;
  text-align: right;
}
.cwa-reservation-wizard-search-results .reservation-order-search-result-reserve-action {
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .cwa-reservation-wizard-search-results .reservation-order-search-result-reserve-action {
    font-size: 22px;
  }
}
.cwa-reservation-wizard-search-results .advanced-search {
  display: inline;
  float: right;
  font-size: 12px;
  padding: 3px;
  background-color: #c36e00;
  color: #ffffff;
  border-radius: 3px;
}
.cwa-reservation-wizard-search-results .advanced-search-link {
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cwa-reservation-wizard-search-results .advanced-search {
    font-size: 10px;
  }
}
.cwa-datepicker {
  margin-right: 5px;
  background-color: #fcfcfc;
  cursor: default!important;
  background-image: url('../images/cwa/inputBgCal.png');
  background-repeat: no-repeat;
  background-position: right -39px;
  background-color: #fff!important;
  text-align: center;
}
.cwa-datepicker.disabled {
  cursor: not-allowed !important;
  background-color: #eee!important;
}
.datepicker.dropdown-menu {
  z-index: 12010!important;
}
.cwa-wizard-step-wrapper {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  -moz-transition: left 0.4s;
  -webkit-transition: left 0.4s;
  -o-transition: left 0.4s;
  -ms-transition: left 0.4s;
  transition: left 0.4s;
}
.cwa-wizard-step-wrapper.active-step {
  position: relative;
}
.cwa-wizard-step-wrapper.step-waiting-on-right {
  left: 110%;
}
.cwa-wizard-step-wrapper.step-waiting-on-left {
  left: -110%;
}
.advanced-search-maodal-body {
  text-align: left;
}
.advanced-search-maodal-body select,
.advanced-search-maodal-body input {
  margin-bottom: 15px;
}
.advanced-search-maodal-settings-container {
  overflow-y: auto;
  max-height: 60vh;
  margin-bottom: 15px;
}
.advanced-search-field-label .fa {
  vertical-align: bottom;
}
.advanced-search-maodal-body .cwa-btn-dropdown {
  margin-top: 25px;
}
.reserve-maodal-body {
  text-align: left;
}
.reserve-maodal-settings-container label:not(:first-child) {
  margin-top: 15px;
}
.reserve-maodal-settings-container {
  overflow-y: auto;
  margin-bottom: 15px;
}
.reserve-maodal-transfer-warning-msg {
  font-size: 80%;
  color: red;
  text-align: center;
  margin-bottom: -15px;
}
.reserve-field-label .fa {
  vertical-align: bottom;
}
.reserve-maodal-paybuttons-container {
  text-align: center;
  margin-top: 25px;
}
.cwa-reserve-modal-registering-reservation-loading {
  text-align: center;
  margin-bottom: 25px;
}
.cwa-reserve-modal-registering-reservation-loading i {
  margin-top: 25px;
  margin-bottom: 25px;
}
.reserve-maodal-body .cwa-reservation-register-error {
  color: #f54a4a;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.cwa-ephimeral-alert {
  z-index: 1500;
  top: -300px;
  font-family: 'Roboto', sans-serif;
  position: fixed;
  padding: 10px;
  padding-right: 20px;
  text-align: right;
  border: 0;
  border-radius: 2px;
  width: 175px;
  right: 20px;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.4);
  -moz-transition: top 0.4s ease-in;
  -webkit-transition: top 0.4s ease-in;
  -o-transition: top 0.4s ease-in;
  -ms-transition: top 0.4s ease-in;
  transition: top 0.4s ease-in;
}
.cwa-ephimeral-alert.alert-success {
  border-right: 3px solid #2BCE17;
  background-color: #D0ECC6;
}
.cwa-ephimeral-alert.alert-info {
  border-right: 3px solid #1750CE;
}
.cwa-ephimeral-alert.alert-danger {
  border-right: 3px solid #CE1729;
}
.cwa-fb-login-button-container {
  text-align: center;
}
.cwa-btn.cwa-fb-login-button {
  border-bottom: 2px ridge #1e2e4f;
  background: #3b5998;
}
.cwa-btn.cwa-fb-login-button:hover {
  background: #5f7ec1;
}
.cwa-fb-login-button .cwa-fb-btn-ico {
  margin-right: 7px;
}
.cwa-fb-login-error-msg {
  color: #f54a4a;
  font-size: 12px;
}
.cwa-fb-login-btn.cwa-btn-disabled {
  opacity: 0.5;
}
.cwa-fb-login-btn.cwa-btn-disabled:hover {
  background: #3b5998;
  cursor: default;
}
.cwa-tweet-button-container {
  text-align: center;
  float: right;
}
@media screen and (min-width: 768px) {
  .cwa-btn.cwa-tweet-button {
    font-size: 12px;
  }
}
.cwa-btn.cwa-tweet-button {
  border-bottom: 2px solid #147bc9;
  background: #55acee;
  padding: 3px;
  width: 100px;
  text-decoration: none;
}
.cwa-btn.cwa-tweet-button:hover,
.cwa-btn.cwa-tweet-button:visited,
.cwa-btn.cwa-tweet-button:link,
.cwa-btn.cwa-tweet-button:active {
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .cwa-btn.cwa-tweet-button {
    width: 30px;
  }
}
.cwa-btn.cwa-tweet-button:hover {
  background: #9bcef5;
}
.cwa-tweet-error-msg {
  color: #f54a4a;
  font-size: 12px;
}
.cwa-tweet-btn.cwa-btn-disabled {
  opacity: 0.5;
}
.cwa-tweet-btn.cwa-btn-disabled:hover {
  background: #55acee;
  cursor: default;
}
.cwa-whatsapp-button-container {
  text-align: center;
  float: right;
}
@media screen and (min-width: 768px) {
  .cwa-btn.cwa-whatsapp-button {
    font-size: 12px;
  }
}
.cwa-btn.cwa-whatsapp-button {
  border-bottom: 2px solid #358c1c;
  background: #45b724;
  padding: 3px;
  width: 30px;
  text-decoration: none;
}
.cwa-btn.cwa-whatsapp-button:hover,
.cwa-btn.cwa-whatsapp-button:visited,
.cwa-btn.cwa-whatsapp-button:link,
.cwa-btn.cwa-whatsapp-button:active {
  text-decoration: none;
  color: #ffffff;
}
.cwa-btn.cwa-whatsapp-button:hover {
  background: #6cdc4c;
}
.cwa-whatsapp-error-msg {
  color: #f54a4a;
  font-size: 12px;
}
.cwa-whatsapp-btn.cwa-btn-disabled {
  opacity: 0.5;
}
.cwa-whatsapp-btn.cwa-btn-disabled:hover {
  background: #45b724;
  cursor: default;
}
.cwa-fb-share-button-container {
  text-align: center;
  float: right;
}
@media screen and (min-width: 768px) {
  .cwa-btn.cwa-fb-share-button {
    font-size: 12px;
  }
}
.cwa-btn.cwa-fb-share-button {
  border-bottom: 2px solid #2d4373;
  background: #3b5998;
  padding: 3px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .cwa-btn.cwa-fb-share-button {
    width: 30px;
  }
}
.cwa-btn.cwa-fb-share-button:hover {
  background: #5f7ec1;
}
@media screen and (min-width: 768px) {
  .cwa-fb-share-button .cwa-fb-btn-ico {
    margin-right: 7px;
  }
}
.cwa-fb-share-error-msg {
  color: #f54a4a;
  font-size: 12px;
}
.cwa-fb-share-btn.cwa-btn-disabled {
  opacity: 0.5;
}
.cwa-fb-share-btn.cwa-btn-disabled:hover {
  background: #3b5998;
  cursor: default;
}
.download-app-cta-container {
  margin-top: 30px;
}
.download-app-cta-container img {
  width: 130px;
}
.download-app-cta-container p {
  font-size: 18px;
}
.download-app-cta-container .left-down-arrow {
  transform: rotateZ(90deg) scale(1, -1);
}
.cwa-navbar .social-navbar-icons {
  padding: 15px;
}
.cwa-navbar .social-navbar-icons .social-navbar-icon {
  color: #fe9400;
}
.cwa-navbar .social-navbar-icons .social-navbar-icon:hover {
  color: #c36e00;
}
.cwa-language-switcher-dropdown {
  min-width: 0px;
}
.cwa-content:not(.searched-once):not(.cwa-notify-payment-content) {
  position: fixed;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.cwa-content:not(.searched-once) {
  color: #ffffff;
}
.cwa-content.cwa-notify-payment-content {
  overflow-y: auto;
  overflow-x: hidden;
}
.cwa-content.searched-once {
  position: absolute;
  padding-left: 0px;
  padding-right: 0px;
  top: 8vh;
  width: 100%;
  bottom: 5vh;
  color: #ffffff;
}
@media screen and (max-width: 320px) {
  .cwa-content.searched-once {
    top: 11vh;
  }
  .cwa-content.cwa-notify-payment-content {
    position: absolute;
    top: 11vh;
    width: 100%;
    bottom: 5vh;
  }
}
@media screen and (max-width: 480px) {
  .cwa-content.searched-once {
    top: 10vh;
  }
}
.cwa-content > .container {
  border-radius: 4px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  overflow-y: auto;
  will-change: transform;
  overflow-x: hidden;
}
.cwa-content:not(.searched-once):not(.cwa-notify-payment-content) > .container {
  max-height: 80vh;
}
@media screen and (max-width: 320px) {
  .cwa-content:not(.searched-once):not(.cwa-notify-payment-content) > .container {
    max-height: 70vh;
  }
}
.cwa-content.searched-once > .container {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cwa-content {
    padding: 5px;
    padding-bottom: 20px;
  }
  .cwa-content > .container {
    padding: 8px;
  }
}
.bank-accounts-maodal-body .bank-accounts-info {
  text-align: left;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .cities-maodal-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 70vh;
  }
}
.cities-maodal-container img:not(.country-flag) {
  cursor: pointer;
  opacity: 0.5;
  margin: auto;
  margin-bottom: 20px;
  box-shadow: #b3b3b3 1px 1px 2px;
}
.cities-maodal-container img:not(.country-flag):hover {
  opacity: 1;
}
.cities-maodal-container img:not(.country-flag).selected {
  opacity: 1;
}
.cities-maodal-container .country-title-modal {
  font-size: 1.7em;
  padding-left: 20px;
}
.cities-maodal-container .checkmark {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  -moz-transition: display 0.4s ease-in;
  -webkit-transition: display 0.4s ease-in;
  -o-transition: display 0.4s ease-in;
  -ms-transition: display 0.4s ease-in;
  transition: display 0.4s ease-in;
}
.cities-maodal-container .checkmark.selected {
  display: inherit;
}
.cities-elswhere-msg {
  float: right;
  font-size: 10px;
  margin-bottom: 0px;
  margin-right: 20px;
  margin-top: 20px;
  color: #999999;
}
.cwa-notify-payment-content input {
  color: #444444;
}
@media screen and (max-width: 768px) {
  .cwa-notify-payment-content .cwa-title {
    margin-top: 0px;
    margin-bottom: 10px !important;
  }
}
.cwa-notify-payment-content .cwa-btn:not(.cwa-fb-share-button):not(.cwa-tweet-button):not(.cwa-whatsapp-button) {
  display: inline-block;
  margin-top: 15px;
}
.cwa-notify-payment-content .cwa-btn.cwa-tweet-button,
.cwa-notify-payment-content .cwa-btn.cwa-whatsapp-button {
  margin-left: 10px;
}
.cwa-notify-payment-content p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cwa-notify-payment-content p {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .cwa-notify-payment-content .bank-account-paid-label {
    margin-top: 20px;
  }
}
.cwa-notify-payment-content .cwa-notif-payment-bank-dropdown {
  height: 40px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .cwa-notify-payment-content .cwa-notif-payment-bank-dropdown {
    height: 35px;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
  }
  .cwa-notify-payment-content input {
    height: 35px;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
  }
}
.cwa-notify-payment-content .cwa-notify-payment-btn {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .cwa-notify-payment-content .cwa-notify-payment-btn {
    margin-top: 15px;
  }
}
.cwa-notify-payment-content .cwa-arrange-another-match-link-container {
  margin-top: 25px;
  text-align: right;
}
.cwa-notify-payment-content .cwa-arrange-another-match-link-container:hover,
.cwa-notify-payment-content .cwa-arrange-another-match-link-container:visited,
.cwa-notify-payment-content .cwa-arrange-another-match-link-container:link,
.cwa-notify-payment-content .cwa-arrange-another-match-link-container:active {
  text-decoration: none;
}
.cwa-notify-payment-content .cwa-arrange-another-match-link-container a {
  color: #cccccc;
}
.cwa-notify-payment-content .cwa-input-error-msg {
  color: #f38d8d;
}
.cwa-notify-payment-content-container {
  text-align: left;
}
.cwa-notify-payment-content .succes-notification-message {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .cwa-notify-payment-content .succes-notification-message {
    font-size: 16px;
  }
}
.cwa-notify-payment-content .please-wait-msg {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .cwa-notify-payment-content .please-wait-msg {
    font-size: 20px;
  }
}
.cwa-notify-payment-content .reservation-order-search-result-content {
  padding: 3px;
}
@media screen and (min-width: 320px) {
  .cwa-notify-payment-content .reservation-order-search-result-content {
    padding: 5px;
  }
}
@media screen and (min-width: 480px) {
  .cwa-notify-payment-content .reservation-order-search-result-content {
    padding: 7px;
  }
}
@media screen and (min-width: 768px) {
  .cwa-notify-payment-content .reservation-order-search-result-content {
    padding: 15px;
  }
}
.cwa-notify-payment-content .fetching-reservation {
  margin-top: 35px;
  margin-bottom: 25px;
}
.cwa-notify-payment-content .error-notification-message {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .cwa-notify-payment-content .error-notification-message {
    font-size: 16px;
  }
}
.cwa-notify-payment-content .go-pay-message {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .cwa-notify-payment-content .go-pay-message {
    font-size: 12px;
    margin-top: 0px;
  }
}
.cwa-notify-payment-content .go-pay-message a {
  color: #ffffff;
  text-decoration: underline;
}
.cwa-notify-payment-content .go-pay-message a:hover,
.cwa-notify-payment-content .go-pay-message a:visited,
.cwa-notify-payment-content .go-pay-message a:link,
.cwa-notify-payment-content .go-pay-message a:active {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .cwa-notify-payment-content-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cwa-notify-payment-content-container {
    width: 70%;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .cwa-notify-payment-content-container {
    width: 50%;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .cwa-notify-payment-content-container {
    width: 45%;
    margin: auto;
  }
}
.cwa-notify-payment-content-container .reservation-order-search-result {
  color: #444444;
}
.cwa-notify-payment-content-container .reservation-order-search-result-details {
  font-size: 10px;
  font-weight: 300;
  padding-left: 4px;
  margin-top: 6px;
}
.cwa-notify-payment-content-container .reservation-order-search-result-details .fa {
  color: #6d6c6c;
}
.cwa-notify-payment-content-container .hour-time-amount {
  font-size: 8px;
}
@media screen and (min-width: 320px) {
  .cwa-notify-payment-content-container .reservation-order-search-result-details {
    font-size: 12px;
    padding-left: 6px;
  }
  .cwa-notify-payment-content-container .hour-time-amount {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cwa-notify-payment-content-container .reservation-order-search-result-details {
    font-size: 18px;
  }
  .cwa-notify-payment-content-container .hour-time-amount {
    font-size: 14px;
  }
}
.cwa-notify-payment-content-container .reservation-order-search-result {
  background-color: white;
  border-radius: 2px;
  height: 110px;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cwa-notify-payment-content-container .reservation-order-search-result {
    height: 164px;
  }
}
.cwa-notify-payment-content-container .reservation-order-search-result {
  text-align: left;
}
.cwa-notify-payment-content-container .reservation-order-search-result .reservation-order-search-result-image {
  height: 100%;
  float: left;
  border-radius: 2px 0px 0px 2px;
  width: 110px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .cwa-notify-payment-content-container .reservation-order-search-result .reservation-order-search-result-image {
    width: 164px;
    margin-right: 10px;
  }
}
.cwa-notify-payment-content-container .reservation-order-search-result .reservation-order-search-result-image img {
  height: 17%;
  border-radius: 2px 0px 0px 2px;
}
.cwa-notify-payment-content-container .reservation-order-search-result-actions {
  color: #c36e00;
  position: absolute;
  bottom: 12%;
  right: 2%;
  text-align: right;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cwa-notify-payment-content-container .reservation-order-search-result-actions {
    font-size: 20px;
  }
}
.cwa-notify-payment-content-container .reservation-order-search-result-price.has-promo {
  text-decoration: line-through;
  font-size: 8px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .cwa-notify-payment-content-container .reservation-order-search-result-price.has-promo {
    font-size: 14px;
  }
}
.cwa-notify-payment-content-container .reservation-order-search-result-reserve-action {
  display: none;
}
.cwa-notify-payment-content-container .reservation-order-search-result-title {
  font-size: 15px;
  cursor: pointer;
}
.cwa-notify-payment-content-container .reservation-order-search-result-title .fa {
  color: #9E9D9D;
}
@media screen and (min-width: 768px) {
  .cwa-notify-payment-content-container .reservation-order-search-result-title {
    font-size: 24px;
  }
}
.park-terms-maodal-container .cwa-accept-terms-btn {
  margin-top: 20px;
}
.park-terms-maodal-container .park-terms-label {
  margin-bottom: 20px;
}
.park-terms-maodal-container .park-terms-list-container {
  overflow-y: auto;
  max-height: 70vh;
}
@media screen and (max-width: 480px) {
  .park-terms-maodal-container .park-terms-list-container {
    max-height: 60vh;
  }
}
.park-terms-maodal-container .park-terms-list-container .park-term {
  margin-bottom: 15px;
  margin-left: 10px;
  font-size: 12px;
}
.cwa-user-reservations-results {
  margin: auto;
  text-align: center;
  margin-top: 15px;
  width: 100%;
  height: auto;
  color: #444444;
}
@media screen and (min-width: 768px) {
  .cwa-user-reservations-results {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .cwa-user-reservations-results {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .cwa-user-reservations-results {
    width: 70%;
  }
}
.cwa-user-reservations-results .reservation-order-search-result-content {
  padding: 3px;
}
@media screen and (min-width: 320px) {
  .cwa-user-reservations-results .reservation-order-search-result-content {
    padding: 5px;
  }
}
@media screen and (min-width: 480px) {
  .cwa-user-reservations-results .reservation-order-search-result-content {
    padding: 7px;
  }
}
@media screen and (min-width: 768px) {
  .cwa-user-reservations-results .reservation-order-search-result-content {
    padding: 15px;
  }
}
.cwa-user-reservations-results .reservation-order-search-result-title {
  font-size: 15px;
  cursor: pointer;
}
.cwa-user-reservations-results .reservation-order-search-result-title .fa {
  color: #9E9D9D;
}
@media screen and (min-width: 768px) {
  .cwa-user-reservations-results .reservation-order-search-result-title {
    font-size: 24px;
  }
}
.cwa-user-reservations-results .reservation-order-search-result-price.has-promo {
  text-decoration: line-through;
  font-size: 8px;
  margin-bottom: 6px;
  margin-top: 8px;
}
.cwa-user-reservations-results .reservation-order-search-result-price.has-extra-charge {
  font-size: 10px;
  margin-bottom: 6px;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .cwa-user-reservations-results .reservation-order-search-result-price.has-promo {
    font-size: 14px;
  }
  .cwa-user-reservations-results .reservation-order-search-result-price.has-extra-charge {
    font-size: 14px;
  }
}
.cwa-user-reservations-results .result-is-quota-indicator {
  color: white;
  background-color: #848484;
  border-radius: 3px;
  padding: 1px;
  margin-left: 5px;
  font-size: 11px;
}
.cwa-user-reservations-results .search-results-summary {
  color: #cccccc;
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cwa-user-reservations-results .search-results-summary {
    font-size: 10px;
    margin-bottom: 7px;
  }
}
.cwa-user-reservations-results .reservation-order-search-result-details {
  font-size: 10px;
  font-weight: 300;
  padding-left: 4px;
  margin-top: 6px;
}
.cwa-user-reservations-results .reservation-order-search-result-details .fa {
  color: #6d6c6c;
}
.cwa-user-reservations-results .hour-time-amount {
  font-size: 8px;
}
@media screen and (min-width: 320px) {
  .cwa-user-reservations-results .reservation-order-search-result-details {
    font-size: 12px;
    padding-left: 6px;
  }
  .cwa-user-reservations-results .hour-time-amount {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cwa-user-reservations-results .reservation-order-search-result-details {
    font-size: 18px;
  }
  .cwa-user-reservations-results .hour-time-amount {
    font-size: 14px;
  }
}
.cwa-user-reservations-results .reservation-order-search-result {
  background-color: white;
  border-radius: 2px;
  height: 110px;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cwa-user-reservations-results .reservation-order-search-result {
    height: 164px;
  }
}
.cwa-user-reservations-results .reservation-order-search-result {
  text-align: left;
}
.cwa-user-reservations-results .reservation-order-search-result .reservation-order-search-result-image {
  height: 100%;
  float: left;
  border-radius: 2px 0px 0px 2px;
  width: 110px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .cwa-user-reservations-results .reservation-order-search-result .reservation-order-search-result-image {
    width: 164px;
    margin-right: 10px;
  }
}
.cwa-user-reservations-results .reservation-order-search-result .reservation-order-search-result-image img {
  height: 17%;
  border-radius: 2px 0px 0px 2px;
}
.cwa-user-reservations-results .reservation-order-search-result-actions {
  color: #c36e00;
  position: absolute;
  bottom: 12%;
  right: 2%;
  text-align: right;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cwa-user-reservations-results .reservation-order-search-result-actions {
    font-size: 20px;
  }
}
.cwa-user-reservations-results .reservation-order-search-result-reserve-action {
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .cwa-user-reservations-results .reservation-order-search-result-reserve-action {
    font-size: 22px;
  }
}
.cwa-user-reservations-results .reservation-order-search-result-reserve-action {
  display: none;
}
.cwa-user-reservations-results .fetching-reservation {
  margin-top: 35px;
  margin-bottom: 25px;
  color: #ffffff;
}
.cwa-user-reservations-results .no-user-reservations-yet-container {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.cwa-user-reservations-results .no-user-reservations-yet {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .cwa-user-reservations-results .no-user-reservations-yet {
    font-size: 14px;
    color: #ffffff;
  }
}
.cwa-user-reservations-results .cwa-arrange-match-btn:hover,
.cwa-user-reservations-results .cwa-arrange-match-btn:visited,
.cwa-user-reservations-results .cwa-arrange-match-btn:link,
.cwa-user-reservations-results .cwa-arrange-match-btn:active {
  text-decoration: none;
}
.cwa-user-reservations-results .reservation-result-status {
  font-size: 10px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .cwa-user-reservations-results .reservation-result-status {
    font-size: 16px;
  }
}
.cwa-user-reservations-results .reservation-result-status.bad-status {
  color: #C30000;
}
.cwa-user-reservations-results .reservation-result-status.neutral-status {
  color: #444;
  font-weight: 200;
}
.cwa-user-reservations-results .reservation-result-status.good-status {
  color: #00C336;
}
.cwa-user-reservations-results .awaiting-action-status {
  color: #444;
  cursor: pointer;
  text-transform: uppercase;
}
.cwa-make-payment-content input {
  color: #444444;
}
.cwa-make-payment-content .cwa-btn:not(.cwa-fb-share-button):not(.cwa-tweet-button):not(.cwa-whatsapp-button) {
  display: inline-block;
  margin-top: 15px;
}
.cwa-make-payment-content .cwa-btn.cwa-tweet-button,
.cwa-make-payment-content .cwa-btn.cwa-whatsapp-button {
  margin-left: 10px;
}
.cwa-make-payment-content p {
  margin-top: 20px;
}
.cwa-make-payment-content .cwa-make-payment-bank-dropdown {
  height: 40px;
  border-radius: 2px;
}
.cwa-make-payment-content .cwa-make-payment-btn {
  margin-top: 25px;
}
.cwa-make-payment-content .cwa-make-payment-btn:hover,
.cwa-make-payment-content .cwa-make-payment-btn:visited,
.cwa-make-payment-content .cwa-make-payment-btn:link,
.cwa-make-payment-content .cwa-make-payment-btn:active {
  color: #ffffff;
}
.cwa-make-payment-content .cwa-arrange-another-match-link-container {
  margin-top: 25px;
  text-align: right;
}
.cwa-make-payment-content .cwa-arrange-another-match-link-container:hover,
.cwa-make-payment-content .cwa-arrange-another-match-link-container:visited,
.cwa-make-payment-content .cwa-arrange-another-match-link-container:link,
.cwa-make-payment-content .cwa-arrange-another-match-link-container:active {
  text-decoration: none;
}
.cwa-make-payment-content .cwa-arrange-another-match-link-container a {
  color: #cccccc;
}
.cwa-make-payment-content .cwa-input-error-msg {
  color: #f38d8d;
}
.cwa-make-payment-content-container {
  text-align: left;
}
.cwa-make-payment-content .succes-notification-message {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .cwa-make-payment-content .succes-notification-message {
    font-size: 16px;
  }
}
.cwa-make-payment-content .please-wait-msg {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .cwa-make-payment-content .please-wait-msg {
    font-size: 20px;
  }
}
.cwa-make-payment-content .reservation-order-search-result-content {
  padding: 3px;
}
@media screen and (min-width: 320px) {
  .cwa-make-payment-content .reservation-order-search-result-content {
    padding: 5px;
  }
}
@media make and (min-width: 480px) {
  .cwa-notify-payment-content .reservation-order-search-result-content {
    padding: 7px;
  }
}
@media screen and (min-width: 768px) {
  .cwa-make-payment-content .reservation-order-search-result-content {
    padding: 15px;
  }
}
.cwa-make-payment-content .fetching-reservation {
  margin-top: 35px;
  margin-bottom: 25px;
}
.cwa-make-payment-content .error-notification-message {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .cwa-make-payment-content .error-notification-message {
    font-size: 16px;
  }
}
.cwa-make-payment-content .go-pay-message {
  color: #cccccc;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cwa-make-payment-content .go-pay-message {
    font-size: 12px;
  }
}
.cwa-make-payment-content .go-pay-message a {
  color: #ffffff;
  text-decoration: underline;
}
.cwa-make-payment-content .go-pay-message a:hover,
.cwa-make-payment-content .go-pay-message a:visited,
.cwa-make-payment-content .go-pay-message a:link,
.cwa-make-payment-content .go-pay-message a:active {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .cwa-make-payment-content-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cwa-make-payment-content-container {
    width: 70%;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .cwa-make-payment-content-container {
    width: 50%;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .cwa-make-payment-content-container {
    width: 45%;
    margin: auto;
  }
}
.cwa-make-payment-content-container .reservation-order-search-result {
  color: #444444;
}
.cwa-make-payment-content-container .reservation-order-search-result-details {
  font-size: 10px;
  font-weight: 300;
  padding-left: 4px;
  margin-top: 6px;
}
.cwa-make-payment-content-container .reservation-order-search-result-details .fa {
  color: #6d6c6c;
}
.cwa-make-payment-content-container .hour-time-amount {
  font-size: 8px;
}
@media screen and (min-width: 320px) {
  .cwa-make-payment-content-container .reservation-order-search-result-details {
    font-size: 12px;
    padding-left: 6px;
  }
  .cwa-make-payment-content-container .hour-time-amount {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cwa-make-payment-content-container .reservation-order-search-result-details {
    font-size: 18px;
  }
  .cwa-make-payment-content-container .hour-time-amount {
    font-size: 14px;
  }
}
.cwa-make-payment-content-container .reservation-order-search-result {
  background-color: white;
  border-radius: 2px;
  height: 110px;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cwa-make-payment-content-container .reservation-order-search-result {
    height: 164px;
  }
}
.cwa-make-payment-content-container .reservation-order-search-result {
  text-align: left;
}
.cwa-make-payment-content-container .reservation-order-search-result .reservation-order-search-result-image {
  height: 100%;
  float: left;
  border-radius: 2px 0px 0px 2px;
  width: 110px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .cwa-make-payment-content-container .reservation-order-search-result .reservation-order-search-result-image {
    width: 164px;
    margin-right: 10px;
  }
}
.cwa-make-payment-content-container .reservation-order-search-result .reservation-order-search-result-image img {
  height: 17%;
  border-radius: 2px 0px 0px 2px;
}
.cwa-make-payment-content-container .reservation-order-search-result-price.has-promo {
  text-decoration: line-through;
  font-size: 8px;
  margin-bottom: 6px;
}
.cwa-make-payment-content-container .reservation-order-search-result-price.has-extra-charge {
  font-size: 10px;
  margin-bottom: 6px;
  color: #999999;
}
.cwa-make-payment-content-container .result-is-quota-indicator {
  color: white;
  background-color: #848484;
  border-radius: 3px;
  padding: 1px;
  margin-left: 5px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .cwa-make-payment-content-container .reservation-order-search-result-price.has-promo {
    font-size: 14px;
  }
  .cwa-make-payment-content-container .reservation-order-search-result-price.has-extra-charge {
    font-size: 14px;
  }
}
.cwa-make-payment-content-container .reservation-order-search-result-actions {
  color: #c36e00;
  position: absolute;
  bottom: 11%;
  right: 2%;
  text-align: right;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cwa-make-payment-content-container .reservation-order-search-result-actions {
    font-size: 20px;
  }
}
.cwa-make-payment-content-container .reservation-order-search-result-reserve-action {
  display: none;
}
.cwa-make-payment-content-container .reservation-order-search-result-title {
  font-size: 15px;
  cursor: pointer;
}
.cwa-make-payment-content-container .reservation-order-search-result-title .fa {
  color: #9E9D9D;
}
@media screen and (min-width: 768px) {
  .cwa-make-payment-content-container .reservation-order-search-result-title {
    font-size: 24px;
  }
}
.cwa-pass-reset-content input {
  color: #444444;
}
.cwa-pass-reset-content .cwa-btn {
  display: inline-block;
  margin-top: 15px;
}
.cwa-pass-reset-content .cwa-input-error-msg {
  color: #f38d8d;
}
.cwa-pass-reset-content-container {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cwa-pass-reset-content-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cwa-pass-reset-content-container {
    width: 70%;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .cwa-pass-reset-content-container {
    width: 50%;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .cwa-pass-reset-content-container {
    width: 35%;
    margin: auto;
  }
}
.tiny-logo-in-corner {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .tiny-logo-in-corner {
    position: absolute;
    right: 10px;
    top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tiny-logo-in-corner {
    right: 5px;
    top: 5px;
  }
}
.cwa-content .cwa-title {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
}
.cwa-content .cwa-title.minimize-size {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .cwa-content .cwa-title {
    font-size: 26px;
  }
  .cwa-content .cwa-title.minimize-size {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 320px) {
  .cwa-content .cwa-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .cwa-content .cwa-title.minimize-size {
    font-size: 18px;
    margin-top: 5px;
  }
}
.cwa-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  color: #777777;
  vertical-align: middle;
  font-size: 1em;
}
.cwa-footer a {
  font-weight: bold;
  color: #fe9400;
}
.cwa-footer .cities-list {
  width: inherit;
}
.cwa-footer .cities-list > ul {
  position: fixed;
  border-radius: 3px;
  list-style: none;
  background-color: #fcfcfc;
  padding: 10px;
  padding-left: 40px;
  color: #222222;
  box-shadow: -3px 3px 5px #000000;
  -moz-transition: bottom 0.2s;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  -ms-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
.cwa-footer .cities-list i {
  top: .26em;
}
.cwa-footer .cities-link {
  cursor: pointer;
}
.cwa-footer .cities-link:hover {
  text-decoration: underline;
}
.cwa-footer .cities-list .inactive-city {
  font-style: italic;
}
.cwa-footer .cities-list .country {
  margin-left: -30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.cwa-footer .cities-list .country.first-country {
  margin-top: 0px;
}
.cwa-footer .cities-list .active-city {
  cursor: pointer;
}
.cwa-footer a.jobs-link {
  text-decoration: none;
  font-weight: normal;
  color: #777777;
}
.cwa-footer a.jobs-link:hover {
  text-decoration: underline;
}
.maodal-container,
.maodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  color: #444444;
  background-color: rgba(0, 0, 0, 0.75);
}
.maodal.maodal-show {
  opacity: 1;
  z-index: 1500;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.maodal.maodal-hide {
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity 0.4s, z-index 0.01s 0.4s;
  -webkit-transition: opacity 0.4s, z-index 0.01s 0.4s;
  -o-transition: opacity 0.4s, z-index 0.01s 0.4s;
  -ms-transition: opacity 0.4s, z-index 0.01s 0.4s;
  transition: opacity 0.4s, z-index 0.01s 0.4s;
}
.maodal-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.maodal-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 50px;
}
.maodal-header {
  color: #565656;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dce0e0;
  background-color: #edefed;
}
.maodal-header .close {
  opacity: 0.5;
  font-weight: 200;
  font-size: 28px;
  line-height: 0.8;
  padding-left: 10px;
  padding-right: 10px;
}
.maodal-content {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fcfcfc;
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  box-shadow: -3px 3px 5px #000000;
}
.maodal-body {
  position: relative;
  padding: 20px;
}
.maodal-body a {
  color: #fe9400;
}
.maodal-body a:hover,
.maodal-body a:visited,
.maodal-body a:link,
.maodal-body a:active {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .maodal-table,
  .maodal-cell {
    display: block;
  }
  .maodal-cell {
    padding: 0;
  }
  .maodal-header {
    text-align: center;
  }
  .maodal-content {
    max-width: none;
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) {
  .maodal-content {
    width: 315px;
  }
  .maodal-content.wider-maodal {
    width: 800px;
    max-width: 800px;
  }
}
.maodal-header-progress-indicator {
  text-align: center;
  margin-bottom: -15px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .maodal-header-progress-indicator {
    margin-top: 10px;
  }
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
.react-swipe-controls {
  position: absolute;
  font-size: 58px;
  color: rgba(255, 255, 255, 0.5);
  top: 35%;
  width: 100%;
}
.react-swipe-prev {
  display: inline;
  left: 5px;
  position: absolute;
}
.react-swipe-next {
  display: inline;
  right: 20px;
  position: absolute;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  font-size: 45px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  width: 1.1em;
  color: #fe9400;
}
.rating > span:not(.star-fixed):hover:before,
.rating > span:not(.star-fixed):hover ~ span:not(.star-fixed):before {
  content: "\2605";
  position: absolute;
}
.rating-container {
  margin-top: 15px;
  text-align: center;
}
.rating-container p {
  margin-bottom: 0px;
  font-size: 16px;
}
.please-wait-maodal.maodal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
}
.please-wait-maodal.maodal-show {
  opacity: 1;
  z-index: 1500;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.please-wait-maodal.maodal-hide {
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity 0.4s, z-index 0.01s 0.4s;
  -webkit-transition: opacity 0.4s, z-index 0.01s 0.4s;
  -o-transition: opacity 0.4s, z-index 0.01s 0.4s;
  -ms-transition: opacity 0.4s, z-index 0.01s 0.4s;
  transition: opacity 0.4s, z-index 0.01s 0.4s;
}
.please-wait-maodal-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.please-wait-maodal-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 50px;
}
.please-wait-maodal-content {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.please-wait-maodal-body {
  padding: 20px;
  color: #ffaa42;
  text-align: center;
}
