#resellerHeader, #resellerFooter {
  display: none; }

.insuranceDialog .modal-footer {
  display: block; }
  .insuranceDialog .modal-footer > :not(:last-child) {
    margin-left: 0px;
    margin-right: 0px; }
  .insuranceDialog .modal-footer > :not(:first-child) {
    margin-left: 0px;
    margin-right: 0px; }

.custom-checkbox [type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  padding-bottom: 3px; }

.custom-checkbox [type="checkbox"] + label:before {
  background-color: #ffffff;
  border-radius: 2px;
  bottom: 1px;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 20px;
  top: 0;
  outline: 1px solid #1e5180; }

.custom-checkbox input[type="checkbox"]:checked + label:before {
  content: "\2714";
  font-size: 15px;
  font-weight: bold;
  text-align: center; }

.custom-checkbox input[type="checkbox"] {
  display: none; }

input[type=radio].is-invalid + .form-check-label {
  color: #444; }

input[type=radio].is-invalid + .form-check-label:before {
  border-color: #dc3545; }

.passengerTitle.invalid-feedback {
  display: block; }

.invoice-container .form-row:first-child {
  margin-bottom: 1rem; }

.date-month [disabled], .ff-choice [disabled] {
  color: #3c3c3c59;
  font-weight: normal; }

.date-month option, .ff-choice option {
  color: #272e3f; }

.date-month.select-not-selected, .ff-choice.select-not-selected {
  color: #3c3c3c59 !important;
  font-weight: bold; }

.phoneNumber.invalid-feedback {
  display: block; }

.invalid-feedback.birthday-feedback {
  display: block; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

button {
  cursor: pointer;
  font-weight: bold;
  border: none;
  color: #ffffff;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  width: auto;
  overflow: visible; }

.routingItemAdd,
.routingItemRemove {
  border: none;
  background-color: #20abd8;
  border-radius: 5px;
  padding: 4px 10px 5px 22px;
  cursor: pointer;
  color: #ffffff !important;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 4px 5px;
  background-size: 14px 14px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 15px;
  float: left;
  -webkit-box-shadow: 0 -1px 0 0 #4b756c inset;
  -moz-box-shadow: 0 -1px 0 0 #4b756c inset;
  box-shadow: 0 -1px 0 0 #4b756c inset; }
  .routingItemAdd:hover,
  .routingItemRemove:hover {
    background-color: #00D5FD; }

.ScrollToTopIcon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer; }
  .ScrollToTopIcon .glyphicon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #535c66;
    border-radius: 50%;
    padding-top: 10px; }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.routingItemAdd:hover,
.routingItemRemove:hover {
  color: #ffffff !important;
  text-decoration: none !important; }

.routingItemAdd {
  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/plus_white.png"); }

.routingItemRemove {
  margin-left: 10px;
  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/minus_white.png"); }

.info-icon {
  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/icon_info_transparent.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px; }

.ui-autocomplete {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  max-height: 200px;
  max-width: 41rem !important;
  width: 415px !important; }
  .ui-autocomplete .ui-menu-item img {
    padding-right: 5px; }

.submit span,
.submit input[type="submit"],
.submitButton span,
.submitButton input[type="submit"] {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/search-icon.png") no-repeat scroll 10px center #20abd8;
  border: 0 none;
  border-radius: 5px;
  -webkit-box-shadow: 0 -1px 0 0 #4b756c inset;
  -moz-box-shadow: 0 -1px 0 0 #4b756c inset;
  box-shadow: 0 -1px 0 0 #4b756c inset;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  height: auto;
  margin-bottom: 0;
  padding: 10px 15px 8px;
  text-transform: uppercase;
  width: 380px; }

.submit:hover span,
.submitButton:hover span {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/search-icon.png") no-repeat scroll 10px center #00D5FD; }

.submit div,
.submitButton div {
  display: none; }

.build-ciinfo {
  background-color: #E3D990;
  border: 1px solid #000000;
  border-radius: 0.5em;
  color: #000000;
  margin-bottom: 1em;
  margin-right: .6em;
  padding: .5em;
  margin: 10px auto;
  width: 800px; }

.feedbackPanel {
  margin: 0 auto;
  margin-bottom: 1em !important;
  background: #f3fdff;
  border: 1px solid #00b5d7;
  border-radius: 4px;
  padding: 10px 10px 10px 20px !important; }
  .feedbackPanel li {
    font-size: 1em;
    list-style: none;
    color: inherit; }

/* ## GENERAL  */
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  height: 100%;
  color: #000000; }

body {
  background: #f8f8f8; }

a {
  text-decoration: none;
  color: #000000; }

a:hover {
  color: #000000; }

.btn-back-gray {
  background: none;
  color: #888; }

.btn-close {
  bottom: 40px;
  left: 40px;
  padding: 0; }

.btn-close, .btn-close-small {
  background: none;
  border: none;
  cursor: pointer;
  position: relative; }

.btn-close-small {
  left: 35px;
  bottom: 30px; }

.btn-info {
  background-color: #20abd8;
  /*border-color: #fbbf1f;*/ }

hr {
  margin: 0;
  border-width: 2px;
  border-color: #fbbf1f; }

.btn:active,
.btn:focus {
  box-shadow: none !important; }

.panel {
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.13);
  background: #fff; }

.panel-hidden {
  display: none; }

.panel.bordered {
  border-top: 2px solid #fbbf1f; }

.panel.margin-bottom {
  margin-bottom: 30px; }

h2.panel-title {
  font-size: 14px;
  text-transform: uppercase; }

@media (max-width: 992px) {
  h2.panel-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px; } }

.form-check.small:first-of-type {
  padding-left: 4px; }

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute; }

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  margin-left: 0;
  cursor: pointer; }

.checkbox-custom-label,
.radio-custom-label {
  position: relative; }

.checkbox-custom-label.round-small:before, .radio-custom + .radio-custom-label.round-small:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #f8f8f8; }

.checkbox-custom-label.round:before,
.radio-custom + .radio-custom-label.round:before {
  border-radius: 50%;
  border: 2px solid #fbbf1f;
  width: 30px;
  height: 30px; }

.checkbox-custom-label.square:before {
  border-radius: 10%;
  border: 2px solid #fbbf1f;
  width: 30px;
  height: 30px; }

.checkbox-custom:checked + .checkbox-custom-label.round:before,
.checkbox-custom:checked + .checkbox-custom-label.square:before {
  background: #20abd8;
  box-shadow: inset 0px 0px 0px 4px #fff; }

.checkbox-custom:checked + .checkbox-custom-label.round-small:before {
  background: #20abd8;
  box-shadow: inset 0 0 0 4px #f8f8f8; }

.checkbox-custom:checked + .checkbox-custom-label.round-small:before.dark {
  background: red; }

.checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 1px solid #4e4e4e;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 5px;
  text-align: center; }

.checkbox-custom-label:before.round:before,
.radio-custom + .radio-custom-label:before.round:before {
  border-radius: 50%;
  color: #20abd8; }

.checkbox-custom:checked + .checkbox-custom-label:before {
  background: #4e4e4e;
  box-shadow: inset 0px 0px 0px 2px #fff; }

.radio-custom:checked + .radio-custom-label:before {
  background: #4e4e4e;
  box-shadow: inset 0px 0px 0px 4px #fff; }

.i-span {
  vertical-align: middle;
  padding: 5px 0; }

.i-span:before {
  content: "";
  width: 24px;
  height: 22px;
  padding-left: 28px;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block; }

.i-span.edit:before {
  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/edit_icon.png"); }

.i-span.sort:before {
  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/sort_icon.png"); }

.i-span.filter:before {
  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/filter_icon.png"); }

.back-arrow, .next-arrow {
  width: 20px;
  height: 20px; }

.down-arrow {
  width: 25px;
  height: 25px; }

.summary-arrow {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/sipka_zluta_14px.svg");
  margin-right: 8px;
  vertical-align: middle;
  transition: transform .3s ease-in-out;
  padding: 5px; }

.summary-arrow-360, [aria-expanded=true] .summary-arrow {
  transform: rotate(90deg); }

.summary-arrow-360 {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/sipka_zluta_14px.svg");
  margin-right: 8px;
  padding-left: 12px;
  vertical-align: middle;
  transition: transform .3s ease-in-out; }

.gray-arrow-left {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/arrow-alt-circle-left-regular-grey.svg") no-repeat;
  background-size: 20px; }

.gray-arrow-right {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/arrow-alt-circle-right-regular-grey.svg") no-repeat;
  background-size: 20px; }

.white-arrow-right {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/arrow-alt-circle-right-regular-white.svg") no-repeat;
  background-size: 20px; }

[aria-expanded=true] .summary-arrow-360 {
  transform: rotate(-90deg); }

.flight-logo {
  width: 90px;
  height: 35px;
  margin-bottom: 11px; }
  @media (max-width: 575px) {
    .flight-logo {
      margin-bottom: 19px; } }

.flight-logo img {
  max-width: 100%;
  max-height: 100%; }

[data-toggle] {
  cursor: pointer; }

.ui-slider-range.ui-widget-header {
  background: #20abd8; }

.slider-range {
  background: #f8f8f8 !important;
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 7px; }

.jquery-slider input {
  max-width: 100%; }

.insurance-logo {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/insurance.svg") 0 0 no-repeat;
  width: 60px;
  height: 60px;
  padding-right: 60px; }

.insurance-provider-logo-INSWS {
  background: url("https://zdroje.letenky.cz/miranda/images/logos/logo-allianz.png") 0 0 no-repeat;
  width: 112px;
  margin-left: 11px;
  background-size: contain; }

.insurance-provider-logo-KOALA {
  background: url("https://zdroje.letenky.cz/miranda/images/logos/logo-koala.svg") 0 0 no-repeat;
  width: 250px;
  height: 45px;
  margin-left: 11px;
  background-size: contain;
  flex-grow: 1; }

.parking-logo {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/parking.svg") 0 0 no-repeat;
  width: 60px;
  height: 60px;
  margin-left: 11px;
  background-size: contain; }

.parking-logo.GoParkingBookingProcessor {
  background: url("https://zdroje.letenky.cz/miranda/images/logos/logo-goparking.png") 0 0 no-repeat;
  width: 136px;
  height: 30px;
  background-size: contain; }

.parking-logo.WienParkingBookingProcessor {
  background: url("https://zdroje.letenky.cz/miranda/images/logos/logo-wienparking.png") 0 0 no-repeat;
  width: 112px;
  height: 35px;
  background-size: contain; }

.parking-logo.MazurParkingBookingProcessor {
  background: url("https://zdroje.letenky.cz/miranda/images/logos/logo-wienparking-mazur.jpg") 0 0 no-repeat;
  width: 35px;
  height: 40px;
  background-size: contain; }

.travel-assistant-logo, .travel-medik-logo {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/travel_assistant.svg") 0 0 no-repeat;
  width: 60px;
  height: 60px;
  padding-right: 60px; }

.travel-assistant-provider-logo {
  background: url("https://zdroje.letenky.cz/miranda/images/logos/logo-click2claim.png") 0 0 no-repeat;
  width: 94px;
  margin-left: 11px;
  background-size: contain; }

.travel-medik-provider-logo {
  background: url("https://zdroje.letenky.cz/miranda/images/logos/logo-travel-medik.png") 0 0 no-repeat;
  width: 35px;
  margin-left: 11px;
  background-size: contain; }

.passengers-logo {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/icon_group.png") 0 0 no-repeat;
  width: 21px; }

/* ## GENERAL  */
.speedyBoarding-logo {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/speedy_boarding_60px.svg") 0 0 no-repeat;
  width: 60px;
  height: 60px;
  padding-right: 60px; }

.speedyBoarding-provider-logo {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/speedy_boarding_60px.svg") 0 0 no-repeat;
  background-size: auto auto;
  width: 112px;
  margin-left: 11px;
  background-size: contain; }

.services .speedyBoarding-panel .form-check label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }

.insurance-provider-KOALA {
  background-color: #fff7df;
  border-radius: 10px;
  border-style: solid;
  border-color: #fbbf1f;
  border-width: 2px;
  margin-top: 0px !important;
  padding-top: 25px; }

.flap {
  text-transform: inherit;
  font-weight: bold;
  font-size: 11px;
  padding: 3px 10px;
  margin: 10px 0;
  margin-right: 5px;
  margin-bottom: 12px;
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  bottom: -12px;
  white-space: nowrap; }

.recommended-insurance-flap {
  color: #ffffff;
  background: #00459a; }

.new-insurance-flap {
  color: #00459a;
  background: #FABB00; }

.powered-by {
  font-weight: bold;
  font-size: 15px;
  margin-left: 25px;
  align-content: center; }

/* ## HEADER + TOP INFOPANEL */
#header {
  min-height: 85px;
  background: #ffffff; }
  @media (max-width: 991px) {
    #header {
      text-align: center; } }
  #header .logo-wrapper {
    text-decoration: none !important; }
    @media (max-width: 991px) {
      #header .logo-wrapper {
        padding: 15px 0; } }
  @media (max-width: 991px) {
    #header .progress-panel-wrapper {
      padding: 0;
      background: #f8f8f8; } }
  #header .progress-panel,
  #header .progress-panel-small {
    font-size: 12px; }
    #header .progress-panel .item,
    #header .progress-panel-small .item {
      color: #bbb;
      font-weight: bold;
      padding: 10px 0;
      display: inline-block; }
      #header .progress-panel .item .badge,
      #header .progress-panel-small .item .badge {
        width: 30px;
        height: 30px;
        line-height: 23px;
        border-radius: 50%;
        background: #bbb;
        font-size: 16px;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
        margin-right: 10px; }
        @media (max-width: 575px) {
          #header .progress-panel .item .badge,
          #header .progress-panel-small .item .badge {
            margin: 0; } }
      #header .progress-panel .item .badge.active,
      #header .progress-panel-small .item .badge.active {
        background: #fbbf1f; }
    #header .progress-panel .item:after,
    #header .progress-panel-small .item:after {
      content: "";
      width: 14px;
      height: 14px;
      display: inline-block;
      background: url("https://zdroje.letenky.cz/miranda/images/icons/sipka_zluta_14px.svg");
      margin: 0 8px 0 13px;
      vertical-align: middle; }
    #header .progress-panel .item:last-of-type:after,
    #header .progress-panel-small .item:last-of-type:after {
      display: none; }
    #header .progress-panel .item.active,
    #header .progress-panel-small .item.active {
      color: #000000; }
  #header .progress-panel-small {
    height: 65px;
    padding-top: 8px; }

#top-infopanel {
  height: 80px;
  background: #ffdc7c;
  border-top: 3px solid #fbbf1f;
  border-bottom: 3px solid #fbbf1f; }
  #top-infopanel .btn-info-panel {
    color: #808080;
    font-weight: 400;
    width: 100%;
    text-align: left;
    outline: none; }
  #top-infopanel .right-btn-info {
    color: #ffffff;
    font-weight: 400; }
  #top-infopanel .right-btn-info:hover {
    text-decoration: none; }
  #top-infopanel span {
    font-weight: bolder;
    color: #053358; }
  #top-infopanel span:hover {
    text-decoration: underline; }
  #top-infopanel #search-box .modal-content {
    background-color: #ffdc7c; }

/****************/
/* MODAL WINDOW pre countries list */
/****************/
div.wicket-modal {
  background-color: #ffffff;
  border-radius: 8px;
  /*    .custom-radio(#cdcdcd);*/ }
  div.wicket-modal div.w_silver div.w_top,
  div.wicket-modal div.w_silver div.w_bottom,
  div.wicket-modal div.w_silver div.w_topLeft,
  div.wicket-modal div.w_silver div.w_topRight,
  div.wicket-modal div.w_silver div.w_bottomRight,
  div.wicket-modal div.w_silver div.w_bottomLeft,
  div.wicket-modal div.w_silver div.w_left,
  div.wicket-modal div.w_silver div.w_right {
    background-image: none !important; }
  div.wicket-modal .select-theme-default b,
  div.wicket-modal .select-theme-default ::after, div.wicket-modal .select-theme-default ::before {
    color: #20abd8; }
  div.wicket-modal .select-theme-default {
    -webkit-box-shadow: 0 1px 1px 0 #e2e2e2 inset !important;
    -moz-box-shadow: 0 1px 1px 0 #e2e2e2 inset !important;
    box-shadow: 0 1px 1px 0 #e2e2e2 inset !important;
    border: 1px solid #cdcdcd !important; }
  div.wicket-modal div.w_content_3 {
    border: none !important; }
  div.wicket-modal div.w_caption {
    font-weight: bold;
    height: auto !important; }
  div.wicket-modal h3.w_captionText {
    height: auto !important;
    margin: 0 !important;
    padding: 10px 20px 8px;
    position: relative !important;
    text-align: left; }
  div.wicket-modal div.w_content_container {
    padding: 10px 0; }
    div.wicket-modal div.w_content_container .expandCountryLink label, div.wicket-modal div.w_content_container .expandCityLink label, div.wicket-modal div.w_content_container .airportLink label {
      cursor: pointer; }
  div.wicket-modal .countriesList a.country label {
    cursor: pointer; }
  div.wicket-modal .countriesList a.country {
    cursor: pointer;
    display: block;
    font-family: "Source Sans Pro", "Oxygen", arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    text-indent: 4px; }
  div.wicket-modal .countriesList {
    cursor: default;
    margin: 0;
    text-align: left; }
    div.wicket-modal .countriesList .destinationsContainer {
      padding: 4px 4px 4px 20px; }
    div.wicket-modal .countriesList .citiesContainer {
      padding: 4px 4px 4px 20px; }

/* ## HEADER   */
/* HOTFIX BATOZINA */
/*#complexReconfigurationPanel .custom-checkbox:nth-child(2) {
    display:none;
}*/
/*#collapseExample .form-check.small:nth-child(3) {
    display:none;
}*/
/* HOTFIX BATOZINA */
/*##    modal form -  SEARCH BOX        */
@media (max-width: 575px) {
  #search-box {
    font-size: 13px; } }

#search-box .modal-body {
  padding-top: 0; }

#search-box .modal-content {
  background-color: #ffdc7c;
  font-family: Source Sans Pro Regular, sans-serif; }
  @media (max-width: 575px) {
    #search-box .modal-content {
      position: relative; } }

#search-box label {
  font-weight: 600; }

#search-box .btn-close-small {
  left: 464px;
  bottom: 16px; }
  @media (max-width: 575px) {
    #search-box .btn-close-small {
      width: 38px;
      padding: 0;
      position: absolute;
      z-index: 11;
      top: -12px !important;
      right: -10px !important;
      left: auto !important;
      bottom: auto !important; } }

#search-box #modal-radio {
  margin: 0 auto;
  margin-bottom: 5px;
  flex-wrap: nowrap !important;
  white-space: nowrap; }
  @media (max-width: 575px) {
    #search-box #modal-radio {
      font-size: 9.3px;
      justify-content: space-around;
      padding-top: 25px; } }
  @media (max-width: 575px) {
    #search-box #modal-radio .form-check-inline .form-check-input {
      position: fixed; } }
  #search-box #modal-radio .form-check {
    padding-left: 0 !important; }
    @media (max-width: 575px) {
      #search-box #modal-radio .form-check {
        margin: 0;
        padding: 0; } }
  #search-box #modal-radio .form-check:first-child {
    padding-left: 0; }

