mark {
  background: transparent !important;
  color: inherit !important;
  font-weight: bold;
  font-style: normal !important;
}
.alert-success {
  background-color: #c3e1be;
}
.alert-warning {
  background-color: #e6dcb9;
}
.alert-info {
  background-color: #dcf0ff;
}
.alert-info-important {
  background: #092a5e;
  color: #ffffff;
  border: none;
}
.alert-info-important .glyphicon {
  color: #a0c800;
}
.autocomplete {
  background: #fff;
  padding: 10px;
  margin: 0;
  z-index: 10000;
  color: #000000;
}
.autocomplete a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: none;
}
.autocomplete a .autocompletelistitem {
  padding: 5px 20px;
}
.autocomplete .autocompletelistitem {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.autocomplete .autocompletelistitem:hover {
  background-color: #f1f1f1;
}
.autocomplete .autocompletelistheader {
  border-bottom: 1px solid #000000;
  box-shadow: 0 4px 4px rgba(82, 168, 236, 0.075);
}
.autocomplete .autocompleteIcon {
  float: left;
  font-size: 10px;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-bottomright: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  color: #ffffff;
  background: #dfdfdf;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 22px;
}
.autocomplete .autocompleteIcon.no-bg {
  background: transparent;
}
.autocomplete .autocompleteText {
  cursor: pointer;
  border-bottom: none;
  padding: 0;
  margin: 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: normal;
  word-break: keep-all;
}
.autocomplete .close-searchbox {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 34px;
  color: #092a5e;
  font-weight: bold;
  margin: 0;
  line-height: 48px;
  z-index: 1000;
  cursor: pointer;
}
/*custom backgrounds*/
.background-lightgrey {
  background-color: #dfdfdf;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black-transp-50p,
.bg-theme-transp-50p {
  background: url(/sites/all/themes/tui/img/transparency_black_50p.png) repeat;
  background: rgba(0, 0, 0, 0.5);
}
.background-lightblue {
  background-color: #dcf0ff;
}
.background-cover,
.background-fixed-height {
  display: none;
}
.view-background .background-cover,
.view-background .views-row-first {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.view-background .background-cover img,
.view-background .views-row-first img {
  width: 100%;
  height: 100%;
}
.view-background .background-fixed-height {
  display: inline-block;
  position: absolute;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  height: 0;
}
.view-background .background-fixed-height img {
  width: 100%;
}
.content-wrapper {
  background-color: #ffffff;
  /*padding: @padding-large-horizontal;*/
  position: relative;
}
.header-block {
  font-size: 20px;
  background: #dcf0ff;
  border: none;
  padding: 5px;
}
.tui-block-level {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
/* used for block inside container, but still needs to be shown in full width browser */
@media screen and (min-width: 992px) {
  .false-container {
    margin: 15px -100%;
    padding-bottom: 15px;
  }
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.fixed-float-block {
  margin: 0 !important;
  margin-right: 15px !important;
  position: fixed;
  top: 0;
  z-index: 1000;
}
/*positions*/
.pos-absolute {
  position: absolute;
}
@media screen and (min-width: 992px) {
  .pos-absolute-md {
    position: absolute;
  }
}
.pos-relative {
  position: relative;
}
.top0 {
  top: 0px;
}
.block-price,
.block-extra-hotel {
  border: 1px solid #c8c8b4;
  background: #ffffff;
  padding: 10px 15px;
}
.block-price header h4,
.block-extra-hotel header h4 {
  margin: 0;
}
.block-price header h5,
.block-extra-hotel header h5,
.block-price header h3,
.block-extra-hotel header h3 {
  color: #a0c800;
  margin: 0;
}
.block-price header .discount-circle,
.block-extra-hotel header .discount-circle {
  top: 25px;
}
.block-price.price-header,
.block-extra-hotel.price-header {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  padding: 0;
  background-color: #a0c800;
  border: 2px solid #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px;
}
@media screen and (min-width: 992px) {
  .block-price.price-header,
  .block-extra-hotel.price-header {
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    position: absolute;
    top: -15px;
    right: 0px;
    height: 76px;
    width: 76px;
    padding-top: 10px;
  }
}
.block-price.price-header span,
.block-extra-hotel.price-header span {
  font-size: 14px;
  vertical-align: super;
}
.block-price.price-header .glyphicon,
.block-extra-hotel.price-header .glyphicon {
  color: #092a5e !important;
}
.block-price .price-header .glyphicon,
.block-extra-hotel .price-header .glyphicon {
  color: #092a5e !important;
}
.block-price .price-footer,
.block-extra-hotel .price-footer {
  color: #092a5e !important;
}
.block-price .price-footer .glyphicon,
.block-extra-hotel .price-footer .glyphicon {
  color: #092a5e !important;
}
.block-price .price-advance,
.block-extra-hotel .price-advance {
  color: #a0c800 !important;
}
.block-price .price-advance .glyphicon-tui-checked,
.block-extra-hotel .price-advance .glyphicon-tui-checked {
  color: #a0c800 !important;
}
.block-price .discount-perc,
.block-extra-hotel .discount-perc {
  line-height: 35px;
  background-color: #092a5e;
  font-weight: bold;
  color: #ffffff;
  padding-left: 5px !important;
  padding-right: 10px !important;
  right: -15px;
  float: right;
  position: relative;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.block-price .discount-perc .ensign,
.block-extra-hotel .discount-perc .ensign {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #092a5e;
  width: 12px;
  height: 100%;
  top: 3px;
  position: absolute;
  right: -7px;
}
.block-price .price,
.block-extra-hotel .price {
  white-space: nowrap;
  color: #a0c800;
  font-size: 25px;
  border: none;
  margin-top: -5px !important;
}
.block-price .price .glyphicon,
.block-extra-hotel .price .glyphicon {
  font-size: 16px;
}
.block-price .basicprice,
.block-extra-hotel .basicprice {
  white-space: nowrap;
  padding-left: 0px !important;
  padding-right: 10px !important;
  line-height: 32px;
}
.block-price .totalText,
.block-extra-hotel .totalText {
  margin-left: 10px;
}
.block-price .totalText label,
.block-extra-hotel .totalText label {
  margin-left: 10px;
  color: #a0c800;
}
.block-price a .glyphicon,
.block-extra-hotel a .glyphicon,
.block-price button .glyphicon,
.block-extra-hotel button .glyphicon {
  color: inherit;
}
.block-price .row,
.block-extra-hotel .row {
  margin-left: -10px;
  margin-right: -10px;
}
.block-price .billing .glyphicon,
.block-extra-hotel .billing .glyphicon {
  color: #092a5e;
}
.block-price .payNowInfoPopover,
.block-extra-hotel .payNowInfoPopover {
  cursor: pointer;
}
.block-extra-hotel {
  margin-top: 10px;
  position: relative;
}
.block-extra-hotel .row {
  margin-left: -15px;
  margin-right: -15px;
}
.block-extra-hotel h4 {
  margin-top: 0;
  color: inherit;
  font-weight: normal;
  font-size: 18px;
}
.block-extra-hotel h5 {
  color: inherit;
  font-weight: normal;
}
.block-extra-hotel .extra-info {
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 18px;
}
.hotel-promo.lm-top .promoPictureInfo header {
  right: 0;
  left: 0;
}
.no-arrangement .clickable-div {
  height: 100%;
  cursor: pointer;
}
.sold-out {
  background: url(/sites/all/themes/tui/img/lint-sold-out.png) no-repeat left top;
  -ms-transform: rotate(-29deg);
  /* IE 9 */
  -webkit-transform: rotate(-29deg);
  /* Safari */
  transform: rotate(-29deg);
  position: absolute;
  padding-left: 24px;
  top: 47px;
  left: -28px;
  height: 45px;
  width: 221px;
  z-index: 99;
  color: #ffffff;
  font-font: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
.gallery .image .block-score .score {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-color: #092a5e;
  color: #ffffff;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border: 3px solid #ffffff;
  bottom: 2px;
  line-height: 34px;
  margin-left: 15px;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-size: 20px;
  text-align: center;
  bottom: 4px;
}
.image .block-score {
  background-image: url(/sites/all/themes/tui/img/transparency_black_50p.png);
  background-repeat: repeat;
  padding-right: 55px;
  bottom: 0px;
  color: #ffffff;
  min-height: 53px;
  line-height: 18px;
  padding-top: 7px;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .image .block-score {
    bottom: 0px;
  }
}
.image .block-score .text {
  color: #ffffff;
}
.image .block-score .score {
  position: absolute;
  right: 5px;
}
.block-score {
  line-height: 1.42857143;
  text-align: right;
  width: 100%;
  color: #ffffff;
}
.block-score .text {
  color: #000000;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
}
.block-score .score {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-color: #092a5e;
  color: #ffffff;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border: 3px solid #ffffff;
  bottom: 2px;
  line-height: 34px;
  margin-left: 15px;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-size: 20px;
  text-align: center;
  bottom: 4px;
}
.block-score a {
  color: #ffffff;
}
.hotel-block h3 {
  margin: 0 0 10px 0;
}
.hotel-block .image-item {
  max-height: 200px;
  overflow-y: hidden;
}
.social-links .btn.social {
  font-size: 14px;
  padding: 2px 10px;
}
.social-links .btn.social:hover {
  font-size: 14px;
  border: 1px solid #092a5e;
}
.social-links li {
  padding-right: 0;
}
.fav-popover-content h6 {
  margin: 0;
  padding: 0;
}
.fav-popover-content a:after {
  font-family: "tui-icon";
  content: "X";
  font-size: 14px;
}
#at15s {
  z-index: 99999999 !important;
}
.view-jetbans-block img {
  height: auto;
  max-width: 100%;
}
.btn,
.btn:hover,
.btn:active,
.btn.active,
.btn:focus,
.btn.disabled,
.btn[disabled] {
  font-size: 16px;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  white-space: normal;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn .glyphicon-tui-checkmark,
.btn:hover .glyphicon-tui-checkmark,
.btn:active .glyphicon-tui-checkmark,
.btn.active .glyphicon-tui-checkmark,
.btn:focus .glyphicon-tui-checkmark,
.btn.disabled .glyphicon-tui-checkmark,
.btn[disabled] .glyphicon-tui-checkmark {
  padding-right: 10px;
}
.btn.no-radius,
.btn:hover.no-radius,
.btn:active.no-radius,
.btn.active.no-radius,
.btn:focus.no-radius,
.btn.disabled.no-radius,
.btn[disabled].no-radius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-call-to-action:after {
  content: ">";
  font-family: "tui-icon";
  padding-left: 20px;
}
.btn-primary,
.btn-septenary,
.button-primary {
  color: #ffffff;
  background-color: #a0c800;
  border-color: #8caf00;
}
.btn-primary:hover,
.btn-septenary:hover,
.button-primary:hover,
.btn-primary:active,
.btn-septenary:active,
.button-primary:active,
.btn-primary.active,
.btn-septenary.active,
.button-primary.active,
.btn-primary:focus,
.btn-septenary:focus,
.button-primary:focus,
.btn-primary.disabled,
.btn-septenary.disabled,
.button-primary.disabled,
.btn-primary[disabled],
.btn-septenary[disabled],
.button-primary[disabled] {
  background-color: #8caf00;
  border-color: #8caf00;
}
.btn-arrow:after {
  content: "X";
  font-family: "tui-icon";
  padding-left: 2px;
  position: relative;
  top: -1px;
}
.btn-secondary {
  color: #ffffff;
  background-color: #092a5e;
  border-color: #072047;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  background-color: #072047;
  border-color: #072047;
  color: #ffffff;
}
.btn-tertiary {
  color: #000000;
  background-color: #faaf00;
  border-color: #e19d00;
}
.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary.active,
.btn-tertiary:focus,
.btn-tertiary.disabled,
.btn-tertiary[disabled] {
  background-color: #e19d00;
  border-color: #e19d00;
}
.btn-quaternary {
  color: #000000;
  background-color: #e6dcb9;
  border-color: #dfd3a6;
}
.btn-quaternary:hover,
.btn-quaternary:active,
.btn-quaternary.active,
.btn-quaternary:focus,
.btn-quaternary.disabled,
.btn-quaternary[disabled] {
  background-color: #dfd3a6;
  border-color: #dfd3a6;
}
.btn-quinary {
  color: #000000;
  background-color: #a0c8e6;
  border-color: #8cbce1;
}
.btn-quinary:hover,
.btn-quinary:active,
.btn-quinary.active,
.btn-quinary:focus,
.btn-quinary.disabled,
.btn-quinary[disabled] {
  background-color: #8cbce1;
  border-color: #8cbce1;
}
.btn-septenary {
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
/*
* glyphicon-search icon doesn't center if padding is bootstrap standard.
* */
.btn-lg {
  padding: 0 19px 4px;
}
.collapsible.collapsed .btn-fieldset-arrow:before {
  content: "\e114";
}
.btn-fieldset-arrow:before {
  position: relative;
  top: 3px;
  margin-right: 15px;
  content: "\e113";
  font-family: 'Glyphicons Halflings';
  font-size: 18px;
}
#printable .submitbutton,
#legalModal .submitbutton {
  display: none;
}
.ghost-link,
.btn-default.ghost-link {
  border-color: #219ed9;
  background: transparent;
  color: #219ed9;
  text-transform: uppercase;
}
.ghost-link:hover,
.btn-default.ghost-link:hover {
  background: rgba(33, 158, 217, 0.1);
  border-color: #092a5e;
  color: #092a5e;
}
.ghost-white,
.btn-default.ghost-white {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
}
.ghost-white:hover,
.btn-default.ghost-white:hover {
  background: rgba(255, 255, 255, 0.1);
}
.ghost-blue,
.btn-default.ghost-blue {
  border-color: #092a5e;
  background: transparent;
  color: #092a5e;
  text-transform: uppercase;
}
.ghost-blue:hover,
.btn-default.ghost-blue:hover {
  background: rgba(9, 42, 94, 0.1);
}
.ghost-gray,
.btn-default.ghost-gray {
  border-color: #4c4c4c;
  background: transparent;
  color: #4c4c4c;
  text-transform: uppercase;
}
.ghost-gray:hover,
.btn-default.ghost-gray:hover {
  background: rgba(76, 76, 76, 0.1);
}
.btn.ghost-link.close-btn {
  z-index: 100;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  cursor: pointer;
  margin: 5px 15px;
}
@media screen and (min-width: 992px) {
  .btn.ghost-link.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    padding: 0;
    line-height: 30px;
    display: inline;
    margin: 0;
    background-color: #e2f3fe;
    border: none;
  }
  .btn.ghost-link.close-btn:hover {
    border-radius: 30px;
    ccursor: pointer;
  }
}
.btn.ghost-link.close-btn:hover {
  ccursor: pointer;
}
/*
 * import custom less files for datepickers
 */
@media screen and (max-width: 992px) {
  .ui-datepicker-multi .ui-datepicker-group {
    float: none;
    width: 100%;
  }
}
.ws-popover {
  z-index: 100001;
}
.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-first {
  border-right: 2px solid #9b9b9b;
}
.custom-input-datepicker {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ui-datepicker-group-body {
  overflow: hidden;
}
.ui-datepicker-group-scroll-pane {
  position: relative;
}
body #ui-datepicker-div.ui-datepicker {
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
}
body #ui-datepicker-div.ui-datepicker.ui-datepicker {
  display: none;
}
@media screen and (min-width: 992px) {
  .isnotmobile .ui-datepicker .ui-datepicker-header,
  .isnotmobile .ui-datepicker-title {
    background-color: #ffffff;
  }
}
.isnotmobile .ui-datepicker:before {
  background-image: url('/sites/all/themes/tui/img/arrow-top-white.png');
  position: absolute;
  height: 15px;
  width: 40px;
  right: 47.5%;
  top: -15px;
  z-index: 100000;
  content: " ";
}
.ismobile .tui-datepicker-overlay {
  background-color: #000000;
  height: 100%;
  top: 100%;
  opacity: 0.7;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.ismobile .ui-datepicker {
  z-index: 100000000 !important;
}
.ismobile .input-picker {
  width: 100%;
  position: fixed !important;
  z-index: 10000;
  margin-left: auto;
  margin-right: auto;
  top: 20px !important;
  bottom: 0 !important;
}
.ismobile .input-picker .ws-picker-controls {
  display: none;
}
.ismobile .input-picker .ws-po-outerbox,
.ismobile .input-picker .ws-po-box {
  height: 98%;
  padding-bottom: 0;
}
.ismobile .input-picker .picker-grid table {
  height: 100%;
}
.ismobile .input-picker .picker-grid table button {
  height: 95%;
}
.ismobile .input-picker .ws-picker-body {
  height: 80%;
  padding: 50px 0 0;
}
.ismobile .input-picker .ws-picker-body .ws-picker-header {
  top: -40px;
  margin: 0;
}
.ismobile .input-picker .ws-picker-body .ws-picker-header select {
  width: 45%;
}
.ismobile .input-picker .ws-picker-body .picker-list,
.ismobile .input-picker .ws-picker-body .picker-grid {
  height: 100%;
}
.input-picker .picker-grid {
  margin: 0;
}
.input-picker .picker-list td > button:hover,
.input-picker .picker-list td > button.checked-value {
  background-color: #a0c800;
}
.input-picker .ws-button-row {
  border: none;
  top: -20px;
}
.input-picker .ws-button-row button.ws-current {
  display: none;
}
.input-picker .ws-button-row button.ws-empty {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dfdfdf;
  float: left;
  margin-left: 50px;
}
.input-picker .ws-button-row button.ws-close {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dfdfdf;
  float: right;
  margin-right: 50px;
}
.input-picker .ws-picker-controls {
  top: 50px;
}
.input-picker .ws-picker-body {
  padding: 30px 0 0;
}
.input-picker .ws-picker-body .picker-grid thead {
  display: none;
}
input[type=date],
.form-control[disabled].ws-date,
.form-control[readonly].ws-date,
fieldset[disabled] .form-control.ws-date,
.form-control[disabled].hasDatepicker,
.form-control[readonly].hasDatepicker,
fieldset[disabled] .form-control.hasDatepicker,
.hasDatepicker {
  background-color: #ffffff;
  background-image: url("https://cdn.jetair.be/sites/jetair2/files/img/calendar.png") !important;
  background-repeat: no-repeat;
  background-position: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.ismobile .form-control[disabled].ws-date:focus,
.ismobile .form-control[readonly].ws-date:focus,
.ismobile fieldset[disabled] .form-control.ws-date:focus,
.ismobile .form-control[disabled].hasDatepicker:focus,
.ismobile .form-control[readonly].hasDatepicker:focus,
.ismobile fieldset[disabled] .form-control.hasDatepicker:focus,
.ismobile .hasDatepicker:focus {
  font-size: 0px;
}
.error input[type=date],
.error .form-control[disabled].ws-date,
.error .form-control[readonly].ws-date,
.error fieldset[disabled] .form-control.ws-date,
.error .form-control[disabled].hasDatepicker,
.error .form-control[readonly].hasDatepicker,
.error fieldset[disabled] .form-control.hasDatepicker {
  background-color: #ffefef;
}
.ui-datepicker-close.close {
  display: none;
}
@media screen and (min-width: 768px) {
  .ismobile .ui-datepicker-close.close {
    background-color: #ddd;
    display: block;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -53px;
  }
}
body .ui-datepicker td {
  padding: 0;
}
body .ui-datepicker td span,
body .ui-datepicker td a {
  padding: .4em .3em;
}
body .ui-datepicker table {
  margin: 0;
}
body .ui-datepicker table tr td .ui-state-other-month {
  opacity: 0;
  color: #ffffff;
  cursor: auto;
}
body .ui-datepicker table tr td.ui-datepicker-unselectable {
  opacity: .35;
  filter: alpha(opacity=35);
}
body .ui-datepicker table tr td.ui-datepicker-unselectable span,
body .ui-datepicker table tr td.ui-datepicker-unselectable a {
  cursor: not-allowed;
  background: #ffffff;
}
body .ui-datepicker table tr td.ui-datepicker-unselectable .ui-state-other-month {
  opacity: 0;
  color: #ffffff;
  cursor: auto;
}
body .ui-datepicker table tr td.ui-datepicker-selected-between {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .ui-datepicker table tr td.ui-datepicker-selected-between span,
body .ui-datepicker table tr td.ui-datepicker-selected-between a {
  background: none repeat scroll 0 0 #dcf0ff;
}
body .ui-datepicker table tr td.ui-datepicker-selected-from {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .ui-datepicker table tr td.ui-datepicker-selected-from span,
body .ui-datepicker table tr td.ui-datepicker-selected-from a {
  border: none;
  color: #ffffff;
  background: url('/sites/all/themes/tui/less/images/dp_ja_left.png') #a0c800 no-repeat right center;
}
body .ui-datepicker table tr td.ui-datepicker-selected-from span.ui-state-hover,
body .ui-datepicker table tr td.ui-datepicker-selected-from a.ui-state-hover {
  background: url('/sites/all/themes/tui/less/images/dp_ja_left.png') #a0c800 no-repeat right center;
}
body .ui-datepicker table tr td.ui-datepicker-selected-to span,
body .ui-datepicker table tr td.ui-datepicker-selected-to a {
  border: none;
  color: #ffffff;
  background: url('/sites/all/themes/tui/less/images/dp_ja_right.png') #a0c800 no-repeat left center;
}
body .ui-datepicker table tr td.ui-datepicker-selected-to span.ui-state-hover,
body .ui-datepicker table tr td.ui-datepicker-selected-to a.ui-state-hover {
  background: url('/sites/all/themes/tui/less/images/dp_ja_right.png') #a0c800 no-repeat left center;
}
body .ui-datepicker table tr td.ui-datepicker-selected-from.ui-datepicker-selected-to span,
body .ui-datepicker table tr td.ui-datepicker-selected-from.ui-datepicker-selected-to a {
  background: #a0c800;
}
body .ui-datepicker table tr td.highlight span,
body .ui-datepicker table tr td.highlight a {
  border: 1px solid #a0c8e6;
  background: #dcf0ff;
  color: #333333;
}
body .ui-datepicker table tr td.ui-datepicker-today span,
body .ui-datepicker table tr td.ui-datepicker-today a {
  font-weight: bold !important;
  background: url('/sites/all/themes/tui/less/images/datepicker_background.png') rgba(255, 255, 255, 0) no-repeat center center;
}
@media screen and (max-width: 992px) {
  body .ui-datepicker table tr td span,
  body .ui-datepicker table tr td a {
    padding: 0.8em 0;
  }
  body .ui-datepicker table tr td.ui-datepicker-selected-from span:before,
  body .ui-datepicker table tr td.ui-datepicker-selected-to span:before,
  body .ui-datepicker table tr td.ui-datepicker-selected-from a:before,
  body .ui-datepicker table tr td.ui-datepicker-selected-to a:before {
    border-top-width: 18px;
  }
  body .ui-datepicker table tr td.ui-datepicker-selected-from span:after,
  body .ui-datepicker table tr td.ui-datepicker-selected-to span:after,
  body .ui-datepicker table tr td.ui-datepicker-selected-from a:after,
  body .ui-datepicker table tr td.ui-datepicker-selected-to a:after {
    border-bottom-width: 18px;
  }
}
body .ui-datepicker .ui-datepicker-buttonpane {
  margin: 0;
  padding: 0;
  border: none;
}
body .ui-datepicker .ui-datepicker-buttonpane.ui-datepicker-buttonpane-footer .ui-datepicker-close {
  position: absolute;
}
body .ui-datepicker .ui-datepicker-buttonpane.ui-datepicker-buttonpane-footer .ui-datepicker-close:before {
  right: 10px;
  content: "\e080";
}
body .ui-datepicker .ui-datepicker-buttonpane.ui-datepicker-buttonpane-header .ui-datepicker-close:before {
  left: 5px;
  content: "\f101";
  font-family: 'tuiicon';
  font-weight: bold;
  font-size: 23px;
}
body .ui-datepicker .ui-datepicker-buttonpane.ui-datepicker-buttonpane-header .ui-datepicker-close:after {
  right: 5px;
  position: absolute;
  content: '\f106';
  font-family: 'tuiicon';
  font-weight: bold;
  font-size: 26px;
}
body .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-size: 18px;
  margin: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  background: #092a5e;
  color: #ffffff;
  height: 50px;
  line-height: 45px;
  top: auto;
  left: 0;
  right: 0;
}
body .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:before {
  position: absolute;
  top: 2px;
  font-family: 'Glyphicons Halflings';
  font-size: 16px;
}
body .ui-datepicker .ui-datepicker-prev.ui-state-hover,
body .ui-datepicker .ui-datepicker-next.ui-state-hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
@media screen and (max-width: 992px) {
  body .ui-datepicker {
    width: 19em;
  }
}
.ismobile .ui-datepicker-buttonpane-header.ui-datepicker-buttonpane {
  display: block;
}
@media screen and (min-width: 992px) {
  .ismobile .ui-datepicker-buttonpane-header.ui-datepicker-buttonpane .ui-datepicker-close {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .isnotmobile .ui-datepicker-buttonpane {
    display: block;
  }
}
.isnotmobile .ui-datepicker-buttonpane {
  display: none;
}
#ui-datepicker-div.ui-datepicker {
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  border: none;
  padding: 0;
  margin: 15px 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 992px) {
  #ui-datepicker-div.ui-datepicker {
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  margin-top: 10px;
  
  .ui_datepicker_block {
    background: white;
  }
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  border: none;
  text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #333333;
  background: #ffffff;
}
.ui-widget-header {
  font-weight: normal;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  color: #092a5e;
  background: #ddd;
  border: none;
  border-radius: 0;
}
.ui-datepicker-multi .ui-datepicker-group {
  border-bottom: none;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 100%;
  margin: 0;
}
.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-first {
  border-right: 1px solid #ffffff;
}
.ui-datepicker-group + .ui-datepicker-row-break {
  border-top: 1px solid #73afdc;
}
.ui-state-disabled.highlight,
.ui-widget-content .ui-state-disabled.highlight,
.ui-widget-header .ui-state-disabled.highlight {
  opacity: .8;
  filter: alpha(opacity=80);
}
.ui-state-disabled.ui-datepicker-selected-from,
.ui-widget-content .ui-state-disabled.ui-datepicker-selected-from,
.ui-widget-header .ui-state-disabled.ui-datepicker-selected-from {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ui-datepicker-current {
  display: none;
}
.tui-datepicker-title {
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  line-height: 24px;
}
.ui-datepicker .ui-datepicker-title {
  line-height: 36px;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-monthyear {
  width: 89%;
  margin-top: 2px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover {
  border: none;
  right: 2px;
}
.ui-datepicker-calendar th {
  color: #666;
  background: #ddd;
  width: 14.28571429%;
  font-size: 12px;
  padding: 5px 4px;
  text-transform: uppercase;
}
/* datepicker */
.input-picker .ws-po-outerbox {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  background: #ffffff;
  padding: 0;
}
.input-picker .ws-po-box {
  padding: 0;
  border: none;
}
.input-picker .ws-picker-body {
  background: #ddd;
  margin: 0;
  padding-top: 37px;
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
  font-size: 14px;
}
.input-picker .picker-list {
  margin: 0;
}
.input-picker .picker-list td > button:hover,
.input-picker .picker-list .input-picker .picker-list td > button.checked-value {
  background: #092a5e;
}
.input-picker .picker-list th,
.input-picker .picker-list td.week-cell {
  text-align: center;
  padding: 0.7em .3em;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.input-picker .picker-list th {
  background: #ddd;
}
.input-picker .picker-list td > button[disabled],
.input-picker .picker-list td > button[disabled]:hover {
  color: #b8b8b8;
}
.input-picker .ws-picker-controls {
  top: 9px;
}
.input-picker .ws-picker-controls > button {
  border: none;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  padding: 0;
}
.input-picker .ws-picker-header {
  top: -31px;
}
.input-picker .ws-picker-header button {
  display: none;
}
.input-picker .prev-controls,
.input-picker .ws-po-box[dir=rtl] .next-controls {
  left: 10px;
}
.input-picker .next-controls,
.input-picker .ws-po-box[dir=rtl] .prev-controls {
  right: 10px;
}
.ws-button-row {
  display: none;
}
.ws-po-arrow {
  top: -8px;
}
/*.input-picker .next-controls > .ws-year-btn::after,
.input-picker .next-controls > button::before,
.input-picker .prev-controls > .ws-year-btn::after,
.input-picker .prev-controls > button::before {
  border: none;
  margin: 0;
  content: ">" !important;
  font-family: @icon-font-name;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.input-picker .prev-controls > .ws-year-btn::after,
.input-picker .prev-controls > button::before {
  content: "<" !important;
}*/
.input-picker[data-currentview=setMonthList] .ws-picker-header > select,
.input-picker[data-currentview=setYearList] .ws-picker-header > select,
.input-picker[data-currentview=setDayList] .ws-picker-header > select {
  padding: 4px 6px;
  border: none;
}
@media screen and (max-width: 992px) {
  #ui-datepicker-div {
    position: fixed !important;
    z-index: 1000001 !important;
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0;
    border-radius: 0;
  }
  body .ui-datepicker .ui-datepicker-header {
    padding: 2px 0;
    font-size: 15px;
  }
  body .ui-datepicker .ui-datepicker-buttonpane {
    padding: 0;
    display: block;
  }
  body .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
    bottom: 0;
  }
}
@media screen and (max-width: 992px) and screen and (max-width: 768px) {
  body .ui-datepicker .ui-datepicker-buttonpane {
    line-height: 50px;
    height: 55px;
  }
}
@media only screen and (max-width: 480px) {
  .hidden-xxs {
    display: none;
  }
}
.tui-datepicker-dates {
  color: #092a5e;
}
.custom-input-datepicker {
  height: 50px;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .custom-input-datepicker {
    height: 50px;
  }
}
.custom-input-datepicker .tui-datepicker-date-choose {
  font-size: 20px;
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
}
.custom-input-datepicker .tui-datepicker-date-full {
  height: 50px;
}
.custom-input-datepicker .glyphicon {
  top: 15px;
}
.custom-input-datepicker .tui-datepicker-date-choose {
  display: table-cell;
  height: 35px;
  vertical-align: middle;
}
.tui-datepicker-dates .tui-datepicker-date-from,
.tui-datepicker-dates .tui-datepicker-date-to {
  height: 75px;
}
@media screen and (min-width: 768px) {
  .tui-datepicker-dates .tui-datepicker-date-from,
  .tui-datepicker-dates .tui-datepicker-date-to {
    height: 65px;
  }
}
.tui-datepicker-dates .tui-datepicker-date-from .tui-datepicker-date-day,
.tui-datepicker-dates .tui-datepicker-date-to .tui-datepicker-date-day,
.tui-datepicker-dates .tui-datepicker-date-from .tui-datepicker-date-month,
.tui-datepicker-dates .tui-datepicker-date-to .tui-datepicker-date-month {
  color: #092a5e;
}
.tui-datepicker-dates .tui-datepicker-date-from .glyphicon,
.tui-datepicker-dates .tui-datepicker-date-to .glyphicon {
  top: 24px;
}
.tui-datepicker-dates .tui-datepicker-date-from .tui-datepicker-date-choose,
.tui-datepicker-dates .tui-datepicker-date-to .tui-datepicker-date-choose {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
.tui-datepicker-dates .tui-datepicker-date-from,
.tui-datepicker-dates .tui-datepicker-date-to,
.custom-input-datepicker {
  cursor: pointer;
  position: relative;
  width: 50%;
  float: left;
  text-align: left;
  padding: 5px 0 0 33px;
  line-height: 16px;
  font-size: 14px;
  color: #999;
}
.tui-datepicker-dates .tui-datepicker-date-from .glyphicon,
.tui-datepicker-dates .tui-datepicker-date-to .glyphicon,
.custom-input-datepicker .glyphicon {
  position: absolute;
  left: 10px;
  font-size: 16px;
  color: #999;
}
.tui-datepicker-dates .tui-datepicker-date-from.active,
.tui-datepicker-dates .tui-datepicker-date-to.active,
.custom-input-datepicker.active {
  color: #000000;
  background-color: #a0c800;
  -webkit-box-shadow: inset 0px 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.tui-datepicker-dates .tui-datepicker-date-from.active .glyphicon,
.tui-datepicker-dates .tui-datepicker-date-to.active .glyphicon,
.custom-input-datepicker.active .glyphicon {
  color: #000000;
}
.tui-datepicker-dates .tui-datepicker-date-from.active:after,
.tui-datepicker-dates .tui-datepicker-date-to.active:after,
.custom-input-datepicker.active:after {
  background-image: url('/sites/all/themes/tui/img/arrow-top-ddd.png');
  position: absolute;
  height: 15px;
  width: 40px;
  right: 46%;
  bottom: 0px;
  z-index: 100000;
  content: " ";
}
.tui-datepicker-dates .tui-datepicker-date-from.active.swiping:after,
.tui-datepicker-dates .tui-datepicker-date-to.active.swiping:after,
.custom-input-datepicker.active.swiping:after {
  background-image: none;
}
.tui-datepicker-date-weekday {
  font-size: 14px;
}
.tui-datepicker-date-full {
  line-height: 15px;
  margin-top: 3px;
}
.tui-datepicker-date-day {
  font-size: 22px;
}
.tui-datepicker-date-month {
  text-transform: uppercase;
}
.custom-input-datepicker {
  width: 100%;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  text-decoration: none;
  text-align: center;
  left: auto;
  top: 5px;
  border: none;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-size: 20px;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: 'tui-icon';
  content: "<";
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: none;
  left: auto;
  top: 7px;
  border: none;
  cursor: pointer;
  color: #000000;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  cursor: default;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-next:before {
  content: ">";
}
@media screen and (max-width: 992px) {
  .search-date-from {
    border-left: 1px solid #ddd;
  }
}
.datepicker-dropdown {
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  border: medium none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 3px 2px 16px 0 #000000;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .datepicker-dropdown {
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  .datepicker-dropdown {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .datepicker-dropdown {
    width: 250px;
  }
}
.datepicker-dropdown table {
  width: 100%;
}
.datepicker-dropdown thead tr {
  border-bottom: 1px solid #dfdfdf;
}
.datepicker-dropdown thead .prev {
  color: #ffffff;
  cursor: pointer;
  text-align: left;
}
.datepicker-dropdown thead .prev:after {
  content: "<";
  color: #000000;
  font-family: 'tui-icon';
}
.datepicker-dropdown thead .prev:hover:after {
  color: #a0c8e6;
}
.datepicker-dropdown thead .datepicker-switch {
  text-align: center;
}
.datepicker-dropdown thead .next {
  color: #ffffff;
  cursor: pointer;
  text-align: right;
}
.datepicker-dropdown thead .next:after {
  content: ">";
  color: #000000;
  font-family: 'tui-icon';
}
.datepicker-dropdown thead .next:hover:after {
  color: #a0c8e6;
}
.datepicker-dropdown .datepicker-years,
.datepicker-dropdown .datepicker-months {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .datepicker-dropdown .datepicker-years,
  .datepicker-dropdown .datepicker-months {
    width: auto;
  }
}
.datepicker-dropdown .datepicker-years tbody tr td .year,
.datepicker-dropdown .datepicker-months tbody tr td .year,
.datepicker-dropdown .datepicker-years tbody tr td .month,
.datepicker-dropdown .datepicker-months tbody tr td .month {
  padding: 15px 0;
  text-align: center;
  display: inline-block;
  width: 33.33%;
  cursor: pointer;
  background-color: #ffffff;
}
.datepicker-dropdown .datepicker-years tbody tr td .year:hover,
.datepicker-dropdown .datepicker-months tbody tr td .year:hover,
.datepicker-dropdown .datepicker-years tbody tr td .month:hover,
.datepicker-dropdown .datepicker-months tbody tr td .month:hover {
  background-color: #dfdfdf;
}
.datepicker-dropdown .datepicker-years tbody tr td .year.active,
.datepicker-dropdown .datepicker-months tbody tr td .year.active,
.datepicker-dropdown .datepicker-years tbody tr td .month.active,
.datepicker-dropdown .datepicker-months tbody tr td .month.active {
  background-color: #555555;
  border-bottom: 2px solid #dfdfdf;
  color: #eeeeee;
}
.datepicker-dropdown .datepicker-days {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .datepicker-dropdown .datepicker-days {
    width: auto;
  }
}
.datepicker-dropdown .datepicker-days table thead tr:last-child th {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.datepicker-dropdown .datepicker-days table thead tr .dow {
  font-size: smaller;
}
.datepicker-dropdown .datepicker-days table tbody .day {
  cursor: pointer;
  text-align: center;
  padding: 15px;
}
@media screen and (min-width: 1200px) {
  .datepicker-dropdown .datepicker-days table tbody .day {
    padding: 5px;
  }
}
.datepicker-dropdown .datepicker-days table tbody .day:hover {
  background-color: #dfdfdf;
}
.datepicker-dropdown .datepicker-days table tbody .day.old,
.datepicker-dropdown .datepicker-days table tbody .day.new {
  color: #dfdfdf;
  cursor: auto;
}
.datepicker-dropdown .datepicker-days table tbody .day.old:hover,
.datepicker-dropdown .datepicker-days table tbody .day.new:hover {
  background-color: #ffffff;
}
.datepicker-dropdown .datepicker-days table tbody .day.active {
  background-color: #555555;
  border-bottom: 2px solid #dfdfdf;
  color: #eeeeee;
}
.birthdatepicker {
  background-image: url(/sites/all/themes/tui/img/calendar.png);
  background-repeat: no-repeat;
  background-position: right;
}
.android-select-fix {
  -webkit-appearance: listbox;
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
  /* a simple arrow img */
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
.small-image-radio .radio input[type="radio"] {
  margin-top: 12px;
}
.radio-input-inline .form-item.radio {
  width: auto;
  float: left;
  margin: 0 15px 0 0;
}
.mobile-nav-tabs-select-container .mobile-nav-tabs-select {
  background-color: #dfdfdf;
  height: 52px;
  border: 1px solid #9b9b9b;
  position: relative;
  cursor: pointer;
  padding: 5px;
  color: #73afdc;
}
.mobile-nav-tabs-select-container .mobile-nav-tabs-select .nav-tabs-select {
  height: 52px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.mobile-nav-tabs-select-container .mobile-nav-tabs-select .mobile-nav-tabs-content {
  text-align: center;
  text-transform: uppercase;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
.mobile-nav-tabs-select-container .mobile-nav-tabs-select .glyphicon-tui-small-arrow-down {
  font-size: 44px;
}
.mobile-nav-tabs-select-container .custom-select-box {
  width: 100%;
  background-color: #dfdfdf;
  border: 1px solid #9b9b9b;
  padding: 15px;
  font-weight: bold;
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
  text-transform: uppercase;
}
.mobile-nav-tabs-select-container select {
  padding: 15px;
  width: 100%;
}
.custom-select-box {
  position: absolute;
  left: 0;
  cursor: pointer;
  overflow: hidden;
}
.custom-select-box .glyphicon {
  position: absolute;
  right: 7px;
  top: 7px;
}
.custom-select {
  cursor: pointer;
}
.custom-select option {
  padding: 5px 15px;
}
.custom-select option:disabled {
  text-decoration: line-through;
  background-color: #dfdfdf;
}
.form-group {
  position: relative;
}
.form-group.error select,
.form-group.error input {
  color: #ef0000;
  border: 1px solid #ffd6dc;
  background-color: #ffefef;
  background-repeat: no-repeat;
}
.error {
  color: #ef0000;
}
.validated.glyphicon {
  position: absolute;
  top: 25%;
  right: -17px;
}
.form-autocomplete .input-group-addon {
  cursor: pointer;
  border: none;
}
.form-autocomplete .input-group-addon .glyphicon {
  display: inherit;
}
.form-autocomplete .input-group-addon .glyphicon.glyphicon-refresh:before {
  content: "\e062";
  font-size: 16px;
}
.form-autocomplete .input-group-addon .glyphicon.glyphicon-refresh.glyphicon-spin:before {
  content: "\e031";
  font-family: 'Glyphicons Halflings';
  border: none;
}
.form-autocomplete .input-group-addon .glyphicon.glyphicon-refresh.glyphicon-spin:after {
  content: "";
}
.search-hotel-inline {
  z-index: 1000;
  position: relative;
}
.search-hotel-inline #destination_placeholder,
.search-hotel-inline #checkin_date,
.search-hotel-inline #checkout_date,
.search-hotel-inline .travelers-amount-pax,
.search-hotel-inline .travelers-amount-child {
  color: #4c4c4c;
}
.search-hotel-inline .form-control {
  font-size: 20px;
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
  color: #9b9b9b;
  margin-top: 0;
}
.search-hotel-inline .form-control:focus {
  border: 1px solid #c8c8b4;
}
.search-hotel-inline .expanded .form-autocomplete .input-group-addon {
  border: none;
}
.search-hotel-inline ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9b9b9b;
}
.search-hotel-inline :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9b9b9b;
  opacity: 1;
}
.search-hotel-inline ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9b9b9b;
  opacity: 1;
}
.search-hotel-inline :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9b9b9b;
}
.search-hotel-inline .form-autocomplete .form-control.input-lg.form-text {
  border-right: none;
  box-shadow: none;
  padding-left: 15px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.search-hotel-inline .form-autocomplete .form-control.input-lg.form-text:focus {
  border: none;
}
.search-hotel-inline .form-autocomplete .input-group-addon {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
@media screen and (min-width: 450px) {
  .search-hotel-inline .form-autocomplete .input-group-addon .glyphicon.glyphicon-refresh:before {
    border-left: 1px solid #c8c8b4;
    padding-left: 15px;
    font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
    font-size: 20px;
  }
  .search-hotel-inline .form-autocomplete .input-group-addon .glyphicon.glyphicon-refresh:after {
    content: '_';
    font-family: "tui-icon";
    font-size: 20px;
  }
  .search-hotel-inline .form-autocomplete .input-group-addon .glyphicon.glyphicon-refresh.glyphicon-spin:before {
    content: "\e031";
    padding-left: 0;
    font-family: 'Glyphicons Halflings';
    border: none;
  }
  .search-hotel-inline .form-autocomplete .input-group-addon .glyphicon.glyphicon-refresh.glyphicon-spin:after {
    content: "";
  }
}
.container-inline-date .date-padding {
  padding: 0;
}
.input-small {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 48px !important;
}
.webform-client-form .radio input[type="radio"],
.webform-client-form .radio-inline input[type="radio"],
.webform-client-form .checkbox input[type="checkbox"],
.webform-client-form .checkbox-inline input[type="checkbox"] {
  float: none;
}
.webform-client-form .webform-component-webform_time .form-control {
  display: inline-block;
  width: auto;
}
.tui-form-horizontal.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .tui-form-horizontal.form-horizontal .col-sm-12 .form-group .form-control {
    width: 75%;
    display: inline-block;
  }
  .tui-form-horizontal.form-horizontal .col-sm-12 .form-group label {
    width: 25%;
  }
  .tui-form-horizontal.form-horizontal .form-indent {
    margin-left: 25%;
    margin-bottom: 15px;
  }
  .tui-form-horizontal.form-horizontal .form-group label {
    width: 100%;
    text-align: left;
  }
  .tui-form-horizontal.form-horizontal .form-group.form-type-textarea label {
    width: 100%;
    text-align: left;
  }
  .tui-form-horizontal.form-horizontal .form-group.form-type-textarea .form-control {
    width: 100%;
  }
}
.webform-datepicker .form-item {
  width: auto;
}
.form-item {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .form-item-sm {
    width: 100%;
  }
}
.gift_certificate .form-horizontal .form-group .form-control {
  width: auto;
}
.radio-last-right .radio:last-child {
  float: right;
}
@media screen and (max-width: 1200px) {
  .form-group .radio {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
fieldset.webform-component-fieldset {
  float: left;
  margin: 0px 5px 15px;
  box-sizing: border-box;
}
fieldset.webform-component-fieldset .panel-body {
  padding: 8px;
}
.form-disabled label {
  color: #999999;
  cursor: default;
}
.minplus-select {
  opacity: 0;
}
.minplus {
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #999999;
  position: absolute;
  width: 100%;
  top: 0;
  background: #ffffff;
}
.minplus .px-plus,
.minplus .px-min {
  background: #EEEEEE;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #EEEEEE;
  border-radius: 3px;
  width: 26px;
  height: 26px;
  line-height: 24px;
}
.minplus .px-plus.active,
.minplus .px-min.active {
  background: transparent;
  cursor: pointer;
  color: #092a5e;
  border: 2px solid #092a5e;
}
.minplus .px-plus .glyphicon,
.minplus .px-min .glyphicon {
  font-size: 12px;
}
.minplus .px-min {
  float: left;
}
.minplus .px-plus {
  float: right;
}
.minplus .px-min .glyphicon,
.minplus .px-plus .glyphicon {
  top: -1px;
}
.minplus .px-min.active .glyphicon,
.minplus .px-plus.active .glyphicon {
  color: #092a5e;
}
.minplus .px-label {
  color: #092a5e;
  font-size: 18px;
}
.form-inline #TravelersChild .form-group {
  margin-bottom: 8px;
}
.no-padding.col-children-birthday {
  padding-right: 70px !important;
}
.col-children-birthday .validated.glyphicon {
  position: absolute;
  top: 15px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .modal-dialog.modal-pax {
    width: 100%;
  }
  .no-padding.col-children-birthday {
    padding-right: 15% !important;
  }
  .col-children-birthday .validated.glyphicon {
    right: 10px;
  }
  #TravelersChild .children.row-fluid .control-label {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
  }
}
.modal-backdrop {
  z-index: 10;
}
@media screen and (min-width: 767px) and (max-width: 768px) {
  .modal-dialog.modal-pax .col-md-3.no-padding.col-children-birthday,
  .modal-dialog.modal-pax .col-md-4.no-padding.col-children-birthday,
  .modal-dialog.modal-pax .col-md-6.no-padding.col-children-birthday,
  .modal-dialog.modal-pax .col-md-9.no-padding.col-children-birthday,
  .modal-dialog.modal-pax .col-md-12.no-padding.col-children-birthday {
    padding-right: 10% !important;
  }
}
@media screen and (min-width: 768px) {
  .container-birthday-pax {
    border-left: 1px solid #092a5e;
    overflow: hidden;
    padding: 0;
    padding-left: 15px;
    margin-top: 2px;
    padding-bottom: 5px;
    min-height: 102px;
  }
  .container-birthday-pax:after,
  .container-birthday-pax:before {
    right: 100%;
    top: 77px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .container-birthday-pax:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
    margin-right: -16px;
  }
  .container-birthday-pax:before {
    border-color: rgba(9, 42, 94, 0);
    border-right-color: #092a5e;
    border-width: 11px;
    margin-top: -11px;
    margin-right: -16px;
  }
  #TravelersChild .children.row-fluid .control-label {
    font-size: 20px;
    margin-bottom: 13px;
    margin-top: 0;
  }
}
.modal-dialog {
  padding-top: 160px;
  max-width: 960px;
}
.modal-dialog.modal-pax .modal-body {
  padding-left: 0;
  padding-right: 0;
}
.modal-dialog .text-center {
  text-align: center;
}
.modal-dialog .text-center button {
  min-width: 160px;
}
.modal-dialog .text-center button:after {
  font-family: "tui-icon";
  content: "X";
}
.modal-dialog .no-padding.col-children-birthday {
  padding-right: 50px !important;
}
.modal-dialog .col-children-birthday .validated.glyphicon {
  position: absolute;
  top: 15px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .ismobile .modal-dialog .no-padding.col-children-birthday {
    padding-right: 0px !important;
  }
  .ismobile .modal-dialog .col-children-birthday .validated.glyphicon {
    right: -25px;
  }
}
#refineOptions,
.refineOptions {
  padding-bottom: 30px;
}
#refineOptions .children .control-label,
.refineOptions .children .control-label {
  /*margin: 20px 0 15px;*/
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 0;
}
#search-hotel .minplus {
  padding: 10px;
  margin-top: 0;
}
.modal-dialog.modal-pax .children .control-label {
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 0;
}
.ismobile #refineOptions .children .control-label,
.ismobile .refineOptions .children .control-label,
.ismobile .modal-pax .children .control-label {
  margin-bottom: 7px;
  margin-top: 20px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-tui-file:before {
  font-family: 'tui-icon';
  content: "1";
}
.glyphicon-tui-marker:before {
  font-family: 'tui-icon';
  content: "L";
}
.glyphicon-tui-calendar:before {
  font-family: 'tui-icon';
  content: "C";
}
.glyphicon-tui-user:before {
  font-family: 'tui-icon';
  content: "u";
}
.glyphicon-tui-car:before {
  font-family: 'tui-icon';
  content: "c";
}
.glyphicon-tui-home:before {
  font-family: 'tui-icon';
  content: "H";
}
.glyphicon-tui-cancel:before {
  font-family: 'tui-icon';
  content: "4";
}
.glyphicon-tui-info:before {
  font-family: 'tui-icon';
  content: "i";
  cursor: pointer;
}
.glyphicon-tui-mail:before {
  font-family: 'tui-icon';
  content: "E";
}
.glyphicon-tui-clock:before {
  font-family: 'tui-icon';
  content: "t";
}
.glyphicon-tui-attachment:before {
  font-family: 'tui-icon';
  content: "A";
}
.glyphicon-tui-youtube:before {
  font-family: 'tui-icon';
  content: "Y";
}
.glyphicon-tui-youtube1:before {
  font-family: 'tui-icon';
  content: "y";
}
.glyphicon-tui-printer:before {
  font-family: 'tui-icon';
  content: "P";
}
.glyphicon-tui-crown:before {
  font-family: 'tui-icon';
  content: "8";
}
.glyphicon-tui-bus:before {
  font-family: 'tui-icon';
  content: "b";
}
.glyphicon-tui-bed:before {
  font-family: 'tui-icon';
  content: "r";
}
.glyphicon-tui-airplane:before {
  font-family: 'tui-icon';
  content: "p";
}
.glyphicon-tui-out-airplane:before {
  font-family: 'tui-icon';
  content: "v";
}
.glyphicon-tui-checkmark:before {
  font-family: 'tui-icon';
  content: "D";
}
.glyphicon-tui-arrow-right:before {
  font-family: 'tui-icon';
  content: ">";
}
.glyphicon-tui-arrow-left:before {
  font-family: 'tui-icon';
  content: "<";
}
.glyphicon-tui-tag:before {
  font-family: 'tui-icon';
  content: "M";
}
.glyphicon-tui-zoom-in:before {
  font-family: 'tui-icon';
  content: "+";
}
.glyphicon-tui-zoom-out:before {
  font-family: 'tui-icon';
  content: "o";
}
.glyphicon-tui-info-2:before {
  font-family: 'tui-icon';
  content: "I";
  cursor: pointer;
}
.glyphicon-tui-chat:before {
  font-family: 'tui-icon';
  content: "5";
}
.glyphicon-tui-sun:before {
  font-family: 'tui-icon';
  content: "s";
}
.glyphicon-tui-clipboard:before {
  font-family: 'tui-icon';
  content: "2";
}
.glyphicon-tui-globe:before {
  font-family: 'tui-icon';
  content: "g";
}
.glyphicon-tui-folder:before {
  font-family: 'tui-icon';
  content: "3";
}
.glyphicon-tui-food:before {
  font-family: 'tui-icon';
  content: "m";
}
.glyphicon-tui-mobile:before {
  font-family: 'tui-icon';
  content: "f";
}
.glyphicon-tui-lock:before {
  font-family: 'tui-icon';
  content: "l";
}
.glyphicon-tui-star:before {
  font-family: 'tui-icon';
  content: "*";
  vertical-align: super;
  font-size: 10px;
  margin: 0 -1px;
}
.glyphicon-tui-star0:before {
  font-family: 'tui-icon';
  content: "";
  vertical-align: super;
  font-size: 10px;
  margin: 0 -1px;
}
.glyphicon-tui-star1:before {
  font-family: 'tui-icon';
  content: "*";
  vertical-align: super;
  font-size: 10px;
  margin: 0 -1px;
}
.glyphicon-tui-star2:before {
  font-family: 'tui-icon';
  content: "**";
  vertical-align: super;
  font-size: 10px;
  margin: 0 -1px;
}
.glyphicon-tui-star3:before {
  font-family: 'tui-icon';
  content: "***";
  vertical-align: super;
  font-size: 10px;
  margin: 0 -1px;
}
.glyphicon-tui-star4:before {
  font-family: 'tui-icon';
  content: "****";
  vertical-align: super;
  font-size: 10px;
  margin: 0 -1px;
}
.glyphicon-tui-star5:before {
  font-family: 'tui-icon';
  content: "*****";
  vertical-align: super;
  font-size: 10px;
  margin: 0 -1px;
}
.glyphicon-tui-disney-star:before {
  font-family: 'tui-icon';
  content: "d";
}
.glyphicon-tui-logo:before {
  font-family: 'tui-icon';
  content: "T";
}
.glyphicon-tui-heart:before {
  font-family: 'tui-icon';
  content: "h";
}
.glyphicon-tui-list:before {
  font-family: 'tui-icon';
  content: "-";
}
.glyphicon-tui-compass:before {
  font-family: 'tui-icon';
  content: "7";
}
.glyphicon-tui-download:before {
  font-family: 'tui-icon';
  content: "R";
}
.glyphicon-tui-vert-phone:before {
  font-family: 'tui-icon';
  content: "e";
}
.glyphicon-tui-hor-phone:before {
  font-family: 'tui-icon';
  content: "F";
}
.glyphicon-tui-duration:before {
  font-family: 'tui-icon';
  content: "G";
}
.glyphicon-tui-pdf-file:before {
  font-family: 'tui-icon';
  content: "j";
}
.glyphicon-tui-word-file:before {
  font-family: 'tui-icon';
  content: "w";
}
.glyphicon-tui-excel-file:before {
  font-family: 'tui-icon';
  content: "x";
}
.glyphicon-tui-accomodation:before {
  font-family: 'tui-icon';
  content: "a";
}
.glyphicon-tui-twitter:before {
  font-family: 'tui-icon';
  content: "(";
}
.glyphicon-tui-facebook:before {
  font-family: 'tui-icon';
  content: ")";
}
.glyphicon-tui-passenger:before {
  font-family: 'tui-icon';
  content: "6";
}
.glyphicon-tui-small-arrow-right:before {
  font-family: 'tui-icon';
  content: ">";
}
.glyphicon-tui-small-arrow-left:before {
  font-family: 'tui-icon';
  content: "<";
}
.glyphicon-tui-small-arrow-down:before {
  font-family: 'tui-icon';
  content: "/";
}
.glyphicon-tui-small-arrow-up:before {
  font-family: 'tui-icon';
  content: "U";
}
.glyphicon-tui-entertainment:before {
  font-family: 'tui-icon';
  content: "9";
}
.glyphicon-tui-100plock:before {
  font-family: 'tui-icon';
  content: "@";
}
.glyphicon-tui-arrow-down:before {
  font-family: 'tui-icon';
  content: "|";
}
.glyphicon-tui-cta:before {
  font-family: 'tui-icon';
  content: "X";
}
.glyphicon-tui-child:before {
  font-family: 'tui-icon';
  content: "'";
}
.glyphicon-tui-selectbox:before {
  font-family: 'tui-icon';
  content: "_";
}
.glyphicon-tui-cta:before {
  font-family: 'tui-icon';
  content: "X";
}
.glyphicon-tui-favorites:before {
  font-family: 'tui-icon';
  content: "l";
}
.glyphicon-tui-pictures:before {
  font-family: 'tui-icon';
  content: "q";
}
.glyphicon-tui-play:before {
  font-family: 'tui-icon';
  content: "k";
}
.glyphicon-tui-checked:before {
  font-family: 'tui-icon';
  content: "O";
}
.glyphicon-tui-smile:before {
  font-family: 'tui-icon';
  content: "n";
  font-size: 0.85em;
}
.glyphicon-tui-smile:hover:before {
  font-family: 'tui-icon';
  content: "N";
}
.glyphicon-tui-smile:active:before {
  font-family: 'tui-icon';
  content: ",";
}
.glyphicon-tui-happy:before {
  font-family: 'tui-icon';
  content: "N";
}
.glyphicon-tui-cool:before {
  font-family: 'tui-icon';
  content: ",";
}
.glyphicon-sunjets-hotels:before {
  font-family: 'sunjets-icon';
  content: "\e000";
}
.glyphicon-sunjets-arrow-cercle-right:before {
  font-family: 'sunjets-icon';
  content: "\e005";
}
.glyphicon-sunjets-facebook:before {
  font-family: 'sunjets-icon';
  content: "\e008";
}
.glyphicon-sunjets-twitter:before {
  font-family: 'sunjets-icon';
  content: "\e009";
}
.glyphicon-sunjets-rss:before {
  font-family: 'sunjets-icon';
  content: "\e00a";
}
.glyphicon-sunjets-pinterest:before {
  font-family: 'sunjets-icon';
  content: "\e00c";
}
.glyphicon-sunjets-bed:before {
  font-family: 'sunjets-icon';
  content: "\e00e";
}
.glyphicon-sunjets-airplane:before {
  font-family: 'sunjets-icon';
  content: "\e00f";
}
.glyphicon-sunjets-bus:before {
  font-family: 'sunjets-icon';
  content: "\e010";
}
.glyphicon-sunjets-eye:before {
  font-family: 'sunjets-icon';
  content: "\e011";
}
.glyphicon-sunjets-folder:before {
  font-family: 'sunjets-icon';
  content: "\e01c";
}
.glyphicon-jetairfly-flightfrom:before {
  font-family: 'jetairfly-icon';
  content: "R";
}
.glyphicon-jetairfly-flightreturn:before {
  font-family: 'jetairfly-icon';
  content: "R";
}
.glyphicon-jetairfly-flightland:before {
  font-family: 'jetairfly-icon';
  content: "R";
}
.glyphicon-jetairfly-bagage:before {
  font-family: 'jetairfly-icon';
  content: "b";
}
.glyphicon-jetairfly-comfort:before {
  font-family: 'jetairfly-icon';
  content: "c";
}
.glyphicon-jetairfly-extracomfort:before {
  font-family: 'jetairfly-icon';
  content: "e";
}
.glyphicon-jetairfly-sport:before {
  font-family: 'jetairfly-icon';
  content: "s";
}
.glyphicon-jetairfly-transport:before {
  font-family: 'jetairfly-icon';
  content: "t";
}
.glyphicon-jetairfly-rental:before {
  font-family: 'jetairfly-icon';
  content: "v";
}
.glyphicon-jetairfly-terms:before {
  font-family: 'jetairfly-icon';
  content: "T";
}
.glyphicon-jetairfly-flightdepart:before {
  font-family: 'jetairfly-icon';
  content: "D";
}
.glyphicon-jetairfly-payment:before {
  font-family: 'jetairfly-icon';
  content: "p";
}
.glyphicon-jetairfly-flightto:before {
  font-family: 'jetairfly-icon';
  content: "D";
}
.glyphicon-jetairfly-flightoutbound:before {
  font-family: 'jetairfly-icon';
  content: "D";
}
.glyphicon-jetairfly-pets:before {
  font-family: 'jetairfly-icon';
  content: "Y";
}
.glyphicon-jetairfly-meal:before {
  font-family: 'jetairfly-icon';
  content: "m";
}
.glyphicon-jetairfly-voucher:before {
  font-family: 'jetairfly-icon';
  content: "g";
}
.glyphicon-jetairfly-insurance:before {
  font-family: 'jetairfly-icon';
  content: "i";
}
.glyphicon-jetairfly-contact:before {
  font-family: 'jetairfly-icon';
  content: "C";
}
.glyphicon-jetairfly-assistance:before {
  font-family: 'jetairfly-icon';
  content: "S";
}
.glyphicon-jetairfly-passengers:before {
  font-family: 'jetairfly-icon';
  content: "P";
}
.glyphicon-jetairfly-calendar:before {
  font-family: 'jetairfly-icon';
  content: "k";
}
.glyphicon-social-twitter:before {
  font-family: 'social-icon';
  content: "t";
}
.glyphicon-social-facebook:before {
  font-family: 'social-icon';
  content: "f";
}
.glyphicon-social-youtube:before {
  font-family: 'social-icon';
  content: "y";
}
.glyphicon-social-instagram:before {
  font-family: 'social-icon';
  content: "i";
}
.font-tui {
  font-family: 'tui-icon';
}
.glyphicon-social-share:before {
  font-family: 'social-icon';
  content: "s";
}
.font-jaf {
  font-family: 'jetairfly-icon';
}
.glyphicon-small {
  font-size: 12px !important;
}
.info-popover {
  display: inline;
}
/**
* brandnet tui font icons part1
*/
.icon-search:before {
  font-family: 'tui-brand-1';
  content: "a";
}
.icon-calendar:before {
  font-family: 'tui-brand-1';
  content: "b";
}
.icon-pin:before {
  font-family: 'tui-brand-1';
  content: "c";
}
.icon-airplanedeparture:before {
  font-family: 'tui-brand-1';
  content: "d";
}
.icon-airplanearrival:before {
  font-family: 'tui-brand-1';
  content: "e";
}
.icon-play:before {
  font-family: 'tui-brand-1';
  content: "f";
}
.icon-navigationarrow:before {
  font-family: 'tui-brand-1';
  content: "g";
}
.icon-tripduration:before {
  font-family: 'tui-brand-1';
  content: "h";
}
.icon-alarm:before {
  font-family: 'tui-brand-1';
  content: "i";
}
.icon-clock:before {
  font-family: 'tui-brand-1';
  content: "j";
}
.icon-food:before {
  font-family: 'tui-brand-1';
  content: "k";
}
.icon-travelexperts:before {
  font-family: 'tui-brand-1';
  content: "l";
}
.icon-singleperson:before {
  font-family: 'tui-brand-1';
  content: "m";
}
.icon-groupofpeople:before {
  font-family: 'tui-brand-1';
  content: "n";
}
.icon-family:before {
  font-family: 'tui-brand-1';
  content: "o";
}
.icon-car:before {
  font-family: 'tui-brand-1';
  content: "p";
}
.icon-transfer:before {
  font-family: 'tui-brand-1';
  content: "q";
}
.icon-newsletter:before {
  font-family: 'tui-brand-1';
  content: "r";
}
.icon-phone:before {
  font-family: 'tui-brand-1';
  content: "s";
}
.icon-smartphone:before {
  font-family: 'tui-brand-1';
  content: "t";
}
.icon-pictures:before {
  font-family: 'tui-brand-1';
  content: "u";
}
.icon-virtualtour:before {
  font-family: 'tui-brand-1';
  content: "v";
}
.icon-wlan:before {
  font-family: 'tui-brand-1';
  content: "w";
}
.icon-bestrated:before {
  font-family: 'tui-brand-1';
  content: "x";
}
.icon-star:before {
  font-family: 'tui-brand-1';
  content: "y";
}
.icon-hearth:before {
  font-family: 'tui-brand-1';
  content: "z";
}
.icon-sun:before {
  font-family: 'tui-brand-1';
  content: "A";
}
.icon-room:before {
  font-family: 'tui-brand-1';
  content: "B";
}
.icon-sport:before {
  font-family: 'tui-brand-1';
  content: "C";
}
.icon-addextras:before {
  font-family: 'tui-brand-1';
  content: "D";
}
.icon-anchor:before {
  font-family: 'tui-brand-1';
  content: "E";
}
.icon-arrowdown:before {
  font-family: 'tui-brand-1';
  content: "F";
}
.icon-arrowup:before {
  font-family: 'tui-brand-1';
  content: "G";
}
.icon-backtotop:before {
  font-family: 'tui-brand-1';
  content: "H";
}
.icon-boardingpass:before {
  font-family: 'tui-brand-1';
  content: "I";
}
.icon-book:before {
  font-family: 'tui-brand-1';
  content: "J";
}
.icon-waves:before {
  font-family: 'tui-brand-1';
  content: "K";
}
.icon-burgermenu:before {
  font-family: 'tui-brand-1';
  content: "L";
}
.icon-calculator:before {
  font-family: 'tui-brand-1';
  content: "M";
}
.icon-close:before {
  font-family: 'tui-brand-1';
  content: "N";
}
.icon-cloudrain:before {
  font-family: 'tui-brand-1';
  content: "O";
}
.icon-cloudrainsun:before {
  font-family: 'tui-brand-1';
  content: "P";
}
.icon-cloudsun:before {
  font-family: 'tui-brand-1';
  content: "Q";
}
.icon-cloud:before {
  font-family: 'tui-brand-1';
  content: "R";
}
.icon-computer:before {
  font-family: 'tui-brand-1';
  content: "S";
}
.icon-confirm:before {
  font-family: 'tui-brand-1';
  content: "T";
}
.icon-creditcard:before {
  font-family: 'tui-brand-1';
  content: "U";
}
.icon-directionspole:before {
  font-family: 'tui-brand-1';
  content: "V";
}
.icon-email:before {
  font-family: 'tui-brand-1';
  content: "W";
}
.icon-entertainment:before {
  font-family: 'tui-brand-1';
  content: "X";
}
.icon-euro:before {
  font-family: 'tui-brand-1';
  content: "Y";
}
.icon-exitarrow:before {
  font-family: 'tui-brand-1';
  content: "Z";
}
.icon-filter-nospace:before {
  font-family: 'tui-brand-1';
  content: "0";
}
.icon-home:before {
  font-family: 'tui-brand-1';
  content: "1";
}
.icon-glass:before {
  font-family: 'tui-brand-1';
  content: "2";
}
.icon-hotel:before {
  font-family: 'tui-brand-1';
  content: "3";
}
.icon-infant:before {
  font-family: 'tui-brand-1';
  content: "4";
}
/**
* brandnet tui font icons part2
*/
.icon-info:before {
  font-family: 'tui-brand-2';
  content: "a";
}
.icon-login:before {
  font-family: 'tui-brand-2';
  content: "b";
}
.icon-logout:before {
  font-family: 'tui-brand-2';
  content: "c";
}
.icon-luggage:before {
  font-family: 'tui-brand-2';
  content: "d";
}
.icon-minus:before {
  font-family: 'tui-brand-2';
  content: "e";
}
.icon-mytui:before {
  font-family: 'tui-brand-2';
  content: "f";
}
.icon-night:before {
  font-family: 'tui-brand-2';
  content: "g";
}
.icon-notes:before {
  font-family: 'tui-brand-2';
  content: "h";
}
.icon-offer:before {
  font-family: 'tui-brand-2';
  content: "i";
}
.icon-other:before {
  font-family: 'tui-brand-2';
  content: "j";
}
.icon-padlock:before {
  font-family: 'tui-brand-2';
  content: "k";
}
.icon-parking:before {
  font-family: 'tui-brand-2';
  content: "l";
}
.icon-planeinbound:before {
  font-family: 'tui-brand-2';
  content: "m";
}
.icon-planeoutbound:before {
  font-family: 'tui-brand-2';
  content: "n";
}
.icon-planeseat:before {
  font-family: 'tui-brand-2';
  content: "o";
}
.icon-plus:before {
  font-family: 'tui-brand-2';
  content: "p";
}
.icon-pricetag:before {
  font-family: 'tui-brand-2';
  content: "q";
}
.icon-printer:before {
  font-family: 'tui-brand-2';
  content: "r";
}
.icon-questionmark:before {
  font-family: 'tui-brand-2';
  content: "s";
}
.icon-refresh:before {
  font-family: 'tui-brand-2';
  content: "t";
}
.icon-save:before {
  font-family: 'tui-brand-2';
  content: "u";
}
.icon-settings:before {
  font-family: 'tui-brand-2';
  content: "v";
}
.icon-share:before {
  font-family: 'tui-brand-2';
  content: "w";
}
.icon-ship:before {
  font-family: 'tui-brand-2';
  content: "x";
}
.icon-sms:before {
  font-family: 'tui-brand-2';
  content: "y";
}
.icon-snack:before {
  font-family: 'tui-brand-2';
  content: "z";
}
.icon-sort:before {
  font-family: 'tui-brand-2';
  content: "1";
}
.icon-stop:before {
  font-family: 'tui-brand-2';
  content: "2";
}
.icon-taxi:before {
  font-family: 'tui-brand-2';
  content: "3";
}
.icon-timereverse:before {
  font-family: 'tui-brand-2';
  content: "4";
}
.icon-tips:before {
  font-family: 'tui-brand-2';
  content: "5";
}
.icon-toilet:before {
  font-family: 'tui-brand-2';
  content: "6";
}
.icon-warning:before {
  font-family: 'tui-brand-2';
  content: "7";
}
.icon-wheelchair:before {
  font-family: 'tui-brand-2';
  content: "8";
}
.icon-world:before {
  font-family: 'tui-brand-2';
  content: "9";
}
.icon-socialfacebook:before {
  font-family: 'tui-brand-2';
  content: "A";
}
.icon-socialyoutube:before {
  font-family: 'tui-brand-2';
  content: "B";
}
.icon-socialtwitter:before {
  font-family: 'tui-brand-2';
  content: "C";
}
.icon-socialgoogleplus:before {
  font-family: 'tui-brand-2';
  content: "D";
}
.icon-socialpinterests:before {
  font-family: 'tui-brand-2';
  content: "E";
}
.icon-socialinstagrams:before {
  font-family: 'tui-brand-2';
  content: "F";
}
.icon-train:before {
  font-family: 'tui-brand-2';
  content: "G";
}
.smiley-sunglasses:before {
  font-family: 'tui-smiley';
  content: "s";
}
.smiley-openmouth:before {
  font-family: 'tui-smiley';
  content: "o";
}
.smiley-stuck-out-tong:before {
  font-family: 'tui-smiley';
  content: "T";
}
.smiley-stuck-out-tong-wink:before {
  font-family: 'tui-smiley';
  content: "t";
}
.smiley-laughing-face:before {
  font-family: 'tui-smiley';
  content: "f";
}
.smiley-laughing-face2:before {
  font-family: 'tui-smiley';
  content: "F";
}
.smiley-laughing-face3:before {
  font-family: 'tui-smiley';
  content: "l";
}
.smiley-winking-face:before {
  font-family: 'tui-smiley';
  content: "wf";
}
.smiley-open-mouth:before {
  font-family: 'tui-smiley';
  content: "m";
}
.smiley-sad:before {
  font-family: 'tui-smiley';
  content: "S";
}
.smiley-sad3:before {
  font-family: 'tui-smiley';
  content: "(";
}
.smiley-smiling:before {
  font-family: 'tui-smiley';
  content: ")";
}
.smiley-neutral:before {
  font-family: 'tui-smiley';
  content: "|";
}
.smiley-angry:before {
  font-family: 'tui-smiley';
  content: "a";
}
.tui-icons-addextras:before {
  font-family: 'TUI Icons';
  content: "D";
}
.col-xm-1,
.col-xm-2,
.col-xm-3,
.col-xm-4,
.col-xm-5,
.col-xm-6,
.col-xm-7,
.col-xm-8,
.col-xm-9,
.col-xm-10,
.col-xm-11,
.col-xm-12,
.col-ts-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 620px) {
  .col-xm-1,
  .col-xm-2,
  .col-xm-3,
  .col-xm-4,
  .col-xm-5,
  .col-xm-6,
  .col-xm-7,
  .col-xm-8,
  .col-xm-9,
  .col-xm-10,
  .col-xm-11,
  .col-xm-12 {
    float: left;
  }
  .col-xm-12 {
    width: 100%;
  }
  .col-xm-11 {
    width: 91.66666667%;
  }
  .col-xm-10 {
    width: 83.33333333%;
  }
  .col-xm-9 {
    width: 75%;
  }
  .col-xm-8 {
    width: 66.66666667%;
  }
  .col-xm-7 {
    width: 58.33333333%;
  }
  .col-xm-6 {
    width: 50%;
  }
  .col-xm-5 {
    width: 41.66666667%;
  }
  .col-xm-4 {
    width: 33.33333333%;
  }
  .col-xm-3 {
    width: 25%;
  }
  .col-xm-2 {
    width: 16.66666667%;
  }
  .col-xm-1 {
    width: 8.33333333%;
  }
  .col-xm-pull-12 {
    right: 100%;
  }
  .col-xm-pull-11 {
    right: 91.66666667%;
  }
  .col-xm-pull-10 {
    right: 83.33333333%;
  }
  .col-xm-pull-9 {
    right: 75%;
  }
  .col-xm-pull-8 {
    right: 66.66666667%;
  }
  .col-xm-pull-7 {
    right: 58.33333333%;
  }
  .col-xm-pull-6 {
    right: 50%;
  }
  .col-xm-pull-5 {
    right: 41.66666667%;
  }
  .col-xm-pull-4 {
    right: 33.33333333%;
  }
  .col-xm-pull-3 {
    right: 25%;
  }
  .col-xm-pull-2 {
    right: 16.66666667%;
  }
  .col-xm-pull-1 {
    right: 8.33333333%;
  }
  .col-xm-pull-0 {
    right: 0;
  }
  .col-xm-push-12 {
    left: 100%;
  }
  .col-xm-push-11 {
    left: 91.66666667%;
  }
  .col-xm-push-10 {
    left: 83.33333333%;
  }
  .col-xm-push-9 {
    left: 75%;
  }
  .col-xm-push-8 {
    left: 66.66666667%;
  }
  .col-xm-push-7 {
    left: 58.33333333%;
  }
  .col-xm-push-6 {
    left: 50%;
  }
  .col-xm-push-5 {
    left: 41.66666667%;
  }
  .col-xm-push-4 {
    left: 33.33333333%;
  }
  .col-xm-push-3 {
    left: 25%;
  }
  .col-xm-push-2 {
    left: 16.66666667%;
  }
  .col-xm-push-1 {
    left: 8.33333333%;
  }
  .col-xm-push-0 {
    left: 0;
  }
  .col-xm-offset-12 {
    margin-left: 100%;
  }
  .col-xm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xm-offset-9 {
    margin-left: 75%;
  }
  .col-xm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xm-offset-6 {
    margin-left: 50%;
  }
  .col-xm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xm-offset-3 {
    margin-left: 25%;
  }
  .col-xm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xm-offset-0 {
    margin-left: 0;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media screen and (max-width: 992px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .col-ts-6 {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .col-ts-6 {
    width: 100%;
    float: none;
  }
}
.img-align-right {
  float: right;
  margin-left: 15px;
  max-width: 100%;
}
.img-align-left {
  float: left;
  margin-right: 15px;
  max-width: 100%;
}
.thumbs {
  list-style: none;
  margin: 0;
}
.thumbs li {
  float: left;
  width: 24.25%;
  margin-left: 1%;
  text-align: right;
}
.thumbs li.first {
  margin-left: 0;
}
.thumbs li a {
  position: relative;
  /*fix image icon*/
  display: block;
  height: 100px;
  margin-bottom: 15px;
}
.thumbsnearby {
  margin: 0;
}
.thumbsnearby li {
  float: left;
  list-style-type: none;
  margin: 0 5px 10px;
}
.thumbsnearby img {
  height: 133px;
}
.image-logos-parent {
  background-image: url(/sites/all/themes/tui/img/youtube.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.meteo-image {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  /*fix: text-align: center not working*/
}
@media screen and (min-width: 992px) {
  .meteo-image {
    width: 40px;
  }
}
.img-icon {
  cursor: pointer;
}
.img-border {
  border: 1px solid #73afdc;
}
.split-no-list ul {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
@media screen and (max-width: 768px) {
  .split-no-list-xs ul,
  .split-no-list-xs.split-list-2-sm ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.split-list-2 ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .split-list-2-xs ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .split-list-2-sm ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .split-list-2-md ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .split-list-2-lg ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
.split-list-4 ul,
.split-list-4 ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .split-list-4-xs ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .split-list-4-sm ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .split-list-4-md ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .split-list-4-lg ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
  }
}
ul,
ol {
  margin: 0 0 0 15px;
  padding: 0;
  list-style-position: outside;
  /*fix --> inline: multiple lines problem */
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
ul.counter-list,
ol.counter-list {
  list-style: none;
}
ul.counter-list li:before,
ol.counter-list li:before {
  content: counter(counter) ".\00a0";
  counter-increment: counter;
  float: left;
}
ul.counter-list.start,
ol.counter-list.start {
  counter-reset: counter;
}
ul.counter-list.continue,
ol.counter-list.continue {
  counter-reset: counter 3;
}
ul.advantageslist,
ol.advantageslist {
  color: #640019;
  list-style-position: inside;
}
@media screen and (min-width: 992px) {
  ul.advantageslist,
  ol.advantageslist {
    list-style-position: outside;
  }
}
ul.iconlist li,
ol.iconlist li {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-color: #ffffff;
  text-align: center;
  color: #b9a064;
  line-height: 33px;
  width: 29px;
  height: 29px;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
ul.iconlist li.nocircle,
ol.iconlist li.nocircle {
  background: none;
  border: none;
  width: auto;
}
.check-list,
.check-list ul {
  list-style: none;
  margin: 0;
}
.check-list li,
.check-list ul li {
  padding: 0px 0px 0px 25px;
  position: relative;
}
.check-list li:before,
.check-list ul li:before {
  font-family: 'tui-icon';
  content: "D\00a0";
  color: #a0c800;
  position: absolute;
  left: 0;
}
.check-list li.no-check:before,
.check-list ul li.no-check:before {
  content: "";
}
@media screen and (max-width: 992px) {
  .check-list.small li,
  .check-list ul.small li {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .check-list.small li,
  .check-list ul.small li {
    margin-left: -15px;
  }
}
.tui-indent-list:before {
  content: "\2022";
  padding-right: 15px;
}
.node-pages ul,
.node-pages ol {
  padding: 0 0 0 40px;
}
.list-mobile li {
  padding-top: 10px;
}
@media screen and (min-width: 1200px) {
  .list-mobile li {
    padding-top: 0;
  }
}
.list-circles li,
.list-circles ul li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background: #b9a064;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.list-circles li.no-circle,
.list-circles ul li.no-circle {
  color: #092a5e;
  background: transparent;
  width: auto;
  height: auto;
  font-weight: bold;
}
.list-circles li.big-circle,
.list-circles ul li.big-circle {
  background-color: #a0c800;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.list-circles li.big-circle-lg,
.list-circles ul li.big-circle-lg {
  background-color: #a0c800;
  width: 60px;
  height: 60px;
  line-height: 57px;
  padding: 0;
}
.list-images-radios li {
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
  vertical-align: top;
}
.list-images-radios li:first-child {
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .list-images-radios li {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .list-images-radios li {
    width: 20%;
  }
  .list-images-radios li:first-child {
    padding-left: 0px;
  }
}
.list-images-radios li .radio {
  padding-left: 15px;
}
.list-images-radios li .radio .form-radio {
  margin-left: -15px;
}
.list-images-radios li .thumb {
  width: 100%;
  height: 100px;
  display: none;
}
@media screen and (min-width: 992px) {
  .list-images-radios li .thumb {
    display: inline-block;
  }
}
.list-group .panel-collapse {
  display: none;
}
.list-group .list-group-item {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding: 7px 0;
}
.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.list-group .list-group-item:hover {
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
.list-group .list-group-item:hover li {
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
}
.list-group .list-group-item a {
  text-decoration: none;
  color: #222222;
}
.list-group .list-group-item ul {
  margin: 0 0 -8px 0;
}
.list-group .list-group-item ul li {
  padding: 7px;
  border-bottom: 1px solid #a0c800;
}
.list-group .list-group-item ul li:hover {
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
.list-group .list-group-item ul li a,
.list-group .list-group-item ul li a:hover {
  text-decoration: none;
}
.list-group .list-group-item ul li:first-child {
  border-top: 1px solid #d9e999;
  margin-top: -7px;
}
.list-group .list-tag {
  color: #a0c800;
}
.list-no-padding li {
  padding: 0;
}
.payment-methods h2 {
  display: none;
}
.payment-methods ul {
  margin: 0 15px;
}
.payment-methods ul li {
  float: left;
  margin-right: 15px;
  list-style: none;
}
.view-image-gallery ul li {
  padding: 0;
  margin: 15px;
  display: inline-block;
}
.block-slider {
  position: relative;
}
.block-slider .slider-arrows a {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 36px;
  text-align: center;
  background: #73afdc;
  z-index: 20;
  color: #ffffff;
}
.block-slider .slider-arrows a.active {
  display: block;
}
.block-slider .slider-arrows a:hover {
  cursor: pointer;
}
.block-slider .slider-arrows a.slider-next {
  left: auto;
  right: 0;
}
.block-slider .slider-item {
  display: none;
}
.ismobile .big-slider .ui-slider {
  margin-bottom: 15px;
}
.ismobile .big-slider .ui-slider .ui-slider-handle {
  margin-left: -15px;
  width: 33px;
  height: 33px;
  top: -13px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
}
.ismobile .big-slider .ui-slider .ui-slider-handle:before {
  left: 11px;
  top: 11px;
  width: 9px;
}
.ws-input.ws-range {
  width: 100%;
  height: 10px;
}
.ws-input.ws-range .ws-range-progress {
  background-color: #dcf0ff;
}
.ws-input.ws-range .ws-range-thumb {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.slider-radios-nvt .form-radios .radio,
.slider-radios-nvt .form-radios .form-type-radio {
  width: 8.25% !important;
}
.slider-radios-nvt .slider-nvt-text-help {
  position: absolute;
  background-color: #000000;
  padding: 5px;
  border-radius: 5px;
  color: #ffffff;
  width: 130px;
  bottom: 35px;
  right: -40px;
  font-size: 14px;
}
.slider-radios-nvt .slider-nvt-text-help span {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}
.slider-radios,
.slider-radios-nvt {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #dcf0ff;
  border-radius: 50px;
  height: 36px;
}
.slider-radios .form-radios .radio,
.slider-radios-nvt .form-radios .radio,
.slider-radios .form-radios .form-type-radio,
.slider-radios-nvt .form-radios .form-type-radio {
  float: left;
  width: 9.09%;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 36px;
  position: relative;
}
.slider-radios .form-radios .radio input,
.slider-radios-nvt .form-radios .radio input,
.slider-radios .form-radios .form-type-radio input,
.slider-radios-nvt .form-radios .form-type-radio input,
.slider-radios .form-radios .radio input.form-radio,
.slider-radios-nvt .form-radios .radio input.form-radio,
.slider-radios .form-radios .form-type-radio input.form-radio,
.slider-radios-nvt .form-radios .form-type-radio input.form-radio,
.slider-radios .form-radios .radio input[type="radio"],
.slider-radios-nvt .form-radios .radio input[type="radio"],
.slider-radios .form-radios .form-type-radio input[type="radio"],
.slider-radios-nvt .form-radios .form-type-radio input[type="radio"] {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.slider-radios .form-radios .radio label,
.slider-radios-nvt .form-radios .radio label,
.slider-radios .form-radios .form-type-radio label,
.slider-radios-nvt .form-radios .form-type-radio label {
  position: absolute;
  top: 7px;
  color: #536a8f;
  left: 40%;
}
.slider-radios .form-radios .radio.selected label,
.slider-radios-nvt .form-radios .radio.selected label,
.slider-radios .form-radios .form-type-radio.selected label,
.slider-radios-nvt .form-radios .form-type-radio.selected label {
  color: #000000;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
.slider-radios .slider-radios-background,
.slider-radios-nvt .slider-radios-background {
  height: 36px;
  position: absolute;
  width: 0;
  top: 0;
  background-color: #b5ddfb;
  border-radius: 50px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #colorbox {
    width: 100% !important;
  }
  #colorbox #cboxWrapper {
    width: 100% !important;
  }
  #colorbox #cboxWrapper #cboxLoadedContent {
    width: 100% !important;
  }
  #colorbox #cboxWrapper #cboxMiddleLeft,
  #colorbox #cboxWrapper #cboxMiddleRight {
    width: 5% !important;
  }
  #colorbox #cboxWrapper #cboxContent {
    width: 90% !important;
  }
  #colorbox #cboxWrapper #cboxTopCenter,
  #colorbox #cboxWrapper #cboxTitle {
    display: none !important;
  }
  .ismobile .modal-dialog {
    width: 100%;
    padding: 0;
  }
  .ismobile .modal-dialog .modal-body {
    max-height: 100%;
    overflow: visible;
  }
  .ismobile #legalModal .modal-dialog table {
    width: 100%;
  }
  .ismobile #legalModal .modal-dialog .modal-body {
    max-height: 100%;
  }
  .ismobile .modal-dialog .modal-content .modal-header {
    height: 20%;
    border: 0;
    padding: 20px 15px;
  }
  .ismobile .modal {
    background-color: #FFF;
  }
  .ismobile .modal-dialog .modal-content {
    border: 0;
    box-shadow: none;
    padding: 0 15px;
    padding-right: 35px;
  }
  .ismobile .modal-footer {
    border: 0;
  }
  .ismobile .modal-dialog.modal-pax .modal-footer button {
    min-width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .ismobile .modal-header .close {
    margin-top: -12px;
    font-size: 50px;
    margin-right: -28px;
  }
  .ismobile .modal-body {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .modal {
    background-color: transparent;
  }
}
.modal-dialog {
  max-width: 900px;
  width: 90%;
  max-height: 100%;
}
.modal-dialog.modal-sm {
  height: auto;
}
.modal-dialog .modal-content {
  max-height: 100%;
  border-radius: 0;
}
.modal-dialog .modal-content .modal-header {
  height: 20%;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-header {
    height: 10%;
    padding: 15px;
  }
}
.modal-dialog .modal-content .modal-header h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.modal-dialog .modal-content .modal-header h1.modal-title {
  font-size: 24px;
  line-height: 1;
}
.modal-dialog .modal-content .modal-header h1,
.modal-dialog .modal-content .modal-header h2,
.modal-dialog .modal-content .modal-header .h1,
.modal-dialog .modal-content .modal-header .h2 {
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
  color: #092a5e;
  font-weight: bold;
  margin: 0;
  font-size: 27px;
}
.modal-dialog .modal-content .modal-body {
  max-height: 60%;
}
@media screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-body {
    max-height: 80%;
  }
}
.modal-dialog .modal-content .modal-footer {
  height: 20%;
  padding: 0 15px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog .modal-content .modal-footer {
    height: 10%;
    padding: 15px;
  }
}
#show_modal_maps .modal-dialog {
  width: 100%;
  max-width: 100%;
}
#show_modal_maps .modal-dialog .modal-header {
  height: auto;
  padding: 0 !important;
  border-bottom: 0px !important;
}
#show_modal_maps .modal-dialog .modal-header .close {
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  #show_modal_maps .modal-dialog .modal-header {
    padding: 0 !important;
  }
}
#show_modal_maps .modal-dialog .btn-block {
  clear: both;
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .modal-lg {
    width: 97%;
    max-width: inherit;
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
  .modal-sm {
    width: 97%;
    max-width: 380px;
  }
}
#show_modal_maps .modal-body {
  padding: 0 0 20px !important;
}
.modal-body {
  overflow: auto;
  width: 100%;
}
.modal-backdrop {
  z-index: 1610;
}
/*
*IPAD bugfix: SW155356 --> IOS v8 problem scrolling modal
*/
body.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
body.modal-open .modal {
  overflow: scroll;
}
@media only screen and (min-resolution: 150dpi) and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  body.modal-open .modal {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/*Android 4.0.4 fix with modal behind other divs --> z-index + webkit transform didn't work*/
.safari-4 body.modal-open *:not(.modal) {
  visibility: hidden;
}
.safari-4 body.modal-open .modal * {
  visibility: visible;
}
.gm-block-score {
  background-image: url("/sites/all/themes/tui/img/transparency_black_50p.png");
  background-repeat: repeat;
  top: 130px;
  color: #fff !important;
  line-height: 18px;
  min-height: 50px;
  padding-left: 10px;
  padding-top: 5px;
  position: absolute;
  width: 400px;
}
#jssor_1 {
  position: relative;
  height: 256px;
  width: 300px !important;
}
#jssor_1 div {
  width: 300px !important;
}
#jssor_1 .gm-image-slider {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 300px !important;
  height: 256px;
  overflow: hidden;
}
#jssor_1 .jssora22l,
#jssor_1 .jssora22r {
  display: block !important;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 58px;
  cursor: pointer;
  overflow: hidden;
  font-size: 40px;
  color: white;
  z-index: 1000;
  line-height: 70px;
}
#jssor_1 .jssora22l {
  top: 95px !important;
  left: 15px;
  width: 40px;
  height: 58px;
}
#jssor_1 .jssora22r {
  top: 95px !important;
  right: 15px;
  width: 40px;
  height: 58px;
  text-align: right;
}
.gm-hotelImg {
  width: 100%;
  height: 256px;
  background-position: center bottom !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}
@media screen and (min-width: 768px) {
  .gm-hotelImg {
    background-size: auto !important;
  }
}
@media screen and (min-width: 768px) {
  #gm-hotelInfo {
    width: 600px !important;
  }
}
.gm-hotelInfo-collapsed {
  box-shadow: none;
  transform: translateX(-408px);
}
#gm-tooltip {
  font-size: 16px;
  width: auto;
  overflow: hidden;
}
#gm-tooltip span {
  color: #219ed9;
}
#gm-tooltip span u {
  cursor: pointer;
}
#gm-tooltip span a {
  color: inherit;
}
#gm-tooltip .icon-way-right {
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: 1px;
  text-decoration: none;
}
.gm-style-iw + div {
  display: none;
}
#gm-hotelInfo-small {
  position: fixed;
  z-index: 5001;
  top: 20px !important;
  right: 10px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important;
  background: #ffffff;
  overflow-x: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition-duration: 0.2s;
  transition-property: -webkit-transform, transform, opacity;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  color: #4c4c4c;
}
#gm-hotelInfo-small #gm-close-small {
  position: relative;
  height: 40px;
  width: 100%;
  color: #73afdc;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
#gm-hotelInfo-small #gm-close-small .icon-way-left {
  position: relative;
  margin-right: 5px;
  top: 2px;
  text-transform: none;
}
#gm-hotelInfo-small #gm-info {
  max-height: 35%;
  overflow-y: auto;
}
#gm-hotelInfo-small #gm-info .icon-way-right {
  font-size: 12px;
}
#gm-hotelInfo-small #gm-info .icon-star {
  margin-right: -7px;
}
#gm-hotelInfo-small h4 {
  font-weight: normal;
  font-family: "tuitype_regular";
  margin-top: 0px !important;
}
#gm-hotelInfo-small .gm-region {
  font-size: 18px;
}
#gm-hotelInfo-small .gm-img_h1 {
  width: 40%;
  height: 125px;
  float: left;
  margin-top: 1px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
