@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url(/myliligo/css/reset.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #123a4d;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0074ee;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 15px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #74bd56;
  border-color: #66b346; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #60a842;
    border-color: #4d8735; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #60a842;
    border-color: #4d8735; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #74bd56;
    border-color: #66b346; }
  .btn-primary .badge {
    color: #74bd56;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #00223e;
  border-color: #001425; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #000c15;
    border-color: black; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #000c15;
    border-color: black; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #00223e;
    border-color: #001425; }
  .btn-success .badge {
    color: #00223e;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #a7b5ba;
  border-color: #99a9af; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #90a2a8;
    border-color: #768c94; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #90a2a8;
    border-color: #768c94; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #a7b5ba;
    border-color: #99a9af; }
  .btn-info .badge {
    color: #a7b5ba;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #ff5600;
  border-color: #e64d00; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #d64800;
    border-color: #a83900; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d64800;
    border-color: #a83900; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #ff5600;
    border-color: #e64d00; }
  .btn-warning .badge {
    color: #ff5600;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #74BD56;
  border-color: #66b346; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #60a842;
    border-color: #4d8735; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #60a842;
    border-color: #4d8735; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #74BD56;
    border-color: #66b346; }
  .btn-danger .badge {
    color: #74BD56;
    background-color: #fff; }

.btn-link {
  color: #000;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0074ee;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #ddd;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 12px 12px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 15px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 3px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 4px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 4px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.4;
    filter: alpha(opacity=40); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  margin-top: 15px;
  padding: 14px 15px 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.icon-new-air:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-new-car:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-new-cheap:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-new-hotel:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-new-lcm:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-about:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-advice_2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-property:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-passengers:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-cars-dep:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-prev:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-description:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-reset-thin:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-flights:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-nondirect-v2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-next:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-advice_6:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-contact:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-search-timeout:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-check:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-right:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-adults:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-left:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-up:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-advice_5:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-down:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-cross:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-directfilter:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-triangle-down:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-alerts:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-tick:before, .comparesite-container .search-car .search-car-setDrop input[type="checkbox"]:checked + .comparesite_text:before, .search-car .search-car-setDrop .comparesite-container input[type="checkbox"]:checked + .comparesite_text:before, .comparesite-container
.search-car .search-car-setDrop input[type="checkbox"]:checked + label:before,
.search-car .search-car-setDrop .comparesite-container input[type="checkbox"]:checked + label:before, .comparesite-container
.search-car .search-car-setDrop input[type="radio"]:checked + .comparesite_text:before,
.search-car .search-car-setDrop .comparesite-container input[type="radio"]:checked + .comparesite_text:before, .comparesite-container
.search-car .search-car-setDrop input[type="radio"]:checked + label:before,
.search-car .search-car-setDrop .comparesite-container input[type="radio"]:checked + label:before, .comparesite-container
.search-car .search-car-setAge input[type="checkbox"]:checked + .comparesite_text:before,
.search-car .search-car-setAge .comparesite-container input[type="checkbox"]:checked + .comparesite_text:before, .comparesite-container
.search-car .search-car-setAge input[type="checkbox"]:checked + label:before,
.search-car .search-car-setAge .comparesite-container input[type="checkbox"]:checked + label:before, .comparesite-container
.search-car .search-car-setAge input[type="radio"]:checked + .comparesite_text:before,
.search-car .search-car-setAge .comparesite-container input[type="radio"]:checked + .comparesite_text:before, .comparesite-container
.search-car .search-car-setAge input[type="radio"]:checked + label:before,
.search-car .search-car-setAge .comparesite-container input[type="radio"]:checked + label:before, .comparesite-container input[type="checkbox"]:checked + .comparesite_text:before, .comparesite-container input[type="checkbox"]:checked + label:before, .comparesite-container input[type="radio"]:checked + .comparesite_text:before, .comparesite-container input[type="radio"]:checked + label:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-triangle-up:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-advice_3:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-select:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-advice_1:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-commitment:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-sorting2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-airports:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-providers:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-suppliers:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-times:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-direct:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-nondirect:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-advice_4:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-payment:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-cars-ret:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-arrow-right-rounded:before, .rn-carousel-control-next:after {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-arrow-left-rounded:before, .rn-carousel-control-prev:after {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-settings:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-gps:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-arrow-up:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-sorting:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-capacity:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-category:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-reset:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-checknoborder:before, .search-car .search-car-setDrop input[type="checkbox"]:checked + .comparesite_text:before, .search-car .search-car-setDrop input[type="checkbox"]:checked + label:before, .search-car .search-car-setDrop input[type="radio"]:checked + .comparesite_text:before, .search-car .search-car-setDrop input[type="radio"]:checked + label:before, .search-car .search-car-setDrop .comparesite-container input[type="checkbox"]:checked + .comparesite_text:before, .search-car .search-car-setDrop
.comparesite-container input[type="checkbox"]:checked + label:before, .search-car .search-car-setDrop
.comparesite-container input[type="radio"]:checked + .comparesite_text:before, .search-car .search-car-setDrop
.comparesite-container input[type="radio"]:checked + label:before, .search-car .search-car-setAge input[type="checkbox"]:checked + .comparesite_text:before, .search-car .search-car-setAge input[type="checkbox"]:checked + label:before, .search-car .search-car-setAge input[type="radio"]:checked + .comparesite_text:before, .search-car .search-car-setAge input[type="radio"]:checked + label:before,
.search-car .search-car-setAge .comparesite-container input[type="checkbox"]:checked + .comparesite_text:before,
.search-car .search-car-setAge
.comparesite-container input[type="checkbox"]:checked + label:before,
.search-car .search-car-setAge
.comparesite-container input[type="radio"]:checked + .comparesite_text:before,
.search-car .search-car-setAge
.comparesite-container input[type="radio"]:checked + label:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-direct-v2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-type:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-arrow-down:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-infants:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-children:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-direct-big:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-inspire-usd:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-inspire-brl:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-alerts-inverse:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-stop:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-nondirect-big:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-search:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-dot:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-stars:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-magazine:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-comploc-center:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-corner:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-packages:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-arrow-bold-right:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-cars:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-dots:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-arrow-bold-down:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-hotels:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-edit3:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-menu:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-inspire-eur:before, header .header-icon.icon-lcm:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-liligo:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-options:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-amenities:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-filters:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-inspire-gbp:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-hotelname:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-star:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-model:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-like:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-comploc-airport:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-comploc-pin:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-date-end:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-date-start:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-airplane:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-bus:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-train:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-aircon:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-door:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-gear:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-pack:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-psg:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-warning-pin:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-edit:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-passenger:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-logo-small:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-agency:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-private:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-bus-no:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-no:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-airplane-no:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-train-no:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-info:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-info-filled:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-desert:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-lock:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-cabin-bag:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-checked-bag:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-small-bag:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-lightbulb:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-psg2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-pack2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-door2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-aircon2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-gear2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-shuttle:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-comploc-pin2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-keyless:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-route-indicator:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-car-logo:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-cheap-flights-logo:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-hotel-logo:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-plane-logo:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-bus-station:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-train-station:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-departure:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-arrival:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-arrow-right:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-chevron-left:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-luggage:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-refresh:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-switcher:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-warning:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-clock-filled:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-icon-ui-general-24-warning-outlined:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-seat-selection-filled:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-agency:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-p2p:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-train2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-flexible:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-plane_train:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-train3:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-bus2:before {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.icon-alerts:before, .icon-alerts-inverse:before {
  text-transform: lowercase; }

.logo-EDR:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.logo-EXP:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.logo-FR:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.logo-GOV:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.logo-GTG:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.logo-OPO:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.logo-U2:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.logo-VY:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.logo-AF:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.logo-EK:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.logo-HV:before {
  font-family: 'logofont';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 24px;
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }
  .flag-icon:before {
    content: "\00a0"; }

.slideInOut.ng-hide-add, .slideInOut.ng-hide-remove {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: block !important; }

.slideInOut.ng-hide-add.ng-hide-add-active,
.slideInOut.ng-hide-remove {
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.slideInOut.ng-hide-add,
.slideInOut.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1080deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }

.openClose.ng-enter, .openClose.ng-leave-active {
  -webkit-transition: max-height 0.6s;
  transition: max-height 0.6s;
  max-height: 0px;
  overflow: hidden; }

.openClose.ng-enter-active, .openClose.ng-leave {
  max-height: 1000px; }

.contract,
.contract .spinner,
.contract .label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.2) all;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.2) all; }

.contract {
  overflow: hidden;
  width: 100px; }

.contract .spinner {
  display: none; }

.contract.dClick {
  border-radius: 100%;
  width: 52px;
  height: 52px;
  padding: 0;
  text-align: center;
  vertical-align: middle; }

.contract.dClick .label {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none; }

.contract.dClick .spinner {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  margin: 0;
  margin-top: -6px;
  position: relative;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }
  .contract.dClick .spinner, .contract.dClick .spinner:after {
    border-radius: 50%;
    width: 30px;
    height: 30px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.slideup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%; }

.slideup.ng-enter,
.slideup.ng-leave {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.slideup.ng-enter {
  top: 100%; }

.slideup.ng-enter-active {
  top: 0; }

.slideup.ng-leave {
  top: 0; }

.slideup.ng-leave-active {
  top: -100%; }

.collase {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.collapse-xs,
.collapse-1col {
  display: none; }
  .collapse-xs.in,
  .collapse-1col.in {
    display: block; }
  .collapse-xs.collapsing,
  .collapse-1col.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease; }

@media (min-width: 768px) {
  .collapse-xs {
    display: block; } }

@media (min-width: 1008px) {
  .collapse-1col {
    display: block; } }

header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 736px;
  background-color: #00223e;
  color: #fff;
  height: 59px;
  padding-top: 0;
  text-align: left;
  z-index: 1001; }
  header a:focus {
    outline: none; }
  @media (min-width: 768px) {
    header {
      height: 68px;
      padding-top: 0; } }
  @media (min-width: 1008px) {
    header {
      max-width: 960px; } }
  @media (min-width: 1264px) {
    header {
      max-width: 1200px; } }
  @media (min-width: 1324px) {
    header {
      max-width: 1292px; } }
  header .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    line-height: 59px;
    position: relative;
    text-align: center;
    vertical-align: top;
    height: 100%;
    width: auto;
    margin: 0 12px 0 12px; }
    @media (min-width: 1008px) {
      header .menu-item {
        margin: 0 18px 0 18px; } }
    @media (min-width: 768px) {
      header .menu-item-cheap {
        display: none; } }
    header .menu-item:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border: 1px solid transparent;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px; }
    header .menu-item.ng-click-active {
      color: #c9ee00; }
    @media (min-width: 768px) {
      header .menu-item:hover {
        color: #c9ee00; }
      header .menu-item:hover .header-icon {
        fill: #c9ee00; } }
    .taglines header .menu-item {
      opacity: .24; }
      .taglines header .menu-item:hover {
        opacity: 1; }
    header .menu-item .menu-item-label {
      text-transform: capitalize;
      display: none;
      white-space: nowrap; }
      @media (min-width: 768px) {
        header .menu-item .menu-item-label {
          display: block;
          text-align: center;
          line-height: 14px;
          font-weight: 500;
          font-size: 10px;
          padding-bottom: 6px; } }
    header .menu-item-ranking-info {
      height: 100%; }
    header .menu-item-ranking-info-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
    header .menu-item-luggage-info {
      height: 100%; }
    header .menu-item-luggage-info-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
    header .menu-item-currency-changer {
      height: 100%; }
    header .menu-item-currency-changer-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 100%; }
    header .menu-item-mobile {
      display: none; }
    header .menu-item-right {
      display: none; }
      @media (min-width: 768px) {
        header .menu-item-right {
          float: right; }
          .results header .menu-item-right {
            display: block; } }
      header .menu-item-right > div {
        float: left;
        display: block; }
  header .menu-active {
    color: #c9ee00; }
    @media (min-width: 768px) {
      header .menu-active .menu-item-label {
        font-weight: 700; } }
    header .menu-active:before {
      border-color: #C9EE00; }
  header .menu-active .header-icon {
    fill: #c9ee00; }
    header .menu-active .header-icon:before {
      display: block; }
    .taglines header .menu-active .header-icon {
      opacity: 1; }
  @media (min-width: 768px) {
    header .header-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 40px;
      width: 48px;
      fill: white;
      margin: 6px 0 -2px 0; } }
  header .header-icon.icon-air {
    font-size: 26px; }
    header .header-icon.icon-air:before {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: ""; }
    @media (min-width: 768px) {
      header .header-icon.icon-air {
        font-size: 40px; } }
  header .header-icon.icon-hotel {
    font-size: 30px; }
    header .header-icon.icon-hotel:before {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: ""; }
    @media (min-width: 768px) {
      header .header-icon.icon-hotel {
        font-size: 40px; } }
  header .header-icon.icon-car {
    position: relative;
    font-size: 28px;
    top: 1px; }
    header .header-icon.icon-car:before {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: ""; }
    @media (min-width: 768px) {
      header .header-icon.icon-car {
        font-size: 40px; } }
  header .header-icon.icon-cheap {
    position: relative;
    font-size: 26px; }
    header .header-icon.icon-cheap:before {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: ""; }
    @media (min-width: 768px) {
      header .header-icon.icon-cheap {
        font-size: 40px; } }
  header .header-icon.icon-lcm {
    font-size: 30px; }
    @media (min-width: 768px) {
      header .header-icon.icon-lcm {
        font-size: 40px; } }
  header .header-icon.icon-mobile {
    font-size: 30px; }
    @media (min-width: 768px) {
      header .header-icon.icon-mobile {
        font-size: 38px; } }
  header .icon-liligo {
    background-color: #00223e;
    color: #c9ee00;
    cursor: pointer;
    display: inline-block;
    font-size: 37.5px;
    line-height: 68px; }
    @media (min-width: 768px) {
      header .icon-liligo {
        font-size: 45px; } }
    @media (min-width: 1008px) {
      header .icon-liligo {
        padding-left: 6px; }
        .results header .icon-liligo {
          height: 100%;
          border-radius: 0 0 0 40px; } }
    @media (min-width: 1264px) {
      header .icon-liligo {
        padding-left: 0; } }
    @media (min-width: 1324px) {
      header .icon-liligo {
        padding-left: 16px; } }
  header .menu-item-marketselector {
    display: none; }
    @media (min-width: 768px) {
      header .menu-item-marketselector {
        display: inline-block;
        float: right;
        margin-top: 10px; }
        .results header .menu-item-marketselector {
          display: none; }
        .taglines header .menu-item-marketselector {
          display: none; } }
    header .menu-item-marketselector-locale {
      font-size: 32px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 54px; }
    header .menu-item-marketselector-label {
      line-height: 100%;
      margin-top: -10px;
      font-size: 11px; }
    header .menu-item-marketselector-modal {
      right: -58px;
      margin-top: 15px; }
      header .menu-item-marketselector-modal.layers-dropdown {
        width: 220px; }

.liligo-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.toggle-menu {
  background: none;
  border: 0;
  color: #fff;
  float: right;
  font-size: 36px;
  line-height: 57px;
  padding: 0;
  position: relative; }
  .toggle-menu:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px;
    z-index: -1; }
  .toggle-menu.ng-click-active {
    color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 768px) {
    .toggle-menu {
      display: none; } }

.offcanvas,
.fixed {
  height: 100% !important;
  position: relative; }
  @media (min-width: 768px) {
    .offcanvas,
    .fixed {
      position: static;
      height: auto; } }
  .offcanvas h1,
  .fixed h1 {
    visibility: hidden; }

body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) {
    body.fixed {
      position: static;
      width: auto; } }

.fixed {
  overflow: hidden; }
  @media (min-width: 768px) {
    .fixed {
      overflow: visible; } }

.offcanvas {
  overflow: hidden; }

.modal-backdrop {
  cursor: pointer;
  opacity: 0;
  z-index: 1040; }
  .modal-backdrop.panel {
    z-index: 1060; }
  @media (min-width: 768px) {
    .modal-backdrop {
      display: none; } }

.row-offcanvas {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  left: 0; }
  .row-offcanvas:before, .row-offcanvas:after {
    content: " ";
    display: table; }
  .row-offcanvas:after {
    clear: both; }
  .fixed .row-offcanvas {
    -webkit-transition: none; }

.row-offcanvas .sidebar-offcanvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ie8 .row-offcanvas .sidebar-offcanvas {
    display: none; }

.row-offcanvas.active {
  left: -130px;
  overflow: visible; }
  .row-offcanvas.active .modal-backdrop {
    opacity: 1;
    background-color: transparent;
    position: absolute; }

.sidebar-offcanvas {
  left: auto;
  top: 0;
  right: 0;
  height: 100%;
  width: 130px;
  margin-right: -130px;
  margin-left: -130px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #74bd56;
  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset;
  z-index: 1198;
  padding-top: 7.5px;
  position: absolute;
  visibility: visible; }
  .sidebar-offcanvas.modal-open {
    visibility: visible;
    width: 100%; }
    @media (min-width: 768px) {
      .sidebar-offcanvas.modal-open {
        visibility: hidden; } }
    .sidebar-offcanvas.modal-open .sidebar-offcanvas-list-item-currency-changer {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .sidebar-offcanvas.modal-open .sidebar-offcanvas-list-item-currency-changer .currency-changer-toggler {
        display: none; }
  .sidebar-offcanvas .arrow-down {
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #DBFF00;
    height: 0;
    left: 50%;
    margin: 0 -5px;
    position: absolute;
    top: -6px;
    width: 0;
    display: none; }

.sidebar-offcanvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.sidebar-offcanvas-list-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 45px;
  padding-top: 15px;
  padding-bottom: 7.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .sidebar-offcanvas-list-item a {
    color: #fff;
    display: block; }
  .sidebar-offcanvas-list-item i {
    display: block;
    text-align: center; }
  .sidebar-offcanvas-list-item-lcm {
    display: none; }
  .sidebar-offcanvas-list-item-mobile {
    display: none; }

.sidebar-offcanvas-list-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px; }
  .sidebar-offcanvas-list-item-label strong {
    padding-top: 5px;
    white-space: normal;
    display: block;
    line-height: 100%;
    font-weight: 300; }

.sidebar-offcanvas-list-item-market {
  font-size: 35px; }

.sidebar-offcanvas-list-item-currency-changer {
  border-bottom: 0;
  text-align: center; }

.sidebar-offcanvas-list-item-label-market {
  text-transform: uppercase;
  font-weight: 600; }

.marketselector-modal-content {
  color: #123a4d;
  cursor: pointer;
  font-size: 14px;
  line-height: 100%;
  padding: 7.5px 0 0;
  text-align: left; }

.marketselector-modal-content-country {
  margin-bottom: -2.5px; }

.marketselector-modal-content-header {
  color: #a7b5ba;
  font-size: 10px; }

.marketselector-modal-content-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 400;
  width: 80%;
  line-height: 150%; }
  .marketselector-modal-content-label:hover {
    cursor: pointer;
    color: #0074ee; }

.marketselector-modal-content-flag {
  position: absolute;
  right: 10px;
  top: 35px; }

.marketselector-modal-content-list {
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  list-style-type: none;
  margin: -7.5px;
  margin-top: 7.5px;
  padding: 0;
  overflow: hidden;
  max-height: 0; }
  .marketselector-modal-content-list li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #e4e8e9;
    cursor: pointer;
    line-height: 40px;
    padding: 0 7.5px; }
    .marketselector-modal-content-list li i {
      display: inline-block;
      float: left;
      height: 30px;
      margin-right: 12px;
      margin-top: 5px;
      width: 40px; }
      @media (min-width: 768px) {
        .marketselector-modal-content-list li i {
          display: none; } }
    .marketselector-modal-content-list li .icon-checknoborder {
      color: #74bd56;
      float: right;
      font-size: 18px;
      margin-top: -4px;
      width: 15px; }
    .marketselector-modal-content-list li:hover {
      color: #0074ee; }

.marketselector-modal-content-list-open {
  overflow: auto;
  max-height: 300px; }

.modal.marketselector {
  display: block;
  background-color: #fff;
  overflow: hidden; }
  .modal.marketselector .marketselector-modal-content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
    top: 44px;
    bottom: 0px;
    position: fixed; }
  .modal.marketselector .marketselector-modal-content-list-open {
    overflow: visible;
    max-height: 5000px; }
  .modal.marketselector .marketselector-modal-content-flag {
    top: 20px;
    right: 20px; }

body.comparesite {
  background: #fff;
  padding: 100px 0 0;
  text-align: center; }
  body.comparesite h1 {
    position: relative;
    float: none;
    bottom: 0;
    background: url("../img/logo.png") no-repeat top center;
    width: auto;
    height: 120px;
    margin: 0 auto;
    color: #fff;
    font-size: 1px; }
  body.comparesite .datepicker tbody span {
    color: #000;
    vertical-align: middle; }
  body.comparesite p {
    color: #333;
    padding-top: 45px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold; }
  body.comparesite strong {
    background: url(/img/redirect/fr/running.gif) no-repeat scroll 100% 8px;
    padding-right: 40px;
    font-size: 22px;
    color: #74bd56; }

@media (min-width: 768px) {
  .cookiebar-landingpage .results-photo div {
    top: -244px; } }

.cookiebar-container {
  display: none;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1021;
  width: calc(100% - 20px);
  height: auto;
  background-color: white;
  padding: 16px;
  max-width: 1024px;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 34, 62, 0.5);
          box-shadow: 0 0 20px 0 rgba(0, 34, 62, 0.5);
  border-radius: 8px; }
  @media (min-width: 768px) {
    .cookiebar-container {
      width: calc(100% - 48px);
      height: auto;
      background-color: white;
      padding: 18px;
      max-width: 1024px;
      bottom: 24px; } }
  .results .cookiebar-container {
    display: none; }
  .cookiebar-visible.cookiebar-landingpage .cookiebar-container {
    display: block; }

.cookiebar-message {
  text-align: center; }
  .cookiebar-message p {
    margin: 0;
    padding: 0;
    color: #7f909e;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: -0.24px;
    text-align: left; }
  .cookiebar-message a {
    color: #0074ee;
    text-decoration: none;
    white-space: nowrap; }
  .cookiebar-message button.accept {
    outline: none;
    cursor: pointer;
    background-color: #74bd56;
    color: white;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 10px -10px rgba(116, 189, 86, 0.55);
            box-shadow: 0 10px 10px -10px rgba(116, 189, 86, 0.55);
    padding: 11px 16px 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    margin-top: 24px; }
  @media (min-width: 768px) {
    .cookiebar-message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cookiebar-message p {
        color: #A0B6C0;
        font-size: 14px;
        line-height: 22px; }
      .cookiebar-message button.accept {
        margin-left: 20px;
        margin-top: 0; } }

.layers-dropdown {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 16px;
  margin: 10px 0;
  padding: 10px 15px;
  position: absolute;
  text-align: left;
  white-space: normal;
  z-index: 5; }
  .layers-dropdown:before {
    position: absolute;
    left: 50%;
    top: -15px;
    content: '';
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; }

.layers-dn {
  display: none; }

.lili-dropdown {
  position: relative;
  outline: 0;
  cursor: pointer; }
  .lili-dropdown-mobile {
    display: none; }
    @media (min-width: 320px) and (max-width: 767px) {
      .lili-dropdown-mobile {
        display: block;
        position: relative;
        overflow: hidden; } }
    .lili-dropdown-mobile-select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: #fff;
      border: 0;
      font-size: 23px;
      height: 54px;
      margin: 1px;
      padding: 0;
      width: 100%;
      outline: 0; }
      .lili-dropdown-mobile-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000; }
  .lili-dropdown-desktop {
    display: none; }
    @media (max-width: 319px), (min-width: 768px) {
      .lili-dropdown-desktop {
        display: inline-block;
        width: 100%; } }
    .lili-dropdown-desktop-label {
      cursor: pointer;
      font-size: 25px;
      line-height: 32px;
      padding: 0 5px; }
    .lili-dropdown-desktop-list-wrapper {
      z-index: 10;
      width: 100%;
      overflow-y: auto;
      margin-top: 0;
      border-top: 1px solid #d5dcde;
      -webkit-box-shadow: none;
              box-shadow: none; }
      @media (min-width: 320px) and (max-width: 767px) {
        .lili-dropdown-desktop-list-wrapper {
          display: none; } }
      @media (max-width: 319px) {
        .lili-dropdown-desktop-list-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 0; }
          .lili-dropdown-desktop-list-wrapper .top-navigation-message {
            display: block; } }
      @media (min-width: 768px) {
        .lili-dropdown-desktop-list-wrapper {
          margin-left: -15px;
          margin-right: -15px;
          max-height: 300px; }
          .lili-dropdown-desktop-list-wrapper:before, .lili-dropdown-desktop-list-wrapper:after {
            content: " ";
            display: table; }
          .lili-dropdown-desktop-list-wrapper:after {
            clear: both; } }
    .lili-dropdown-desktop-list {
      padding: 0 7.5px;
      color: #123a4d;
      cursor: pointer;
      font-size: 18px;
      line-height: 200%;
      border-bottom: 1px solid #eff5f6; }
      @media (max-width: 319px) {
        .lili-dropdown-desktop-list {
          padding: 0 10px;
          line-height: 30px;
          font-size: 13px; } }
      .lili-dropdown-desktop-list:last-child {
        border-bottom: 0; }
      .lili-dropdown-desktop-list .active {
        color: #ff5600; }
    .lili-dropdown-desktop-option {
      cursor: pointer; }
      .lili-dropdown-desktop-option:hover {
        color: #ff5600; }
    .lili-dropdown-desktop-option-header {
      cursor: default;
      color: #74bd56; }
  .lili-dropdown-icon {
    color: #74bd56;
    font-size: 35px;
    position: absolute;
    right: -10px;
    top: -15px; }
  .lili-dropdown .layers-dropdown:before {
    display: none; }

.currency-changer {
  display: none; }
  @media (min-width: 768px) {
    .currency-changer {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .sidebar-offcanvas-list .currency-changer {
    display: inline-block;
    color: white; }
  .currency-changer-toggler {
    display: none;
    cursor: pointer; }
    .sidebar-offcanvas-list .currency-changer-toggler {
      display: block; }
    @media (min-width: 768px) {
      .currency-changer-toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 600;
        text-align: center; } }
  .currency-changer-name {
    display: none; }
  .currency-changer-sign {
    font-size: 32px;
    line-height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sidebar-offcanvas-list .currency-changer-sign {
      font-size: 35px;
      font-weight: 600; }
  .currency-changer-code {
    display: none;
    font-size: 11px;
    text-transform: uppercase; }
    .sidebar-offcanvas-list .currency-changer-code {
      font-size: 14px;
      font-weight: 300; }
    @media (min-width: 1008px) {
      .currency-changer-code {
        display: block; } }
  @media (min-width: 768px) {
    .currency-changer .custom-combobox-list-item-currency-name {
      display: none; } }
  .currency-changer .custom-combobox-list {
    top: 66px;
    color: #123a4d; }
    .currency-changer .custom-combobox-list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .currency-changer .custom-combobox-list ul .currency-changer-sign {
      display: none; }
    .sidebar-offcanvas-list .currency-changer .custom-combobox-list {
      display: none;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      padding-top: 80px;
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-transform: translatez(0);
              transform: translatez(0); }
      .sidebar-offcanvas-list .currency-changer .custom-combobox-list-return-header {
        height: 56px;
        background-color: #00223e;
        color: #fff;
        font-size: 20px;
        line-height: 56px;
        text-align: left;
        padding-left: 50px;
        cursor: pointer;
        position: fixed;
        width: 100%;
        margin-top: -80px; }
        .sidebar-offcanvas-list .currency-changer .custom-combobox-list-return-header:before {
          font-family: 'lilifont2';
          font-style: normal;
          font-weight: normal;
          speak: none;
          content: "";
          position: absolute;
          left: 10px;
          top: 0px;
          color: #fff;
          font-size: 30px; }
      .sidebar-offcanvas-list .currency-changer .custom-combobox-list-choose-notice {
        color: #fff;
        background-color: #74bd56;
        text-align: left;
        height: 24px;
        font-size: 12px;
        margin-top: -24px;
        position: fixed;
        width: 100%;
        padding: 2px 50px 0; }
      .sidebar-offcanvas-list .currency-changer .custom-combobox-list-item {
        height: 40px;
        line-height: 40px;
        padding-left: 50px;
        text-align: left; }
        .sidebar-offcanvas-list .currency-changer .custom-combobox-list-item:hover {
          background-color: transparent;
          color: #00223e; }
        .sidebar-offcanvas-list .currency-changer .custom-combobox-list-item:nth-child(2n) {
          background-color: #eff4f6; }
        .sidebar-offcanvas-list .currency-changer .custom-combobox-list-item-currency-code {
          font-weight: bold; }
        .sidebar-offcanvas-list .currency-changer .custom-combobox-list-item-currency-name {
          padding-left: 30px;
          font-weight: normal;
          position: absolute;
          left: 75px; }
        .sidebar-offcanvas-list .currency-changer .custom-combobox-list-item-active {
          position: relative; }
          .sidebar-offcanvas-list .currency-changer .custom-combobox-list-item-active:before {
            font-family: 'lilifont2';
            font-style: normal;
            font-weight: normal;
            speak: none;
            content: "";
            position: absolute;
            left: 15px;
            top: 0px;
            color: #74bd56;
            font-size: 20px; }
      .modal-open .sidebar-offcanvas-list .currency-changer .custom-combobox-list {
        position: fixed;
        display: block;
        background-color: white; }
      @media (min-width: 768px) {
        .sidebar-offcanvas-list .currency-changer .custom-combobox-list {
          position: static; } }
    @media (min-width: 768px) {
      .currency-changer .custom-combobox-list .custom-combobox-list-choose-notice, .currency-changer .custom-combobox-list .custom-combobox-list-return-header {
        display: none; } }

.dropdown-menu .currency-changer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 48px;
  width: 100%; }
  .dropdown-menu .currency-changer-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 48px; }
    .dropdown-menu .currency-changer-toggler:after {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: "";
      position: absolute;
      color: white;
      right: 0;
      font-size: 16px;
      margin-right: 8px; }
  .dropdown-menu .currency-changer .open .currency-changer-toggler:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .dropdown-menu .currency-changer-sign, .dropdown-menu .currency-changer-code {
    color: white; }
  .dropdown-menu .currency-changer-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-size: 16px;
    line-height: 27px; }
  .dropdown-menu .currency-changer-sign {
    display: none; }
  .dropdown-menu .currency-changer .sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .dropdown-menu .currency-changer .sign:before {
    font-weight: 600;
    width: 25px;
    text-align: center;
    line-height: 24px;
    margin-right: 12px; }
  .dropdown-menu .currency-changer .sign-\$:before {
    content: '$';
    font-size: 32px; }
  .dropdown-menu .currency-changer .sign-R\$:before {
    content: 'R$';
    font-size: 23px; }
  .dropdown-menu .currency-changer .sign-CHF:before {
    content: 'CHF';
    font-size: 14px; }
  .dropdown-menu .currency-changer .sign-Kč:before {
    content: 'Kč';
    font-size: 23px; }
  .dropdown-menu .currency-changer .sign-kr:before {
    content: 'kr';
    font-size: 23px; }
  .dropdown-menu .currency-changer .sign-€:before {
    content: '€';
    font-size: 32px; }
  .dropdown-menu .currency-changer .sign-£:before {
    content: '£';
    font-size: 32px; }
  .dropdown-menu .currency-changer .sign-Ft:before {
    content: 'Ft';
    font-size: 23px; }
  .dropdown-menu .currency-changer .sign-dh:before {
    content: 'dh';
    font-size: 23px; }
  .dropdown-menu .currency-changer .sign-Kr:before {
    content: 'Kr';
    font-size: 23px; }
  .dropdown-menu .currency-changer .sign-zł:before {
    content: 'zł';
    font-size: 23px; }
  .dropdown-menu .currency-changer .sign-lei:before {
    content: 'lei';
    font-size: 23px; }
  .dropdown-menu .currency-changer.open .custom-combobox-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: inherit; }
    .dropdown-menu .currency-changer.open .custom-combobox-list-return-header {
      display: none; }
    .dropdown-menu .currency-changer.open .custom-combobox-list-choose-notice {
      display: none; }
    .dropdown-menu .currency-changer.open .custom-combobox-list-item-currency-code {
      display: none; }
    .dropdown-menu .currency-changer.open .custom-combobox-list ul {
      width: 100%; }
    .dropdown-menu .currency-changer.open .custom-combobox-list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 48px;
      font-size: 16px;
      padding: 0;
      color: white; }
    .dropdown-menu .currency-changer.open .custom-combobox-list-item:hover {
      background: transparent; }
    .dropdown-menu .currency-changer.open .custom-combobox-list-item-active {
      display: none; }

.infobox {
  width: 100%;
  background-color: #ECF3E5;
  display: table;
  position: relative;
  padding: 10px 20px; }
  .dark-background .infobox {
    border: 0;
    -webkit-box-shadow: 0 1px 3px 1px rgba(18, 58, 77, 0.1);
            box-shadow: 0 1px 3px 1px rgba(18, 58, 77, 0.1); }
  .infobox-text {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px; }
  .infobox-icon {
    display: table-cell;
    width: 32px;
    text-align: center;
    vertical-align: middle; }
    .infobox-icon:before {
      content: 'i';
      display: inline-block;
      background-color: #74bd56;
      color: #FFF;
      font-size: 18px;
      font-family: "Times New Roman", Serif;
      font-style: italic;
      font-weight: bold;
      border-radius: 13px;
      width: 100%; }
    .infobox-icon--new {
      display: none;
      width: auto; }
      .infobox-icon--new:before {
        font-family: 'lilifont2';
        font-style: normal;
        font-weight: normal;
        speak: none;
        content: "";
        background-color: transparent;
        color: #667a8b;
        font-size: 24px; }

@media (max-width: 767px) {
  .content-flex {
    min-height: initial !important; } }

@media (min-width: 768px) {
  .content-flex {
    position: relative; } }

.container.search-container {
  background-color: transparent;
  padding: 0; }
  @media (min-width: 768px) {
    .container.search-container {
      margin: 8px auto 0; }
      .container.search-container form {
        background-color: #fff; }
      .container.search-container form.faded {
        background-color: #dbe1e4; } }

.flight-options-table {
  display: table;
  width: 100%; }
  .flight-options-table:before, .flight-options-table:after {
    content: '';
    display: table-cell;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.3); }

.flight-options-table-cells {
  display: table-cell;
  position: relative;
  min-width: 310px;
  border-width: 13px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: inherit; }
  .flight-options-table-cells:before, .flight-options-table-cells:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDIiPjxwYXRoIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAuMyIgZD0iTTAsMGgxYTEsMSAwIDEsMCAwLDJoLTF6Ii8+PC9zdmc+"); }
  .flight-options-table-cells:after {
    left: auto;
    right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDIiPjxwYXRoIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAuMyIgZD0iTTAsMGgxdjJoLTFhMSwxIDAgMSwwIDAsLTJ6Ii8+PC9zdmc+"); }

.flight-options {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  clear: both;
  margin: 2px;
  border-radius: 15px;
  border: 0 none transparent;
  background-color: transparent;
  color: #fff; }

.flight-options-button {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
  border-radius: 15px;
  line-height: 30px;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer; }
  .flight-options-button.active {
    color: #133a4e;
    text-shadow: none; }

.flight-options-left:after,
.flight-options-right:after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  position: absolute;
  top: 0;
  content: '';
  width: 50%;
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 14px / 15px; }

.flight-options-left:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .ie9 .flight-options-left:after {
    left: 0; }

.flight-options-right:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .ie9 .flight-options-right:after {
    left: auto;
    right: 0; }

.search-flight {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border-top: 0 none; }
  .search-flight:before, .search-flight:after {
    content: " ";
    display: table; }
  .search-flight:after {
    clear: both; }
  .search-flight .comploc-from,
  .search-flight .comploc-to {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    border-bottom: 1px solid #ccd3d8; }
    @media (min-width: 768px) {
      .search-flight .comploc-from,
      .search-flight .comploc-to {
        float: left;
        width: 50%; } }
    @media (max-width: 319px) {
      .search-flight .comploc-from,
      .search-flight .comploc-to {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px; } }
    .search-flight .comploc-from:focus,
    .search-flight .comploc-to:focus {
      outline: none; }
  @media (min-width: 768px) {
    .search-flight .comploc-from {
      border-right: 1px solid #ccd3d8; } }
  .search-flight .datepicker-from,
  .search-flight .datepicker-to {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ccd3d8; }
    @media (max-width: 319px) {
      .search-flight .datepicker-from,
      .search-flight .datepicker-to {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px; } }
  .search-flight .datepicker-from {
    border-right: 1px solid #ccd3d8; }
    @media (max-width: 319px) {
      .search-flight .datepicker-from {
        border-right: 0; } }
    .search-flight .datepicker-from .date:after {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: ""; }
  .search-flight .datepicker-to .date:after {
    font-family: 'lilifont2';
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: ""; }
  @media (max-width: 319px) {
    .search-flight .calendar {
      position: relative;
      float: left;
      width: 75%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0; }
      .search-flight .calendar:after {
        content: '—';
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -6px;
        color: #123a4d;
        line-height: 44px;
        font-size: 13px;
        font-weight: 300; }
      .search-flight .calendar-oneway:after {
        display: none; }
      .search-flight .calendar > .datepickers .date:after {
        display: none; } }
  .search-flight .option-passengers {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccd3d8;
    border-bottom: 1px solid #ccd3d8; }
    @media (min-width: 768px) {
      .search-flight .option-passengers {
        float: left;
        width: 50%; } }
    @media (max-width: 319px) {
      .search-flight .option-passengers {
        position: relative;
        float: left;
        width: 25%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        border-left: 1px solid #ccd3d8;
        border-right: 0; } }
    .search-flight .option-passengers:focus {
      outline: none; }
  .search-flight .option-flightclass {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 57px;
    border-bottom: 1px solid #ccd3d8; }
    @media (min-width: 768px) {
      .search-flight .option-flightclass {
        float: left;
        width: 50%; } }
    @media (max-width: 319px) {
      .search-flight .option-flightclass {
        display: none; } }
    .search-flight .option-flightclass:focus {
      outline: none; }
  @media (min-width: 768px) {
    .search-flight .passengers {
      display: none; } }
  .search-flight .passengers-desktop {
    display: none; }
    @media (min-width: 768px) {
      .search-flight .passengers-desktop {
        margin-left: -15px;
        margin-right: -15px;
        height: 56px;
        display: block; }
        .search-flight .passengers-desktop:before, .search-flight .passengers-desktop:after {
          content: " ";
          display: table; }
        .search-flight .passengers-desktop:after {
          clear: both; } }
  .search-flight .passenger-desktop-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #ccd3d8;
    cursor: pointer;
    height: 56px; }
    @media (min-width: 768px) {
      .search-flight .passenger-desktop-item {
        float: left;
        width: 33.33333%; } }
    .search-flight .passenger-desktop-item:focus {
      outline: none; }
  .search-flight #passenger-picker-adults {
    border: 0; }
    .search-flight #passenger-picker-adults:after {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: ""; }
  .search-flight #passenger-picker-children:after {
    font-family: 'lilifont2';
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: ""; }
  .search-flight #passenger-picker-infants:after {
    font-family: 'lilifont2';
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: ""; }

.faded .comploc-from,
.faded .comploc-to {
  border-color: #afbac2; }

.search-launch {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 auto 20px; }
  .search-launch button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 0;
    font-size: 22px;
    line-height: 37px;
    border-radius: 15px;
    height: 38px;
    background-color: #ff5600;
    color: #fff;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 10px 0 15px;
    padding: 0 10px;
    overflow: hidden;
    font-weight: 400;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 14px auto;
    max-width: 260px;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
    white-space: nowrap;
    padding-bottom: 1px; }
    .taglines .search-launch button:lang(es), .taglines .search-launch button:lang(de) {
      font-size: 19px; }
    @media (max-width: 319px) {
      .search-launch button {
        padding: 0 0;
        font-size: 22px;
        line-height: 39px;
        border-radius: 15px;
        height: 40px;
        background-color: #ff5600;
        color: #fff;
        cursor: pointer;
        border: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        margin: 10px 0 15px;
        padding: 0 10px;
        overflow: hidden;
        font-weight: 400;
        max-width: 230px;
        margin: 14px auto;
        background-image: none;
        border-radius: 8px;
        font-weight: 600; }
        .taglines .search-launch button:lang(es), .taglines .search-launch button:lang(de), .taglines .search-launch button:lang(en) {
          font-size: 16px; } }
    @media (min-width: 768px) {
      .search-launch button {
        width: 50%;
        margin: 10px auto; } }
  .search-launch .search-launch-button-desktop {
    display: none; }
  .search-launch .search-relaunch-button {
    display: none; }
    .relaunch .search-launch .search-relaunch-button {
      display: block; }
  .relaunch .search-launch .search-launch-button-mobile {
    display: none; }

.search-hotel {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border-top: 0 none; }
  .search-hotel:before, .search-hotel:after {
    content: " ";
    display: table; }
  .search-hotel:after {
    clear: both; }
  .search-hotel .comploc-hotel {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    border-bottom: 1px solid #d5dcde; }
    @media (min-width: 768px) {
      .search-hotel .comploc-hotel {
        float: left;
        width: 100%; } }
    @media (max-width: 319px) {
      .search-hotel .comploc-hotel {
        padding: 0 20px; } }
    .search-hotel .comploc-hotel input {
      padding-right: 25px; }
  .search-hotel .datepicker-from,
  .search-hotel .datepicker-to {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #d5dcde; }
    @media (min-width: 768px) {
      .search-hotel .datepicker-from,
      .search-hotel .datepicker-to {
        float: left;
        width: 50%; } }
    @media (max-width: 319px) {
      .search-hotel .datepicker-from,
      .search-hotel .datepicker-to {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px; } }
    .search-hotel .datepicker-from .date:after,
    .search-hotel .datepicker-to .date:after {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: ""; }
  .search-hotel .datepicker-from {
    border-right: 1px solid #d5dcde; }
  .search-hotel .datepicker-to .date:after {
    font-family: 'lilifont2';
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: ""; }
  @media (max-width: 319px) {
    .search-hotel .calendar > .datepickers .datepicker {
      padding-right: 20px; } }
  .search-hotel .passengerpicker,
  .search-hotel .roompicker {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #d5dcde;
    outline: 0; }
    @media (min-width: 768px) {
      .search-hotel .passengerpicker,
      .search-hotel .roompicker {
        float: left;
        width: 50%; } }
    @media (max-width: 319px) {
      .search-hotel .passengerpicker,
      .search-hotel .roompicker {
        padding: 0 20px; } }
  .search-hotel .passengerpicker {
    border-bottom: 1px solid #d5dcde; }
    @media (min-width: 768px) {
      .search-hotel .passengerpicker {
        border-right: 1px solid #d5dcde; } }

.hotel-launch button:after {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  position: relative;
  top: 2px;
  padding-left: 10px;
  vertical-align: bottom;
  font-size: 24px; }

@media (max-width: 319px) {
  .hotel-launch button {
    margin: 9px auto 8px; }
    .hotel-launch button:after {
      display: none; } }

.faded .comploc {
  border-color: #b8c4c8; }

.search-car {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin: 0 auto; }
  .search-car:before, .search-car:after {
    content: " ";
    display: table; }
  .search-car:after {
    clear: both; }
  .search-car .comploc-from,
  .search-car .comploc-to {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border-bottom: 1px solid #a6b2bc; }
    @media (max-width: 319px) {
      .search-car .comploc-from,
      .search-car .comploc-to {
        padding: 0 20px; } }
    @media (min-width: 320px) {
      .search-car .comploc-from input,
      .search-car .comploc-to input {
        padding-right: 25px; } }
    @media (min-width: 768px) {
      .search-car .comploc-from,
      .search-car .comploc-to {
        background-color: transparent; } }
  @media (max-width: 319px) {
    .search-car .search-car-setDrop {
      padding: 8px 20px !important; }
    .search-car .search-car-setAge {
      display: none; } }
  .search-car .search-car-setDrop,
  .search-car .search-car-setAge {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    color: #00223e;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.3); }
    .search-car .search-car-setDrop label,
    .search-car .search-car-setDrop .comparesite_text,
    .search-car .search-car-setAge label,
    .search-car .search-car-setAge .comparesite_text {
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      padding-left: 26px;
      position: relative; }
      @media (max-width: 319px) {
        .search-car .search-car-setDrop label,
        .search-car .search-car-setDrop .comparesite_text,
        .search-car .search-car-setAge label,
        .search-car .search-car-setAge .comparesite_text {
          padding-left: 22px;
          line-height: 18px;
          font-size: 12px; } }
      .search-car .search-car-setDrop label:before,
      .search-car .search-car-setDrop .comparesite_text:before,
      .search-car .search-car-setAge label:before,
      .search-car .search-car-setAge .comparesite_text:before {
        font-family: 'lilifont2';
        font-style: normal;
        font-weight: normal;
        speak: none;
        border: 2px solid #567381;
        border-radius: 4px;
        color: #ff5600;
        content: ' ';
        display: inline-block;
        font-size: 21px;
        height: 20px;
        left: 0;
        line-height: 9px;
        position: absolute;
        text-indent: 1px;
        width: 20px; }
        @media (max-width: 319px) {
          .search-car .search-car-setDrop label:before,
          .search-car .search-car-setDrop .comparesite_text:before,
          .search-car .search-car-setAge label:before,
          .search-car .search-car-setAge .comparesite_text:before {
            width: 16px;
            height: 16px;
            border: 1px solid #9eb2bb;
            background-color: #fff;
            color: #fff;
            font-size: 10px;
            line-height: 19px;
            text-align: center; } }
    .search-car .search-car-setDrop .comparesite_label,
    .search-car .search-car-setAge .comparesite_label {
      padding-left: 0; }
    .search-car .search-car-setDrop input[type="checkbox"],
    .search-car .search-car-setDrop input[type="radio"],
    .search-car .search-car-setAge input[type="checkbox"],
    .search-car .search-car-setAge input[type="radio"] {
      display: none; }
      @media (max-width: 319px) {
        .search-car .search-car-setDrop input[type="checkbox"]:checked + .comparesite_text:before,
        .search-car .search-car-setDrop input[type="checkbox"]:checked + label:before,
        .search-car .search-car-setDrop input[type="radio"]:checked + .comparesite_text:before,
        .search-car .search-car-setDrop input[type="radio"]:checked + label:before,
        .search-car .search-car-setAge input[type="checkbox"]:checked + .comparesite_text:before,
        .search-car .search-car-setAge input[type="checkbox"]:checked + label:before,
        .search-car .search-car-setAge input[type="radio"]:checked + .comparesite_text:before,
        .search-car .search-car-setAge input[type="radio"]:checked + label:before {
          font-family: 'lilifont2';
          font-style: normal;
          font-weight: normal;
          speak: none;
          content: "";
          border: 0 none;
          background-color: #74bd56; } }
    @media (max-width: 319px) {
      .search-car .search-car-setDrop,
      .search-car .search-car-setAge {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px; } }
    .results .relaunch .search-car .search-car-setDrop, .results .relaunch
    .search-car .search-car-setAge {
      background-color: white;
      color: #00223e; }
    .search-car .search-car-setDrop label:before,
    .search-car .search-car-setAge label:before {
      color: #DBFF00;
      border-color: #00223e; }
      .results .relaunch .search-car .search-car-setDrop label:before, .results .relaunch
      .search-car .search-car-setAge label:before {
        color: #ff5600;
        border-color: #567381; }
    @media (min-width: 768px) {
      .search-car .search-car-setDrop,
      .search-car .search-car-setAge {
        background-color: white;
        color: #123a4d;
        border-bottom: 1px solid #a6b2bc; }
        .search-car .search-car-setDrop label:before,
        .search-car .search-car-setAge label:before {
          color: #ff5600;
          border-color: #567381; } }
  .results .relaunch .search-car .search-car-setDrop {
    border-bottom: 1px solid #a6b2bc; }
  .search-car .datepicker-from,
  .search-car .datepicker-to {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff; }
    @media (min-width: 768px) {
      .search-car .datepicker-from,
      .search-car .datepicker-to {
        width: 50%;
        background-color: transparent; } }
  .search-car .modal .datepicker-from,
  .search-car .modal .datepicker-to {
    width: 50%; }
  .search-car .datepicker {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #a6b2bc;
    padding-right: 3.75px;
    outline: none; }
    @media (max-width: 319px) {
      .search-car .datepicker {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        width: 55%; } }
    @media (min-width: 768px) {
      .search-car .datepicker {
        width: 55%; } }
    .search-car .datepicker .date:after {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: "";
      right: 0;
      top: -2px; }
      @media (max-width: 319px) {
        .search-car .datepicker .date:after {
          top: 0; } }
  .search-car .modal .datepicker {
    width: 100%; }
  @media (max-width: 319px) {
    .search-car .calendar > .datepickers .datepicker {
      padding-right: 15px; }
      .search-car .calendar > .datepickers .datepicker .date:after {
        font-size: 24px; } }
  .search-car .datepicker-to .date:after {
    font-family: 'lilifont2';
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: ""; }
  .search-car .timepicker-from,
  .search-car .timepicker-to {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #a6b2bc;
    padding-left: 3.75px;
    font-size: 18px; }
    @media (max-width: 319px) {
      .search-car .timepicker-from,
      .search-car .timepicker-to {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        width: 45%;
        padding: 0 20px; }
        .search-car .timepicker-from:before,
        .search-car .timepicker-to:before {
          content: '';
          position: absolute;
          left: 0;
          top: 20%;
          width: 1px;
          height: 60%;
          background-color: #bed2da; } }
    @media (min-width: 768px) {
      .search-car .timepicker-from,
      .search-car .timepicker-to {
        width: 45%;
        padding-right: 3.75px; } }
  @media (min-width: 768px) {
    .search-car .timepicker-from {
      border-right: 1px solid #a6b2bc; } }
  .search-car .search-car-agepicker {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    padding: 0;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    text-align: right; }
    @media (max-width: 319px) {
      .search-car .search-car-agepicker {
        height: 50px;
        line-height: 50px;
        font-size: 14px; } }
    @media (min-width: 768px) {
      .search-car .search-car-agepicker {
        padding-right: 0; } }
  .search-car .agelabel {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: clip; }
    @media (max-width: 319px) {
      .search-car .agelabel {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 768px) {
      .search-car .agelabel {
        width: 60%; } }
  .search-car .agepicker {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 3.75px; }
    @media (max-width: 319px) {
      .search-car .agepicker {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 768px) {
      .search-car .agepicker {
        width: 40%;
        padding-left: 10px;
        padding-right: 3.75px; } }

@media (max-width: 319px) {
  .car-launch button {
    margin: 9px auto 8px; }
    .car-launch button:before {
      display: none; } }

.faded .comploc-from,
.faded .comploc-to {
  border-color: #8999a6; }

@media (min-width: 768px) {
  .faded .search-car-setDrop {
    background-color: #d8e7e9;
    border-color: #8999a6; } }

#search-package {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin: 0 auto;
  background-color: #fff; }
  #search-package:before, #search-package:after {
    content: " ";
    display: table; }
  #search-package:after {
    clear: both; }
  #search-package label {
    pointer-events: none;
    position: absolute;
    top: 5px;
    z-index: 5;
    color: #74bd56;
    font-size: 11px;
    font-weight: 700; }
    @media (max-width: 319px) {
      #search-package label {
        top: 4px;
        font-size: 10px;
        font-weight: 600; } }
  #search-package .lili-dropdown-desktop-label,
  #search-package .lili-dropdown-mobile-select {
    position: relative;
    z-index: 2;
    height: 54px;
    margin: 0;
    padding: 10px 0 0 0;
    background-color: transparent;
    line-height: 45px;
    font-weight: 300; }
    @media (max-width: 319px) {
      #search-package .lili-dropdown-desktop-label,
      #search-package .lili-dropdown-mobile-select {
        height: 45px;
        line-height: 37px;
        font-size: 16px;
        font-weight: normal; } }

.package-dropdown {
  outline: 0; }
  .package-dropdown i {
    z-index: 2;
    top: 0;
    right: -15px;
    line-height: 51px; }
    @media (max-width: 319px) {
      .package-dropdown i {
        line-height: 43px; } }

.package-field-wrapper {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #d5dcde;
  height: 55px; }
  @media (min-width: 768px) {
    .package-field-wrapper {
      float: left;
      width: 50%; } }
  @media (max-width: 319px) {
    .package-field-wrapper {
      height: 45px;
      padding: 0 20px; }
      .package-field-wrapper:nth-child(n+5) {
        display: none; } }
  @media (min-width: 768px) {
    .package-field-wrapper {
      border-right: 1px solid #d5dcde; }
      .package-field-wrapper.odd {
        border-right: 0 none; }
      .package-field-wrapper.even:last-child {
        border-bottom: 0 none; }
      .package-field-wrapper .layers-dropdown {
        width: 300px; } }

.package-launch button:after {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  position: relative;
  top: 1px;
  padding-left: 10px;
  vertical-align: bottom;
  font-size: 24px; }

@media (max-width: 319px) {
  .package-launch button {
    margin: 9px auto 8px; }
    .package-launch button:after {
      display: none; } }

@media (min-width: 320px) and (max-width: 767px) {
  .flight-comparesites,
  .hotel-comparesites,
  .car-comparesites {
    display: none; } }

.comparesite {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 0;
  margin-bottom: -1px;
  padding: 6px 13px 0;
  background-color: #eff5f6; }
  .comparesite .top-navigation {
    display: none; }
  @media (max-width: 319px) {
    .comparesite {
      padding: 9px 20px 2px;
      background-color: #eff4f6; }
      .comparesite.in-focus {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 501;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 0;
        background-color: #fff; }
        .comparesite.in-focus .top-navigation {
          display: block; } }

.comparesite_showmore-less {
  position: absolute;
  right: 15px;
  bottom: 10px; }
  @media (max-width: 319px) {
    .comparesite_showmore-less .comparesite_show-more {
      color: #0074ee; }
    .in-focus .comparesite_showmore-less {
      position: static; }
      .in-focus .comparesite_showmore-less a {
        display: table;
        line-height: 34px;
        margin: 20px auto;
        padding: 0 16px;
        border-radius: 8px;
        background-color: #74bd56;
        color: #fff;
        font-size: 20px;
        font-weight: 600; } }

.comparesite_show-less {
  display: none; }
  @media (max-width: 319px) {
    .in-focus .comparesite_show-less {
      display: block; } }

.comparesite_title,
.comparesite_title_short,
.comparesite_selectbuttons a,
.comparesite_showmore-less a,
.comparesite_showall_link {
  margin: 0;
  color: #123a4d;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 600; }
  @media (max-width: 319px) {
    .comparesite_title,
    .comparesite_title_short,
    .comparesite_selectbuttons a,
    .comparesite_showmore-less a,
    .comparesite_showall_link {
      opacity: 1;
      font-size: 12px;
      font-weight: normal; } }

@media (max-width: 319px) {
  .comparesite_title {
    display: none; } }

.comparesite_title_short {
  display: none; }
  @media (max-width: 319px) {
    .comparesite_title_short {
      display: block; }
      .in-focus .comparesite_title_short {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: calc(100% - 25px);
        padding: 0 10px;
        font-size: 15px;
        color: #698694;
        line-height: 34px; } }

.comparesite_showall {
  float: right; }

.comparesite_selectbuttons {
  position: absolute;
  top: 6px;
  right: 15px; }
  .ie9 .comparesite_selectbuttons {
    display: none; }
  @media (max-width: 319px) {
    .comparesite_selectbuttons {
      display: none; }
      .in-focus .comparesite_selectbuttons {
        display: block;
        position: static;
        height: 35px;
        padding: 0 10px;
        border-bottom: 1px solid #a7b5ba;
        line-height: 34px;
        text-align: right; }
        .in-focus .comparesite_selectbuttons a {
          color: #0074ee; } }

.comparesite_selectall {
  border-right: 1px solid #aabdc6;
  padding-right: 5px; }

.comparesite_selectnone {
  padding-left: 5px; }

.comparesite-container {
  -webkit-transition: 0.2s max-height ease;
  transition: 0.2s max-height ease;
  overflow: hidden;
  margin-right: 80px;
  padding-top: 6px; }
  .comparesite-container label,
  .comparesite-container .comparesite_text {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding-left: 26px;
    position: relative; }
    @media (max-width: 319px) {
      .comparesite-container label,
      .comparesite-container .comparesite_text {
        padding-left: 22px;
        line-height: 18px;
        font-size: 12px; } }
    .comparesite-container label:before,
    .comparesite-container .comparesite_text:before {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      border: 2px solid #567381;
      border-radius: 4px;
      color: #ff5600;
      content: ' ';
      display: inline-block;
      font-size: 21px;
      height: 20px;
      left: 0;
      line-height: 9px;
      position: absolute;
      text-indent: 1px;
      width: 20px; }
      @media (max-width: 319px) {
        .comparesite-container label:before,
        .comparesite-container .comparesite_text:before {
          width: 16px;
          height: 16px;
          border: 1px solid #9eb2bb;
          background-color: #fff;
          color: #fff;
          font-size: 10px;
          line-height: 19px;
          text-align: center; } }
  .comparesite-container .comparesite_label {
    padding-left: 0; }
  .comparesite-container input[type="checkbox"],
  .comparesite-container input[type="radio"] {
    display: none; }
    @media (max-width: 319px) {
      .comparesite-container input[type="checkbox"]:checked + .comparesite_text:before,
      .comparesite-container input[type="checkbox"]:checked + label:before,
      .comparesite-container input[type="radio"]:checked + .comparesite_text:before,
      .comparesite-container input[type="radio"]:checked + label:before {
        font-family: 'lilifont2';
        font-style: normal;
        font-weight: normal;
        speak: none;
        content: "";
        border: 0 none;
        background-color: #74bd56; } }
  @media (max-width: 319px) {
    .comparesite-container {
      -webkit-transition: none;
      transition: none;
      margin-right: 40px; }
      .in-focus .comparesite-container {
        max-height: none !important;
        margin: 0;
        padding: 0; } }
  .comparesite-container.closed {
    max-height: 35px !important; }

.comparesite_item {
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 10px;
  vertical-align: top; }
  .comparesite_item label:before {
    display: none; }
  @media (max-width: 319px) {
    .in-focus .comparesite_item {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      height: 31px;
      margin: 0;
      padding: 0 10px;
      border-bottom: 1px solid #eff4f6;
      line-height: 30px;
      font-size: 13px; } }

body.bottom-parts-disabled-mobile {
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#123A4D), color-stop(36%, #0d5a8b), color-stop(62%, #366f98), to(#85a4b7));
  background-image: linear-gradient(to bottom, #123A4D 0%, #0d5a8b 36%, #366f98 62%, #85a4b7 100%); }
  @media (min-width: 768px) {
    body.bottom-parts-disabled-mobile {
      background-color: transparent;
      min-height: auto; } }

html.bottom-parts-disabled-mobile.offcanvas {
  height: 100vh; }
  @media (min-width: 768px) {
    html.bottom-parts-disabled-mobile.offcanvas {
      height: 100%; } }

.bottom-parts-disabled-mobile .bg,
.bottom-parts-disabled-mobile .container,
.bottom-parts-disabled-mobile .content {
  background: none; }

.bottom-parts-disabled-mobile.results .row-offcanvas {
  background: #00223e; }
  @media (min-width: 768px) {
    .bottom-parts-disabled-mobile.results .row-offcanvas {
      background: none;
      background: #00223e; } }

.bottom-parts-disabled-mobile .row-offcanvas {
  position: relative; }
  @media (min-width: 768px) {
    .bottom-parts-disabled-mobile .row-offcanvas {
      min-height: auto; } }
  @media (max-width: 768px) {
    .bottom-parts-disabled-mobile .row-offcanvas {
      min-height: 100vh; } }

@media (min-width: 768px) {
  .bottom-parts-disabled-mobile .bg {
    background: #08456d url("//static.liligo.com/mobileweb_v4/brand/liligo/assets/img/backgrounds/hp-background-01.jpg") no-repeat 50% 100%;
    background-size: cover; } }

.bottom-parts-disabled-mobile.results .sidebar-offcanvas {
  display: none; }

@media (min-width: 768px) {
  .bottom-parts-disabled-mobile.results {
    background-image: none;
    background-color: #ffffff; }
    .bottom-parts-disabled-mobile.results .bg {
      height: 200px;
      min-height: 0 !important;
      background-position: 0 50%; }
    .bottom-parts-disabled-mobile.results .content {
      background-color: #ffffff; } }

.bottom-parts-disabled-mobile .sidebar-offcanvas {
  min-height: 100%; }
  @media (min-width: 768px) {
    .bottom-parts-disabled-mobile .sidebar-offcanvas {
      min-height: auto; } }

.bottom-parts-disabled-mobile h1 {
  font-size: 13px;
  bottom: 120px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .bottom-parts-disabled-mobile h1 {
      font-size: 13px;
      font-weight: 300;
      padding-left: 15px;
      padding-right: 15px;
      bottom: 33px; }
      .bottom-parts-disabled-mobile h1:lang(es) {
        bottom: 60px; } }

.bottom-parts-disabled-mobile .hp-footer {
  width: 100%;
  background: transparent;
  min-height: 180px; }
  @media (min-width: 768px) {
    .bottom-parts-disabled-mobile .hp-footer {
      background: #74bd56;
      width: auto;
      min-height: auto; } }

.bottom-parts-disabled-mobile .hp-footer {
  background: transparent; }
  @media (min-width: 768px) {
    .bottom-parts-disabled-mobile .hp-footer {
      background: #74bd56; } }

.bottom-parts-disabled-mobile .hp-footer-copy {
  font-size: 13px;
  padding-bottom: 0;
  color: #123A4D;
  font-weight: 600;
  position: absolute;
  bottom: 90px;
  height: 60px; }
  @media (min-width: 768px) {
    .bottom-parts-disabled-mobile .hp-footer-copy {
      position: static;
      bottom: auto;
      height: auto;
      font-size: 11px;
      padding-bottom: 7.5px;
      color: #fff;
      font-weight: 300; } }

.bottom-parts-disabled-mobile .hp-infoline,
.bottom-parts-disabled-mobile .hp-bottom,
.bottom-parts-disabled-mobile .hp-footer-col,
.bottom-parts-disabled-mobile .hp-footer-wrapper {
  display: none; }
  @media (min-width: 768px) {
    .bottom-parts-disabled-mobile .hp-infoline,
    .bottom-parts-disabled-mobile .hp-bottom,
    .bottom-parts-disabled-mobile .hp-footer-col,
    .bottom-parts-disabled-mobile .hp-footer-wrapper {
      display: block; } }

@media (min-width: 768px) {
  body.bottom-parts-disabled-desktop .hp-bottom, body.bottom-parts-disabled-desktop .hp-footer {
    display: none; } }

.comploc-header {
  position: relative;
  width: 100%;
  padding: 0; }

.comploc-input {
  position: relative;
  background-color: transparent;
  padding: 0 15px 0 0;
  border: 0;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 30px;
  color: transparent; }
  .comploc-input::-ms-clear {
    width: 0;
    height: 0; }
  @media (max-width: 319px) {
    .comploc-input {
      height: 44px;
      padding: 0;
      line-height: 44px;
      font-weight: normal; } }
  .comploc-input.ng-click-active, .comploc-input:focus {
    color: #ff5600; }
    .comploc-input.ng-click-active .icon-dots, .comploc-input:focus .icon-dots {
      color: #ff5600; }
  .comploc-input::-moz-selection {
    background-color: #ff5600;
    color: #fff; }
  .comploc-input::selection {
    background-color: #ff5600;
    color: #fff; }
  @media (max-width: 319px) {
    .comploc-input {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .comploc-input {
      font-size: 26px; } }
  .comploc-input:-ms-input-placeholder {
    color: #a7b5ba; }
  .comploc-input.comploc-input-active {
    color: #00223e; }
    .comploc-input.comploc-input-active.in-focus {
      color: #ff5600; }

.comploc-input-filled {
  position: relative;
  background-color: transparent;
  padding: 0 15px 0 0;
  border: 0;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 30px; }
  .comploc-input-filled::-ms-clear {
    width: 0;
    height: 0; }
  @media (max-width: 319px) {
    .comploc-input-filled {
      height: 44px;
      padding: 0;
      line-height: 44px;
      font-weight: normal; } }
  .comploc-input-filled.ng-click-active, .comploc-input-filled:focus {
    color: #ff5600; }
    .comploc-input-filled.ng-click-active .icon-dots, .comploc-input-filled:focus .icon-dots {
      color: #ff5600; }
  @media (min-width: 768px) {
    .comploc-input-filled {
      padding: 0; } }
  @media (max-width: 319px) {
    .comploc-input-filled {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .comploc-input-filled {
      font-size: 26px; } }
  .comploc-input-filled.comploc-input-filled-hidden {
    display: none; }

.comploc-input-filled-city {
  display: inline-block;
  max-width: calc(100% - 2.5em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom; }

.comploc-input-filled-iata {
  display: inline-block;
  vertical-align: bottom;
  margin-left: .2em;
  color: #a7b5ba; }
  .comploc-input-filled-iata strong {
    font-weight: 300; }

.comploc-clear {
  position: relative;
  position: absolute;
  display: none;
  right: 15px;
  top: 58px;
  width: 28px;
  height: 28px;
  background: #d5dcde;
  border-radius: 14px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  cursor: pointer; }
  .comploc-clear:before {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: -1; }
  .comploc-clear:before {
    z-index: auto; }
  .comploc.in-focus .comploc-clear {
    display: block; }
    @media (min-width: 768px) {
      .comploc.in-focus .comploc-clear {
        display: none; } }
    @media (max-width: 319px) {
      .comploc.in-focus .comploc-clear {
        display: none; } }
  .comploc-clear:after {
    font-family: 'lilifont2';
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: ""; }

.comploc {
  display: block;
  position: relative; }
  .comploc .top-navigation {
    display: none; }
  .comploc.in-focus {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1212;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 768px) {
      .comploc.in-focus {
        -webkit-overflow-scrolling: auto;
        position: static;
        z-index: auto;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto; } }
    .comploc.in-focus .comploc-header {
      border-bottom: 1px solid #a7b5ba; }
      @media (min-width: 768px) {
        .comploc.in-focus .comploc-header {
          border-bottom: 0 none; } }
    .comploc.in-focus .top-navigation {
      display: block; }
      @media (min-width: 768px) {
        .comploc.in-focus .top-navigation {
          display: none; } }
      @media (max-width: 319px) {
        .comploc.in-focus .top-navigation-message {
          display: block; } }
    .comploc.in-focus .comploc-input {
      vertical-align: middle;
      padding: 0 45px 0 15px; }
      @media (max-width: 319px) {
        .comploc.in-focus .comploc-input {
          padding-right: 15px; } }
      @media (min-width: 768px) {
        .comploc.in-focus .comploc-input {
          padding: 0; }
          .car .comploc.in-focus .comploc-input {
            padding: 0 25px 0 0; } }
  .comploc .comploc-suggestions {
    clear: both;
    background-color: #fff; }
    @media (min-width: 768px) {
      .comploc .comploc-suggestions {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 501;
        top: 56px; }
        .results .comploc .comploc-suggestions {
          overflow: auto;
          max-height: calc(100vh - 250px);
          border-top: 1px solid #ddd; } }
    .comploc .comploc-suggestions ul {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      clear: both;
      font-size: 14px;
      overflow: visible;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 768px) {
        .comploc .comploc-suggestions ul {
          -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
                  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          border: 1px solid #ddd; } }
    .comploc .comploc-suggestions li {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative;
      font-size: 16px;
      height: 50px;
      line-height: 50px; }
      @media (max-width: 319px) {
        .comploc .comploc-suggestions li {
          height: 31px;
          line-height: 30px;
          font-size: 13px; } }
      @media (min-width: 768px) {
        .comploc .comploc-suggestions li {
          border: none;
          height: 45px;
          line-height: 45px; } }
      @media (min-width: 768px) {
        .comploc .comploc-suggestions li.group-item .stationName {
          width: calc(100% - 144px); } }
      .comploc .comploc-suggestions li:before {
        font-family: 'lilifont2';
        font-style: normal;
        font-weight: normal;
        speak: none;
        content: "";
        float: left;
        width: 30px;
        margin: 0 0 0 15px;
        vertical-align: top;
        color: #597583;
        font-size: 23px; }
      .comploc .comploc-suggestions li.airport:before {
        font-family: 'lilifont2';
        font-style: normal;
        font-weight: normal;
        speak: none;
        content: ""; }
      @media (min-width: 768px) {
        .comploc .comploc-suggestions li.airport.group-item:before {
          margin-left: 40px; } }
      .comploc .comploc-suggestions li.train-station:before {
        font-family: 'lilifont2';
        font-style: normal;
        font-weight: normal;
        speak: none;
        content: ""; }
      @media (min-width: 768px) {
        .comploc .comploc-suggestions li.train-station.group-item:before {
          margin-left: 40px; } }
      .comploc .comploc-suggestions li .stationName {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        width: calc(100% - 120px); }
        .comploc .comploc-suggestions li .stationName strong {
          position: relative;
          text-decoration: none;
          color: #00223e;
          font-weight: 600; }
          .comploc .comploc-suggestions li .stationName strong:after {
            position: absolute;
            height: 1px;
            margin: 0 auto;
            content: '';
            left: 0;
            right: 0;
            width: 97%;
            background-color: #00223e;
            bottom: 1px; }
        .comploc .comploc-suggestions li .stationName span:last-of-type .comma {
          display: none; }
      .comploc .comploc-suggestions li .iata {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        float: left;
        width: 60px;
        vertical-align: top;
        text-align: right;
        color: #00223e;
        font-weight: 700; }
        .comploc .comploc-suggestions li .iata span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .comploc .comploc-suggestions li .iata strong {
          position: relative;
          float: right;
          color: #00223e;
          font-weight: 700; }
          .comploc .comploc-suggestions li .iata strong:after {
            position: absolute;
            height: 1px;
            margin: 0 auto;
            content: '';
            left: 0;
            right: 0;
            width: 97%;
            background-color: #00223e;
            bottom: 1px;
            bottom: 13px; }
      .comploc .comploc-suggestions li.first-after-group {
        border-top: 1px solid #eff5f6; }
        @media (min-width: 768px) {
          .comploc .comploc-suggestions li.first-after-group {
            border-top: none; } }
      .comploc .comploc-suggestions li.active {
        cursor: pointer;
        background-color: #eff4f6 !important;
        color: #00223e; }
        .comploc .comploc-suggestions li.active strong {
          color: #00223e; }
    .comploc .comploc-suggestions p {
      margin: 0;
      padding: 1em 30px;
      color: #63777e;
      font-size: 14px;
      text-align: center; }
      @media (min-width: 768px) {
        .comploc .comploc-suggestions p {
          top: 0;
          margin: 0; }
          .comploc .comploc-suggestions p.comploc-message-empty {
            display: none; }
          .comploc .comploc-suggestions p.comploc-message-nomatch, .comploc .comploc-suggestions p.comploc-message-loading {
            border: 1px solid #ddd;
            -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
                    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } }

.icon-gps {
  color: #74bd56;
  font-size: 32px;
  text-align: right;
  line-height: 55px;
  margin-top: -56px;
  cursor: pointer;
  margin-right: 12px;
  float: right;
  position: relative; }
  @media (max-width: 319px) {
    .icon-gps {
      display: none;
      line-height: 45px;
      font-size: 28px;
      margin-top: -45px;
      right: 5px; } }
  .faded .icon-gps {
    color: #5ca13f;
    opacity: 0.7; }

.calendar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0; }
  .calendar:focus {
    outline: none; }
  .calendar .modal {
    -webkit-overflow-scrolling: auto;
    display: block;
    background: #fff;
    overflow: auto; }
    @media (min-width: 768px) {
      .calendar .modal {
        bottom: auto;
        height: auto;
        margin-top: 56px;
        padding-bottom: 15px;
        position: absolute; } }
    .calendar .modal .datepickers {
      overflow: hidden;
      position: relative;
      z-index: 1;
      background-color: #123a4d; }
      .calendar .modal .datepickers .datepicker-input {
        color: #a7b5ba;
        margin: 0;
        position: relative; }
        @media (max-width: 319px) {
          .calendar .modal .datepickers .datepicker-input {
            color: #a7b5ba; } }
        .calendar .modal .datepickers .datepicker-input i {
          color: #a7b5ba; }
      .calendar .modal .datepickers .timepicker-from, .calendar .modal .datepickers .timepicker-to {
        display: none; }
      @media (min-width: 768px) {
        .calendar .modal .datepickers {
          display: none; } }

.calendar-message {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  text-align: center; }
  @media (max-width: 319px) {
    .calendar-message {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: calc(100% - 25px);
      padding: 0 10px;
      text-align: left;
      color: #698694;
      font-size: 15px;
      line-height: 34px; } }
  @media (min-width: 768px) {
    .calendar-message {
      height: 30px;
      line-height: 30px; } }
  .calendar-message strong {
    color: #ff5600; }
    @media (max-width: 319px) {
      .calendar-message strong {
        font-weight: normal; } }

.calendar-message-close {
  display: none; }
  @media (min-width: 768px) {
    .calendar-message-close {
      display: block;
      position: absolute;
      top: 5px;
      right: 16px;
      font-size: 18px;
      text-align: right;
      cursor: pointer; }
      .calendar-message-close:after {
        font-family: 'lilifont2';
        font-style: normal;
        font-weight: normal;
        speak: none;
        content: ""; } }

.calendar-body {
  margin-left: -15px;
  margin-right: -15px; }
  .calendar-body:before, .calendar-body:after {
    content: " ";
    display: table; }
  .calendar-body:after {
    clear: both; }

.calendar-month {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .calendar-month {
      float: left;
      width: 50%; } }
  @media (min-width: 768px) {
    .calendar-month {
      max-width: auto; }
      .calendar-month .calendar-next {
        display: none; } }
  .calendar-month .icon-prev,
  .calendar-month .icon-next {
    color: #ff5600; }
  .calendar-month .inactive {
    color: #a7b5ba; }

.calendar-main {
  margin: 0 auto;
  width: 287px; }
  @media (max-width: 319px) {
    .calendar-main {
      width: auto;
      max-width: 287px; } }
  @media (min-width: 768px) {
    .calendar-main {
      width: 231px; } }

.calendar-nextmonth {
  display: none; }
  @media (min-width: 768px) {
    .calendar-nextmonth {
      display: block; }
      .calendar-nextmonth .calendar-next {
        display: block; }
      .calendar-nextmonth .calendar-prev {
        display: none; } }

.calendar-head {
  height: 20px;
  line-height: 20px;
  margin: 1px 0;
  background-color: #e0e5e7;
  font-size: 10px; }
  @media (max-width: 319px) {
    .calendar-head {
      margin: 2px 0;
      background-color: transparent; } }
  @media (min-width: 768px) {
    .calendar-head {
      height: 16px;
      line-height: 16px;
      margin: 2px 20px; } }
  .calendar-head ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 287px;
    margin: 0 auto;
    padding: 0; }
    @media (max-width: 319px) {
      .calendar-head ul {
        width: auto;
        max-width: 287px;
        background-color: #eff4f6; } }
    @media (min-width: 768px) {
      .calendar-head ul {
        width: 231px; } }

.calendar-head li,
.calendar-cell li {
  color: #5c6466;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  width: 41px; }
  @media (max-width: 319px) {
    .calendar-head li,
    .calendar-cell li {
      width: 14.2857%; } }
  @media (min-width: 768px) {
    .calendar-head li,
    .calendar-cell li {
      width: 33px; } }

.calendar-cell {
  margin: 0;
  padding: 0; }
  .calendar-cell li {
    border-bottom: 1px solid #eef1f2;
    border-left: 1px solid #fff;
    height: 41px;
    line-height: 41px;
    font-size: 20px; }
    @media (max-width: 319px) {
      .calendar-cell li {
        height: 27px;
        line-height: 25px;
        border-width: 2px 0;
        border-color: #fff;
        font-size: 14px;
        font-weight: 600; } }
    @media (min-width: 768px) {
      .calendar-cell li {
        height: 33px;
        line-height: 33px;
        font-size: 18px; } }
  .active-ret .calendar-cell .datepicker-today {
    color: #dcdcdc; }
  .calendar-cell .datepicker-disabled,
  .calendar-cell .datepicker-disabled a {
    color: #dcdcdc;
    cursor: default; }
  .calendar-cell .datepicker-enabled {
    cursor: pointer; }
  .calendar-cell .datepicker-cell-today {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0; }
  .calendar-cell .datepicker-today .datepicker-cell-today {
    background: #123a4d;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: transparent #fff; }
    @media (max-width: 319px) {
      .calendar-cell .datepicker-today .datepicker-cell-today {
        border-width: 8px 8px 0 0; } }
    @media (min-width: 768px) {
      .calendar-cell .datepicker-today .datepicker-cell-today {
        border-width: 8px 8px 0 0; } }
  .calendar-cell .triangle-left,
  .calendar-cell .triangle-right {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
    margin-top: -8px; }
  .calendar-cell .triangle-left {
    border-right: 8px solid #ff5600;
    left: -6px; }
  .calendar-cell .triangle-right {
    border-left: 8px solid #ff5600;
    right: -6px; }
  .calendar-cell .datepicker-range {
    background-color: #eff5f6;
    color: #123a4d; }
    @media (max-width: 319px) {
      .calendar-cell .datepicker-range {
        background-color: #bed2da; } }
    .calendar-cell .datepicker-range .datepicker-cell-today {
      border-right: 12px solid #eff5f6; }
  .calendar-cell .datepicker-notthismonth {
    background-color: #fff !important; }
    .calendar-cell .datepicker-notthismonth * {
      visibility: hidden; }
  .calendar-cell .datepicker-dep {
    background-color: #ff5600;
    color: #fff;
    position: relative;
    z-index: 1; }
    .active-dep .calendar-cell .datepicker-dep .datepicker-cell-today {
      border-right: 12px solid #ff5600; }
    .active-ret .calendar-cell .datepicker-dep {
      background-color: #00223e; }
      .active-ret .calendar-cell .datepicker-dep .datepicker-cell-today {
        border-right: 12px solid #00223e; }
      .active-ret .calendar-cell .datepicker-dep small {
        border-left: 8px solid #00223e; }
  .calendar-cell .datepicker-ret {
    background-color: #ff5600;
    color: #fff; }
    .active-dep .calendar-cell .datepicker-ret {
      background-color: #00223e; }
      .active-dep .calendar-cell .datepicker-ret small {
        border-right: 8px solid #00223e; }
  .calendar-cell .datepicker-same small {
    border: 0; }
  .active-dep .calendar-cell .datepicker-same,
  .active-ret .calendar-cell .datepicker-same {
    background-color: #ff5600; }

.calendar-centered-heading {
  margin-left: -15px;
  margin-right: -15px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0;
  text-align: center; }
  .calendar-centered-heading:before, .calendar-centered-heading:after {
    content: " ";
    display: table; }
  .calendar-centered-heading:after {
    clear: both; }
  @media (max-width: 319px) {
    .calendar-centered-heading {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .calendar-centered-heading {
      margin-bottom: 0;
      font-size: 14px; } }
  .domain-fr .calendar-centered-heading {
    text-transform: lowercase; }

.calendar-prev,
.calendar-next {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
  text-align: left;
  z-index: 2;
  font-size: 16px; }
  @media (max-width: 319px) {
    .calendar-prev,
    .calendar-next {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 768px) {
    .calendar-prev,
    .calendar-next {
      padding: 0 30px; } }

.calendar-next {
  float: right;
  text-align: right; }

.calendar-monthname {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1; }

.calendar-header {
  margin-left: -15px;
  margin-right: -15px; }
  .calendar-header:before, .calendar-header:after {
    content: " ";
    display: table; }
  .calendar-header:after {
    clear: both; }

.calendar-header i {
  line-height: 30px; }
  @media (min-width: 768px) {
    .calendar-header i {
      padding: 0; } }

.calendar-days-selected {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ff5600;
  padding: 6px 0;
  text-align: center;
  font-size: 22px;
  margin-bottom: -15px; }
  @media (min-width: 768px) {
    .calendar-days-selected {
      font-size: 20px; } }
  @media (max-width: 319px) {
    .calendar-days-selected {
      display: none; } }

.datepicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }
  @media (max-width: 319px) {
    .calendar > .datepickers .datepicker {
      padding-left: 20px;
      padding-right: 0; } }
  .modal .datepicker {
    background-color: #dbe1e4;
    border-bottom: 0; }
  .datepicker:focus {
    outline: none; }
  .domain-fr .datepicker .date {
    text-transform: lowercase; }
  .datepicker .date:after {
    color: #74bd56;
    font-size: 30px;
    line-height: 56px;
    position: absolute;
    right: -1px;
    top: 0; }
    @media (max-width: 319px) {
      .datepicker .date:after {
        line-height: 46px;
        font-size: 26px; } }
    .faded .datepicker .date:after {
      color: #5ca13f;
      opacity: 0.7; }
      @media (max-width: 319px) {
        .faded .datepicker .date:after {
          color: #5ca13f; } }
  .datepicker .day {
    float: left;
    min-width: 36px;
    padding-right: .25em;
    font-size: 26px;
    line-height: 56px; }
    @media (max-width: 319px) {
      .datepicker .day {
        min-width: 27px;
        padding-top: 3px;
        line-height: 40px;
        font-size: 18px; } }
    @media (min-width: 768px) {
      .datepicker .day {
        display: inline-block;
        float: none; } }
    .search-car .datepicker .day {
      float: left; }
  .datepicker .small {
    display: inline-block;
    width: 50%;
    padding-bottom: 3px;
    vertical-align: middle; }
    @media (max-width: 319px) {
      .datepicker .small {
        width: auto; } }
    .datepicker .small small {
      display: block;
      padding-right: .25em;
      line-height: 12px;
      font-size: 11px;
      font-weight: bold; }
      @media (max-width: 319px) {
        .datepicker .small small {
          line-height: 11px;
          font-size: 9px;
          font-weight: 600; } }

.datepicker-input,
.datepicker-input-desktop {
  position: relative;
  background-color: transparent;
  padding: 0 15px 0 0;
  border: 0;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent; }
  .datepicker-input::-ms-clear,
  .datepicker-input-desktop::-ms-clear {
    width: 0;
    height: 0; }
  @media (max-width: 319px) {
    .datepicker-input,
    .datepicker-input-desktop {
      height: 44px;
      padding: 0;
      line-height: 44px;
      font-weight: normal; } }
  .datepicker-input.ng-click-active, .datepicker-input:focus,
  .datepicker-input-desktop.ng-click-active,
  .datepicker-input-desktop:focus {
    color: #ff5600; }
    .datepicker-input.ng-click-active .icon-dots, .datepicker-input:focus .icon-dots,
    .datepicker-input-desktop.ng-click-active .icon-dots,
    .datepicker-input-desktop:focus .icon-dots {
      color: #ff5600; }
  .datepicker-input.active,
  .datepicker-input-desktop.active {
    color: #ff5600; }
    .datepicker-input.active i,
    .datepicker-input-desktop.active i {
      color: #ff5600; }
    .datepicker-input.active .icon-dots,
    .datepicker-input-desktop.active .icon-dots {
      color: #ff5600; }

.active-dep .datepicker-input-dep,
.active-ret .datepicker-input-ret {
  color: #ff5600; }
  .active-dep .datepicker-input-dep .date:after,
  .active-ret .datepicker-input-ret .date:after {
    color: #ff5600; }
  .calendar .modal .active-dep .datepicker-input-dep,
  .calendar .modal .active-dep .datepicker-input-dep .date:after, .calendar .modal
  .active-ret .datepicker-input-ret,
  .calendar .modal
  .active-ret .datepicker-input-ret .date:after {
    color: #ff5600; }

.active-dep .datepicker-from,
.active-ret .datepicker-to,
.modal .active-dep .datepicker-from .datepicker,
.modal .active-ret .datepicker-to .datepicker {
  background-color: #fff; }
  @media (max-width: 319px) {
    .active-dep .datepicker-from,
    .active-ret .datepicker-to,
    .modal .active-dep .datepicker-from .datepicker,
    .modal .active-ret .datepicker-to .datepicker {
      border-width: 0 1px 1px 1px;
      border-style: solid;
      border-color: transparent; } }

@media (max-width: 319px) {
  .active-dep .datepicker-to,
  .active-ret .datepicker-from,
  .modal .active-dep .datepicker-to .datepicker,
  .modal .active-ret .datepicker-from .datepicker {
    background-color: #eff4f6;
    border-style: solid;
    border-width: 0 1px 1px 1px; }
  .active-ret .datepicker-from {
    border-color: transparent #bed2da #bed2da transparent; }
  .active-dep .datepicker-to {
    border-color: transparent transparent #bed2da #bed2da; }
  .modal .active-dep .datepicker-from .datepicker,
  .modal .active-ret .datepicker-to .datepicker,
  .modal .active-dep .datepicker-to .datepicker,
  .modal .active-ret .datepicker-from .datepicker {
    border-width: 0; } }

@media (min-width: 768px) {
  .datepicker-input .date .small {
    width: auto; }
    .datepicker-input .date .small small {
      display: inline;
      font-size: 20px;
      font-weight: 300; }
  .search-car .datepicker-input .date small {
    display: block;
    font-size: 11px;
    font-weight: 600; } }

.datepicker-picker-disabled {
  color: #a7b5ba;
  font-size: 18px; }
  @media (max-width: 319px) {
    .datepicker-picker-disabled {
      display: none; } }

.passengers {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: relative; }
  .passengers .modal {
    display: block;
    background: #fff;
    overflow: visible; }
    @media (max-width: 319px) {
      .passengers .modal .top-navigation-message {
        display: block; } }
  .passengers .passengers-input {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 30px;
    font-weight: 300;
    padding-left: 15px;
    height: 56px;
    line-height: 48px; }
    .passengers .passengers-input:before, .passengers .passengers-input:after {
      content: " ";
      display: table; }
    .passengers .passengers-input:after {
      clear: both; }
    @media (max-width: 319px) {
      .passengers .passengers-input {
        height: 44px;
        font-size: 16px;
        font-weight: normal; } }
    .passengers .passengers-input.active {
      color: #ff5600; }
    .passengers .passengers-input:after {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: "";
      display: inline-block;
      color: #74bd56;
      font-size: 32px; }
      @media (max-width: 319px) {
        .passengers .passengers-input:after {
          padding-left: 6px;
          vertical-align: top;
          font-size: 26px;
          line-height: 44px; } }

.passenger-picker {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  line-height: 55px;
  border-bottom: 1px solid #d2d9dc; }
  .passenger-picker:before, .passenger-picker:after {
    content: " ";
    display: table; }
  .passenger-picker:after {
    clear: both; }
  @media (max-width: 319px) {
    .passenger-picker {
      line-height: 43px; } }

.passenger-picker-minus,
.passenger-picker-plus {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 0;
  width: 40px;
  line-height: 50px;
  font-size: 16px;
  text-align: left;
  color: #ff5600; }
  @media (max-width: 319px) {
    .passenger-picker-minus,
    .passenger-picker-plus {
      left: 22px;
      line-height: 44px; } }

.passenger-picker-minus:after {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.passenger-picker-plus:after {
  font-family: 'lilifont2';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: ""; }

.passenger-picker-plus {
  text-align: right;
  left: auto;
  right: 30px; }
  @media (max-width: 319px) {
    .passenger-picker-plus {
      right: 22px; } }

.passenger-picker-value {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 45px;
  font-size: 20px;
  font-weight: 300; }
  @media (max-width: 319px) {
    .passenger-picker-value {
      font-size: 16px;
      font-weight: normal; } }
  .passenger-picker-value span {
    padding-left: .5em;
    color: #a7b5ba; }
  .passenger-picker-value i {
    vertical-align: sub;
    color: #74bd56;
    font-size: 32px; }

.passenger-counter {
  color: #ff5600;
  padding: 6px 0;
  text-align: center;
  font-size: 22px;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .passenger-counter {
      font-size: 20px; } }
  @media (max-width: 319px) {
    .passenger-counter {
      display: none; } }

.passenger-submit {
  display: none; }
  @media (max-width: 319px) {
    .passenger-submit {
      display: table;
      height: 35px;
      margin: 20px auto 0;
      padding: 0 20px;
      line-height: 35px;
      border-radius: 8px;
      background-color: #74bd56;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-weight: 600; } }

.passengers-desktop {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .passengers-desktop .layers-dropdown {
    border-top: 1px solid #d5dcde;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 3px -15px; }
    .passengers-desktop .layers-dropdown:before {
      display: none; }

.passenger-desktop-item:focus {
  color: #ff5600; }
  .passenger-desktop-item:focus:after {
    color: #ff5600; }

.passenger-desktop-item:after {
  color: #74bd56;
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 4px; }

.passenger-desktop-item-container {
  font-size: 26px;
  position: relative;
  top: 2px;
  left: -15px;
  width: 100px;
  padding-left: 15px;
  height: 55px;
  z-index: 1; }

.passenger-desktop-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #a7b5ba;
  font-size: 11px;
  font-weight: 600;
  margin-top: -8px; }

.passenger-desktop-item-modal {
  margin-left: -15px;
  margin-right: -15px;
  background: #fff;
  position: absolute;
  top: 53px;
  width: 100px;
  z-index: 1; }
  .passenger-desktop-item-modal:before, .passenger-desktop-item-modal:after {
    content: " ";
    display: table; }
  .passenger-desktop-item-modal:after {
    clear: both; }

.passenger-desktop-item-modal-item {
  border-bottom: 1px solid #eff5f6;
  color: #123a4d;
  cursor: pointer;
  font-size: 18px;
  line-height: 200%;
  padding: 0 6px; }
  .passenger-desktop-item-modal-item:hover, .passenger-desktop-item-modal-item.active {
    color: #ff5600; }
  .passenger-desktop-item-modal-item:last-child {
    border: 0; }

.flightclass {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .flightclass:focus {
    color: #ff5600;
    outline: none; }

.flightclass-select-wrapper {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .flightclass-select-wrapper {
      overflow: visible; } }
  .flightclass-select-wrapper:after {
    font-family: 'lilifont2';
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    color: #74bd56;
    line-height: 56px;
    font-size: 35px;
    pointer-events: none;
    z-index: auto; }
    @media (max-width: 319px) {
      .flightclass-select-wrapper:after {
        right: -12px;
        line-height: 50px;
        font-size: 32px; } }
    .flightclass:focus .flightclass-select-wrapper:after {
      color: #ff5600; }
  .flightclass-select-wrapper .layers-dropdown {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #d5dcde;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
    width: 300px; }
    .flightclass-select-wrapper .layers-dropdown:before, .flightclass-select-wrapper .layers-dropdown:after {
      content: " ";
      display: table; }
    .flightclass-select-wrapper .layers-dropdown:after {
      clear: both; }
    .flightclass-select-wrapper .layers-dropdown:before {
      display: none; }

.flightclass-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  font-size: 23px;
  font-weight: 300;
  height: 54px;
  margin: 1px;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 500; }
  @media (max-width: 319px) {
    .flightclass-select {
      height: 48px;
      font-size: 20px; } }
  .flightclass-select:focus {
    outline: none; }
  @media (min-width: 768px) {
    .flightclass-select {
      display: none; } }

.flightclass-select::-ms-expand {
  display: none; }

.flightclass-select-custom {
  display: none; }
  @media (min-width: 768px) {
    .flightclass-select-custom {
      display: block; }
      .flightclass-select-custom:focus {
        outline: none; } }

.flightclass-select-custom-label {
  cursor: pointer;
  font-size: 25px;
  font-weight: 300;
  line-height: 56px; }

.flightclass-select-custom-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #eff5f6;
  padding: 0 7.5px;
  color: #123a4d;
  cursor: pointer;
  font-size: 18px;
  line-height: 200%; }
  .flightclass-select-custom-item:hover, .flightclass-select-custom-item.active {
    color: #ff5600; }
  .flightclass-select-custom-item:last-child {
    border-bottom: 0; }

.recentsearches {
  margin-left: -15px;
  margin-right: -15px; }
  .recentsearches:before, .recentsearches:after {
    content: " ";
    display: table; }
  .recentsearches:after {
    clear: both; }
  .recentsearches h2 {
    color: #a7b5ba;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    margin: 2px 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      .recentsearches h2 {
        display: inline-block;
        line-height: 21px;
        font-size: 18px;
        text-align: right;
        max-width: 140px;
        margin: 0;
        padding: 6px 0;
        vertical-align: top; } }
  @media (min-width: 768px) {
    .content-flex .recentsearches {
      position: absolute;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding-bottom: 40px; } }
  @media (min-width: 768px) {
    .content-flex .recentsearches:after {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 40px;
      background-color: #fff;
      text-align: center;
      font-size: 30px; } }

.recent-searches-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #374a53;
  padding: 0 20px 6px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .recent-searches-container {
      height: 55px;
      padding-bottom: 0;
      margin-bottom: 0;
      background-color: rgba(3, 20, 28, 0.6);
      text-align: center; } }

.recent-searches-item-desktop {
  display: none; }
  @media (min-width: 768px) {
    .recent-searches-item-desktop {
      display: inline-block; } }

.recent-searches-item-mobile {
  display: block; }
  @media (min-width: 768px) {
    .recent-searches-item-mobile {
      display: none; } }

@media (min-width: 768px) {
  .recent-searches-item {
    position: relative;
    max-width: 320px;
    padding: 7px 0 7px 15px;
    text-align: left; }
    .recent-searches-item:after {
      background-image: linear-gradient(-179deg, rgba(167, 181, 186, 0) 3%, #A7B5BA 53%, rgba(167, 181, 186, 0) 100%);
      content: " ";
      height: 42px;
      position: absolute;
      left: 7.5px;
      top: 5px;
      width: 1px; } }

.recent-searches-body {
  color: #fff;
  cursor: pointer; }

.recent-searches-data {
  border-top: 1px dashed #567381;
  font-size: 20px;
  margin: 0 15px;
  padding: 7px 0;
  line-height: 20px; }
  @media (min-width: 768px) {
    .recent-searches-data {
      padding: 0;
      border: 0;
      margin: -4px 0 0; } }

.recent-searches-fromto {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px; }
  .recent-searches-fromto * {
    display: inline-block;
    vertical-align: middle; }
  .recent-searches-fromto strong {
    font-weight: 400; }
  .recent-searches-fromto .icon-arrow-right {
    padding: 0 5px;
    font-size: 16px; }
    .recent-searches-fromto .icon-arrow-right.pull-left {
      position: relative;
      left: -1px; }

.recent-searches-date {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #a7b5ba;
  font-size: 14px;
  margin-top: -1px; }
  .recent-searches-date em {
    font-style: normal; }
  .domain-fr .recent-searches-date {
    text-transform: lowercase; }

.stepper-element:focus {
  outline: none; }

.stepper-input {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  background-color: transparent;
  padding: 0 15px 0 0;
  border: 0;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  text-align: center;
  font-size: 26px;
  padding-right: 0; }
  .stepper-input::-ms-clear {
    width: 0;
    height: 0; }
  @media (max-width: 319px) {
    .stepper-input {
      height: 44px;
      padding: 0;
      line-height: 44px;
      font-weight: normal; } }
  .stepper-input.ng-click-active, .stepper-input:focus {
    color: #ff5600; }
    .stepper-input.ng-click-active .icon-dots, .stepper-input:focus .icon-dots {
      color: #ff5600; }
  @media (max-width: 319px) {
    .stepper-input {
      font-size: 18px; } }
  .stepper-input:focus {
    outline: none; }
  .stepper-input .picker-minus, .stepper-input .picker-plus {
    color: #ff5600;
    font-size: 16px;
    position: absolute;
    width: 50%;
    text-align: left;
    top: 0;
    left: 0; }
  .stepper-input .picker-plus {
    left: auto;
    text-align: right;
    right: 0; }
  .stepper-input .inactive {
    color: #a7b5ba; }
  .stepper-input .picker-plus .icon-next:after,
  .stepper-input .picker-minus .icon-prev:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 220, 222, 0)), color-stop(50%, #d5dcde), to(rgba(213, 220, 222, 0)));
    background-image: linear-gradient(rgba(213, 220, 222, 0), #d5dcde 50%, rgba(213, 220, 222, 0));
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 50%;
    width: 1px;
    height: 42px;
    margin-top: -21px; }
    .ie9 .stepper-input .picker-plus .icon-next:after, .ie9
    .stepper-input .picker-minus .icon-prev:after {
      background-color: rgba(213, 220, 222, 0); }
    @media (max-width: 319px) {
      .stepper-input .picker-plus .icon-next:after,
      .stepper-input .picker-minus .icon-prev:after {
        display: none; } }
  .stepper-input .picker-plus .icon-next:after {
    right: 30px; }
    .search-car .stepper-input .picker-plus .icon-next:after {
      right: 22px; }
  .stepper-input .picker-minus .icon-prev:after {
    left: 30px; }
    .search-car .stepper-input .picker-minus .icon-prev:after {
      left: 22px; }

.result-container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .result-container {
      max-width: 736px; } }
  @media (min-width: 1008px) {
    .result-container {
      max-width: 976px; } }
  @media (min-width: 1264px) {
    .result-container {
      max-width: 1232px; } }
  @media (min-width: 1324px) {
    .result-container {
      max-width: 1292px; } }
  @media (min-width: 1008px) {
    .result-container .results-header {
      float: right;
      left: 0;
      margin: 0; } }
  @media (min-width: 768px) and (max-width: 1007px) {
    .result-container.filters-open .flight-results, .result-container.filters-open .hotel-results, .result-container.filters-open .car-results {
      -webkit-transform: translateX(50%) translateX(-50vw) translateX(240px);
      transform: translateX(50%) translateX(-50vw) translateX(240px);
      -webkit-transform: translateX(50%) translateX(-50vw) translateX(calc(env(safe-area-inset-left) + 240px));
              transform: translateX(50%) translateX(-50vw) translateX(calc(env(safe-area-inset-left) + 240px)); } }

.custom-combobox {
  position: relative;
  display: inline-block; }
  .custom-combobox-button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eff4f6), to(#dbe6eb));
    background-image: linear-gradient(to bottom, #eff4f6 0%, #dbe6eb 100%);
    background-repeat: repeat-x;
    line-height: 30px;
    padding: 0 1em;
    border: 0;
    border: 1px solid #a0b6c0;
    border-radius: 8px;
    white-space: nowrap;
    font-weight: 600; }
    .ie9 .custom-combobox-button {
      background-color: #eff4f6; }
    .custom-combobox-button:after {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: "";
      margin: 0 -4px 0 3px;
      vertical-align: middle;
      font-size: 10px; }
  .custom-combobox-list {
    display: none;
    position: absolute;
    left: 50%;
    top: 48px;
    z-index: 3;
    min-width: 90px;
    margin: 0;
    padding: 10px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    list-style: none; }
    @media (min-width: 768px) {
      .custom-combobox-list {
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    @media (min-width: 768px) {
      .custom-combobox-list:before {
        -webkit-transform: translate(-50%, 0) rotate(45deg);
                transform: translate(-50%, 0) rotate(45deg);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        content: '';
        position: absolute;
        z-index: -1;
        left: 50%;
        top: -7px;
        width: 13px;
        height: 13px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
                box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); } }
    @media (min-width: 768px) {
      .custom-combobox-list:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff; } }
    .custom-combobox-list-item {
      padding: 2px 14px;
      white-space: nowrap;
      cursor: pointer; }
    .custom-combobox-list-item:hover {
      background-color: #74bd56;
      color: #fff; }
    .custom-combobox-list-item-active {
      font-weight: 700; }
  .custom-combobox.open .custom-combobox-list {
    display: inline-block; }

body.results .bg {
  background-image: none !important;
  background-color: #00223e !important; }

body.results header {
  display: none; }
  @media (min-width: 768px) {
    body.results header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

body.ipad.price-modal-open {
  position: fixed;
  overflow: hidden;
  width: 100%; }

#html {
  height: 100%; }
  #html.touch {
    touch-action: manipulation;
    -ms-touch-action: manipulation; }
    @media (min-width: 992px) {
      #html.touch {
        -ms-touch-action: auto;
            touch-action: auto; } }
  #html *:not(input) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  text-rendering: auto;
  overflow-x: hidden; }
  body:not(.results).in-iframe {
    overflow: hidden; }
  body h1 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1; }
  body.taglines h1,
  body.results h1 {
    display: none; }

body:not(.taglines) .sem_labels h2, body:not(.taglines) .sem_labels h3 {
  display: none; }

@media (max-width: 767px) {
  .taglines .sem_labels h2, .taglines .sem_labels h3 {
    display: none; } }

@media (min-width: 768px) {
  .taglines:not(.results) {
    min-height: 720px !important; }
    .taglines:not(.results) .sem_labels h2 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: 55px;
      line-height: 55px;
      margin: 0;
      padding: 0 20px;
      background-color: rgba(3, 20, 28, 0.6);
      color: #fff;
      font-size: 23px;
      font-weight: 300;
      text-align: center;
      border-bottom: 1px solid #c9ee00; }
    .taglines:not(.results) .sem_labels h3 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 19px;
      line-height: 42px;
      margin: 0;
      background-color: rgba(3, 20, 28, 0.6);
      color: #fff;
      font-size: 34px;
      font-weight: 300;
      text-align: center; }
    .taglines:not(.results) .sem_labels h2 span,
    .taglines:not(.results) .sem_labels h3 span,
    .taglines:not(.results) .sem_labels h2 strong,
    .taglines:not(.results) .sem_labels h3 strong {
      color: #8fc800;
      font-weight: normal; }
    .taglines:not(.results) #liligo_content {
      min-height: 0 !important; }
    .taglines:not(.results) .bg-container {
      height: calc(100vh - 55px); }
  .cookiebar-visible.taglines:not(.results) .sem_labels h3 {
    padding-bottom: 60px; } }

#bg-wrapper {
  height: 900px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }
  @media (min-width: 768px) {
    #bg-wrapper {
      top: auto;
      left: auto; }
      .taglines:not(.results) #bg-wrapper {
        height: 100%; }
        .taglines:not(.results) #bg-wrapper div {
          -webkit-filter: blur(2px);
                  filter: blur(2px); }
        .taglines:not(.results) #bg-wrapper:before {
          content: '';
          position: fixed;
          top: 0;
          right: -15px;
          bottom: 0;
          left: -15px;
          z-index: 1;
          background-color: rgba(3, 20, 28, 0.35); } }

.bg {
  margin-left: -15px;
  margin-right: -15px;
  display: none;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%; }
  .bg:before, .bg:after {
    content: " ";
    display: table; }
  .bg:after {
    clear: both; }
  .bg-active {
    opacity: 1; }
  .bg__mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-179deg, #1c546e 0%, #698694 36%, #9fb6be 62%, #c7d4da 100%); }
    @media (min-width: 768px) {
      .bg__mobile {
        display: none; } }
  body:not(.results) .bg {
    border-top: 1px solid #c9ee00; }
  @media (min-width: 768px) {
    .bg {
      display: block; }
      body:not(.results) .bg {
        border-top: 1px solid #c9ee00; } }
  .taglines:not(.results) .bg {
    top: 0;
    height: 100%;
    min-height: 0 !important;
    position: fixed; }

@media (min-width: 992px) {
  body:not(.results) .sod_logo {
    position: absolute;
    left: 28px;
    top: 30px;
    background-image: url("/mobileweb_v4/brand/liligo/assets/img/sod-2016.png");
    width: 86px;
    height: 94px; } }

.container {
  background: #c7d4da; }
  @media (min-width: 768px) {
    .container {
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 8px;
      width: 600px;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .container:before, .container:after {
        content: " ";
        display: table; }
      .container:after {
        clear: both; } }
  @media (max-width: 767px) {
    .container {
      height: auto; } }
  .results .container {
    background: #ffffff;
    margin-left: -15px;
    margin-right: -15px; }
    .results .container:before, .results .container:after {
      content: " ";
      display: table; }
    .results .container:after {
      clear: both; }
    @media (min-width: 768px) {
      .results .container {
        background: #ffffff;
        height: auto;
        position: relative;
        width: auto; } }

.content {
  margin-left: -15px;
  margin-right: -15px;
  min-width: 270px; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  .results .content {
    position: relative; }

.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-height: calc(100vh - 56px);
  position: relative;
  padding: 0;
  background-color: #ffffff; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }
  @media (min-width: 768px) {
    .wrapper {
      min-height: calc(100vh - 80px); } }
  .dark-background .wrapper {
    background-color: #f6f7f8; }

a:hover, a:focus {
  text-decoration: none; }

button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }

.btn:active, .btn.active {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.loader {
  position: absolute;
  z-index: 9999; }
  .loader .loader-content {
    background: #ffffff;
    bottom: 0;
    color: #000;
    padding-top: 30px;
    position: fixed;
    top: 0;
    width: 100%; }
  .loader .spinner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    border-width: 5px;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
    border-radius: 15px;
    -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite; }
  .loader p {
    text-align: center;
    width: 100%; }

.top-navigation {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eff5f6;
  border-bottom: 1px solid #a7b5ba;
  height: 44px;
  position: relative;
  z-index: 1; }
  @media (max-width: 319px) {
    .top-navigation {
      height: 34px;
      overflow: hidden;
      background-color: #eff4f6;
      border-bottom: 1px solid #bed2da; } }
  @media (min-width: 768px) {
    .top-navigation {
      display: none; } }
  .top-navigation-item {
    color: #0074ee;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 38px;
    padding: 0 15px; }
    @media (max-width: 319px) {
      .top-navigation-item {
        position: absolute;
        margin-left: 100%;
        padding: 0;
        line-height: 32px;
        color: #123a4d; } }
    .top-navigation-item:before {
      font-family: 'lilifont2';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: "";
      font-size: 20px;
      position: relative;
      top: 2px; }
      @media (max-width: 319px) {
        .top-navigation-item:before {
          font-family: 'lilifont2';
          font-style: normal;
          font-weight: normal;
          speak: none;
          content: "";
          top: 0;
          left: -24px;
          font-size: 15px; } }
  .top-navigation-message {
    display: none; }
    @media (max-width: 319px) {
      .top-navigation-message {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: calc(100% - 25px);
        height: 33px;
        padding: 0 10px;
        color: #698694;
        font-size: 15px;
        line-height: 33px; }
        .top-navigation-message strong {
          color: #ff5600;
          font-weight: normal; } }

.fixed-footer {
  background: #00223e;
  bottom: 0;
  height: 45px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: left;
  width: 100%;
  z-index: 1211; }

.fixed-footer-success {
  color: #74bd56;
  font-size: 24px;
  line-height: 44px;
  position: absolute;
  right: -15px;
  width: 25%; }
  .fixed-footer-success.ng-click-active {
    color: #c5e600; }
  .fixed-footer-success i {
    color: #74bd56;
    font-size: 26px;
    left: -35px;
    position: absolute;
    top: -2px; }

.fixed-footer-warning {
  color: #ff5600;
  font-size: 24px;
  left: 50px;
  line-height: 44px;
  position: absolute;
  width: 25%; }
  .fixed-footer-warning.ng-click-active {
    color: #e64d00; }
  .fixed-footer-warning i {
    color: #ff5600;
    font-size: 26px;
    left: -35px;
    position: absolute;
    top: -2px; }

.btn-radio {
  padding: 3px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 4px;
  background: #fff;
  color: #333; }

.btn-selected {
  padding: 3px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 4px;
  background: #00223e;
  color: #fff; }
  .btn-selected:hover, .btn-selected:focus {
    color: #fff; }

.submit {
  margin-left: -15px;
  margin-right: -15px; }
  .submit:before, .submit:after {
    content: " ";
    display: table; }
  .submit:after {
    clear: both; }

footer {
  padding-bottom: 10px;
  text-align: center; }
  footer p {
    font-size: 10px;
    margin: 0; }

.ng-hide,
.ng-cloak {
  display: none; }

@-ms-viewport {
  width: auto !important; }

.page-end, .page-end ~ *:not(.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links) {
  display: none;
  visibility: hidden; }

.llgSticky {
  position: fixed;
  top: 8px;
  width: 300px; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 24px;
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }
  .flag-icon:before {
    content: "\00a0"; }

.providers {
  display: none; }
  @media (min-width: 768px) {
    .providers {
      display: block;
      margin: 0 15px 15px;
      color: #fff;
      text-align: center; } }
  .providers-title {
    line-height: 32px;
    font-size: 26px;
    font-weight: 300; }
    .providers-title a {
      color: #c9ee00;
      text-decoration: none; }
      .providers-title a:hover {
        text-decoration: underline; }
  .providers-logo {
    padding: 8px 0;
    font-size: 20px; }
    .providers-logo span {
      padding: 0 8px; }

.hp-banner {
  display: none;
  position: absolute;
  right: 0;
  top: 110px; }
  .hp-banner img {
    border-radius: 80px;
    height: 80px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 80px; }

.hp-infoline {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding: 0 20px;
  background: #74bd56;
  color: #fff; }
  .results .hp-infoline {
    display: none; }
  .hp-infoline:before, .hp-infoline:after {
    content: " ";
    display: table; }
  .hp-infoline:after {
    clear: both; }

@media (min-width: 768px) {
  .hp-infoline-inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: table; } }

.hp-infoline-inner-about,
.hp-infoline-inner-commitment,
.hp-infoline-inner-contact {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px; }
  @media (min-width: 768px) {
    .hp-infoline-inner-about,
    .hp-infoline-inner-commitment,
    .hp-infoline-inner-contact {
      display: inline-block;
      height: 46px;
      line-height: 46px;
      padding: 0 10px; }
      .hp-infoline-inner-about:hover,
      .hp-infoline-inner-commitment:hover,
      .hp-infoline-inner-contact:hover {
        color: #00223e; }
        .hp-infoline-inner-about:hover a,
        .hp-infoline-inner-commitment:hover a,
        .hp-infoline-inner-contact:hover a {
          color: #00223e; } }
  .hp-infoline-inner-about i,
  .hp-infoline-inner-commitment i,
  .hp-infoline-inner-contact i {
    display: table-cell;
    font-size: 35px;
    padding-right: 15px;
    text-align: left;
    vertical-align: middle;
    width: 35px; }
    @media (min-width: 768px) {
      .hp-infoline-inner-about i,
      .hp-infoline-inner-commitment i,
      .hp-infoline-inner-contact i {
        padding-right: 0; } }
  .hp-infoline-inner-about a,
  .hp-infoline-inner-commitment a,
  .hp-infoline-inner-contact a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
    @media (min-width: 768px) {
      .hp-infoline-inner-about a,
      .hp-infoline-inner-commitment a,
      .hp-infoline-inner-contact a {
        width: auto;
        padding-left: 7.5px;
        border-bottom: 0;
        white-space: nowrap;
        text-align: left; } }

.hp-infoline-inner-contact a {
  border: 0; }

.hp-bottom {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0; }
  .hp-bottom:before, .hp-bottom:after {
    content: " ";
    display: table; }
  .hp-bottom:after {
    clear: both; }
  .results .hp-bottom {
    display: none; }

.hp-bottom-column1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px dashed #a7b5ba; }

.hp-bottom-column2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.hp-bottom-module {
  margin-left: -15px;
  margin-right: -15px;
  background: #f5fafc; }
  .hp-bottom-module:before, .hp-bottom-module:after {
    content: " ";
    display: table; }
  .hp-bottom-module:after {
    clear: both; }
  .hp-bottom-module h2 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
  .hp-bottom-module .rn-carousel-indicator {
    background: transparent;
    display: inline-block;
    margin-bottom: 15px; }
    .hp-bottom-module .rn-carousel-indicator span {
      color: #a7b5ba;
      font-size: 18px;
      padding: 0 3px; }
    .hp-bottom-module .rn-carousel-indicator .active {
      color: #567381; }

.hp-bottom-paged {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  .hp-bottom-paged .content {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden; }
    .hp-bottom-paged .content:before, .hp-bottom-paged .content:after {
      content: " ";
      display: table; }
    .hp-bottom-paged .content:after {
      clear: both; }
  .hp-bottom-paged .group {
    height: 100%; }
  .hp-bottom-paged .col {
    background: transparent;
    display: inline-block;
    height: 100%; }
  .hp-bottom-paged .item {
    margin-top: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center; }
  .hp-bottom-paged .details {
    position: relative;
    text-align: left;
    top: 240px; }
    @media (min-width: 768px) {
      .hp-bottom-paged .details {
        top: 180px; } }
    @media (min-width: 1200px) {
      .hp-bottom-paged .details {
        top: 220px; } }
  .hp-bottom-paged .city,
  .hp-bottom-paged .price {
    line-height: 60px; }
  .hp-bottom-paged .city {
    background: #74bf5b;
    background: rgba(157, 183, 0, 0.8);
    color: #fff;
    filter: alpha(opacity=80);
    float: left;
    font-size: 22px;
    left: -20px;
    padding-left: 15px;
    width: 60%; }
    @media (min-width: 768px) {
      .hp-bottom-paged .city {
        padding-left: 15px; } }
  .hp-bottom-paged .price {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    color: #ff5600;
    display: inline-block;
    filter: alpha(opacity=80);
    float: right;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    width: 40%; }
    .hp-bottom-paged .price span {
      padding-right: 15px; }
      @media (min-width: 768px) {
        .hp-bottom-paged .price span {
          padding-right: 15px; } }
  .hp-bottom-paged .counter {
    border-radius: 40px;
    border: 1px solid #74bd56;
    color: #74bd56;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    margin: 0 7.5px 7.5px 0;
    text-align: center;
    width: 36px; }
    @media (min-width: 768px) {
      .hp-bottom-paged .counter {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 0 none;
        font-size: 16px;
        font-weight: 700; } }
  .hp-bottom-paged h3 {
    color: #74bd56;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
    max-width: 240px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    margin-top: -20px;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .hp-bottom-paged h3 {
        font-size: 24px;
        max-width: 320px; } }
  .hp-bottom-paged i {
    padding-bottom: 12px; }
  .hp-bottom-paged p {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    padding: 0 15px;
    position: relative;
    white-space: normal; }
    @media (min-width: 768px) {
      .hp-bottom-paged p {
        color: #747c83;
        font-size: 14px;
        line-height: 22px; } }

.hp-bottom-flightroute {
  display: none; }
  .hp-bottom-flightroute .rn-carousel-container,
  .hp-bottom-flightroute .group {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px !important; }
    @media (min-width: 768px) {
      .hp-bottom-flightroute .rn-carousel-container,
      .hp-bottom-flightroute .group {
        width: 768px !important; } }
    @media (min-width: 1200px) {
      .hp-bottom-flightroute .rn-carousel-container,
      .hp-bottom-flightroute .group {
        width: 1200px !important; } }
  .hp-bottom-flightroute h2 {
    border-top: 0; }
  .hp-bottom-flightroute .col {
    height: 100%;
    width: 320px; }
    @media (min-width: 768px) {
      .hp-bottom-flightroute .col {
        width: 256px; } }
    @media (min-width: 1200px) {
      .hp-bottom-flightroute .col {
        width: 300px; } }
  .hp-bottom-flightroute .item {
    background-color: #ddd;
    cursor: pointer;
    height: 320px;
    width: 320px; }
    @media (min-width: 768px) {
      .hp-bottom-flightroute .item {
        width: 256px;
        height: 256px;
        margin: 0 -5px; } }
    @media (min-width: 1200px) {
      .hp-bottom-flightroute .item {
        width: 300px;
        height: 300px;
        margin: 0 5px; } }
  .hp-bottom-flightroute .rn-carousel-control {
    display: none; }
    @media (min-width: 992px) {
      .hp-bottom-flightroute .rn-carousel-control {
        display: block;
        top: 110px; } }

@media (min-width: 992px) {
  .hp-bottom-advice .rn-carousel-container,
  .hp-bottom-unique .rn-carousel-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 992px; } }

@media (min-width: 1200px) {
  .hp-bottom-advice .rn-carousel-container,
  .hp-bottom-unique .rn-carousel-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px; } }

.hp-bottom-advice .col,
.hp-bottom-unique .col {
  vertical-align: top; }
  @media (min-width: 992px) {
    .hp-bottom-advice .col,
    .hp-bottom-unique .col {
      width: 50%; } }
  @media (min-width: 1200px) {
    .hp-bottom-advice .col,
    .hp-bottom-unique .col {
      width: 50%; } }

.hp-bottom-advice .group,
.hp-bottom-unique .group {
  height: 100%; }

@media (min-width: 768px) {
  .hp-bottom-advice .item,
  .hp-bottom-unique .item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px; } }

@media (min-width: 992px) {
  .hp-bottom-advice .item,
  .hp-bottom-unique .item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px; } }

@media (min-width: 1200px) {
  .hp-bottom-advice .item,
  .hp-bottom-unique .item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px; } }

.hp-bottom-advice .rn-carousel-controls,
.hp-bottom-unique .rn-carousel-controls {
  display: none; }
  @media (min-width: 768px) {
    .hp-bottom-advice .rn-carousel-controls,
    .hp-bottom-unique .rn-carousel-controls {
      display: block; } }

.hp-bottom-advice i,
.hp-bottom-unique i {
  display: none; }

.hp-bottom-advice p,
.hp-bottom-unique p {
  margin-top: 0;
  margin-bottom: 7.5px; }
  @media (min-width: 992px) {
    .hp-bottom-advice p,
    .hp-bottom-unique p {
      padding-top: 15px; } }

@media (min-width: 992px) {
  .hp-bottom-unique .col {
    width: 100%; } }

@media (min-width: 992px) {
  .hp-bottom-unique .item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px; } }

@media (min-width: 1200px) {
  .hp-bottom-unique .item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px; } }

.hp-bottom-unique h3 {
  margin: -10px 0 10px;
  text-align: center; }

@media (min-width: 768px) {
  .item-advice_1 h3,
  .item-advice_1 i {
    color: #4ac4e2; } }

.item-advice_1 i {
  background: -webkit-linear-gradient(#75BF5B, #4AC4E2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (min-width: 768px) {
  .item-advice_1 .counter {
    background: #4ac4e2;
    color: #fff; } }

@media (min-width: 768px) {
  .item-advice_1 p {
    border-top: 1px solid #4ac4e2; } }

@media (min-width: 768px) {
  .item-advice_2 h3,
  .item-advice_2 i {
    color: #ff7272; } }

.item-advice_2 i {
  background: -webkit-linear-gradient(#FFA6E6, #FF7272);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (min-width: 768px) {
  .item-advice_2 .counter {
    background: #ff7272;
    color: #fff; } }

@media (min-width: 768px) {
  .item-advice_2 p {
    border-top: 1px solid #ff7272; } }

@media (min-width: 768px) {
  .item-advice_3 h3,
  .item-advice_3 i {
    color: #9a7dbc; } }

.item-advice_3 i {
  background: -webkit-linear-gradient(#FF7272, #9A7DBC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (min-width: 768px) {
  .item-advice_3 .counter {
    background: #9a7dbc;
    color: #fff; } }

@media (min-width: 768px) {
  .item-advice_3 p {
    border-top: 1px solid #9a7dbc; } }

@media (min-width: 768px) {
  .item-advice_4 h3,
  .item-advice_4 i {
    color: #75bf5b; } }

.item-advice_4 i {
  background: -webkit-linear-gradient(#65DFD3, #75BF5B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (min-width: 768px) {
  .item-advice_4 .counter {
    background: #75bf5b;
    color: #fff; } }

@media (min-width: 768px) {
  .item-advice_4 p {
    border-top: 1px solid #75bf5b; } }

@media (min-width: 768px) {
  .item-advice_5 h3,
  .item-advice_5 i {
    color: #e2a138; } }

.item-advice_5 i {
  background: -webkit-linear-gradient(#9BEA33, #E2A138);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (min-width: 768px) {
  .item-advice_5 .counter {
    background-color: #e2a138;
    color: #fff; } }

@media (min-width: 768px) {
  .item-advice_5 p {
    border-top: 1px solid #e2a138; } }

@media (min-width: 768px) {
  .item-advice_6 h3,
  .item-advice_6 i {
    color: #ff5a00; } }

.item-advice_6 i {
  background: -webkit-linear-gradient(#FFAD32, #FF5A00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (min-width: 768px) {
  .item-advice_6 .counter {
    background: #ff5a00;
    color: #fff; } }

@media (min-width: 768px) {
  .item-advice_6 p {
    border-top: 1px solid #ff5a00; } }

@media (min-width: 768px) {
  .hp-bottom-advice i {
    display: block;
    font-size: 90px;
    height: 120px;
    margin: -20px 0 10px;
    text-align: center; } }

.rn-carousel-control {
  background: #74bd56;
  color: #fff;
  cursor: pointer;
  height: 50px;
  position: absolute;
  top: 11px;
  width: 60px; }
  .rn-carousel-control:hover {
    color: #00223e; }
    .rn-carousel-control:hover a {
      color: #00223e; }
  .rn-carousel-control:after {
    font-size: 45px;
    padding: 7px;
    line-height: 50px; }

.rn-carousel-control-next {
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  right: 0; }

.rn-carousel-control-prev {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  left: 0; }

.hp-bottom-module-disclaimer {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px;
  margin: -10px 0 0;
  padding-bottom: 12px; }
  @media (min-width: 768px) {
    .hp-bottom-module-disclaimer {
      text-align: center; } }

.hp-bottom-unique-article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .hp-bottom-unique-article {
      float: left;
      width: 50%; } }

.hp-footer {
  margin-left: -15px;
  margin-right: -15px;
  background: #74bd56;
  color: #fff; }
  .hp-footer:before, .hp-footer:after {
    content: " ";
    display: table; }
  .hp-footer:after {
    clear: both; }
  .results .hp-footer {
    display: none; }

.hp-footer-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin: 20px 0; }
  .hp-footer-wrapper:before, .hp-footer-wrapper:after {
    content: " ";
    display: table; }
  .hp-footer-wrapper:after {
    clear: both; }
  @media (min-width: 992px) {
    .hp-footer-wrapper {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 900px; } }

.hp-footer-col {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .hp-footer-col {
      float: left;
      width: 75%; } }
  @media (min-width: 768px) {
    .hp-footer-col {
      padding-right: 0; } }
  .hp-footer-col.hp-footer-col-last {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .hp-footer-col.hp-footer-col-last {
        float: left;
        width: 25%; } }
    @media (min-width: 768px) {
      .hp-footer-col.hp-footer-col-last {
        padding-right: 15px;
        padding-left: 0; } }
  .hp-footer-col ul {
    list-style-type: none;
    margin: 0;
    padding: 3px 0; }
  .hp-footer-col li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    padding-bottom: 2px;
    padding-right: 0; }
    .hp-footer-col li span {
      cursor: pointer;
      font-size: 14px; }
      .hp-footer-col li span:after {
        content: ' -'; }
      .hp-footer-col li span:hover {
        color: #00223e; }
    .hp-footer-col li ul {
      padding-left: 7.5px; }
  .hp-footer-col .sublist-hidden ul {
    display: none; }
  .hp-footer-col .sublist-hidden span:after {
    content: ' +'; }
  .hp-footer-col h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    border-bottom: 1px solid #00223e;
    font-size: 14px; }
  .hp-footer-col p {
    font-size: 12px;
    margin: 0; }
    @media (min-width: 768px) {
      .hp-footer-col p {
        font-size: 14px; } }
  .hp-footer-col a {
    color: #fff;
    cursor: pointer;
    font-size: 14px; }
    .hp-footer-col a:hover {
      color: #00223e; }
    @media (min-width: 768px) {
      .hp-footer-col a {
        font-size: 14px; } }

.hp-footer-col-last .hp-footer-col-wrapper {
  margin-left: -15px; }

.hp-footer-about,
.hp-footer-sitemap,
.hp-footer-mobile,
.hp-footer-world {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .hp-footer-about,
    .hp-footer-sitemap,
    .hp-footer-mobile,
    .hp-footer-world {
      float: left;
      width: 33.33333%; } }

.hp-footer-world {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .hp-footer-world {
      float: left;
      width: 100%; } }

.hp-footer-nl-button {
  padding: 0 0;
  font-size: 20px;
  line-height: 35px;
  border-radius: 15px;
  background: #518f38;
  display: inline-block;
  font-size: 17px;
  margin-top: 7.5px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .hp-footer-nl-button {
      width: 50%; } }
  .hp-footer-nl-button:hover {
    background: #477c31; }
  .hp-footer-col .hp-footer-nl-button:hover {
    color: #fff; }

.hp-footer-copy {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
  padding: 30px 0 7.5px;
  text-align: center; }

.rn-carousel-container {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
  overflow: hidden;
  position: relative; }
  .rn-carousel-container:before, .rn-carousel-container:after {
    content: " ";
    display: table; }
  .rn-carousel-container:after {
    clear: both; }
  .fullmap .rn-carousel-container {
    display: none; }

.rn-carousel-slides {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  white-space: nowrap; }
  .gallery .rn-carousel-slides {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

/* IE 9 */
.rn-carousel-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000;
  display: inline-block;
  height: 175px;
  overflow: hidden;
  vertical-align: middle;
  white-space: normal;
  width: 100%; }
  .rn-carousel-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: 0; }
  .gallery .rn-carousel-slide {
    height: auto; }
    .gallery .rn-carousel-slide img {
      max-width: 100%; }

.rn-carousel-indicator {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  cursor: pointer;
  display: none;
  height: 20px;
  position: relative;
  text-align: center;
  width: 100%; }
  .gallery .rn-carousel-indicator {
    display: block; }
  .rn-carousel-indicator span {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: #333; }
  .rn-carousel-indicator span:before {
    content: '\25cf'; }
  .rn-carousel-indicator .active {
    color: #fff; }

.rn-carousel-slides {
  height: 175px;
  left: 0;
  top: 0;
  width: 100%; }
/*# sourceMappingURL=forms.css.map */