#search-box .checkbox-custom-label {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase; }

@-moz-document url-prefix() {
  #search-box #search-box .checkbox-custom-label {
    font-weight: 600; } }

#search-box .checkbox-custom:checked + .checkbox-custom-label.round-small:before {
  background: #000000; }

#search-box .checkbox-custom-label:before {
  padding-top: 0 !important; }

#search-box .container-fluid {
  height: 55px;
  position: relative; }

@media (max-width: 575px) {
  #search-box .container-fluid.search-input {
    padding-left: 0;
    padding-right: 0;
    position: relative; } }

#search-box #container-from,
#search-box #container-to {
  max-width: 10%;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 25px;
  font-size: 12px;
  margin: 0;
  justify-content: center;
  align-items: center; }
  @media (max-width: 575px) {
    #search-box #container-from,
    #search-box #container-to {
      padding-left: 0;
      z-index: 10;
      top: 1px;
      left: 7px; } }

#search-box .flight-up {
  height: 24px;
  width: 24px;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/plane_departure_icon.svg");
  background-size: contain; }

#search-box .flight-down {
  height: 24px;
  width: 24px;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/plane_arrival_icon.svg");
  background-size: contain; }

#search-box .routing-field {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  width: 100%;
  height: 100%; }

#search-box .switcher-icon {
  height: 24.5px;
  width: 24.5px;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/complex-switcher-icon.svg") no-repeat scroll 0 0 transparent;
  background-size: contain; }

#search-box #svg-hamburger-from,
#search-box #svg-hamburger-to {
  width: 2em;
  height: 2em;
  max-width: 100%;
  display: inline-block;
  position: absolute;
  font-size: 12px;
  margin: 0;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 26px;
  cursor: pointer; }
  @media (max-width: 575px) {
    #search-box #svg-hamburger-from,
    #search-box #svg-hamburger-to {
      z-index: 10;
      top: 14px;
      right: 3px; } }

#search-box #svg-hamburger-from:first-child,
#search-box #svg-hamburger-to:first-child {
  width: 18px;
  height: 18px;
  position: relative;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/destination-picker.svg") no-repeat scroll 0 0 transparent;
  background-size: contain; }

#search-box .control-label {
  color: #000000; }

#search-box .form-control {
  border: thin solid #ffc119; }

#search-box #form-from,
#search-box #form-to {
  font-weight: bold;
  margin-bottom: 8px;
  height: 45px !important;
  padding-left: 5.4em;
  padding-right: 50px; }

#search-box #form-from {
  margin-top: 12px; }

#search-box .location-div {
  display: inline-block;
  margin-top: 1px; }
  @media (max-width: 575px) {
    #search-box .location-div {
      font-size: 14px;
      margin-top: 3px;
      margin-left: -28px; } }
  #search-box .location-div .location-name {
    display: inline-block;
    background-color: #eee;
    border-radius: 5px;
    padding: 5px;
    padding-right: 20px; }
  #search-box .location-div .location-x {
    display: inline-block;
    background-color: #dfdfdf;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    margin-left: -15px;
    width: 25px;
    text-align: center;
    cursor: pointer; }

#search-box #departure-arrival-row {
  margin-top: 16px; }

#search-box #collapseExample .row {
  margin-bottom: 16px; }

@media (max-width: 575px) {
  #search-box #departure-arrival-row,
  #search-box #people-tolerance-row,
  #search-box #collapseExample .row {
    padding: 0 16px !important; } }

@media (max-width: 575px) {
  #search-box #departure-arrival-row .col-6:first-child,
  #search-box #people-tolerance-row .col-6:first-child,
  #search-box #collapseExample .row .col-6:first-child {
    padding-left: 0; } }

@media (max-width: 575px) {
  #search-box #departure-arrival-row .col-6:first-child .form-date,
  #search-box #people-tolerance-row .col-6:first-child .form-date,
  #search-box #collapseExample .row .col-6:first-child .form-date {
    font-size: 14px;
    padding-right: 0; } }

@media (max-width: 575px) {
  #search-box #departure-arrival-row .col-6:last-child,
  #search-box #people-tolerance-row .col-6:last-child,
  #search-box #collapseExample .row .col-6:last-child {
    padding-right: 0; } }

@media (max-width: 575px) {
  #search-box #departure-arrival-row .col-6:last-child .form-date,
  #search-box #people-tolerance-row .col-6:last-child .form-date,
  #search-box #collapseExample .row .col-6:last-child .form-date {
    font-size: 14px;
    padding-right: 0; } }

#search-box .row.px-4 {
  margin-bottom: 20px; }
  #search-box .row.px-4 #arrival-div .datepicker button,
  #search-box .row.px-4 #departure-div .datepicker button {
    width: 1.5em;
    height: 1.5em;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    margin: 0;
    justify-content: center;
    align-items: center;
    top: 36px;
    right: 28px;
    background: url("https://zdroje.letenky.cz/miranda/images/icons/search_calendar.svg") no-repeat scroll 0 0 transparent;
    background-size: contain; }

#search-box .row.px-4 .control-label {
  margin-bottom: 2px; }

#search-box .col-5:first-child {
  margin-right: auto; }

#search-box .form-date {
  outline: none;
  height: 45px !important;
  cursor: pointer; }

#search-box #tolerance .dropdown-toggle,
#search-box #travel-class .dropdown-toggle,
#search-box #company .dropdown-toggle {
  overflow: hidden; }

#search-box #tolerance .dropdown-toggle:after,
#search-box #travel-class .dropdown-toggle:after,
#search-box #company .dropdown-toggle:after {
  border: none !important;
  content: url("https://zdroje.letenky.cz/miranda/images/icons/sort-solid.svg");
  right: 32px;
  top: 11px; }

#search-box #tolerance .dropdown-menu,
#search-box #travel-class .dropdown-menu,
#search-box #company .dropdown-menu {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
  overflow-y: auto; }
  #search-box #tolerance .dropdown-menu a:first-child,
  #search-box #travel-class .dropdown-menu a:first-child,
  #search-box #company .dropdown-menu a:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  #search-box #tolerance .dropdown-menu a:last-child,
  #search-box #travel-class .dropdown-menu a:last-child,
  #search-box #company .dropdown-menu a:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  #search-box #tolerance .dropdown-menu a.dropdown-selected:before,
  #search-box #travel-class .dropdown-menu a.dropdown-selected:before,
  #search-box #company .dropdown-menu a.dropdown-selected:before {
    background-image: url("https://zdroje.letenky.cz/miranda/images/icons/check-solid-black.svg");
    background-size: 13px 13px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 13px;
    height: 13px;
    content: "";
    margin-right: 4px; }
  #search-box #tolerance .dropdown-menu a.dropdown-selected:hover:before,
  #search-box #travel-class .dropdown-menu a.dropdown-selected:hover:before,
  #search-box #company .dropdown-menu a.dropdown-selected:hover:before {
    background-image: url("https://zdroje.letenky.cz/miranda/images/icons/check-solid-white.svg"); }
  #search-box #tolerance .dropdown-menu a:before,
  #search-box #travel-class .dropdown-menu a:before,
  #search-box #company .dropdown-menu a:before {
    display: inline-block;
    width: 13px;
    height: 13px;
    content: "";
    margin-right: 4px; }

#search-box #company .dropdown-menu {
  height: 200px; }

#search-box #tolerance a,
#search-box #travel-class a,
#search-box #company a {
  background-color: #fff;
  background: #fff;
  color: #000000;
  text-align: center;
  padding-left: 10px; }

#search-box #tolerance a:hover,
#search-box #travel-class a:hover,
#search-box #company a:hover {
  color: #fff;
  background-color: #63a2f1;
  background: #63a2f1; }

#search-box #carret-down-left,
#search-box #carret-down-right {
  width: 1.5em;
  height: 1.5em;
  max-width: 100%;
  display: inline-block;
  position: absolute;
  font-size: 12px;
  margin: 0;
  justify-content: center;
  align-items: center;
  top: 36px;
  right: 28px; }

#search-box .dropdown button {
  background-color: #fff;
  color: #000000;
  text-align: left;
  position: relative;
  font-size: 15px; }
  @media (max-width: 574px) {
    #search-box .dropdown button {
      background-color: #fff;
      color: #000;
      text-align: left;
      position: relative;
      font-size: 14px; } }

#search-box .dropdown-toggle:after {
  position: absolute;
  right: 15px;
  top: 20px; }
  @media (max-width: 575px) {
    #search-box .dropdown-toggle:after {
      right: 10px; } }

#search-box .custom-select {
  border: none;
  outline: none;
  color: #000000;
  background-size: 17px 17px;
  background: #fff url("https://zdroje.letenky.cz/miranda/images/icons/sort-solid.svg") no-repeat right 9px center; }

#search-box option,
#search-box input,
#search-box select {
  font-size: 16px;
  color: #000000; }

#search-box button::after {
  color: #fbad18;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent; }

#search-box .row-collapse {
  margin-top: 22px;
  margin-bottom: 18px;
  padding-left: 36px; }
  @media (max-width: 575px) {
    #search-box .row-collapse {
      padding-left: 19px; } }
  #search-box .row-collapse button {
    width: 24.5px;
    height: 24.5px;
    background-color: transparent;
    color: #20abd8;
    border: none;
    outline: none;
    padding: 0; }

#search-box .form-check {
  padding-left: 22px; }
  #search-box .form-check:before {
    border: none;
    outline: none; }
  #search-box .form-check label:before {
    outline: none;
    margin-right: 7px; }
    @media (max-width: 575px) {
      #search-box .form-check label:before {
        margin-right: 3px; } }

#search-box .row-collapse {
  color: #000000;
  font-weight: 600; }
  #search-box .row-collapse .criteria {
    margin-top: 3px;
    margin-left: 2px;
    cursor: default;
    color: #000000;
    z-index: 999; }
  #search-box .row-collapse [aria-expanded="true"] img {
    transform: rotate(180deg); }

#search-box #total {
  box-sizing: border-box; }
  #search-box #total a {
    cursor: default; }
  #search-box #total a:hover {
    background-color: #ffffff; }
  #search-box #total a:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  #search-box #total a:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  #search-box #total .dropdown-menu {
    box-sizing: border-box;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 5px;
    min-width: 300px; }
    #search-box #total .dropdown-menu #people-div {
      box-sizing: border-box;
      width: 100%;
      padding: 30px 25px 20px; }
      #search-box #total .dropdown-menu #people-div .btn-done {
        display: flex;
        margin: 0 70%;
        color: #20abd8;
        font-size: 16px; }
      #search-box #total .dropdown-menu #people-div .people-content {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid lightgray;
        padding-top: 5px;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        #search-box #total .dropdown-menu #people-div .people-content .people-type-div {
          box-sizing: border-box;
          display: flex; }
          #search-box #total .dropdown-menu #people-div .people-content .people-type-div .dropdown-item {
            box-sizing: border-box;
            width: auto;
            padding: 0; }
          #search-box #total .dropdown-menu #people-div .people-content .people-type-div .people-age {
            box-sizing: border-box;
            cursor: default;
            color: gray;
            margin-left: 10px; }
        #search-box #total .dropdown-menu #people-div .people-content .people-counter-div {
          box-sizing: border-box;
          display: flex;
          justify-content: space-between;
          align-content: center; }
          #search-box #total .dropdown-menu #people-div .people-content .people-counter-div .increase {
            box-sizing: border-box;
            cursor: pointer;
            width: 25px;
            height: 25px;
            background-image: url("https://zdroje.letenky.cz/miranda/images/icons/plus-square-regular-enabled.svg");
            background-repeat: no-repeat; }
            #search-box #total .dropdown-menu #people-div .people-content .people-counter-div .increase.disabled {
              background-image: url("https://zdroje.letenky.cz/miranda/images/icons/plus-square-regular-disabled.svg") !important; }
            #search-box #total .dropdown-menu #people-div .people-content .people-counter-div .increase:hover {
              background-color: initial; }
          #search-box #total .dropdown-menu #people-div .people-content .people-counter-div .counter {
            box-sizing: border-box;
            font-size: 16px;
            font-weight: bold;
            cursor: default;
            margin-left: 7px;
            margin-right: 11px; }
          #search-box #total .dropdown-menu #people-div .people-content .people-counter-div .decrease {
            box-sizing: border-box;
            cursor: pointer;
            width: 25px;
            height: 25px;
            background-image: url("https://zdroje.letenky.cz/miranda/images/icons/minus-square-regular-enabled.svg");
            background-repeat: no-repeat; }
            #search-box #total .dropdown-menu #people-div .people-content .people-counter-div .decrease.disabled {
              background-image: url("https://zdroje.letenky.cz/miranda/images/icons/minus-square-regular-disabled.svg") !important; }

#search-box .checkboxes .checkbox-custom:checked + .checkbox-custom-label:before {
  background: none;
  background-color: #ffffff;
  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/check-solid-black.svg");
  background-repeat: no-repeat;
  background-size: 25px 20px; }

@media (max-width: 575px) {
  #search-box .checkboxes {
    padding-left: 3px; } }

#search-box .modal-footer .btn-secondary {
  width: 100%;
  height: 50px;
  font-size: 20px;
  background-color: #20abd8;
  border-color: #fbbf1f;
  margin: 0 15px;
  margin-bottom: 15px;
  font-weight: 600 !important; }
  @media (max-width: 575px) {
    #search-box .modal-footer .btn-secondary {
      margin-left: 0;
      margin-right: 0;
      padding-top: 3px;
      padding-bottom: 3px;
      height: auto;
      font-size: 20px; } }

/*    END: SEARCH BOX      */
/* ## CONTENT  */
#content {
  padding: 20px 0; }
  #content .clear {
    bottom: 1px;
    position: relative; }

/* ## CONTENT   */
/* ## LEFT FILTER PANEL   */
.left-panel {
  background-color: #fff;
  border-radius: 15px;
  left: 15px;
  max-width: 19%;
  min-width: 254px; }
  .left-panel input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .left-panel input[type="radio"] + .form-check-label:before,
    .left-panel input[type="radio"] + .form-radio-label:before {
      content: '';
      background: #fff;
      border-radius: 100%;
      border: 1px solid #fbbf1f;
      display: inline-block;
      width: 1.4em;
      height: 1.4em;
      position: relative;
      vertical-align: top;
      margin-right: 2px;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease; }
    .left-panel input[type="radio"] + .form-radio-label:before {
      margin-right: 13px; }
    .left-panel input[type="radio"] .form-check-label:empty:before,
    .left-panel input[type="radio"] .form-radio-label:empty:before {
      margin-right: 0; }
  .left-panel input[type="radio"]:checked + .form-check-label:before,
  .left-panel input[type="radio"]:checked + .form-radio-label:before {
    background-color: #053358;
    box-shadow: inset 0 0 0 3px #fff; }
  .left-panel input[type="radio"]:focus + .form-check-label:before,
  .left-panel input[type="radio"]:focus + .form-radio-label:before {
    outline: none; }
  .left-panel input[type="radio"]:disabled + .form-check-label:before,
  .left-panel input[type="radio"]:disabled + .form-radio-label:before {
    box-shadow: inset 0 0 0 3px #fff;
    border-color: #e6e6e6;
    background: #e6e6e6; }
  .left-panel input {
    margin-top: .2rem; }
  .left-panel.panel-open {
    display: inline-block !important;
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    max-width: 100%; }
    .left-panel.panel-open .head {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 15px;
      background: #ffffff;
      z-index: 1000;
      border-bottom: 2px solid #FF9800;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
    .left-panel.panel-open .body {
      overflow-x: hidden;
      overflow-y: scroll;
      height: auto;
      margin-top: 70px;
      padding-bottom: 90px; }
  .left-panel .clear {
    background: none;
    color: #20abd8;
    border: none;
    cursor: pointer;
    text-decoration: underline; }
  .left-panel .filter-block {
    font-size: 12px;
    border-bottom: 1px solid #053358;
    color: #808080;
    padding: 15px 0px; }
    @media (max-width: 991px) {
      .left-panel .filter-block {
        margin-right: 7px;
        margin-left: 1px; } }
    .left-panel .filter-block h6 {
      color: #053358;
      font-size: 16px;
      font-weight: 700; }
    .left-panel .filter-block p {
      margin-bottom: 0; }
    .left-panel .filter-block.price-border-top {
      border-top: 1px solid #053358; }
    .left-panel .filter-block .form-check {
      padding-bottom: 10px; }
      .left-panel .filter-block .form-check .form-check-label,
      .left-panel .filter-block .form-check .form-radio-label {
        padding-left: 10px; }
      .left-panel .filter-block .form-check .form-radio-label {
        margin-left: -30px; }
      .left-panel .filter-block .form-check span {
        margin-top: 2px; }
    .left-panel .filter-block .form-check-inline {
      margin-right: 0; }
      .left-panel .filter-block .form-check-inline .form-check-input {
        margin-right: 0; }
    .left-panel .filter-block .col-6 .form-check-label,
    .left-panel .filter-block .col-6 .form-radio-label {
      padding-left: 0px; }
    .left-panel .filter-block #flight-from label, .left-panel .filter-block #flight-to label, .left-panel .filter-block #number-of-stops label, .left-panel .filter-block #change-at label {
      margin-right: 4px;
      margin-top: 2px; }
    .left-panel .filter-block #airline .form-check-label {
      display: flex; }
    .left-panel .filter-block .toggle-visibility-link {
      background: none;
      color: #20abd8;
      border: none;
      cursor: pointer;
      text-decoration: underline;
      text-align: center;
      width: 100%;
      font-weight: normal;
      outline: none; }

/* ## LEFT FILTER PANEL   */
/* ## AIRTICKET OFFER LIST   */
#airticket-offer-list .btn-next {
  border-radius: 0;
  padding: 15px 60px;
  text-transform: uppercase;
  font-size: 16px; }

@media (min-width: 768px) and (max-width: 991px) {
  #airticket-offer-list .airticket-marg-r {
    margin-right: 34px; } }

#airticket-offer-list .no-bag-icon {
  content: "";
  width: 16px;
  height: 19px;
  display: block;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/icon_no_bag.png"); }

#airticket-offer-list .bag-icon {
  content: "";
  width: 16px;
  height: 19px;
  display: block;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/icon_bag.png"); }

#airticket-offer-list hr {
  margin-bottom: 33px; }

#airticket-offer-list .optionPad .btn-group {
  margin-bottom: 0px !important; }

#airticket-offer-list .button-bar .btn {
  color: #000000;
  margin: 0 1px;
  border: 0;
  background-color: #eaeaea;
  padding: .375rem .75rem; }
  #airticket-offer-list .button-bar .btn:hover {
    background-color: #d1d1d1; }
  #airticket-offer-list .button-bar .btn.active {
    background-color: #fbbf1f; }
    #airticket-offer-list .button-bar .btn.active:hover {
      background-color: #e3a604; }

#airticket-offer-list .button-bar .btn-group {
  margin: 0;
  margin-bottom: 20px; }

#airticket-offer-list .button-bar .btn-group-custom-justify {
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  @media (max-width: 575px) {
    #airticket-offer-list .button-bar .btn-group-custom-justify {
      width: 100%; }
      #airticket-offer-list .button-bar .btn-group-custom-justify .btn {
        width: 33.3%; } }

