@charset "UTF-8";
/* Form control */
.pt5 {
  padding-top: 22px;
}
.dateSelector,
.form-control {
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.54); }

/*! tooltip */
.tooltip {
  font-size: .875em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1070;
  display: block;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  word-break: normal;
  opacity: 0;
  text-shadow: none;
  line-break: auto; }

.tooltip.in {
  opacity: .9; }

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  color: #fff;
  border-radius: .25em;
  background-color: #000; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent; }

/*! popover */
.popover {
  font-size: .875em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: block;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  word-break: normal;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3em;
  background-color: #fff;
  background-clip: padding-box;
  text-shadow: none;
  line-break: auto; }

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px; }

.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: '';
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px; }

.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: '';
  border-right-color: #fff;
  border-left-width: 0; }

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px; }

.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: '';
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px; }

.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: '';
  border-right-width: 0;
  border-left-color: #fff; }

.popover-title {
  font-size: 1em;
  margin: 0;
  padding: 8px 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: -.7em -.7em 0 0;
  background-color: #f7f7f7; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow,
.popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: '';
  border-width: 10px; }

/* Ezittentökmindegy */
.sportsearch .container {
  padding-right: 0;
  padding-left: 0; }

#tripDate input {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px; }

.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0 !important; }

.sportsearch .container {
  padding-right: 0;
  padding-left: 0; }

.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0 !important; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block; }

.magellanform {
  margin-bottom: 20px; }

.bg-own {
  color: #757575; }

span.inbl {
  display: inline-block; }

/* chosen */
/*!
    Chosen, a Select Box Enhancer for jQuery and Prototype
    by Patrick Filler for Harvest, http://getharvest.com
    Version 1.4.2
    Full source at https://github.com/harvesthq/chosen
    Copyright (c) 2011-2015 Harvest http://getharvest.com
    MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
    This file is generated by `grunt build`, do not edit it by hand.
  */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  zoom: 1;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  *display: inline; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  z-index: 1010;
  top: 100%;
  left: -9999px;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  font-weight: normal;
  overflow: hidden;
  margin-right: 4px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  padding-left: 2px;
  content: ':';
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  line-height: 24px;
  position: relative;
  display: block;
  overflow: hidden;
  height: 25px;
  padding: 0 0 0 8px;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #aaa;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  font-size: 1px;
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/chosen-sprite.png") -42px 1px no-repeat; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  width: 26px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/chosen-sprite.png") no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type='text'] {
  font-family: sans-serif;
  font-size: 1em;
  line-height: normal;
  width: 100%;
  height: auto;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  background: white url("/images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/images/chosen-sprite.png") no-repeat 100% -20px; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  line-height: 15px;
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  cursor: default; }

.chosen-container .chosen-results li.no-results {
  display: list-item; }

