.table-title h3,
body,
html {
  font-weight: 400;
  font-family: Roboto, helvetica, arial, sans-serif;
}
.optionsTable td,
.optionsTable th {
  vertical-align: middle;
  text-align: left;
}
#bikepricelabel,
.bikepriceinput,
.inner {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxIIzc.ttf)
      format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"),
    url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf)
      format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf)
      format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf)
      format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf)
      format("truetype");
}
body,
html {
  background-color: #ecf0f1;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  width: 100vw !important;
  height: 100% !important;
  display: inline-block;
}
.endContact {
  position: absolute;
  margin-right: 0;
  margin-top: -39px;
}
.endContact.endContactMobile {
  margin-right: 0;
  margin-left: 0;
  padding-top: 40px;
}
img#bubble-image {
  display: none;
}
.endContact a,
.endContact p {
  background: rgba(58, 83, 155, 0.9);
  display: inline-block;
  font-size: 1em;
  margin-left: 5px;
}
.endContact p {
  color: #fff;
  pointer-events: none;
}
.endContact p:hover {
  color: #fff;
}
.toggle-button--aava label {
  height: 4em;
  line-height: 4em;
  transition: all 0.2s;
  border-radius: 2rem;
}
.toggle-button--aava label:after,
.toggle-button--aava label:before {
  position: absolute;
  right: 0.4rem;
  transition: all 0.2s 0.1s ease-out;
  font-size: 0.7rem;
}
.toggle-button--aava label:before {
  content: attr(data-on-text);
}
.toggle-button--aava label:after {
  content: attr(data-off-text);
  white-space: pre-wrap;
}
.toggle-button--aava input[type="checkbox"] + label {
  min-width: 120px;
  background: #ff5335;
  width: 90%;
}
.toggle-button--aava input[type="checkbox"] + label:before {
  opacity: 0;
  transform: translate(0, 20px);
}
.toggle-button--aava input[type="checkbox"] + label:after {
  opacity: 1;
  transform: translate(0, 0);
}
.toggle-button--aava input[type="checkbox"]:checked ~ label {
  width: 90%;
  background: #61b136;
}
.toggle-button--aava input[type="checkbox"]:checked ~ label:before {
  opacity: 1;
  transform: translate(0, 0);
}
.toggle-button--aava input[type="checkbox"]:checked ~ label:after {
  opacity: 0;
  transform: translate(0, -20px);
}
.toggle-button--aava
  input[type="checkbox"]:checked
  ~ .toggle-button__icon:before {
  transform: translate(-10%, 100%) rotate(45deg);
  width: 16.67px;
}
.toggle-button--aava
  input[type="checkbox"]:checked
  ~ .toggle-button__icon:after {
  transform: translate(30%) rotate(-45deg);
}
.toggle-button--aava .toggle-button__icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 3.4em;
  width: 2.5em;
}
.toggle-button--aava .toggle-button__icon:after,
.toggle-button--aava .toggle-button__icon:before {
  height: 3px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.toggle-button--aava .toggle-button__icon:before {
  width: 50%;
  transform: rotate(45deg);
}
.toggle-button--aava .toggle-button__icon:after {
  width: 50%;
  transform: rotate(-45deg);
}
.maindiv.table-title,
.optionsTable.table-title {
  display: block;
  margin: -100px auto auto;
  max-width: 600px;
  padding: 5px;
  width: 100%;
}
.maindiv table {
  margin-top: 42px;
  background: rgba(58, 83, 155, 0.9);
  color: #fff;
}

.table > .calculateTableCell {
  border-top: 1px solid rgba(34, 49, 63, 1);
}
.table-title h3 {
  position: relative;
  color: #000;
  font-size: 30px;
  font-style: normal;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-align: right;
  right: 0;
  top: 8px;
}
.optionsTable th {
  color: #d5dde5;
  background: #1b1e24;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 23px;
  font-weight: 100;
  padding: 24px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.optionsTable th:first-child {
  border-top-left-radius: 3px;
}
.optionsTable th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.optionsTable .row {
  max-width: 100vw;
  border-top: 1px solid #c1c3d1;
  /* border-bottom: 1px solid #c1c3d1; */
  color: #666b85;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
  padding: 0;
}
.optionsTable .row:first-child {
  border-top: none;
}
.optionsTable .row:nth-child(odd) td {
  background: rgba(137, 196, 244, 0.9);
}
.tdText {
  font-weight: 400;
  font-size: 1.2em;
}
.optionsTable .row:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.optionsTable .row:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.optionsTable .calculateTableCell, .optionsTable .destinationLabel  {
  word-break: break-all;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #c1c3d1;
  border-left: 1px solid #c1c3d1;
  /* width: 100vw; */
  padding: 0.5%;
  min-width: 11.111111%;
  float:right !important;
}
.optionsTable .calculateTableCell:last-child {
  border-right: 0;
}
.optionsTable th.text-left {
  text-align: left;
}
.optionsTable th.text-center {
  text-align: center;
}
.optionsTable th.text-right {
  text-align: right;
}
.optionsTable .calculateTableCell.text-left {
  text-align: left;
}
.hint:before,
.optionsTable .calculateTableCell.text-center {
  text-align: center;
}
.inner,
.optionsTable .calculateTableCell.text-right {
  text-align: right;
}
#bikepricelabel,
.bikepriceinput,
.maindiv {
  display: none;
}
#bikepricelabel,
.bikepriceinput {
  position: relative;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
input.bikepriceinput {
  width: 60%;
  float: right;
}
.toggle-button {
  position: relative;
  color: #fff;
}
.toggle-button label {
  display: inline-block;
  cursor: pointer;
  text-align: right;
  font-size: 85%;
}
.toggle-button input {
  display: none;
}
.toggle-button__icon {
  cursor: pointer;
  pointer-events: none;
}
.toggle-button__icon:after,
.toggle-button__icon:before {
  content: "";
  position: absolute;
  top: -35%;
  left: 35%;
  transition: 0.2s ease-out;
}
input::-moz-inner-spin-button,
input::-moz-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.hint {
  position: relative;
  z-index: 2;
  float: left;
  top: 38px;
  cursor: default;
}
.inner,
.inner:before {
  position: absolute;
  left: 50%;
}
.hint:hover .inner {
  top: 120%;
  opacity: 1;
  display: inline-block;
}
.hint:hover .inner:before {
  display: inline-block;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.3s linear;
}
.inner {
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: none;
  padding: 8px;
  border-radius: 4px;
  overflow: hidden;
  color: #e6e6e6;
  font-size: 14px;
  white-space: nowrap;
  top: 100%;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.3s linear;
  pointer-events: none;
  z-index: 99;
}
.maindiv a,
.switch-slide .switch-label {
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.inner:before {
  content: "";
  background-color: #323232;
  height: 250px;
  width: 1000px;
  border-radius: 50%;
  top: 0;
  display: hidden;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0.1);
  transition: 0.3s linear, transform 0s 0.3s linear;
}
.bdayWrapper,
.hint:before,
.selectBox,
.wrapper {
  display: inline-block;
}

.hint:before {
  content: "?";
  font-family: sans-serif;
  width: 2ex;
  height: 2ex;
  font-size: 2.2ex;
  line-height: 1.8ex;
  margin-right: 4px;
  padding: 1px;
  color: #fff;
  background: #5f5f5f;
  border: 1px solid #5f5f5f;
  border-radius: 1.2ex;
  text-decoration: none;
}
.toggleAddonsButton {
  display: none;
  visibility: hidden;
}
.toggleAddonsLabel {
  display: block;
  padding: 0.5em;
  text-align: center;
  color: #666;
}
.toggleAddonsLabel:hover {
  color: #000;
}
.toggleAddonsLabel::before {
  font-family: Consolas, monaco, monospace;
  font-weight: 700;
  font-size: 15px;
  content: "+";
  vertical-align: text-top;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: radial-gradient(ellipse at center, #ccc 50%, transparent 50%);
}
.addonsDiv {
  border: none !important;
  display: none;
}
.scale-in-tr {
  display: table-footer-group;
  -webkit-animation: scale-in-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.scale-out-tr {
  -webkit-animation: scale-out-tr 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: scale-out-tr 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@-webkit-keyframes scale-in-tr {
  0% {
    transform: scale(0);
    transform-origin: 100% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
}
@keyframes scale-in-tr {
  0% {
    transform: scale(0);
    transform-origin: 100% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
}
@-webkit-keyframes scale-out-tr {
  0% {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 0;
    opacity: 1;
    display: none;
  }
}
@keyframes scale-out-tr {
  0% {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 0;
    opacity: 1;
    display: none;
  }
}
.toggleAddonsButton:checked ~ .toggleAddonsLabel::before {
  content: "-";
}
.formclass {
  position: relative;
  width: 47%;
  margin-top: 80px;
}
.text {
  position: relative !important;
  text-align: right !important;
}
.dates {
  margin-top: 140px;
  width: 500px;
}
.redBorder {
  border: 2px solid red;
}
.redColor {
  color: red;
}
.underline {
  text-decoration: underline;
  color: #000;
  font-size: 18px;
}
.maindiv a {
  color: #fff;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
div#firstBox {
  top: -50px;
}
.containerTrip:before {
  max-height: -350px;
}
.bday {
  margin-top: 50px;
}
.disable input[type="checkbox"] + label {
  background: #d3d3d3 !important;
}
.wrapper {
  margin: 0 !important;
  padding: 0;
  min-width: 100%;
}
.selectBox {
  margin-right: 20px;
  margin-left: 10px;
  width: 33%;
}
.switch {
  position: relative;
  display: block;
  width: 600px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eee, #fff 25px);
  background-image: -webkit-linear-gradient(top, #eee, #fff 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}
.switch-input,
.switch-label {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
}
.switch-label:after,
.switch-label:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  transition: inherit;
  box-sizing: content-box;
}
.switch-label:before {
  content: attr(data-off);
  color: #fff;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #e1b42b;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #fff 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #fff 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eee, #fff);
  background-image: -webkit-linear-gradient(top, #eee, #fff);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.ageDisplay,
.btn,
.datesConatiner,
.mobileDescBox p,
.tablePrice,
.tables {
  position: relative;
}
.switch-input:checked ~ .switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle,
.switch-label {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.switch-slide {
  padding: 0;
  margin: 15px 0 0;
  background: #fff;
  border-radius: 0;
}
.switch-slide .switch-label {
  font-size: 0.75em;
  box-shadow: none;
  background: 0 0;
  overflow: hidden;
  width: 70px;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.switch-slide .switch-label:after,
.switch-slide .switch-label:before {
  width: 100%;
  height: 100%;
  top: 5px;
  left: 0;
  text-align: center;
  padding-top: 10%;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2),
    inset 0 0 3px rgba(0, 0, 0, 0.1);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.switch-slide .switch-label:after {
  color: #fff;
  background: #61b136;
  left: -100px;
}
.switch-slide .switch-label:before {
  background: #ff5335;
}
.switch-slide .switch-handle {
  display: none;
}
.switch-slide .switch-input:checked ~ .switch-label {
  background: #fff;
  border-color: #08c;
}
.switch-slide .switch-input:checked ~ .switch-label:before {
  left: 100px;
}
.switch-slide .switch-input:checked ~ .switch-label:after {
  left: 0;
}
.btn-social,
a.btn-social {
  border-radius: 50%;
  color: #fff !important;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  margin: 8px 4px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 54px;
}
.btn-social .fa,
.btn-social i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  moz-backface-visibility: hidden;
  backface-visibility: hidden;
  ms-transform: scale(1);
  o-transform: scale(1);
  transform: scale(1);
  transition: all 0.25s;
  webkit-backface-visibility: hidden;
  webkit-transform: scale(1);
  webkit-transition: all 0.25s;
}
.btn-social:focus,
.btn-social:hover {
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.btn-social:focus .fa,
.btn-social:focus i,
.btn-social:hover .fa,
.btn-social:hover i {
  ms-transform: scale(1.3);
  o-transform: scale(1.3);
  transform: scale(1.3);
  webkit-transform: scale(1.3);
}
.btn-social.btn-xs {
  font-size: 9px;
  height: 24px;
  line-height: 13px;
  margin: 6px 2px;
  width: 24px;
}
.btn-social.btn-sm {
  font-size: 13px;
  height: 36px;
  line-height: 18px;
  margin: 6px 2px;
  width: 36px;
}
.btn-social.btn-lg {
  font-size: 22px;
  height: 72px;
  line-height: 40px;
  margin: 10px 6px;
  width: 72px;
}
.btn-plus {
  background: #44c456;
}
.btn-minus {
  background: #e31b23;
}
.ageDisplay {
  text-align: center;
  background: rgba(68, 108, 179, 0.8);
  font-size: 1.2em;
  margin-bottom: 0;
  min-width: 5%;
  max-width: 7%;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
}
p.ageNotFirstTable {
  top: 3px;
  margin-bottom: 12px;
}
.tables {
  max-width: 100vw;
  z-index: 0;
}
.tablePrice {
  width: 60%;
  color: #fff;
  top: 50px;
  font-size: 1.2em;
  background: rgba(65, 131, 215, 0.8);
  line-height: 50px;
  min-width: 17%;
  margin-right: 88px;
}
.mobileDescBox p,
.mobileDescBtn {
  width: 170px;
  background: #fff;
}
.tablePriceNotFirst {
  top: -36px;
  margin-right: 100px;
}
.tablePrice span {
  max-width: 100%;
  display: inline-block;
}
.tablePriceNotFirst.priceShown {
  right: -230px;
}
span a {
  color: #fff;
  text-decoration: underline;
}
.datesConatiner {
  top: -164px;
}
.smallerText {
  font-size: 0.8em;
}
.mobileDescBox {
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
.mobileDescBox p a,
.mobileDescBtn,
.mobileResultError a {
  color: rgba(58, 83, 155, 0.9) !important;
}
.mobileDescBox p {
  margin: 10px auto;
}
.mobileDescBox p a {
  font-size: 1.6em;
}
.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.buffer {
  min-height: 273px;
}