#airticket-offer-list .offersHeader .alert-info {
  display: block !important; }
  @media (max-width: 575px) {
    #airticket-offer-list .offersHeader .alert-info {
      margin-top: 10px; } }

#airticket-offer-list .flap {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 11px;
  padding: 3px 10px;
  margin: 10px 0;
  margin-right: 5px;
  margin-bottom: 12px;
  display: inline-block;
  background: #43add5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  bottom: -12px;
  white-space: nowrap; }
  #airticket-offer-list .flap.pink {
    background: #e56387; }
  #airticket-offer-list .flap.red {
    background: #a62829; }
  #airticket-offer-list .flap.gift {
    background: #fbbf1f; }
  #airticket-offer-list .flap.type-flap_eco {
    background: #219c1f; }

#airticket-offer-list .flap-container {
  overflow-y: hidden;
  display: flex;
  scrollbar-width: none;
  -ms-overflow-style: none; }

#airticket-offer-list .flap-container::-webkit-scrollbar {
  display: none; }

#airticket-offer-list .flap-compare-wrapper {
  height: 50%;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  background: #fbbf1f;
  vertical-align: middle;
  flex-grow: 1;
  min-height: 30px;
  min-width: 158px;
  max-height: 50%; }

#airticket-offer-list .tariff-btn:hover {
  text-decoration: none;
  background: #1988ac !important; }

#airticket-offer-list .tariff-btn:last-of-type {
  margin-bottom: 0; }

#airticket-offer-list .tariff-btn {
  display: block;
  text-align: left;
  background: #20abd8;
  color: #ffffff;
  padding-left: 35px;
  font-weight: 400;
  margin-bottom: 1px;
  padding: 2px 0; }
  #airticket-offer-list .tariff-btn span {
    padding: 0;
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom: -5px; }
  #airticket-offer-list .tariff-btn strong {
    font-size: 18px; }
  #airticket-offer-list .tariff-btn .type-price {
    padding-right: 17%; }
    @media (max-width: 767px) {
      #airticket-offer-list .tariff-btn .type-price span {
        display: block;
        margin-bottom: -3px; } }
    #airticket-offer-list .tariff-btn .type-price strong {
      white-space: nowrap; }
  #airticket-offer-list .tariff-btn.smaller {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 50%;
    flex-grow: 1;
    min-width: 158px;
    max-height: 100%; }
    #airticket-offer-list .tariff-btn.smaller .type-price {
      display: flex;
      flex-direction: column; }
      #airticket-offer-list .tariff-btn.smaller .type-price span:first-child {
        padding-botom: 5px; }
  #airticket-offer-list .tariff-btn.smallest {
    flex-flow: row nowrap;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    font-size: 10px;
    flex-direction: column;
    height: 33.33333%;
    line-height: 23px;
    padding-left: 25px; }
    @media (max-width: 768px) {
      #airticket-offer-list .tariff-btn.smallest {
        font-size: 14px; } }
    #airticket-offer-list .tariff-btn.smallest span {
      padding: 0; }
    #airticket-offer-list .tariff-btn.smallest strong {
      font-size: 14px;
      float: right;
      padding-right: 12px; }
    #airticket-offer-list .tariff-btn.smallest > * {
      display: inline-block; }
  #airticket-offer-list .tariff-btn > * {
    display: block; }

#airticket-offer-list .detail-toggle-panel {
  font-size: 12px;
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 5px 0;
  cursor: pointer; }
  #airticket-offer-list .detail-toggle-panel .icon-down {
    font-size: 20px;
    line-height: 12px; }
  #airticket-offer-list .detail-toggle-panel .detail-link {
    text-transform: uppercase; }
    @media (max-width: 1036px) {
      #airticket-offer-list .detail-toggle-panel .detail-link {
        padding-right: 0 !important;
        padding-left: 0.5rem !important; } }
    #airticket-offer-list .detail-toggle-panel .detail-link a {
      color: #000000; }
  #airticket-offer-list .detail-toggle-panel .text-right strong {
    font-weight: inherit;
    font-size: inherit !important; }
  #airticket-offer-list .detail-toggle-panel .pay-info {
    color: #888;
    font-size: 15px; }

@media (min-width: 768px) {
  #airticket-offer-list .component-UNIVERSAL_API.multiRouting-false.hasAlternatives-true .brief-row,
  #airticket-offer-list .component-MP_TRAVEL_BOARD.multiRouting-false.hasAlternatives-true .brief-row {
    margin-bottom: 23px;
    margin-top: 18px; } }

@media (min-width: 768px) {
  #airticket-offer-list .component-UNIVERSAL_API.multiRouting-false.hasAlternatives-true .detail-toggle-panel,
  #airticket-offer-list .component-MP_TRAVEL_BOARD.multiRouting-false.hasAlternatives-true .detail-toggle-panel {
    bottom: 0;
    width: inherit; } }

#airticket-offer-list .component-UNIVERSAL_API.multiRouting-false.hasAlternatives-true .airticket-offer-detail,
#airticket-offer-list .component-MP_TRAVEL_BOARD.multiRouting-false.hasAlternatives-true .airticket-offer-detail {
  padding-top: 15 !important;
  padding-bottom: 40px; }
  #airticket-offer-list .component-UNIVERSAL_API.multiRouting-false.hasAlternatives-true .airticket-offer-detail .way,
  #airticket-offer-list .component-MP_TRAVEL_BOARD.multiRouting-false.hasAlternatives-true .airticket-offer-detail .way {
    margin-top: 0px; }

#airticket-offer-list .component-UNIVERSAL_API.multiRouting-false.hasAlternatives-true .tariff-btn.smaller,
#airticket-offer-list .component-MP_TRAVEL_BOARD.multiRouting-false.hasAlternatives-true .tariff-btn.smaller {
  font-size: 9px; }

#airticket-offer-list .component-UNIVERSAL_API.multiRouting-false.hasAlternatives-true .flap-compare-wrapper,
#airticket-offer-list .component-MP_TRAVEL_BOARD.multiRouting-false.hasAlternatives-true .flap-compare-wrapper {
  max-height: 18px; }

#airticket-offer-list .multiRouting-false .journey-detail-col {
  max-width: 100% !important;
  flex-basis: 100% !important;
  -ms-flex: 0 0 50% !important; }

#airticket-offer-list .airticket-offer-item {
  margin-bottom: 45px;
  position: relative; }
  #airticket-offer-list .airticket-offer-item .bar-promo {
    font-size: 12px; }
  #airticket-offer-list .airticket-offer-item .collapsed .hide-detail {
    display: none; }
  #airticket-offer-list .airticket-offer-item .collapsed .show-detail {
    display: inherit !important; }
  #airticket-offer-list .airticket-offer-item .show-detail {
    display: none; }
  #airticket-offer-list .airticket-offer-item .airticket-dropdown {
    background-color: #fff;
    font-size: 22px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid gray;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-weight: inherit;
    color: inherit;
    appearance: none;
    min-width: 96px; }
  #airticket-offer-list .airticket-offer-item .dropdown-menu {
    min-width: 6rem; }
  #airticket-offer-list .airticket-offer-item .dropdown-item {
    font-size: 21px;
    padding: 2px 0 2px 12px; }
  #airticket-offer-list .airticket-offer-item .airline-name {
    color: gray;
    font-size: 11px;
    white-space: nowrap; }
  #airticket-offer-list .airticket-offer-item .single-flight {
    padding: 10px 0;
    border-top: 1px solid #ccc; }
    #airticket-offer-list .airticket-offer-item .single-flight .baggage-heading {
      font-size: 11px;
      padding: 10px 0; }
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block {
      text-align: left;
      padding: 0 15px; }
      #airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block .date {
        font-weight: 700; }
        #airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block .date .date-diff {
          border: 1px solid #20abd8;
          padding: 0px 4px;
          color: #20abd8;
          font-weight: 400;
          margin-bottom: 4px;
          font-size: 12px;
          display: inline-block; }
          #airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block .date .date-diff.special {
            color: #20abd8;
            border: 1px solid #20abd8; }
        #airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block .date span {
          display: block; }
          @media (max-width: 575px) {
            #airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block .date span {
              display: inline;
              padding-left: 6px; } }
        @media (max-width: 575px) {
          #airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block .date {
            font-weight: bold; } }
      @media (max-width: 575px) {
        #airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block {
          flex: 0 0 100%;
          max-width: 100%;
          text-align: left; } }
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .duration,
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .changes,
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .city {
      font-size: 12px;
      color: #888;
      font-size: 12px;
      color: #888; }
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .city,
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .city-code {
      text-align: center; }
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .drop-right {
      margin-right: 7px; }
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .time {
      font-weight: 400;
      font-size: 26px;
      line-height: 26px;
      text-align: center; }
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .time .dropdown {
      width: 100%; }
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .item {
      min-width: 100px; }
      #airticket-offer-list .airticket-offer-item .single-flight .first-col .item .arrow-wrapper {
        display: flex;
        justify-content: center;
        align-items: center; }
      #airticket-offer-list .airticket-offer-item .single-flight .first-col .item .dropdown-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: end; }
  #airticket-offer-list .airticket-offer-item .single-flight:first-of-type {
    border-top: none; }
  #airticket-offer-list .airticket-offer-item a.big-btn {
    text-align: center;
    background: #20abd8;
    color: #ffffff;
    font-weight: 700;
    flex-grow: 1; }
    #airticket-offer-list .airticket-offer-item a.big-btn span {
      text-transform: uppercase; }
    #airticket-offer-list .airticket-offer-item a.big-btn strong {
      font-size: 20px; }
    #airticket-offer-list .airticket-offer-item a.big-btn small {
      font-size: 12px; }
    #airticket-offer-list .airticket-offer-item a.big-btn div > * {
      display: block;
      vertical-align: middle; }
  #airticket-offer-list .airticket-offer-item a .big-btn:hover {
    text-decoration: none;
    background: #1988ac; }
  #airticket-offer-list .airticket-offer-item .icon-flight-arrow {
    width: 60px;
    height: 25px;
    background-repeat: no-repeat; }
    #airticket-offer-list .airticket-offer-item .icon-flight-arrow.change-0 {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/change-0.png"); }
    #airticket-offer-list .airticket-offer-item .icon-flight-arrow.change-1 {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/change-1.png"); }
    #airticket-offer-list .airticket-offer-item .icon-flight-arrow.change-2 {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/change-2.png"); }
    #airticket-offer-list .airticket-offer-item .icon-flight-arrow.change-warn {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/change-warn.png"); }
  #airticket-offer-list .airticket-offer-item.special {
    background: #fff7df;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff7df 0, #f1d68e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff7df, #f1d68e);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, #fff7df 0, #f1d68e);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7df', endColorstr='#f1d68e', GradientType=0);
    /* IE6-9 */ }
  @media (min-width: 1094px) and (max-width: 1300px) {
    #airticket-offer-list .airticket-offer-item .flight-detail-font,
    #airticket-offer-list .airticket-offer-item .flight-info-font {
      font-size: 14px; } }
  @media (min-width: 992px) and (max-width: 1093px) {
    #airticket-offer-list .airticket-offer-item .flight-detail-font,
    #airticket-offer-list .airticket-offer-item .flight-info-font {
      font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 944px) {
    #airticket-offer-list .airticket-offer-item .flight-detail-font,
    #airticket-offer-list .airticket-offer-item .flight-info-font {
      font-size: 12px; } }
  @media (min-width: 992px) and (max-width: 1150px) {
    #airticket-offer-list .airticket-offer-item .single-flight-section-ml {
      margin-left: 2.3333%; } }
  @media (min-width: 992px) and (max-width: 1150px) {
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block {
      padding: 0px 5px !important; }
    #airticket-offer-list .airticket-offer-item .airticket-dropdown {
      min-width: 88px;
      padding-left: 3.5px !important;
      padding-right: 3.5px !important; }
    #airticket-offer-list .airticket-offer-item .single-flight .first-col .item {
      min-width: 88px !important; }
    #airticket-offer-list .airticket-offer-item .aeroline-logo {
      width: 80px !important; } }

@media (max-width: 1150px) and (min-width: 992px) {
  .flight-option-space {
    margin-left: 3.333333% !important;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 991px) and (min-width: 576px) {
  .flight-option-space {
    padding-left: 10px;
    padding-right: 10px; } }

/* ## AIRTICKET OFFER LIST   */
/* ## AIRTICKET-OFFER-INFOBOX   */
.airticket-offer-infobox {
  margin-bottom: 45px;
  border: 2px solid #b0cace;
  background-color: #ecfafd;
  padding: 10px 30px; }
  .airticket-offer-infobox h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px; }
  .airticket-offer-infobox span {
    font-size: 26px;
    padding-right: 10px; }
  .airticket-offer-infobox .infobox-header {
    display: inline-block;
    width: 100%; }
    @media (max-width: 767px) {
      .airticket-offer-infobox .infobox-header {
        margin-top: 12px; } }
  .airticket-offer-infobox p {
    font-size: 12px; }

/* ## AIRTICKET-OFFER-INFOBOX   */
/* ## FORMS  */
.forms .panel {
  margin-bottom: 35px; }

.forms .cyan {
  color: #20abd8;
  cursor: pointer; }

.forms .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/rozbalovaci_sipka_modra_6px.svg") no-repeat !important;
  background-color: #f8f8f8 !important;
  background-position: 92% !important; }

.forms .form-plus {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/plus_new.svg") no-repeat !important;
  margin-right: 8px;
  vertical-align: middle; }

.forms .form-minus {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/minus.png") no-repeat !important;
  margin-right: 8px;
  vertical-align: middle; }

.forms .form-control {
  background: #f8f8f8;
  color: #272e3f;
  font-weight: bold;
  padding: 10px; }

.forms label {
  font-size: 11px;
  color: #888;
  font-size: 14px;
  color: #444; }

.forms select {
  height: auto !important;
  padding: 11px 10px !important; }

.forms .f-card {
  width: 157px; }

.forms .baggage-bar .info {
  font-size: 12px;
  color: #888;
  color: #888;
  font-size: 14px; }
  .forms .baggage-bar .info .heading {
    color: #000000; }
  .forms .baggage-bar .info .additionalBuyInfo {
    width: 100%;
    color: #20abd8; }

/* ## SERVICES */
.services {
  color: #053358; }
  .services .panel-heading {
    cursor: pointer; }
    .services .panel-heading h3 {
      font-size: 16px;
      margin: 0; }
  .services .ml-5 {
    margin-left: 45px !important; }
  .services .food-panel .food-section .form-check {
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    white-space: nowrap; }
  .services .food-panel .food-section .title {
    text-transform: uppercase;
    font-size: 14px; }
  .services .panel {
    margin-bottom: 35px; }
  .services .panel-content {
    border-top: 1px solid gray; }
    .services .panel-content .form-check {
      font-size: 12px; }
  .services .agreement-link {
    color: #21abd9; }
  .services .agreement-check:before {
    padding: 7px; }
  .services .price-tag {
    background: #fbde80;
    font-weight: 700;
    margin-right: 20%;
    align-content: center;
    white-space: nowrap; }
    @media (max-width: 575px) {
      .services .price-tag {
        margin-right: 10%; } }
  .services .insurance-panel a,
  .services .parking-panel a,
  .services .preferred-payment-panel a,
  .services .travel-assistant-panel a {
    color: #20abd8; }
  .services .insurance-panel ul,
  .services .parking-panel ul,
  .services .preferred-payment-panel ul,
  .services .travel-assistant-panel ul {
    padding: 0 17px; }
    .services .insurance-panel ul li,
    .services .parking-panel ul li,
    .services .preferred-payment-panel ul li,
    .services .travel-assistant-panel ul li {
      line-height: 35px; }
      @media (max-width: 575px) {
        .services .insurance-panel ul li,
        .services .parking-panel ul li,
        .services .preferred-payment-panel ul li,
        .services .travel-assistant-panel ul li {
          line-height: 20px; } }
    .services .insurance-panel ul a,
    .services .parking-panel ul a,
    .services .preferred-payment-panel ul a,
    .services .travel-assistant-panel ul a {
      color: #20abd8; }
  .services .insurance-panel .row,
  .services .parking-panel .row,
  .services .preferred-payment-panel .row,
  .services .travel-assistant-panel .row {
    margin-top: 25px; }
  .services .insurance-panel .form-check label,
  .services .parking-panel .form-check label,
  .services .preferred-payment-panel .form-check label,
  .services .travel-assistant-panel .form-check label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; }
  .services .insurance-panel .form-check label:before,
  .services .parking-panel .form-check label:before,
  .services .preferred-payment-panel .form-check label:before,
  .services .travel-assistant-panel .form-check label:before {
    padding: 14px; }
  .services .subtitle {
    font-weight: 700;
    text-transform: uppercase; }
  .services .modal td {
    padding: 5px; }
  .services .modal th {
    border-bottom: 1px solid #00b5d7;
    padding: 5px; }
  .services .modal td:first-child,
  .services .modal th:first-child {
    border-right: 1px solid #00b5d7; }
  .services .modal li {
    color: #000;
    list-style-type: disc; }
  .services .is-invalid .custom-checkbox [type="checkbox"] + label:before {
    border: solid 1px #dc3545; }
  .services .invalid-feedback {
    display: block; }
  .services .charge-tag {
    display: table-cell;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

/* ## SERVICES  */
/* ## PAYMENT */
.payment .btn-reservation {
  background-color: #fbde80; }

.payment .car-hotel-link {
  font-size: 150%;
  color: #20abd8;
  font-weight: 700;
  text-decoration: none; }

.payment .panel {
  margin-bottom: 35px; }

.payment .payment-box #payment-box-collapse3 p {
  font-size: 85%; }

.payment .payment-box #payment-box-collapse4 a {
  color: #20abd8;
  text-decoration: underline; }

.payment .failed-success .servicesTitle:last-child {
  display: none !important; }

.payment .payment-email {
  word-wrap: break-word; }

.payment .flight-detail-row.collapse.show {
  display: flex; }

.payment .collapse-title {
  font-size: 16px; }

@media (max-width: 457px) {
  #payment-box-card img {
    max-width: 300px; } }

@media (max-width: 457px) {
  #payment-box-electronic img[alt=VOLKSBANK] {
    max-width: 100px; } }

#payment-box-twisto a {
  margin: auto; }

#payment-box-twisto img {
  width: 92px; }

#payment-box-twisto .btn {
  background-color: #3F9C63; }
  #payment-box-twisto .btn:hover {
    background-color: #064d22; }

#payment-box-twisto .btn-info {
  border-color: #3F9C63; }

#payment-box-twisto .twisto-basket {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/twisto_basket.png") no-repeat center;
  width: 50px;
  height: 50px;
  background-size: 50px;
  margin: auto; }

#payment-box-twisto .twisto-calendar {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/twisto_calendar.png") no-repeat center;
  width: 50px;
  height: 50px;
  background-size: 50px;
  margin: auto; }

#payment-box-twisto .twisto-ticket {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/twisto_ticket.png") no-repeat center;
  width: 50px;
  height: 50px;
  background-size: 50px;
  margin: auto; }

#payment-box-twisto .twisto-description {
  color: #3F9C63;
  font-weight: bold;
  text-align: center;
  font-size: 11px; }
  @media (max-width: 530px) {
    #payment-box-twisto .twisto-description {
      font-size: 9px; } }