#gm-hotelInfo-small .gm-img_h2 {
  width: 60%;
  height: 125px;
  float: left;
  margin-top: 1px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.gm-toggle-button-container {
  right: 0px;
  position: fixed;
  top: 0px;
  z-index: 5002;
  cursor: pointer;
  height: 27px;
  width: 27px;
}
.gm-toggle-button-container #gm-collapse {
  height: 27px;
  width: 27px;
  border: none;
  background-image: url("/sites/all/themes/tui/img/gm-close.png");
  background-color: transparent;
}
.gm-toggle-button-container #gm-collapse:hover {
  background-image: url("/sites/all/themes/tui/img/gm-hoverclose.png");
}
#gm-hotelInfo,
#gm-hotelInfo-small {
  padding-top: 0px;
  margin-left: -14px;
  margin-right: -37px;
}
@media screen and (min-width: 768px) {
  #gm-hotelInfo,
  #gm-hotelInfo-small {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#gm-hotelInfo .btn,
#gm-hotelInfo-small .btn {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #gm-hotelInfo .btn,
  #gm-hotelInfo-small .btn {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#gm-hotelInfo .btn-block,
#gm-hotelInfo-small .btn-block {
  clear: both;
  width: auto !important;
}
#gm-hotelInfo ul,
#gm-hotelInfo-small ul {
  margin-left: 15px;
  margin-right: 15px;
  float: left;
}
#gm-hotelInfo .gm-score-amount,
#gm-hotelInfo-small .gm-score-amount {
  position: absolute;
  right: 75px;
  top: 7px;
  text-align: right;
}
#gm-hotelInfo .gm-score-amount h2,
#gm-hotelInfo-small .gm-score-amount h2 {
  font-size: larger;
  font-weight: bolder;
  color: white !important;
}
#gm-hotelInfo .gm-score,
#gm-hotelInfo-small .gm-score {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 5px;
  right: 15px;
  line-height: 19px;
  border-radius: 35px;
  background: white;
}
#gm-hotelInfo .gm-score .gm-score-inset,
#gm-hotelInfo-small .gm-score .gm-score-inset {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 38px;
  height: 38px;
  background: #092a5e;
  color: white;
  font-family: "tuitype";
  font-size: 20px;
  text-align: center;
  padding-top: 8px;
  border-radius: 35px;
}
#gm-hotelInfo .gm-block-score,
#gm-hotelInfo-small .gm-block-score {
  width: 100%;
  position: relative;
  min-height: 53px;
  margin-top: -53px;
  top: 0px;
}
#gm-hotelInfo .gm-block-score .gm-block-bg,
#gm-hotelInfo-small .gm-block-score .gm-block-bg {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  z-index: 1;
}
#gm-hotelInfo .gm-block-score .gm-block-score-info,
#gm-hotelInfo-small .gm-block-score .gm-block-score-info {
  z-index: 2;
}
#gm-hotelInfo .gm-block-score .gm-block-score-info a,
#gm-hotelInfo-small .gm-block-score .gm-block-score-info a {
  color: #ffffff;
}
#gm-hotelInfo .check-list,
#gm-hotelInfo-small .check-list {
  padding-left: 3px;
  overflow-y: auto;
}
#gm-hotelInfo .glyphicon,
#gm-hotelInfo-small .glyphicon {
  position: absolute;
  font-size: 1.5em;
  cursor: pointer;
  height: 32px !important;
  padding-left: 3px;
  padding-top: 8px;
  left: 0px;
}
#gm-hotelInfo .glyphicon div,
#gm-hotelInfo-small .glyphicon div {
  font-size: 16px;
  float: right;
  font-family: "tuitype_regular";
  position: relative;
  line-height: 26px;
}
#gm-hotelInfo .glyphicon:hover,
#gm-hotelInfo-small .glyphicon:hover {
  color: #999999;
}
#gm-hotelInfo .bottom-baseline .icon-way-right,
#gm-hotelInfo-small .bottom-baseline .icon-way-right {
  position: relative;
  text-transform: none;
  top: 2px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #gm-hotelInfo .bottom-baseline,
  #gm-hotelInfo-small .bottom-baseline {
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
}
.gm-block-score h4 {
  color: #ffffff;
}
.gm-style-iw div {
  overflow: initial !important;
}
@media screen and (max-width: 992px) {
  .modal-dialog.modal-pax .col-md-3,
  .modal-dialog.modal-pax .col-md-4,
  .modal-dialog.modal-pax .col-md-6,
  .modal-dialog.modal-pax .col-md-9,
  .modal-dialog.modal-pax .col-md-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .modal-dialog.modal-pax .col-md-3.no-padding,
  .modal-dialog.modal-pax .col-md-4.no-padding,
  .modal-dialog.modal-pax .col-md-6.no-padding,
  .modal-dialog.modal-pax .col-md-9.no-padding,
  .modal-dialog.modal-pax .col-md-12.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .modal-dialog.modal-pax .col-md-3.no-padding,
  .modal-dialog.modal-pax .col-md-4.no-padding,
  .modal-dialog.modal-pax .col-md-6.no-padding,
  .modal-dialog.modal-pax .col-md-9.no-padding,
  .modal-dialog.modal-pax .col-md-12.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .modal-dialog.modal-pax .row,
  .modal-dialog.modal-pax .row,
  .modal-dialog.modal-pax .row,
  .modal-dialog.modal-pax .row,
  .modal-dialog.modal-pax .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.gm-loading {
  height: 500px;
  overflow-y: auto;
}
.gm-loading img {
  width: 60px;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  position: relative;
}
.view-link,
.gm-iv-address-link {
  display: none !important;
}
.iv-tactile-compass {
  position: relative;
  margin-bottom: 70px;
}
.gm-iv-container,
.gm-iv-address {
  position: relative;
  margin-top: 70px;
}
#loadingMessage,
#fullPageLoader {
  background: #ffffff;
  opacity: 0.9;
  z-index: 1520;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
#loadingMessage #loadingIcon,
#fullPageLoader #loadingIcon {
  z-index: 1520;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
}
#loadingMessage #loadingText,
#fullPageLoader #loadingText {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
}
#loadingMessage #loadingLogo,
#fullPageLoader #loadingLogo {
  background-image: url(/sites/all/themes/tui/img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -50px;
}
#loadingMessage #loadingGifIcon,
#fullPageLoader #loadingGifIcon {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 90px;
  background-image: url(/sites/all/themes/tui/img/loadingGif.gif);
  height: 100%;
  width: 100%;
}
.loadingoverflow {
  height: 100%;
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}
.legal_titel {
  font-size: 28px;
  color: #092a5e;
}
.legal_titel1 {
  font-size: 20px;
  color: #092a5e;
}
div[class*='legal_titel'] {
  margin: 0 0 6px;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
.legal_tekst {
  margin: 0 0 6px;
}
.clear-both {
  clear: both;
}
@media screen and (max-width: 768px) {
  .clear-both-xs {
    clear: both;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .clear-both-ts {
    clear: both;
  }
}
@media screen and (max-width: 992px) {
  .clear-both-sm {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .clear-both-md {
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .clear-both-lg {
    clear: both;
  }
}
@media (max-width: 768px) {
  .hidden-background-xs {
    background-image: none !important;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.line-height-fix {
  line-height: 34px;
}
/**float: left **/
.pull-left-xs {
  float: left;
}
@media screen and (min-width: 768px) {
  .pull-left-xs {
    float: none;
  }
}
.pull-left-sm {
  float: left;
}
@media screen and (min-width: 992px) {
  .pull-left-sm {
    float: none;
  }
}
/**float: right **/
.pull-right-xs {
  float: right;
}
@media screen and (min-width: 768px) {
  .pull-right-xs {
    float: none;
  }
}
.pull-right-sm {
  float: right;
}
@media screen and (min-width: 992px) {
  .pull-right-sm {
    float: none;
  }
}
.width-small {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .width-small-sm {
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .width-small-md {
    width: 50px;
  }
}
.width-large {
  width: 118px;
}
@media screen and (min-width: 768px) {
  .width-large-sm {
    width: 118px;
  }
}
@media screen and (min-width: 992px) {
  .width-large-md {
    width: 118px;
  }
}
.width-full {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .width-full-sm {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .width-full-md {
    width: 100%;
  }
}
.caption {
  color: #a0c800;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
.overflow-x {
  *overflow: auto;
  overflow-x: auto;
}
.no-border {
  border: none;
}
.min-height-container-base {
  min-height: 300px;
}
.position-rel {
  position: relative;
}
.min-height-container-base {
  min-height: 300px;
}
.position-rel {
  position: relative;
}
.min-height-container-base {
  min-height: 300px;
}
/** TO DO: remove!! */
.i18n-nl .hide-nl,
.i18n-fr .hide-fr {
  display: none;
}
/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
@media screen and (max-width: 768px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 992px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 992px) {
  .panel-panel .panel-separator {
    padding-bottom: 5px;
  }
}
.panel-panel .col-md-3.col-sm-6 .panel-separator {
  height: 0px;
}
.front .col-md-3.col-sm-6 .panel-separator {
  height: 15px !important;
}
.addpadding {
  padding: 20px !important;
}
.addbgblue {
  background: #e2f3fe;
}
.addbgsand {
  background: #e6dcb9;
}
@media screen and (min-width: 992px) {
  .moveUp100 {
    margin-top: -100px !important;
    z-index: 999;
  }
  .moveUp200 {
    margin-top: -200px !important;
    z-index: 999;
  }
  .moveUp300 {
    margin-top: -300px !important;
    z-index: 999;
  }
  .moveUp400 {
    margin-top: -400px !important;
    z-index: 999;
  }
  .moveUp500 {
    margin-top: -500px !important;
    z-index: 999;
  }
  .moveUp600 {
    margin-top: -600px !important;
    z-index: 999;
  }
}
.panel-separator {
  height: 15px;
}
.panel .panel-heading {
  color: #092a5e;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.panel .panel-heading .panel-title {
  margin: 0;
  font-size: 16px;
  padding: 0;
}
.block-lang-dropdown {
  position: absolute;
  right: 70px;
  top: 15px;
}
.block-lang-dropdown h2 {
  display: none;
}
.block-lang-dropdown .lang_dropdown_form {
  width: 44px;
  height: 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #092a5e;
  color: white;
  cursor: pointer;
}
.block-lang-dropdown .lang_dropdown_form .lang-dropdown-select-element {
  opacity: 0;
  cursor: pointer;
  width: 40px;
}
.block-lang-dropdown .lang_dropdown_form .lang-dropdown-form-text {
  position: absolute;
  text-align: center;
  width: 44px;
  line-height: 33px;
  color: #ffffff;
  text-decoration: underline;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
.filter h4 .muted {
  font-size: 12px;
  color: #999999;
}
.filter h5 {
  font-size: 20px;
}
.filter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filter ul li a {
  text-decoration: none;
}
.filter ul li a:hover {
  text-decoration: none;
}
.filter ul .muted {
  color: #999999;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.filter ul .showMore {
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
.filter ul .glyphicon-star {
  color: #a0c800;
}
.filter ul.activeFilters li,
.filter ul.activeFilters li:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #c8c8b4;
}
.filter ul.activeFilters li:first-child,
.filter ul.activeFilters li:hover:first-child {
  border-top: 1px solid #c8c8b4;
}
.filter ul.activeFilters li a,
.filter ul.activeFilters li:hover a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  color: #092a5e;
}
.filter ul.activeFilters li a .remove-filter,
.filter ul.activeFilters li:hover a .remove-filter {
  color: #ffffff;
  background: #ef0000;
  height: 18px;
  width: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  padding-top: 3px;
  text-align: center;
  top: 2px;
}
.filter ul.activeFilters li a:hover,
.filter ul.activeFilters li:hover a:hover {
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
  .filter ul.activeFilters {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 768px) {
  .filter ul.activeFilters {
    background: #ffffff;
    margin-bottom: 15px;
  }
}
.filter .glyphicon {
  color: #092a5e;
  font-size: 14px;
}
.filter .ui-slider-range {
  background: #73afdc;
}
.filter .ui-slider-handle {
  border: 1px solid #999999;
}
.filter .ui-slider-handle.ui-state-hover {
  border: 1px solid #152B40;
}
.filter-block {
  padding: 10px 0 10px 0;
}
/***********************************************************************/
/*
		Mobile filters
*/
.lm-mobile .btn {
  border: 1px solid #84a5be;
  color: #ffffff;
  padding: 8px 15px;
  text-transform: uppercase;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
}
.lm-mobile .btn .glyphicon {
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .lm-mobile-filter .panel-title {
    font-weight: normal;
  }
}
.lm-mobile-filter .panel-title .glyphicon {
  padding-right: 15px;
  font-size: 1.1em;
  top: 5px;
}
.lm-mobile-filter .panel-default {
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #c8c8b4;
}
.lm-mobile-filter .panel-default .panel-heading {
  background-color: #ffffff;
  border: none;
  padding: 0;
}
.lm-mobile-filter .panel-default .panel-heading .panel-title {
  border: none;
  margin: 0;
  padding: 10px 15px;
  line-height: 1.42857143;
  font-size: 16px;
  color: #092a5e;
}
.lm-mobile-filter .panel-default .panel-heading .panel-title:hover {
  background: #eeeeee;
}
.lm-mobile-filter .panel-default .panel-body {
  padding: 0 0 10px;
}
.lm-mobile-filter .panel-default .panel-body ul {
  list-style: none;
  margin: 0;
}
.lm-mobile-filter .panel-default .panel-body ul li {
  /*border-bottom: 1px solid @tui-lightblue;*/
  padding: 8px 15px;
}
.lm-mobile-filter .panel-default .panel-body ul li a {
  display: block;
  text-decoration: none;
}
.lm-mobile-filter .panel-default .panel-body ul li a:hover {
  text-decoration: none;
}
.image {
  position: relative;
}
.image .hotel-logos {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0 10px;
  margin-top: 5px;
  cursor: pointer;
  left: auto !important;
}
@media screen and (max-width: 992px) {
  .image .hotel-logos {
    right: 0px;
  }
}
.nav-tabs.tabBar {
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
  font-weight: normal;
  background-color: #092a5e;
  margin-left: 0;
  list-style: none;
  border: none;
  white-space: nowrap;
}
.nav-tabs.tabBar li,
.nav-tabs.tabBar a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #092a5e;
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
  margin-right: 0px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0;
  text-decoration: none;
}
.nav-tabs.tabBar li:active,
.nav-tabs.tabBar a:active,
.nav-tabs.tabBar li.active,
.nav-tabs.tabBar a.active,
.nav-tabs.tabBar li:hover,
.nav-tabs.tabBar a:hover,
.nav-tabs.tabBar li:focus,
.nav-tabs.tabBar a:focus {
  border: none;
  background-color: #536a8f;
}
.nav-tabs.tabBar li:active a,
.nav-tabs.tabBar a:active a,
.nav-tabs.tabBar li.active a,
.nav-tabs.tabBar a.active a,
.nav-tabs.tabBar li:hover a,
.nav-tabs.tabBar a:hover a,
.nav-tabs.tabBar li:focus a,
.nav-tabs.tabBar a:focus a {
  background-color: #536a8f;
  color: #ffffff;
}
.nav-tabs.tabBar li:active,
.nav-tabs.tabBar a:active,
.nav-tabs.tabBar li.active,
.nav-tabs.tabBar a.active,
.nav-tabs.tabBar li:focus,
.nav-tabs.tabBar a:focus {
  background-color: #536a8f;
  color: #ffffff;
}
.nav-tabs.tabBar li:active a,
.nav-tabs.tabBar a:active a,
.nav-tabs.tabBar li.active a,
.nav-tabs.tabBar a.active a,
.nav-tabs.tabBar li:focus a,
.nav-tabs.tabBar a:focus a {
  background-color: #536a8f;
  color: #ffffff;
}
.nav-tabs.tabBar li {
  width: 48%;
  margin: 1%;
}
@media screen and (min-width: 768px) {
  .nav-tabs.tabBar li {
    width: auto;
    margin: 0;
  }
}
.nav-tabs.tabBar li a {
  padding: 5px 10px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ismobile .nav-tabs.tabBar li {
    width: 48%;
    margin: 1%;
  }
}
.ismobile .nav-tabs.tabBar li a {
  padding: 5px;
  margin: 5px;
  border: 2px solid #c8c8b4;
}
.ismobile .nav-tabs.tabBar li:active,
.ismobile .nav-tabs.tabBar li.active,
.ismobile .nav-tabs.tabBar li:hover,
.ismobile .nav-tabs.tabBar li:focus {
  background-color: #092a5e;
}
.ismobile .nav-tabs.tabBar li:active a,
.ismobile .nav-tabs.tabBar li.active a,
.ismobile .nav-tabs.tabBar li:hover a,
.ismobile .nav-tabs.tabBar li:focus a {
  background-color: #536a8f;
}
/*mobile tabs*/
@media screen and (max-width: 768px) {
  .nav-tabs > li {
    width: auto !important;
    float: none;
  }
  .nav-tabs > li.active > a:after {
    content: "\e113";
  }
  .nav-tabs > li > a {
    position: relative;
    text-align: left !important;
    padding: 10px !important;
  }
  .nav-tabs > li > a:after {
    content: "\e114";
    float: right;
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 9px;
  }
  .nav-tabs > li > a br {
    display: none;
  }
}
.nav-tabs#tabs {
  display: block;
}
.tabs-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-tabs#tabs {
    display: none;
  }
  .tabs-mobile {
    display: block;
    margin: 0 !important;
  }
}
#tabs-mobile {
  margin-top: 15px;
}
/*custom collapse for footer mobile*/
@media screen and (max-width: 992px) {
  footer h3.hd-collapse {
    margin: 0;
    padding: 15px;
    border: 1px solid #9b9b9b;
    cursor: pointer;
  }
  footer h3.hd-collapse:after {
    content: '\e113';
    font-family: 'Glyphicons Halflings';
    float: right;
    margin-top: -18px;
  }
  footer h3.hd-collapse.collapsed:after {
    content: "\e114";
    margin-top: -18px;
  }
}
.footer-center li a {
  text-decoration: none !important;
}
@media screen and (max-width: 992px) {
  .footer-center li a {
    /*text-decoration: underline !important;*/
  }
}
.blogitem {
  margin: 0 0 20px;
}
.blogitem h4 {
  margin: 0 0 10px;
}
.blogitem h4 > a,
.blogitem h4 > a:active {
  font: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
}
.blogitem h3 + .blog--date,
.blogitem h4 + .blog--date {
  display: block;
  margin: -10px 0 10px;
  font-size: 0.9em;
}
.blogitem ul,
.blogitem ol {
  margin: 0 0 10px 20px;
}
.blog--figure {
  margin-bottom: 20px;
}
.blog--figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.view-blogitems .blogitem {
  padding: 0 0 20px;
  border-bottom: 1px solid #dfdfdf;
}
.blog--teaser,
.blog--content {
  margin: 0 0 20px;
}
.blog--contentblocks {
  padding: 0 0 20px;
  border-bottom: 1px solid #dfdfdf;
}
.blog--contentblock {
  margin: 0 0 20px;
}
.blog--cta > a,
.blog--cta > a:hover,
.blog--cta > a:focus,
.blog--cta > a:active {
  color: #ffffff;
  text-decoration: none;
}
.blog--backlink {
  margin-top: 10px;
}
@media print {
  /*
        Chopstick Print styles
  */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    border: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #cccccc;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ";
  }
  a:link:after,
  a:visited:after {
    content: " ";
    font-size: 90%;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .nav,
  footer,
  .image-logos-parent,
  .book-form,
  .block-emergency,
  .block-header,
  .alert-block,
  .historyReturn,
  .language-switcher-locale-url {
    display: none !important;
  }
  .calculate .book_module a {
    display: none;
  }
  .calculate .extras {
    display: none;
  }
  .visible-print {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
  }
}
.steps-4_big,
.steps-4_small,
.steps-4_max,
.steps-4_medium {
  border: 0px solid transparent;
  position: relative;
  height: 1px;
  top: 0px;
}
.steps-4_big .tick,
.steps-4_small .tick,
.steps-4_max .tickn,
.steps-4_medium .tick {
  border: 0px solid transparent;
  left: 0px;
  margin-left: -5px;
  position: absolute;
  text-align: center;
}
.ui-slider {
  margin-top: 20px;
}
.ui-slider .ui-slider-handle {
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
}
.ui-slider .ui-slider-handle:before {
  content: "";
  width: 6px;
  height: 8px;
  background-color: #999999;
  position: absolute;
  top: 7px;
  left: 8px;
  background-image: linear-gradient(90deg, transparent 50%, #ffffff 50%);
  background-size: 2px 2px;
}
.ui-slider .ui-slider-handle:hover {
  cursor: pointer;
}
.ui-slider .ui-slider-handle:active,
.ui-slider .ui-slider-handle:selected .ui-slider .ui-slider-handle.ui-state-focus {
  outline: none !important;
}
.col-slider-input-left,
.col-slider-input-right {
  width: 48px;
  float: left;
  margin-top: 0;
}
.col-slider-input-right {
  float: right;
}
.col-slider-slider {
  margin: 0 70px;
}
@media only screen and (max-width: 619px) {
  .col-slider-slider .ui-slider {
    top: 10px;
  }
}
.ui-slider-horizontal {
  height: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
  background: #ffffff;
}
.lm-search-form .ui-slider-horizontal {
  margin-top: 10px;
}
.table-responsive th {
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background: white;
  color: black;
}
.table-responsive .tbl_rooms {
  font-size: 13px !important;
}
.table-responsive.no-title {
  overflow-x: auto;
}
/* Force table to not be like tables anymore*/
@media screen and (max-width: 992px) {
  /* TABLE RESPONSIVE --> column acts like rows */
  /*_______________________________________________*/
  .table-responsive,
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }
  .table-responsive {
    /* Hide table headers (but not display: none;, for accessibility)*/
  }
  .table-responsive.no-title th,
  .table-responsive.no-title td {
    padding: 6px !important;
    text-align: center;
    border: none !important;
  }
  .table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive tr {
    border: 1px solid #ccc;
  }
  .table-responsive tr td {
    /* Behave  like a "row"*/
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .table-responsive tr td:before {
    /* Now like a table header*/
    position: absolute;
    top: 6px;
    /* Top/left values mimic padding*/
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .table-responsive tr td,
  .table-responsive tr th {
    padding: 8px 8px 8px 50% !important;
    height: auto !important;
    width: auto !important;
  }
  .table-responsive .hideheader {
    background-color: #eeeeee;
  }
  .table-responsive .hideheader th,
  .table-responsive .hideheader td {
    padding: 8px !important;
    display: inline-block;
    font-weight: bold;
  }
  .sticky-header {
    display: none;
  }
  /* table-responsive-fixed --> Scrollbar --> don't use table-striped*/
  /*_______________________________________________*/
  .table-responsive-fixed {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  .table-responsive-fixed th,
  .table-responsive-fixed td {
    margin: 0;
    vertical-align: top;
    line-height: inherit;
    min-height: 35px;
    height: auto !important;
    width: auto !important;
  }
  .table-responsive-fixed th:last-child,
  .table-responsive-fixed td:last-child {
    border-bottom: 1px solid #babcbf;
  }
  .table-responsive-fixed th {
    display: block;
    text-align: right;
    border-bottom: 0;
    border-left: 0;
  }
  .table-responsive-fixed td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .table-responsive-fixed thead {
    display: block;
    float: left;
  }
  .table-responsive-fixed thead tr {
    display: block;
  }
  .table-responsive-fixed tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-responsive-fixed tbody tr {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #babcbf;
  }
  .table-responsive-fixed tbody tr td {
    display: block;
    text-align: left;
  }
  .table-responsive-fixed tbody tr td button,
  .table-responsive-fixed tbody tr td .button,
  .table-responsive-fixed tbody tr td a.button {
    padding: 0.0em 1em;
  }
  .table-responsive-fixed tbody tr td img {
    height: 100%;
    max-width: none;
    width: auto;
  }
  .table-responsive-fixed tbody br {
    display: none;
  }
  .table-responsive-fixed .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .table-responsive-fixed * html .cf {
    zoom: 1;
  }
  .table-responsive-fixed *:first-child + html .cf {
    zoom: 1;
  }
}
table.table-striped .table-column-selected,
table.table-striped tbody tr.odd td.table-column-selected,
table.table-striped tbody tr.odd:hover td.table-column-selected,
table.table-striped tbody tr.even td.table-column-selected,
table.table-striped tbody tr.even:hover td.table-column-selected,
table.table-striped tbody tr:nth-child(2n+1) td.table-column-selected,
table.table-striped tbody tr:nth-child(2n+1) th.table-column-selected {
  background-color: #e6dcb9;
  color: #000000;
  cursor: auto;
}
table.table-striped .table-column-selected a,
table.table-striped tbody tr.odd td.table-column-selected a,
table.table-striped tbody tr.odd:hover td.table-column-selected a,
table.table-striped tbody tr.even td.table-column-selected a,
table.table-striped tbody tr.even:hover td.table-column-selected a,
table.table-striped tbody tr:nth-child(2n+1) td.table-column-selected a,
table.table-striped tbody tr:nth-child(2n+1) th.table-column-selected a {
  color: #000000;
}
table.table-striped .table-column-selected:hover,
table.table-striped tbody tr.odd td.table-column-selected:hover,
table.table-striped tbody tr.odd:hover td.table-column-selected:hover,
table.table-striped tbody tr.even td.table-column-selected:hover,
table.table-striped tbody tr.even:hover td.table-column-selected:hover,
table.table-striped tbody tr:nth-child(2n+1) td.table-column-selected:hover,
table.table-striped tbody tr:nth-child(2n+1) th.table-column-selected:hover {
  background-color: #e6dcb9;
}
table.table-striped tbody tr {
  background-color: #ffffff;
}
table.table-striped tbody tr td {
  padding: 6px;
  font-size: 14px;
  cursor: pointer;
}
table.table-striped tbody tr.odd td {
  background-color: #c8dff1;
  border-top: 1px solid #73afdc;
  border-bottom: 1px solid #73afdc;
}
table.table-striped tbody tr.odd:hover td {
  background-color: #dcf0ff;
}
table.table-striped tbody tr.even td {
  border-top: none;
  border-bottom: none;
}
table.table-striped tbody tr.even:hover td {
  background-color: #dcf0ff;
}
table.table-striped tbody tr.success td,
table.table-striped tbody tr.success:hover td {
  background-color: #e6dcb9;
  border-top: 2px solid #b9a064;
  border-bottom: 2px solid #b9a064;
  cursor: auto;
}
table.table-striped.table-no-hover {
  /* remove hover color on table */
}
table.table-striped.table-no-hover tbody tr.odd:hover td {
  background-color: #c8dff1;
}
table.table-striped.table-no-hover tbody tr.even:hover td {
  background-color: #ffffff;
}
table.table-striped.table-no-hover tbody tr td {
  cursor: default;
}
@media screen and (max-width: 768px) {
  .table-responsive body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}
.bookbox_tbl_flights.table-responsive th,
.bookbox_tbl_flights.table-responsive td {
  padding: 6px;
}
/*disable hover in table*/
.page-my-zone .myZone.my-zone-wrapper-payments {
  padding: 0;
}
.page-my-zone .myZone.my-zone-wrapper-payments table.table-striped tbody tr th {
  padding: 8px;
  margin: 0;
}
.page-my-zone .myZone.my-zone-wrapper-payments table.table-striped tbody tr td {
  padding: 8px;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}
.page-my-zone .myZone.my-zone-wrapper-payments table.table-striped tbody tr td.no-color-striped {
  background-color: #ffffff;
  border-top: none;
}
.page-my-zone .myZone.my-zone-wrapper-payments table.table-striped tbody tr td.no-color-striped:hover {
  background-color: #ffffff;
}
.isnotmobile .my-zone-wrapper-payments tr td.text-indent-span span {
  position: relative;
}
@media screen and (min-width: 768px) {
  .isnotmobile .my-zone-wrapper-payments tr td.text-indent-span span {
    left: 100px;
  }
}
@-ms-viewport {
  width: device-width;
  
  /*http://mattstow.com/responsive-design-in-ie10-on-windows-phone-8.html --> windows 8 phone fix */
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
  -webkit-overflow-scrolling: touch;
}
* {
  margin: 0;
  padding: 0;
}
strong,
b,
.strong {
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-weight: normal;
}
.strong *,
.strong .ui-state-default {
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-weight: normal;
}
span {
  font-size: inherit;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-transform-none {
  text-transform: none;
}
.font-size-giant {
  font-size: 112px;
}
.font-small {
  font-size: 14px;
}
.font-smaller {
  font-size: smaller;
}
.font-size-large {
  font-size: 20px;
}
.small-text {
  font-size: 12px;
}
.text-line-through,
.line-through {
  /*line-through will be removed*/
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.muted {
  color: #9b9b9b;
}
.white-space-nowrap {
  white-space: nowrap;
}
.white-space-preline {
  white-space: pre-line !important;
}
.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vert-sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: 4px;
}
.display-inline-block {
  display: inline-block;
}
.width-90-p {
  width: 90%;
}
.rotate-glyphicon {
  -webkit-transform: rotate(270deg);
  /* Safari and Chrome */
  -moz-transform: rotate(270deg);
  /* Firefox */
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -o-transform: rotate(270deg);
  /* Opera */
  transform: rotate(270deg);
}
.no-bottom {
  bottom: 0px !important;
}
.nomarginbottom {
  margin-bottom: 0px !important;
}
.legend {
  /*display: block;*/
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
}
/*
.content-bottom-right{
  position: absolute;
  bottom: 0;
  right: 0;
}*/
.clearable {
  background: #ffffff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;
  /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x {
  background-position: right 5px center;
}
.clearable.onX {
  cursor: pointer;
}
.hidden-inline-xs {
  display: inline-block !important;
}
.visible-inline-xs {
  display: none !important;
}
tr.hidden-inline-xs {
  display: table-row !important;
}
th.hidden-inline-xs,
td.hidden-inline-xs {
  display: table-cell !important;
}
@media (min-width: 480px) {
  .visible-inline-xs {
    display: inline-block !important;
  }
}
@media (max-width: 480px) {
  .hidden-inline-xs,
  tr.hidden-inline-xs,
  th.hidden-inline-xs,
  td.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .hidden-inline-xs.hidden-inline-sm,
  tr.hidden-inline-xs.hidden-inline-sm,
  th.hidden-inline-xs.hidden-inline-sm,
  td.hidden-inline-xs.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-xs.hidden-inline-md,
  tr.hidden-inline-xs.hidden-inline-md,
  th.hidden-inline-xs.hidden-inline-md,
  td.hidden-inline-xs.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-xs.hidden-inline-lg,
  tr.hidden-inline-xs.hidden-inline-lg,
  th.hidden-inline-xs.hidden-inline-lg,
  td.hidden-inline-xs.hidden-inline-lg {
    display: none !important;
  }
}
.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 99999999999;
}
.tui-green-text {
  color: #a0c800;
}
.tui-dark-green-text {
  color: #8caf00;
}
.tui-orange-text {
  color: #faaf00;
}
.tui-darkblue-text {
  color: #092a5e;
}
.tui-lightblue-text {
  color: #dcf0ff;
}
.tui-red-text {
  color: #ef0000;
}
.tui-grey-text {
  color: #9b9b9b;
}
.tui-lightgrey-text {
  color: #dfdfdf;
}
.tui-wine-red-text {
  color: #640019;
}
.tui-black-text {
  color: #000000;
}
.tui-white-text {
  color: #ffffff;
}
.primary-text-color {
  color: #a0c800;
}
.secundary-text-color {
  color: #092a5e;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
a.h1,
a.h2,
a.h3,
a.h4,
a.h5 {
  text-decoration: none;
  cursor: default;
}
a.h1:hover,
a.h2:hover,
a.h3:hover,
a.h4:hover,
a.h5:hover {
  text-decoration: none;
}
a,
.a {
  color: #73afdc;
  text-decoration: none;
}
a:hover,
.a:hover,
a:focus,
.a:focus {
  color: #368ccd;
  text-decoration: underline;
}
a:active,
.a:active,
a.active,
.a.active {
  cursor: auto;
  color: #092a5e;
}
a.disabled,
.a.disabled,
a[disabled],
.a[disabled] {
  color: #73afdc;
  cursor: default;
  text-decoration: none;
}
a.link-unstyled,
.a.link-unstyled {
  text-decoration: none !important;
  display: block;
}
a.link-styled,
.a.link-styled {
  display: block;
}
.panel-heading a {
  text-decoration: none;
  color: #092a5e;
}
.panel-heading a:hover {
  text-decoration: underline;
}
.underline-link .nav li a,
.underline-link a {
  text-decoration: underline;
  color: #73afdc;
}
.underline-link .nav li a:hover,
.underline-link a:hover,
.underline-link .nav li a:focus,
.underline-link a:focus {
  color: #368ccd;
  text-decoration: underline;
}
.cursor-pointer {
  cursor: pointer;
}
.display-blocka,
.display-block a {
  display: inline-block;
  width: 100%;
}
.autocompleteIcons.pull-left {
  color: #092a5e;
  margin-bottom: 10px;
}
.autocomplete-link {
  display: flex;
  justify-content: space-between;
}
.autocomplete-link .autocompleteIcons {
  display: inline-flex;
}
.autocomplete-link .autocompleteIcons .autocompleteIcon:last-child {
  margin-left: 5px;
}
.text-left-xs,
.text-left-sm,
.text-left-md,
.text-left-lg,
.text-center-xs,
.text-center-sm,
.text-center-md,
.text-center-lg,
.text-right-xs,
.text-right-sm,
.text-right-md,
.text-right-lg {
  text-align: inherit;
}
@media screen and (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-left-xs {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-left-sm {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .text-center-md,
  .text-center-sm {
    text-align: center;
  }
  .text-right-md,
  .text-right-sm {
    text-align: right;
  }
  .text-left-md,
  .text-left-sm {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .text-center-lg,
  .text-center-md,
  .text-center-sm {
    text-align: center;
  }
  .text-right-lg,
  .text-right-md,
  .text-right-sm {
    text-align: right;
  }
  .text-left-lg,
  .text-left-md,
  .text-left-sm {
    text-align: left;
  }
}
.breadcrumb {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  padding: 0;
  margin: 15px 0;
}
/*----no margins start----*/
.no-margin {
  margin: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .no-margin-xs {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .no-margin-sm {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .no-margin-md {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .no-margin-lg {
    margin: 0;
  }
}
/*----no margins end----*/
/*----margin small start----*/
.mar-small {
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .mar-small-xs {
    margin: 5px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-small-ts {
    margin: 5px;
  }
}
@media screen and (max-width: 992px) {
  .mar-small-sm {
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .mar-small-md {
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .mar-small-lg {
    margin: 5px;
  }
}
/*----margin small end----*/
/*----margin base start----*/
.mar-base {
  margin: 15px;
}
@media screen and (max-width: 768px) {
  .mar-base-xs {
    margin: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-base-ts {
    margin: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mar-base-sm {
    margin: 15px;
  }
}
@media screen and (min-width: 992px) {
  .mar-base-md {
    margin: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .mar-base-lg {
    margin: 15px;
  }
}
/*----margin base end----*/
/*----margin large start----*/
.mar-large {
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .mar-large-xs {
    margin: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-large-ts {
    margin: 20px;
  }
}
@media screen and (max-width: 992px) {
  .mar-large-sm {
    margin: 20px;
  }
}
@media screen and (min-width: 992px) {
  .mar-large-md {
    margin: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .mar-large-lg {
    margin: 20px;
  }
}
/*----margin large end----*/
/*---margin top start ---*/
.mar-top-small {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .mar-top-small-xs {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-top-small-ts {
    margin-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .mar-top-small-sm {
    margin-top: 5px;
  }
}
@media screen and (min-width: 992px) {
  .mar-top-small-md {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .mar-top-small-lg {
    margin-top: 5px;
  }
}
/*margin top base*/
.mar-top-base {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .mar-top-base-xs {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-top-base-ts {
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mar-top-base-sm {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .mar-top-base-md {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .mar-top-base-lg {
    margin-top: 15px;
  }
}
/*margin top large*/
.mar-top-large {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mar-top-large-xs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-top-large-ts {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .mar-top-large-sm {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .mar-top-large-md {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .mar-top-large-lg {
    margin-top: 20px;
  }
}
/*margin top extralarge*/
.mar-top-extralarge {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .mar-top-extralarge-xs {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-top-extralarge-ts {
    margin-top: 25px;
  }
}
@media screen and (max-width: 992px) {
  .mar-top-extralarge-sm {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .mar-top-extralarge-md {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .mar-top-extralarge-lg {
    margin-top: 25px;
  }
}
/*margin bottom small*/
.mar-bot-small {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .mar-bot-small-xs {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-bot-small-ts {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .mar-bot-small-sm {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .mar-bot-small-md {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .mar-bot-small-lg {
    margin-bottom: 5px;
  }
}
/*margin bottom base*/
.mar-bot-base {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .mar-bot-base-xs {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-bot-base-ts {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mar-bot-base-sm {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .mar-bot-base-md {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .mar-bot-base-lg {
    margin-bottom: 15px;
  }
}
/*margin bottom large*/
.mar-bot-large {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mar-bot-large-xs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-bot-large-ts {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .mar-bot-large-sm {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .mar-bot-large-md {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .mar-bot-large-lg {
    margin-bottom: 20px;
  }
}
/*margin left small*/
.mar-left-small {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .mar-left-small-xs {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-left-small-ts {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 992px) {
  .mar-left-small-sm {
    margin-left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .mar-left-small-md {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .mar-left-small-lg {
    margin-left: 5px;
  }
}
/*margin left base*/
.mar-left-base {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .mar-left-base-xs {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-left-base-ts {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mar-left-base-sm {
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .mar-left-base-md {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .mar-left-base-lg {
    margin-left: 15px;
  }
}
/*margin left large*/
.mar-left-large {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .mar-left-large-xs {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-left-large-ts {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .mar-left-large-sm {
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .mar-left-large-md {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .mar-left-large-lg {
    margin-left: 20px;
  }
}
/*margin right small*/
.mar-right-small {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .mar-right-small-xs {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-right-small-ts {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 992px) {
  .mar-right-small-sm {
    margin-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  .mar-right-small-md {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .mar-right-small-lg {
    margin-right: 5px;
  }
}
/*margin right base*/
.mar-right-base {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .mar-right-base-xs {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-right-base-ts {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mar-right-base-sm {
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .mar-right-base-md {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .mar-right-base-lg {
    margin-right: 15px;
  }
}
/*margin right large*/
.mar-right-large {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .mar-right-large-xs {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .mar-right-large-ts {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .mar-right-large-sm {
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .mar-right-large-md {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .mar-right-large-lg {
    margin-right: 20px;
  }
}
/*----no paddings start----*/
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .no-padding-right-xs {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .no-padding-left-xs {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .no-padding-xs {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .no-padding-sm {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .no-padding-md {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .no-padding-lg {
    padding: 0;
  }
}
/*----no paddings end----*/
/*----padding small start----*/
.pad-small {
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .pad-small-xs {
    padding: 5px;
  }
}
@media screen and (max-width: 992px) {
  .pad-small-sm {
    padding: 5px;
  }
}
@media screen and (min-width: 992px) {
  .pad-small-md {
    padding: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .pad-small-lg {
    padding: 5px;
  }
}
/*----padding small end----*/
/*----padding base start----*/
.pad-base {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .pad-base-xs {
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .pad-base-sm {
    padding: 15px;
  }
}
@media screen and (min-width: 992px) {
  .pad-base-md {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .pad-base-lg {
    padding: 15px;
  }
}
/*----padding base end----*/
/*----padding large start----*/
.pad-large {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .pad-large-xs {
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  .pad-large-sm {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .pad-large-md {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .pad-large-lg {
    padding: 20px;
  }
}
/*----padding large end----*/
/*---padding top start ---*/
.pad-top-small {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .pad-top-small-xs {
    padding-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .pad-top-small-sm {
    padding-top: 5px;
  }
}
@media screen and (min-width: 992px) {
  .pad-top-small-md {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .pad-top-small-lg {
    padding-top: 5px;
  }
}
/*padding top base*/
.pad-top-base {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .pad-top-base-xs {
    padding-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .pad-top-base-sm {
    padding-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .pad-top-base-md {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .pad-top-base-lg {
    padding-top: 15px;
  }
}
/*padding top large*/
.pad-top-large {
  padding-top: 20px;
}
@media (max-width: 450px) {
  .pad-top-large-ts {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pad-top-large-xs {
    padding-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .pad-top-large-sm {
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .pad-top-large-md {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .pad-top-large-lg {
    padding-top: 20px;
  }
}
/*padding bottom small*/
.pad-bot-small {
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pad-bot-small-xs {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .pad-bot-small-sm {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .pad-bot-small-md {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .pad-bot-small-lg {
    padding-bottom: 5px;
  }
}
/*padding bottom base*/
.pad-bot-base {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pad-bot-base-xs {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .pad-bot-base-sm {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .pad-bot-base-md {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .pad-bot-base-lg {
    padding-bottom: 15px;
  }
}
/*padding bottom large*/
.pad-bot-large {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pad-bot-large-xs {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .pad-bot-large-sm {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .pad-bot-large-md {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .pad-bot-large-lg {
    padding-bottom: 20px;
  }
}
/*padding left small*/
.pad-left-small {
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .pad-left-small-xs {
    padding-left: 5px;
  }
}
@media screen and (max-width: 992px) {
  .pad-left-small-sm {
    padding-left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .pad-left-small-md {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .pad-left-small-lg {
    padding-left: 5px;
  }
}
/*padding left base*/
.pad-left-base {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .pad-left-base-xs {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .pad-left-base-sm {
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .pad-left-base-md {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .pad-left-base-lg {
    padding-left: 15px;
  }
}
/*padding left large*/
.pad-left-large {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .pad-left-large-xs {
    padding-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .pad-left-large-sm {
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .pad-left-large-md {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .pad-left-large-lg {
    padding-left: 20px;
  }
}
/*padding right small*/
.pad-right-small {
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .pad-right-small-xs {
    padding-right: 5px;
  }
}
@media screen and (max-width: 992px) {
  .pad-right-small-sm {
    padding-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  .pad-right-small-md {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .pad-right-small-lg {
    padding-right: 5px;
  }
}
/*padding right base*/
.pad-right-base {
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .pad-right-base-xs {
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .pad-right-base-sm {
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .pad-right-base-md {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .pad-right-base-lg {
    padding-right: 15px;
  }
}
/*padding right large*/
.pad-right-large {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .pad-right-large-xs {
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .pad-right-large-sm {
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .pad-right-large-md {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .pad-right-large-lg {
    padding-right: 20px;
  }
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 0px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #002d41;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
}
.tooltipster-default .tooltipster-content {
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  overflow: hidden;
  padding: 5px;
}
.tooltipster-default .tooltipster-content .powertip-title {
  background-color: #ffffff;
  color: #002d41;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-size: 16px;
  padding: 5px;
}
.tooltipster-default .tooltipster-content .powertip-data {
  color: #000000;
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 5px 10px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  overflow: visible;
  margin-top: -60px;
  margin-right: 15px;
  max-width: none !important;
}
@media screen and (max-width: 768px) {
  .tooltipster-base {
    max-width: none !important;
  }
}
@media screen and (min-width: 768px) {
  .tooltipster-base {
    max-width: 500px !important;
    width: auto;
    margin-top: -17px;
    margin-right: auto;
  }
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -8px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -8px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/*ie8fix */
.sort {
  background: #eeeeee;
}
.sort h3 {
  font-size: 20px;
  color: #9b9b9b;
  cursor: default;
  padding-top: 10px;
  margin: 0;
}
.sort ul {
  list-style-type: none;
}
.sort ul li {
  padding: 0;
  border: none;
  font-weight: normal;
}
.sort ul li a {
  text-shadow: 0;
  text-decoration: none;
  color: #9b9b9b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 10px 15px;
}
.sort ul li a:hover {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
}
.lm-mobile-sort .btn-default {
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #c8c8b4;
  padding: 10px 15px;
}
.lm-mobile-sort .btn-default a {
  color: #092a5e;
  text-decoration: none;
  font-weight: 700;
}
.lm-mobile-sort .btn-default a .glyphicon {
  float: right;
}
.hotelmap {
  height: 150px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}
.hotelmap .btn {
  width: 140px;
  height: 34px;
  left: 50%;
  margin-left: -70px;
  top: 50%;
  margin-top: -17px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .hotelmap .btn {
    width: auto;
  }
}
.showResultsOnMap {
  color: #ffffff !important;
  margin-top: 6px;
}
.showResultsOnMap span {
  margin-right: 6px;
}
.lastminutes_results #powerTip {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
}
.lastminutes_results #powerTip .image {
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.lastminutes_results #powerTip .image header {
  color: #fff;
  line-height: 18px;
  padding: 10px 15px;
  background: url(/sites/all/themes/tui/img/transparency_black_50p.png) repeat;
  background: rgba(0, 0, 0, 0.5);
  text-align: right;
  position: absolute;
  bottom: 10px;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-size: 20px;
  width: 100%;
}
.lastminutes_results #powerTip .data {
  padding: 20px;
}
.emergency-marquee {
  display: none;
}
.not-front .emergency-marquee {
  display: none !important;
}
@media screen and (min-width: 992px) {
  body {
    /*&.front,
		&.node-type-panel,
		&.page-my-zone {*/
  }
  body.front .emergency-marquee {
    display: inline-block;
    width: 300px;
    height: 25px !important;
    padding: 5px 2px 0;
    margin-left: 10px;
    line-height: 20px;
    vertical-align: top;
    float: right;
    overflow: hidden;
  }
  body.front .emergency-marquee .marquee-separator {
    margin: 0 30px;
  }
}
@media (max-width: 1024px) {
  .emergency-marquee {
    display: none !important;
  }
}
.emergency-left {
  float: left !important;
}
@media screen and (min-width: 768px) {
  .emergency-left {
    float: right !important;
  }
}
.emergency-multiple .message {
  padding: 0 20px 20px 20px;
  margin: 0 -20px;
  border-bottom: 1px solid #e5e5e5;
}
.emergency-multiple .message ul {
  margin: 0 0 0 15px;
}
.emergency-multiple .message:last-child {
  border-bottom: none;
  padding-bottom: none;
}
#block-lastminutes-lm-destin-descr {
  clear: both;
  display: block;
  position: absolute;
  bottom: 0;
  width: 97%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100px;
  margin-bottom: -100px;
}
#block-views-promo-text-block-tips-block-5 {
  margin-bottom: 110px;
}
.page-destination-finder {
  width: 100%;
}
.page-destination-finder .destination-header {
  color: #ffffff;
  left: 0;
  position: relative;
  right: 0;
  text-align: center;
  width: 100%;
  text-transform: none;
  font-size: 39px;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  font-weight: normal;
}
.page-destination-finder .panel-heading {
  border: none;
  background-color: transparent;
  float: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.page-destination-finder .panel-heading .panel-title {
  font-weight: normal;
  font-size: 2vh;
}
.page-destination-finder .panel-heading .panel-title span {
  color: #092a5e;
  font-size: larger;
  font-weight: bold;
}
.page-destination-finder .panel-body {
  margin: 0;
  padding: 0;
}
.page-destination-finder header.header-top-mobile {
  display: block;
  visibility: visible;
}
.page-destination-finder .destination-finder-content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px 20px 20px;
}
.page-destination-finder .main-container.notfront {
  width: 80vw;
  position: relative;
  top: 16vh;
  background-color: transparent;
  margin: 0 auto;
}
.page-destination-finder .main-container.notfront .destination-finder-block,
.page-destination-finder .main-container.notfront fieldset {
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0 30px;
  margin: 0;
}
.page-destination-finder .main-container.notfront .destination-finder-block .isotope-element,
.page-destination-finder .main-container.notfront fieldset .isotope-element {
  text-align: center;
}
.page-destination-finder .main-container.notfront .destination-finder-block h1,
.page-destination-finder .main-container.notfront fieldset h1 {
  font-size: 56px;
  margin-bottom: 28px;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  text-transform: none;
}
.page-destination-finder .main-container.notfront .destination-finder-block img,
.page-destination-finder .main-container.notfront fieldset img {
  margin: auto;
  cursor: pointer;
  width: 100%;
  transition: none;
}
.page-destination-finder .main-container.notfront .destination-finder-block .btn,
.page-destination-finder .main-container.notfront fieldset .btn {
  font-size: 36px;
  Font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 50px;
  margin-bottom: 30px;
}
.page-destination-finder .main-container.notfront .destination-finder-block .button-row,
.page-destination-finder .main-container.notfront fieldset .button-row {
  text-align: center;
}
.page-destination-finder .main-container.notfront .destination-finder-block .button-row button,
.page-destination-finder .main-container.notfront fieldset .button-row button {
  width: 48%;
  height: 50px;
  font-size: 24px;
  margin-top: 15px;
}
.page-destination-finder .main-container.notfront .destination-finder-block .button-row button#edit-searchagain,
.page-destination-finder .main-container.notfront fieldset .button-row button#edit-searchagain {
  margin-left: 0px;
  margin-right: 2%;
}
.page-destination-finder .main-container.notfront .destination-finder-block .button-row button#edit-back-to-all-holidays,
.page-destination-finder .main-container.notfront fieldset .button-row button#edit-back-to-all-holidays {
  margin-right: 0px;
  margin-left: 2%;
}
.page-destination-finder footer,
.page-destination-finder .footer-container {
  display: none;
}
.page-destination-finder header {
  display: none;
}
.page-destination-finder .inspiration-block {
  cursor: pointer;
  margin: 0 0 15px;
}
.page-destination-finder .inspiration-block:hover img {
  transform: none;
}
.page-destination-finder .inspiration-block .text-image-steps {
  border: 0 none;
  bottom: 10px;
  color: white;
  font-size: 24px;
  font-family: "tuitype_bold", "Calibri", "Arial", sans-serif;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  Text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 992px) {
  .page-destination-finder .destination-finder-content {
    background: transparent;
    padding: 0px 20px 20px;
  }
  .page-destination-finder .main-container {
    position: initial !important;
  }
  .page-destination-finder .main-container.notfront fieldset h1 {
    font-size: 24px;
  }
  .page-destination-finder .destination-header {
    display: none;
  }
  .page-destination-finder .destination-finder-block h1:first-child {
    margin-bottom: 0px !important;
  }
  .page-destination-finder .destination-finder-block .text-left,
  .page-destination-finder .destination-finder-block .text-right {
    padding-top: 50px !important;
    font-size: 30px !important;
  }
  .page-destination-finder .destination-finder-block .inspiration-block {
    margin-bottom: 30px;
  }
  .page-destination-finder .col-xs-12 .inspiration-block {
    width: 50%;
  }
  .page-destination-finder .col-xs-6 .inspiration-block {
    width: 85%;
  }
  .page-destination-finder .inspiration-block {
    display: inline-block;
  }
  .page-destination-finder #destination-finder-result .button-row button#edit-back-to-all-holidays {
    margin-bottom: 15px;
  }
  .page-destination-finder header.header-top-mobile .navbar-brand {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .page-destination-finder .panel-heading .panel-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page-destination-finder header {
    background-color: transparent;
  }
  .page-destination-finder #destination-finder-result .button-row button {
    padding: 0px;
    font-size: 18px;
    margin-bottom: 0px;
    width: 100%;
  }
  .page-destination-finder #destination-finder-result .button-row button#destination-finder-result {
    margin-right: 0px;
  }
  .page-destination-finder #destination-finder-result .button-row button#edit-back-to-all-holidays {
    margin-left: 0px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .page-destination-finder .main-container {
    margin-top: 6% !important;
  }
}
@media screen and (min-width: 768px) {
  .page-destination-finder header.header-top-mobile.navbar-inverse {
    background-color: transparent;
    border-bottom: 0px !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-destination-finder header.header-top-mobile.navbar-inverse .navbar-inverse {
    display: none;
  }
  .page-destination-finder header.header-top-mobile.navbar-inverse a.navbar-brand img {
    width: auto;
    max-width: 200px;
  }
  .page-destination-finder.portrait .main-container {
    margin-top: 150px !important;
  }
  .page-destination-finder.portrait h1.destination-header {
    margin-top: 0px;
  }
  .page-destination-finder h1.destination-header {
    margin-top: 5%;
  }
}
@media screen and (min-width: 992px) {
  .page-destination-finder h1.destination-header {
    margin-top: 3%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 992px) {
  [class*="page-destination-finder-"] .destination-header {
    display: block;
    position: initial !important;
    padding: 30px;
    font-size: 30px;
    color: #092a5e;
  }
}
.ui-widget {
  font-family: "tuitype_regular", "Calibri", "Arial", sans-serif;
  font-size: 16px;
}
[data-icon]:before {
  content: attr(data-icon);
}
[class^='icon-']:before,
[class*=' icon-']:before,
[data-icon]:before,
.way-right:after {
  /*vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;*/
  /*@TODO: change all icons to the tui icons, because on this moment : this part of the code has issues with glyphicons*/
}
.icon-before {
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
i[class^='icon-'],
i[class*=' icon-'],
i[data-icon] {
  font-style: normal;
}
.icon-world:before {
  content: '\1f30d';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-sport:before {
  content: '\26bd';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-sort:before {
  content: '\21c5';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-settings:before {
  content: '\2699';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-refresh:before {
  content: '\27f3';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-price-tag:before {
  content: '\1f3f7';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-notes:before {
  content: '\1f4c4';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-luggage:before {
  content: '\1f4bc';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-entertainment:before {
  content: '\1f3ad';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-email:before {
  content: '\ff20';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-directions-pole:before {
  content: '\e00b';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-creditcard:before {
  content: '\1f4b3';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-back-to-top:before {
  content: '\2912';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-aircraft-down:before {
  content: '\1f6ec';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-aircraft-up:before {
  content: '\1f6eb';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-aircraft:before {
  content: '\2708';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-alarm:before {
  content: '\23f0';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-bear:before {
  content: '\1f43b';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-bed:before {
  content: '\1f6cf';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-best-price:before {
  content: '\1f3c5';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-bubble-close:before {
  content: '\274e';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-bubble-important:before {
  content: '\2757';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-bubble-info:before {
  content: '\2139';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-bus:before {
  content: '\1f68d';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-calendar:before {
  content: '\1f4c6';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-car:before {
  content: '\1f698';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-chat:before {
  content: '\1f4ac';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-check:before {
  content: '\2713';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-clock:before {
  content: '\1f550';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-down:before {
  content: '\2193';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-download:before {
  content: '\e015';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-duration:before {
  content: '\2194';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-eat:before {
  content: '\1f374';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-expert:before {
  content: '\1f5e8';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-facebook:before {
  content: '\e102';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-facility:before {
  content: '\e010';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-filter:before {
  content: '\e011';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-gallery:before {
  content: '\229e';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-gift:before {
  content: '\1f381';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-google-plus:before {
  content: '\e100';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-heart-outline:before {
  content: '\2661';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-heart:before {
  content: '\2665';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-hotel:before {
  content: '\1f3e8';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-house:before {
  content: '\1f3e0';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-left:before {
  content: '\2190';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-list:before {
  content: '\e001';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-location:before {
  content: '\1f4cd';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-mail:before {
  content: '\2709';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-minus:before {
  content: '\ff0d';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-moon:before {
  content: '\1f319';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-navigation:before {
  content: '\e005';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-people-couple:before {
  content: '\1f491';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-people-family:before {
  content: '\1f46a';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-people-friends:before {
  content: '\1f465';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-people-single:before {
  content: '\1f464';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-phone:before {
  content: '\1f4de';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-pictures:before {
  content: '\1f39f';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-play:before {
  content: '\25b6';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-plus:before {
  content: '\ff0b';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-print:before {
  content: '\1f5a8';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-reduced:before {
  content: '\e006';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-reload:before {
  content: '\21ba';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-right:before {
  content: '\2192';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-search:before {
  content: '\1f50d';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-service:before {
  content: '\e007';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-shoe:before {
  content: '\1f45f';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-shopping:before {
  content: '\1f4b0';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-smartphone:before {
  content: '\1f4f1';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-star:before {
  content: '\2b50';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-star-full:before {
  content: '\2b50';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-star-half:before {
  content: '\e009';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-swim:before {
  content: '\e00a';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-thumb:before {
  content: '\1f44e';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-tui-at:before {
  content: '\e202';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-tui-com:before {
  content: '\e203';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-tui-smile:before {
  content: '\e200';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-tui-world-of:before {
  content: '\e204';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-tui:before {
  content: '\e201';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-twitter-bird:before {
  content: '\e101';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-up:before {
  content: '\2191';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-virtual-tour:before {
  content: '\e014';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-water:before {
  content: '\1f30a';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-way-down:before {
  content: '\02c5';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-way-left:before {
  content: '\02c2';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-way-right:before {
  content: '\02c3';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-way-up:before {
  content: '\02c4';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-weather-cloud:before {
  content: '\26c5';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-weather-rain:before {
  content: '\1f327';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-weather-snow:before {
  content: '\1f328';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-weather-sun:before {
  content: '\2600';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-wellness:before {
  content: '\e000';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-wifi:before {
  content: '\e103';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-x:before {
  content: '\2715';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-arrow-down:before {
  content: '\f100';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-arrow-left:before {
  content: '\f101';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-arrow-right:before {
  content: '\f102';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-arrow-up:before {
  content: '\f103';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-close:before {
  content: '\f106';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-close-circle:before {
  content: '\f107';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-expand:before {
  content: '\f109';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-family:before {
  content: '\f10a';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-globe:before {
  content: '\f125';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-info:before {
  content: '\f10e';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-pag-off:before {
  content: '\f112';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-pag-on:before {
  content: '\f113';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-person:before {
  content: '\f114';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-pin:before {
  content: '\f115';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-pin-solid:before {
  content: '\f116';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-plane:before {
  content: '\f117';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-plane-up:before {
  content: '\f118';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-rainy:before {
  content: '\f124';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-relax:before {
  content: '\f11b';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-thumb-down:before {
  content: '\f120';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-thumb-up:before {
  content: '\f121';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-tick-circle:before {
  content: '\f122';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-warning:before {
  content: '\f123';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-boarding-pass:before {
  content: '\e104';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-login:before {
  content: '\e106';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-share:before {
  content: '\e107';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-logout:before {
  content: '\e108';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-aircraft-left:before {
  content: '\e109';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-aircraft-right:before {
  content: '\e110';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-book:before {
  content: '\1f3ab';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-computer:before {
  content: '\1f5a5';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-arrow-exit:before {
  content: '\21De';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-wine-glass:before {
  content: '\1f377';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-ship:before {
  content: '\1f6f3';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-taxi:before {
  content: '\1f696';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-wheelchair:before {
  content: '\267f';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-other:before {
  content: '\20e8';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-question:before {
  content: '\2753';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-youtube-circle:before {
  content: '\e120';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-twitter-circle:before {
  content: '\e121';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-blog-circle:before {
  content: '\e122';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-pinterest-circle:before {
  content: '\e123';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-instagram-circle:before {
  content: '\e124';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-googleplus-circle:before {
  content: '\e125';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
.icon-facebook-circle:before {
  content: '\e126';
  vertical-align: baseline;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "tuiicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