.chosen-container .chosen-results li.group-result {
  font-weight: bold;
  display: list-item;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
  height: 25px;
  margin: 1px 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.chosen-container-multi .chosen-choices li.search-choice {
  line-height: 13px;
  position: relative;
  max-width: 100%;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  cursor: default;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  background-size: 100% 19px;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05); }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  font-size: 1px;
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/chosen-sprite.png") -42px 1px no-repeat; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  cursor: default;
  opacity: .5 !important; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type='text'] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type='text'] {
  padding: 4px 5px 4px 20px;
  background: white url("/images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type='text'],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type='text'],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/images/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important; } }

/* @end */
/* chosen end */
/* List styles */
/* seacrhbox */
.searchbox-wrapper {
  padding-top: .625em;
  padding-bottom: .625em;
  background: #fff; }

.tab-buttons-wrapper {
  padding: .625em;
  background-color: #d8d8d8; }

/* team list */
.img-tags a {
  display: block; }

.img-tags img {
  max-width: 100%; }

/* breadcrumb */
.breadcrumb {
  background: #fff; }

/* ordering box */
.order-wrapper {
  margin-bottom: 22px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  background: #fff; }

.order-wrapper label {
  margin-bottom: 0; }

.order-wrapper .pagination {
  margin: 0; }

.order-wrapper .pagination-sm .page-link {
  line-height: 31px;
  padding: 0 .75em; }

.order-select {
  margin-bottom: 0 !important; }

/* listitem */
.magellan-listitem {
  margin-bottom: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff; }

.avatar {
  min-height: 142px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3); }

.magellan-listitem p {
  margin-bottom: 1em; }

.magellan-listitem-head {
  /*font-family: 'thomas_bo';*/
  margin-bottom: .625em; }

.magellan-listitem-bestoffer {
  margin-bottom: .3125em;
  background: #d8d8d8; }

/* sport fix */
div[data-magellan='mag-listitem-sport'] .avatar {
  background-size: contain; }

/* List styles end */
/* hide searchbox in mobil */
.superbutton {
  font-size: 22px;
  position: fixed;
  z-index: 9900;
  top: 0;
  right: 0;
  padding: 5px 5px 12px 12px;
  cursor: pointer;
  /* magnify icon size */
  color: #373a3c;
  color: #fff;
  border-radius: 0 0 0 90%;
  background: #02295f; }

@media (max-width: 767px) {
  .searchbox-wrapper {
    position: fixed;
    z-index: 9800;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -80%;
    overflow-y: scroll;
    -webkit-transition: all .3s ease-in .1s;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-in .1s;
    /* Firefox 4-15 */
    -o-transition: all .3s ease-in .1s;
    /* Opera 10.50–12.00 */
    transition: all .3s ease-in .1s;
    /* scrollable */
    background-color: rgba(255, 255, 255, 0.9);
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ }
  .searchbox-wrapper::-webkit-scrollbar {
    /* hidescrollbar */
    display: none; }
  .searchbox-wrapper.active {
    right: 0;
    left: 0; } }

/* hide searchbox in mobil end */
/* utazáskereső */
.form-horizontal.magellanform.sportform {
  max-width: 540px;
  margin: 0 auto 25px;
  padding: 20px;
  background: #d1cb49; }

/* show pages styles */
a.backtolist {
  display: block;
  padding: 3px 15px;
  text-decoration: none;
  color: #fff;
  background: #02295f; }

a.backtolist:hover,
a.backtolist:focus {
  color: #fff; }

.showSport {
  margin-bottom: 25px; }

/* program */
.magellan-offer-head {
  padding: 15px 15px 0;
  text-align: center;
  background-color: #02295f; }

.magellan-head-taglist {
  padding: 10px 10px 0;
  color: #373a3c;
  background-color: #fff; }

.first-tag {
  display: block;
  margin: 0 auto 10px;
  text-transform: uppercase; }

.tagwrap {
  margin: 10px auto 0;
  padding-top: 15px;
  border-top: 1px solid #c8c8c8; }

.etc-tags {
  margin-right: 10px;
  margin-left: 10px; }

.magellan-offer-head .teamlogo {
  height: 45px; }

.magellan-destination {
  font-size: 1.125em; }

.magellan-thumb {
  height: 100px; }

.lSAction > a {
  border-radius: 50%;
  background-color: #1b1b1b; }

.mag-button {
  display: block; }

.mag-button:hover {
  text-decoration: none; }

.mag-button span {
  display: block;
  padding: 8px;
  text-align: center;
  color: #fff;
  background: #02295f; }

.mag-button:hover span {
  text-decoration: none; }

.mag-button.active span {
  color: #02295f;
  background-color: #d8d8d8; }

.mag_tab_header {
  margin-bottom: 1em; }

.weather {
  width: 100%; }

.weather img {
  height: 40px;
  margin-top: 5px; }

.weather th p {
  font-size: 1.2em !important;
  margin-bottom: 0;
  text-align: center; }

.weather td p {
  margin-bottom: 0 !important; }

.weather td {
  padding: 0 5px 5px;
  text-align: center;
  border: 1px solid #ddd; }

.weather td span {
  font-weight: bold;
  display: block;
  margin: 0 auto 2px; }

.mag-steps:after {
  display: table;
  clear: both;
  content: ''; }

.magellan-gallery-slider,
.mag-program-description,
#mag-calculation {
  padding: 15px;
  background-color: #fff; }

#mag-offer-description {
  padding: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%; }

.cover {
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.9); }

.cover ul {
  padding: 0 15px;
  list-style-type: none; }

.cover li {
  margin-left: 15px; }

.cover li:before {
  font-family: 'FontAwesome';
  margin: 0 5px 0 -15px;
  content: '\f00c';
  color: #789520; }

/* calculation */
.ajanloshow {
  border-bottom: 2px solid #02295f; }

.mag-steps {
  background-color: #02295f; }

.mag-steps > div {
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 8px; }

.mag-steps > .mag-steps-left {
  color: #fff;
  border-top: 2px solid #fff; }

.mag-step-1 .mag-steps-left {
  border-top: none; }

.mag-steps > .mag-steps-right {
  border-top: 2px solid #02295f;
  border-right: 1px solid #02295f;
  border-bottom: 2px solid #02295f;
  border-bottom: none;
  border-left: 1px solid #02295f;
  background-color: #fff; }

.mag-steps-2 {
  border-bottom: 0 solid #02295f; }

.subtotal {
  font-size: 1.125em;
  margin-bottom: 10px;
  padding: 10px;
  text-align: right;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  background: #f2f2bc; }

.subtotal p {
  margin-bottom: 0; }

.summary {
  margin-top: 1em;
  padding: .9em;
  color: #373a3c;
  background: #fff; }

.summary h5 {
  /*font-size: 1em;*/
  font-size: 1.1em;
  color: #02295f; }

.summary p {
  /*font-size: 0.75em;*/
  font-size: .9em;
  line-height: 1em;
  margin-bottom: 0; }

.summary small {
  font-size: .9em; }

.SummaryProgram {
  font-weight: bold; }

.summaryHotel {
  font-weight: bold; }

.mag-circle {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  color: #02295f;
  border-radius: 50%;
  background-color: #fff; }

a.btn-cancel-reserve {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 15px;
  text-decoration: none;
  color: #02295f;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 6px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 2px 6px -1px rgba(0, 0, 0, 0.8); }

a.btn-cancel-reserve.top-right {
  display: inline-block;
  float: right; }

a.btn-cancel-reserve:before {
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
  content: '\f057';
  color: #02295f; }

/* datepicker hack */
.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

@media (max-width: 992px) {
  .calendarwrapper {
    padding: 0; }
  .calendarwrapper .datepicker {
    margin: 10px auto; } }

.datepicker td.day {
  background: rgba(0, 0, 0, 0.24); }

.datepicker td.day.highlighted {
  background: #02295f; }

.datepicker td.day.disabled {
  color: #999;
  background: #fff; }

.datepicker td.day.highlighted.disabled {
  color: #999;
  background: #d9edf7; }

.datepicker td.day:hover:not(.disabled):not(.highlited):not(.active) {
  color: #373a3c; }

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active {
  color: #fff;
  background: #ffa500;
  background-color: #ffa500; }

.mag-steps label {
  margin-bottom: 0; }

/* show pages styles end */
/************************************************************************************/
/* SITE SPECIFIC CSS ****************************************************************/
/* chosen plugin */
.chosen-container .chosen-drop {
  background: #fff; }

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  color: #999; }

.chosen-container-single .chosen-single {
  font-weight: bold;
  line-height: 30px;
  height: 31px;
  color: #789520;
  border-radius: 4px;
  background-color: #fff; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single div b {
  background-color: #789520;
  background-position: 8px 5px; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -10px 5px; }

.chosen-container .chosen-results {
  color: #444; }

.chosen-container .chosen-results li.disabled-result {
  color: #ccc; }

.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); }

.chosen-container .chosen-results li.no-results {
  color: #777;
  background: #f4f4f4; }

.chosen-container-multi .chosen-choices {
  border: 1px solid #3380fd; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%); }

.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  color: #333;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  color: #666;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-drop .result-selected {
  color: #ccc; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%); }

.chosen-container-active .chosen-choices li.search-field input[type='text'] {
  color: #222 !important; }

/* chosen plugin end */
.page-link {
  color: white; }

label {
  font-size: 12px;
  font-weight: normal;
  text-shadow: none; }

/* searchbox */
.searchbox .tab-buttons-wrapper {
  display: none; }

.searchbox > label:first-child {
  display: none; }

.searchbox-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  background-color: transparent; }

.searchbox-wrapper .color-correction {
  margin-top: 22px;
  margin-right: 0;
  margin-bottom: 22px;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #02295f; }

.searchbox-wrapper .color-correction label {
  color: #fff; }

.searchbox-wrapper .color-correction .dateSelector {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  color: #333;
  border-radius: 0;
  background-color: #f9f9f9;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.img-tags {
  margin-bottom: .625em;
  padding-top: .625em;
  padding-bottom: .625em;
  background-color: #fff; }

.img-tags img {
  display: block;
  max-width: 80%;
  max-height: 100px;
  margin: .625em auto; }

.searchbox fieldset {
  margin-bottom: 0;
  padding-bottom: .312em; }

.searchbox label {
  margin-bottom: 0; }

.form-group.sportsearch {
  margin-bottom: 5px; }

.sportsearch label {
  margin-bottom: 2px; }

.form-horizontal.magellanform.sportform {
  padding: 0; }

.kereso-section .form-group {
  padding-right: 15px;
  padding-left: 15px; }

.kereso-section label {
  margin-bottom: 5px; }

.form-horizontal.magellanform.sportform .send-btn {
  text-align: center; }

.form-horizontal.magellanform.sportform .send-btn .btn {
  min-width: 120px; }

/* listitem */
.magellan-listitem-head h3 {
  margin-top: 0;
  padding-bottom: .3125em;
  /* font-size: 1.375em; */
  border-color: #d40e14;
  border-bottom: 2px solid; }

.magellan-listitem-tags {
  font-size: .875em;
  text-align: center; }

.avatar {
  -webkit-box-shadow: none;
  box-shadow: none; }

.avatar:after {
  display: table;
  clear: both;
  content: ''; }

.avatar img {
  display: block;
  width: 100px;
  margin: 23px auto 15px; }

.magellan-listitem-first-start {
  font-size: .875em; }

.magellan-listitem-first-start span {
  font-size: 1em;
  font-weight: bold; }

.magellan-listitem-bestoffer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #e4e4e4; }

.best-title {
  font-size: .875em; }

.magellan-listitem-bestoffer .price {
  font-size: 1.5em;
  margin-bottom: 0; }

.magellan-listitem-bestoffer .description {
  font-size: .75em; }

.magellan-listitem-body .btn-primary {
  display: block;
  margin-top: 5px;
  margin-bottom: 8px;
  border-top: 0;
  border-right: 0;
  border-left: 0; }

/* pagination */
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  border-color: #02295f;
  background-color: #02295f; }

/* breadcrumb */
.breadcrumb {
  padding: .5em 1em; }

.breadcrumb {
  color: #818a91; }

.breadcrumb > .active {
  color: #373a3c; }

/* show */
.magellan-offer-head {
  background-color: white; }

.mag-button span {
  background-color: #e35121; }

.mag-button.active span {
  font-weight: bold;
  color: #e35121; }

.mag-tab-panel {
  padding: .937em;
  border: 2px solid #02295f; }

.mag-steps {
  background-color: #02295f; }

.mag-circle {
  margin-right: 10px;
  color: #02295f; }

.mag-steps:last-child,
.mag-steps > .mag-steps-right {
  border-color: #02295f; }

/* calculator table */
.resp {
  overflow-x: scroll;
  max-width: 100%; }

@media (min-width: 768px) {
  .resp::-webkit-scrollbar {
    /* hidescrollbar */
    display: none; } }

.price-calc {
  width: 100%;
  /*margin-bottom: 15px;*/ }

.price-calc select[readonly='readonly'] {
  cursor: default;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none; }

.price-calc th,
.price-calc td {
  /*font-size: .75em;*/
  font-size: 1em;
  padding: 5px;
  border: 1px solid #dedede; }

.price-calc tr:nth-child(even) {
  background: #eaeaea; }

.price-calc tr:nth-child(odd) {
  background: #fff; }

.price-calc thead tr {
  background: #eaeaea !important; }

.text-right,
.osszar {
  min-width: 100px;
  text-align: right; }

.orig-unit-price,
.orig-price,
.orig-unit-price {
  display: inline-block; }

.orig-unit-price {
  min-width: 80px; }

.navbar-dark {
  padding: 0 1em; }

#searchwrap .nav-link {
  font-weight: 400;
  color: #000 !important; }

@media (min-width: 768px) {
  #searchwrap .nav-link {
    padding: 20px 20px !important;
    padding-top: 24px !important;
    padding-bottom: 20px !important; } }

#exCollapsingNavbar2 li:first-child {
  border-left: thin solid #ccc; }

#exCollapsingNavbar2 li {
  border-right: thin solid #ccc; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 0; }

@media (max-width: 1200px) {
  .nav-link {
    font-size: 14px;
    padding: 20px 8px !important; } }

/* SITE SPECIFIC CSS END *************************************************************/
/************************************************************************************/
/* global classes */
.waiting {
  display: none; }

.antifloat {
  clear: left; }

.img-responsive {
  max-width: 100%; }

.hideswitcher {
  display: none; }

/* global classes end */
/* THIS IS THE END! DON'T PUT CODE BELOW THIS ALERT! */
/* FIXER / HACKING GROUP */
.fx.inleft {
  margin-left: -1px !important; }

#passenger-table {
  /*display: none !important;*/ }

.button-holder.waiting:after {
  display: table;
  clear: both;
  content: ''; }

.button-holder.waiting input {
  display: block;
  float: none;
  min-width: 80%;
  margin: 15px auto;
  padding: 15px; }

.mag-step-0 .mag-steps-left {
  margin-top: -2px; }

@media (min-width: 768px) {
  .mag-step-0:after {
    display: block;
    width: 33.33333%;
    height: 2px;
    content: '';
    background: #fff; } }

#trip_filter_to_ids,
#trip_filter_trip_id {
  width: 100%; }

.modal.in .modal-dialog {
  max-width: 500px;
  margin: auto; }

.dropdown-toggle::after {
  display: none; }

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 20px 30px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  right: 0;
  left: 0; }

li.dropdown > ul.dropdown-menu > ul {
  padding-left: 0;
  list-style: none; }

.menuitem > a {
  font-weight: normal;
  padding: 0 10px;
  text-transform: none;
  color: #000 !important; }

.fx.inleft .price-calc:hover::after,
.fx.inleft .price-calc:active::after {
  padding: 15px;
  content: 'Szerkesztéshez kattintson az "Árkalkuláció módosítása" gombra';
  text-align: center;
  background: rgba(255, 255, 255, 0.8); }

.fx.inleft .price-calc:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  cursor: not-allowed; }

li.menu-dropdown.container {
  padding-top: 15px; }

img {
  /*max-width: 100%;*/ }

.imagehref img {
  margin-bottom: 15px; }

.hideswitcher.sportsearch {
  display: block; }

form {
  position: relative; }

fieldset,
fieldset .container {
  width: auto;
  max-width: 100%; }

#magwrap {
  padding-top: 200px; }

#magellan {
  padding-top: 0; }

.imgfix {
  max-width: initial; }

#magellan #roomType {
  padding: 0; }

/* inspector classes */
div#engine-holder {
  margin-top: 10px; }

.buttonHolder {
  text-align: center; }

#magellan {
  padding-top: 20px; }

/*! breadcrumb, pagination */
.breadcrumb {
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  list-style: none;
  border-radius: .25rem;
  background-color: #eceeef; }

.breadcrumb::after {
  display: table;
  clear: both;
  content: ''; }

.breadcrumb > li {
  float: left; }

.breadcrumb > li + li::before {
  padding-right: .5rem;
  padding-left: .5rem;
  content: '/';
  color: #818a91; }

.breadcrumb > .active {
  color: #818a91; }

.pagination {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  border-radius: .25rem; }

.page-item {
  display: inline; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  cursor: default;
  color: #fff;
  border-color: #02295f;
  background-color: #02295f; }

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  cursor: not-allowed;
  color: #818a91;
  border-color: #ddd;
  background-color: #fff; }

.page-link {
  line-height: 1.5;
  position: relative;
  float: left;
  margin-left: -1px;
  padding: .5rem .75rem;
  text-decoration: none;
  color: #02295f;
  border: 1px solid #ddd;
  background-color: #fff; }

.page-link:focus,
.page-link:hover {
  color: #014c8c;
  border-color: #ddd;
  background-color: #eceeef; }

.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.33333;
  padding: .75rem 1.5rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  line-height: 1.5;
  padding: .275rem .75rem;
  /*font-size: 0.875rem;*/ }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

.pager {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.pager::after {
  display: table;
  clear: both;
  content: ''; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: #fff; }

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eceeef; }

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover {
  cursor: not-allowed;
  color: #818a91;
  background-color: #fff; }

.pager .disabled > span {
  cursor: not-allowed;
  color: #818a91;
  background-color: #fff; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

@media (min-width: 544px) {
  .pull-sm-right {
    float: right !important; } }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; } }

#mag-calculation label {
  color: #555; }

.summary a {
  color: #02295f; }

/* Button */
.btn-primary {
  color: #fff !important;
  border-color: #d40e14 !important;
  background-color: #d40e14 !important;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff !important;
  border-color: #02295f !important;
  background-color: #02295f !important;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

/* TWEAK */
#searchwrap {
  display: block !important; }

.outer button {
    width: 35px !important;
    height: 35px !important;
    background: #ffd51f;
}

#offcanvas.active button.trans {}