#payment-box-twisto .twisto-info {
  background-color: #DBD9DA;
  border-color: #DBD9DA;
  border-radius: 1.25rem;
  min-width: fit-content; }
  #payment-box-twisto .twisto-info li {
    font-size: 12px;
    color: #6c757d; }
    @media (max-width: 530px) {
      #payment-box-twisto .twisto-info li {
        font-size: 9px; } }

@media (max-width: 499px) {
  #payment-box-twisto img {
    width: 56px; }
  #payment-box-twisto .twisto-description {
    font-size: 9px; }
  #payment-box-twisto .twisto-basket, #payment-box-twisto .twisto-calendar, #payment-box-twisto .twisto-ticket {
    width: 45px;
    height: 45px;
    background-size: 45px; }
  #payment-box-twisto .col-2 {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

@media (min-width: 500px) and (max-width: 767px) {
  #payment-box-twisto .twisto-description {
    font-size: 10px; }
  #payment-box-twisto img {
    width: 66px; } }

/* ## PAYMENT  */
/* ## AIRTICKET OFFER DETAIL  */
.airticket-offer-detail {
  padding: 15px; }
  .airticket-offer-detail .conditions {
    margin-top: 25px; }
    .airticket-offer-detail .conditions a {
      color: #20abd8; }
  .airticket-offer-detail .travel-class {
    margin-left: 28px; }
  .airticket-offer-detail .journey-detail-col .duration, .airticket-offer-detail .journey-detail-col .travel-class {
    font-size: 12px;
    color: #888; }
  .airticket-offer-detail .journey-detail-col .travel-class {
    margin-bottom: 20px; }
  .airticket-offer-detail .journey-summary {
    margin-left: 28px; }
  .airticket-offer-detail .passenger-price-info,
  .airticket-offer-detail .tariff-detail-info {
    margin-left: 25px; }
  @media (max-width: 387px) {
    .airticket-offer-detail .passenger-detail .price-detail-col,
    .airticket-offer-detail .passenger-detail .tariff-detail-col,
    .airticket-offer-detail .tariff-detail .price-detail-col,
    .airticket-offer-detail .tariff-detail .tariff-detail-col {
      font-size: 11px; } }
  @media (min-width: 388px) and (max-width: 576px) {
    .airticket-offer-detail .passenger-detail .price-detail-col,
    .airticket-offer-detail .passenger-detail .tariff-detail-col,
    .airticket-offer-detail .tariff-detail .price-detail-col,
    .airticket-offer-detail .tariff-detail .tariff-detail-col {
      font-size: 12px; } }
  @media (min-width: 577px) and (max-width: 991px) {
    .airticket-offer-detail .passenger-detail .price-detail-col,
    .airticket-offer-detail .passenger-detail .tariff-detail-col,
    .airticket-offer-detail .tariff-detail .price-detail-col,
    .airticket-offer-detail .tariff-detail .tariff-detail-col {
      font-size: 12px; } }
  @media (min-width: 922px) and (max-width: 1199px) {
    .airticket-offer-detail .passenger-detail .price-detail-col,
    .airticket-offer-detail .passenger-detail .tariff-detail-col,
    .airticket-offer-detail .tariff-detail .price-detail-col,
    .airticket-offer-detail .tariff-detail .tariff-detail-col {
      font-size: 11px; } }
  .airticket-offer-detail .passenger-detail .d-inline,
  .airticket-offer-detail .tariff-detail .d-inline {
    color: #6c757d; }
  .airticket-offer-detail .passenger-detail h5,
  .airticket-offer-detail .tariff-detail h5 {
    font-size: 14px; }
  .airticket-offer-detail .passenger-name,
  .airticket-offer-detail .tariff-name {
    width: 100%;
    line-height: 1.6;
    padding-left: 5px; }
  .airticket-offer-detail .passenger-celkem {
    font-size: 16px; }
  .airticket-offer-detail .way {
    margin-top: 30px; }
  .airticket-offer-detail .info-row {
    display: table-row; }
    .airticket-offer-detail .info-row .info-cell {
      display: table-cell;
      font-size: 16px;
      position: relative; }
      .airticket-offer-detail .info-row .info-cell.date-cell {
        width: 54px;
        text-align: right; }
        .airticket-offer-detail .info-row .info-cell.date-cell .time {
          font-size: 16px;
          font-weight: 700; }
        .airticket-offer-detail .info-row .info-cell.date-cell .date {
          font-size: 12px;
          color: #888; }
      .airticket-offer-detail .info-row .info-cell.timeline {
        position: relative;
        width: 35px;
        height: auto; }
        .airticket-offer-detail .info-row .info-cell.timeline .dot {
          width: 14px;
          height: 14px;
          background-color: #fbbf1f;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
          position: absolute;
          top: 6px;
          left: 11px;
          z-index: 10; }
        .airticket-offer-detail .info-row .info-cell.timeline .line {
          border-left: 4px solid #fbbf1f;
          position: absolute;
          top: 0;
          left: 16px;
          width: 1px;
          height: 100%;
          z-index: 5;
          top: 6px; }
          .airticket-offer-detail .info-row .info-cell.timeline .line.dashed {
            border-left: 4px dashed #eaeaea; }
      .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-destination .airport-name {
        font-size: 16px;
        font-weight: bold; }
        @media (max-width: 575px) {
          .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-destination .airport-name {
            font-size: 12px;
            color: #888;
            font-weight: 400; } }
      .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details {
        font-weight: normal; }
        .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-duration {
          position: absolute;
          left: -5.5rem;
          color: #fbbf1f;
          margin-top: 7%;
          font-size: 14px; }
        .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .airline-name {
          color: gray;
          font-size: 11px;
          white-space: nowrap; }
        .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info {
          position: relative;
          margin-top: 30px;
          margin-bottom: 30px;
          font-size: 14px;
          color: #888; }
          .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info .flight-number {
            display: inline-block;
            font-size: 14px;
            color: #888; }
          .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info .flight-company,
          .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info .travel-class {
            font-size: 12px;
            margin-left: 0; }
          .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info.transfer {
            min-height: 10px; }
          .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info .transfer {
            min-height: 10px;
            font-size: 14px;
            position: absolute;
            left: -78px;
            color: #e0bf62; }
          .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info .transfer-info {
            color: #e0bf62; }
          .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info .transfer-highlight {
            background-color: #fbde80; }
          .airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info .info {
            background: url(https://zdroje.letenky.cz/miranda/images/icons/icon_info_03.jpg) 0 0 no-repeat;
            width: 12px;
            height: 12px;
            float: left; }
  .airticket-offer-detail #smaller-text1 h5,
  .airticket-offer-detail #smaller-text2 h5 {
    font-size: 16.5px; }
  .airticket-offer-detail #smaller-text1 .passenger-detail h5,
  .airticket-offer-detail #smaller-text1 .tariff-detail h5,
  .airticket-offer-detail #smaller-text2 .passenger-detail h5,
  .airticket-offer-detail #smaller-text2 .tariff-detail h5 {
    font-size: 14px; }
  .airticket-offer-detail #smaller-text1 .duration,
  .airticket-offer-detail #smaller-text2 .duration {
    font-size: 12px; }
  .airticket-offer-detail #smaller-text1 .info-row .info-cell,
  .airticket-offer-detail #smaller-text1 .info-row .info-cell.date-cell .time,
  .airticket-offer-detail #smaller-text2 .info-row .info-cell,
  .airticket-offer-detail #smaller-text2 .info-row .info-cell.date-cell .time {
    font-size: 14px; }
  .airticket-offer-detail #smaller-text1 .info-row .info-cell.date-cell.date,
  .airticket-offer-detail #smaller-text2 .info-row .info-cell.date-cell.date {
    font-size: 12px; }
  .airticket-offer-detail #smaller-text1 .info-row .info-cell.date-cell.flight-info-box .flight-destination .airport-name,
  .airticket-offer-detail #smaller-text2 .info-row .info-cell.date-cell.flight-info-box .flight-destination .airport-name {
    font-size: 14px; }
  .airticket-offer-detail #smaller-text1 .info-row .info-cell.date-cell .flight-details .flight-duration,
  .airticket-offer-detail #smaller-text2 .info-row .info-cell.date-cell .flight-details .flight-duration {
    font-size: 12px; }
  .airticket-offer-detail #smaller-text1 .info-row .info-cell.date-cell .flight-info .flight-number,
  .airticket-offer-detail #smaller-text2 .info-row .info-cell.date-cell .flight-info .flight-number {
    font-size: 14px; }
  .airticket-offer-detail #smaller-text1 .info-row .info-cell.date-cell .flight-info .flight-company,
  .airticket-offer-detail #smaller-text2 .info-row .info-cell.date-cell .flight-info .flight-company {
    font-size: 12px; }

/* CUSTOM PAGE PREFERENCE */
.PassengerPage .airticket-offer-detail .way-heading, .PassengerPage .airticket-offer-detail .info-row .info-cell, .ExtrasPage .airticket-offer-detail .way-heading, .ExtrasPage .airticket-offer-detail .info-row .info-cell, .SummaryPage .airticket-offer-detail .way-heading, .SummaryPage .airticket-offer-detail .info-row .info-cell {
  font-size: 14px; }

/* ## AIRTICKET OFFER DETAIL  */
/* CALENDAR PAGE - START  */
.calendar-page {
  /* CALENDAR MODAL  */ }
  .calendar-page .visible-xs {
    display: none; }
    @media (max-width: 767px) {
      .calendar-page .visible-xs {
        display: block !important; } }
  .calendar-page #actionPricerContainer .calendarPanel .price {
    font-size: 83%; }
  .calendar-page #actionPricerContainer .calendarPanel .cheapest-price {
    border-color: #E0E0E0 !important;
    box-shadow: 0 0 0 3px #20ABD8 inset; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar td.calcell.selected {
    background-color: #20ABD8 !important;
    box-shadow: 0 0 0 1px #E0E0E0 inset;
    -webkit-appearance: none; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar td.calcell.calcellhover.selectable {
    background: #FFDD7E;
    border: 1px solid #000000; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar td.calcell.calcellhover.selectable label {
    color: #000000 !important; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar td.calcell.calcellhover.selectable.valid-date {
    background-color: #E0E0E0;
    border-color: #000000 !important; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar td.calcell.calcellhover.selectable.valid-date label {
    color: #ffffff !important; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar .selectable {
    background-color: #FFDD7E; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar .selectable.valid-date {
    background-color: #FBBF1F !important; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar .selectable.valid-date label {
    color: #ffffff; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar .selectable.valid-date.cheapest-price {
    background-color: #FBBF1F !important; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar .selectable.valid-date.cheapest-price label {
    color: #ffffff !important; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar td.calcell.valid-date.cheapest-price.selected {
    background-color: #20ABD8 !important; }
  .calendar-page #actionPricerContainer .calendarPanel .yui-calendar td.calcell.valid-date.cheapest-price.selected label {
    color: #ffffff !important; }
  @media (max-width: 575px) {
    .calendar-page .type-age {
      display: block; } }
  .calendar-page .flightInformationPanel {
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #e1e1e1;
    -moz-box-shadow: 0 1px 0 #e1e1e1;
    box-shadow: 0 1px 0 #e1e1e1;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #1e2d4d;
    margin: 0 1% 0 1%; }
    .calendar-page .flightInformationPanel .flightInfo {
      width: 100%;
      overflow: hidden; }
      @media (max-width: 992px) {
        .calendar-page .flightInformationPanel .flightInfo {
          position: relative; } }
      .calendar-page .flightInformationPanel .flightInfo .carrierLogo {
        width: 12%;
        text-align: center;
        padding-right: 3%;
        float: left;
        vertical-align: middle; }
        @media (max-width: 992px) {
          .calendar-page .flightInformationPanel .flightInfo .carrierLogo {
            width: auto;
            padding-right: 0;
            margin-bottom: 10px;
            padding-bottom: 0; } }
        .calendar-page .flightInformationPanel .flightInfo .carrierLogo img {
          border-width: 0;
          max-width: 100%;
          vertical-align: middle; }
          @media (max-width: 992px) {
            .calendar-page .flightInformationPanel .flightInfo .carrierLogo img {
              display: inline-block; } }
        .calendar-page .flightInformationPanel .flightInfo .carrierLogo .airlineName {
          display: block; }
          .calendar-page .flightInformationPanel .flightInfo .carrierLogo .airlineName .value {
            font-size: 10px;
            color: #a5a5a5; }
        .calendar-page .flightInformationPanel .flightInfo .carrierLogo .transportationTypeflight {
          display: none; }
      .calendar-page .flightInformationPanel .flightInfo .lines {
        width: 70%;
        margin-bottom: 10px;
        padding-right: 1%;
        float: left;
        vertical-align: middle; }
        @media (max-width: 992px) {
          .calendar-page .flightInformationPanel .flightInfo .lines {
            width: 100%;
            border-top: 1px solid #e2e2e2;
            padding-top: 10px; } }
        .calendar-page .flightInformationPanel .flightInfo .lines .line {
          width: 100%;
          float: left; }
          .calendar-page .flightInformationPanel .flightInfo .lines .line .departure {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 48%;
            float: left;
            padding-right: 15px;
            box-sizing: border-box; }
          .calendar-page .flightInformationPanel .flightInfo .lines .line .delimiter {
            float: left;
            background-image: url(https://zdroje.studentagency.cz/miranda/images/icons/arrow.png);
            background-repeat: no-repeat;
            background-position: 50% 85%;
            width: 4%; }
          .calendar-page .flightInformationPanel .flightInfo .lines .line .arrive {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 48%;
            float: left;
            padding-left: 20px;
            box-sizing: border-box; }
      .calendar-page .flightInformationPanel .flightInfo .price {
        width: 17%;
        margin-top: -3px;
        float: left;
        vertical-align: middle; }
        @media (max-width: 992px) {
          .calendar-page .flightInformationPanel .flightInfo .price {
            position: absolute;
            top: 0;
            right: 0;
            width: auto; } }
        .calendar-page .flightInformationPanel .flightInfo .price .passenger label {
          display: inline-block;
          max-width: 100%;
          margin-bottom: 5px;
          font-weight: 700; }
        .calendar-page .flightInformationPanel .flightInfo .price .amount {
          font-weight: bold;
          font-size: 16px; }
        .calendar-page .flightInformationPanel .flightInfo .price .note {
          font-size: 10px;
          display: block; }
  .calendar-page .calendarPanel {
    width: 100%;
    padding-top: 5px;
    float: left; }
    .calendar-page .calendarPanel .row {
      margin: 0; }
    .calendar-page .calendarPanel .departureCalendar {
      flex: 0 0 48%;
      float: left;
      margin: 1%;
      padding: 0; }
      @media (max-width: 767px) {
        .calendar-page .calendarPanel .departureCalendar {
          flex: 0 0 98%; } }
    .calendar-page .calendarPanel h3 {
      margin: 0 0 5px 20px;
      text-transform: uppercase;
      color: #1e2d4d;
      font-size: 18px;
      font-weight: bold; }
    .calendar-page .calendarPanel .calendar-container {
      background-color: #fff;
      border: 2px solid #03b4d6;
      border-radius: 5px;
      -webkit-box-shadow: 0 1px 0 #e1e1e1;
      -moz-box-shadow: 0 1px 0 #e1e1e1;
      box-shadow: 0 1px 0 #e1e1e1;
      padding: 10px 5px 5px;
      box-sizing: border-box;
      color: #1e2d4d;
      transition: #000 100ms ease-in 0s;
      margin-bottom: 10px; }
    .calendar-page .calendarPanel .yui-calcontainer {
      width: 100%;
      margin: 0 auto;
      float: none;
      border: none;
      background-color: transparent;
      max-width: none;
      position: relative; }
      .calendar-page .calendarPanel .yui-calcontainer .yui-calendar {
        width: 100%;
        position: relative;
        text-align: center;
        border-spacing: 0;
        border-collapse: separate; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead th {
          vertical-align: middle; }
          .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead th a {
            position: relative;
            height: 40px; }
            .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead th a .glyphicon {
              background-repeat: no-repeat;
              background-position: 0 0;
              width: 21px;
              height: 33px;
              position: absolute;
              top: 0; }
            .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead th a .glyphicon-chevron-right {
              background-image: url(https://zdroje.letenky.cz/miranda/images/icons/big-arrow-right.png);
              right: 0; }
            .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead th a .glyphicon-chevron-left {
              background-image: url(https://zdroje.letenky.cz/miranda/images/icons/big-arrow-left.png);
              left: 0; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead th:first-child {
          text-align: left; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead th:last-child {
          text-align: right; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead .calhead {
          border: none;
          background-color: transparent; }
          .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead .calhead .calheader {
            position: relative;
            width: 100%;
            text-align: center; }
            .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead .calhead .calheader .monthHeader {
              float: left;
              text-transform: uppercase;
              color: #1f2d4d;
              font-size: 16px; }
            .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead .calhead .calheader .yearHeader {
              float: right;
              text-transform: uppercase;
              color: #03b4d6;
              font-size: 16px; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead .calweekdayrow .calweekdaycell {
          text-align: center;
          color: #03b4d6;
          font-size: 9px;
          font-weight: bold;
          text-transform: uppercase; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .calcell {
          border: 2px solid #fff !important;
          height: 25px;
          max-height: 25px;
          max-width: 30px;
          line-height: 25px;
          padding: 0.1em 0.2em;
          text-align: center; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .oom {
          background-color: #eee;
          color: #e2e2e2;
          border: 2px solid #fff !important; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .restricted {
          background-color: #eee;
          color: #e2e2e2;
          text-decoration: line-through; }
          .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .restricted label {
            color: #ccc;
            text-decoration: line-through; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .selectable {
          background-color: #ffdd7e;
          cursor: pointer; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .valid-date {
          background-color: #fbbf1f !important; }
          .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .valid-date label {
            color: #fff; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .selected {
          background: #05b5d7 !important;
          box-shadow: 0 0 0 1px #e0e0e0 inset;
          -webkit-appearance: none; }
          .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .selected label {
            color: #fff; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody label {
          margin-bottom: 2.5px;
          margin-top: 2.5px;
          color: #000;
          font-weight: bold; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .price {
          font-size: 75%;
          line-height: 19px;
          position: relative;
          top: 2px;
          display: block;
          font-weight: normal !important; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .date {
          font-weight: bold;
          float: right;
          padding-right: 6px; }
        .calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .cheapest-price .price {
          color: #03b4d6 !important; }
    .calendar-page .calendarPanel .multi {
      padding: 0;
      color: #000000; }
    .calendar-page .calendarPanel .groupcal {
      margin-bottom: 20px;
      z-index: 1;
      position: relative;
      padding: 0; }
  .calendar-page .controls {
    padding: 10px 3px 30px 0;
    height: 30px;
    display: inline-table;
    width: 100%;
    clear: both; }
    .calendar-page .controls .cancel {
      float: left; }
      .calendar-page .controls .cancel .backwardButton {
        margin-left: 10px; }
        .calendar-page .controls .cancel .backwardButton div {
          display: none; }
        .calendar-page .controls .cancel .backwardButton span {
          background-color: #a7a7a7;
          border: 0 none;
          -webkit-box-shadow: 0 1px 1px #000;
          -moz-box-shadow: 0 1px 1px #000;
          box-shadow: 0 1px 1px #000;
          color: #fff;
          cursor: pointer;
          font-weight: bold;
          margin-bottom: 2px;
          padding: 10px 15px 8px;
          display: block;
          text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          border-radius: 5px; }
    .calendar-page .controls button {
      cursor: pointer;
      font-weight: bold;
      border: none;
      color: #fff;
      position: relative;
      margin: 0;
      padding: 0;
      background-color: transparent;
      width: auto;
      overflow: visible; }
  .calendar-page #calendarModal .options-price {
    font-size: 18px; }
  .calendar-page #calendarModal .options-footer {
    position: sticky;
    background-color: #fff;
    bottom: 0px;
    flex-wrap: wrap; }
  .calendar-page #calendarModal .btn-info {
    padding: 10px 100px;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .calendar-page #calendarModal .btn-info {
        padding: 5px 40px;
        margin-right: auto;
        margin-left: auto; } }
    @media (max-width: 400px) {
      .calendar-page #calendarModal .btn-info {
        padding: 4px 30px; } }
  .calendar-page #calendarModal .modal-header {
    border-bottom: none !important; }
  @media (max-width: 575px) {
    .calendar-page #calendarModal .modal-passengers .youth {
      border-right: none !important; } }
  .calendar-page #calendarModal .modal-passengers .type-age {
    color: #808080;
    margin-left: 7px; }
  .calendar-page #calendarModal .modal-passengers .passenger-icon {
    height: 40px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 5px; }
    .calendar-page #calendarModal .modal-passengers .passenger-icon.adult-icon {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/adult.png"); }
    .calendar-page #calendarModal .modal-passengers .passenger-icon.youth-icon {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/youth.png"); }
    .calendar-page #calendarModal .modal-passengers .passenger-icon.children-icon {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/children.png"); }
    .calendar-page #calendarModal .modal-passengers .passenger-icon.infant-icon {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/infant.png"); }
  .calendar-page #calendarModal .modal-passengers .people-counter-div {
    margin-top: 5px;
    box-sizing: border-box;
    display: flex; }
    .calendar-page #calendarModal .modal-passengers .people-counter-div .increase {
      box-sizing: border-box;
      cursor: pointer;
      width: 25px;
      height: 25px;
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/plus-square-regular-enabled.svg");
      background-repeat: no-repeat; }
    .calendar-page #calendarModal .modal-passengers .people-counter-div .counter {
      box-sizing: border-box;
      font-size: 16px;
      font-weight: bold;
      cursor: default;
      margin-left: 7px;
      margin-right: 11px; }
    .calendar-page #calendarModal .modal-passengers .people-counter-div .decrease {
      box-sizing: border-box;
      cursor: pointer;
      width: 25px;
      height: 25px;
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/minus-square-regular-disabled.svg");
      background-repeat: no-repeat; }
      .calendar-page #calendarModal .modal-passengers .people-counter-div .decrease.disabled {
        background-image: url("https://zdroje.letenky.cz/miranda/images/icons/minus-square-regular-disabled.svg") !important; }
  .calendar-page #calendarModal .form-check:last-child .flight-border {
    border: none !important; }
  .calendar-page #calendarModal .flight-box-second {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .calendar-page #calendarModal .form-check.small:first-of-type {
    padding-left: 0; }
  .calendar-page #calendarModal .form-check label {
    width: 100%; }
  .calendar-page #calendarModal .form-check .checkbox-custom-label.round-small:before {
    position: absolute;
    top: 21px;
    left: 15px; }
  .calendar-page #calendarModal .form-check .flight-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px; }
    .calendar-page #calendarModal .form-check .flight-border.last {
      border: none; }
  .calendar-page #calendarModal .icon-flight-arrow {
    width: 60px;
    height: 25px;
    background-repeat: no-repeat; }
    .calendar-page #calendarModal .icon-flight-arrow.change-0 {
      background-image: url(https://zdroje.letenky.cz/miranda/images/icons/change-0.png); }
    .calendar-page #calendarModal .icon-flight-arrow.change-1 {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/change-1.png"); }
    .calendar-page #calendarModal .icon-flight-arrow.change-2 {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/change-2.png"); }
    .calendar-page #calendarModal .icon-flight-arrow.change-warn {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/change-warn.png"); }
  .calendar-page #calendarModal .single-flight {
    padding: 10px 0;
    border-top: 1px solid #ccc; }
    .calendar-page #calendarModal .single-flight:first-of-type {
      border-top: none; }
    .calendar-page #calendarModal .single-flight .baggage-heading {
      font-size: 11px;
      padding: 10px 0; }
    .calendar-page #calendarModal .single-flight .first-col .airline-date-block {
      text-align: left;
      padding: 0 15px; }
      .calendar-page #calendarModal .single-flight .first-col .airline-date-block .date {
        font-weight: bold; }
        .calendar-page #calendarModal .single-flight .first-col .airline-date-block .date .date-diff {
          border: 1px solid #20abd8;
          padding: 0px 4px;
          color: #20abd8;
          font-weight: normal;
          margin-bottom: 4px;
          font-size: 12px;
          display: inline-block; }
          .calendar-page #calendarModal .single-flight .first-col .airline-date-block .date .date-diff.special {
            color: #20abd8;
            border: 1px solid #20abd8 n; }
        .calendar-page #calendarModal .single-flight .first-col .airline-date-block .date span {
          display: block; }
          @media (max-width: 575px) {
            .calendar-page #calendarModal .single-flight .first-col .airline-date-block .date span {
              display: inline;
              padding-left: 6px; } }
        @media (max-width: 575px) {
          .calendar-page #calendarModal .single-flight .first-col .airline-date-block .date {
            font-weight: bold; } }
      @media (max-width: 575px) {
        .calendar-page #calendarModal .single-flight .first-col .airline-date-block {
          flex: 0 0 100%;
          max-width: 100%;
          text-align: left; } }
    .calendar-page #calendarModal .single-flight .first-col .duration,
    .calendar-page #calendarModal .single-flight .first-col .changes,
    .calendar-page #calendarModal .single-flight .first-col .city {
      font-size: 12px;
      color: #888; }
    .calendar-page #calendarModal .single-flight .first-col .city,
    .calendar-page #calendarModal .single-flight .first-col .city-code {
      text-align: center; }
    .calendar-page #calendarModal .single-flight .first-col .city-code {
      font-size: 1.2em; }
    .calendar-page #calendarModal .single-flight .first-col .time {
      font-weight: normal;
      font-size: 26px;
      line-height: 26px;
      width: 65px;
      text-align: center; }
      @media (max-width: 575px) {
        .calendar-page #calendarModal .single-flight .first-col .time {
          font-size: 21px; } }

/* CALENDAR PAGE - KONEC  */
/* HOVER EFEKTY NA FORMULARE START */
#search-box input[type="text"]:not(.routing-field):not(.dev-ops-text):hover,
#search-box .dropdown button:hover,
#search-box #form-from:hover,
#search-box #form-to:hover,
.bookingForm input[type="text"]:not(.routing-field):not(.dev-ops-text):hover,
.bookingForm .dropdown button:hover,
.bookingForm #form-from:hover,
.bookingForm #form-to:hover {
  border: 1px solid #00b5d7 !important;
  border-radius: 0.25rem !important; }

#search-box .checkbox-custom-label:hover,
#search-box .custom-checkbox label:hover,
.bookingForm .checkbox-custom-label:hover,
.bookingForm .custom-checkbox label:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03); }

#dev-ops .dev-ops-label {
  color: #444; }

#dev-ops .dev-ops-text:hover {
  border: 2px solid #00b5d7 !important;
  border-radius: 0.25rem !important; }

#dev-ops .dev-ops-btn {
  background-color: #20abd8;
  font-weight: 600; }

#search-box .dev-ops-label {
  color: #000;
  font-size: 14px;
  font-weight: 800; }

/* HOVER EFEKTY NA FORMULARE END */
/* BOOKINGFORM PAGE - KONEC  */
.bookingForm {
  /* DESTINATIONS MODAL  */ }
  .bookingForm .bookingForm-container {
    padding: 1.5em;
    background-color: #ffdc7c; }
    .bookingForm .bookingForm-container .travel-type input[type="radio"] {
      display: none; }
    @media (max-width: 575px) {
      .bookingForm .bookingForm-container .travel-type label {
        font-size: 10px;
        margin-right: 0px; }
        .bookingForm .bookingForm-container .travel-type label .form-check-inline {
          margin-right: 0; } }
    @media (max-width: 399px) {
      .bookingForm .bookingForm-container .travel-type {
        padding-left: 20px;
        padding-right: 15px; } }
    .bookingForm .bookingForm-container .travel-type .font-weight-bold.text-center {
      margin-top: 6px !important; }
      @media (max-width: 399px) {
        .bookingForm .bookingForm-container .travel-type .font-weight-bold.text-center {
          display: none; } }
    .bookingForm .bookingForm-container .journey-count-modifiers {
      padding-bottom: 15px; }
    .bookingForm .bookingForm-container .picker {
      position: absolute;
      right: 15px;
      cursor: pointer; }
      .bookingForm .bookingForm-container .picker .picker-icon {
        position: relative;
        width: 35px;
        height: 40px;
        background-image: url(https://zdroje.letenky.cz/miranda/images/icons/picker.png);
        background-position-x: 0px;
        background-position-y: 0px;
        background-size: initial;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-origin: initial;
        background-clip: initial;
        background-color: transparent; }
    .bookingForm .bookingForm-container .routing_openjaw {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
    .bookingForm .bookingForm-container .form-control {
      background-color: #fff;
      border: 0 none;
      border-radius: 4px;
      height: 40px;
      padding: 0.35em 0.7em 0.3em;
      box-sizing: border-box;
      border: thin solid #ffc119;
      -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4) inset;
      -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4) inset;
      box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4) inset;
      padding: 0.78em 3em 0.5em 5em;
      font-weight: bold; }
    .bookingForm .bookingForm-container .control-label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: 700;
      color: #9a9a9a;
      left: 23px;
      position: absolute;
      z-index: 1;
      font-weight: normal; }
      .bookingForm .bookingForm-container .control-label.departure {
        top: 11px; }
      .bookingForm .bookingForm-container .control-label.arrival {
        top: 64px; }
    .bookingForm .bookingForm-container .bookingForm-calendar {
      font-weight: normal;
      background-color: #fff;
      border: 0 none;
      border-radius: 4px;
      height: 40px;
      padding: 0.35em 0.7em 0.3em;
      box-sizing: border-box;
      border: thin solid #ffc119;
      -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4) inset;
      -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4) inset;
      box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4) inset;
      min-width: 196px; }
    .bookingForm .bookingForm-container .calendar-zindex {
      z-index: 20; }
    .bookingForm .bookingForm-container .calendar {
      position: absolute;
      left: 150px;
      top: 10px;
      cursor: pointer; }
      .bookingForm .bookingForm-container .calendar .calendar-icon {
        position: relative;
        width: 35px;
        height: 40px;
        background-image: url("https://zdroje.letenky.cz/miranda/images/icons/calendar.png");
        background-position-x: 0px;
        background-position-y: 0px;
        background-size: initial;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-origin: initial;
        background-clip: initial;
        background-color: transparent; }
    .bookingForm .bookingForm-container .datepicker button {
      position: absolute;
      left: 160px;
      top: 10px;
      height: 22px;
      width: 23px;
      background: url("https://zdroje.letenky.cz/miranda/images/icons/calendar.png") no-repeat scroll 0 0 transparent; }
    .bookingForm .bookingForm-container .form-check.small {
      padding-left: 4px; }
    .bookingForm .bookingForm-container .destinations-col {
      max-width: 78%;
      flex: 0 0 78%;
      min-width: 280px; }
    .bookingForm .bookingForm-container .pas-col {
      flex: 0 0 56%; }
    .bookingForm .bookingForm-container .dateLabel {
      display: none; }
    @media (max-width: 575px) {
      .bookingForm .bookingForm-container .modal-passengers .youth {
        border-right: none !important; } }
    .bookingForm .bookingForm-container .modal-passengers .type-age {
      color: #808080;
      margin-left: 7px; }
    .bookingForm .bookingForm-container .modal-passengers .passenger-icon {
      height: 40px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center bottom;
      margin-bottom: 5px; }
      .bookingForm .bookingForm-container .modal-passengers .passenger-icon.adult-icon {
        background-image: url("https://zdroje.letenky.cz/miranda/images/icons/adult.png"); }
      .bookingForm .bookingForm-container .modal-passengers .passenger-icon.youth-icon {
        background-image: url("https://zdroje.letenky.cz/miranda/images/icons/youth.png"); }
      .bookingForm .bookingForm-container .modal-passengers .passenger-icon.children-icon {
        background-image: url("https://zdroje.letenky.cz/miranda/images/icons/children.png"); }
      .bookingForm .bookingForm-container .modal-passengers .passenger-icon.infant-icon {
        background-image: url("https://zdroje.letenky.cz/miranda/images/icons/infant.png"); }
    .bookingForm .bookingForm-container .modal-passengers .people-counter-div {
      margin-top: 5px;
      box-sizing: border-box;
      display: flex; }
      .bookingForm .bookingForm-container .modal-passengers .people-counter-div .increase {
        box-sizing: border-box;
        cursor: pointer;
        width: 25px;
        height: 25px;
        background-image: url("https://zdroje.letenky.cz/miranda/images/icons/plus-square-regular-enabled.svg");
        background-repeat: no-repeat; }
        .bookingForm .bookingForm-container .modal-passengers .people-counter-div .increase.disabled {
          background-image: url("https://zdroje.letenky.cz/miranda/images/icons/plus-square-regular-disabled.svg") !important; }
      .bookingForm .bookingForm-container .modal-passengers .people-counter-div .people-count {
        box-sizing: border-box;
        font-size: 16px;
        font-weight: bold;
        cursor: default;
        margin-left: 7px;
        margin-right: 11px; }
      .bookingForm .bookingForm-container .modal-passengers .people-counter-div .decrease {
        box-sizing: border-box;
        cursor: pointer;
        width: 25px;
        height: 25px;
        background-image: url("https://zdroje.letenky.cz/miranda/images/icons/minus-square-regular-enabled.svg");
        background-repeat: no-repeat; }
        .bookingForm .bookingForm-container .modal-passengers .people-counter-div .decrease.disabled {
          background-image: url("https://zdroje.letenky.cz/miranda/images/icons/minus-square-regular-disabled.svg") !important; }
    .bookingForm .bookingForm-container .dropdown button {
      background-color: #fff;
      text-align: left;
      position: relative;
      font-size: 16px;
      padding: 9px;
      font-weight: normal;
      font-size: 14px; }
      .bookingForm .bookingForm-container .dropdown button:after {
        border: none !important;
        content: url("https://zdroje.letenky.cz/miranda/images/icons/sort-solid.svg");
        right: 26px;
        top: 8px;
        position: absolute; }
    .bookingForm .bookingForm-container .dropdown ul {
      width: 100%; }
    .bookingForm .bookingForm-container .dropdown-menu a.dropdown-selected:before {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/check-solid-black.svg");
      background-size: 13px 13px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 13px;
      height: 13px;
      content: "";
      margin-right: 4px; }
    .bookingForm .bookingForm-container .dropdown-menu a:before {
      display: inline-block;
      width: 13px;
      height: 13px;
      content: "";
      margin-right: 4px; }
    .bookingForm .bookingForm-container .dropdown-toggle:after {
      position: absolute;
      right: 15px;
      top: 20px; }
      @media (max-width: 575px) {
        .bookingForm .bookingForm-container .dropdown-toggle:after {
          right: 10px; } }
    .bookingForm .bookingForm-container #company ul {
      height: 250px;
      overflow-y: auto; }
    .bookingForm .bookingForm-container #total {
      box-sizing: border-box; }
      .bookingForm .bookingForm-container #total a {
        cursor: default; }
      .bookingForm .bookingForm-container #total a:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .bookingForm .bookingForm-container #total a:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .bookingForm .bookingForm-container #total .dropdown-menu {
        box-sizing: border-box;
        width: 130%;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 5px; }
        @media (max-width: 768px) {
          .bookingForm .bookingForm-container #total .dropdown-menu {
            width: 144%; } }
        @media (min-width: 769px) and (max-width: 1199px) {
          .bookingForm .bookingForm-container #total .dropdown-menu {
            width: 100%; } }
        @media (max-width: 575px) {
          .bookingForm .bookingForm-container #total .dropdown-menu {
            width: 100%;
            min-width: 300px; } }
        .bookingForm .bookingForm-container #total .dropdown-menu #people-div {
          box-sizing: border-box;
          width: 100%;
          padding: 30px 25px 0px 25px; }
          .bookingForm .bookingForm-container #total .dropdown-menu #people-div .btn-done {
            display: flex;
            margin: 0 70%;
            color: #20abd8;
            font-size: 16px; }
          .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content {
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            width: 100%;
            border-bottom: 1px solid lightgray;
            padding-top: 5px;
            padding-bottom: 10px;
            margin-bottom: 10px; }
            .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content .people-type-div {
              box-sizing: border-box;
              display: flex; }
              .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content .people-type-div .dropdown-item {
                box-sizing: border-box;
                width: auto;
                padding: 0; }
              .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content .people-type-div .people-age {
                box-sizing: border-box;
                cursor: default;
                color: gray;
                margin-left: 10px; }
            .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content .people-counter-div {
              box-sizing: border-box;
              display: flex;
              justify-content: space-between;
              align-content: center; }
              .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content .people-counter-div .increase {
                box-sizing: border-box;
                cursor: pointer;
                width: 25px;
                height: 25px;
                background-image: url("https://zdroje.letenky.cz/miranda/images/icons/plus-square-regular-enabled.svg");
                background-repeat: no-repeat; }
                .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content .people-counter-div .increase.disabled {
                  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/plus-square-regular-disabled.svg") !important; }
              .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content .people-counter-div .counter {
                box-sizing: border-box;
                font-size: 16px;
                font-weight: bold;
                cursor: default;
                margin-left: 7px;
                margin-right: 11px; }
              .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content .people-counter-div .decrease {
                box-sizing: border-box;
                cursor: pointer;
                width: 25px;
                height: 25px;
                background-image: url("https://zdroje.letenky.cz/miranda/images/icons/minus-square-regular-enabled.svg");
                background-repeat: no-repeat; }
                .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content .people-counter-div .decrease.disabled {
                  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/minus-square-regular-disabled.svg") !important; }
    .bookingForm .bookingForm-container .row-collapse {
      font-weight: 600; }
      .bookingForm .bookingForm-container .row-collapse .criteria {
        margin-top: 3px;
        margin-left: 2px;
        cursor: default;
        z-index: 999; }
      .bookingForm .bookingForm-container .row-collapse [aria-expanded="true"] svg {
        transform: rotate(180deg); }
    .bookingForm .bookingForm-container .collapse-button {
      width: 24.5px;
      height: 24.5px;
      background-color: transparent;
      color: #20abd8;
      border: none;
      outline: none;
      padding: 0; }
      .bookingForm .bookingForm-container .collapse-button:active {
        background-color: #ffdc7c !important;
        border-color: #ffdc7c !important;
        color: #20abd8; }
    .bookingForm .bookingForm-container #carret-down-left,
    .bookingForm .bookingForm-container #carret-down-right {
      width: 1.5em;
      height: 1.5em;
      max-width: 100%;
      display: inline-block;
      position: absolute;
      font-size: 12px;
      margin: 0;
      justify-content: center;
      align-items: center;
      top: 36px;
      right: 28px; }
    .bookingForm .bookingForm-container .custom-checkbox input[type="checkbox"] {
      display: none; }
    .bookingForm .bookingForm-container .custom-checkbox input[type="checkbox"]:checked + label:before {
      color: #1e2d4d;
      content: "\2714";
      font-size: 15px;
      font-weight: bold;
      text-align: center; }
    .bookingForm .bookingForm-container .custom-checkbox label {
      cursor: pointer;
      display: inline-block;
      margin-bottom: 10px;
      padding-left: 30px;
      position: relative; }
    .bookingForm .bookingForm-container .custom-checkbox label::before {
      background-color: #fff;
      border-radius: 2px;
      bottom: 1px;
      -webkit-box-shadow: 0 1px 0 0 #ceaf88 inset;
      -moz-box-shadow: 0 1px 0 0 #ceaf88 inset;
      box-shadow: 0 1px 0 0 #ceaf88 inset;
      content: "";
      display: inline-block;
      height: 20px;
      left: 0;
      margin-right: 10px;
      position: absolute;
      width: 20px;
      outline: none; }
    .bookingForm .bookingForm-container .controls {
      padding: 0;
      width: auto;
      position: absolute;
      right: 34px;
      bottom: 10px;
      height: 30px;
      display: inline-table;
      clear: both; }
      @media (max-width: 768px) {
        .bookingForm .bookingForm-container .controls {
          padding-top: 10px;
          width: 100%;
          right: auto;
          bottom: auto;
          position: static; } }
      .bookingForm .bookingForm-container .controls .submit {
        float: right; }
        @media (max-width: 768px) {
          .bookingForm .bookingForm-container .controls .submit {
            width: 100%; } }
        .bookingForm .bookingForm-container .controls .submit .submitButton {
          cursor: pointer;
          font-weight: bold;
          border: none;
          color: #fff;
          position: relative;
          margin: 0;
          padding: 0;
          background-color: transparent;
          width: auto;
          overflow: visible; }
          @media (max-width: 768px) {
            .bookingForm .bookingForm-container .controls .submit .submitButton {
              width: 100%; } }
          .bookingForm .bookingForm-container .controls .submit .submitButton span {
            height: 40px;
            width: 360px;
            border: 0 none;
            border-radius: 5px;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            display: block;
            font-weight: 700;
            height: auto;
            margin-bottom: 0;
            padding: 10px 15px 8px;
            text-transform: uppercase;
            background-image: url("https://zdroje.letenky.cz/miranda/images/icons/search-icon.png");
            background-position-x: 10px;
            background-position-y: center;
            background-size: initial;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-origin: initial;
            background-clip: initial;
            background-color: #00b5d7; }
            @media (max-width: 768px) {
              .bookingForm .bookingForm-container .controls .submit .submitButton span {
                width: 100%; } }
          .bookingForm .bookingForm-container .controls .submit .submitButton div {
            display: none; }
  .bookingForm #destinationsModal ul li {
    margin-bottom: 5px;
    font-weight: 700; }
    .bookingForm #destinationsModal ul li a {
      color: #1e2d4d; }
    .bookingForm #destinationsModal ul li a:hover {
      text-decoration: none; }
  .bookingForm #destinationsModal .modal-header {
    background: #ffc119;
    border-bottom: 1px solid #ffc119 !important;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
    z-index: 44; }
  .bookingForm #destinationsModal .modal-body {
    background: #ffdc7c;
    max-height: 550px;
    overflow-y: auto; }
  .bookingForm #destinationsModal .modal-footer {
    background: #ffdc7c;
    border-top: 1px solid #ffc119 !important; }

.actionOffers {
  margin-top: 150px;
  font-size: 14px; }
  .actionOffers .one-offer {
    padding: 10px 15px; }
    @media (min-width: 767px) {
      .actionOffers .one-offer:nth-child(odd) {
        border-right: 1px solid #e2e2e2; } }
    .actionOffers .one-offer a {
      width: 100%; }
      .actionOffers .one-offer a:hover {
        text-decoration: none; }
  .actionOffers .actionOffersView .journeyType {
    display: none; }
  .actionOffers .actionOffersView.openJaw .icon-trip {
    content: url("https://zdroje.letenky.cz/miranda/images/icons/openJaw.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 21px;
    width: 16px; }
  .actionOffers .actionOffersView.roundTrip .icon-trip {
    content: url("https://zdroje.letenky.cz/miranda/images/icons/roundTrip.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 21px;
    width: 16px; }
  .actionOffers .actionOffersView.oneway .icon-trip {
    content: url("https://zdroje.letenky.cz/miranda/images/icons/oneWay.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 21px;
    width: 16px; }
  .actionOffers .city {
    color: #20abd8;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .actionOffers .price {
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .actionOffers .more-offers-link {
    color: #20abd8;
    text-decoration: none; }

/* BOOKINGFORM PAGE - KONEC  */
/* ACTION OFFERS PAGE  */
.actionOffersPage .actionOffers-form {
  padding: 15px;
  margin-bottom: 80px;
  background: #ffdc7c; }
  .actionOffersPage .actionOffers-form label {
    font-weight: bold; }
  .actionOffersPage .actionOffers-form .slider-range {
    margin-top: 0px; }
    @media (min-width: 993px) {
      .actionOffersPage .actionOffers-form .slider-range {
        margin-top: 19px; } }
  .actionOffersPage .actionOffers-form .dropdown button {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    position: relative;
    font-size: 16px;
    width: 100%;
    padding: 0.9rem 3em 0.5rem 1em !important;
    background: #fff;
    border: 1px solid #ffc119;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4) inset; }
    .actionOffersPage .actionOffers-form .dropdown button:active {
      color: black !important;
      background-color: #fff !important; }
  .actionOffersPage .actionOffers-form .dropdown-toggle {
    overflow: hidden; }
  .actionOffersPage .actionOffers-form .dropdown-toggle:after {
    border: none !important;
    content: url("https://zdroje.letenky.cz/miranda/images/icons/sort-solid.svg");
    right: 26px;
    top: 11px;
    position: absolute; }
  .actionOffersPage .actionOffers-form .dropdown-menu {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 5px; }
    .actionOffersPage .actionOffers-form .dropdown-menu a:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .actionOffersPage .actionOffers-form .dropdown-menu a:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .actionOffersPage .actionOffers-form .dropdown-menu a.dropdown-selected:before {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/check-solid-black.svg");
      background-size: 13px 13px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 13px;
      height: 13px;
      content: "";
      margin-right: 4px; }
    .actionOffersPage .actionOffers-form .dropdown-menu a.dropdown-selected:hover:before {
      background-image: url("https://zdroje.letenky.cz/miranda/images/icons/check-solid-white.svg"); }
    .actionOffersPage .actionOffers-form .dropdown-menu a:before {
      display: inline-block;
      width: 13px;
      height: 13px;
      content: "";
      margin-right: 4px; }

.actionOffersPage .actionOffer {
  border: 1px solid #bbb;
  border-radius: 5px; }
  .actionOffersPage .actionOffer .departureCity,
  .actionOffersPage .actionOffer .arrivalCity,
  .actionOffersPage .actionOffer .tripType,
  .actionOffersPage .actionOffer .price {
    padding: 3px 0;
    font-weight: bold;
    font-size: 15px; }
    @media (max-width: 576px) {
      .actionOffersPage .actionOffer .departureCity,
      .actionOffersPage .actionOffer .arrivalCity,
      .actionOffersPage .actionOffer .tripType,
      .actionOffersPage .actionOffer .price {
        font-size: 11px; } }
  .actionOffersPage .actionOffer .departureCity,
  .actionOffersPage .actionOffer .arrivalCity {
    padding-left: 20px; }
    @media (max-width: 576px) {
      .actionOffersPage .actionOffer .departureCity,
      .actionOffersPage .actionOffer .arrivalCity {
        padding-left: 0px; } }
  .actionOffersPage .actionOffer .airline {
    padding: 3px 0;
    text-align: center; }
    .actionOffersPage .actionOffer .airline img {
      border-width: 0;
      max-width: 100%;
      vertical-align: middle; }
  .actionOffersPage .actionOffer .tripType {
    font-weight: normal;
    font-size: 10px;
    text-align: center; }

.actionOffersPage .btn-show-more {
  background: inherit;
  color: #20abd8; }

/* ACTION OFFERS PAGE - KONEC  */
/* EMERGENCY PAGE  */
.emergency-page .emergency-calendar {
  font-weight: normal;
  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/search_calendar.svg");
  background-repeat: no-repeat;
  background-position: 98%; }

.emergency-page .additional-service-label {
  font-size: 1.3em; }

.emergency-page .agreement-link {
  color: #21abd9; }

.emergency-page .checkbox-custom-label:before {
  width: 20px;
  height: 20px; }

.emergency-page .btn-emergency-gray {
  color: #ffffff;
  background-color: #888; }

.emergency-page .form-minus {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/minus.png");
  margin-right: 8px;
  vertical-align: middle; }

.emergency-page .ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  top: 38px;
  height: 25px;
  width: 23px;
  background: url("https://zdroje.letenky.cz/miranda/images/icons/search_calendar.svg") no-repeat scroll 0 0 transparent; }

.emergency-page .passenger-info .alert-info {
  display: none; }

.emergency-page .invalid-feedback {
  display: block; }

.emergency-page .terms-feedback {
  padding-left: 1.25rem; }

/* EMERGENCY PAGE - KONEC  */
.PassengerPage input::placeholder, .EmergencyPage input::placeholder {
  font-size: 12px;
  color: #bcbfc6 !important; }

.PassengerPage .form-control, .EmergencyPage .form-control {
  height: 44.8px !important; }

.PassengerPage .blockUI.blockMsg h1, .EmergencyPage .blockUI.blockMsg h1 {
  font-size: 12px; }

.PassengerPage .invalid-feedback, .EmergencyPage .invalid-feedback {
  display: block !important; }

/* PASSENFER PAGE START  */
@media (max-width: 767px) {
  .PassengerPage .order-1 .btn-info,
  .PassengerPage .order-2 .btn-back-gray {
    font-size: 12px; } }

/* PASSENFER PAGE END  */
/* SUMMARY PAGE - START  */
@media (max-width: 431px) {
  .SummaryPage .airticket-offer-detail .passenger-detail .price-detail-col,
  .SummaryPage .airticket-offer-detail .tariff-detail .tariff-detail-col,
  .SummaryPage .airticket-offer-detail .email-container,
  .SummaryPage .airticket-offer-detail .phone-container,
  .SummaryPage .airticket-offer-detail .dealer-contacts {
    font-size: 11px; } }

@media (min-width: 432px) and (max-width: 575px) {
  .SummaryPage .airticket-offer-detail .passenger-detail .price-detail-col,
  .SummaryPage .airticket-offer-detail .tariff-detail .tariff-detail-col,
  .SummaryPage .airticket-offer-detail .email-container,
  .SummaryPage .airticket-offer-detail .phone-container,
  .SummaryPage .airticket-offer-detail .dealer-contacts {
    font-size: 12px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .SummaryPage .airticket-offer-detail .passenger-detail .price-detail-col,
  .SummaryPage .airticket-offer-detail .tariff-detail .tariff-detail-col,
  .SummaryPage .airticket-offer-detail .email-container,
  .SummaryPage .airticket-offer-detail .phone-container,
  .SummaryPage .airticket-offer-detail .dealer-contacts {
    font-size: 9px;
    white-space: nowrap; } }

@media (min-width: 768px) and (max-width: 991px) {
  .SummaryPage .airticket-offer-detail .passenger-detail .price-detail-col,
  .SummaryPage .airticket-offer-detail .tariff-detail .tariff-detail-col,
  .SummaryPage .airticket-offer-detail .email-container,
  .SummaryPage .airticket-offer-detail .phone-container,
  .SummaryPage .airticket-offer-detail .dealer-contacts {
    font-size: 12px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .SummaryPage .airticket-offer-detail .passenger-detail .price-detail-col,
  .SummaryPage .airticket-offer-detail .tariff-detail .tariff-detail-col,
  .SummaryPage .airticket-offer-detail .email-container,
  .SummaryPage .airticket-offer-detail .phone-container,
  .SummaryPage .airticket-offer-detail .dealer-contacts {
    font-size: 11px; } }

@media (min-width: 1200px) {
  .SummaryPage .airticket-offer-detail .passenger-detail .price-detail-col,
  .SummaryPage .airticket-offer-detail .tariff-detail .tariff-detail-col,
  .SummaryPage .airticket-offer-detail .email-container,
  .SummaryPage .airticket-offer-detail .phone-container,
  .SummaryPage .airticket-offer-detail .dealer-contacts {
    font-size: inherit; } }

.SummaryPage .airticket-offer-detail .dealer-contacts strong {
  white-space: nowrap; }

.SummaryPage .airticket-offer-detail .dealer-contacts .col-9 {
  white-space: nowrap; }

@media (min-width: 576px) and (max-width: 767px) {
  .SummaryPage .airticket-offer-detail .dealer-contacts {
    font-size: 9px;
    white-space: inherit !important; } }

/* SUMMARY PAGE - KONEC  */
/* EXTRAS PAGE - START  */
.ExtrasPage .blockUI.blockMsg h1 {
  font-size: 12px; }

.ExtrasPage .margin-top-page3 {
  margin-top: 1.66rem; }

/* EXTRAS PAGE - KONEC  */
/* PRICER PAGE - START  */
.PricerPage .ui-autocomplete {
  width: 365px !important; }
  .PricerPage .ui-autocomplete .ui-state-focus {
    font-weight: inherit !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    .PricerPage .ui-autocomplete {
      width: 365px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .PricerPage .ui-autocomplete {
      width: 365px !important; } }
  @media (max-width: 575px) {
    .PricerPage .ui-autocomplete {
      max-width: 100% !important;
      width: 87% !important;
      left: 1.5rem !important; } }

/* PRICER PAGE - END  */
/* ENTRANCE PAGE START  */
.EntranceBookingPage .hiddenspan,
.EntranceBookingPage .tab-row {
  display: none; }

.EntranceBookingPage #languageMenuContainer {
  position: inherit !important; }

@media (min-width: 1200px) {
  .EntranceBookingPage .ui-autocomplete {
    width: 517px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .EntranceBookingPage .ui-autocomplete {
    width: 424px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .EntranceBookingPage .ui-autocomplete {
    width: 475px !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .EntranceBookingPage .ui-autocomplete {
    width: 335px !important; } }

@media (max-width: 575px) {
  .EntranceBookingPage .ui-autocomplete {
    max-width: 349px !important;
    width: auto !important; } }

.EntranceBookingPage .ui-autocomplete .ui-state-focus {
  font-weight: inherit !important; }

@media (max-width: 400px) {
  .EntranceBookingPage #languageMenuContainer #languageMenu {
    top: 15%; } }

/* ENTRANCE PAGE KONEC  */
/* TARIFF RULES PAGE - START  */
.TariffRulesPage {
  width: 80%;
  margin: auto;
  background-color: #ffffff; }
  @media (max-width: 1050px) {
    .TariffRulesPage {
      width: 95%;
      margin: auto; } }
  .TariffRulesPage #contactUsContainer {
    margin-top: 2rem; }
  .TariffRulesPage .tar-header,
  .TariffRulesPage .details .font-size-small a {
    color: #0099FF !important; }
  .TariffRulesPage a:hover {
    text-decoration: none; }
  .TariffRulesPage .panel:hover {
    background-color: #0099ff; }
  .TariffRulesPage .details:last-child {
    margin-bottom: 0 !important; }
  .TariffRulesPage .panel-body {
    padding-bottom: 20px; }
  .TariffRulesPage hr {
    border: 0.5px #000000 solid !important;
    width: 100% !important;
    margin: auto !important; }
  .TariffRulesPage .minWidth {
    min-width: 400px; }
  .TariffRulesPage .font-size-vw {
    font-size: 21px; }
    @media (max-width: 991px) {
      .TariffRulesPage .font-size-vw {
        font-size: 18px; } }
  .TariffRulesPage .font-size-small {
    font-size: 14px; }
  .TariffRulesPage .font-size-md {
    font-size: 19px; }
  .TariffRulesPage #LauncherTranslatePhrase {
    text-align: center;
    cursor: pointer;
    padding: 10px 0 !important;
    font-family: "Segoe UI"; }
  .TariffRulesPage .bingRelative {
    position: relative !important;
    margin-bottom: 20px !important; }
  .TariffRulesPage .rotate {
    transition: transform .5s ease-in-out;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }
  .TariffRulesPage .rotate, .TariffRulesPage [aria-expanded=true] .summary-arrow {
    transform: rotate(0deg); }
  .TariffRulesPage [aria-expanded=true] .rotate {
    transform: rotate(-180deg); }

/* TARIFF RULES PAGE - KONEC  */
/* TARIFF BOX START  */
.tariff-box {
  font-size: 16px; }
  .tariff-box .form-check-label {
    color: #ffffff; }
  .tariff-box .modal-note {
    font-size: 13px !important; }
    .tariff-box .modal-note h5 {
      font-size: 16px !important; }
  .tariff-box .col-tariff {
    padding: 0; }
    @media (max-width: 575px) {
      .tariff-box .col-tariff {
        padding: 0 15px; } }
    @media (max-width: 575px) {
      .tariff-box .col-tariff .box {
        height: 120%;
        margin-top: 0;
        border-top: 1px solid #fff; } }
    @media (max-width: 575px) {
      .tariff-box .col-tariff .box-one {
        border-top: none; } }
    .tariff-box .col-tariff .box-shadow {
      box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.13); }
  @media (min-width: 575px) {
    .tariff-box .travel-classes-box {
      padding-left: 0; } }
  @media (max-width: 575px) {
    .tariff-box .travel-classes-box {
      overflow-x: auto;
      overflow-y: hidden; } }
  .tariff-box .compare-link {
    margin-top: -39px !important; }
  .tariff-box .tariff-btn {
    border-bottom: 1px solid gray;
    border-radius: 0;
    padding: 0;
    color: gray;
    text-decoration: none;
    background-color: #f8f8f8; }
  .tariff-box .tariff-btn-mobile {
    color: #fff;
    font-size: 80%;
    text-decoration: underline; }
  .tariff-box .round-small {
    font-size: 14px;
    font-weight: 700; }
  .tariff-box .box-top-label {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 7px;
    padding: 3px;
    margin-right: 6%;
    height: 27px; }
  .tariff-box .box {
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.13);
    background: #43add5;
    padding-top: 20px; }
    .tariff-box .box.business {
      background-color: #2583a6; }
    .tariff-box .box.first {
      background-color: #DEAE4B; }
    @media (max-width: 768px) {
      .tariff-box .box li {
        font-size: 90%; } }
  .tariff-box .box-main {
    margin-bottom: 20px;
    padding: 10px 15px 10px 8px;
    color: #fff; }
    .tariff-box .box-main.business {
      background-color: #2583a6; }
    .tariff-box .box-main .radio-custom-label {
      display: inline-grid;
      grid-template-columns: 30px auto; }
    .tariff-box .box-main.first {
      background-color: #DEAE4B; }
    @media (max-width: 575px) {
      .tariff-box .box-main {
        margin-bottom: 0;
        width: 200%;
        height: 121%; } }
  @media (min-width: 575px) {
    .tariff-box .box-plus {
      height: 188px !important;
      border-right: 1px solid #9ec0f7;
      border-left: 1px solid #9ec0f7; } }
  .tariff-box .box-lite {
    min-height: 160px;
    margin-top: 14px;
    padding: 5px; }
  .tariff-box .box-price {
    margin-top: 4px;
    font-weight: 700;
    font-size: 14px; }
    .tariff-box .box-price.main {
      font-weight: 400;
      margin-left: 20px;
      margin-top: 0;
      white-space: nowrap; }
      @media (max-width: 575px) {
        .tariff-box .box-price.main {
          margin-left: 5px; } }
  .tariff-box ul {
    margin-top: 3px;
    list-style: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 1; }
  .tariff-box .small {
    color: #fff; }
  .tariff-box .choosen-tariff {
    color: #444; }
  .tariff-box .btn-info {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 6px 20px; }

/* TARIFF BOX END  */
/* DELAYEDPAYMENT PAGE - KONEC  */
#delayedPaymentPage .delay-content {
  max-width: 1140px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 575px) {
    #delayedPaymentPage .delay-content {
      margin-top: 15px; } }

/* DELAYEDPAYMENT PAGE - KONEC  */
/* MARKETING GIFT PAGE START */
#marketingGiftPage .gift-content {
  max-width: 1140px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 575px) {
  #marketingGiftPage .gift-content {
    margin-top: 15px; } }

#marketingGiftPage .gift-wrapper,
#marketingGiftPage .gift-coupon-frame {
  display: flex; }

#marketingGiftPage .gift-coupon-frame {
  border: 1px solid #fbbf1f;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 9px;
  justify-content: space-between; }

#marketingGiftPage .gift-count,
#marketingGiftPage .gift-code {
  font-weight: bold; }

#marketingGiftPage .gift-code {
  font-size: 17px; }

#marketingGiftPage .gift-coupons-view,
#marketingGiftPage .gift-container {
  margin-bottom: 15px; }

#marketingGiftPage .gift-container {
  width: 250px; }

#marketingGiftPage .gift-explanation,
#marketingGiftPage .gift-description {
  margin-top: 30px; }

#marketingGiftPage .gift-description {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold; }

#marketingGiftPage .gift-copy-button {
  outline: none;
  background: url("http://let.studentagency.cz/images/icons/svg_kopie_ikona.svg");
  width: 20px; }

#marketingGiftPage .gift-coupon-images {
  align-content: center;
  margin-left: 70px; }

#marketingGiftPage .gift-name {
  font-size: 40px;
  font-weight: bold; }

#marketingGiftPage .gift-ticket-front {
  background: url("http://let.studentagency.cz/images/icons/svg-jizdenka-1.svg");
  width: 384px;
  height: 179px; }

#marketingGiftPage .gift-ticket-back {
  background: url("http://let.studentagency.cz/images/icons/svg-jizdenka-2.svg");
  width: 384px;
  height: 180px; }

/* MARKETING GIFT PAGE END */
/* MODAL S VYBEROM DESTINACII  */
.EntranceBookingPage .wicket-modal .w_close,
.PricerPage .wicket-modal .w_close {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/small_popup_close_ico.gif") no-repeat scroll 0 0 transparent !important;
  right: 10px; }

.EntranceBookingPage .wicket-modal .w_top_1,
.EntranceBookingPage .wicket-modal .w_bottom_1,
.PricerPage .wicket-modal .w_top_1,
.PricerPage .wicket-modal .w_bottom_1 {
  display: none; }

.EntranceBookingPage .wicket-modal .w_right_1,
.PricerPage .wicket-modal .w_right_1 {
  margin-left: 0; }

.EntranceBookingPage .wicket-modal .w_content_1,
.PricerPage .wicket-modal .w_content_1 {
  margin-right: 0;
  background-color: mormColor;
  border-radius: 4px;
  border: thin solid #fbbf1f;
  position: relative;
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.35);
  padding-bottom: 20px; }
  .EntranceBookingPage .wicket-modal .w_content_1 .w_content_2,
  .PricerPage .wicket-modal .w_content_1 .w_content_2 {
    background-color: transparent; }

.EntranceBookingPage .wicket-modal .w_caption,
.PricerPage .wicket-modal .w_caption {
  background: #fbbf1f;
  min-height: 16.43px;
  padding: 15px;
  border-bottom: none;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
  z-index: 44;
  border-radius: 0;
  border: none;
  font-weight: normal; }
  .EntranceBookingPage .wicket-modal .w_caption h3,
  .PricerPage .wicket-modal .w_caption h3 {
    padding: 10px 0 10px 0;
    font-size: 18px;
    font-weight: normal; }

.EntranceBookingPage .wicket-modal .w_content_container,
.PricerPage .wicket-modal .w_content_container {
  background-color: #ffdc7c;
  border-bottom: 1px solid #fbbf1f;
  padding: 15px; }
  .EntranceBookingPage .wicket-modal .w_content_container .countriesList,
  .PricerPage .wicket-modal .w_content_container .countriesList {
    background-color: #ffdc7c !important; }
    .EntranceBookingPage .wicket-modal .w_content_container .countriesList a,
    .PricerPage .wicket-modal .w_content_container .countriesList a {
      text-decoration: none;
      font-size: 14px; }
    .EntranceBookingPage .wicket-modal .w_content_container .countriesList a:hover,
    .PricerPage .wicket-modal .w_content_container .countriesList a:hover {
      text-decoration: none; }
    .EntranceBookingPage .wicket-modal .w_content_container .countriesList .citiesContainer,
    .EntranceBookingPage .wicket-modal .w_content_container .countriesList .airportsList,
    .PricerPage .wicket-modal .w_content_container .countriesList .citiesContainer,
    .PricerPage .wicket-modal .w_content_container .countriesList .airportsList {
      background: transparent !important; }
  .EntranceBookingPage .wicket-modal .w_content_container .destinations-modal-filter input,
  .PricerPage .wicket-modal .w_content_container .destinations-modal-filter input {
    display: none; }

/* MODAL S VYBEROM DESTINACII - END  */
#modal-baggage .price-tag {
  background: #fbde80; }

@media (max-width: 575px) {
  #modal-tariff {
    font-size: 90%; } }

.modal .btn-close-window {
  background: none;
  text-decoration: underline;
  text-align: left; }

.modal .form-check {
  padding-left: 0; }

.modal .note {
  color: #43add5;
  font-size: 55%; }

.modal li {
  color: #888;
  list-style-type: none; }
  .modal li .note-list {
    color: #43add5;
    margin-right: 5%;
    display: inline-block; }

@media (min-width: 992px) {
  .modal-tariff .modal-lg {
    max-width: 1000px !important; } }

.modal-tariff .modal-tariff-label {
  width: 75px;
  background-color: #43add5;
  padding: 7px 0;
  margin: 2px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff; }
  .modal-tariff .modal-tariff-label.business-label {
    background-color: #2583a6; }
  .modal-tariff .modal-tariff-label.first-label {
    background-color: #DEAE4B; }
  .modal-tariff .modal-tariff-label.price {
    font-weight: 400; }

.modal-tariff .modal-tariff-info {
  width: 75px;
  margin: 2px;
  padding-top: 7px;
  border-radius: 5px;
  font-size: 13px;
  text-align: center; }
  @media (max-width: 575px) {
    .modal-tariff .modal-tariff-info {
      font-size: 90%; } }

.modal-tariff .tariff-service-icon {
  width: 20px;
  height: 20px;
  margin: 7px 0; }

.modal-tariff .carry_on_baggage {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/carry_on_baggage.svg") no-repeat; }

.modal-tariff .checked_baggage {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/checked_baggage.svg") no-repeat; }

.modal-tariff .rebook {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/rebook.svg") no-repeat; }

.modal-tariff .refund {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/refund.svg") no-repeat; }

.modal-tariff .meals {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/meals.svg") no-repeat; }

.modal-tariff .seat_reservation {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/seat_reservation.svg") no-repeat; }

.modal-tariff .priority_check_in {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/priority_check_in.svg") no-repeat; }

.modal-tariff .wifi {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/wifi.svg") no-repeat; }

.modal-tariff .modal-tariff-name {
  text-align: center;
  font-weight: 700;
  padding: 7px 10px; }

.modal-tariff .row-info {
  border-bottom: 1px solid #eaeaea; }

@media (min-width: 576px) {
  .baggage-dialog .modal-sm {
    max-width: 400px; } }

.baggage-dialog .baggage-icon {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/kufr_v_kolecku_150px.svg") 0 0 no-repeat;
  width: 150px;
  height: 150px;
  margin: 0 auto; }

.baggage-dialog .btn-close-window {
  color: #000; }

.modal-header .btn-close, .modal-header .btn-close-small, #search-box .btn-close, #search-box .btn-close-small {
  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/zavrit_38px.svg");
  height: 38px;
  width: 38px;
  flex-shrink: 0; }

.modal-body.mobile {
  display: none; }
  .modal-body.mobile strong {
    margin-bottom: 10px;
    font-size: 16px; }
  .modal-body.mobile .row {
    padding: 8px 0; }
  .modal-body.mobile .modal-tariff-mobil-label {
    color: #888; }
  .modal-body.mobile .modal-tariff-mobil-info {
    text-align: center;
    width: 25%; }
  .modal-body.mobile .modal-title, .modal-body.mobile .modal-tariff-mobil h5 {
    font-size: 185%; }

@media (max-width: 991px) {
  .modal-body.mobile {
    display: block; }
  .modal-body.normal {
    display: none; }
  .modal-body .modal-note {
    font-size: 12px; } }

.mobile-close-button {
  display: none;
  color: #000; }
  @media (max-width: 991px) {
    .mobile-close-button {
      display: block; } }

.modal-flight-info .modal-body .row div {
  padding-bottom: 6px; }

.modal-flight-info .modal-body .row div:first-child {
  border-right: 1px solid #20abd8;
  font-weight: 700; }

.modal-flight-info .modal-header {
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.13); }

.modal-flight-info .flight-info-switch:empty {
  display: none; }

.modal-flight-info .flight-info-switch .info-button-bar {
  display: flex;
  margin-top: 9px;
  overflow: auto;
  justify-content: space-between; }
  .modal-flight-info .flight-info-switch .info-button-bar .gray-arrow-left,
  .modal-flight-info .flight-info-switch .info-button-bar .gray-arrow-right {
    height: 20px;
    width: 20px; }

.pagination .page-link {
  color: gray; }

.pagination .page-item.active .page-link {
  background-color: #20abd8;
  border-color: #20abd8; }

.content-flow {
  display: flow-root; }

.select-target.select-theme-default {
  padding: 0.9rem 3em 0.5rem 1em !important;
  background: #fff;
  border: 1px solid #ffc119;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4) inset; }
  .select-target.select-theme-default b {
    height: 40px !important;
    font-size: 14px; }
  .select-target.select-theme-default b:before {
    top: 5px !important;
    border-bottom-color: inherit; }
  .select-target.select-theme-default b:after {
    top: 18px !important;
    bottom: 0;
    border-top-color: inherit; }

.bonus-service .accommodation {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/ubytovani_124x117.png") 0 0 no-repeat;
  width: 124px;
  height: 117px; }

.bonus-service .carRent {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/pronajem_aut_186x124.png") 0 0 no-repeat;
  background-size: 90%;
  width: 186px;
  height: 124px; }

.bonus-service .bus {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/autobusem_na_letiste_184x54.png") 0 0 no-repeat;
  background-size: 90%;
  width: 184px;
  height: 54px; }

.discount input.mini {
  height: 30px;
  border: 0; }

.discount .promo-feedback {
  width: 100%;
  margin-top: 4px; }

#waitingBannerOverlay {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  background-color: #444;
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 5000; }

#waitingBannerContainer {
  z-index: 6000;
  top: 20%;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0 auto;
  background-color: white;
  width: 250px;
  height: 75px;
  text-align: center; }

#advertisementBanner, #defaultContainer {
  z-index: 6000; }

#defaultContainer {
  top: 20%;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0 auto;
  background-color: white;
  width: 250px;
  height: 75px;
  text-align: center;
  background-image: url("https://zdroje.letenky.cz/miranda/images/icons/ajax-indicator.gif");
  background-position: center 10px;
  background-repeat: no-repeat; }
  #defaultContainer p {
    padding-top: 45px; }

/* ## MEDIAS  */
@media (min-width: 992px) and (max-width: 1199px) {
  .discount-btn {
    margin-right: auto;
    margin-top: 11px; }
  .discount-input {
    flex-flow: column !important; } }

@media (min-width: 576px) {
  .ml-important {
    margin-left: 1rem !important; } }

@media (min-width: 991px) and (max-width: 1100px) {
  #header .progress-panel, #header .progress-panel-small {
    font-size: 11px; }
  .padding-left {
    padding-left: 0; }
  .padding-right {
    padding-right: 0; }
  .nav-font-size {
    font-size: 11px !important; } }

@media (max-width: 574px) {
  .pad-right {
    padding-right: 0; }
  .pad-left {
    padding-left: 0; } }

.optional_field {
  font-size: 12px; }

.info-panel-img {
  background: url("https://zdroje.letenky.cz/miranda/images/icons/vedeli_jste_ze_95x147.png") 0 0 no-repeat;
  width: 95px;
  height: 147px; }

.servicesSelection .tab-content {
  border: 4px solid #fbbf1f;
  border-radius: 8px;
  border-top-left-radius: 0px;
  background-color: #fffeee; }

.servicesSelection .nav-link.active {
  border-color: #fbbf1f #fbbf1f;
  border-width: 4px;
  border-bottom-width: 0px;
  position: relative;
  bottom: -3px;
  background-color: #fffeee; }

.servicesSelection .nav-tabs {
  border-bottom-width: 0px; }

.servicesSelection .service-start {
  text-align: right; }

.servicesSelection .service-end {
  text-align: left; }

.servicesSelection .one-way .service-start,
.servicesSelection .one-way .service-end {
  font-size: 15px; }

.servicesSelection .service-routing-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.servicesSelection .one-way .service-description {
  display: flex;
  padding-left: 0px; }

.servicesSelection .return-flight .service-description {
  display: flex;
  padding-left: 0px;
  justify-content: center; }

.servicesSelection .price-wrapper {
  padding: 0px; }

.servicesSelection .service-price {
  background-color: #ffe59f;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  white-space: nowrap; }

.servicesSelection .multiSelection .single-submit-message,
.servicesSelection .singleSelection .multi-submit-message {
  display: none; }

@media (min-width: 768px) {
  .servicesSelection .journey-service-selection:nth-child(2) {
    border-left: 4px dashed #fbbf1f; }
  .servicesSelection .airticket-service-selection:not(:last-child) {
    border-bottom: 4px dashed #fbbf1f; } }

@media (max-width: 767px) {
  .servicesSelection .journey-service-selection:not(:last-child),
  .servicesSelection .airticket-service-selection:not(:last-child) {
    border-bottom: 4px dashed #fbbf1f; } }

.session-warnings h3, .alternative-modal-dialog h3 {
  margin: 5% 10% 3% 18%; }

.session-warnings .modal, .alternative-modal-dialog .modal {
  padding-right: 0; }

.session-warnings .modal-content, .alternative-modal-dialog .modal-content {
  font-family: Roboto,sans-serif;
  color: #117a8b; }

.session-warnings .custom-header, .alternative-modal-dialog .custom-header {
  display: flex;
  align-items: flex-start; }

.session-warnings .close, .alternative-modal-dialog .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.session-warnings .icon, .alternative-modal-dialog .icon {
  position: fixed;
  display: flex;
  left: 8%;
  padding-top: 4.5%;
  font-size: 2.5em;
  color: #20abd8;
  text-decoration: none; }

.session-warnings .icon:hover, .alternative-modal-dialog .icon:hover {
  color: #117a8b; }

.session-warnings .continue, .alternative-modal-dialog .continue {
  margin: 0 auto;
  display: block;
  margin-top: 0.5em; }

.session-warnings label, .session-warnings .btn-group-vertical, .alternative-modal-dialog label, .alternative-modal-dialog .btn-group-vertical {
  margin: 0 10% 4% 18%;
  padding-top: 0;
  padding-bottom: 0; }

.session-warnings button, .alternative-modal-dialog button {
  text-transform: uppercase; }

.session-warnings .btn-primary, .alternative-modal-dialog .btn-primary {
  background-color: #20abd8;
  border-color: #20abd8; }

.session-warnings .btn-primary:hover, .alternative-modal-dialog .btn-primary:hover {
  color: white;
  background-color: #117a8b; }

.service-sell-button.collapsed .hide-services {
  display: none; }

.service-sell-button.collapsed .show-services {
  display: inherit !important; }

.service-sell-button .services-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #053358; }

.service-sell-button .show-services {
  display: none; }

.preferred-payment-panel-logo img {
  max-height: 50px;
  max-width: 100%;
  height: auto;
  object-fit: scale-down; }

/* ## Use this as parent for new links */
.hyperlink {
  color: #20abd8;
  text-decoration: underline; }

.hyperlink-vop {
  color: green;
  text-decoration: underline; }

.tarif-offer {
  padding-bottom: 20px; }

.payu-card {
  transform: scale(0.5);
  padding: 0px 0px !important; }

.payu-apple-pay {
  transform: scale(0.7);
  padding: 0px 0px !important; }

.payu-google-pay {
  transform: scale(0.8);
  padding: 0px 0px 10px 0px !important; }

.dev-element {
  background: #d2d4d2;
  padding: .12rem .35rem .12rem .35rem;
  border-radius: .25rem !important; }

.seat .available .picture {
  fill: #199D38; }

.seat .available .pictureBottom {
  fill: #0E6C30; }

.seat .occupied .picture {
  fill: #FFD976; }

.seat .occupied .pictureBottom {
  fill: #FABB00; }

.seat .extraSpace .picture {
  fill: #FF9B04; }

.seat .extraSpace .pictureBottom {
  fill: #D7740A; }

.seat .aisle .picture {
  fill: #7436b1; }

.seat .aisle .pictureBottom {
  fill: #42047F; }

.seat .blocked .picture {
  fill: #C0D2DB; }

.seat .blocked .pictureBottom {
  fill: #92A4AD; }

.seat :hover .picture {
  fill: #FABB00; }

.seat :hover .pictureBottom {
  fill: #FFD976; }

.seat .tooltipPanel {
  visibility: hidden; }

.seat.legend {
  pointer-events: none; }

.seat:hover .link[href] + .tooltipPanel {
  visibility: visible; }

.logoPanelImage {
  max-width: 100%;
  background-repeat: no-repeat;
  height: 45px;
  background-image: url("https://zdroje.letenky.cz/miranda/images/133/icons/kralovna_logo.svg"); }

.summary-arrow {
  filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }

.summary-arrow-360 {
  filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }

.routingItemAdd,
.routingItemRemove {
  background-color: #00529E; }
  .routingItemAdd:hover,
  .routingItemRemove:hover {
    background-color: #012B53; }

.btn-info {
  background-color: #00529E;
  border-color: #00529E; }

.btn-info:hover {
  background-color: #012B53; }

hr {
  border-color: #00529E; }

.panel.bordered {
  border-top: 2px solid #00529E; }

.checkbox-custom-label.round:before,
.radio-custom + .radio-custom-label.round:before {
  border: 2px solid #00529E; }

.checkbox-custom:checked + .checkbox-custom-label.round:before {
  background: #00529E; }

.checkbox-custom:checked + .checkbox-custom-label.round-small:before {
  background: #00529E; }

.checkbox-custom-label:before.round:before,
.radio-custom + .radio-custom-label:before.round:before {
  color: #00529E; }

.ui-slider-range.ui-widget-header {
  background: #00529E; }

#header .progress-panel .item .badge.active,
#header .progress-panel-small .item .badge.active {
  background: #00529E; }

#header .progress-panel .item:after,
#header .progress-panel-small .item:after {
  filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }

#top-infopanel {
  background: #9ec0f7;
  border-top: 3px solid #00529E;
  border-bottom: 3px solid #00529E; }
  #top-infopanel #search-box .modal-content {
    background-color: #ebebeb; }

div.wicket-modal .select-theme-default b,
div.wicket-modal .select-theme-default ::after, div.wicket-modal .select-theme-default ::before {
  color: #00529E; }

div.wicket-modal .select-theme-default {
  -webkit-box-shadow: 0 1px 1px 0 #e2e2e2 inset !important;
  -moz-box-shadow: 0 1px 1px 0 #e2e2e2 inset !important;
  box-shadow: 0 1px 1px 0 #e2e2e2 inset !important;
  border: 1px solid #cdcdcd !important; }

#search-box .modal-content {
  background-color: #ebebeb; }

#search-box .flight-up {
  filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }

#search-box .flight-down {
  filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }

#search-box .row.px-4 #arrival-div .datepicker button,
#search-box .row.px-4 #departure-div .datepicker button {
  filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }

#search-box #tolerance .dropdown-toggle:after,
#search-box #travel-class .dropdown-toggle:after,
#search-box #company .dropdown-toggle:after {
  filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }

#search-box #company a:hover {
  color: #fff;
  background-color: #012B53;
  background: #012B53; }

#search-box .custom-select {
  filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }

#search-box button::after {
  color: #00529E; }

#search-box .modal-footer .btn-secondary {
  background-color: #00529E;
  border-color: #00529E; }

.left-panel input[type="radio"] + .form-check-label:before,
.left-panel input[type="radio"] + .form-radio-label:before {
  border: 1px solid #00529E; }

.left-panel .clear {
  color: #00529E; }

#airticket-offer-list .button-bar .btn.active {
  background-color: #00529E; }
  #airticket-offer-list .button-bar .btn.active:hover {
    background-color: #012B53; }

#airticket-offer-list .flap {
  background: #00529E; }
  #airticket-offer-list .flap.pink {
    background: #e56387; }
  #airticket-offer-list .flap.red {
    background: #a62829; }

#airticket-offer-list .flap-compare-wrapper {
  background: #ebebeb; }

#airticket-offer-list .tariff-btn:hover {
  background: #012B53; }

#airticket-offer-list .tariff-btn {
  background: #00529E; }

#airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block .date .date-diff {
  border: 1px solid #00529E;
  color: #00529E; }
  #airticket-offer-list .airticket-offer-item .single-flight .first-col .airline-date-block .date .date-diff.special {
    color: #00529E;
    border: 1px solid #00529E; }

#airticket-offer-list .airticket-offer-item a.big-btn {
  background: #00529E; }

#airticket-offer-list .airticket-offer-item a .big-btn:hover {
  background: #012B53; }

@media (max-width: 575px) {
  #airticket-offer-list .airticket-offer-item {
    border-top: 2px solid #00529E; } }

#airticket-offer-list .airticket-offer-item.special {
  background: #ebebeb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0, #00529E 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ebebeb, #00529E);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(180deg, #ebebeb 0, #00529E);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#00529E', GradientType=0);
  /* IE6-9 */ }

.airticket-offer-infobox {
  background-color: #9ec0f7;
  border-color: #00529E; }

.forms .cyan {
  color: #00529E; }

.forms .form-select {
  background: url("https://zdroje.letenky.cz/miranda/images/133/icons/show-form.png") no-repeat 92% !important; }

.forms .form-plus {
  background: url("https://zdroje.letenky.cz/miranda/images/133/icons/plus.png") no-repeat scroll 0 0 transparent !important; }

.forms .form-minus {
  background: url("https://zdroje.letenky.cz/miranda/images/133/icons/minus.png") no-repeat scroll 0 0 transparent !important; }

.services .agreement-link {
  color: #00529E; }

.services .price-tag {
  background: #00529E;
  color: white; }

.services .insurance-panel a,
.services .parking-panel a,
.services .travel-assistant-panel a {
  color: #00529E; }

.services .insurance-panel ul a,
.services .parking-panel ul a,
.services .travel-assistant-panel ul a {
  color: #00529E; }

.services .modal th {
  border-bottom: 1px solid #00529E; }

.services .modal td:first-child,
.services .modal th:first-child {
  border-right: 1px solid #00529E; }

.payment .btn-reservation {
  background-color: #00529E; }

.payment .car-hotel-link {
  color: #00529E; }

.payment .payment-box #payment-box-collapse4 a {
  color: #00529E; }

.airticket-offer-detail .conditions a {
  color: #00529E; }

.airticket-offer-detail .info-row .info-cell.timeline .dot {
  background-color: #00529E; }

.airticket-offer-detail .info-row .info-cell.timeline .line {
  border-left: 4px solid #00529E; }

.airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-duration {
  color: #00529E; }

.airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info .transfer {
  color: #00529E; }

.airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info .transfer-info {
  color: #00529E; }

.airticket-offer-detail .info-row .info-cell.flight-info-box .flight-details .flight-info .transfer-highlight {
  background-color: #00529E #00529E; }

.calendar-page #actionPricerContainer .calendarPanel .cheapest-price {
  box-shadow: 0 0 0 3px #00529E inset; }

.calendar-page #actionPricerContainer .calendarPanel .yui-calendar td.calcell.selected {
  background-color: #00529E !important; }

.calendar-page #actionPricerContainer .calendarPanel .yui-calendar td.calcell.calcellhover.selectable {
  background: #9ec0f7; }

.calendar-page #actionPricerContainer .calendarPanel .yui-calendar .selectable {
  background-color: #9ec0f7; }

.calendar-page #actionPricerContainer .calendarPanel .yui-calendar .selectable.valid-date {
  background-color: #9ec0f7 !important; }

.calendar-page #actionPricerContainer .calendarPanel .yui-calendar .selectable.valid-date.cheapest-price {
  background-color: #00529E !important; }

.calendar-page #actionPricerContainer .calendarPanel .yui-calendar td.calcell.valid-date.cheapest-price.selected {
  background-color: #00529E !important; }

.calendar-page .calendarPanel .calendar-container {
  border: 2px solid #00529E; }

.calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead .calhead .calheader .yearHeader {
  color: #00529E; }

.calendar-page .calendarPanel .yui-calcontainer .yui-calendar thead .calweekdayrow .calweekdaycell {
  color: #00529E; }

.calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .selectable {
  background-color: #9ec0f7; }

.calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .valid-date {
  background-color: #9ec0f7 !important; }

.calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .selected {
  background: #00529E !important; }

.calendar-page .calendarPanel .yui-calcontainer .yui-calendar tbody .cheapest-price .price {
  border: 2px solid #00529E !important;
  color: #00529E !important; }

.calendar-page #calendarModal .modal-passengers .passenger-icon.adult-icon {
  background-image: url("https://zdroje.letenky.cz/miranda/images/133/icons/adult.png"); }

.calendar-page #calendarModal .modal-passengers .passenger-icon.youth-icon {
  background-image: url("https://zdroje.letenky.cz/miranda/images/133/icons/youth.png"); }

.calendar-page #calendarModal .modal-passengers .passenger-icon.children-icon {
  background-image: url("https://zdroje.letenky.cz/miranda/images/133/icons/children.png"); }

.calendar-page #calendarModal .modal-passengers .passenger-icon.infant-icon {
  background-image: url("https://zdroje.letenky.cz/miranda/images/133/icons/infant.png"); }

.calendar-page #calendarModal .modal-passengers .people-counter-div .increase {
  filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }

.calendar-page #calendarModal .single-flight .first-col .airline-date-block .date .date-diff {
  border: 1px solid #00529E;
  color: #00529E; }
  .calendar-page #calendarModal .single-flight .first-col .airline-date-block .date .date-diff.special {
    color: #00529E;
    border: 1px solid #00529E; }

.bookingForm .bookingForm-container {
  background-color: #ebebeb; }
  .bookingForm .bookingForm-container .picker .picker-icon {
    background-image: url(https://zdroje.letenky.cz/miranda/images/133/icons/picker.png); }
  .bookingForm .bookingForm-container .form-control {
    border: thin solid #00529E; }
  .bookingForm .bookingForm-container .bookingForm-calendar {
    border: thin solid #00529E; }
  .bookingForm .bookingForm-container .calendar .calendar-icon {
    background-image: url("https://zdroje.letenky.cz/miranda/images/133/icons/calendar.png"); }
  .bookingForm .bookingForm-container .datepicker button {
    background: url("https://zdroje.letenky.cz/miranda/images/133/icons/calendar.png") no-repeat scroll 0 0 transparent; }
  .bookingForm .bookingForm-container .dropdown button:after {
    filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }
  .bookingForm .bookingForm-container #total .dropdown-menu #people-div .btn-done {
    color: #00529E; }
  .bookingForm .bookingForm-container #total .dropdown-menu #people-div .people-content .people-counter-div .increase {
    filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }
  .bookingForm .bookingForm-container .collapse-button {
    color: #00529E; }
    .bookingForm .bookingForm-container .collapse-button:active {
      background-color: #ebebeb !important;
      border-color: #ebebeb !important;
      color: #00529E; }
  .bookingForm .bookingForm-container .controls .submit .submitButton span {
    background-color: #00529E; }

.bookingForm #destinationsModal .modal-header {
  background: #ebebeb;
  border-bottom: 1px solid #00529E !important; }

.bookingForm #destinationsModal .modal-body {
  background: #ebebeb; }

.bookingForm #destinationsModal .modal-footer {
  background: #ebebeb;
  border-top: 1px solid #00529E !important; }

.actionOffers .city {
  color: #00529E; }

.actionOffers .more-offers-link {
  color: #00529E; }

.actionOffersPage .actionOffers-form {
  background: #ebebeb; }
  .actionOffersPage .actionOffers-form .dropdown button {
    border: 1px solid #00529E; }
  .actionOffersPage .actionOffers-form .dropdown-toggle:after {
    filter: invert(14%) sepia(92%) saturate(6363%) hue-rotate(199deg) brightness(83%) contrast(101%); }

.actionOffersPage .actionOffer {
  border: 1px solid #bbb; }

.actionOffersPage .btn-show-more {
  color: #00529E; }

.emergency-page .agreement-link {
  color: #00529E; }

.tariff-box .box {
  background: #00529E; }
  .tariff-box .box.business {
    background-color: #012B53; }
  .tariff-box .box.first {
    background-color: #DEAE4B; }

.tariff-box .box-main.business {
  background-color: #012B53; }

.tariff-box .box-main.first {
  background-color: #DEAE4B; }

@media (min-width: 575px) {
  .tariff-box .box-plus {
    border-right: 1px solid #9ec0f7;
    border-left: 1px solid #9ec0f7; } }

.EntranceBookingPage .wicket-modal .w_content_1,
.PricerPage .wicket-modal .w_content_1 {
  border: thin solid #00529E; }

.EntranceBookingPage .wicket-modal .w_caption,
.PricerPage .wicket-modal .w_caption {
  background: #00529E; }

.EntranceBookingPage .wicket-modal .w_content_container,
.PricerPage .wicket-modal .w_content_container {
  background-color: #ebebeb;
  border-bottom: 1px solid #00529E; }
  .EntranceBookingPage .wicket-modal .w_content_container .countriesList,
  .PricerPage .wicket-modal .w_content_container .countriesList {
    background-color: #ebebeb !important; }

#modal-baggage .price-tag {
  background: #00529E; }

.modal .note {
  color: #00529E; }

.modal li .note-list {
  color: #00529E; }

.modal-tariff .modal-tariff-label {
  background-color: #00529E; }
  .modal-tariff .modal-tariff-label.business-label {
    background-color: #012B53; }
  .modal-tariff .modal-tariff-label.first-label {
    background-color: #DEAE4B; }

.modal-flight-info .modal-body .row div:first-child {
  border-right: 1px solid #00529E; }

.pagination .page-item.active .page-link {
  background-color: #00529E;
  border-color: #00529E; }

.select-target.select-theme-default {
  border: 1px solid #00529E; }

.header #header {
  display: block;
  position: fixed;
  top: 0;
  padding: 11px 0 12px;
  width: 100%;
  height: 69px;
  background: #fff;
  z-index: 4000;
  box-shadow: 0 0 12px -3px #333; }
  .header #header .container {
    position: relative;
    height: 100%;
    padding-left: 193px;
    width: 990px; }
    .header #header .container a {
      text-decoration: none; }
    .header #header .container a:hover {
      text-decoration: underline; }
    .header #header .container ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .header #header .container #logo {
      display: block;
      position: absolute;
      top: 7px;
      left: 15px;
      width: 190px;
      height: 49px;
      background: url("https://zdroje.letenky.cz/miranda/images/133/icons/letenkycz_logo.svg") no-repeat scroll 0 0 transparent;
      background-size: 90%; }
    .header #header .container #links-nav {
      float: right;
      margin-top: 14px; }
      .header #header .container #links-nav li {
        float: left;
        line-height: 120%;
        margin-left: 25px; }
        .header #header .container #links-nav li a {
          font-size: 13px;
          color: #9D9D9D; }
    .header #header .container #open-menu {
      border: none;
      display: block;
      position: absolute;
      top: 50%;
      right: 17px;
      margin-top: -10px;
      height: 21px;
      width: 30px;
      border-bottom: 3px solid #333;
      text-indent: -9999px;
      background: none; }
    .header #header .container #open-menu:after,
    .header #header .container #open-menu:before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%; }
    .header #header .container #open-menu:before {
      top: 0;
      border-top: 3px solid #333; }
    .header #header .container #open-menu:after {
      bottom: 6px;
      border-bottom: 3px solid #333; }
    .header #header .container #main-nav ul li {
      float: left; }
      .header #header .container #main-nav ul li a {
        display: block;
        padding: 15px 22px;
        font-size: 13px;
        line-height: 120%;
        text-transform: uppercase;
        color: #1D313A; }

#footer {
  padding: 64px 0;
  background: #383838; }
  #footer li, #footer h2 {
    line-height: 120%; }
  #footer .container {
    width: 100%;
    margin: auto; }
    #footer .container a {
      text-decoration: none; }
    #footer .container a:hover {
      text-decoration: underline; }
    #footer .container ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #footer .container #links {
      margin-bottom: 52px; }
      #footer .container #links * {
        font-size: 13px;
        font-family: Open Sans, sans-serif; }
      #footer .container #links h2 {
        margin-bottom: 16px;
        margin-top: 0;
        font-size: 18px;
        font-weight: 700;
        color: #fff; }
      #footer .container #links > div {
        float: left; }
        #footer .container #links > div ul {
          padding-right: 15px; }
          #footer .container #links > div ul li {
            margin-bottom: 10px; }
            #footer .container #links > div ul li a {
              font-size: 12px;
              color: #979797; }
      #footer .container #links .services {
        width: 40%; }
        #footer .container #links .services > div ul {
          float: left;
          width: 50%; }
      #footer .container #links .featured {
        width: 20%; }
      #footer .container #links .about {
        width: 15%; }
      #footer .container #links .payments {
        width: 25%; }
    #footer .container #copyright-socials {
      clear: both;
      margin-bottom: 5px;
      padding-bottom: 20px;
      border-bottom: 1px solid #6E6E6E; }
      #footer .container #copyright-socials ul li {
        margin-bottom: 0; }
        #footer .container #copyright-socials ul li a {
          font-size: 12px;
          color: #979797; }
      #footer .container #copyright-socials .copyright {
        float: left; }
      #footer .container #copyright-socials .socials {
        float: right; }
        #footer .container #copyright-socials .socials li {
          float: left; }
          #footer .container #copyright-socials .socials li a {
            display: block;
            width: 26px;
            height: 26px;
            font-size: 23px;
            line-height: 23px;
            text-decoration: none;
            text-align: center;
            color: #383838;
            background: #fff;
            border-radius: 20em; }
        #footer .container #copyright-socials .socials .icon-bg {
          height: 40px;
          width: 40px;
          margin: 0;
          padding-top: 10px; }
          #footer .container #copyright-socials .socials .icon-bg .sa-icon {
            font-size: 17px; }
        #footer .container #copyright-socials .socials a:hover {
          background-color: #00529E;
          color: #fff; }

.InfoPage .infoPage {
  height: 250px; }

@media all and (max-width: 989px) {
  .header #header .container {
    width: 98%; }
    .header #header .container #links-nav {
      float: none; }
    .header #header .container #main-nav {
      visibility: hidden;
      opacity: 0;
      z-index: -9;
      overflow: hidden;
      position: absolute;
      top: 58px;
      left: 0;
      width: 100%;
      background: #fff;
      transition: .2s all; }
      .header #header .container #main-nav ul li {
        float: none; }
    .header #header .container #main-nav.active {
      visibility: visible;
      opacity: 1;
      z-index: 9; }
  #footer .container {
    width: 98%; }
    #footer .container #links .services {
      width: 50%; }
    #footer .container #links .featured {
      width: 25%; }
    #footer .container #links .about {
      width: 25%; }
    #footer .container #links .payments {
      width: 100%;
      clear: both; } }

@media all and (max-width: 767px) {
  #footer .container #links .services {
    width: "calc(70% - 20px)"; }
  #footer .container #links .featured {
    width: "calc(30% - 20px)"; }
  #footer .container #links .about {
    width: 175px;
    clear: both; }
  #footer .container #links .payments {
    width: 250px;
    clear: none; }
  #footer .container #copyright-socials .socials li {
    margin-right: 14px; } }

@media all and (max-width: 480px) {
  #header .logo-wrapper .logoPanelImage {
    height: 49px;
    background-image: url("https://zdroje.letenky.cz/miranda/images/133/icons/letenkycz_logo.svg"); }
  #footer .container #links .services {
    width: 100%; }
  #footer .container #links .featured {
    width: 100%; }
  #footer .container #links .about {
    width: 100%;
    float: none; }
  #footer .container #links .payments {
    width: 100%;
    float: none; }
  #footer .container #copyright-socials .copyright {
    margin-bottom: 15px;
    float: none; }
  #footer .container #copyright-socials .socials {
    float: none; }
    #footer .container #copyright-socials .socials li {
      margin-right: 14px; } }

.logoPanelImage {
  display: none; }
