@charset "UTF-8";
:root {
  --primary-color: #091f40;
  --primary-color-h: 0;
  --primary-color-s: 100%;
  --primary-color-l: 42%;
  --primary-color-text: hsl(0, 0%, 100%);
  --primary-color-text-h: 0;
  --primary-color-text-s: 0%;
  --primary-color-text-l: 100%;
  --secondary-color: #13b5ea;
  --secondary-color-h: 0;
  --secondary-color-s: 0%;
  --secondary-color-l: 19%;
  --secondary-color-text: hsl(0, 0%, 100%);
  --secondary-color-text-h: 0;
  --secondary-color-text-s: 0%;
  --secondary-color-text-l: 100%;
  --accent-color: #13b5ea;
  --accent-color-h: 37;
  --accent-color-s: 100%;
  --accent-color-l: 53%;
  --accent-color-text: hsl(0, 0%, 20%);
  --accent-color-text-h: 0;
  --accent-color-text-s: 0%;
  --accent-color-text-l: 20%;
}

/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.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,
menu,
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-color: 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;
}

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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  background-color: #f8f9fa;
}

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

a {
  color: #091f40;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(0, 0, 0);
  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: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.6;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 20px;
}

h2, .h2 {
  font-size: 18px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 92%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #091f40;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(3, 9, 19);
}

.text-success {
  color: #ffffff;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(230, 230, 230);
}

.text-info {
  color: #000000;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(0, 0, 0);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102, 81, 44);
}

.text-danger {
  color: #ffffff;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(230, 230, 230);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #091f40;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(3, 9, 19);
}

.bg-success {
  background-color: #007f00;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(0, 76, 0);
}

.bg-info {
  background-color: rgb(235, 237, 240);
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(206, 211, 218);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247, 236, 181);
}

.bg-danger {
  background-color: #C40000;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(145, 0, 0);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
  text-decoration: none;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f8f9fa;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232, 232, 232);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #007f00;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(0, 102, 0);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: rgb(235, 237, 240);
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(220, 224, 229);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(250, 242, 204);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #C40000;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(171, 0, 0);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #888888;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #888888;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 40px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 31px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 5px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 5px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(230, 230, 230);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(255, 255, 255);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(255, 255, 255);
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #007f00;
}
.has-success .form-control-feedback {
  color: #ffffff;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102, 81, 44);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(192, 161, 107);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(192, 161, 107);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(230, 230, 230);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(255, 255, 255);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(255, 255, 255);
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #C40000;
}
.has-error .form-control-feedback {
  color: #ffffff;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(64, 64, 64);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn {
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(230, 230, 230);
  border-color: rgb(140, 140, 140);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(230, 230, 230);
  border-color: rgb(173, 173, 173);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(230, 230, 230);
  border-color: rgb(173, 173, 173);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(212, 212, 212);
  border-color: rgb(140, 140, 140);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #091f40;
  border-color: rgb(6, 20, 42);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(3, 9, 19);
  border-color: rgb(0, 0, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(3, 9, 19);
  border-color: rgb(0, 0, 0);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(3, 9, 19);
  border-color: rgb(0, 0, 0);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #091f40;
  border-color: rgb(6, 20, 42);
}
.btn-primary .badge {
  color: #091f40;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #007f00;
  border-color: rgb(0, 102, 0);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(0, 76, 0);
  border-color: rgb(0, 0, 0);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(0, 76, 0);
  border-color: rgb(0, 41, 0);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 76, 0);
  border-color: rgb(0, 41, 0);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 40, 0);
  border-color: rgb(0, 0, 0);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #007f00;
  border-color: rgb(0, 102, 0);
}
.btn-success .badge {
  color: #007f00;
  background-color: #fff;
}

.btn-info {
  color: #777;
  background-color: #ffffff;
  border-color: rgb(242, 242, 242);
}
.btn-info:focus, .btn-info.focus {
  color: #777;
  background-color: rgb(230, 230, 230);
  border-color: rgb(178, 178, 178);
}
.btn-info:hover {
  color: #777;
  background-color: rgb(230, 230, 230);
  border-color: rgb(211, 211, 211);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #777;
  background-color: rgb(230, 230, 230);
  border-color: rgb(211, 211, 211);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #777;
  background-color: rgb(212, 212, 212);
  border-color: rgb(178, 178, 178);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #ffffff;
  border-color: rgb(242, 242, 242);
}
.btn-info .badge {
  color: #ffffff;
  background-color: #777;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238, 162, 54);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236, 151, 31);
  border-color: rgb(152, 94, 13);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236, 151, 31);
  border-color: rgb(213, 132, 18);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236, 151, 31);
  border-color: rgb(213, 132, 18);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213, 133, 18);
  border-color: rgb(152, 94, 13);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238, 162, 54);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #C40000;
  border-color: rgb(171, 0, 0);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(145, 0, 0);
  border-color: rgb(43, 0, 0);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(145, 0, 0);
  border-color: rgb(110, 0, 0);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(145, 0, 0);
  border-color: rgb(110, 0, 0);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(109, 0, 0);
  border-color: rgb(43, 0, 0);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #C40000;
  border-color: rgb(171, 0, 0);
}
.btn-danger .badge {
  color: #C40000;
  background-color: #fff;
}

.btn-link {
  color: #091f40;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .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: rgb(0, 0, 0);
  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: #999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

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

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

.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;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #888888;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(123, 123, 123);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #091f40;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 + .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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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.btn-group-lg > .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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #888888;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 5px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 5px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

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

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #091f40;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid rgb(234, 234, 234);
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee rgb(234, 234, 234);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid rgb(234, 234, 234);
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #000000;
  background-color: #ffffff;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f8f9fa;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231, 231, 231);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(94, 94, 94);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231, 231, 231);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231, 231, 231);
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231, 231, 231);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(9, 9, 9);
}
.navbar-inverse .navbar-brand {
  color: rgb(191, 191, 191);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(191, 191, 191);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(191, 191, 191);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(9, 9, 9);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16, 16, 16);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(9, 9, 9);
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(9, 9, 9);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(9, 9, 9);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(191, 191, 191);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(9, 9, 9);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(191, 191, 191);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(191, 191, 191);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 0 0 8px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #000000;
}
.breadcrumb > .active {
  color: #000000;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #13b5ea;
  background-color: #ffffff;
  border: 1px solid rgb(221, 224, 228);
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #000000;
  background-color: rgb(235, 237, 240);
  border-color: rgb(221, 224, 228);
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #000000;
  background-color: rgb(235, 237, 240);
  border-color: rgb(221, 224, 228);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid rgb(221, 224, 228);
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(235, 237, 240);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #ffffff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-family: Helvetica;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(128, 128, 128);
}

.label-primary {
  background-color: #091f40;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(3, 9, 19);
}

.label-success {
  background-color: #007f00;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(0, 76, 0);
}

.label-info {
  background-color: #13b5ea;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(15, 145, 187);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236, 151, 31);
}

.label-danger {
  background-color: #C40000;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(145, 0, 0);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #091f40;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212, 212, 212);
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 49px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #091f40;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #007f00;
  border-color: rgb(17, 102, 0);
  color: #ffffff;
}
.alert-success hr {
  border-top-color: rgb(13, 77, 0);
}
.alert-success .alert-link {
  color: rgb(230, 230, 230);
}

.alert-info {
  background-color: rgb(235, 237, 240);
  border-color: rgb(215, 220, 225);
  color: #000000;
}
.alert-info hr {
  border-top-color: rgb(200, 207, 214);
}
.alert-info .alert-link {
  color: rgb(0, 0, 0);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(250, 235, 204);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(248, 226, 181);
}
.alert-warning .alert-link {
  color: rgb(102, 81, 44);
}

.alert-danger {
  background-color: #C40000;
  border-color: rgb(171, 0, 28);
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: rgb(145, 0, 24);
}
.alert-danger .alert-link {
  color: rgb(230, 230, 230);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #091f40;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #007f00;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #13b5ea;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #C40000;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #999;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #091f40;
  border-color: #091f40;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(51, 121, 226);
}

.list-group-item-success {
  color: #ffffff;
  background-color: #007f00;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #ffffff;
  background-color: rgb(0, 102, 0);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-info {
  color: #000000;
  background-color: rgb(235, 237, 240);
}

a.list-group-item-info,
button.list-group-item-info {
  color: #000000;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #000000;
  background-color: rgb(220, 224, 229);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(250, 242, 204);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #ffffff;
  background-color: #C40000;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #ffffff;
  background-color: rgb(171, 0, 0);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #091f40;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #091f40;
  border-color: #091f40;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #091f40;
}
.panel-primary > .panel-heading .badge {
  color: #091f40;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #091f40;
}

.panel-success {
  border-color: rgb(17, 102, 0);
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #007f00;
  border-color: rgb(17, 102, 0);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(17, 102, 0);
}
.panel-success > .panel-heading .badge {
  color: #007f00;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(17, 102, 0);
}

.panel-info {
  border-color: rgb(215, 220, 225);
}
.panel-info > .panel-heading {
  color: #000000;
  background-color: rgb(235, 237, 240);
  border-color: rgb(215, 220, 225);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(215, 220, 225);
}
.panel-info > .panel-heading .badge {
  color: rgb(235, 237, 240);
  background-color: #000000;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(215, 220, 225);
}

.panel-warning {
  border-color: rgb(250, 235, 204);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(250, 235, 204);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(250, 235, 204);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(250, 235, 204);
}

.panel-danger {
  border-color: rgb(171, 0, 28);
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #C40000;
  border-color: rgb(171, 0, 28);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(171, 0, 28);
}
.panel-danger > .panel-heading .badge {
  color: #C40000;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(171, 0, 28);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227, 227, 227);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0px;
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -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-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.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: 0px;
  -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: 0;
}

.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.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 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;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 400px;
  padding: 1px;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: rgb(247, 247, 247);
  border-bottom: 1px solid rgb(234, 234, 234);
  border-radius: -1px -1px 0 0;
}

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgb(153, 153, 153);
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgb(153, 153, 153);
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgb(153, 153, 153);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgb(153, 153, 153);
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 80px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 120px;
    height: 120px;
    margin-top: -40px;
    font-size: 120px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -40px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -40px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

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

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

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

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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 !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

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

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: Icon_set_AV;
  src: url("/fonts/icon/Icon_set_AV/Icon_set_AV.eot");
  src: url("/fonts/icon/Icon_set_AV/Icon_set_AV.eot?#iefix") format("embedded-opentype"), url("/fonts/icon/Icon_set_AV/Icon_set_AV.woff2") format("woff2"), url("/fonts/icon/Icon_set_AV/Icon_set_AV.woff") format("woff"), url("/fonts/icon/Icon_set_AV/Icon_set_AV.ttf") format("truetype"), url("/fonts/icon/Icon_set_AV/Icon_set_AV.svg#Icon_set_AV") format("svg");
}
.glyphicon {
  position: relative;
  display: inline-block;
  font-family: Icon_set_AV;
  font-size: 16px;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-sm {
  font-size: 16px;
  line-height: 16px;
}

.glyphicon-md {
  font-size: 26px;
  line-height: 26px;
}

.glyphicon-lg {
  font-size: 48px;
  line-height: 48px;
}

.squared-glyphicon {
  padding: 2px;
  border-radius: 0px;
}

.rounded-glyphicon {
  padding: 2px;
  border-radius: 100px;
}

.squared-glyphicon.glyphicon-sm, .rounded-glyphicon.glyphicon-sm {
  font-size: 12px;
  line-height: 12px;
}
.squared-glyphicon.glyphicon-md, .rounded-glyphicon.glyphicon-md {
  font-size: 22px;
  line-height: 22px;
}
.squared-glyphicon.glyphicon-lg, .rounded-glyphicon.glyphicon-lg {
  font-size: 44px;
  line-height: 44px;
}

.glyphicon-plus:before {
  content: "\e050";
}

.glyphicon-minus:before {
  content: "\e051";
}

.glyphicon-envelope:before {
  content: "\e266";
}

.glyphicon-star:before {
  content: "\e058";
}

.glyphicon-star-empty:before {
  content: "\e058";
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.glyphicon-user:before {
  content: "\e070";
}

.glyphicon-ok:before {
  content: "\e057";
}

.glyphicon-remove:before {
  content: "\e052";
}

.glyphicon-trash:before {
  content: "\e250";
}

.glyphicon-home:before {
  content: "\e069";
}

.glyphicon-map-marker:before {
  content: "\e273";
}

.glyphicon-chevron-left:before {
  content: "\e014";
}

.glyphicon-chevron-right:before {
  content: "\e013";
}

.glyphicon-remove-sign:before {
  content: "\e064";
}

.glyphicon-info-sign:before {
  content: "\e065";
}

.glyphicon-remove-circle:before {
  content: "\e064";
}

.glyphicon-arrow-left:before {
  content: "\e009";
}

.glyphicon-arrow-right:before {
  content: "\e008";
}

.glyphicon-arrow-up:before {
  content: "\e010";
}

.glyphicon-arrow-down:before {
  content: "\e011";
}

.glyphicon-calendar:before {
  content: "\e254";
}

.glyphicon-chevron-up:before {
  content: "\e015";
}

.glyphicon-chevron-down:before {
  content: "\e016";
}

.glyphicon-phone:before {
  content: "\e268";
}

.glyphicon-key:before {
  content: "\e060";
}

.glyphicon-triangle-right:before {
  content: "\e000";
}

.glyphicon-triangle-left:before {
  content: "\e001";
}

.glyphicon-triangle-bottom:before {
  content: "\e003";
}

.glyphicon-triangle-top:before {
  content: "\e002";
}

.glyphicon-menu-left:before {
  content: "\e005";
}

.glyphicon-menu-right:before {
  content: "\e004";
}

.glyphicon-menu-down:before {
  content: "\e007";
}

.glyphicon-menu-up:before {
  content: "\e006";
}

.glyphicon-circle-plus:before {
  content: "\e071";
}

.glyphicon-circle-minus:before {
  content: "\e072";
}

.glyphicon-newsletter:before {
  content: "\e266";
}

.glyphicon-check:before {
  content: "\e258";
}

.glyphicon-star-half:before {
  content: "\e059";
}

.glyphicon-key-half:before {
  content: "\e061";
}

.glyphicon-hotel:before {
  content: "\e151";
}

.glyphicon-hotel-search:before,
.glyphicon-hotels:before {
  content: "\e150";
}

.glyphicon-flight:before,
.glyphicon-flight-search:before,
.glyphicon-flights:before {
  content: "\e152";
}

.glyphicon-flight-departure:before {
  content: "\e153";
}

.glyphicon-flight-return:before {
  content: "\e154";
}

.glyphicon-transfer-search:before,
.glyphicon-transfers:before {
  content: "\e155";
}

.glyphicon-trip-search:before,
.glyphicon-trips:before {
  content: "\e156";
}

.glyphicon-package-search:before,
.glyphicon-packages:before {
  content: "\e157";
}

.glyphicon-tour-search:before {
  content: "\e158";
}

.glyphicon-service-search:before,
.glyphicon-service2-search:before,
.glyphicon-services:before {
  content: "\e159";
}

.glyphicon-service1-search:before {
  content: "\e166";
}

.glyphicon-car-search:before,
.glyphicon-cars:before {
  content: "\e160";
}

.glyphicon-cars-airco:before {
  content: "\e205";
}

.glyphicon-cars-baggage:before {
  content: "\e156";
}

.glyphicon-cars-seats:before {
  content: "\e260";
}

.glyphicon-cars-transmission:before {
  content: "\e308";
}

.glyphicon-insurance-search:before,
.glyphicon-insurances:before {
  content: "\e161";
}

.glyphicon-cruise-search:before,
.glyphicon-cruises:before {
  content: "\e162";
}

.glyphicon-ski-search:before,
.glyphicon-ski:before {
  content: "\e163";
}

.glyphicon-view-photo:before {
  content: "\e261";
}

.glyphicon-view-resumed:before {
  content: "\e262";
}

.glyphicon-view-extended:before {
  content: "\e263";
}

.glyphicon-view-map:before {
  content: "\e264";
}

.glyphicon-facebook:before {
  content: "\e269";
}

.glyphicon-twitter:before {
  content: "\e270";
}

.glyphicon-instagram:before {
  content: "\e293";
}

.glyphicon-google-plus:before {
  content: "\e900";
}

.glyphicon-youtube:before {
  content: "\e901";
}

.glyphicon-offer:before {
  content: "\e207";
}

.glyphicon-info:before {
  content: "\e053";
}

.glyphicon-supplement:before {
  content: "\e054";
}

.glyphicon-supplement-search:before {
  content: "\e054";
}

.glyphicon-exclamation:before {
  content: "\e055";
}

.glyphicon-question:before {
  content: "\e056";
}

.glyphicon-pay-hotel:before {
  content: "\e068";
}

.glyphicon-square:before {
  content: "\e101";
}

.glyphicon-calc:before {
  content: "\e253";
}

.glyphicon-shopping-basket:before {
  content: "\e256";
}

.glyphicon-edit:before {
  content: "\e259";
}

.glyphicon-card:before {
  content: "\e201";
}

.glyphicon-places:before {
  content: "\e203";
}

.glyphicon-lock:before {
  content: "\e303";
}

.glyphicon-magnifier:before, .msg-box--no-results:before {
  content: "\e305";
}

.glyphicon-quotation:before {
  content: "\e306";
}

.glyphicon-agent:before {
  content: "\e307";
}

.glyphicon-fullscreen:before {
  content: "\e274";
}

.glyphicon-filter:before, .msg-box--filters:before {
  content: "\e276";
}

.glyphicon-breakdown:before {
  content: "\e277";
}

.glyphicon-warning:before, .msg-box--error:before {
  content: "\e300";
}

.glyphicon-ok-circle:before {
  content: "\e301";
}

.glyphicon-duration:before {
  content: "\e304";
}

.glyphicon-broken-link:before, .msg-box--page:before {
  content: "\e299";
}

.glyphicon-address:before {
  content: "\e019";
}

.glyphicon-mail:before {
  content: "\e266";
}

.glyphicon-print:before {
  content: "\e252";
}

.glyphicon-link:before {
  content: "\e275";
}

.glyphicon-street-view:before {
  content: "\e280";
}

.glyphicon-seat:before {
  content: "\e313";
}

.glyphicon-seat-seating:before {
  content: "\e314";
}

.glyphicon-transport-seat:before {
  content: "\e313";
}

.glyphicon-transport-seating:before {
  content: "\e314";
}

.glyphicon-circle:before {
  content: "\e100";
}

.glyphicon-lastminute:before {
  content: "\e315";
}

.glyphicon-bubble:before {
  content: "\e251";
}

.glyphicon-no-baggage {
  position: relative;
}
.glyphicon-no-baggage:before {
  content: "\e156";
  left: 0;
}
.glyphicon-no-baggage:after {
  content: "×";
  color: red;
  position: absolute;
  left: 4px;
  font-size: 45px;
  font-weight: bold;
  top: -9px;
}

.label-primary {
  background-color: #091f40;
  color: #ffffff;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(3, 9, 19);
}

.label-secondary {
  background-color: #13b5ea;
  color: #ffffff;
}
.label-secondary[href]:hover, .label-secondary[href]:focus {
  background-color: rgb(15, 145, 187);
}

.label-tertiary {
  background-color: #0f1d41;
  color: #ffffff;
}
.label-tertiary[href]:hover, .label-tertiary[href]:focus {
  background-color: rgb(5, 11, 24);
}

.text-wrap {
  white-space: normal;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.scrollable .col-inline-block {
  float: none;
}

.col-inline-block {
  display: inline-block;
  margin: 0 -0.125em;
}

.col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.row.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.no-gutters > .col, .row.no-gutters > [class^=col-], .row.no-gutters > [class*=" col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.row.small-gutters {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.row.small-gutters > .col, .row.small-gutters > [class^=col-], .row.small-gutters > [class*=" col-"] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

@media (min-width: 992px) {
  .col-md-2-5 {
    width: 20.7%;
  }
}
@media (min-width: 992px) {
  .col-md-filler {
    height: 76px;
  }
}
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn-primary {
  color: #ffffff;
  background-color: #13b5ea;
  border-color: #13b5ea;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  border-radius: 5px;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: rgb(15, 145, 187);
  border-color: rgb(9, 90, 116);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(15, 145, 187);
  border-color: rgb(14, 137, 177);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(15, 145, 187);
  border-color: rgb(14, 137, 177);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(12, 119, 154);
  border-color: rgb(9, 90, 116);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #13b5ea;
  border-color: #13b5ea;
}
.btn-primary .badge {
  color: #13b5ea;
  background-color: #ffffff;
}

.btn-secondary, .package-custom-product .room-selector-button, .package-custom-product .floating-mode .room-selector-button, .btn-default {
  color: #777;
  background-color: #ffffff;
  border-color: #777;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 13px;
  border-radius: 5px;
}
.btn-secondary:focus, .package-custom-product .room-selector-button:focus, .btn-default:focus, .btn-secondary.focus, .package-custom-product .focus.room-selector-button, .focus.btn-default {
  color: #777;
  background-color: rgb(230, 230, 230);
  border-color: rgb(55, 55, 55);
}
.btn-secondary:hover, .package-custom-product .room-selector-button:hover, .btn-default:hover {
  color: #777;
  background-color: rgb(230, 230, 230);
  border-color: rgb(88, 88, 88);
}
.btn-secondary:active, .package-custom-product .room-selector-button:active, .btn-default:active, .btn-secondary.active, .package-custom-product .active.room-selector-button, .active.btn-default, .open > .btn-secondary.dropdown-toggle, .package-custom-product .open > .dropdown-toggle.room-selector-button, .open > .dropdown-toggle.btn-default {
  color: #777;
  background-color: rgb(230, 230, 230);
  border-color: rgb(88, 88, 88);
}
.btn-secondary:active:hover, .package-custom-product .room-selector-button:active:hover, .btn-default:active:hover, .btn-secondary:active:focus, .package-custom-product .room-selector-button:active:focus, .btn-default:active:focus, .btn-secondary:active.focus, .package-custom-product .room-selector-button:active.focus, .btn-default:active.focus, .btn-secondary.active:hover, .package-custom-product .active.room-selector-button:hover, .active.btn-default:hover, .btn-secondary.active:focus, .package-custom-product .active.room-selector-button:focus, .active.btn-default:focus, .btn-secondary.active.focus, .package-custom-product .active.focus.room-selector-button, .active.focus.btn-default, .open > .btn-secondary.dropdown-toggle:hover, .package-custom-product .open > .dropdown-toggle.room-selector-button:hover, .open > .dropdown-toggle.btn-default:hover, .open > .btn-secondary.dropdown-toggle:focus, .package-custom-product .open > .dropdown-toggle.room-selector-button:focus, .open > .dropdown-toggle.btn-default:focus, .open > .btn-secondary.dropdown-toggle.focus, .package-custom-product .open > .dropdown-toggle.focus.room-selector-button, .open > .dropdown-toggle.focus.btn-default {
  color: #777;
  background-color: rgb(212, 212, 212);
  border-color: rgb(55, 55, 55);
}
.btn-secondary:active, .package-custom-product .room-selector-button:active, .btn-default:active, .btn-secondary.active, .package-custom-product .active.room-selector-button, .active.btn-default, .open > .btn-secondary.dropdown-toggle, .package-custom-product .open > .dropdown-toggle.room-selector-button, .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-secondary.disabled:hover, .package-custom-product .disabled.room-selector-button:hover, .disabled.btn-default:hover, .btn-secondary.disabled:focus, .package-custom-product .disabled.room-selector-button:focus, .disabled.btn-default:focus, .btn-secondary.disabled.focus, .package-custom-product .disabled.focus.room-selector-button, .disabled.focus.btn-default, .btn-secondary[disabled]:hover, .package-custom-product [disabled].room-selector-button:hover, [disabled].btn-default:hover, .btn-secondary[disabled]:focus, .package-custom-product [disabled].room-selector-button:focus, [disabled].btn-default:focus, .btn-secondary[disabled].focus, .package-custom-product [disabled].focus.room-selector-button, [disabled].focus.btn-default, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .package-custom-product .room-selector-button:hover, .package-custom-product fieldset[disabled] .room-selector-button:hover, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .package-custom-product .room-selector-button:focus, .package-custom-product fieldset[disabled] .room-selector-button:focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .package-custom-product .focus.room-selector-button, .package-custom-product fieldset[disabled] .focus.room-selector-button, fieldset[disabled] .focus.btn-default {
  background-color: #ffffff;
  border-color: #777;
}
.btn-secondary .badge, .package-custom-product .room-selector-button .badge, .btn-default .badge {
  color: #ffffff;
  background-color: #777;
}

.btn-tertiary {
  color: #ffffff;
  background-color: #13b5ea;
  border-color: #13b5ea;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  border-radius: 5px;
}
.btn-tertiary:focus, .btn-tertiary.focus {
  color: #ffffff;
  background-color: rgb(15, 145, 187);
  border-color: rgb(9, 90, 116);
}
.btn-tertiary:hover {
  color: #ffffff;
  background-color: rgb(15, 145, 187);
  border-color: rgb(14, 137, 177);
}
.btn-tertiary:active, .btn-tertiary.active, .open > .btn-tertiary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(15, 145, 187);
  border-color: rgb(14, 137, 177);
}
.btn-tertiary:active:hover, .btn-tertiary:active:focus, .btn-tertiary:active.focus, .btn-tertiary.active:hover, .btn-tertiary.active:focus, .btn-tertiary.active.focus, .open > .btn-tertiary.dropdown-toggle:hover, .open > .btn-tertiary.dropdown-toggle:focus, .open > .btn-tertiary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(12, 119, 154);
  border-color: rgb(9, 90, 116);
}
.btn-tertiary:active, .btn-tertiary.active, .open > .btn-tertiary.dropdown-toggle {
  background-image: none;
}
.btn-tertiary.disabled:hover, .btn-tertiary.disabled:focus, .btn-tertiary.disabled.focus, .btn-tertiary[disabled]:hover, .btn-tertiary[disabled]:focus, .btn-tertiary[disabled].focus, fieldset[disabled] .btn-tertiary:hover, fieldset[disabled] .btn-tertiary:focus, fieldset[disabled] .btn-tertiary.focus {
  background-color: #13b5ea;
  border-color: #13b5ea;
}
.btn-tertiary .badge {
  color: #13b5ea;
  background-color: #ffffff;
}

.btn-quaternary {
  color: #ffffff;
  background-color: rgb(64, 64, 64);
  border-color: rgb(64, 64, 64);
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  border-radius: 5px;
}
.btn-quaternary:focus, .btn-quaternary.focus {
  color: #ffffff;
  background-color: rgb(39, 39, 39);
  border-color: rgb(0, 0, 0);
}
.btn-quaternary:hover {
  color: #ffffff;
  background-color: rgb(39, 39, 39);
  border-color: rgb(33, 33, 33);
}
.btn-quaternary:active, .btn-quaternary.active, .open > .btn-quaternary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(39, 39, 39);
  border-color: rgb(33, 33, 33);
}
.btn-quaternary:active:hover, .btn-quaternary:active:focus, .btn-quaternary:active.focus, .btn-quaternary.active:hover, .btn-quaternary.active:focus, .btn-quaternary.active.focus, .open > .btn-quaternary.dropdown-toggle:hover, .open > .btn-quaternary.dropdown-toggle:focus, .open > .btn-quaternary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(21, 21, 21);
  border-color: rgb(0, 0, 0);
}
.btn-quaternary:active, .btn-quaternary.active, .open > .btn-quaternary.dropdown-toggle {
  background-image: none;
}
.btn-quaternary.disabled:hover, .btn-quaternary.disabled:focus, .btn-quaternary.disabled.focus, .btn-quaternary[disabled]:hover, .btn-quaternary[disabled]:focus, .btn-quaternary[disabled].focus, fieldset[disabled] .btn-quaternary:hover, fieldset[disabled] .btn-quaternary:focus, fieldset[disabled] .btn-quaternary.focus {
  background-color: rgb(64, 64, 64);
  border-color: rgb(64, 64, 64);
}
.btn-quaternary .badge {
  color: rgb(64, 64, 64);
  background-color: #ffffff;
}

.btn-quinary {
  color: #888888;
  background-color: rgb(234, 234, 234);
  border-color: rgb(234, 234, 234);
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 16px;
  border-radius: 5px;
}
.btn-quinary:focus, .btn-quinary.focus {
  color: #888888;
  background-color: rgb(209, 209, 209);
  border-color: rgb(170, 170, 170);
}
.btn-quinary:hover {
  color: #888888;
  background-color: rgb(209, 209, 209);
  border-color: rgb(203, 203, 203);
}
.btn-quinary:active, .btn-quinary.active, .open > .btn-quinary.dropdown-toggle {
  color: #888888;
  background-color: rgb(209, 209, 209);
  border-color: rgb(203, 203, 203);
}
.btn-quinary:active:hover, .btn-quinary:active:focus, .btn-quinary:active.focus, .btn-quinary.active:hover, .btn-quinary.active:focus, .btn-quinary.active.focus, .open > .btn-quinary.dropdown-toggle:hover, .open > .btn-quinary.dropdown-toggle:focus, .open > .btn-quinary.dropdown-toggle.focus {
  color: #888888;
  background-color: rgb(191, 191, 191);
  border-color: rgb(170, 170, 170);
}
.btn-quinary:active, .btn-quinary.active, .open > .btn-quinary.dropdown-toggle {
  background-image: none;
}
.btn-quinary.disabled:hover, .btn-quinary.disabled:focus, .btn-quinary.disabled.focus, .btn-quinary[disabled]:hover, .btn-quinary[disabled]:focus, .btn-quinary[disabled].focus, fieldset[disabled] .btn-quinary:hover, fieldset[disabled] .btn-quinary:focus, fieldset[disabled] .btn-quinary.focus {
  background-color: rgb(234, 234, 234);
  border-color: rgb(234, 234, 234);
}
.btn-quinary .badge {
  color: rgb(234, 234, 234);
  background-color: #888888;
}

.btn-senary {
  color: #ffffff;
  background-color: #091f40;
  border-color: #091f40;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  border-radius: 5px;
}
.btn-senary:focus, .btn-senary.focus {
  color: #ffffff;
  background-color: rgb(3, 9, 19);
  border-color: rgb(0, 0, 0);
}
.btn-senary:hover {
  color: #ffffff;
  background-color: rgb(3, 9, 19);
  border-color: rgb(1, 5, 10);
}
.btn-senary:active, .btn-senary.active, .open > .btn-senary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(3, 9, 19);
  border-color: rgb(1, 5, 10);
}
.btn-senary:active:hover, .btn-senary:active:focus, .btn-senary:active.focus, .btn-senary.active:hover, .btn-senary.active:focus, .btn-senary.active.focus, .open > .btn-senary.dropdown-toggle:hover, .open > .btn-senary.dropdown-toggle:focus, .open > .btn-senary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-senary:active, .btn-senary.active, .open > .btn-senary.dropdown-toggle {
  background-image: none;
}
.btn-senary.disabled:hover, .btn-senary.disabled:focus, .btn-senary.disabled.focus, .btn-senary[disabled]:hover, .btn-senary[disabled]:focus, .btn-senary[disabled].focus, fieldset[disabled] .btn-senary:hover, fieldset[disabled] .btn-senary:focus, fieldset[disabled] .btn-senary.focus {
  background-color: #091f40;
  border-color: #091f40;
}
.btn-senary .badge {
  color: #091f40;
  background-color: #ffffff;
}

.btn-heptary {
  color: #13b5ea;
  background-color: white;
  border-color: #13b5ea;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 13px;
  border-radius: 5px;
}
.btn-heptary:focus, .btn-heptary.focus {
  color: #13b5ea;
  background-color: rgb(230, 230, 230);
  border-color: rgb(9, 90, 116);
}
.btn-heptary:hover {
  color: #13b5ea;
  background-color: rgb(230, 230, 230);
  border-color: rgb(14, 137, 177);
}
.btn-heptary:active, .btn-heptary.active, .open > .btn-heptary.dropdown-toggle {
  color: #13b5ea;
  background-color: rgb(230, 230, 230);
  border-color: rgb(14, 137, 177);
}
.btn-heptary:active:hover, .btn-heptary:active:focus, .btn-heptary:active.focus, .btn-heptary.active:hover, .btn-heptary.active:focus, .btn-heptary.active.focus, .open > .btn-heptary.dropdown-toggle:hover, .open > .btn-heptary.dropdown-toggle:focus, .open > .btn-heptary.dropdown-toggle.focus {
  color: #13b5ea;
  background-color: rgb(212, 212, 212);
  border-color: rgb(9, 90, 116);
}
.btn-heptary:active, .btn-heptary.active, .open > .btn-heptary.dropdown-toggle {
  background-image: none;
}
.btn-heptary.disabled:hover, .btn-heptary.disabled:focus, .btn-heptary.disabled.focus, .btn-heptary[disabled]:hover, .btn-heptary[disabled]:focus, .btn-heptary[disabled].focus, fieldset[disabled] .btn-heptary:hover, fieldset[disabled] .btn-heptary:focus, fieldset[disabled] .btn-heptary.focus {
  background-color: white;
  border-color: #13b5ea;
}
.btn-heptary .badge {
  color: white;
  background-color: #13b5ea;
}

.btn .glyphicon {
  line-height: 0;
  vertical-align: middle;
  color: inherit;
}

.btn-small {
  min-width: 80px;
}

.btn-medium {
  min-width: 120px;
}

.btn-large {
  min-width: 240px;
}

.btn-fill {
  width: 100%;
}

.modal-backdrop {
  z-index: 1061;
}

.modal {
  text-align: center;
  z-index: 1062;
}
.modal#preloader-modal {
  z-index: 2061;
}
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}
.modal .modal-dialog {
  vertical-align: middle;
}
.modal-open .modal--noscroll {
  overflow: hidden;
}

.modal-dialog {
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 96%;
  }
}

.modal-body {
  max-height: 620px;
  overflow-y: auto;
  padding: 0 10px 10px;
}

.modal-open .modal-gallery {
  height: 100%;
  overflow: hidden;
  padding-right: 0 !important;
  width: 100%;
}
.modal-open .modal-gallery .modal-dialog {
  height: 100%;
  margin: 0;
  width: 100%;
}
.modal-open .modal-gallery .close {
  font-size: 35px;
}
.modal-open .modal-gallery__title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
.modal-open .modal-gallery__category {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .modal-open .modal-gallery__category {
    margin-left: 0;
  }
}
.modal-open .modal-gallery .modal-header {
  background-color: #FFF;
}
.modal-open .modal-gallery .gallery,
.modal-open .modal-gallery .modal-content {
  background-color: transparent;
  height: 100%;
}
.modal-open .modal-gallery .gallery {
  background: rgba(170, 170, 170, 0.75);
}
.modal-open .modal-gallery .gallery__canvas {
  background: transparent;
}
.modal-open .modal-gallery .gallery__main {
  height: 100%;
}

@media (min-width: 1200px) {
  .modal-xl {
    width: 1200px;
  }
}
.modal-open .modal {
  max-height: 95%;
}

/*Modal-wide*/
.modal.modal-wide .modal-dialog {
  width: 90%;
}

.modal-wide .seating-map {
  overflow-y: auto;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2.select2-container.select2-container--default .select2-selection {
  color: #888888;
  font-size: 14px;
  background: #ffffff;
  border-radius: 5px;
}
.select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
  height: 40px;
}
.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #888888;
}
.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__choice {
  line-height: 28px;
}
.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow b {
  border-color: #888888 transparent transparent;
}
.select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple {
  min-height: 40px;
  height: auto;
}
.select2.select2-container.select2-container--default .select2-selection .select2-search__field {
  width: auto !important;
}
.select2.select2-container.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #888888;
}
.select2.select2-container.select2-container--default.select2-container--disabled {
  opacity: 0.8 !important;
}
.select2.select2-container.select2-container--default.select2-container--disabled .select2-selection {
  background-color: #e4e4e4;
  cursor: not-allowed;
}
.select2.select2-container.select2-container--default.select2-container--disabled .select2-selection__rendered {
  color: rgb(77, 77, 77);
}
.select2.select2-container.select2-container--default.select2-container--disabled .select2-selection__arrow b {
  border-color: rgb(128, 128, 128) transparent transparent;
}

.select2-dropdown {
  z-index: 1062;
}

.select2--loading:before {
  position: absolute;
  right: 22px;
  top: 4px;
}

.select2-results__option {
  text-align: left;
}

.twitter-typeahead {
  width: 100%;
  display: block !important;
}

.tt-hint {
  color: #999;
}

.tt-menu {
  background-color: #ffffff;
  border: 1px solid #aaa;
  border-radius: 0px;
  margin: 6px 0;
  padding: 8px 0;
  width: auto;
}

.tt-suggestion {
  white-space: nowrap;
  font-size: 13px;
  line-height: 120%;
  padding: 4px 10px;
}

.tt-suggestion:hover {
  background-color: #aaa;
  color: #C40000;
  cursor: pointer;
}

.tt-suggestion.tt-cursor {
  background-color: #aaa;
  color: #ffffff;
}

.tt-suggestion p {
  margin: 0;
}

/*!
* jQuery UI CSS Framework 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 20em;
  min-width: 20em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
  min-width: 38em;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Datepicker
----------------------------------*/
.ui-datepicker {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #aaa;
  z-index: 20 !important;
  margin-top: 2px;
}
.ui-datepicker .ui-datepicker-header {
  background: rgb(221, 224, 228);
  border: 1px solid #aaa;
  border-radius: 0px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 0px;
  right: 0px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  text-indent: 0px;
  color: transparent;
  font-size: 0.1px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
  position: relative;
  display: inline-block;
  font-family: Icon_set_AV;
  font-size: 16px;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Icon_set_AV;
  color: #091f40;
}
.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e:before {
  content: "\e013";
}
.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w:before {
  content: "\e014";
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-first .ui-datepicker-header {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 13px;
  color: #000000;
}
.ui-datepicker .ui-datepicker-current-day {
  background: rgb(107, 121, 140);
  color: #ffffff;
}
.ui-datepicker .ui-state-default {
  border: 1px solid rgb(221, 224, 228);
}
.ui-datepicker .date-range-selected:not(.ui-datepicker-current-day) .ui-state-default, .ui-datepicker .date-range-candidate:not(.ui-datepicker-current-day) .ui-state-default, .ui-datepicker .ui-datepicker-calendar .ui-state-hover, .ui-datepicker .date-range-selected:not(.ui-datepicker-current-day) .ui-state-hover {
  background: rgb(107, 121, 140);
  color: #ffffff;
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
  background: rgb(221, 224, 228);
}
.ui-datepicker .date-range-selected.ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.ui-datepicker .ui-state-disabled .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-disabled .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-disabled .ui-state-default {
  background: rgb(235, 237, 240);
  color: #CCCCCC;
}
.ui-datepicker .date-range-candidate:not(.ui-datepicker-current-day) .ui-state-default,
.ui-datepicker .ui-datepicker-calendar .ui-state-hover,
.ui-datepicker .date-range-selected:not(.ui-datepicker-current-day) .ui-state-hover {
  background: rgb(107, 121, 140);
  color: #ffffff;
  font-weight: normal;
}
.ui-datepicker .featuredDate .ui-state-default {
  background-color: #78C5E3;
}

.selected-package__details--loading:before, .result-option__cancel-policy-placeholder--loading:before, .details-card__price-loading:before, .details-card__availability-loading:before, .zone-selector-is-loading .tt-menu.tt-open:before, .results-list__footer.is-loading:before, .loading.loading-medium:before, .select2--loading:before, .result__more-options-actions--loading:before, .availability__more-options-actions--loading:before, .searcher__counter-loading:before, .loading.loading-small:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0 auto;
}

.result__more-options-actions--loading:before, .availability__more-options-actions--loading:before, .searcher__counter-loading:before, .loading.loading-small:before {
  background-image: url(/img/preloader/ico-loading-small.gif);
  width: 16px;
  height: 16px;
  vertical-align: center;
}

.selected-package__details--loading:before, .result-option__cancel-policy-placeholder--loading:before, .details-card__price-loading:before, .details-card__availability-loading:before, .zone-selector-is-loading .tt-menu.tt-open:before, .results-list__footer.is-loading:before, .loading.loading-medium:before, .select2--loading:before {
  background-image: url(/img/preloader/ico-loading-medium.gif);
  width: 32px;
  height: 32px;
  vertical-align: center;
}

.booking-product__category .glyphicon, .info-marker__category .glyphicon, .details-card__category .glyphicon, .photo-card__category .glyphicon, .info-card__category .glyphicon, .filter-by-category .glyphicon, .modal-open .modal-gallery__category .glyphicon {
  font-family: Icon_set_AV;
  font-size: 22px;
  color: #0f1d41;
  letter-spacing: -4px;
}
.booking-product__category .empty.glyphicon, .info-marker__category .empty.glyphicon, .details-card__category .empty.glyphicon, .photo-card__category .empty.glyphicon, .info-card__category .empty.glyphicon, .filter-by-category .empty.glyphicon, .modal-open .modal-gallery__category .empty.glyphicon {
  opacity: 0.3;
}

.result__view-more-button, .availability__view-more-button {
  width: 100%;
  background-color: rgb(195, 199, 208);
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  color: #0f1d41;
}
.result__view-more-button:hover, .availability__view-more-button:hover, .focus.result__view-more-button, .focus.availability__view-more-button {
  color: #0f1d41;
}
.result__view-more-button .glyphicon, .availability__view-more-button .glyphicon {
  font-family: Icon_set_AV;
  font-size: 26px;
  color: #0f1d41;
  margin-right: 4px;
}

.booking-insurances__image, .booking-product__image, .info-marker__image, .photo-card__image, .info-card__image {
  background: url(/img/nophoto.png) no-repeat 50%;
  background-size: cover;
  -ms-behavior: url(/css/htc/backgroundsize.min.htc);
  position: relative;
}
.booking-insurances__image-holder, .booking-product__image-holder, .info-marker__image-holder, .photo-card__image-holder, .result.car-result .info-card__image-holder, .info-card__image-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  -ms-behavior: url(/css/htc/backgroundsize.min.htc);
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.filter-by-poi__slider, .filter-by-hour-range__slider, .filter-by-tripadvisor-rating__slider, .filter-by-price-range__slider {
  padding: 15px 0;
  margin: 0 8px;
}
.filter-by-poi__slider:before, .filter-by-hour-range__slider:before, .filter-by-tripadvisor-rating__slider:before, .filter-by-price-range__slider:before {
  content: "";
  display: block;
  height: 2px;
  background: #13b5ea;
}
.filter-by-poi__slider .ui-slider-range, .filter-by-hour-range__slider .ui-slider-range, .filter-by-tripadvisor-rating__slider .ui-slider-range, .filter-by-price-range__slider .ui-slider-range {
  height: auto;
  padding: 13px 0;
}
.filter-by-poi__slider .ui-slider-range:before, .filter-by-hour-range__slider .ui-slider-range:before, .filter-by-tripadvisor-rating__slider .ui-slider-range:before, .filter-by-price-range__slider .ui-slider-range:before {
  content: "";
  display: block;
  height: 6px;
  background: #13b5ea;
}
.filter-by-poi__slider .ui-slider-handle, .filter-by-hour-range__slider .ui-slider-handle, .filter-by-tripadvisor-rating__slider .ui-slider-handle, .filter-by-price-range__slider .ui-slider-handle {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: auto;
  height: auto;
  padding: 5px;
  top: 3px;
  cursor: pointer;
}
.filter-by-poi__slider .ui-slider-handle:before, .filter-by-hour-range__slider .ui-slider-handle:before, .filter-by-tripadvisor-rating__slider .ui-slider-handle:before, .filter-by-price-range__slider .ui-slider-handle:before {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
}

.europamundo-breakdown__toggler-button, .endcustomer-profile__billing-data-toggle, .agency-profile__copy-fields-button, .booking-modify-modification__cancel-policy, .booking-modify-resume__cancel-policy, .booking-login__login-no-register-button, .booking-insurances__show-conditions-button, .filter__view-more, .filter__view-less {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
}

/*

@import "custom-importer:components/base/selectors/zoneselector";
@import "custom-importer:components/base/selectors/dateselector";
@import "custom-importer:components/base/selectors/roomselector";
@import "custom-importer:components/base/fancycheckbox";
@import "custom-importer:components/base/searcher";
@import "custom-importer:components/base/scrollable";
*/
/*@font-face {
	font-family: 'Helvetica';
	src: url('/fonts/typography/HelveticaNeue-Light.eot');
	src: url('/fonts/typography/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/typography/HelveticaNeue-Light.woff') format('woff'),
		 url('/fonts/typography/HelveticaNeue-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica';
	src: url('/fonts/typography/HelveticaNeue-Bold.eot');
	src: url('/fonts/typography/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/typography/HelveticaNeue-Bold.woff') format('woff'),
		url('/fonts/typography/HelveticaNeue-Bold.ttf') format('truetype');
	font-family: $fuente_bold;
	font-style: normal;
}*/
.sliding-offers .panel + .panel {
  display: none;
}

html {
  height: auto;
  background-color: #e8eef0;
}

::-moz-selection {
  background: #13b5ea;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #13b5ea;
  color: #ffffff;
  text-shadow: none;
}

a {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

.title--primary {
  font-size: 20px;
  font-family: "Helvetica Neue W31 Bold", Arial, Verdana, Sans-Serif;
  color: #000000;
}

.title--secondary {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}

.title--tertiary {
  font-size: 18px;
  font-family: "Helvetica Neue W31 Bold", Arial, Verdana, Sans-Serif;
  color: #000000;
}

label {
  font-weight: normal;
}

ul {
  padding: 0;
}

li {
  list-style: outside none none;
}

img {
  max-width: 100%;
}

legend {
  border: none;
}

nav ul > li.active a:focus {
  outline: 0;
}

input, select, textarea, button {
  direction: ltr;
}
input:disabled, select:disabled, textarea:disabled, button:disabled {
  opacity: 0.8 !important;
  color: rgb(196, 196, 196) !important;
}

select[data-hidedisabledoptions=true] option:disabled {
  display: none;
}

a:focus {
  outline: #13b5ea dotted thin;
}
a:focus:hover {
  outline: 0;
}

.btn:focus {
  outline: 0;
}

.nav-tabs > li > a, .nav-pills > li > a {
  background-color: rgb(234, 234, 234);
  color: #888888;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li.active a, .nav-pills > li.active a {
  font-family: "Helvetica Neue W31 Bold", Arial, Verdana, Sans-Serif;
}
.nav-tabs > li.active a:focus, .nav-pills > li.active a:focus {
  outline: 0;
}

.tab-pane .loading.loading-panel {
  margin: 20px;
}

.page-header-bar {
  background-color: #DBE2E4;
  border: 0px solid rgb(221, 224, 228);
  color: #000000;
}
.page-header-bar:before, .page-header-bar:after {
  content: " ";
  display: table;
}
.page-header-bar:after {
  clear: both;
}
@media (max-width: 767px) {
  .page-header-bar {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .page-header-bar {
    padding: 20px 0;
  }
}
.page-header-bar__title {
  float: left;
  font-size: 24px;
  line-height: 2;
}
.page-header-bar__back-button {
  float: right;
}
.page-header-bar + .main-content {
  margin-top: 20px;
}

.content-title {
  font-size: 24px;
}

.content-body {
  margin-top: 10px;
}

.popover {
  border: 1px solid #000000;
  padding: 0;
  max-width: none;
}
.popover.top > .arrow {
  border-top-color: #000000;
}
.popover.top > .arrow:after {
  border-top-color: #000000;
}
.popover.right > .arrow {
  border-right-color: #000000;
}
.popover.right > .arrow:after {
  border-right-color: #000000;
}
.popover.left > .arrow {
  border-left-color: #000000;
}
.popover.left > .arrow:after {
  border-left-color: #000000;
}
.popover.bottom > .arrow {
  border-bottom-color: #000000;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #000000;
}
.popover .popover-title {
  background-color: #000000;
  color: #ffffff;
  line-height: 150%;
  font-family: "Helvetica Neue W31 Bold", Arial, Verdana, Sans-Serif;
}

.group-icon {
  white-space: nowrap;
}

.alert-danger {
  background-color: rgb(240, 191, 191);
  border: 2px solid #ffffff;
  color: #C40000;
}

input.error, select.error, textarea.error, .select2.error, .select2-selection.error {
  border: 1px solid #C40000;
}
input.error + .popover, select.error + .popover, textarea.error + .popover, .select2.error + .popover, .select2-selection.error + .popover {
  background-color: rgb(211, 64, 64);
  color: #ffffff;
  border: 1px solid #C40000;
  min-width: 260px;
}
input.error + .popover.top > .arrow, select.error + .popover.top > .arrow, textarea.error + .popover.top > .arrow, .select2.error + .popover.top > .arrow, .select2-selection.error + .popover.top > .arrow {
  border-top-color: #C40000;
}
input.error + .popover.top > .arrow:after, select.error + .popover.top > .arrow:after, textarea.error + .popover.top > .arrow:after, .select2.error + .popover.top > .arrow:after, .select2-selection.error + .popover.top > .arrow:after {
  border-top-color: rgb(211, 64, 64);
}
input.error + .popover.right > .arrow, select.error + .popover.right > .arrow, textarea.error + .popover.right > .arrow, .select2.error + .popover.right > .arrow, .select2-selection.error + .popover.right > .arrow {
  border-right-color: #C40000;
}
input.error + .popover.right > .arrow:after, select.error + .popover.right > .arrow:after, textarea.error + .popover.right > .arrow:after, .select2.error + .popover.right > .arrow:after, .select2-selection.error + .popover.right > .arrow:after {
  border-right-color: rgb(211, 64, 64);
}
input.error + .popover.left > .arrow, select.error + .popover.left > .arrow, textarea.error + .popover.left > .arrow, .select2.error + .popover.left > .arrow, .select2-selection.error + .popover.left > .arrow {
  border-left-color: #C40000;
}
input.error + .popover.left > .arrow:after, select.error + .popover.left > .arrow:after, textarea.error + .popover.left > .arrow:after, .select2.error + .popover.left > .arrow:after, .select2-selection.error + .popover.left > .arrow:after {
  border-left-color: rgb(211, 64, 64);
}
input.error + .popover.bottom > .arrow, select.error + .popover.bottom > .arrow, textarea.error + .popover.bottom > .arrow, .select2.error + .popover.bottom > .arrow, .select2-selection.error + .popover.bottom > .arrow {
  border-bottom-color: #C40000;
}
input.error + .popover.bottom > .arrow:after, select.error + .popover.bottom > .arrow:after, textarea.error + .popover.bottom > .arrow:after, .select2.error + .popover.bottom > .arrow:after, .select2-selection.error + .popover.bottom > .arrow:after {
  border-bottom-color: rgb(211, 64, 64);
}
input.error:focus, select.error:focus, textarea.error:focus, .select2.error:focus, .select2-selection.error:focus {
  border-color: #C40000 !important;
}

input[type=checkbox].error, input[type=radio].error {
  outline: 1px solid #C40000;
}

.loading {
  display: inline-block;
}
.loading-wrapper {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.loading-wrapper .loading {
  background-color: #ffffff;
  border: 1px solid rgb(221, 224, 228);
  border-radius: 0px;
  padding: 32px;
}

.cover-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: local;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/*
//Utilidades B2B, B2C, etc.
@import "custom-importer:components/base/businessmodel-utils";

//Caja de login
@import "custom-importer:components/base/loginbox";

*/
#mti_wfs_colophon {
  display: none !important;
}

#main-content {
  min-height: 300px;
  margin-bottom: 0px;
}

#main-content .faleConosco .faleConosco__form--send, #main-content .faleConosco .fornecedores__form--send, #main-content .fornecedores .faleConosco__form--send, #main-content .fornecedores .fornecedores__form--send {
  background-color: #7fb231;
  width: 100%;
  color: white;
}
#main-content .faleConosco .contact-form, #main-content .fornecedores .contact-form {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
#main-content .faleConosco .contact-form h2, #main-content .fornecedores .contact-form h2 {
  color: #2d3e52;
  margin-bottom: 15px;
}
#main-content .faleConosco .contact-form .form, #main-content .fornecedores .contact-form .form {
  color: #838383;
}
#main-content .faleConosco .contact-form .form label, #main-content .fornecedores .contact-form .form label {
  text-transform: uppercase;
}
#main-content .faleConosco .contact-form .faleConosco__field, #main-content .faleConosco .contact-form .fornecedores__field, #main-content .fornecedores .contact-form .faleConosco__field, #main-content .fornecedores .contact-form .fornecedores__field {
  border: 1px solid #FFFFFF;
  background: #f5f5f5;
  border-radius: 0;
}
#main-content .faleConosco .contact-form .faleConosco__field.error, #main-content .faleConosco .contact-form .fornecedores__field.error, #main-content .fornecedores .contact-form .faleConosco__field.error, #main-content .fornecedores .contact-form .fornecedores__field.error {
  border: 1px solid #C40000;
}
#main-content .faleConosco .contact-form .select2 .select2-selection, #main-content .fornecedores .contact-form .select2 .select2-selection {
  background-color: #f5f5f5;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
#main-content .faleConosco .contact-form .select2 .select2-selection.error, #main-content .fornecedores .contact-form .select2 .select2-selection.error {
  border: 1px solid #C40000;
}
#main-content .faleConosco .contact-form .select2 .select2-selection__arrow, #main-content .fornecedores .contact-form .select2 .select2-selection__arrow {
  background-color: #fdb714;
  width: 24px;
  height: 38px;
}
#main-content .faleConosco .contact-form .select2 .select2-selection__arrow b, #main-content .fornecedores .contact-form .select2 .select2-selection__arrow b {
  border-color: #ffffff transparent transparent;
  border-width: 5px 4px 0 4px;
}

.main-footer {
  padding-top: 60px;
  background: #041e43;
  border-top: none solid rgb(221, 224, 228);
  -webkit-box-shadow: 0px 500px 0px 500px #041e43;
          box-shadow: 0px 500px 0px 500px #041e43;
  line-height: 175%;
}
.main-footer, .main-footer a {
  color: #888888;
}
.main-footer h4 {
  color: #091f40;
}
@media (max-width: 767px) {
  .main-footer .footer-col {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .main-footer .footer-col {
    margin-bottom: 40px;
  }
}
.main-footer nav.footer-links > ul {
  padding: 0;
}
@media (max-width: 991px) {
  .main-footer nav.footer-links > ul > li {
    display: inline;
    margin-right: 5px;
  }
}
.main-footer .footer-content h1, .main-footer .footer-content h2, .main-footer .footer-content h3, .main-footer .footer-content h4, .main-footer .footer-content h5, .main-footer .footer-content h6 {
  margin-top: 0px;
}
.main-footer .checkbooking, .main-footer .newsletter {
  background-color: rgb(17, 41, 76);
  padding: 0 16px 16px 16px;
  border-radius: 0px;
}
.main-footer .newsletter {
  background-color: #e8eef0;
  background-image: url("/img/back_footer_box.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 180px;
}
.main-footer .newsletter .title {
  padding-top: 16px;
}
.main-footer .news-login .subtitle {
  display: block;
  color: #888888;
}
.main-footer .currencyChange {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .main-footer .currencyChange {
    padding: 0;
  }
}
.main-footer .currencyChange .currency-item {
  margin: 15px 0;
  font-size: 16px;
}
.main-footer .currencyChange .currency-text {
  padding: 0 4px;
  vertical-align: middle;
  color: #091f40;
}
.main-footer .currencyChange img {
  height: 35px;
}
.main-footer .footer-bottom {
  display: table;
  margin-bottom: 40px;
  margin-top: 10px;
  table-layout: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .main-footer .footer-bottom {
    display: block;
    position: static;
    table-layout: auto;
    text-align: center;
  }
}
.main-footer .footer-bottom .footer-bottom__column {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .main-footer .footer-bottom .footer-bottom__column {
    display: inline-block;
    margin: 10px;
    vertical-align: baseline;
  }
}
@media (min-width: 992px) {
  .main-footer .footer-bottom .footer-bottom__column {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .main-footer .footer-bottom .footer-bottom__column:first-child {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .main-footer .footer-bottom .footer-bottom__column:last-child {
    text-align: right;
  }
}
.main-footer .footer-bottom .footer-bottom__logo,
.main-footer .footer-bottom .footer-bottom__text {
  display: inline;
  margin: 0;
}
.main-footer.prelogin .footer-bottom {
  margin: 0;
}
.main-footer.prelogin .newsletter {
  border-radius: 0;
  padding: 24px 14px;
}
.main-footer.prelogin .newsletter .title {
  margin-top: 0;
  text-align: right;
}
.main-footer.prelogin .newsletter .subtitle {
  display: none;
}
.main-footer.prelogin .newsletter .btn-newsletter {
  float: left;
}
.main-footer.prelogin .newsletter .col.col-1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .main-footer.prelogin .newsletter .col.col-1 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-footer.prelogin .newsletter .col.col-1 {
    float: left;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .main-footer.prelogin .newsletter .col.col-1 {
    float: left;
    width: 41.6666666667%;
  }
}
.main-footer.prelogin .newsletter .col.col-2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .main-footer.prelogin .newsletter .col.col-2 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-footer.prelogin .newsletter .col.col-2 {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .main-footer.prelogin .newsletter .col.col-2 {
    float: left;
    width: 58.3333333333%;
  }
}
.main-footer.prelogin .newsletter .col.col-2 .form-group {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main-footer.prelogin .newsletter .title {
    text-align: left;
  }
}
.main-footer.prelogin #footer-logos, .main-footer.prelogin #footer-poweredby {
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
}
.main-footer-tud {
  border-top: 4px solid #026cb6;
  padding-top: 0;
}
.main-footer-tud__upper-footer {
  padding-top: 30px;
  background-color: #ebebeb;
}
.main-footer-tud__upper-footer .footer-links {
  font-size: 11px;
}
.main-footer-tud__link-title {
  font-weight: 400;
  font-size: 16px;
  color: #026cb6;
}
.main-footer-tud__logos-content {
  padding-left: 20px;
  border-left: solid 1.5px silver;
}
.main-footer-tud .button-container {
  width: 253px;
  margin: 0 auto 20px;
  background-color: white;
  clear: both;
}
.main-footer-tud .button-container .button {
  color: #026cb6;
  padding: 12px;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.5rem;
  border-radius: 4px;
  font-weight: 300;
  font-size: 17px;
  border: none;
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}
.main-footer-tud .button-container .button .icon-thin-arrow-up {
  bottom: 2px;
  position: relative;
}
.main-footer-tud .main-footer__bottom-footer {
  margin-top: 30px;
}
.main-footer-tud .main-footer__bottom-footer, .main-footer-tud .main-footer__bottom-footer a {
  color: white;
}
.main-footer-tud__follow {
  width: 100%;
  margin-bottom: 45px;
}
.main-footer-tud__follow .follow-box {
  text-align: center;
}
.main-footer-tud__follow .follow-label {
  font-size: 12px;
}
.main-footer-tud__follow .glyphicon {
  font-size: 35px;
  line-height: 40px;
}
.main-footer-tud__follow li > a:hover, .main-footer-tud__follow li > a:focus {
  background-color: transparent;
}
.main-footer-tud__follow > li {
  float: left;
}
.main-footer-tud .footer-content-info {
  font-size: 12px;
}
.main-footer-tud .footer-content-contact {
  border: 1px solid rgba(19, 181, 234, 0.2);
  padding: 20px;
  float: right;
  margin-bottom: 30px;
}
.main-footer-tud .footer-content-associate {
  float: right;
}
.main-footer-tud .footer-bottom {
  margin-bottom: 0;
}
.main-footer-tud .footer-bottom-container-tud {
  background-color: #026cb6;
  color: white;
}
.main-footer-tud .footer-bottom-container-tud .footer-bottom__column {
  margin-top: 20px;
}
.main-footer-tud .footer-bottom-container-tud .footer-bottom__column--powered {
  font-size: 12px;
}
.main-footer-tud .footer-bottom-container-tud .footer-bottom__column--powered a {
  color: white;
}
.main-footer-tud .footer-bottom-container-tud .footer-bottom__column .footer-content {
  font-size: 10px;
}
.main-footer-tud .footer-bottom-container-tud .footer-bottom__column .footer-col {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .main-footer-tud .custom-footer-col-md {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .main-footer-tud .footer-content-contact, .main-footer-tud .footer-content-associate {
    float: none;
  }
}

.main-header {
  padding: 0 0 10px 0;
  background-color: #ffffff;
  min-height: 115px;
}
.main-header .top-row {
  display: block;
  padding: 20px 0 10px;
}
.main-header .top-row:before, .main-header .top-row:after {
  content: " ";
  display: table;
}
.main-header .top-row:after {
  clear: both;
}
@media (max-width: 991px) {
  .main-header .position-sm {
    width: 100%;
  }
}
.main-header #logoWrapper {
  margin-right: 24px;
  margin-top: -10px;
}
.main-header #user-bar {
  min-height: 40px;
  background-color: #091f40;
  margin: 0;
}
.main-header #user-bar .navbar-header .navbar-toggle {
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 14px;
}
.main-header #user-bar .navbar-header .navbar-toggle .glyphicon {
  color: #ffffff;
  vertical-align: middle;
}
.main-header #user-bar .navbar-header .navbar-brand {
  font-size: 14px;
  color: #ffffff;
  height: 40px;
  padding: 10px;
  overflow: hidden;
}
.main-header #user-bar .navbar-header .navbar-brand img {
  max-width: 34px;
  max-height: 34px;
  position: absolute;
  top: 4px;
}
.main-header #user-bar .navbar-header .navbar-brand img + .welcome {
  margin-left: 50px;
}
.main-header #user-bar .navbar-nav .dropdown.open > a, .main-header #user-bar .navbar-nav .dropdown-menu, .main-header #user-bar .navbar-nav .dropdown.open > a .glyphicon {
  color: #000000;
}
.main-header #user-bar .navbar-nav .dropdown-menu {
  left: 0;
  background-color: #091f40;
}
.main-header #user-bar .navbar-nav .dropdown-menu > li > a, .main-header #user-bar .navbar-nav .dropdown-menu > li > a .glyphicon {
  color: #ffffff;
}
.main-header #user-bar .navbar-nav .dropdown-menu > li > a:hover, .main-header #user-bar .navbar-nav .dropdown-menu > li > a:hover .glyphicon {
  color: #000000;
}
.main-header #user-bar .navbar-nav .dropdown-menu .glyphicon {
  vertical-align: middle;
}
.main-header #user-bar .navbar-nav > li > a {
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
}
.main-header #user-bar .navbar-nav > li > a .glyphicon {
  vertical-align: middle;
  color: #ffffff;
}
.main-header #upper-menu {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 #888888;
  box-shadow: 0 0 0 #888888;
}
.main-header #upper-menu .upper-menu__phone-wrapper {
  color: #13b5ea;
  margin-top: 0px;
}
.main-header #upper-menu .upper-menu__phone-wrapper .glyphicon-phone {
  vertical-align: middle;
}
.main-header #upper-menu .phone {
  font-weight: bold;
  color: #13b5ea;
  font-size: 18px;
}
.main-header #upper-menu .upper-menu__check-booking-button, .main-header #upper-menu .upper-menu__newsletter-button {
  background: none;
  border: none;
  padding-left: 2px;
  padding-right: 2px;
}
.main-header #upper-menu .upper-menu__chat-button {
  background: none;
  border: none;
}
.main-header #upper-menu .upper-menu__chat-button a {
  text-decoration: none;
}
.main-header #upper-menu .upper-menu__chat-button span.glyphicon.glyphicon-bubble {
  color: #13b5ea;
  font-size: 20px;
}
.main-header #upper-menu .upper-menu__chat-button span {
  color: #777;
}
.main-header #upper-menu .btn {
  padding: 3px 12px;
}
.main-header #upper-menu .btn-toolbar > .btn, .main-header #upper-menu .btn-toolbar > .btn-group {
  font-size: 14px;
  margin-left: 20px;
}
.main-header #upper-menu .btn-toolbar > .btn .glyphicon, .main-header #upper-menu .btn-toolbar > .btn-group .glyphicon {
  font-family: Icon_set_AV;
  font-size: 14px;
  color: inherit;
}
.main-header #upper-menu .btn-toolbar > .btn .glyphicon-newsletter, .main-header #upper-menu .btn-toolbar > .btn .glyphicon-check, .main-header #upper-menu .btn-toolbar > .btn-group .glyphicon-newsletter, .main-header #upper-menu .btn-toolbar > .btn-group .glyphicon-check {
  color: #13b5ea;
}
.main-header #upper-menu .btn-toolbar > .btn .glyphicon-check, .main-header #upper-menu .btn-toolbar > .btn-group .glyphicon-check {
  font-size: 20px;
}
.main-header #upper-menu .btn-toolbar > .btn .glyphicon-phone, .main-header #upper-menu .btn-toolbar > .btn-group .glyphicon-phone {
  font-size: 20px;
}
.main-header #upper-menu .btn-toolbar > .btn .caret, .main-header #upper-menu .btn-toolbar > .btn-group .caret {
  color: inherit;
}
.main-header #upper-menu .btn-toolbar .shopping-basket--mini__open-button .glyphicon-shopping-basket {
  font-size: 26px;
}
.main-header #upper-menu .popover {
  min-width: 400px;
}
.main-header #upper-menu .popover.bottom {
  margin-left: -120px;
}
.main-header #upper-menu .popover.bottom > .arrow {
  margin-left: 112px;
}
.main-header #upper-menu .popover.bottom .popover.bottom {
  margin-left: 0px;
}
.main-header #upper-menu .popover.bottom .popover.bottom > .arrow {
  margin-left: 0px;
}
.main-header #upper-menu .popover .checkbooking .col {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-header #upper-menu .popover .newsletter {
  background: none;
  max-width: 400px;
}
.main-header #upper-menu .popover .newsletter .col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-header #upper-menu .upper-menu__newsletter-button + .popover,
.main-header #upper-menu .upper-menu__check-booking-button + .popover {
  background-color: #ffffff;
  border: 1px solid rgb(221, 224, 228);
  width: 400px;
  -webkit-box-shadow: 2px 2px 2px #888888;
  box-shadow: 2px 2px 2px #888888;
  border-radius: 0px;
}
.main-header #upper-menu .upper-menu__newsletter-button + .popover .popover-title,
.main-header #upper-menu .upper-menu__check-booking-button + .popover .popover-title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  color: #ffffff;
  border-radius: -1px -1px 0 0;
}
.main-header #upper-menu .upper-menu__newsletter-button + .popover .popover-title .glyphicon,
.main-header #upper-menu .upper-menu__check-booking-button + .popover .popover-title .glyphicon {
  font-family: Icon_set_AV;
  font-size: 26px;
  color: inherit;
}
.main-header #upper-menu .upper-menu__login-button + .popover {
  background-color: #ffffff;
  border: 1px solid rgb(221, 224, 228);
  width: 450px;
  -webkit-box-shadow: 2px 2px 2px #888888;
  box-shadow: 2px 2px 2px #888888;
  border-radius: 0px;
}
.main-header #upper-menu .upper-menu__login-button + .popover .popover-title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  color: #ffffff;
  border-radius: -1px -1px 0 0;
}
.main-header #upper-menu .upper-menu__login-button + .popover .popover-title .glyphicon {
  font-family: Icon_set_AV;
  font-size: 26px;
  color: inherit;
}
.main-header #upper-menu .upper-menu__login-button + .popover > .popover-title {
  display: none;
}
.main-header #upper-menu .upper-menu__login-button + .popover > .popover-content {
  padding: 0;
}
.main-header #upper-menu .main-menu-toggle.navbar-custom-toggle {
  background: #ffffff;
  float: left;
  white-space: nowrap;
}
.main-header #upper-menu .main-menu-toggle.navbar-custom-toggle:before, .main-header #upper-menu .main-menu-toggle.navbar-custom-toggle:after {
  content: " ";
  display: table;
}
.main-header #upper-menu .main-menu-toggle.navbar-custom-toggle:after {
  clear: both;
}
.main-header #upper-menu .main-menu-toggle.navbar-custom-toggle .navbar-custom-toggle-icon {
  float: left;
  margin-right: 5px;
}
.main-header #upper-menu .main-menu-toggle.navbar-custom-toggle .navbar-custom-toggle-icon .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  background-color: #000000;
}
.main-header #upper-menu .main-menu-toggle.navbar-custom-toggle .navbar-custom-toggle-icon .icon-bar + .icon-bar {
  margin-top: 4px;
}
.main-header #upper-menu .main-menu-toggle.navbar-custom-toggle .navbar-custom-toggle-text {
  float: right;
  color: #000000;
}
@media (min-width: 320px) {
  .main-header #upper-menu .main-menu-toggle.navbar-custom-toggle .navbar-custom-toggle-text {
    display: none;
  }
}
.main-header #upper-menu .currency-selector a[data-currency] {
  padding-left: 25px;
}
.main-header #upper-menu ul.nav.follow > li > a {
  padding: 0 0 0 8px;
  font-size: 22px;
  line-height: 22px;
}
.main-header #upper-menu ul.nav.follow > li > a .glyphicon {
  color: white;
  background-color: #000000;
}
.main-header #upper-menu ul.nav.follow > li > a .glyphicon-facebook, .main-header #upper-menu ul.nav.follow > li > a .glyphicon-instagram {
  background-color: #37368F;
}
.main-header #upper-menu ul.nav.follow > li > a .glyphicon-twitter {
  background-color: #57AADF;
}
.main-header #upper-menu ul.nav.follow > li > a:hover, .main-header #upper-menu ul.nav.follow > li > a:focus {
  background-color: transparent;
}

.main-header-tud {
  background-color: #091f40;
  border-bottom: 6px solid #026cb6;
  min-height: unset;
}
.main-header-tud .top-row {
  display: block;
  padding: 10px 0 0px;
}
.main-header-tud .top-row:before, .main-header-tud .top-row:after {
  content: " ";
  display: table;
}
.main-header-tud .top-row:after {
  clear: both;
}
.main-header-tud #logoWrapper {
  margin-right: 8px;
  margin-top: 5px;
  max-width: 85px;
}
.main-header-tud__upper-row {
  min-height: 50px;
  position: relative;
  margin-left: 125px;
}
.main-header-tud__upper-row #language-selector {
  top: 10px;
  float: right;
  right: 375px;
}
.main-header-tud__upper-row #language-selector .dropdown-menu {
  left: unset;
  right: 3px;
  background-color: #091f40;
  border: 1px solid #13b5ea;
  border-radius: 3px;
}
.main-header-tud__upper-row #language-selector-btn {
  background-color: transparent;
  border: none;
  bottom: 4px;
  margin: 6px 12px;
  padding: 0px 3px;
}
.main-header-tud__upper-row #language-selector-btn:focus, .main-header-tud__upper-row #language-selector-btn:hover {
  margin: 5px 11px;
  border: 1px solid #777;
}
.main-header-tud #upper-menu-TUD {
  display: inline-block;
  width: 100%;
  max-width: 575px;
  margin-top: 13px;
}
.main-header-tud #upper-menu-TUD .upper-menu__contents {
  display: inline-block;
  margin-right: 20px;
}
.main-header-tud #upper-menu-TUD .upper-menu__contents-btn {
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 4px;
  margin: 0 2px;
}
.main-header-tud #upper-menu-TUD .upper-menu__contents-btn:focus, .main-header-tud #upper-menu-TUD .upper-menu__contents-btn:hover {
  background-color: #026cb6;
  color: white;
}
.main-header-tud #upper-menu-TUD .upper-menu__contents a:link {
  text-decoration: none;
}
.main-header-tud #upper-menu-TUD .upper-menu__contents-menu {
  font-size: 12px;
  font-weight: 300;
}
.main-header-tud #upper-menu-TUD .upper-menu__contents-right {
  display: inline-block;
  float: right;
  font-size: 11px;
  margin-top: 2px;
}
.main-header-tud #upper-menu-TUD .upper-menu__contents-right .open > .dropdown-menu {
  background-color: #091f40;
}
.main-header-tud #upper-menu-TUD .btn {
  background: #091f40;
  padding: 2px;
  border: none;
  bottom: 1px;
}
.main-header-tud__login-WS {
  display: inline;
}
.main-header-tud__login-WS .login-WS {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1;
}
.main-header-tud__login-WS .login-WS.expanded {
  background-color: #091f40;
}
.main-header-tud__login-WS .login-WS .dropdown-menu {
  width: 84%;
  background: #091f40;
}
.main-header-tud-agency #upper-menu-TUD {
  max-width: 560px;
}
.main-header-tud-agency #language-selector {
  right: 420px;
}

.full-loginBox {
  display: none;
}
.full-loginBox__header--close {
  margin-top: 20px;
  margin-right: 20px;
}

.main-menu-TUD__container .main-menu .navbar, .main-header .main-menu .navbar {
  margin-bottom: 0px;
  margin-top: 6px;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 16px;
  border: 0px solid rgb(221, 224, 228);
  border-radius: 5px;
  background: #ffffff;
  background-color: #ffffff;
  min-height: 0px;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse, .main-header .main-menu .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li {
  padding-right: 4px;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li > a, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li > a {
  line-height: 26px;
  vertical-align: bottom;
  padding: 6px;
  border-radius: 5px;
  color: #888888;
}
@media (min-width: 768px) {
  .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li > a, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li > a {
    padding-left: 3.5px;
    padding-right: 3.5px;
  }
}
@media (min-width: 992px) {
  .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li > a, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.active > a, .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li:hover > a, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.active > a, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li:hover > a {
  background: #ffffff;
  color: #000000;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.active, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.active {
  font-weight: bold;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown {
  white-space: nowrap;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown .glyphicon, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown .glyphicon {
  font-family: Icon_set_AV;
  font-size: 14px;
  color: #888888;
  vertical-align: middle;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown.active .glyphicon, .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown:hover .glyphicon, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown.active .glyphicon, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown:hover .glyphicon {
  color: #000000;
}
@media (max-width: 991px) {
  .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown.open > a.dropdown-toggle, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown.open > a.dropdown-toggle {
    background: #ffffff;
    color: #000000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown.open .glyphicon, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown.open .glyphicon {
    color: #000000;
  }
}
@media (min-width: 992px) {
  .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown > ul.dropdown-menu, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown > ul.dropdown-menu {
    display: none;
  }
  .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown:hover > ul.dropdown-menu, .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown.keybd > ul.dropdown-menu, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown:hover > ul.dropdown-menu, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown.keybd > ul.dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown:hover > a.dropdown-toggle, .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown.keybd > a.dropdown-toggle, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown:hover > a.dropdown-toggle, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown.keybd > a.dropdown-toggle {
    background: #ffffff;
    color: #000000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown > ul.dropdown-menu, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown > ul.dropdown-menu {
  background: #ffffff;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown > ul.dropdown-menu > li > a, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown > ul.dropdown-menu > li > a {
  color: #000000;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown > ul.dropdown-menu > li > a:focus, .main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown > ul.dropdown-menu > li > a:hover, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown > ul.dropdown-menu > li > a:focus, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu > li.dropdown > ul.dropdown-menu > li > a:hover {
  background: #ffffff;
  color: #888888;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu .menu-option-lastminute, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu .menu-option-lastminute {
  color: #13b5ea;
}
.main-menu-TUD__container .main-menu .navbar .navbar-collapse ul.nav.menu .menu__icon, .main-header .main-menu .navbar .navbar-collapse ul.nav.menu .menu__icon {
  font-size: 26px;
  vertical-align: bottom;
}
.main-menu-TUD__container .main-menu--prelogin, .main-header .main-menu--prelogin {
  float: left;
}

.main-menu-TUD__container {
  background-color: white;
}
.main-menu-TUD__container .main-menu .navbar {
  margin-bottom: 0;
  margin-top: 0;
  float: right;
}

.cancel-policy-modal-body__title {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-header-tud #upper-menu-TUD {
    max-width: 375px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header .main-menu {
    clear: both;
    padding: 8px 0 0;
    width: 100%;
  }
  .main-header .main-menu--prelogin {
    float: none;
  }
}
@media (max-width: 991px) {
  .main-header-tud .container {
    padding: 0 10px;
  }
  .main-header-tud #upper-menu-TUD {
    display: none;
  }
  .main-header-tud #upper-menu-TUD .upper-menu__contents {
    margin-right: 2px;
  }
  .main-header-tud #upper-menu-TUD .upper-menu__contents-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header #upper-menu .upper-menu__login-button + .popover {
    min-width: 100%;
  }
  .main-header #upper-menu .upper-menu__login-button + .popover .popover-content {
    padding: 0;
  }
  .main-header .pull-right {
    float: none;
  }
  .main-header #logoWrapper {
    margin-right: 0px;
  }
  .main-header {
    min-height: 81px;
  }
  .main-header-tud #upper-menu-TUD {
    max-width: 55%;
  }
  .main-header-tud #upper-menu-TUD .upper-menu__contents {
    display: none;
  }
  .main-header-tud__upper-row #language-selector {
    right: 0;
    float: none;
  }
}
@media (max-width: 767px) {
  #main-menu .upper-menu {
    text-align: center;
    border-top: solid 1px rgb(221, 224, 228);
    border-bottom: solid 1px rgb(221, 224, 228);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #main-menu .upper-menu .upper-menu__chat-button a {
    color: #000000;
  }
  #main-menu .upper-menu .upper-menu__chat-button a:hover, #main-menu .upper-menu .upper-menu__chat-button a:focus {
    color: #13b5ea;
  }
  #main-menu .upper-menu .upper-menu__chat-button a {
    text-decoration: none;
  }
  #main-menu .upper-menu .upper-menu__check-booking-button:hover, #main-menu .upper-menu .upper-menu__check-booking-button:focus {
    color: #13b5ea;
  }
  .login-WS__user-login .dropdown-menu.tud-user-dropdown {
    top: unset;
    width: 300px;
    background: #091f40;
    right: unset;
  }
}
@media (max-width: 480px) {
  .main-header #upper-menu .upper-menu__login-button + .popover {
    width: 100%;
  }
  .main-header #upper-menu .btn-toolbar > .btn, .main-header #upper-menu .btn-toolbar > .btn-group {
    margin-left: 10px;
  }
  .main-header #upper-menu .btn {
    padding: 3px 3px;
  }
  .main-header-tud {
    padding: 10px 10px 0 10px;
    width: 100%;
  }
  .main-header-tud #logoWrapper {
    max-width: 90px;
  }
  .main-header-tud__upper-row {
    margin-left: 90px;
  }
  .main-header-tud #upper-menu-TUD {
    max-width: 35%;
  }
}
.cookie-policy {
  width: 100%;
  position: fixed;
  margin: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  background: #026cb6;
  color: #f5f6fa;
  -webkit-box-shadow: 2px 2px 13px rgba(47, 54, 64, 0.85);
          box-shadow: 2px 2px 13px rgba(47, 54, 64, 0.85);
  text-align: center;
  font-size: 1.1em;
  padding: 15px;
  border-color: #026cb6;
}
.cookie-policy__title {
  margin-bottom: 10px;
}
.cookie-policy__content a {
  color: #ffffff;
  text-decoration: underline;
  white-space: nowrap;
}
.cookie-policy__actions {
  text-align: right;
  margin-top: 10px;
}
.cookie-policy__close {
  background: #ffffff;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid rgba(255, 255, 255, 0.1607843137);
}

@media (max-width: 991px) {
  .cookie-policy__actions {
    text-align: center;
  }
}
.results-list__header:before, .results-list__header:after {
  content: " ";
  display: table;
}
.results-list__header:after {
  clear: both;
}
.results-list__body {
  border: 0px solid rgb(221, 224, 228);
  border-radius: 0px;
  background-color: transparent;
}
.results-list__body:before, .results-list__body:after {
  content: " ";
  display: table;
}
.results-list__body:after {
  clear: both;
}
.results-list__title--custom-flights {
  color: #13b5ea;
  text-align: left;
  display: none;
  font-size: 20px;
}
.results-list__footer {
  height: 32px;
}
.results-list__order-by {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .results-list__order-by {
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .results-list__order-by {
    margin-bottom: 20px;
    width: 30%;
  }
}
.results-list__order-by .select2 {
  width: 100% !important;
}
@media (min-width: 768px) {
  .results-list__order-by .select2-selection__placeholder.select2-selection__placeholder {
    color: transparent;
  }
}
.results-list__order-by .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #999;
}
.results-list__insurance-generalrules {
  padding: 10px;
  background-color: #fff4d3;
  color: #ba8b00;
  margin-bottom: 10px;
}
.results-list__insurance-generalrules-rule {
  display: block;
}
.results-list__order-by-label {
  color: #999;
  display: block;
}
@media (max-width: 767px) {
  .results-list__order-by-label {
    display: none;
  }
}
.results-list__order-by-selector {
  display: block;
}
.results-list__order-by-selector .select2-container {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .results-list__view-selector {
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  .results-list__view-selector {
    float: right;
    width: 70%;
    margin-bottom: 20px;
  }
}
.results-list__order-by-selector, .results-list__filter-toggle {
  height: 40px;
}
@media (min-width: 992px) {
  .results-list__filter-toggle-wrapper {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .results-list__filter-toggle-wrapper {
    padding: 15px 0;
    clear: both;
  }
  .results-list__pagination + .results-list__filter-toggle-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .results-list__filter-toggle-wrapper {
    float: right;
    width: 50%;
    padding-left: 5px;
    margin-bottom: 5px;
  }
  .results-list__pagination + .results-list__filter-toggle-wrapper {
    clear: both;
    width: 100%;
    padding-left: 0;
  }
}
.results-list__filter-toggle {
  display: block;
  width: 100%;
}
.results-list__pagination {
  float: right;
}
.results-list__item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .results-list__item {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.results-list__infinite-scroll-affix {
  padding: 0px;
  display: none;
}
@media (max-width: 767px) {
  .results-list__infinite-scroll-affix.affix, .results-list__infinite-scroll-affix.affix-top, .results-list__infinite-scroll-affix.affix-bottom {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .results-list__infinite-scroll-affix.affix, .results-list__infinite-scroll-affix.affix-top, .results-list__infinite-scroll-affix.affix-bottom {
    display: inline-block !important;
  }
}
.results-list__infinite-scroll-affix.affix {
  position: fixed !important;
  bottom: 0;
}
.results-list__infinite-scroll-affix.hidden {
  display: none !important;
}
.results-list__go-top {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  -webkit-box-shadow: 3px 3px 6px #aaa;
          box-shadow: 3px 3px 6px #aaa;
}
.results-list__go-top-icon {
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
}
.results-list__optional-groups .glyphicon {
  margin-right: 2px;
  vertical-align: middle;
}
.results-list__optional-groups .optional-groups__group-options {
  padding: 20px;
  border-left: 1px solid rgb(221, 224, 228);
  border-right: 1px solid rgb(221, 224, 228);
  border-bottom: 1px solid rgb(221, 224, 228);
}
.results-list__optional-groups .optional-groups__groups li {
  margin-top: 10px;
}
.results-list__optional-groups .optional-groups__groups input {
  margin-right: 10px;
}
.results-list__optional-groups .nav-tabs > li > a {
  background: #091f40;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.results-list__optional-groups .nav-tabs > li.active a {
  font-family: "Helvetica Neue W31 Bold", Arial, Verdana, Sans-Serif;
  color: #000000;
  background-color: #ffffff;
}
.results-list__optional-groups .nav-tabs > li.active a:focus {
  outline: 0;
}

.results.packages .results-list__adv-banner {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  /*img {
      width: 100%;
  }*/
}

.results.packages.customize .results-list__adv-banner {
  margin-bottom: 30px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .results-list__order-by-selector {
    display: block;
    color: #888888;
    font-size: 14px;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .results-list__optional-groups .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
  }
  .results-list__optional-groups .nav-tabs > li {
    float: none;
  }
}
.your-selection__message {
  height: auto;
  line-height: 1.1;
  padding: 15px;
  color: #13b5ea;
  border: 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: inherit;
  background: #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.your-selection__message:after, .your-selection__message:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.your-selection__message:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.your-selection__message:before {
  border-color: rgba(240, 139, 136, 0);
  border-top-color: #13b5ea;
  border-width: 16px;
  margin-left: -16px;
}

.no-results {
  padding: 34px 40px;
  background: rgb(235, 237, 240);
}
.no-results__title {
  font-size: 20px;
  margin: 0;
}
.no-results__content {
  font-size: 14px;
}
.no-results__used-filters {
  margin-top: 20px;
}
.no-results__clear-filter {
  white-space: nowrap;
  padding: 4px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #13b5ea;
  text-decoration: underline;
  font-size: 14px;
}
.no-results__clear-name {
  color: #091f40;
  cursor: pointer;
}
.no-results__message-container-noXS {
  width: 48%;
  margin: auto;
}

.filter__header {
  background: transparent;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 20px;
  color: #091f40;
  position: relative;
  padding-right: 30px;
}
.filter__header:before, .filter__header:after {
  content: " ";
  display: table;
}
.filter__header:after {
  clear: both;
}
@media (max-width: 1199px) {
  .filter__header {
    font-size: 16.002px;
    font-weight: bold;
  }
}
.filter__header--small {
  font-size: 16.002px;
  font-weight: bold;
  position: relative;
}
.filter__group-title {
  background: rgb(0, 0, 0);
  color: #ffffff;
  padding: 10px;
  margin-top: 10px;
}
.filter__widget {
  padding-top: 15px;
}
.filter__widget:before, .filter__widget:after {
  content: " ";
  display: table;
}
.filter__widget:after {
  clear: both;
}
.filter__widget-toggle {
  background: #091f40;
  border: 0;
  border-radius: 100%;
  font-size: 16px;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 12%;
  width: 22px;
}
.filter__widget-toggle .glyphicon {
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
}
.filter__field {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 13px;
  color: #000000;
  background: transparent;
  display: block;
  padding: 8px;
  margin-bottom: 5px;
}
.filter__field--title {
  background-color: #999;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.filter__footer {
  margin-top: 10px;
}
.filter__footer:before, .filter__footer:after {
  content: " ";
  display: table;
}
.filter__footer:after {
  clear: both;
}
.filter__legend {
  float: left;
  display: none;
  color: #000000;
  font-size: 85%;
  padding: 2px;
}
.filter--minimized .filter__legend {
  display: block;
}
.filter__reset {
  background-color: rgb(0, 0, 0);
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  float: left;
  margin-top: 10px;
  padding: 6px 12px;
}
.filter__reset:hover {
  background-color: rgb(0, 0, 0);
}
.filter__view-more, .filter__view-less {
  margin-bottom: 10px;
  text-align: right;
  width: 100%;
}
.filter__btn-view-more, .filter__btn-view-less {
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 5px;
  color: #555;
  float: right;
  margin-top: 10px;
  padding: 6px 12px;
}
.filter__btn-view-more:hover, .filter__btn-view-more:focus, .filter__btn-view-more:active, .filter__btn-view-less:hover, .filter__btn-view-less:focus, .filter__btn-view-less:active {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}
.filter__icon--primary {
  font-family: Icon_set_AV;
  font-size: 16px;
  color: #091f40;
}
.filter__icon--secondary {
  font-family: Icon_set_AV;
  font-size: 16px;
  color: inherit;
}

.filter-by-amenities__totals, .filter-by-topAmenities__totals {
  font-weight: bold;
  float: left;
  margin-left: 5px;
}
.filter-by-amenities__totals:before, .filter-by-topAmenities__totals:before {
  content: "(";
  font-weight: normal;
}
.filter-by-amenities__totals:after, .filter-by-topAmenities__totals:after {
  content: ")";
  font-weight: normal;
}
.filter-by-amenities__see-more, .filter-by-topAmenities__see-more {
  margin-bottom: 15px;
}
.filter-by-amenities__field input[type=checkbox], .filter-by-topAmenities__field input[type=checkbox] {
  margin: 5px 0 0;
}
.filter-by-amenities__toggle, .filter-by-topAmenities__toggle {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.filter-by-amenities__text--title, .filter-by-topAmenities__text--title {
  max-width: 156px;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  float: left;
}
.filter-by-amenities .caret, .filter-by-topAmenities .caret {
  float: right;
  margin-top: 7px;
}

.filter-by-string, .filter-by-package-string {
  display: table;
  width: 100%;
}
.filter-by-string__field, .filter-by-string__icon-label, .filter-by-string__action-wrapper, .filter-by-package-string__field, .filter-by-package-string__icon-label, .filter-by-package-string__action-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.filter-by-string__field, .filter-by-package-string__field {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-by-string__field:not(:first-child), .filter-by-package-string__field:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}
.filter-by-string__field:not(:last-child), .filter-by-package-string__field:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.filter-by-string__icon-label, .filter-by-string__action-wrapper, .filter-by-package-string__icon-label, .filter-by-package-string__action-wrapper {
  border: 1px solid #ccc;
  background-color: #ffffff;
  height: 40px;
  font-size: 24px;
  line-height: 1.428571429;
  color: #888888;
}
.filter-by-string__icon-label:first-child, .filter-by-string__icon-label:last-child, .filter-by-string__action-wrapper:first-child, .filter-by-string__action-wrapper:last-child, .filter-by-package-string__icon-label:first-child, .filter-by-package-string__icon-label:last-child, .filter-by-package-string__action-wrapper:first-child, .filter-by-package-string__action-wrapper:last-child {
  border-radius: 5px;
}
.filter-by-string__icon-label:first-child, .filter-by-string__action-wrapper:first-child, .filter-by-package-string__icon-label:first-child, .filter-by-package-string__action-wrapper:first-child {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.filter-by-string__icon-label:last-child, .filter-by-string__action-wrapper:last-child, .filter-by-package-string__icon-label:last-child, .filter-by-package-string__action-wrapper:last-child {
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.filter-by-string__icon-label:first-child, .filter-by-package-string__icon-label:first-child {
  padding-left: 6px;
}
.filter-by-string__icon-label:last-child, .filter-by-package-string__icon-label:last-child {
  padding-right: 6px;
}
.filter-by-string__action, .filter-by-package-string__action {
  border: 0;
  background: transparent;
}
.filter-by-string__action-icon, .filter-by-package-string__action-icon {
  font-size: 20px;
}

.filter-by-string__action {
  padding: 0 8px;
}

.filter-by-string__field {
  height: 42px;
  line-height: 16px;
}
.filter-by-string__field.form-control {
  background: #ffffff;
}
.filter-by-string__field.form-control:focus {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.filter-by-category .glyphicon {
  vertical-align: middle;
}
.filter-by-category__wrapper {
  display: block;
}
.filter-by-category__field[type=checkbox], .filter-by-category__text, .filter-by-category__totals {
  vertical-align: middle;
  display: inline-block;
}
.filter-by-category__field[type=checkbox] {
  margin: 0;
}
.filter-by-category__totals {
  font-weight: bold;
}
.filter-by-category__totals:before {
  content: "(";
  font-weight: normal;
}
.filter-by-category__totals:after {
  content: ")";
  font-weight: normal;
}

.filter-by-board__field[type=checkbox], .filter-by-board__text, .filter-by-board__totals {
  vertical-align: middle;
  display: inline-block;
}
.filter-by-board__field[type=checkbox] {
  margin: 0 4px 0 0;
}
.filter-by-board__totals {
  font-weight: bold;
}
.filter-by-board__totals:before {
  content: "(";
  font-weight: normal;
}
.filter-by-board__totals:after {
  content: ")";
  font-weight: normal;
}

.filter-by-checks__field[type=checkbox], .filter-by-checks__text, .filter-by-checks__link {
  vertical-align: middle;
  display: inline-block;
}
.filter-by-checks__field[type=checkbox] {
  margin: 0;
}
.filter-by-checks__wrapper:before, .filter-by-checks__wrapper:after {
  content: " ";
  display: table;
}
.filter-by-checks__wrapper:after {
  clear: both;
}
.filter-by-checks__price {
  border: none;
  background: #777;
  color: #ffffff;
  border-radius: 2px;
  float: right;
  padding: 2px 5px;
  font-size: 11px;
}
.filter-by-checks__totals {
  font-weight: bold;
}
.filter-by-checks__totals:before {
  content: "(";
  font-weight: normal;
}
.filter-by-checks__totals:after {
  content: ")";
  font-weight: normal;
}

.filter-by-product__wrapper {
  display: block;
}
.filter-by-product__text {
  text-transform: capitalize;
}
.filter-by-product__field[type=checkbox], .filter-by-product__text, .filter-by-product__totals {
  vertical-align: middle;
  display: inline-block;
}
.filter-by-product__field[type=checkbox] {
  margin: 0;
}
.filter-by-product__totals {
  font-weight: bold;
}
.filter-by-product__totals:before {
  content: "(";
  font-weight: normal;
}
.filter-by-product__totals:after {
  content: ")";
  font-weight: normal;
}

.filter-by-price-range__value-content {
  position: relative;
}
.filter-by-price-range__value-field {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  padding: 0;
  line-height: 1;
}
.filter-by-price-range__values-wrapper {
  display: table;
  width: 100%;
}
.filter-by-price-range__value {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.filter-by-price-range__value:first-child {
  text-align: left;
}

.filter-by-tripadvisor-rating__tripadvisor-rating {
  background-repeat: no-repeat;
  background-image: url(/img/filtro-tripad.png);
  width: 101px;
  height: 18px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="0"] {
  background-position: 0 -180px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="0.5"] {
  background-position: 0 -162px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="1"] {
  background-position: 0 -144px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="1.5"] {
  background-position: 0 -126px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="2"] {
  background-position: 0 -108px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="2.5"] {
  background-position: 0 -90px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="3"] {
  background-position: 0 -72px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="3.5"] {
  background-position: 0 -54px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="4"] {
  background-position: 0 -36px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="4.5"] {
  background-position: 0 -18px;
}
.filter-by-tripadvisor-rating__tripadvisor-rating[data-rating="5"] {
  background-position: 0 0px;
}

.filter-by-hour-range__value-content {
  position: relative;
}
.filter-by-hour-range__value-field {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  padding: 0;
  line-height: 1;
}
.filter-by-hour-range__values-wrapper {
  display: table;
  width: 100%;
}
.filter-by-hour-range__value {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.filter-by-hour-range__value:first-child {
  text-align: left;
}

.filter-by-poi__selector-label, .filter-by-poi__range-label {
  display: block;
}
.filter-by-poi__range-label {
  margin: 0;
}
.filter-by-poi__slider-wrapper {
  display: none;
}
.filter-by-poi__selector {
  width: 100%;
}
.filter-by-poi .select2 {
  width: 100% !important;
}

.preloader {
  height: 60px;
  width: 60px;
  text-align: initial;
  display: inline-block;
}
.preloader__shadow, .preloader__spinner {
  position: absolute;
  height: 60px;
  width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.preloader__shadow {
  border-radius: 50%;
  border: 7.5px solid rgb(191, 191, 191);
}
.preloader__spinner {
  -webkit-animation: preloader-rotate-animation 1.5s linear infinite;
  animation: preloader-rotate-animation 1.5s linear infinite;
  clip: rect(0, 60px, 60px, 30px);
}
.preloader__spinner:after {
  -webkit-animation: preloader-rotate2-animation 1.5s linear infinite;
  animation: preloader-rotate2-animation 1.5s linear infinite;
  clip: rect(0, 60px, 60px, 30px);
  content: "";
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
}
.preloader__icon {
  color: #13b5ea;
  font-size: 32px;
  line-height: 60px;
  width: 100%;
  text-align: center;
}

.preloader-container {
  display: block;
  overflow: hidden;
  padding: 76px 0;
  text-align: center;
}
.preloader-container .preloader__shadow, .preloader-container .preloader__spinner {
  position: absolute;
}

@-webkit-keyframes preloader-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}

@keyframes preloader-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}
@-webkit-keyframes preloader-rotate2-animation {
  0% {
    -webkit-box-shadow: inset #13b5ea 0 0 0 7.5px;
            box-shadow: inset #13b5ea 0 0 0 7.5px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #13b5ea 0 0 0 7.5px;
            box-shadow: inset #13b5ea 0 0 0 7.5px;
  }
  100% {
    -webkit-box-shadow: inset #13b5ea 0 0 0 7.5px;
            box-shadow: inset #13b5ea 0 0 0 7.5px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
@keyframes preloader-rotate2-animation {
  0% {
    -webkit-box-shadow: inset #13b5ea 0 0 0 7.5px;
            box-shadow: inset #13b5ea 0 0 0 7.5px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #13b5ea 0 0 0 7.5px;
            box-shadow: inset #13b5ea 0 0 0 7.5px;
  }
  100% {
    -webkit-box-shadow: inset #13b5ea 0 0 0 7.5px;
            box-shadow: inset #13b5ea 0 0 0 7.5px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
.loading-screen {
  border-radius: 10px;
  position: relative;
  background: rgb(235, 237, 240);
}
.loading-screen__header, .loading-screen__footer {
  padding: 24px 40px;
}
@media (max-width: 767px) {
  .loading-screen__logo, .loading-screen__preloader {
    max-width: 100%;
  }
}
.loading-screen__action {
  font-size: 24px;
}
.loading-screen__action, .loading-screen__action-description {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  color: #000000;
}
.loading-screen__action-details {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 13px;
  color: #13b5ea;
}
.loading-screen--withbanner__banner {
  background: rgb(235, 237, 240);
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .loading-screen--withbanner__banner {
    display: none;
  }
}

.preloader-screen {
  background: rgb(235, 237, 240);
  border-radius: 5px;
  padding: 15px 30px;
  display: inline-block;
}
.preloader-screen__text {
  margin-top: 10px;
}

.multi-searcher {
  position: relative;
}
.multi-searcher .nav.nav-tabs {
  background-color: #ffffff;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 8px;
  padding-top: 2px;
}
.multi-searcher .nav.nav-tabs > li {
  margin-bottom: 0;
  float: none;
  display: inline-block;
  white-space: nowrap;
}
.multi-searcher .nav.nav-tabs > li > a {
  background-color: transparent;
  margin-right: 0;
  color: #888888;
  border: none;
  border-radius: 0px;
}
.multi-searcher .nav.nav-tabs > li > a:hover, .multi-searcher .nav.nav-tabs > li > a:focus {
  background-color: #ffffff;
}
.multi-searcher .nav.nav-tabs > li > a .glyphicon {
  color: #888888;
  line-height: 0;
  vertical-align: middle;
  margin-right: 5px;
  display: none;
}
.multi-searcher .nav.nav-tabs > li:not(:first-child) > a {
  border-left: 1px solid #ffffff;
}
.multi-searcher .nav.nav-tabs > li.active > a, .multi-searcher .nav.nav-tabs > li:hover > a {
  color: #000000;
}
.multi-searcher .nav.nav-tabs > li.active > a .glyphicon, .multi-searcher .nav.nav-tabs > li:hover > a .glyphicon {
  display: inline-block;
}
.multi-searcher .dropdown.show-more {
  display: inline-block;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}
.multi-searcher .dropdown.show-more > .dropdown-toggle {
  background: none;
  border: none;
  color: #888888;
  padding: 10px 8px;
}
.multi-searcher .dropdown.show-more .dropdown-menu {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.multi-searcher .dropdown.show-more .dropdown-menu li {
  padding: 0;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  width: 100;
}
.multi-searcher .dropdown.show-more .dropdown-menu li .icon {
  display: none;
}
.multi-searcher .dropdown.show-more .dropdown-menu li a {
  padding: 8px 20px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.multi-searcher .dropdown.show-more .dropdown-menu li .glyphicon {
  vertical-align: middle;
}
.multi-searcher .dropdown.show-more .dropdown-menu li:hover a {
  background: #ffffff;
  color: #888888;
}
.multi-searcher .dropdown.show-more .dropdown-menu li:hover .glyphicon {
  color: #888888;
}
.multi-searcher .tab-content {
  background-color: #ffffff;
}

.searcher {
  padding: 0px 20px;
  border: 0px solid rgb(221, 224, 228);
  border-radius: 0px;
  background-color: rgb(221, 223, 228);
  color: #000000;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
}
.searcher label.form-label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
}
.searcher label.form-label, .searcher .form-label-filler {
  height: 11px;
  line-height: 11px;
  margin-bottom: 4px;
  max-width: 100%;
  margin-top: 10px;
  letter-spacing: 0.9px;
}
.searcher .label {
  font-size: 13px;
  font-weight: normal;
}
.searcher .btn {
  height: 40px;
}
.searcher .searcher-button {
  color: #ffffff;
  background-color: #13b5ea;
  border-color: #13b5ea;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
}
.searcher .searcher-button:focus, .searcher .searcher-button.focus {
  color: #ffffff;
  background-color: rgb(15, 145, 187);
  border-color: rgb(9, 90, 116);
}
.searcher .searcher-button:hover {
  color: #ffffff;
  background-color: rgb(15, 145, 187);
  border-color: rgb(14, 137, 177);
}
.searcher .searcher-button:active, .searcher .searcher-button.active, .open > .searcher .searcher-button.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(15, 145, 187);
  border-color: rgb(14, 137, 177);
}
.searcher .searcher-button:active:hover, .searcher .searcher-button:active:focus, .searcher .searcher-button:active.focus, .searcher .searcher-button.active:hover, .searcher .searcher-button.active:focus, .searcher .searcher-button.active.focus, .open > .searcher .searcher-button.dropdown-toggle:hover, .open > .searcher .searcher-button.dropdown-toggle:focus, .open > .searcher .searcher-button.dropdown-toggle.focus {
  color: #ffffff;
  background-color: rgb(12, 119, 154);
  border-color: rgb(9, 90, 116);
}
.searcher .searcher-button:active, .searcher .searcher-button.active, .open > .searcher .searcher-button.dropdown-toggle {
  background-image: none;
}
.searcher .searcher-button.disabled:hover, .searcher .searcher-button.disabled:focus, .searcher .searcher-button.disabled.focus, .searcher .searcher-button[disabled]:hover, .searcher .searcher-button[disabled]:focus, .searcher .searcher-button[disabled].focus, fieldset[disabled] .searcher .searcher-button:hover, fieldset[disabled] .searcher .searcher-button:focus, fieldset[disabled] .searcher .searcher-button.focus {
  background-color: #13b5ea;
  border-color: #13b5ea;
}
.searcher .searcher-button .badge {
  color: #13b5ea;
  background-color: #ffffff;
}
.searcher .select2 {
  width: 100% !important;
}
.searcher .select2-search__field {
  margin-top: 9px !important;
}
.searcher.flight-searcher .multidestination-only {
  display: none;
}
.searcher.flight-searcher .multidestination-routes .searcher-row {
  line-height: 40px;
}
.searcher.flight-searcher.multidestination .multidestination-only {
  display: block !important;
}
.searcher.flight-searcher.multidestination .singledestination-only {
  display: none !important;
}
.searcher.master-searcher .master-selector {
  margin-left: -10px;
}
.searcher.master-searcher .master-selector .radio-inline.master-selector-option {
  margin-left: 10px;
}
.searcher.master-searcher .master-selector .label.more-master-selector-options {
  cursor: pointer;
  margin-left: 10px;
}
.searcher.master-searcher .btn-more-options {
  background-color: transparent;
}
.searcher.master-searcher .select-text-option {
  padding-right: 10px;
}
.searcher.master-searcher .select-icon-option.glyphicon {
  color: #000000;
  font-size: 35px;
  position: absolute;
}
.searcher.master-searcher .select-icon-option.glyphicon:after {
  font-size: 60px;
  top: -16px;
  left: 1px;
}
@media (min-width: 992px) {
  .searcher.master-searcher .custom-col-md-1 {
    width: 14%;
  }
  .searcher.master-searcher .custom-col-md-2 {
    width: 19%;
  }
}
.searcher .label.deeplink-toggle {
  background-color: orange !important;
  cursor: pointer;
  font-weight: bold;
  padding: 4px;
  position: absolute;
  top: -10px;
  right: 0;
  white-space: nowrap;
}
.searcher .label.deeplink-toggle:hover {
  background-color: rgb(255, 188, 64);
}
.searcher.searcher-is-landscape .searcher-row {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .searcher.searcher-is-landscape .searcher-row .col-xs-12:not(:last-child), .searcher.searcher-is-landscape .searcher-row .col-xs-6 + .col-xs-6:not(:last-child) {
    margin-bottom: 10px;
  }
}
.searcher.searcher-is-landscape .searcher-row .date-selector {
  /*
  .col.col-date, .col-col-hour {
  	&:not(:last-child) {
  		@media (max-width: $screen-xs-max) {
  			margin-bottom: 10px; 
  		}
  	}
  }*/
}
.searcher.searcher-is-landscape .searcher-row .date-selector .col.col-date {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.searcher.searcher-is-landscape .searcher-row .date-selector .col.col-hour {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .searcher.searcher-is-landscape .searcher-row .date-selector .col.col-hour {
    float: left;
    width: 50%;
  }
}
.searcher.searcher-is-landscape .searcher-row .date-selector .col.col-date.with-hour {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .searcher.searcher-is-landscape .searcher-row .date-selector .col.col-date.with-hour {
    float: left;
    width: 50%;
  }
}
.searcher.searcher-is-landscape .searcher-row .date-selector.with-length-selector .col.col-date {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.searcher.searcher-is-landscape .searcher-row .date-selector.with-length-selector .col.col-length {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.searcher.searcher-is-landscape .searcher-row .date-selector.with-end-date .col.col-date {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .searcher.searcher-is-landscape .searcher-row .date-selector.with-end-date .col.col-date {
    float: left;
    width: 50%;
  }
}
.searcher.searcher-is-landscape .searcher-row .date-selector.with-end-date .col.col-hour {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .searcher.searcher-is-landscape .searcher-row .date-selector.with-end-date .col.col-hour {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .searcher.searcher-is-landscape .searcher-row .date-selector.with-end-date .col.col-hour:not(:last-child) {
    margin-bottom: 10px;
  }
}
.searcher.searcher-is-landscape .searcher-row .date-selector.with-end-date .col.col-date.with-hour {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .searcher.searcher-is-landscape .searcher-row .date-selector.with-end-date .col.col-date.with-hour {
    float: left;
    width: 25%;
  }
}
.searcher.searcher-is-landscape .form-control {
  width: 100%;
  color: #888888;
}
.searcher.searcher-is-landscape .btn-more-options {
  background-color: transparent;
}
.searcher.searcher-is-landscape .searcher-row.custom-row {
  margin-bottom: 0;
}
.searcher.searcher-is-landscape .general__rules {
  margin-top: 10px;
}
.searcher.searcher-is-portrait .searcher-row:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .searcher.searcher-is-portrait .searcher-row .col-xs-12:not(:last-child) {
    margin-bottom: 10px;
  }
}
.searcher.searcher-is-portrait .date-selector .col.col-date {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.searcher.searcher-is-portrait .date-selector .col.col-hour {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.searcher.searcher-is-portrait .date-selector.with-end-date .col.col-hour:not(:last-child) {
  margin-bottom: 10px;
}
.searcher.searcher-is-portrait .date-selector.with-length-selector .col.col-date {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.searcher.searcher-is-portrait .date-selector.with-length-selector .col.col-hour {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.searcher.searcher-is-portrait .date-selector.with-length-selector .col.col-length {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.searcher.searcher-is-portrait .searcher-button {
  margin-top: 12px;
}
.searcher .btn-more-options {
  border: none;
  color: #888888;
  padding: 6px 0;
  text-align: left;
  height: 40px;
  vertical-align: middle;
  letter-spacing: 1px;
  background-color: transparent;
}
.searcher .btn-more-options .glyphicon {
  vertical-align: middle;
}
.searcher .btn-more-options:hover, .searcher .btn-more-options:focus {
  background-color: transparent;
  outline: none;
}
.searcher .general__rules {
  padding: 10px;
  background-color: #fff4d3;
  color: #ba8b00;
}
.searcher .general__rules-rule {
  display: block;
}

.searcher__product-fixed-toggle {
  background: transparent;
}
.searcher__fixed-product {
  display: none;
}
.searcher--product-fixed .searcher__on-product-fixed-hidden {
  display: none;
}
.searcher--product-fixed .searcher__fixed-product {
  display: block;
}
.searcher__counter {
  color: #0f1d41;
}
.searcher__counter-loading {
  opacity: 0.6;
}
.searcher__counter-loading:before {
  margin: 0;
  display: inline-block;
}
.searcher__counter-loading-container {
  margin-top: 45px;
}
.searcher__counter, .searcher__counter-loading {
  line-height: 40px;
  vertical-align: middle;
}
.searcher .only-homes.disabled {
  position: relative;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.searcher .only-homes.disabled:after {
  content: "";
  background: #FFFFFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.searcher .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #13b5ea;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.searcher .master-searcher__only-homes {
  margin-top: 35px;
}

.searcher-wrapper {
  margin-bottom: 10px;
  padding: 0;
}
.searcher-wrapper .searcher {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

@media (max-width: 767px) {
  .searcher .form-control[readonly] {
    background-color: white;
  }
  .searcher .master-searcher__only-homes {
    margin-top: 10px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .searcher .master-searcher__only-homes {
    margin-left: 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .searcher .master-searcher__only-homes {
    margin-left: 20px;
  }
  .super-package-searcher .searcher__counter-loading-container {
    margin-top: 0;
    float: right;
    margin-top: 10px;
  }
  .super-package-searcher .searcher-button {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.master-searcher .btn.btn-secondary.btn-medium.btn-more-options, .master-searcher .package-custom-product .btn.btn-medium.btn-more-options.room-selector-button, .package-custom-product .master-searcher .btn.btn-medium.btn-more-options.room-selector-button, .master-searcher .btn.btn-medium.btn-more-options.btn-default {
  letter-spacing: 0.5px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
}
.carousel-inner > .item {
  overflow: hidden;
  text-align: center;
}
.carousel-inner > .item .carousel-caption {
  z-index: 0;
  text-align: right;
}
.carousel-inner > .item .carousel-caption .title {
  font-weight: bold;
  font-size: 70px;
  display: inline;
}
.carousel-inner > .item .carousel-caption .price {
  font-size: 40px;
  line-height: 40px;
}
.carousel-inner > .item .carousel-caption .price .price-from {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
.carousel-inner .carousel-control .glyphicon {
  color: #13b5ea;
  font-size: 50px;
  top: 30%;
}
.carousel-inner .carousel-control .glyphicon-menu-right {
  margin-right: -50%;
}
.carousel-inner .carousel-control .glyphicon-menu-left {
  margin-left: -50%;
}
.carousel-inner .carousel-control.left {
  background-image: none;
}
.carousel-inner .carousel-control.right {
  background-image: none;
}

.carousel-full .carousel-inner > .item {
  height: 500px;
}
.carousel-full .carousel-inner > .item img {
  max-width: none;
  height: 100%;
}
.carousel-full .carousel-inner > .item .carousel-caption {
  text-align: left;
}
.carousel-full .item .container {
  position: relative;
}
.carousel-full .carousel-caption {
  right: 0px;
  left: auto;
  bottom: auto;
  top: 50px;
  color: #ffffff;
  padding: 0px;
  text-shadow: none;
}
.carousel-full .carousel-caption .title {
  display: block;
  font-weight: normal;
  font-size: 24px;
}
@media (max-width: 767px) {
  .carousel-full .carousel-caption .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .carousel-full .carousel-caption .title {
    font-size: 40px;
  }
}
.carousel-full .carousel-caption .price {
  display: block;
  text-align: right;
}
@media (max-width: 767px) {
  .carousel-full .carousel-caption .price {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .carousel-full .carousel-caption .price {
    font-size: 24px;
  }
}
.carousel-full .carousel-caption .price .price-amount {
  font-weight: bold;
}
.carousel-full .carousel-caption .price .price-promo {
  font-weight: bold;
  font-size: 40px;
  float: left;
  line-height: 40px;
  margin-right: 8px;
}
.carousel-full .carousel-caption .price .price-from {
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.carousel-full .carousel-caption-wrapper {
  height: 100%;
}
.carousel-full img {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.carousel-full .carousel-indicators {
  bottom: 17%;
  padding: 10px;
}
.carousel-full .carousel-indicators li {
  background: #eee;
  border: 0;
}
.carousel-full .carousel-indicators li.active {
  background: #0f1d41;
}

.trips .carousel-full .carousel-indicators, .hotels .carousel-full .carousel-indicators {
  bottom: 10%;
}

.cruises .carousel-full .carousel-indicators {
  bottom: 3%;
}

.cars .carousel-full .carousel-indicators {
  bottom: 22%;
}

.services .carousel-full .carousel-indicators, transfers .carousel-full .carousel-indicators {
  bottom: 7%;
}

.carousel-small {
  overflow: hidden;
}
.carousel-small .carousel-inner > .item {
  max-height: 450px;
}
.carousel-small .carousel-inner > .item img, .carousel-small .carousel-inner > .item picture {
  bottom: 50.1%;
  height: 100%;
  max-width: inherit;
  position: absolute;
  right: 49.9%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: auto;
}
.carousel-small .carousel-caption {
  right: 5%;
  bottom: 0px;
}
.carousel-small .carousel-caption:before, .carousel-small .carousel-caption:after {
  content: " ";
  display: table;
}
.carousel-small .carousel-caption:after {
  clear: both;
}
.carousel-small .carousel-caption .title {
  font-size: 24px;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  float: right;
  clear: both;
}
.carousel-small .carousel-caption .price {
  margin-top: 10px;
  font-size: 18px;
  background: rgba(15, 29, 65, 0.6);
  padding: 5px;
  float: right;
  clear: both;
}

@media (max-width: 991px) {
  .carousel-small .carousel-inner > .item {
    max-height: 300px;
  }
}
.content {
  font-size: 14px;
  margin-top: 50px;
}
.content .title {
  font-size: 24px;
  color: #888888;
  margin-top: 0px;
  margin-bottom: 20px;
}
.content .title .titlepadre {
  color: #091f40;
}
.content .title hr {
  margin: 5px 0;
  width: 40px;
  border-bottom: 5px solid #13b5ea;
}
.content .lojas {
  margin-top: 20px;
}
.content .thumbnail {
  background-color: #ffffff;
  border-right: 10px solid #091f40;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  padding: 0px;
}
.content .thumbnail img {
  margin: 20px;
}
.content .thumbnail .caption {
  color: #000000;
}
.content .thumbnail .caption.main {
  height: 100%;
  padding: 20px 0 0 20px;
  width: 69%;
}
.content .thumbnail .caption.main .name {
  font-size: 16px;
  color: #091f40;
}

.specialcontent .content-header {
  background-color: #2D3E52;
  color: #fff;
  margin-bottom: 20px;
}
.specialcontent .content-menu {
  display: block;
  background: #fff;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #f5f5f5;
}
.specialcontent .content-menu .content-menu-item {
  padding-right: 10px;
  padding-bottom: 10px;
  float: none;
  display: inline-table;
}
.specialcontent .content-menu .content-menu-item > a {
  background: #f5f5f5;
  color: #9e9e9e;
  font-size: 12px;
}
.specialcontent .content-menu .content-menu-item > a:hover {
  background: #01b7f2;
  color: #fff;
}
.specialcontent .content-menu .content-menu-item .selected {
  background: #01b7f2;
  color: #fff;
}
.specialcontent .content-body {
  background-color: #fff;
  margin-top: 0px;
  display: inline-table;
  margin-bottom: 30px;
}
.specialcontent .content-body .content-info .subcontent-info {
  margin-bottom: 15px;
  clear: both;
  display: inline-table;
  padding: 20px;
  width: 100%;
}
.specialcontent .content-body .content-info .subcontent-info .titulo {
  color: #01b7f2;
  font-size: 20px;
}
.specialcontent .content-body .content-info .subcontent-info .titulo .categoria {
  float: right;
}
.specialcontent .content-body .content-info .subcontent-info .price {
  color: #7db921;
  font-size: 14px;
}
.specialcontent .content-body .content-info .subcontent-info .price .price-from {
  color: #838383;
  font-size: 12px;
}
.specialcontent .content-body .content-info .subcontent-info .imagen {
  float: left;
}
.specialcontent .content-body .content-info .subcontent-info .descripcion {
  float: left;
  width: 67%;
  padding-left: 10px;
}

.photogrid .photogrid-inner:before, .photogrid .photogrid-inner:after {
  content: " ";
  display: table;
}
.photogrid .photogrid-inner:after {
  clear: both;
}
.photogrid .photogrid-inner .item {
  position: relative;
  overflow: hidden;
}
.photogrid .photogrid-inner .item img {
  max-width: none;
}
.photogrid .photogrid-inner .item .grid-image img:hover {
  background-color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: transform 1.5s, opacity 1.5s;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s, -webkit-transform 1.5s;
}
.photogrid .photogrid-inner .item .cover-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .photogrid .photogrid-inner .item {
    height: 198px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photogrid .photogrid-inner .item {
    height: 224px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .photogrid .photogrid-inner .item {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .photogrid .photogrid-inner .item {
    height: 266px;
  }
}
.photogrid .photogrid-inner .item .caption {
  background-color: rgba(0, 0, 0, 0.6);
  width: 200px;
  min-height: 110px;
  max-width: 100%;
  bottom: 0;
  color: white;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
}
.photogrid .photogrid-inner .item .caption .title {
  font-weight: bold;
  display: inline;
  font-size: 18px;
  margin-bottom: 20px;
}
.photogrid .photogrid-inner .item .caption .price {
  font-size: 18px;
}
.photogrid .photogrid-inner .item .caption .price .price-from {
  display: block;
  font-size: 14px;
}

.special .sliding-offers .panel {
  margin-bottom: 0px;
}

.sliding-offers {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
}
.sliding-offers .panel {
  padding: 0px;
  background-color: #ffffff;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 514px;
}
.sliding-offers .panel .wrapper {
  float: right;
  width: 75%;
  padding-top: 80px;
}
.sliding-offers .panel .title {
  font-size: 24px;
  color: #888888;
  margin-top: 0px;
  margin-bottom: 20px;
}
.sliding-offers .panel .title .titlepadre {
  color: #091f40;
}
.sliding-offers .panel .title hr {
  margin: 5px 0;
  width: 40px;
  border: 3px solid #13b5ea;
}
.sliding-offers .panel .Special {
  width: 100%;
}
.sliding-offers .panel .Special .titlepadre {
  color: #ffffff;
}
.sliding-offers .panel .offersimg {
  background-image: url("/img/ribbon.png");
  color: rgb(131, 67, 10);
  font-size: 12px;
  height: 55px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: -3px;
  vertical-align: middle;
  width: 48px;
  z-index: 1;
}
@media (min-width: 768px) {
  .sliding-offers .panel .offersimg {
    right: 8px;
  }
}
.sliding-offers .panel .thumbnail {
  background-color: #ffffff;
  border: 1px solid rgb(221, 224, 228);
  display: inline-block;
  width: 298px;
  max-width: 100%;
  height: 230px;
  overflow: hidden;
  margin-left: 8px;
  position: relative;
  padding: 0 0 54px;
}
.sliding-offers .panel .thumbnail:first-child {
  margin-left: 0px;
}
.sliding-offers .panel .thumbnail > img, .sliding-offers .panel .thumbnail > .photo {
  width: 100%;
}
.sliding-offers .panel .thumbnail:hover::before {
  display: block;
  height: 100%;
  line-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(9, 31, 64, 0.6);
  content: "";
  z-index: 1;
}
.sliding-offers .panel .thumbnail:hover::after {
  display: block;
  width: 100%;
  line-height: 100%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  color: #ffffff;
  vertical-align: middle;
  content: "\e265";
  font-family: Icon_set_AV;
  font-size: 66px;
  margin: -33px auto auto;
  z-index: 2;
}
.sliding-offers .panel .thumbnail img {
  width: 100%;
}
.sliding-offers .panel .thumbnail .caption {
  color: #888888;
}
.sliding-offers .panel .thumbnail .caption.main .name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 21.6px;
  max-height: 43.2px;
  color: #091f40;
}
.sliding-offers .panel .thumbnail .caption.main .notes {
  margin-bottom: 0px;
}
.sliding-offers .panel .thumbnail .caption.main .text {
  line-height: 16.8px;
  max-height: 33.6px;
}
.sliding-offers .panel .thumbnail .caption.main .name, .sliding-offers .panel .thumbnail .caption.main .text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sliding-offers .panel .thumbnail .caption.bottom {
  position: absolute;
  height: 58px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sliding-offers .panel .thumbnail .caption.bottom .price {
  line-height: 1.2;
}
.sliding-offers .panel .thumbnail .caption.bottom .price .price-from {
  display: block;
}
.sliding-offers .panel .thumbnail .caption.bottom .price .price-amount {
  font-weight: bold;
  font-size: 24px;
  color: #13b5ea;
}
.sliding-offers .panel .Special .thumbnail {
  border: 0px;
}
.sliding-offers .panel .scrollable-wrapper .scrollable {
  margin-left: 0px;
  width: 100%;
  padding-top: 30px;
}
.sliding-offers .panel .scrollable-wrapper .scroll-button {
  color: #13b5ea;
  font-size: 55px;
}
.sliding-offers .panel .scrollable-wrapper .scroll-left {
  margin-left: 0px;
  right: 44px;
  top: -75px;
}
.sliding-offers .panel .scrollable-wrapper .scroll-right {
  margin-left: -55px;
  top: -75px;
}

.offers {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
}
.offers:first-child {
  margin-top: 270px;
}
.offers .panel {
  background-color: transparent;
}
.offers .panel .row {
  margin-top: 50px;
}
.offers .panel .title {
  font-size: 24px;
  color: #888888;
  margin-top: 0px;
  margin-bottom: 20px;
}
.offers .panel .title .titlepadre {
  color: #091f40;
}
.offers .panel .title hr {
  margin: 5px 0;
  width: 40px;
  border-bottom: 5px solid #13b5ea;
}
.offers .panel .offersimg {
  background-image: url("/img/ribbon.png");
  color: rgb(131, 67, 10);
  font-size: 12px;
  height: 55px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: -3px;
  vertical-align: middle;
  width: 48px;
  z-index: 1;
}
@media (min-width: 768px) {
  .offers .panel .offersimg {
    right: 8px;
  }
}
.offers .panel .thumbnail {
  background-color: #ffffff;
  border: 1px solid rgb(221, 224, 228);
  display: inline-block;
  width: 283px;
  max-width: 100%;
  height: 245px;
  overflow: hidden;
  margin-left: 8px;
  position: relative;
  padding: 0px;
}
.offers .panel .thumbnail:first-child {
  margin-left: 0px;
}
.offers .panel .thumbnail > img, .offers .panel .thumbnail > .photo {
  width: 100%;
}
.offers .panel .thumbnail:hover::before {
  display: block;
  height: 100%;
  line-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(9, 31, 64, 0.6);
  content: "";
  z-index: 1;
}
.offers .panel .thumbnail:hover::after {
  display: block;
  width: 100%;
  line-height: 100%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  color: #ffffff;
  vertical-align: middle;
  content: "\e265";
  font-family: Icon_set_AV;
  font-size: 66px;
  margin: -33px auto auto;
  z-index: 2;
}
.offers .panel .thumbnail img {
  width: 100%;
}
.offers .panel .thumbnail .caption {
  color: #888888;
}
.offers .panel .thumbnail .caption.main {
  padding: 15px 0 0 15px;
  width: 60%;
}
.offers .panel .thumbnail .caption.main .name {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
  max-height: 47px;
  color: #091f40;
}
.offers .panel .thumbnail .caption.main .text {
  line-height: 16px;
  max-height: 47px;
}
.offers .panel .thumbnail .caption.main .name, .offers .panel .thumbnail .caption.main .text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.offers .panel .thumbnail .caption.price {
  padding: 15px 15px 0 0;
  width: 40%;
}
.offers .panel .thumbnail .caption.price .price .price-from {
  display: block;
}
.offers .panel .thumbnail .caption.price .price .price-amount {
  font-weight: bold;
  font-size: 16px;
  color: #13b5ea;
}
.offers__offer {
  position: relative;
}
.offers__lastminute {
  background-color: #ffffff;
  width: 65px;
  height: 75px;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 2;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.offers__lastminute:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #888888;
  position: absolute;
  right: -10px;
  top: 0;
}
.offers__lastminute-image {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 1;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.offers__description-container {
  padding-top: 15px;
  margin-bottom: 45px;
  text-align: center;
}
.offers__description-container hr {
  width: 180px;
  margin: 0 auto;
  border-bottom: 5px solid #13b5ea;
}
.offers__description-title {
  font-size: 28px;
  margin-bottom: 0;
  color: #091f40;
}
.offers__description-text {
  color: #888888;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}

.home-row-TUD .offers .panel .thumbnail .caption.price .price .price-amount {
  display: block;
  text-align: right;
}
@media (max-width: 1199px) {
  .home-row-TUD .offers .panel .thumbnail .caption.main {
    width: 55%;
  }
  .home-row-TUD .offers .panel .thumbnail .caption.price {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .offers {
    margin-top: 0;
  }
}
.featured {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  margin-top: 0px;
}
.featured .panel {
  background-color: transparent;
}
.featured .panel .title {
  font-size: 24px;
  color: #888888;
  margin-top: 0px;
  margin-bottom: 20px;
}
.featured .panel .title .titlepadre {
  color: #091f40;
}
.featured .panel .title hr {
  margin: 5px 0;
  width: 40px;
  border-bottom: 5px solid #13b5ea;
}
.featured .panel .offersimg {
  background-image: url("/img/ribbon.png");
  color: rgb(131, 67, 10);
  font-size: 12px;
  height: 55px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: -3px;
  vertical-align: middle;
  width: 48px;
  z-index: 1;
}
@media (min-width: 768px) {
  .featured .panel .offersimg {
    right: 8px;
  }
}
.featured .panel .thumbnail {
  background-color: #ffffff;
  border: 0px solid rgb(221, 224, 228);
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 209px;
  overflow: hidden;
  margin-left: 8px;
  position: relative;
  padding: 0px;
}
.featured .panel .thumbnail:first-child {
  margin-left: 0px;
}
.featured .panel .thumbnail > img, .featured .panel .thumbnail > .photo {
  width: 100%;
}
.featured .panel .thumbnail:hover::before {
  display: block;
  height: 100%;
  line-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(9, 31, 64, 0.6);
  content: "";
}
.featured .panel .thumbnail:hover::after {
  display: block;
  width: 100%;
  line-height: 100%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  color: #ffffff;
  vertical-align: middle;
  content: "\e265";
  font-family: Icon_set_AV;
  font-size: 66px;
  margin: -33px auto auto;
}
.featured .panel .thumbnail img {
  width: 100%;
}
.featured .panel .thumbnail .caption {
  color: #888888;
}
.featured .panel .thumbnail .caption.main {
  height: 100%;
  padding: 30px 0 0 30px;
  width: 57%;
}
.featured .panel .thumbnail .caption.main .name {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 21.6px;
  max-height: 43.2px;
  color: #091f40;
}
.featured .panel .thumbnail .caption.main .text {
  line-height: 16.8px;
  max-height: 33.6px;
}
.featured .panel .thumbnail .caption.main .name, .featured .panel .thumbnail .caption.main .text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured .panel .thumbnail .caption.price {
  padding: 15px 30px 0 0;
}
.featured .panel .thumbnail .caption.price .price .price-from {
  display: block;
  text-align: right;
}
.featured .panel .thumbnail .caption.price .price .price-amount {
  font-weight: bold;
  font-size: 24px;
  color: #13b5ea;
}

@media (max-width: 768px) {
  .featured .panel .thumbnail .caption.price {
    padding: 15px 5px 0 0;
  }
  .featured .panel .thumbnail .caption.price .price-from {
    text-align: unset !important;
  }
}
.scrollable-wrapper {
  position: relative;
  width: 100%;
}
.scrollable-wrapper .scrollable {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.scrollable-wrapper .scroll-button {
  position: absolute;
  z-index: 1;
  color: #000000;
  font-size: 48px;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.scrollable-wrapper .scroll-button.disabled {
  opacity: 0.25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}
.scrollable-wrapper .scroll-left, .scrollable-wrapper .scroll-right {
  bottom: 50%;
}
.scrollable-wrapper .scroll-up, .scrollable-wrapper .scroll-down {
  right: 0;
}
.scrollable-wrapper .scroll-left {
  margin-left: -48px;
}
.scrollable-wrapper .scroll-right {
  left: 100%;
}
.scrollable-wrapper .scroll-up {
  top: 0;
}
.scrollable-wrapper .scroll-down {
  bottom: 0;
}
.scrollable-wrapper .scrollable-step {
  vertical-align: middle;
}

.topdestinations .nav.nav-tabs > li > a {
  border-width: 1px;
  border-color: rgb(221, 224, 228);
  border-bottom-width: 0px;
}
.topdestinations .loading-wrapper {
  background-color: #ffffff;
}
.topdestinations .tab-content {
  min-height: 200px;
  background-color: #ffffff;
  border: 1px solid rgb(221, 224, 228);
  border-top-width: 0px;
  border-radius: 0px 0px 0px;
  padding: 20px;
}
.topdestinations .tab-content .panel {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topdestinations .tab-content .panel > .title {
  margin-top: 0px;
  font-size: 20px;
  color: #000000;
  text-align: left;
  padding: 0 0 10px;
}
.topdestinations .tab-content .panel > .title strong {
  color: #13b5ea;
}
@media (max-width: 767px) {
  .topdestinations .tab-content .panel .photo {
    margin-bottom: 10px;
  }
}
.topdestinations .tab-content .panel .content .item {
  padding: 5px 8px;
  overflow: hidden;
  border-top: 1px solid #aaa;
}
.topdestinations .tab-content .panel .content .item a {
  text-decoration: none !important;
}
.topdestinations .tab-content .panel .content .item .glyphicon {
  color: #0f1d41;
}
.topdestinations .tab-content .panel .content .item .text {
  font-size: 18px;
  color: #000000;
  padding: 4px;
}
.topdestinations .tab-content .panel .content .item .text .name {
  white-space: nowrap;
}
.topdestinations .tab-content .panel .content .item .text .info {
  white-space: nowrap;
  font-size: 14px;
  color: #aaa;
}
.topdestinations .tab-content .panel .content .item .price {
  color: #091f40;
}
.topdestinations .tab-content .panel .content .item .price .price-from {
  font-size: 11px;
  color: #aaa;
  display: block;
  text-transform: capitalize;
  line-height: 100%;
  text-align: right;
}
.topdestinations .tab-content .panel .content .item .price .price-amount {
  font-weight: bold;
  font-size: 14px;
}
.topdestinations .tab-content .panel .content .item:hover {
  background-color: rgb(235, 237, 240) !important;
}
.topdestinations .tab-content .panel button {
  margin-top: 5px;
}

.date-selector.disabled {
  position: relative;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.date-selector.disabled:after {
  content: "";
  background: #FFFFFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.date-selector div.date {
  position: relative;
}
.date-selector div.date .ui-datepicker-trigger {
  border: none;
  background: none;
  position: relative;
  display: inline-block;
  font-family: Icon_set_AV;
  font-size: 16px;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #13b5ea;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px;
  cursor: pointer;
  font-size: 26px;
  line-height: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
.date-selector div.date .ui-datepicker-trigger:before {
  content: "\e254";
}
.date-selector div.date .ui-datepicker-trigger::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.date-selector div.date .ui-datepicker-trigger:disabled {
  cursor: not-allowed;
}
.date-selector div.hour .select2.select2-container.select2-container--default.select2-container--disabled {
  opacity: 0.8 !important;
}
.date-selector div.hour .select2.select2-container.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  outline: none;
  background-color: #ebebeb;
  border: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.date-selector div.hour .select2.select2-container.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #a7abac;
}
.date-selector div.hour .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.date-selector div.hour .select2.select2-container.select2-container--default .select2-selection.select2-selection--single.error {
  border-color: #C40000;
}

.room-selector {
  position: relative;
}
.room-selector.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.room-selector.disabled:after {
  content: "";
  background: #FFFFFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.room-selector .room-selector-button {
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #aaa;
  display: inline-block;
  padding: 2px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #888888;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
}
.room-selector .room-selector-button .glyphicon {
  margin-right: 5px;
  color: inherit;
}
.room-selector .room-selector-button .counter {
  display: inline-block;
  color: #888888;
}
.room-selector .room-selector-button .counter .amount {
  font-weight: bold;
  vertical-align: middle;
}
.room-selector .room-selector-button.error {
  border: 1px solid #C40000;
}
.room-selector .room-selector-button:focus {
  border: 1px solid #13b5ea;
}
.room-selector .popover.top > .arrow {
  border-top-color: rgb(221, 224, 228);
}
.room-selector .popover.top > .arrow:after {
  border-top-color: rgb(221, 224, 228);
}
.room-selector .popover.right > .arrow {
  border-right-color: rgb(221, 224, 228);
}
.room-selector .popover.right > .arrow:after {
  border-right-color: rgb(221, 224, 228);
}
.room-selector .popover.left > .arrow {
  border-left-color: rgb(221, 224, 228);
}
.room-selector .popover.left > .arrow:after {
  border-left-color: rgb(221, 224, 228);
}
.room-selector .popover.bottom > .arrow {
  border-bottom-color: #000000;
}
.room-selector .popover.bottom > .arrow:after {
  border-bottom-color: rgb(221, 224, 228);
}
.room-selector .popover .popover-title {
  background: rgb(221, 224, 228);
  color: #000000;
}
@media (min-width: 1200px) {
  .room-selector .popover {
    min-width: 510px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .room-selector .popover {
    min-width: 412px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .room-selector .popover {
    min-width: 478px;
    left: initial !important;
    right: 0;
  }
}
@media (max-width: 767px) {
  .room-selector .popover {
    min-width: 100%;
  }
}
.room-selector .room-selector-box {
  color: #888888;
  font-size: 11px;
}
.room-selector .room-selector-box:before, .room-selector .room-selector-box:after {
  content: " ";
  display: table;
}
.room-selector .room-selector-box:after {
  clear: both;
}
.room-selector .room-selector-box label {
  display: block;
}
.room-selector .room-selector-box label .glyphicon-info {
  margin-top: -7px;
  height: auto;
  width: auto;
}
.room-selector .room-selector-box .select2, .room-selector .room-selector-box select.form-control {
  width: 64px !important;
}
.room-selector .room-selector-box .room {
  margin-bottom: 5px;
}
.room-selector .room-selector-box .room:before, .room-selector .room-selector-box .room:after {
  content: " ";
  display: table;
}
.room-selector .room-selector-box .room:after {
  clear: both;
}
.room-selector .room-selector-box .room-title {
  display: none;
}
.room-selector .room-selector-box .room, .room-selector .room-selector-box .nrooms-container {
  margin-top: 5px;
}
.room-selector .room-selector-box .nrooms-container, .room-selector .room-selector-box .rooms-container, .room-selector .room-selector-box .adults-container, .room-selector .room-selector-box .children-container, .room-selector .room-selector-box .babies-container, .room-selector .room-selector-box .ages {
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
}
.room-selector .room-selector-box .ages:before, .room-selector .room-selector-box .ages:after {
  content: " ";
  display: table;
}
.room-selector .room-selector-box .ages:after {
  clear: both;
}
.room-selector .room-selector-box .ages .age {
  float: left;
  margin-right: 10px;
}
.room-selector .room-selector-box .age-clearfix {
  clear: both;
  margin: 5px 0;
}

.package-custom-product .floating-mode {
  display: inline-block;
  width: 100%;
}
.package-custom-product .floating-mode .room-selector-button {
  height: 32px;
  border-color: #777;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.package-custom-product .floating-mode label.form-label.floating-mode-label {
  display: none;
}
.package-custom-product .floating-mode .pax-counter {
  font-size: 13px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .cruises .popover {
    min-width: 478px;
    right: initial !important;
  }
}
.cruises .adult-option-group {
  display: inline-block;
  float: left;
}
.cruises .adult-ages:before, .cruises .adult-ages:after {
  content: " ";
  display: table;
}
.cruises .adult-ages:after {
  clear: both;
}
.cruises .adult-ages .adult-age {
  float: left;
  margin-right: 10px;
}
.cruises .adults-container {
  min-width: 90px;
}
.cruises .children-container {
  display: inline-block;
  clear: both;
  min-width: 90px;
}

.zone-selector {
  position: relative;
  display: block;
}
.zone-selector > .glyphicon-map-marker {
  position: absolute;
  z-index: 1;
  line-height: 40px;
  vertical-align: middle;
  margin-left: 5px;
  color: #13b5ea;
}
.zone-selector > .cancel-search {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0px;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  color: #13b5ea;
}
.zone-selector > .loading {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0px;
  margin-right: 5px;
}
.zone-selector > .loading:before {
  height: 40px !important;
  vertical-align: middle;
}
.zone-selector input.typeahead {
  padding: 6px 30px 6px 10px;
}
.zone-selector--with-icon input.typeahead {
  padding: 6px 30px;
}
.zone-selector .tt-suggestion {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zone-selector .tt-suggestion .country-flag {
  display: inline;
  margin-right: 3px;
  padding-top: 2px;
  vertical-align: top;
}
.zone-selector .empty-message {
  color: #000000;
  padding: 4px;
}
.zone-selector .tt-menu {
  max-height: 350px;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.zone-selector__complete-name-zone {
  color: #999;
}

.zone-selector-is-loading .tt-menu.tt-open {
  display: block !important;
  overflow-y: none;
}
.zone-selector-is-loading .tt-menu.tt-open:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #ffffff;
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.zone-selector-category {
  padding: 2px 6px;
  border-radius: 2px;
  margin: 2px 8px 8px;
  background-color: #13b5ea;
  color: #ffffff;
  font-size: 14px;
}
.zone-selector-category .glyphicon {
  margin-right: 4px;
  color: #ffffff;
}

.zone-selector .tt-suggestion + .zone-selector-category {
  margin-top: 10px;
}

.visible-mixed-block,
.visible-mixed-inline,
.visible-mixed-inline-block,
.visible-b2c-block,
.visible-b2c-inline,
.visible-b2c-inline-block,
.visible-b2b-block,
.visible-b2b-inline,
.visible-b2b-inline-block {
  display: none !important;
}

body.mixed-business .hidden-mixed {
  display: none !important;
}
body.mixed-business .visible-mixed-block {
  display: block !important;
}
body.mixed-business .visible-mixed-inline {
  display: inline !important;
}
body.mixed-business .visible-mixed-inline-block {
  display: inline-block !important;
}

body.b2c-business .hidden-b2c {
  display: none !important;
}
body.b2c-business .visible-b2c-block {
  display: block !important;
}
body.b2c-business .visible-b2c-inline {
  display: inline !important;
}
body.b2c-business .visible-b2c-inline-block {
  display: inline-block !important;
}

body.b2b-business .hidden-b2b {
  display: none !important;
}
body.b2b-business .visible-b2b-block {
  display: block !important;
}
body.b2b-business .visible-b2b-inline {
  display: inline !important;
}
body.b2b-business .visible-b2b-inline-block {
  display: inline-block !important;
}

/* Checkbox "fancy": para aplicar los estilos especiales debe tener un label "después" del checkbox */
.fancy-checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
}
.fancy-checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.fancy-checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.fancy-checkbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #000000;
  background: transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.fancy-checkbox input[type=checkbox] + label:after {
  font-family: Icon_set_AV;
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 14px;
  color: #007f00;
}
.fancy-checkbox input[type=checkbox]:checked + label:after {
  content: "\e057";
}
.fancy-checkbox input[type=checkbox]:disabled + label:before,
.fancy-checkbox input[type=checkbox]:disabled + label:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.fancy-checkbox input[type=checkbox]:checked:focus {
  border: 1px dotted blue;
}

.login-box {
  padding: 4px;
}
.login-box .login-box-title {
  font-size: 24px;
  margin: 10px 40px 0px 40px;
}
.login-box a.btn-recover {
  font-size: 13px;
  text-decoration: underline;
  position: absolute;
  padding: 35px 2px;
}
.login-box .btn-login {
  float: none;
}
.login-box .fields {
  margin: 10px 30px 10px 30px;
}
.login-box .fields .form-group {
  margin-bottom: 20px;
}
.login-box .fields .form-group input {
  height: 42px;
}
.login-box .verificationCode .message {
  color: #ffffff;
  display: block;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  background: rgba(14, 55, 122, 0.9);
}
.login-box__terms-and-condition {
  margin: 4px 30px;
}
.login-box__signin-section {
  background-color: #eee;
}
.login-box__signin-section .login-box__section-item {
  padding: 15px 30px;
}
.login-box__signin-section p {
  margin: 0;
}
.login-box__section {
  display: table;
  width: 100%;
}
.login-box__section-item {
  display: table-cell;
  padding: 35px 30px;
  vertical-align: middle;
}
.login-box__section-item > .btn {
  min-width: 100px;
  float: none;
}
.login-box__section-item--action {
  text-align: right;
}
.login-box__buttons-section .login-box__section-item--action {
  padding-bottom: 10px;
  vertical-align: bottom;
}
.login-box__description {
  font-style: italic;
  margin: auto 30px 30px;
}
.login-box .multi-login-box > .nav {
  margin-bottom: 5px;
  background-color: #000000;
  padding-top: 15px;
  padding-left: 8%;
}
.login-box .multi-login-box > .nav li {
  width: 150px;
}
.login-box .multi-login-box > .nav li > a {
  color: #ffffff;
  background-color: #000000;
}
.login-box .multi-login-box > .nav li.active > a {
  color: #000000;
  background-color: #ffffff;
}

.multi-login-box > .nav {
  margin-bottom: 5px;
  background-color: #000000;
  padding-top: 15px;
  padding-left: 8%;
}
.multi-login-box > .nav li {
  width: 150px;
}
.multi-login-box > .nav li > a {
  color: #ffffff;
  background-color: #000000;
}
.multi-login-box > .nav li.active > a {
  color: #000000;
  background-color: #ffffff;
}

@media (min-width: 769px) {
  .prehome-login-multi-login-box {
    margin: 0 auto;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .popover .login-box {
    padding: 8px 8px 8px 8px;
    width: 100%;
  }
  .popover .login-box h2 {
    margin-bottom: 0;
  }
  .popover .login-box .fields {
    margin: 4px 0;
  }
}
.view-selector {
  text-align: left;
  font-size: 12px;
}
@media (max-width: 767px) {
  .view-selector {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .view-selector {
    text-align: right;
  }
}
.view-selector__icon {
  display: none;
}
@media (min-width: 768px) {
  .view-selector__icon {
    display: block;
  }
}
.view-selector__title {
  background: rgb(234, 234, 234);
  padding: 10px 15px;
  position: relative;
  margin: 0 10px 0 0;
}
.view-selector__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  border-bottom: 18px solid transparent;
  border-left: 10px solid rgb(234, 234, 234);
  border-top: 18px solid transparent;
}
.view-selector__item-wrapper {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .view-selector__item-wrapper {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .view-selector__item-wrapper {
    display: inline-block;
  }
  .view-selector__item-wrapper--title {
    display: none;
  }
  .view-selector__item-wrapper + .view-selector__item-wrapper {
    margin-left: 4px;
  }
}
.view-selector__item {
  padding: 10px 15px;
  display: block;
  min-width: 114px;
}
.view-selector__item, .view-selector__item:hover, .view-selector__item:focus {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .view-selector__item {
    min-width: 85px;
  }
}
@media (min-width: 768px) {
  .view-selector__item {
    background-color: #DBE2E4;
    color: #404040;
    font-size: 16px;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .view-selector__item--active, .view-selector__item:hover, .view-selector__item:focus {
    background-color: #ffffff;
    text-decoration: underline;
  }
  .view-selector__item--active, .view-selector__item--active .view-selector__icon, .view-selector__item:hover, .view-selector__item:hover .view-selector__icon, .view-selector__item:focus, .view-selector__item:focus .view-selector__icon {
    color: #000000;
  }
}
@media (min-width: 768px) {
  .view-selector__item--active, .view-selector__item:hover, .view-selector__item:focus {
    background-color: #091F40;
  }
  .view-selector__item--active, .view-selector__item--active .view-selector__icon, .view-selector__item:hover, .view-selector__item:hover .view-selector__icon, .view-selector__item:focus, .view-selector__item:focus .view-selector__icon {
    color: #ffffff;
  }
}
.view-selector__item--active {
  font-weight: bold;
}
.view-selector__label--full {
  display: none;
}
@media (min-width: 768px) {
  .view-selector__label--full {
    display: block;
  }
}
.view-selector__label--reduced {
  display: block;
}
@media (min-width: 768px) {
  .view-selector__label--reduced {
    display: none;
  }
}

.weekly-breakdown {
  font-size: 13px;
}
.weekly-breakdown__table {
  width: 100%;
}
.weekly-breakdown__price--without-discount {
  color: rgb(71, 87, 112);
}
.weekly-breakdown__price--average {
  font-weight: bold;
}

.photo-grid .weekly-breakdown__table td {
  width: 12%;
  padding: 1px 2px;
}

.info-card {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.info-card__image, .info-card__content {
  display: table-cell;
  vertical-align: top;
}
.info-card__image {
  height: 135px;
}
@media (max-width: 767px) {
  .info-card__image {
    height: 115px;
    width: 115px;
  }
}
@media (min-width: 768px) {
  .info-card__image {
    height: 225px;
    width: 225px;
  }
}
.info-card__image--booking.info-card__image {
  width: 110px;
  height: 70px;
}
.info-card__image--action {
  cursor: pointer;
}
@media (min-width: 768px) {
  .info-card__image-holder {
    height: 225px;
    width: 225px;
    position: relative;
  }
}
.info-card__image-holder img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 1;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}
.info-card__image-holder--booking {
  width: 110px;
}
.info-card__offer-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}
.info-card__offer-holder img:first-child {
  margin-top: 45px;
}
.info-card__content {
  padding: 10px;
}
.info-card__content:before, .info-card__content:after {
  content: " ";
  display: table;
}
.info-card__content:after {
  clear: both;
}
@media (min-width: 768px) {
  .info-card__content {
    padding: 15px;
  }
}
.info-card__title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .info-card__title {
    float: left;
    width: 70%;
  }
}
.info-card__title--action {
  cursor: pointer;
}
.info-card__itinerary, .info-card__location, .info-card__office {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 22px;
}
.info-card__location {
  clear: left;
}
@media (max-width: 767px) {
  .info-card__location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    width: 100%;
    clear: both;
  }
}
.info-card__location--action {
  cursor: pointer;
}
.info-card__location-icon {
  font-size: 22px;
  vertical-align: middle;
  color: #13b5ea;
}
.info-card__itinerary, .info-card__office {
  max-width: 60%;
}
.info-card__rating {
  float: right;
}
@media (min-width: 768px) {
  .info-card__rating {
    clear: both;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .info-card__rating {
    margin-left: 8px;
    float: left;
  }
}
.info-card__list {
  margin: 10px 0;
}
.info-card__description {
  margin: 10px 0px;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  max-height: 60.000000018px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .info-card__description {
    display: none;
  }
}
@media (min-width: 768px) {
  .info-card__description {
    clear: left;
    width: 70%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .info-card__description {
    max-height: 80.000000024px;
  }
}
.info-card__description--full {
  width: 100%;
}
.info-card__description br:first-child,
.info-card__description br + br {
  display: none;
}
.info-card__validity {
  clear: both;
}
.info-card__feature {
  clear: left;
  padding: 12px 0;
}
.info-card__feature .btn {
  color: #ffffff;
  font-size: 14px;
  margin-top: 4px;
}
.info-card__feature .glyphicon {
  font-size: 18px;
}
.info-card__category {
  color: #0f1d41;
}
@media (max-width: 767px) {
  .info-card__category {
    float: left;
  }
}
@media (min-width: 768px) {
  .info-card__category {
    float: right;
    width: 30%;
    text-align: right;
  }
}
.info-card__legend-item {
  color: #aaa;
  margin-left: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .info-card__legend-item {
    display: none;
  }
}
.info-card__legend-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-left: 12px solid;
}
.info-card__legend-item--pay-at-hotel {
  color: #d02ec1;
}
.info-card__price {
  float: right;
}
.info-card__price .btn {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .info-card__price {
    width: 30%;
  }
}
.info-card__actions {
  clear: both;
}
@media (max-width: 767px) {
  .info-card__actions {
    clear: none;
  }
}
@media (max-width: 767px) {
  .info-card__actions .info-card__options-toggle {
    background-color: transparent;
    border: 0;
    bottom: 0;
    color: transparent;
    left: 0;
    margin-left: 115px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .info-card__actions .info-card__options-toggle:hover, .info-card__actions .info-card__options-toggle:active, .info-card__actions .info-card__options-toggle:focus {
    background-color: transparent;
    border: 0;
    color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 767px) {
  .info-card__action-item {
    display: none;
  }
}
.info-card__action-item + .info-card__action-item {
  margin-left: 4px;
}
.info-card__action-item--map .glyphicon {
  margin-left: -14px;
  width: 24px;
}
.info-card__action-item--map .glyphicon:after {
  content: attr(data-attr);
  color: #ffffff;
  position: relative;
  left: -30px;
  top: -7px;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 29px;
  display: inline-block;
}
.info-card__action-item--map .glyphicon:before {
  color: #13b5ea;
  font-size: 30px;
  position: relative;
  top: 3px;
}
.info-card__image-holder--offer {
  height: 35px;
  cursor: help;
}
.info-card__action-item.is-checked {
  background-color: #0f1d41;
  color: #000000;
}
.info-card__options-toggle {
  float: right;
}
.info-card__package-category {
  display: inline-block;
  background-color: #0f91bb;
  color: white;
  padding: 2px 10px;
  border-radius: 5px;
  margin-left: 10px;
  text-transform: uppercase;
  font-style: normal;
}

.result.car-result .info-card {
  border-bottom: 0;
}
.result.car-result .info-card__image {
  background: none no-repeat #fff;
}
@media (min-width: 768px) {
  .result.car-result .info-card__image {
    height: 130px;
    width: 220px;
  }
}
@media (min-width: 768px) {
  .result.car-result .info-card__image-holder {
    height: 130px;
    width: 220px;
    position: relative;
  }
}
.result.car-result .info-card__image-holder img {
  max-width: 100%;
}
.result.car-result .info-card__title {
  text-transform: capitalize;
}
.result.car-result .info-card__title img {
  max-width: 50px;
}
@media (max-width: 479px) {
  .result.car-result .info-card__feature {
    clear: both;
  }
  .result.car-result .info-card__feature .btn {
    margin-top: 2px;
    white-space: unset;
  }
}

.TUD .info-card__action-item.is-checked {
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .info-card__image-holder--offer {
    width: 50px;
    height: 50px;
    top: 25px;
    left: 25px;
  }
}
@media (max-width: 767px) {
  .service-result .info-card__location {
    max-width: 100%;
    min-height: 70px;
    white-space: normal;
  }
  .service-result .info-card__price {
    bottom: 12px;
    float: none;
    position: absolute;
    right: 8px;
  }
  .service-result .info-card__price .bestprice {
    background: none;
  }
  .package-result .info-card .info-card__title {
    margin-bottom: 20px;
  }
  .package-result .info-card .bestprice {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
  }
}
.photo-grid {
  font-size: 0;
  margin: 0 -10px;
}
.photo-grid__item {
  font-size: 14px;
  padding: 10px;
}
@media (min-width: 768px) {
  .photo-grid__item {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .photo-grid__item {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .photo-grid__item {
    width: 33%;
  }
}

.photo-card {
  /*
  &__action-item-check {
  	display: none;
  	color: green;
  	font-size: $fuenteIcono_tamanyo_small;
  }
  &__action-item.is-checked {
  	padding-right: 0;
  }
  &__action-item.is-checked &__action-item-check {
  	display: inline-block;
  }
  */
}
.photo-card__image {
  padding-bottom: 220px;
}
.photo-card__image--action {
  cursor: pointer;
}
.photo-card__image-holder img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 1;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}
.photo-card__image-holder--action {
  cursor: pointer;
}
.photo-card__content {
  padding: 10px;
}
.photo-card__content:before, .photo-card__content:after {
  content: " ";
  display: table;
}
.photo-card__content:after {
  clear: both;
}
@media (min-width: 768px) {
  .photo-card__content {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .photo-card__header {
    height: 75.6px;
    overflow: hidden;
  }
}
.photo-card__hot-deal {
  float: right;
  height: 25.2px;
}
.photo-card__title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 18px;
  color: #000000;
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .photo-card__title {
    max-height: 50.4px;
    overflow: hidden;
  }
}
.photo-card__title--action {
  cursor: pointer;
}
.photo-card__location {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 25.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.photo-card__location--action {
  cursor: pointer;
}
.photo-card__location-icon {
  font-size: 22px;
  vertical-align: middle;
  color: #13b5ea;
}
.photo-card__rating-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.photo-card__rating-wrapper:before, .photo-card__rating-wrapper:after {
  content: " ";
  display: table;
}
.photo-card__rating-wrapper:after {
  clear: both;
}
.photo-card__rating {
  float: left;
}
.photo-card__category {
  float: right;
  color: #0f1d41;
}
.photo-card__info-wrapper {
  text-align: right;
  margin: 5px 0;
}
.photo-card__info-wrapper:before, .photo-card__info-wrapper:after {
  content: " ";
  display: table;
}
.photo-card__info-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .photo-card__info-wrapper {
    min-height: 22px;
  }
}
.photo-card__legend-item {
  color: #aaa;
  float: left;
}
.photo-card__legend-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-left: 12px solid;
  margin-bottom: 2px;
}
.photo-card__legend-item--pay-at-hotel {
  color: #d02ec1;
}
.photo-card__offer-info {
  display: inline-block;
}
.photo-card__price {
  margin: 12px 0 0 0;
  text-align: right;
}
.photo-card__bestprice, .photo-card__options-toggle {
  display: inline-block;
  vertical-align: middle;
}
.photo-card__bestprice {
  padding-right: 4px;
  width: 50%;
}
.photo-card__actions {
  display: table;
  margin: 5px -5px;
}
.photo-card__action-item-wrapper {
  display: table-cell;
  vertical-align: top;
  width: 33%;
  padding: 5px;
}
.photo-card__action-item-wrapper .btn {
  min-width: 0;
}
.photo-card__action-item.is-checked {
  background-color: #0f1d41;
  color: #000000;
}
.photo-card__action-item--map .btn {
  padding-left: 0;
}
.photo-card__action-item--map .glyphicon {
  color: #13b5ea;
  font-size: 26px;
}

.TUD .photo-card__action-item.is-checked {
  color: #ffffff;
}

.details-card {
  margin-bottom: 20px;
}
.details-card__top {
  margin-bottom: 30px;
}
.details-card__top:before, .details-card__top:after {
  content: " ";
  display: table;
}
.details-card__top:after {
  clear: both;
}
.details-card__top--package {
  border: 1px solid rgb(221, 224, 228);
}
.details-card__top--package .details-card__heading {
  padding: 10px;
}
.details-card__heading {
  display: table;
  table-layout: auto;
  width: 100%;
}
.details-card__product, .details-card__price {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .details-card__product, .details-card__price {
    display: block;
  }
}
.details-card__price {
  text-align: right;
}
.details-card__title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 24px;
  color: #000000;
  border-radius: 0px;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  vertical-align: middle;
}
.details-card__subtitle {
  color: #aaa;
}
.details-card__category {
  color: #0f1d41;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .details-card__category {
    margin-left: 0;
  }
}
.details-card__location {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  color: rgb(102, 102, 102);
}
@media (max-width: 767px) {
  .details-card__location {
    vertical-align: middle;
  }
}
.details-card__location-icon {
  font-size: 22px;
  vertical-align: middle;
  color: #13b5ea;
}
.details-card__bestprice, .details-card__offer-info, .details-card__options-scroll, .details-card__rating {
  display: inline-block;
  vertical-align: middle;
}
.details-card__rating {
  margin-right: 10px;
}
.details-card__product--thumb {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 479px) {
  .details-card__product {
    margin-bottom: 14px;
  }
}
.details-card__thumb {
  left: 0;
  max-width: 85px;
  position: absolute;
  top: 0;
}
.details-card__book-button, .details-card__options-scroll {
  margin-left: 10px;
  padding: 8px 25px;
  min-width: 102px;
}
.details-card__gallery, .details-card__mini-map, .details-card__resume {
  margin-top: 10px;
}
.details-card__gallery {
  clear: both;
  height: 465px;
  float: left;
}
@media (max-width: 767px) {
  .details-card__gallery {
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .details-card__gallery {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .details-card__gallery {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .details-card__gallery {
    width: 75%;
  }
}
.details-card__gallery--full {
  float: none;
  width: 100%;
}
.details-card__mini-map {
  cursor: pointer;
  text-align: center;
  background-color: rgb(235, 237, 240);
}
@media (max-width: 991px) {
  .details-card__mini-map {
    display: none;
  }
}
@media (min-width: 992px) {
  .details-card__mini-map {
    float: right;
  }
}
.details-card__resume {
  color: #aaa;
}
.details-card__resume .details-card__resume-value {
  color: #000000;
}
.details-card__resume--side {
  padding: 0px 10px 20px;
}
.details-card__resume--side .details-card__resume-item {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .details-card__resume--side {
    display: none;
  }
}
@media (min-width: 992px) {
  .details-card__resume--side {
    float: right;
    width: 25%;
  }
}
.details-card__resume--inline .details-card__resume-item {
  display: inline;
}
.details-card .details-card__view-map--small {
  cursor: pointer;
}
@media (min-width: 992px) {
  .details-card .details-card__view-map--small {
    display: none;
  }
}
.details-card__availability {
  clear: both;
  margin-bottom: 30px;
  border: 1px solid rgb(221, 224, 228);
  border-radius: 0px;
  overflow: inherit;
}
@media (max-width: 480px) {
  .details-card__availability {
    margin-top: 20%;
  }
}
.details-card__availability .msg-box {
  border: 0;
  margin: 0;
}
.details-card__availability-loading {
  padding: 20px 0;
}
.details-card__price-loading {
  padding: 0 20px;
}
.details-card__price-loading:before {
  background-position: right center;
  width: 100%;
}
.details-card__section {
  margin-bottom: 30px;
  border: 1px solid rgb(221, 224, 228);
  border-radius: 0px;
  overflow: hidden;
  padding: 12px 16px;
  background-color: #ffffff;
}
.details-card__section--unbordered {
  border: 0;
}
.details-card__section--unbordered-title {
  margin-bottom: 8px;
}
.details-card__section-title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 24px;
  color: #000000;
}
.details-card__section-content {
  margin: 10px 0;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  color: #aaa;
  overflow: hidden;
}
.details-card__amenities-item {
  color: #13b5ea;
  list-style: inside disc;
  margin-bottom: 4px;
}
.details-card__amenities-item-text {
  color: #aaa;
  text-transform: capitalize;
}
.details-card__map--large {
  margin-top: 30px;
}
.details-card__legend-item {
  color: #aaa;
  margin-left: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .details-card__legend-item {
    display: none;
  }
}
.details-card__legend-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-left: 12px solid;
}
.details-card__legend-item--pay-at-hotel {
  color: #d02ec1;
}
.details-card__map {
  margin-top: 30px;
  position: relative;
  height: 640px;
  margin-bottom: 30px;
}
.details-card--hotel .details-card__title {
  display: inline;
}
@media (max-width: 767px) {
  .details-card--hotel .details-card__title {
    width: 70%;
  }
}
@media (max-width: 479px) {
  .details-card--hotel .details-card__title {
    width: 100%;
  }
}
.details-card__description--package {
  clear: both;
  margin-top: 30px;
}
.details-card__grid-list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details-card__grid-list-photo {
  width: 100%;
  height: 180px;
}
.details-card__grid-list-description {
  min-height: 200px;
}
.details-card__grid-list-description p {
  margin-bottom: 0;
}
.details-card__info--directory {
  display: table;
  width: 100%;
}
.details-card__info--directory h3 {
  font-weight: bold;
}
.details-card__info--directory > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.details-card__info--directory .details-card__itinerary {
  margin-right: 20px;
}
.details-card__info--directory .details-card__itinerary-map-holder {
  height: 400px;
}
.details-card__description a {
  color: #888888;
}

@media (max-width: 480px) {
  .details-card__grid-list li {
    width: 100%;
  }
  .details-card__grid-list-description {
    height: auto;
    min-height: 0;
  }
  .details-card__info--directory {
    display: block;
  }
  .details-card__info--directory > div {
    display: block;
    width: 100%;
  }
}
.package-wizard {
  counter-reset: item;
}
.package-wizard__title {
  font-weight: bold;
}
.package-wizard__item {
  margin-bottom: 30px;
}
.package-wizard__item-title {
  font-size: 14px;
}
.package-wizard__item-title:before {
  background-color: #13b5ea;
  border-radius: 0px;
  color: #ffffff;
  counter-increment: item;
  content: counter(item);
  display: inline-block;
  font-weight: bold;
  height: 32px;
  left: 0;
  line-height: 12px;
  margin: 8px 8px 8px 0;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 32px;
  border-radius: 50%;
}
.package-wizard__actions:before, .package-wizard__actions:after {
  content: " ";
  display: table;
}
.package-wizard__actions:after {
  clear: both;
}
.package-wizard__search-button {
  float: right;
}
.package-wizard__rooms:before, .package-wizard__rooms:after {
  content: " ";
  display: table;
}
.package-wizard__rooms:after {
  clear: both;
}
.package-wizard__field-label {
  display: block;
}
.package-wizard__origins-selector, .package-wizard__room-selector {
  float: left;
}
.package-wizard__origins-selector {
  margin-right: 20px;
}
.package-wizard__field-label {
  font-size: 13px;
  margin-bottom: 5px;
}
.package-wizard .room-selector .info-container .info-list {
  padding: 0px;
}
.package-wizard .room-selector .info-container .info-list li {
  list-style: inside none decimal;
  font-size: 1.071rem;
  background-color: rgb(203, 242, 249);
  color: #2f4f4f;
  margin-bottom: 10px;
  padding: 10px;
}
.package-wizard .room-selector .info-container .info-list li::marker {
  font-weight: bold;
}
.package-wizard .room-selector.package-wizard__room-selector {
  width: 100%;
  margin-top: 10px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .room-title {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  margin: 0.6429rem 10px 0 0;
  vertical-align: top;
  text-transform: none;
  padding-top: 20px;
  padding-right: 20px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container {
  width: 100%;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields div {
  margin-top: 0;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .passengers {
  margin-right: 15px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .passengers .adults-container,
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .passengers .children-container,
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .passengers .babies-container {
  margin-bottom: 25px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields label {
  text-transform: uppercase;
  font-size: 0.9286rem;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .beds-info {
  border-left: 1px solid #888888;
  position: relative;
  right: 0;
  margin: 0px 10px 0 10px;
  padding: 0px 10px 0 10px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .beds-info label {
  margin: 0 0 0 10px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .beds-info .roomtype-info {
  margin-right: 10px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .beds-info .roomtype-info label {
  text-transform: none;
  font-size: 11px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .beds-info .roomtype-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .beds-info .radio-input {
  margin-right: 10px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .beds-info input[type=radio] {
  margin: 0 4px;
  height: 40px;
  vertical-align: middle;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .adults-extra-param,
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .children-extra-param,
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .babies-extra-param {
  margin: 24px 20px 0 0;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .adults-extra-param label,
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .children-extra-param label,
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .babies-extra-param label {
  text-transform: none;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .children-container label {
  float: none;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .passenger-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .passenger-info .adult-info,
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .passenger-info .children-info,
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .passenger-info .babies-info {
  margin-right: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .age-clearfix {
  clear: none;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .ages label {
  display: none;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .ages .form-label {
  display: block;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .ages .glyphicon-info-circle {
  display: none;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .ages .select2 {
  margin-right: 8px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box select,
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .select2-selection {
  border-radius: 0;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .nrooms-container, .package-wizard .room-selector.package-wizard__room-selector .room-selector-box .room {
  margin-top: 20px;
  padding: 10px;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .nrooms-container label {
  font-weight: bold;
}
.package-wizard .room-selector.package-wizard__room-selector .room-selector-box .room {
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .nrooms-container {
  margin-right: 8px;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container {
  counter-reset: room;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .adults-container,
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .children-container {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: 14px;
  width: 80px;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .children-container {
  clear: none;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .children-container:before, .package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .children-container:after {
  content: " ";
  display: table;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .children-container:after {
  clear: both;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .adult-option-group,
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .children-option-group {
  float: left;
  margin-top: 24px;
  vertical-align: top;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .ages,
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .adult-ages {
  margin-top: 14px;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .ages > select, .package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .ages > .select2,
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .adult-ages > select,
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container .adult-ages > .select2 {
  display: block;
  margin-bottom: 5px;
}
.package-wizard .room-selector.package-wizard__room-selector--extended .room-selector-box .rooms-container input[type=checkbox] {
  margin: 0 4px;
  height: 40px;
  vertical-align: middle;
}
.package-wizard .results-list__your-selection {
  display: none;
}
.package-wizard__results {
  margin: 20px 0;
}
.package-wizard__results .result-option-package__item {
  margin-bottom: 0px;
}
.package-wizard__results .info-card__action-item--comparison {
  display: none;
}
.package-wizard__results-title {
  margin-bottom: 12px;
}
.package-wizard__result {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.package-wizard__result-option {
  background-color: #f1f1f1;
  border-right: 10px solid #f1f1f1;
  display: table-cell;
  padding: 20px;
}
.package-wizard__result-option:before, .package-wizard__result-option:after {
  content: " ";
  display: table;
}
.package-wizard__result-option:after {
  clear: both;
}
.package-wizard__result-option + .package-wizard__result-option {
  border-left: 10px solid #f1f1f1;
}
.package-wizard__result-title {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.package-wizard__result-description {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
}
.package-wizard__result-price {
  font-size: 20px;
  font-weight: bold;
}
.package-wizard__book-button {
  float: right;
}

@media (max-width: 992px) {
  .package-wizard .room-selector .room-selector-box-container .room-selector-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package-wizard .room-selector .room-selector-box-container .room-selector-box .rooms-container .room {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .package-wizard .room-selector .room-selector-box-container .room-selector-box .rooms-container .room .room-title {
    padding-top: 0px;
  }
  .package-wizard .room-selector .room-selector-box-container .room-selector-box .rooms-container .room .room-fields .adults-container,
  .package-wizard .room-selector .room-selector-box-container .room-selector-box .rooms-container .room .room-fields .children-container {
    margin-right: 38px;
  }
  .package-wizard .room-selector .room-selector-box-container .room-selector-box .rooms-container .room .room-fields .age {
    float: none;
  }
  .package-wizard .room-selector .room-selector-box-container .room-selector-box .rooms-container .room .room-fields .age .ages {
    width: 110px;
    float: none;
  }
}
@media (max-width: 768px) {
  .package-wizard__result {
    display: block;
  }
  .package-wizard__result-option {
    display: block;
  }
  .package-wizard__result-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package-wizard__result-category {
    margin-bottom: 20px;
  }
  .package-wizard .room-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package-wizard .room-fields .ages {
    margin-right: 17px;
    width: 90px;
  }
  .package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .beds-info .roomtype-info {
    margin: 0px 5px 0 0;
  }
  .package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .beds-info label {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .package-wizard .room-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package-wizard .room-selector.package-wizard__room-selector .room-selector-box .rooms-container .room-fields .beds-info {
    border-left: none;
    position: relative;
    height: 85%;
  }
}
.package-prebooking {
  counter-reset: section;
}
.package-prebooking__summary {
  display: none;
}
.package-prebooking__summary-text {
  margin: 0 10px;
}
.package-prebooking__edit-button {
  display: none;
  color: #ffffff;
  background-color: rgb(107, 121, 140);
}
.package-prebooking__section {
  margin-bottom: 30px;
  border: 1px solid rgb(221, 224, 228);
  border-radius: 5px;
  overflow: hidden;
  padding: 12px 16px;
}
.package-prebooking__section--collapsed {
  display: table;
  width: 100%;
  table-layout: auto;
}
.package-prebooking__section--collapsed .package-prebooking__section-title, .package-prebooking__section--collapsed .package-prebooking__summary {
  display: table-cell;
}
.package-prebooking__section--collapsed .package-prebooking__section-body {
  display: none;
}
.package-prebooking__section--collapsed .package-prebooking__summary {
  text-align: right;
}
.package-prebooking__section--collapsed .package-prebooking__section-title {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.package-prebooking .package-prebooking__section-body {
  padding-left: 40px;
}
.package-prebooking__actions {
  margin-top: 10px;
  text-align: right;
}
.package-prebooking__section-title {
  font-size: 14px;
}
.package-prebooking__section-title:before {
  background-color: #13b5ea;
  border-radius: 0px;
  color: #ffffff;
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  font-weight: bold;
  height: 32px;
  left: 0;
  line-height: 12px;
  margin: 8px 8px 8px 0;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 32px;
  border-radius: 50%;
}
.package-prebooking__list-wrapper:before, .package-prebooking__list-wrapper:after {
  content: " ";
  display: table;
}
.package-prebooking__list-wrapper:after {
  clear: both;
}
.package-prebooking__list {
  width: 45%;
  float: left;
}
.package-prebooking__list:first-child {
  padding-right: 40px;
}
.package-prebooking__list-stops {
  display: none;
}
.package-prebooking__list-item {
  padding: 4px;
  cursor: pointer;
}
.package-prebooking__list-item--selected, .package-prebooking__list-item:hover {
  background: rgb(235, 237, 240);
}
.package-prebooking__list-item--selected .package-prebooking__list-stops {
  display: block;
  padding: 10px 20px;
}
.package-prebooking__list-description {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.package-prebooking__list-description > span {
  display: table-cell;
}
.package-prebooking__list-day, .package-prebooking__list-date {
  text-transform: capitalize;
}
.package-prebooking__stops-label {
  display: block;
}
.package-prebooking__stops-label input[type=radio] {
  margin-right: 10px;
}
.package-prebooking__list-stop {
  color: #ffffff;
  background-color: rgb(107, 121, 140);
}
.package-prebooking__list-stop--selected, .package-prebooking__list-stop--selected:focus {
  background-color: #13b5ea;
  color: #ffffff;
}
.package-prebooking__tip-icon {
  border: none;
  border-radius: 50%;
  padding: 0;
  background: #13b5ea;
  width: 16px;
  height: 16px;
  line-height: 1;
  display: inline-block;
}
.package-prebooking__tip-icon .glyphicon {
  color: #ffffff;
}
.package-prebooking__additional-label {
  display: block;
  margin-bottom: 10px;
}
.package-prebooking__additional {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.package-prebooking__additional-field-group {
  display: table-cell;
  width: 50%;
}
.package-prebooking__additional-field-group:first-child {
  padding-right: 40px;
}
.package-prebooking__additional-field--extranight .select2 {
  width: 100% !important;
}
.package-prebooking__additional-field--transfer .select2 {
  width: 100% !important;
}
.package-prebooking__book-button {
  display: none;
}

@media (max-width: 480px) {
  .package-prebooking__section--collapsed {
    display: block;
  }
  .package-prebooking__section--collapsed .package-prebooking__section-title, .package-prebooking__section--collapsed .package-prebooking__summary {
    display: block;
  }
  .package-prebooking__section--collapsed .package-prebooking__summary {
    text-align: left;
  }
}
.price-calendar {
  background-color: rgb(235, 237, 240);
}
.price-calendar__footer {
  padding: 10px 20px;
}
.price-calendar__footer:before, .price-calendar__footer:after {
  content: " ";
  display: table;
}
.price-calendar__footer:after {
  clear: both;
}
.price-calendar__legend {
  text-align: left;
}
.price-calendar__price-day {
  font-weight: bold;
}
.price-calendar__price-day a:after {
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-size: 9px;
  font-weight: normal;
  margin: 0 8px;
  padding: 1px 2px;
  text-align: center;
  position: absolute;
  min-width: 42px;
}
.price-calendar__price-day--ok a:after {
  background-color: #007f00;
}
.price-calendar__price-day--rq a:after, .price-calendar__price-day--ko a:after {
  background-color: #C40000;
}
.price-calendar__reset-button {
  margin-left: 8px;
  float: right;
  color: #ffffff;
  background-color: #777;
  border-radius: 4px;
}
.price-calendar__legend {
  color: #777;
}
.price-calendar .ui-datepicker {
  background-color: transparent;
  border: 0;
}
.price-calendar .ui-datepicker .ui-datepicker-header {
  border: none;
  background-color: transparent;
}
.price-calendar .ui-datepicker-title {
  font-size: 16px;
}
.price-calendar .ui-datepicker .ui-datepicker-group-first {
  float: left;
}
.price-calendar .ui-datepicker .ui-datepicker-group-last {
  float: right;
}
.price-calendar .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.price-calendar .ui-datepicker-inline {
  width: 100% !important;
  min-width: 100%;
}
.price-calendar .ui-state-hover {
  background: none !important;
  border: 0;
}
.price-calendar .ui-datepicker-today.ui-state-disabled,
.price-calendar .ui-datepicker-group {
  background-color: rgb(235, 237, 240);
  padding: 0 30px;
}
.price-calendar .ui-datepicker .ui-datepicker-prev,
.price-calendar .ui-datepicker .ui-datepicker-next {
  top: 5px;
}
.price-calendar .ui-datepicker .ui-state-default {
  background-color: transparent;
  border: 0;
  color: #000000;
  text-align: center;
}
.price-calendar .ui-datepicker-current-day {
  font-weight: bold;
  background-color: rgb(107, 121, 140);
  border-radius: 4px;
}
.price-calendar .ui-datepicker-current-day .ui-state-default {
  color: #ffffff;
}
.price-calendar .ui-datepicker-calendar th {
  text-transform: uppercase;
}
.price-calendar .ui-datepicker td {
  height: 35px;
  padding: 2px;
  width: 14.2%;
}
.price-calendar .ui-datepicker td .ui-state-default {
  padding: 2px 4px 18px;
}
.price-calendar .ui-datepicker th {
  height: 15px;
}
.price-calendar .ui-state-disabled,
.price-calendar .ui-widget-content .ui-state-disabled,
.price-calendar .ui-widget-header .ui-state-disabled {
  opacity: 1;
}
.price-calendar .ui-datepicker .ui-state-disabled .ui-state-default {
  color: #999;
}
.price-calendar .ui-datepicker-group-first {
  border-right: 1px solid #eee;
}
.price-calendar .ui-datepicker-multi .ui-datepicker-group table {
  height: auto;
  width: 100%;
}

@media (max-width: 992px) {
  .price-calendar__price-day a:after {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .price-calendar .ui-datepicker .ui-datepicker-group {
    width: 100%;
    float: none;
  }
}
.gallery {
  position: relative;
  height: 100%;
  background: #ffffff;
  padding-bottom: 50px;
}
.gallery__main {
  position: relative;
}
@media (max-width: 767px) {
  .gallery__main {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .gallery__main {
    height: 86%;
  }
}
.gallery__main--no-thumbs {
  height: 100%;
}
.gallery__canvas, .gallery__item {
  width: 100%;
  height: 100%;
}
.gallery__canvas {
  background: #aaa;
}
.gallery__canvas--pointer {
  cursor: pointer;
}
.gallery__image-wrapper {
  height: 100%;
  width: 100%;
}
.gallery__image-wrapper img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 1;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery__image {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gallery__thumbs {
  height: 12%;
  overflow: hidden;
  margin-top: 4px;
  position: relative;
  background: #ffffff;
}
.gallery__thumbs:before, .gallery__thumbs:after {
  content: " ";
  display: table;
}
.gallery__thumbs:after {
  clear: both;
}
@media (max-width: 767px) {
  .gallery__thumbs {
    display: none;
  }
}
.gallery__thumbs--full {
  height: 15%;
}
.gallery__thumb-trail {
  white-space: nowrap;
  height: 100%;
  position: relative;
  float: left;
}
@media (max-width: 1199px) {
  .gallery__thumb-trail {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .gallery__thumb-trail {
    width: 92%;
  }
}
.gallery__thumb-item {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  width: auto;
  height: 100%;
  cursor: pointer;
  max-width: 108px;
}
.gallery__thumb-item img {
  width: 100%;
  height: 100%;
}
.gallery__thumb-image {
  width: auto;
  height: 100%;
}
.gallery__more-images {
  float: right;
  padding: 12px;
  background: #000000;
  color: #ffffff;
  height: 100%;
  text-align: center;
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 1199px) {
  .gallery__more-images {
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .gallery__more-images {
    width: 8%;
  }
}
.gallery--expanded {
  overflow: visible;
}
.gallery--expanded .gallery__thumbs {
  overflow: visible;
}
.gallery__control.carousel-control {
  background: none !important;
}
.gallery__control.carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  font-size: 80px;
}
.gallery__control.carousel-control.left .glyphicon {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery__control.carousel-control.right .glyphicon {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery__message {
  padding: 7px 4px;
  background: #ffffff;
  color: #999;
  font-size: 13px;
}
.gallery__message:before {
  font-family: Icon_set_AV;
  font-size: 14px;
  content: "\e300"; /* triangulo con exclamacion*/
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

.gallery-wrapper--default {
  height: 465px;
  width: 100%;
}
@media (max-width: 767px) {
  .gallery-wrapper--default {
    height: 300px;
  }
}

.availability {
  position: relative;
}
.availability:before, .availability:after {
  content: " ";
  display: table;
}
.availability:after {
  clear: both;
}
.availability__summary {
  padding: 12px;
  background-color: #fff;
}
.availability__summary--with-legend {
  padding-right: 185px;
}
.availability__title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .availability__title {
    font-size: 14.4px;
  }
}
@media (min-width: 768px) {
  .availability__title {
    font-size: 18px;
  }
}
.availability__title:first-letter {
  text-transform: capitalize;
}
.availability__title--categories {
  font-size: 24px;
  font-weight: normal;
}
.availability__subtitle {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  color: rgb(102, 102, 102);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .availability__subtitle {
    font-size: 11.2px;
  }
}
@media (min-width: 768px) {
  .availability__subtitle {
    font-size: 14px;
  }
}
.availability__legend-item {
  color: #aaa;
  display: inline-block;
  padding: 20px;
  position: absolute;
  right: 0;
  line-height: 1.4;
  margin-left: 5px;
  text-align: right;
  top: 0;
  width: 180px;
}
.availability__legend-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-left: 12px solid;
}
.availability__legend-item--pay-at-hotel {
  color: #d02ec1;
}
.availability__result {
  clear: both;
}
.availability__options--collapsed {
  display: none;
}
.availability__options .show-less-options {
  display: none;
}
.availability__options .show-more-options {
  display: block;
}
.availability__options--all-options .show-more-options {
  display: none;
}
.availability__options--all-options .availability__options-overflow,
.availability__options--all-options .show-less-options {
  display: block;
}
.availability__more-options-actions--loading {
  padding: 10px;
  border-top: 1px solid rgb(221, 224, 228);
}
.availability__more-options-actions--loading .show-more-options,
.availability__more-options-actions--loading .show-less-options {
  display: none;
}
.availability__options-overflow {
  display: none;
}
.availability__view-more-button {
  height: 46px;
}

.breadcrumbs {
  padding: 16px 0 8px 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumb {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 11px;
  border-radius: 0px;
  margin: 0;
  background-color: transparent;
}

.search-summary {
  color: #000000;
  padding: 20px 80px 20px 0;
  position: relative;
  line-height: 2;
}
.search-summary:before, .search-summary:after {
  content: " ";
  display: table;
}
.search-summary:after {
  clear: both;
}
@media (max-width: 767px) {
  .search-summary {
    padding: 20px 120px 20px 0;
  }
}
.search-summary__name, .search-summary__zones {
  font-weight: bold;
}
@media (max-width: 767px) {
  .search-summary__name, .search-summary__zones {
    display: block;
    word-break: keep-all;
  }
}
.search-summary__zones .glyphicon {
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-summary__name {
    display: block;
  }
}
@media (max-width: 767px) {
  .search-summary__name {
    display: none;
  }
}
.search-summary__dates, .search-summary__paxes {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .search-summary__dates, .search-summary__paxes {
    display: inline-block;
    margin-left: 0;
  }
}
.search-summary__dates {
  text-transform: capitalize;
}
.search-summary__results {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .search-summary__results {
    clear: left;
    display: table;
    margin-left: 0;
  }
}
.search-summary__button {
  position: absolute;
  right: 0;
  top: 17px;
  min-width: 102px;
}

@media (max-width: 768px) {
  .search-summary {
    padding: 20px 120px 20px 0;
  }
  .search-summary .search-summary__zones {
    display: block;
    word-break: keep-all;
  }
}
@media (max-width: 479px) {
  .search-summary {
    padding: 20px 10px;
  }
  .search-summary .search-summary__button {
    position: relative;
    float: right;
    margin: 10px 0;
  }
}
.result {
  border: 1px solid rgb(221, 224, 228);
  background-color: #ffffff;
  border-radius: 0px;
}
.result__options--collapsed {
  display: none;
}
.result__options .show-less-options {
  display: none;
}
.result__options .show-more-options {
  display: block;
}
.result__options--all-options .show-more-options {
  display: none;
}
.result__options--all-options .result__options-overflow,
.result__options--all-options .show-less-options {
  display: block;
}
.result__options + .result__options {
  margin-top: 15px;
}
.result__more-options-actions--loading {
  padding: 10px;
  border-top: 1px solid rgb(221, 224, 228);
}
.result__more-options-actions--loading .show-more-options,
.result__more-options-actions--loading .show-less-options {
  display: none;
}
.result__options-overflow {
  display: none;
}
.result__view-more-button {
  height: 46px;
}
.result__map-placeholder {
  display: none;
}
.result__map {
  padding-bottom: 30%;
}
.result__map--large {
  padding-bottom: 60%;
}
.result__info {
  display: none;
  padding: 10px;
}
@media (min-width: 481px) {
  .result__info {
    margin-left: 115px;
  }
}
@media (min-width: 768px) {
  .result__info {
    margin-left: 225px;
    padding: 15px;
  }
}
.result__info--narrow {
  margin-left: 0;
}
.result__book-button {
  text-transform: capitalize;
  min-width: 102px;
}
.result--no-border {
  border: 0px;
}
.result--selected {
  border: 1px solid #0f1d41;
  border-top: 5px solid #0f1d41;
}
.result--booking-package {
  border: 0;
}
.result__header {
  padding: 10px 25px;
  line-height: 32px;
  color: #0f1d41;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid rgb(221, 224, 228);
}

.package-result--selected {
  border: 1px solid #0f1d41;
}
@media (min-width: 768px) {
  .package-result--selected .info-card__image {
    height: 225px;
  }
}
.package-result .info-card {
  border-bottom: 1px solid rgb(221, 224, 228);
}
.package-result--master .result__options {
  margin: 0 15px;
  border: 1px solid rgb(221, 224, 228);
  border-bottom: none;
}
.package-result--master .info-card {
  border-bottom: none;
}

.transfer-result .info-card__image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 768px) {
  .transfer-result .info-card__image img {
    min-width: 142px;
  }
}

.how-to-arrive {
  padding: 10px;
  position: relative;
}
.how-to-arrive .select2 {
  min-width: 270px;
}
.how-to-arrive__destination-address {
  min-width: 270px;
  margin-right: 10px;
}
.how-to-arrive__icon {
  vertical-align: middle;
}
.how-to-arrive__icons {
  position: absolute;
  right: 0px;
  display: inline-block;
  bottom: 12px;
}
.how-to-arrive__icons a {
  border: 1px solid #898989;
  border-radius: 5px;
  padding: 3px;
  color: #898989;
}
.how-to-arrive__icons a:hover {
  text-decoration: none;
  color: black;
}
.how-to-arrive__div-link {
  display: none;
}
.how-to-arrive__div-mail {
  display: none;
  margin: auto auto 10px;
  text-align: right;
}
.how-to-arrive__mail-label {
  margin-right: 10px;
}
.how-to-arrive__mail-input {
  margin-right: 10px;
  min-width: 250px;
}
.how-to-arrive .not-active {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.tripadvisor-content {
  cursor: pointer;
  margin-bottom: 5px;
}
.tripadvisor-content:before, .tripadvisor-content:after {
  content: " ";
  display: table;
}
.tripadvisor-content:after {
  clear: both;
}
.tripadvisor-counter {
  float: right;
}
.tripadvisor-name {
  text-align: center;
}
.tripadvisor-image {
  padding: 10px 0;
}
.tripadvisor-link {
  font-size: 13px;
  text-decoration: underline;
  float: right;
}
.tripadvisor-write {
  display: block;
  text-align: right;
}
.tripadvisor-write, .tripadvisor-action {
  text-decoration: underline;
  cursor: pointer;
}
.tripadvisor-reviews {
  min-width: 340px;
}
.tripadvisor-review {
  margin-top: 10px;
  font-size: 13px;
}
.tripadvisor-date {
  display: block;
  clear: both;
  line-height: 150%;
}
.tripadvisor-title {
  float: left;
  font-weight: bold;
}
.tripadvisor-summary, .tripadvisor-text {
  font-style: italic;
}
.tripadvisor-text {
  display: none;
}
.tripadvisor-rating {
  float: right;
}
.tripadvisor-copyright {
  margin-top: 20px;
  display: block;
  text-align: right;
  text-decoration: underline;
  font-size: 13px;
}
.tripadvisor .popover {
  background-color: #BFD7EA !important;
  border: solid 2px #F0F0F0 !important;
}
.tripadvisor--details .tripadvisor-name {
  display: none;
}
.tripadvisor--details .tripadvisor-write {
  text-align: left;
}
.tripadvisor--details .tripadvisor-rating {
  float: none;
  margin-left: 10px;
}

.bestprice {
  border-radius: 0px;
  background: transparent;
  border: 0px solid rgb(221, 224, 228);
  text-align: right;
}
.bestprice__title {
  text-transform: uppercase;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 9px;
  color: rgb(102, 102, 102);
  line-height: 1.15;
  width: 62%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .bestprice__title {
    display: none;
  }
}
.bestprice__price {
  color: #13b5ea;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 18px;
  line-height: 19px;
}
.bestprice__price .glyphicon {
  font-family: Icon_set_AV;
  font-size: 16px;
  color: #13b5ea;
}
.bestprice__amount {
  font-weight: bold;
}
.bestprice__conversor {
  cursor: help;
}
@media (max-width: 767px) {
  .bestprice__offer-info {
    display: none;
  }
}

.TUD .bestprice__conversor {
  display: none;
}

.bestprice--inline {
  text-align: left;
}
.bestprice--inline .bestprice__title {
  text-transform: initial;
  font-size: 14px;
}
.bestprice--inline .bestprice__title, .bestprice--inline .bestprice__price {
  display: inline-block;
  width: auto;
}

.result-option-header {
  border-left: 5px solid #0f1d41;
  color: #0f1d41;
  padding: 5px 10px 5px;
  border-bottom: 1px solid rgb(221, 224, 228);
  font-size: 18px;
}

.result-option-header .glyphicon {
  color: #0f1d41;
  font-size: 18px;
  margin-right: 4px;
  vertical-align: middle;
}

.result-option {
  padding: 5px 15px;
  background-color: rgb(235, 237, 240);
  border: 0px solid rgb(221, 224, 228);
  border-radius: 0px;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  color: #000000;
}
.result-option--is-pay-hotel {
  border-left: 6px solid #d02ec1;
  padding-left: 9px;
}
.result-option-price__is-pay-hotel {
  bottom: 0;
  cursor: help;
  display: block;
  left: -6px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 6px;
}
.result-option:nth-child(even) {
  background-color: #ffffff;
}
.result-option__title, .result-option__subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-option__title::first-letter, .result-option__subtitle::first-letter {
  text-transform: uppercase;
}
.result-option__info {
  font-size: 13px;
  color: red;
}
.result-option__provider {
  font-weight: bolder;
  color: #000000;
  text-transform: none;
}
.result-option__title {
  font-weight: bold;
  font-size: 14px;
}
.result-option__title--flight, .result-option__title--package {
  font-weight: normal;
  text-transform: initial;
}
.result-option__title--selected-package {
  font-weight: normal;
  text-transform: initial;
}
.result-option__title--selected-package .glyphicon-package-product {
  font-size: 20px;
  vertical-align: middle;
}
.result-option__subtitle {
  font-size: 13px;
  color: rgb(89, 89, 89);
}
.result-option__price {
  display: inline-block;
  margin: 10px 10px 2px 0;
}
.result-option__book-button, .result-option__show-prices-button {
  text-transform: capitalize;
  float: right;
  min-width: 102px;
}
.result-option__booking:before, .result-option__booking:after {
  content: " ";
  display: table;
}
.result-option__booking:after {
  clear: both;
}
.result-option__cancel-policy-toggle, .result-option__other-dates-toggle {
  text-decoration: underline;
  font-size: 13px;
  white-space: nowrap;
  padding: 4px;
  border: 0;
  padding: 0;
  background: transparent;
}
.result-option__selected-price {
  text-transform: capitalize;
}
.result-option__other-dates-toggle {
  color: #000000;
  display: inherit;
}
.result-option__cancel-policy-toggle {
  color: #13b5ea;
}
.result-option__cancel-policy-toggle--non-refundable {
  color: #13b5ea;
  text-decoration: underline;
  font-size: 13px;
  white-space: nowrap;
  padding: 4px;
  border: 0;
  padding: 0;
  background: transparent;
}
.result-option__cancel-policy-toggle--non-refundable:before {
  font-family: Icon_set_AV;
  font-size: 14px;
  content: "\e300"; /* triangulo con exclamacion*/
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
.result-option__cancel-policy-placeholder, .result-option__breakdown, .result-option__other-dates, .result-option__product-description {
  display: none;
  margin-top: 10px;
  font-size: 13px;
}
.result-option__cancel-policy-placeholder, .result-option__breakdown, .result-option__other-dates {
  color: rgb(64, 64, 64);
}
.result-option__date-selection {
  text-transform: capitalize;
  width: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-option__date-selection--full {
  width: 100%;
}
.result-option-loading.loading {
  width: 100%;
  text-align: center;
}
.result-option--selected {
  border-left: 5px solid #0f1d41;
  padding-left: 10px;
}
.result-option__choose-button--right {
  float: right;
}
.result-option__remove-button, .result-option__change-button {
  background: rgb(64, 64, 64);
  border-radius: 4px;
  color: #ffffff;
}
.result-option__remove-button:hover, .result-option__change-button:hover {
  color: #ffffff;
}
.result-option__extended-info--title {
  margin-top: 20px;
}
.result-option__extended-info--flight-route {
  margin-top: 0px;
  margin-bottom: 15px;
}
.result-option__extended-info--title {
  margin-top: 10px;
}
.result-option__product-description {
  padding: 0px 20px 20px 0px;
}
.result-option__moreinfo-toggle {
  background: rgb(64, 64, 64);
  border-radius: 4px;
  padding: 0 1px;
  border: 0px;
  vertical-align: top;
}
.result-option__moreinfo-toggle .glyphicon {
  color: #ffffff !important;
  vertical-align: middle;
}
.result-option__routes {
  display: inline-block;
}
.result-option__routes-route {
  display: block;
}
.result-option-selected {
  float: right;
  height: 10px;
  width: 201px;
}
.result-option__title--flight span {
  white-space: normal;
}
.result-option__icons {
  width: 20px;
}

.result-option--extended {
  border-bottom: 1px solid rgb(221, 224, 228);
  position: relative;
}
.result-option--extended .result-option__main {
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 35px;
}
.result-option--extended .result-option__main > div {
  display: table-cell;
  vertical-align: middle;
}
.result-option--extended .result-option__cancel-policy,
.result-option--extended .result-option__dates {
  width: 21%;
  text-align: center;
}
.result-option--extended .result-option__offer-info {
  text-align: right;
  display: inline-block;
  width: 20%;
}
.result-option--extended .result-option__booking {
  text-align: right;
}
.result-option--extended--selected {
  padding-left: 15px;
}

.result-option--extended.result-option--extended--selected .result-option__cancel-policy-toggle {
  margin-left: 4px;
}

.result-option--selectable {
  border-top: 1px solid rgb(221, 224, 228);
  padding: 0px;
}
.result-option--selectable:not(.result-option--selectable--selected):not(.result-option--selectable--disabled) {
  cursor: pointer;
}
.result-option--selectable:not(.result-option--selectable--selected):not(.result-option--selectable--disabled):hover {
  opacity: 0.8;
}
.result-option--selectable__wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.result-option--selectable__wrapper > div {
  padding: 5px 10px;
  display: table-cell;
  vertical-align: middle;
}
.result-option--selectable .result-option__main {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.result-option--selectable .result-option__main > div {
  display: table-cell;
  vertical-align: middle;
}
.result-option--selectable .result-option__select-option {
  background-color: rgb(245, 246, 248);
  border-right: 1px solid rgb(221, 224, 228);
  cursor: pointer;
  padding: 8px;
  text-align: center;
  vertical-align: top;
  width: 28px;
}
.result-option--selectable .result-option__select-option input[type=radio] {
  margin-top: 10px;
}
.result-option--selectable .result-option__extended-info {
  padding: 15px;
  display: none;
}
.result-option--selectable--disabled {
  opacity: 0.4;
  cursor: no-drop;
}
.result-option--selectable.result-option--selectable--selected .result-option__select-option {
  background-color: #0f1d41;
}

.result-option--radio-list {
  padding: 10px;
}
.result-option--radio-list .result-option__main {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.result-option--radio-list .result-option__main > div {
  display: table-cell;
}
.result-option--radio-list .result-option__price {
  position: static;
  margin: 0;
}
.result-option--radio-list .result-option__booking {
  text-align: right;
  vertical-align: middle;
}
.result-option--radio-list .result-option__select-passengers {
  display: table;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .result-option--radio-list .result-option__select-passengers label {
    display: block;
  }
}
.result-option--radio-list .result-option__select-passengers .select2-container {
  margin-left: 4px;
  width: 50px !important;
}
@media (min-width: 768px) {
  .result-option--radio-list .result-option__select-passengers > div {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .result-option--radio-list .result-option__select-passengers > div {
    margin-bottom: 10px;
  }
}
.result-option--radio-list .result-option__extended-info {
  display: table;
  position: relative;
  width: 100%;
}
.result-option--radio-list .result-option__extended-info > div {
  padding: 4px;
}
@media (min-width: 768px) {
  .result-option--radio-list .result-option__extended-info > div {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .result-option--radio-list .result-option__extended-info > div {
    margin-bottom: 10px;
  }
}
.result-option--radio-list .result-option__extended-info .image-holder {
  width: 200px;
}
.result-option--radio-list .result-option__continue {
  text-align: right;
}
@media (max-width: 767px) {
  .result-option--radio-list .result-option__continue {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.result-option--radio-list .result-option__cruise-feature .glyphicon-ok {
  color: #007f00;
}

.result-option--photo .result-option__main:before, .result-option--photo .result-option__main:after {
  content: " ";
  display: table;
}
.result-option--photo .result-option__main:after {
  clear: both;
}
.result-option--photo .result-option__cancel-policy,
.result-option--photo .result-option__dates {
  margin-bottom: 5px;
  float: left;
}
.result-option--photo .result-option__offer-info {
  text-align: right;
}
.result-option--photo .result-option__booking {
  clear: both;
  position: relative;
}
.result-option--photo .result-option__price {
  position: absolute;
  right: 90px;
}

@media (max-width: 767px) {
  .cruise-result .result-option__continue {
    display: block;
    margin-top: 10px;
    position: relative;
  }
}

.packages .result-option-header {
  background-color: rgb(221, 224, 228);
  color: #000000;
  font-size: 14px;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
}
.packages .result-option-header .glyphicon {
  color: #000000;
}
.packages .result-option--extended .info-card {
  border-bottom: 0;
}
.packages .result-option--extended--selected .result-option__cancel-policy, .packages .result-option--extended--selected .result-option__heading, .packages .result-option--extended--selected .result-option__booking {
  display: table-cell;
  vertical-align: middle;
}
.packages .result-option--extended--selected:not(.result-option--service-permutation-grouped) .result-option__cancel-policy, .packages .result-option--extended--selected:not(.result-option--service-permutation-grouped) .result-option__heading, .packages .result-option--extended--selected:not(.result-option--service-permutation-grouped) .result-option__booking {
  width: 73%;
}
@media (max-width: 991px) {
  .packages .result-option--extended--selected .result-option__heading {
    width: 48%;
    text-align: left;
  }
  .packages .result-option--extended--selected .result-option__cancel-policy {
    width: auto;
  }
}
@media (max-width: 480px) {
  .packages .result-option--extended--selected .result-option__cancel-policy {
    text-align: left;
    display: block;
  }
}
.packages .flight-result .result-option--extended--selected .result-option__heading {
  width: 40%;
}

.result-option--extended .result-option__heading--full,
.result-option--extended .result-option__extended-heading--full {
  width: 70%;
}
.result-option--extended .result-option__heading--full .result-option__title,
.result-option--extended .result-option__heading--full .result-option__subtitle,
.result-option--extended .result-option__extended-heading--full .result-option__title,
.result-option--extended .result-option__extended-heading--full .result-option__subtitle {
  overflow: visible;
  text-overflow: inherit;
  white-space: normal;
}

.availability--cruise-categories .result-option__title {
  white-space: normal;
}

.TUD .result-option--photo .result-option__price {
  margin: 10px 16px 2px 0;
}

@media (min-width: 992px) {
  .result-option--extended .result-option__heading,
  .result-option--extended .result-option__extended-heading {
    width: 40%;
  }
  .result-option--extended .result-option__heading--full,
  .result-option--extended .result-option__extended-heading--full {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .result-option__date-selection {
    overflow: normal;
    white-space: normal;
    width: 100%;
  }
  .result-option--extended .result-option__main:before, .result-option--extended .result-option__main:after,
  .result-option--photo .result-option__main:before,
  .result-option--photo .result-option__main:after {
    content: " ";
    display: table;
  }
  .result-option--extended .result-option__main:after,
  .result-option--photo .result-option__main:after {
    clear: both;
  }
  .result-option--extended .result-option__main > div,
  .result-option--photo .result-option__main > div {
    display: block;
    float: none;
    text-align: left;
    width: 100%;
  }
  .result-option--extended .result-option__price {
    position: absolute;
    right: 116px;
  }
  .result-option--extended .result-option__main {
    display: block;
    min-height: 135px;
  }
}
@media (max-width: 480px) {
  .result-option--extended .result-option__offer-info {
    text-align: right;
  }
  .result-option--extended .result-option__booking {
    clear: both;
  }
  .result-option--selectable .result-option__select-option {
    width: 0px;
    padding: 6px;
  }
  .result-option--selectable .result-option__select-option input[type=radio] {
    display: none;
  }
  .result-option--selectable .result-option__main > div {
    display: block;
    vertical-align: middle;
  }
  .confirm-booking__section .booking-insurances__option .booking-insurances__thumb + .result-option__content {
    padding-left: 0;
  }
  .booking-insurances__thumb {
    float: left;
    margin-bottom: 12px;
    margin-right: 10px;
  }
}
@media (max-width: 320px) {
  .result-option--extended--selected .result-option__title {
    max-width: 90%;
  }
  .TUD .result-option--extended .result-option__offer-info .offer-info__item {
    margin-right: 12px;
  }
}
.result-option-package {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.result-option-package .glyphicon {
  font-family: Icon_set_AV;
  font-size: 16px;
  color: #091f40;
  width: 8px;
}
.result-option-package__moreinfo-toggle {
  background: rgb(64, 64, 64);
  border-radius: 4px;
  padding: 0 1px;
  border: 0px;
  vertical-align: top;
}
.result-option-package__moreinfo-toggle .glyphicon {
  color: #ffffff;
  vertical-align: middle;
}

.result-option-package__row {
  min-height: 34px;
  position: relative;
}

.result-option-package__row .result-option-package__list {
  padding-left: 26px;
  max-width: 75%;
}
.result-option-package__row .result-option-package__item > div {
  display: table-cell;
  padding: 0 12px 0 0;
}
.result-option-package__row .result-option-package__item > div.result-option-package__item-product {
  font-weight: bold;
}
.result-option-package__row .result-option-package__item > div.result-option-package__item-info {
  font-size: 13px;
}
.result-option-package__row .result-option-package__item--includeBaggage, .result-option-package__row .result-option-package__item--notIncludeBaggage {
  position: absolute;
  left: 400px;
  top: 3px;
}
@media (max-width: 480px) {
  .result-option-package__row .result-option-package__item--includeBaggage, .result-option-package__row .result-option-package__item--notIncludeBaggage {
    top: 35px;
  }
}
.result-option-package__row .result-option-package__item--includeBaggage .glyphicon-trips, .result-option-package__row .result-option-package__item--notIncludeBaggage .glyphicon-trips {
  font-size: 34px;
}
@media (max-width: 320px) {
  .result-option-package__row .result-option-package__item--includeBaggage.permutation-package {
    left: 205px;
  }
}
@media (max-width: 320px) {
  .result-option-package__row .result-option-package__item--notIncludeBaggage.permutation-package {
    left: 205px;
  }
}
.result-option-package__row .result-option-package__item--notIncludeBaggage .glyphicon-no-baggage {
  font-size: 34px;
}
.result-option-package__row .result-option-package__moreinfo-toggle {
  position: absolute;
  top: 0;
  left: 0;
}
.result-option-package__row .result-option-package__booking {
  position: absolute;
  top: 0;
  right: 0;
}
.result-option-package__row--cancelled {
  color: #C40000;
}
@media (min-width: 768px) {
  .result-option-package__row--cancelled .result-option-package__item-product {
    width: 50%;
  }
  .result-option-package__row--cancelled .result-option-package__item-info {
    width: 40%;
  }
}
.result-option-package__selected-button {
  color: #0f1d41;
  padding-right: 0;
}

.LST .result__options--multiple-packages .result-option-package__row .result-option-package__booking {
  display: none;
}

@media (max-width: 767px) {
  .result-option-package__row .result-option-package__item {
    display: block;
    margin-bottom: 8px;
    table-layout: inherit;
    width: 75%;
  }
  .result-option-package__row .result-option-package__item:last-child {
    margin-bottom: 0;
  }
  .result-option-package__row .result-option-package__item > div {
    display: block;
  }
}
@media (max-width: 480px) {
  .result-option-package__row {
    display: block;
    overflow: hidden;
  }
  .result-option-package__row .result-option-package__item {
    width: 100%;
  }
  .result-option-package__row .result-option-package__item > div {
    padding: 0;
  }
  .result-option-package__row .result-option-package__item > div.result-option-package__item-info {
    font-size: 92%;
  }
  .result-option-package__row .result-option-package__list {
    font-size: 92%;
    float: left;
    padding-left: 26px;
    width: 66%;
  }
  .result-option-package__row .result-option-package__booking {
    float: right;
  }
  .hidden-text {
    display: none;
  }
}
.result-option-price {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.result-option-price .glyphicon {
  font-family: Icon_set_AV;
  font-size: 16px;
  color: #091f40;
  width: 16px;
}
.result-option-price__breakdown-toggle {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  padding: 0 2px;
}
@media (max-width: 767px) {
  .result-option-price__breakdown-toggle {
    display: none;
  }
}
.result-option-price__breakdown-popover {
  border: 0;
  display: none;
}
.result-option-price--without-discount {
  color: rgb(71, 87, 112);
  font-weight: normal;
  font-size: 85%;
  margin-right: 20px;
}
.result-option-price--discount {
  color: #000000;
  font-weight: normal;
}
.result-option-price--discount__percentage {
  color: #13b5ea;
}
.result-option-price--discount .glyphicon {
  width: auto;
}

.TUD .result-option-price__conversor {
  display: none;
}

.package-custom-product__remove-button, .package-custom-product__added-text {
  display: none;
}
.package-custom-product__remove-button {
  background: rgb(64, 64, 64);
  border-radius: 4px;
  color: #ffffff;
}
.package-custom-product__remove-button:hover {
  color: #ffffff;
}
.package-custom-product .package-custom-product__added-text {
  color: #13b5ea;
  font-weight: bold;
}
.package-custom-product .package-custom-product__added-text .glyphicon {
  vertical-align: middle;
  font-size: 26px;
}
.package-custom-product--selected .package-custom-product__choose-button {
  display: none;
}
.package-custom-product--selected .package-custom-product__remove-button {
  display: inline-block;
}
.package-custom-product--selected .package-custom-product__added-text {
  margin-top: 20px;
  display: block;
}
.package-custom-product .room-selector-button {
  height: 32px;
  border-color: #777;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.package-custom-product .room-selector-button .pax-counter {
  font-size: 13px;
}

.package-custom-product-option__actions {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.transfer-result .roundTrip .package-custom-product-option__actions {
  margin-top: 0px;
  margin-bottom: 6px;
}
.package-custom-product-option__remove-button, .package-custom-product-option__added-text {
  display: none;
}
.package-custom-product-option__remove-button {
  background: rgb(64, 64, 64);
  border-radius: 4px;
  color: #ffffff;
}
.package-custom-product-option__remove-button:hover {
  color: #ffffff;
}
.package-custom-product-option .package-custom-product-option__added-text {
  color: #13b5ea;
  font-weight: bold;
  margin-bottom: 2px;
}
.package-custom-product-option .package-custom-product-option__added-text .glyphicon {
  vertical-align: middle;
  font-size: 26px;
}
.package-custom-product-option--selected .package-custom-product-option__choose-button {
  display: none;
}
.package-custom-product-option--selected .package-custom-product-option__remove-button {
  display: inline-block;
}
.package-custom-product-option--selected .package-custom-product-option__added-text {
  display: block;
}

.flight-result:not(.result--selected) {
  border-top: 3px solid #13b5ea;
}
.flight-result .result__header {
  border-bottom: 0;
}
.flight-result__route {
  border: 1px solid rgb(221, 224, 228);
  border-bottom: 0px;
}
.flight-result__route:last-child {
  border-bottom: 1px solid rgb(221, 224, 228);
}
.flight-result__route .info-card__content {
  padding: 10px;
}
.flight-result__route-title {
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}
.flight-result__route-icon {
  font-size: 26px;
  vertical-align: middle;
}
.flight-result__route-date {
  font-weight: normal;
  font-size: 14px;
}
.flight-result__change-dates {
  display: block;
  text-align: right;
}
.flight-result__change-dates-item {
  background: #091f40;
  color: #ffffff;
  border-radius: 4px;
  font-size: 11px;
  padding: 0px 4px;
  border: none;
}
.flight-result__change-dates-item + .flight-result__change-dates-item {
  margin-left: 5px;
}
.flight-result__booking {
  line-height: 32px;
  text-align: right;
  background: #ffffff;
  padding: 10px;
  border: 1px solid rgb(221, 224, 228);
  border-bottom: none;
}
.flight-result__booking:before, .flight-result__booking:after {
  content: " ";
  display: table;
}
.flight-result__booking:after {
  clear: both;
}
.flight-result__price {
  display: inline-block;
  margin-right: 10px;
}
.flight-result__booking-button {
  float: right;
  min-width: 102px;
}
.flight-result__info {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.flight-result__info > div {
  display: table-cell;
  vertical-align: middle;
}
.flight-result__segments-toggle {
  background: rgb(64, 64, 64);
  border-radius: 4px;
  padding: 0 1px;
  border: 0px;
}
.flight-result__segments-toggle .glyphicon {
  color: #ffffff !important;
  vertical-align: middle;
}
.flight-result__stops {
  text-align: center;
}
.flight-result__places {
  text-align: center;
}
.flight-result__duration .glyphicon, .flight-result__places .glyphicon {
  font-size: 20px;
  vertical-align: middle;
}
.flight-result__stops, .flight-result__duration {
  text-align: left;
  font-size: 11px;
}
.flight-result__airline {
  text-align: right;
}
.flight-result__airline-logo {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgb(221, 224, 228);
  display: inline-block;
  padding: 4px;
}
.flight-result__segments {
  display: none;
  padding-top: 10px;
  font-size: 13px;
}
.flight-result__segment {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 10px;
}
.flight-result__segment > div {
  display: table-cell;
  vertical-align: top;
}
.flight-result__segment-info {
  width: 19%;
}
.flight-result__segment-techStop .flight-result__segment-departure, .flight-result__segment-techStop .flight-result__segment-arrival {
  float: left;
  display: table-cell;
  width: 50%;
  margin-bottom: 8px;
}
.flight-result__segment-departure, .flight-result__segment-arrival {
  display: inline-block;
  width: 49%;
}
.flight-result--custom .flight-result__segment-info {
  width: 30%;
}
.flight-result--custom .flight-result__route-selection {
  border: 1px solid rgb(221, 224, 228);
}
.flight-result--custom .flight-result__route {
  border: none;
}
.flight-result--custom .result-option__main {
  display: block;
}
.flight-result--custom .result-option__main:before, .flight-result--custom .result-option__main:after {
  content: " ";
  display: table;
}
.flight-result--custom .result-option__main:after {
  clear: both;
}
.flight-result--custom .result-option__main > div {
  display: block;
}
.flight-result--custom .flight-result__airline {
  width: 40px;
  float: left;
  text-align: left;
}
.flight-result--custom .result-option__heading {
  float: left;
  width: 86%;
}
.flight-result--custom .result-option__content {
  clear: both;
  float: left;
  margin-top: 10px;
}

.flight-result__route .info-card {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .flight-result--custom .flight-result__route-selection:before, .flight-result--custom .flight-result__route-selection:after {
    content: " ";
    display: table;
  }
  .flight-result--custom .flight-result__route-selection:after {
    clear: both;
  }
  .flight-result--custom .flight-result__route {
    width: 50%;
    float: left;
  }
  .flight-result--custom .flight-result__route--departure {
    padding-right: 2px;
  }
  .flight-result--custom .flight-result__route--return {
    padding-left: 2px;
    padding-right: 0px;
  }
  .flight-result--custom .flight-result__route--return .result-option--selectable {
    border-left: 1px solid rgb(221, 224, 228);
  }
}
@media (max-width: 767px) {
  .flight-result__segment {
    border-top: 1px solid #aaa;
  }
  .flight-result__segment:first-child {
    border-top: 0;
  }
  .flight-result__segment > div {
    display: block;
    margin: 8px 0 0 0;
  }
  .flight-result__segment-info {
    width: auto;
  }
  .flight-result__segment-info > div {
    display: inline-block;
    min-width: 260px;
  }
}
@media (max-width: 768px) {
  .flight-result .flight-result__airline-name {
    display: none;
  }
}
.flight-selection {
  padding: 20px 0;
}
.flight-selection .flight-selection__box {
  border: 1px solid #0f1d41;
  padding: 0 20px;
  position: relative;
  background-color: #fff;
}
.flight-selection .flight-selection__box:before, .flight-selection .flight-selection__box:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  border-style: solid;
}
.flight-selection .flight-selection__box:before {
  right: 70px;
  border-color: #0f1d41 transparent transparent;
  border-width: 10px;
}
.flight-selection .flight-selection__box:after {
  right: 71px;
  border-color: #ffffff transparent transparent;
  border-width: 9px;
}
.flight-selection__route-heading {
  padding: 8px 0;
}
.flight-selection__route-title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
}
.flight-selection__route-icon {
  font-size: 26px;
  vertical-align: middle;
}
.flight-selection__route-date {
  font-weight: normal;
  font-size: 14px;
}
.flight-selection__change-dates {
  display: block;
  text-align: right;
}
.flight-selection__change-dates-item {
  background: #13b5ea;
  color: #ffffff;
  border-radius: 4px;
  font-size: 11px;
  padding: 0px 4px;
  border: none;
}
.flight-selection__change-dates-item + .flight-result__change-dates-item {
  margin-left: 5px;
}
.flight-selection__booking {
  padding: 0 0 10px;
}
.flight-selection__booking:before, .flight-selection__booking:after {
  content: " ";
  display: table;
}
.flight-selection__booking:after {
  clear: both;
}
.flight-selection__header:before, .flight-selection__header:after {
  content: " ";
  display: table;
}
.flight-selection__header:after {
  clear: both;
}
.flight-selection__title {
  float: left;
  font-weight: bold;
}
.flight-selection__title > h2 {
  font-size: 20px;
}
.flight-selection__booking-button {
  float: right;
  min-width: 102px;
}
.flight-selection__change-button {
  display: none;
  min-width: 102px;
}
.flight-selection__info {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.flight-selection__info > div {
  display: table-cell;
  vertical-align: middle;
}
.flight-selection__option {
  border-left: 12px solid #0f1d41;
}
.flight-selection__segments-toggle {
  background: rgb(64, 64, 64);
  border-radius: 4px;
  padding: 0 1px;
  border: 0px;
}
.flight-selection__segments-toggle .glyphicon {
  color: #ffffff !important;
  vertical-align: middle;
}
.flight-selection__segments-toggle-wrapper--xs {
  display: none;
}
.flight-selection__duration, .flight-selection__places, .flight-selection__stops {
  font-size: 11px;
}
.flight-selection__duration, .flight-selection__places {
  width: 25%;
  white-space: nowrap;
}
.flight-selection__duration .glyphicon, .flight-selection__places .glyphicon {
  font-size: 20px;
  vertical-align: middle;
}
.flight-selection__stops {
  text-align: center;
  white-space: nowrap;
}
.flight-selection__stops, .flight-selection__duration {
  text-align: left;
  font-size: 11px;
}
.flight-selection__airline-logo {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgb(221, 224, 228);
  display: inline-block;
  padding: 4px;
}
.flight-selection__airline {
  text-align: left;
  width: 50px;
}
.flight-selection__segments {
  display: none;
  padding-top: 10px;
}
.flight-selection__segment {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 10px;
}
.flight-selection__segment > div {
  display: table-cell;
  vertical-align: top;
}
.flight-selection__segment-info {
  width: 20%;
}
.flight-selection__breakdown {
  width: 100%;
  line-height: 2.5;
  padding: 20px 0;
}
.flight-selection__breakdown-line {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flight-selection__breakdown-line--total {
  line-height: 1.4;
  padding-top: 10px;
}
.flight-selection__breakdown-line--total .flight-selection__breakdown-concept {
  text-transform: uppercase;
}
.flight-selection__breakdown-line--total .flight-selection__breakdown-price {
  font-size: 20px;
}
.flight-selection__breakdown-concept, .flight-selection__breakdown-amount, .flight-selection__breakdown-price {
  display: table-cell;
  vertical-align: middle;
}
.flight-selection__breakdown-concept, .flight-selection__breakdown-price {
  font-weight: bold;
}
.flight-selection__breakdown-concept {
  text-align: left;
}
.flight-selection__breakdown-concept--percentage {
  background-color: #C40000;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  padding: 1px 0px 0px 4px;
  color: white;
  font-size: 17px;
}
.flight-selection__breakdown-amount {
  text-align: center;
}
.flight-selection__breakdown-price {
  text-align: right;
}
.flight-selection--booking {
  padding: 0;
}
.flight-selection__fare-conditions-button {
  background: none;
  border: 1px solid rgb(211, 64, 64);
  border-radius: 4px;
}
.flight-selection__fare-conditions-button, .flight-selection__fare-conditions-button:hover, .flight-selection__fare-conditions-button:focus {
  color: rgb(211, 64, 64);
}

@media (max-width: 767px) {
  .flight-selection__option {
    padding-left: 50px;
    padding-right: 40px;
    position: relative;
  }
  .flight-selection__airline {
    position: absolute;
    margin-left: -44px;
  }
  .flight-selection__segments-toggle-wrapper--xs {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 10px;
  }
  .flight-selection__info {
    display: none;
  }
  .flight-selection__breakdown {
    line-height: 2;
  }
  .flight-selection__breakdown-line {
    display: block;
  }
  .flight-selection__breakdown-line:before, .flight-selection__breakdown-line:after {
    content: " ";
    display: table;
  }
  .flight-selection__breakdown-line:after {
    clear: both;
  }
  .flight-selection__breakdown-concept, .flight-selection__breakdown-amount, .flight-selection__breakdown-price {
    display: block;
  }
  .flight-selection__breakdown-concept {
    float: left;
    text-align: left;
  }
  .flight-selection__breakdown-amount {
    clear: both;
    float: left;
    text-align: left;
  }
  .flight-selection__breakdown-price {
    float: right;
    text-align: right;
  }
  .flight-selection__breakdown-line--total {
    position: relative;
  }
  .flight-selection__breakdown-line--total .flight-selection__breakdown-concept {
    max-width: 60%;
  }
  .flight-selection__breakdown-line--total .flight-selection__breakdown-price {
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .flight-selection__segment {
    border-top: 1px solid #aaa;
  }
  .flight-selection__segment:first-child {
    border-top: 0;
  }
  .flight-selection__segment > div {
    display: block;
    margin: 8px 0 0 0;
  }
  .flight-selection__segment-info > div {
    display: inline-block;
    min-width: 260px;
  }
}
@media (max-width: 480px) {
  .booking-data .booking-data__selection {
    padding: 0;
  }
  .flight-selection__breakdown {
    padding: 8px;
  }
}
.flight-sticky {
  width: 100%;
  left: 0;
  background: rgb(195, 199, 208);
}
.flight-sticky__inner {
  padding: 10px 0;
  display: table;
  width: 100%;
  table-layout: auto;
}
.flight-sticky__routes, .flight-sticky__actions {
  display: table-cell;
  vertical-align: middle;
}
.flight-sticky__routes {
  text-align: left;
}
.flight-sticky__actions {
  text-align: right;
}
.flight-sticky__route {
  display: block;
}
.flight-sticky__route-title, .flight-sticky__route-hour {
  font-weight: bold;
}
.flight-sticky__price {
  font-weight: bold;
  font-size: 18px;
}
.flight-sticky.affix {
  position: fixed !important;
  z-index: 10;
}
.flight-sticky.affix-top > .flight-sticky__inner {
  display: none;
}
.flight-sticky.affix.flight-sticky--above {
  bottom: 0;
}
.flight-sticky.affix.flight-sticky--below {
  top: 0;
}

.flight-bestprices {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgb(221, 224, 228);
  background-color: #fff;
}
.flight-bestprices__header:before, .flight-bestprices__header:after {
  content: " ";
  display: table;
}
.flight-bestprices__header:after {
  clear: both;
}
.flight-bestprices__title {
  float: left;
  font-size: 20px;
  color: #000000;
}
.flight-bestprices__toggle {
  float: right;
  border: 0;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: inherit;
  background: #000000;
}
.flight-bestprices__toggle .glyphicon {
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
}
.flight-bestprices__content {
  margin-top: 10px;
  overflow-x: auto;
  width: 100%;
}
.flight-bestprices__table {
  display: table;
  table-layout: fixed;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.flight-bestprices__line, .flight-bestprices__table-header {
  display: table-row;
}
.flight-bestprices__line {
  background-color: rgb(235, 237, 240);
}
.flight-bestprices__stops, .flight-bestprices__price, .flight-bestprices__airline {
  display: table-cell;
  min-width: 20%;
  vertical-align: middle;
  padding: 0 10px;
  height: 36px;
  white-space: nowrap;
  cursor: pointer;
}
.flight-bestprices__airline {
  text-align: center;
  font-weight: bold;
}
.flight-bestprices__stops, .flight-bestprices__airline--title {
  text-align: left;
}
.flight-bestprices__airline--title {
  position: relative;
  padding: 0;
  cursor: default;
}
.flight-bestprices__airline--title > span {
  padding: 0 10px;
  display: block;
  width: 80%;
  height: 100%;
  background: #333;
  color: #ffffff;
  line-height: 36px;
  vertical-align: middle;
}
.flight-bestprices__airline--title > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 80%;
  border-color: transparent transparent transparent #333;
  border-width: 18px 12px;
  border-style: solid;
}
.flight-bestprices__stops {
  font-weight: bold;
}
.flight-bestprices__price {
  text-align: center;
}
.flight-bestprices__price-amount {
  font-weight: bold;
}
.flight-bestprices__selection {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .flight-bestprices {
    margin-top: 10px;
  }
}
.flight-calendar {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgb(221, 224, 228);
  color: #555;
}
.flight-calendar__header:before, .flight-calendar__header:after {
  content: " ";
  display: table;
}
.flight-calendar__header:after {
  clear: both;
}
.flight-calendar__legend {
  text-align: right;
  margin-bottom: 10px;
}
.flight-calendar__legend-item {
  margin-left: 5px;
  display: inline-block;
}
.flight-calendar__legend-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-left: 12px solid;
}
.flight-calendar__legend-item--current {
  color: #13b5ea;
}
.flight-calendar__legend-item--minprice {
  color: #091f40;
}
.flight-calendar__title {
  margin-bottom: 10px;
  float: left;
  font-size: 20px;
  color: #000000;
}
.flight-calendar__toggle {
  float: right;
  border: 0;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: inherit;
  background: #000000;
}
.flight-calendar__toggle .glyphicon {
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
}
.flight-calendar__content {
  width: 100%;
  overflow: auto;
}
.flight-calendar__table {
  display: table;
  table-layout: fixed;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
.flight-calendar__line, .flight-calendar__table-header {
  display: table-row;
}
.flight-calendar__departure, .flight-calendar__return, .flight-calendar__price {
  display: table-cell;
  min-width: 20%;
  vertical-align: middle;
  padding: 0 6px;
  height: 36px;
  white-space: nowrap;
}
.flight-calendar__return, .flight-calendar__departure {
  background-color: #999;
  color: #ffffff;
}
.flight-calendar__departure {
  text-align: center;
  font-weight: bold;
}
.flight-calendar__departure--title {
  background: #333;
  color: #ffffff;
}
.flight-calendar__return, .flight-calendar__departure--title {
  text-align: left;
}
.flight-calendar__return {
  font-weight: bold;
}
.flight-calendar__price {
  text-align: center;
  background-color: rgb(235, 237, 240);
}
.flight-calendar__price--action {
  cursor: pointer;
}
.flight-calendar__price--current {
  background-color: #13b5ea;
  color: #ffffff;
}
.flight-calendar__price--minprice {
  background-color: #091f40;
  color: #ffffff;
}
.flight-calendar__price-amount {
  font-weight: bold;
}

.results-list__flightsCalendar {
  background-color: #ffffff;
}
.results-list__flightsCalendar .container {
  padding: 20px;
  margin-bottom: 20px;
  color: #000000;
  height: 350px;
}
.results-list__flightsCalendar .text {
  width: 40%;
  float: left;
  padding: 20px 36px;
}
.results-list__flightsCalendar .title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.results-list__flightsCalendar .subtitle {
  font-size: 18px;
  width: 56%;
}
.results-list__flightsCalendar .calendars-container {
  width: 100%;
}
.results-list__flightsCalendar .info {
  float: left;
  width: 60%;
}
.results-list__flightsCalendar .flight-calendar {
  float: left;
  border: none;
  padding: 0 20px 20px 20px;
  margin-bottom: unset;
}
.results-list__flightsCalendar .flight-calendar h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}
.results-list__flightsCalendar .bottom-info {
  clear: both;
  width: 92%;
}
.results-list__flightsCalendar .legend {
  float: left;
  padding: 8px;
}
.results-list__flightsCalendar .square {
  height: 15px;
  width: 15px;
  float: left;
  margin: 2px 5px;
}
.results-list__flightsCalendar .selected .square {
  border: 1px solid #13b5ea;
  background-color: #13b5ea;
}
.results-list__flightsCalendar .legend-text {
  text-transform: uppercase;
  font-size: 11px;
  color: #CCCCCC;
}
.results-list__flightsCalendar .available .square {
  border: 1px solid #13b5ea;
}
.results-list__flightsCalendar .not-available .square {
  border: 1px solid red;
}
.results-list__flightsCalendar .calendar-search-button {
  float: right;
  padding: 6px 22px;
}
.results-list__flightsCalendar .date-selector {
  float: left;
}
.results-list__flightsCalendar .ui-datepicker {
  border: none;
}
.results-list__flightsCalendar .ui-datepicker-header {
  background-color: #ffffff;
}
.results-list__flightsCalendar .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  background-color: #ffffff;
}
.results-list__flightsCalendar .available .ui-state-default {
  background-color: #ffffff;
  border: 1px solid #13b5ea;
  color: #13b5ea;
}
.results-list__flightsCalendar .noAvailable .ui-state-default {
  border: 1px solid red;
  color: red;
}
.results-list__flightsCalendar .ui-state-default.ui-state-active {
  background: #13b5ea !important;
  border: 1px solid #13b5ea !important;
  color: #ffffff;
}
.results-list__flightsCalendar .ui-datepicker-days-cell-over .ui-state-default {
  background: #13b5ea !important;
  color: #ffffff;
  border: 1px solid #13b5ea;
}

@media (max-width: 767px) {
  .flight-calendar {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .results-list__flightsCalendar .text {
    width: 30%;
    padding: 10px;
  }
  .results-list__flightsCalendar .title {
    font-size: 30px;
  }
  .results-list__flightsCalendar .info {
    width: auto;
  }
}
@media (max-width: 991px) {
  .results-list__flightsCalendar {
    width: 100%;
    height: 460px;
  }
  .results-list__flightsCalendar .text {
    width: 100%;
    padding: 10px;
  }
  .results-list__flightsCalendar .subtitle {
    width: 100%;
    font-size: 18px;
  }
  .results-list__flightsCalendar .bottom-info {
    width: 94%;
  }
}
@media (max-width: 480px) {
  .results-list__flightsCalendar {
    height: 848px;
  }
  .results-list__flightsCalendar .text {
    width: 100%;
  }
  .results-list__flightsCalendar .flight-calendar {
    padding: 10px;
  }
  .results-list__flightsCalendar .bottom-info {
    width: 310px;
  }
}
.offer-info__item {
  background: #0f1d41;
  border-radius: 2px;
  padding: 0 2px;
  margin-left: 4px;
  cursor: help;
}
.offer-info__item .glyphicon {
  color: #ffffff;
}
.offer-info__item .glyphicon-promocode {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
}
.offer-info__check-condition {
  background: none;
  border: none;
  color: var(--secondary-color);
  text-align: left;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
}
.offer-info__check-condition, .offer-info__check-condition:active, .offer-info__check-condition.active, .offer-info__check-condition[disabled], fieldset[disabled] .offer-info__check-condition {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offer-info__check-condition, .offer-info__check-condition:hover, .offer-info__check-condition:focus, .offer-info__check-condition:active {
  border-color: transparent;
}
.offer-info__check-condition:hover, .offer-info__check-condition:focus {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  background-color: transparent;
}

.TUD .offer-info__item {
  background: #0f1d41;
}

.results-sidebar {
  border: 0px solid rgb(221, 224, 228);
  border-radius: 0px;
  background-color: transparent;
}
.results-sidebar__item {
  margin-bottom: 20px;
  padding: 24px 20px;
  border: 0px solid #ffffff;
  border-radius: 0px;
  background: #ffffff;
  color: #000000;
}

.results-pagination__page {
  border-radius: 0px;
}

.sidebar-filters__close-button, .sidebar-filters__close-button--map {
  display: none;
}
.sidebar-filters--detached {
  position: fixed;
  z-index: 5;
  overflow: auto;
  background: rgba(64, 64, 64, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sidebar-filters--detached .sidebar-filters__close-button {
  display: block;
  margin-bottom: 10px;
  text-align: right;
}
.sidebar-filters.affix {
  position: fixed !important;
  top: 20px;
}
.sidebar-filters--fullscreen {
  position: fixed;
  z-index: 6;
  overflow: auto;
  top: 0;
  left: -320px;
  height: 100%;
  width: 320px;
  -webkit-transition: left 1s ease;
  transition: left 1s ease;
}
.sidebar-filters--fullscreen .sidebar-filters__close-button--map {
  display: block;
  margin-bottom: 10px;
  text-align: right;
}
.sidebar-filters--fullscreen.sidebar-filters--open {
  left: 0;
}
.sidebar-filters--fullscreen .sidebar-filters__inner, .sidebar-filters--detached .sidebar-filters__inner {
  padding: 10px;
  background: #fff;
  position: relative;
  min-height: 100%;
}
.sidebar-filters--detached .sidebar-filters__inner {
  max-width: 320px;
  left: -100%;
}

.sidebar-summary {
  background-color: rgb(221, 223, 228);
  border: 0px solid rgb(221, 223, 228);
  border-radius: 0px;
  color: #0f1d41;
  text-align: center;
}
.sidebar-summary__action {
  background-color: transparent;
  border: 1px solid #0f1d41;
  border-radius: 5px;
  color: #0f1d41;
}
.sidebar-summary__action:hover, .sidebar-summary__action:focus, .sidebar-summary__action:active {
  background-color: #0f1d41;
  border: 1px solid #0f1d41;
  color: #ffffff;
}
.sidebar-summary__count {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: lowercase;
}
.sidebar-summary__title {
  font-size: 14px;
  text-transform: uppercase;
}

.sidebar-map {
  padding: 0;
}
.sidebar-map .btn .glyphicon {
  font-size: 9px;
}

.sidebar-compare__title {
  background: #0f1d41;
  color: #000000;
  padding: 8px;
  margin-bottom: 5px;
}
.sidebar-compare__item {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.sidebar-compare__item-name, .sidebar-compare__item-action {
  display: table-cell;
}
.sidebar-compare__item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.sidebar-compare__item-action {
  width: 30px;
  text-align: right;
}
.sidebar-compare__item-action-button {
  background: transparent;
  border: 1px solid #777;
  border-radius: 100%;
  height: 19px;
  position: relative;
  width: 19px;
}
.sidebar-compare__item-action-button:before {
  color: #777;
  content: "×";
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 1;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 41%;
}
.sidebar-compare__toggle {
  text-align: right;
  margin-top: 10px;
}

.TUD .sidebar-compare__title {
  color: #ffffff;
}

.results-map {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}
.results-map__container--results {
  padding-bottom: 100%;
}
.results-map__container--details, .results-map__container--booking {
  height: 100%;
}
.results-map--fullscreen {
  position: fixed;
  background: #ffffff;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: padding-left 1s ease;
  transition: padding-left 1s ease;
}
.results-map--fullscreen.results-map--with-filters {
  padding-left: 320px;
}
.results-map--fullscreen .results-map__container {
  padding-bottom: 0;
  top: 0;
  left: 0;
  height: 100%;
}
.results-map__actions {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.results-map__filters-toggle {
  display: none;
}
.results-map__fullscreen-toggle--open, .results-map__fullscreen-toggle--close, .results-map__filters-toggle {
  color: #000000;
}
.results-map--fullscreen .results-map__filters-toggle {
  display: inline-block;
}
.results-map__fullscreen-toggle--open {
  display: inline-block;
}
.results-map__fullscreen-toggle--close {
  display: none;
}
.results-map--fullscreen .results-map__fullscreen-toggle--open {
  display: none;
}
.results-map--fullscreen .results-map__fullscreen-toggle--close {
  display: inline-block;
}
.results-map__legend {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #ffffff;
  background-image: none;
  opacity: 0.8;
  padding: 18px;
  filter: alpha(opacity=80);
  width: 290px;
}
.results-map__legend-header {
  color: #000000;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 18px;
}
.results-map ul {
  margin: 10px 0 0;
}
.results-map__legend-item {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.results-map__legend-ico {
  margin-right: 4px;
  width: 30px;
}
.results-map__legend-toggle {
  background-color: #000000;
  border: 0;
  border-radius: 100%;
  height: 22px;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 22px;
}
.results-map__legend-toggle:after {
  font-family: Icon_set_AV;
  font-size: 14px;
  color: #ffffff;
  content: "\e006";
}
.results-map__legend-toggle.results-map__legend-close:after {
  content: "\e007";
}
.results-map__panel {
  width: 30%;
  position: absolute;
  top: 40px;
  right: 0px;
  height: 480px;
  overflow-y: scroll;
  background-color: white;
  padding-left: 5px;
  display: none;
}
.results-map__btn-street-view {
  vertical-align: middle;
  margin-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.results-map__btn-span-street-view {
  color: #FAB100;
}
.results-map__ico-street-view {
  font-size: 30px;
}

[class*=" _ibani_"] > div:nth-of-type(2) {
  display: block;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .results-map__legend {
    position: static;
    width: 100%;
  }
  .results-map__legend-toggle {
    display: none;
  }
  .results-map__panel {
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    position: relative;
  }
}
.print-map__container {
  height: 600px;
  max-width: 620px;
}

.results-comparison {
  padding: 20px 0;
}
.results-comparison__item {
  border: 1px solid;
  padding: 10px;
}
.results-comparison__header {
  text-align: right;
}
.results-comparison__header:before, .results-comparison__header:after {
  content: " ";
  display: table;
}
.results-comparison__header:after {
  clear: both;
}
.results-comparison__nav {
  float: left;
}
.nav-pills > .results-comparison__nav-item > a, .nav-pills > .results-comparison__nav-item > a:focus {
  background-color: rgb(234, 234, 234);
  color: #888888;
}
.nav-pills > .results-comparison__nav-item.active > a, .nav-pills > .results-comparison__nav-item.active > a:hover, .nav-pills > .results-comparison__nav-item.active > a:focus {
  color: #ffffff;
  background-color: #000000;
}
.results-comparison__grid-wrapper {
  margin: 0 -10px;
}
.results-comparison__grid {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}
.results-comparison__grid-row {
  display: table-row;
  border-spacing: 0px;
}
.results-comparison__grid-item {
  display: table-cell;
}
@media (min-width: 768px) {
  .results-comparison__grid-item .photo-card {
    width: 185px;
  }
}
@media (min-width: 992px) {
  .results-comparison__grid-item .photo-card {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .results-comparison__grid-item .photo-card {
    width: 290px;
  }
}
.results-comparison__description, .results-comparison__amenities {
  padding: 10px;
  max-width: 290px;
}
.results-comparison__description {
  white-space: pre-wrap;
}
.results-comparison__map-placeholder {
  padding-bottom: 66%;
}

.info-marker {
  width: 240px;
}
.info-marker__image {
  padding-bottom: 50%;
}
.info-marker__image-holder img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 1;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}
.info-marker__content {
  padding: 10px;
}
.info-marker__title {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 18px;
  color: #000000;
  border-radius: 0px;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.4;
}
.info-marker__category {
  color: #0f1d41;
  margin-bottom: 10px;
}
.info-marker__actions {
  float: left;
}

.info-marker__wrapper {
  overflow: hidden;
  line-height: 1.3;
}

.booking-steps {
  counter-reset: steps;
  background-color: transparent;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.booking-steps:before, .booking-steps:after {
  content: " ";
  display: table;
}
.booking-steps:after {
  clear: both;
}
@media (max-width: 767px) {
  .booking-steps {
    display: none;
  }
}
.booking-steps__item {
  display: inline-block;
  padding: 5px;
  color: #0f1d41;
  font-weight: bold;
}
@media (max-width: 991px) {
  .booking-steps__item {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .booking-steps__item {
    margin-right: 30px;
  }
}
.booking-steps__item:before {
  border: 2px solid #0f1d41;
  border-radius: 50%;
  color: #0f1d41;
  counter-increment: steps;
  content: counter(steps);
  display: inline-block;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
  width: 28px;
}
.booking-steps__item--active {
  color: #000000;
  background-color: transparent;
  font-weight: normal;
}
.booking-steps__item--active:before {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}

.booking-data {
  margin-bottom: 20px;
}
.booking-data__selection {
  border: 1px solid #0f1d41;
  margin-top: 20px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .booking-data__selection {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .booking-data__selection {
    padding: 20px;
  }
}
.booking-data__offices {
  margin: 20px;
}
.booking-data__breakdown {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .booking-data__breakdown {
    padding: 0 20px;
  }
}
.booking-data__section {
  margin-top: 30px;
}
.booking-data__section-title {
  font-size: 24px;
}
.booking-data__section-title .glyphicon {
  font-size: 48px;
  vertical-align: middle;
}
.booking-data__section-subtitle {
  font-size: 18px;
}
.booking-data__section-subtitle-map {
  background-color: #eee;
  border-bottom: 1px solid rgb(184, 184, 184);
  padding: 10px;
}
.booking-data__section-subtitle-map:before {
  position: relative;
  display: inline-block;
  font-family: Icon_set_AV;
  font-size: 16px;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  content: "\e273";
  font-size: 26px;
  vertical-align: middle;
}
.booking-data__section-content {
  margin: 10px 0;
}
.booking-data__cancel-policy {
  background: rgb(240, 191, 191);
  color: #C40000;
  padding: 20px;
}
.booking-data__cancel-policy--subtitle {
  font-size: 16px;
  margin-top: 5px;
}
.booking-data__cancel-policy.show-cancel-policy {
  display: none;
}
.booking-data__notes-textarea {
  width: 100%;
}
.booking-data__supplements-group-title {
  font-family: "Helvetica Neue W31 Bold", Arial, Verdana, Sans-Serif;
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .booking-data__supplements-group-title .booking-supplement__day-price-container {
    display: none;
  }
}
.booking-data__supplements-group-dates {
  margin-right: 10px;
  font-size: 15px;
}
.booking-data__supplements-group-price-ph {
  visibility: hidden;
}
.booking-data__warning {
  margin-top: 20px;
}
.booking-data__actions {
  margin: 20px 0px;
  text-align: right;
  font-size: 18px;
}
.booking-data__continue-button {
  margin-left: 12px;
}
.booking-data__hidden-until-register {
  display: none;
}
.booking-data__hidden-fields {
  display: none;
}
.booking-data__recalculate {
  display: none;
  margin-top: 10px;
}
.booking-data__recalculate-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0px;
}
.booking-data__recalculate-message, .booking-data__recalculate-button {
  display: table-cell;
  vertical-align: middle;
}
.booking-data__recalculate-message {
  text-align: left;
}
.booking-data__recalculate-button-wrapper {
  text-align: right;
}
.booking-data__pickup-point {
  display: block;
  width: 350px;
}
.booking-data__pickup-point .select2 {
  width: 100% !important;
}
.booking-data__pax-selection-item {
  display: table;
  table-layout: auto;
  margin-bottom: 10px;
}
.booking-data__pax-selection-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.booking-data__pax-selection-field {
  display: table-row;
}
.booking-data__pax-selection-label, .booking-data__pax-selection-select-wrapper {
  display: table-cell;
  padding: 8px 20px 8px 0px;
  vertical-align: middle;
}
.booking-data__pax-selection-select {
  width: 260px;
}
.booking-data__content-warning {
  background-color: #f0bfbf;
  color: #C40000;
  padding: 40px 20px;
  font-size: 18px;
}
.booking-data__content-warning a {
  color: #13b5ea;
}
.booking-data .warningContent {
  margin-bottom: 100px;
}
.booking-data__booking-options {
  margin-top: 10px;
}
.booking-data__car-offices:before, .booking-data__car-offices:after {
  content: " ";
  display: table;
}
.booking-data__car-offices:after {
  clear: both;
}
.booking-data__car-offices-container {
  margin-top: 20px;
}
.booking-data__car-office-field {
  float: left;
  margin-right: 20px;
  min-width: 200px;
}
.booking-data__car-office-field .select2 {
  width: 100% !important;
}
.booking-data__car-office-field-label {
  display: block;
  font-family: "Helvetica Neue W31 Bold", Arial, Verdana, Sans-Serif;
  margin-bottom: 5px;
}
.booking-data__car-office-info {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.booking-data .modal.in .modal-dialog {
  width: auto !important;
}
.booking-data__baggages .segments .btn {
  float: right;
  width: 100%;
}
.booking-data__baggages .segment-name {
  font-size: 15px;
  margin-left: 10px;
  line-height: 2.4;
}
.booking-data__baggages .nameRoute .glyphicon-menu-right {
  top: 1px;
}
.booking-data__baggages .glyphicon-menu-right {
  top: 2px;
}
.booking-data .baggages_management .booking-data__section-content .nameRoute {
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: none;
  font-size: 15px;
}
.booking-data .baggages_management .booking-data__section-content .segments {
  display: table;
  padding: 10px 0;
  width: 100%;
  background: white;
  border: 1px solid #CCCCCC;
}
.booking-data .baggages_management .booking-data__section-content .segments .segments_container {
  margin: 5px 0 10px 0;
}
.booking-data .baggages_management .booking-data__section-content .segments .segments_container .booking-data__extra-baggages .booking-data__selected-baggages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
}
.booking-data__selected-baggages {
  padding: 5px 0px;
  margin-right: 1px;
}
.booking-data__selected-baggages:not(:last-child) {
  border-bottom: 1px solid #dde0e4;
}
.booking-data__selected-baggages--pax-info, .booking-data__selected-baggages--baggages-info {
  display: inline-block;
}
.booking-data__selected-baggages--pax-info {
  margin-left: 15px;
}
.booking-data__selected-baggages--pax {
  margin-left: 19px;
}
.booking-data__selected-baggages .glyphicon {
  color: #FFF;
  background-color: #0F91BB;
  border-radius: 5px;
  margin-right: 3px;
}

.packages .booking-data .results-list__item {
  margin-bottom: 0;
}
.packages .booking-data__infocampos {
  margin-bottom: 20px;
}
.packages .booking-data__infocampos .nombreOpcion {
  padding-right: 10px;
}

.modal-extra-baggages .modal-dialog {
  width: 800px;
}
.modal-extra-baggages__content .nav-tabs > li > a, .modal-extra-baggages__content .nav-pills > li > a {
  background: #cce1f0;
}
.modal-extra-baggages__content .nav-tabs > li.active > a, .modal-extra-baggages__content .nav-tabs > li.active > a:hover, .modal-extra-baggages__content .nav-tabs > li.active > a:focus {
  background: #12b4e9;
  color: #FFF;
}
.modal-extra-baggages__routes {
  text-align: left;
}
.modal-extra-baggages__selection .select2 {
  min-width: 265px;
}
.modal-extra-baggages__route {
  margin: 20px 0;
}
.modal-extra-baggages__bags {
  margin-top: 20px;
}
.modal-extra-baggages__passenger-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.modal-extra-baggages__select-title {
  font-size: 0.9em;
}
.modal-extra-baggages__selected-ph {
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .booking-data__section-office {
    display: block;
    width: 100%;
  }
  .booking-data__section-office:first-child {
    margin-bottom: 20px;
  }
}
.booking-product {
  background: rgb(213, 213, 213);
  padding: 10px 10px;
  border-left: 10px solid #0f1d41;
}
.booking-product--is-pay-hotel {
  border-left-color: #d02ec1;
}
.booking-product__main {
  display: table;
  table-layout: fixed;
}
.booking-product__main__package {
  width: 100%;
}
.booking-product__image-wrapper {
  display: table-cell;
  vertical-align: top;
}
.booking-product__image {
  width: 64px;
  height: 64px;
  margin-right: 15px;
  margin-top: 6px;
}
.booking-product__image img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 1;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.booking-product__content {
  display: table-cell;
  vertical-align: top;
}
.booking-product__name {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  display: inline;
}
.booking-product__category {
  color: #0f1d41;
  display: inline;
}
.booking-product__description {
  display: block;
  margin: 10px 0;
  color: #000000;
  max-height: 60.000000018px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .booking-product__description {
    max-height: 80.000000024px;
  }
}
.booking-product__description a {
  color: #888888;
}
.booking-product__actions {
  clear: both;
}
.booking-product__action-item {
  background: none;
}
.booking-product__action-item + .booking-product__action-item {
  margin-left: 4px;
}
.booking-product__extended-info {
  padding: 10px 20px;
}
.booking-product__map, .booking-product__details {
  display: none;
}
.booking-product__map {
  border: 1px solid #000000;
  height: 300px;
  text-align: center;
}
.booking-product__details-amenities {
  margin-top: 10px;
}
.booking-product__amenities-title {
  font-weight: bold;
  font-size: 14px;
}
.booking-product__amenities-item {
  list-style: inside disc;
  font-size: 13px;
}
.booking-product__amenities-item-text {
  text-transform: capitalize;
}
.booking-product--package {
  background-color: #ffffff;
}
.booking-product__non-refundable {
  display: inline-block;
  padding-left: 5px;
  color: #C40000;
  font-size: 13px;
}
.booking-product__non-refundable:before {
  font-family: Icon_set_AV;
  font-size: 14px;
  content: "\e300"; /* triangulo con exclamacion*/
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

.booking-product__extended-info--package {
  padding: 0;
}
.booking-product__extended-info--package .booking-product__details {
  padding: 8px 0;
}
.booking-product__extended-info--package .booking-product__details > div {
  margin-bottom: 8px;
}

.cruises .booking-product__description {
  max-height: 70px;
}

@media (max-width: 320px) {
  .booking-product--package--includeBaggage, .booking-product--package--notIncludeBaggage {
    left: 205px;
  }
}
.booking-insurances__line {
  margin-top: 15px;
}
.booking-insurances__line-title {
  margin-bottom: 10px;
  font-size: 18px;
}
.booking-insurances__image {
  width: 80px;
  height: 80px;
}
.booking-insurances__image-holder {
  width: 80px;
  height: 80px;
}
.booking-insurances__result-subtitle {
  line-height: 200%;
  font-size: 14px;
}
.booking-insurances__result-name {
  font-size: 14px;
  font-weight: bold;
}
.booking-insurances__paxes {
  padding: 20px 30px;
  display: none;
  margin-top: 0px;
  padding-top: 15px;
  border: 1px solid rgb(221, 224, 228);
  border-top: 0px;
}
.booking-insurances__paxes-subtitle {
  margin-bottom: 10px;
}
.booking-insurances__fields {
  width: auto;
}
.booking-insurances__fields label {
  line-height: 24px;
}
@media (max-width: 767px) {
  .booking-insurances__field {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .booking-insurances__field {
    margin-right: 20px;
    float: left;
    width: 30%;
  }
}
.booking-insurances__field-label {
  display: block;
  line-height: 2.2;
  color: #555;
}
.booking-insurances__pax {
  margin-right: 20px;
  line-height: 24px;
  margin-top: 20px;
}
.booking-insurances__pax:before, .booking-insurances__pax:after {
  content: " ";
  display: table;
}
.booking-insurances__pax:after {
  clear: both;
}
.booking-insurances__pax-title {
  clear: both;
  display: block;
}
.booking-insurances__price-title {
  font-weight: normal;
  color: #777;
  font-size: 13px;
}
.booking-insurances__option {
  background: #ffffff;
}
.booking-insurances__option:first-child {
  border-top: none;
}
.booking-insurances__option .result-option__select-option {
  vertical-align: middle;
}
.booking-insurances__option .result-option__main {
  table-layout: auto;
}
.booking-insurances__option .booking-insurances__thumb + .result-option__content {
  padding-left: 10px;
}
.booking-insurances__description {
  color: #777;
}
.booking-insurances__results {
  border: 1px solid rgb(221, 224, 228);
}

.booking-breakdown {
  background: #FFFFFF;
}
.booking-breakdown:before, .booking-breakdown:after {
  content: " ";
  display: table;
}
.booking-breakdown:after {
  clear: both;
}
.booking-breakdown__table {
  width: 100%;
  display: inline-block;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.booking-breakdown__table .booking__header {
  border-spacing: 0;
  margin-top: 35px;
}
.booking-breakdown__table .booking__widgetBreakDown {
  background-color: #FFFFFF;
  border: 1px solid rgb(204, 204, 204);
  padding: 15px 15px 0px 15px;
}
.booking-breakdown__table .booking__widgetBreakDown:before, .booking-breakdown__table .booking__widgetBreakDown:after {
  content: " ";
  display: table;
}
.booking-breakdown__table .booking__widgetBreakDown:after {
  clear: both;
}
.booking-breakdown__table .booking__widgetBreakDown:before {
  display: none;
}
.booking-breakdown__table .booking__widget-toggleBreakDown {
  background: transparent;
  border: 0;
  border-radius: 100%;
  font-size: 1.143rem;
  height: 1.714rem;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 3%;
  top: 35%;
  width: 1.714rem;
}
.booking-breakdown__table .booking__widget-toggleBreakDown .glyphicon {
  font-size: 1.5rem;
  line-height: inherit;
  color: var(--secondary-color-text);
}
.booking-breakdown__tablecar {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
}
@media (min-width: 992px) {
  .booking-breakdown__tablecar {
    border-spacing: 0 14px;
    margin-top: -14px;
    margin-bottom: 12px;
  }
}
.booking-breakdown__tablecar .commission-btns {
  text-align: right;
}
@media (max-width: 767px) {
  .booking-breakdown__tablecar {
    margin-bottom: 14px;
  }
}
.booking-breakdown__item {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 5px 0 5px 0;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .booking-breakdown__item {
    display: inline-block;
  }
}
.booking-breakdown__item-concept, .booking-breakdown__item-price {
  color: #656565;
  font-size: 0.8571rem;
}
.booking-breakdown__item-concept.final-price, .booking-breakdown__item-price.final-price {
  color: #000000;
}
.booking-breakdown__item__earned-points {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.booking-breakdown__item--has-changed.booking-breakdown__item--total {
  display: inline-block;
  vertical-align: middle;
}
.booking-breakdown__item--has-changed.booking-breakdown__item--total .booking-breakdown__item-concept {
  width: 65%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.booking-breakdown__item--has-changed.booking-breakdown__item--total .booking-breakdown__item-price {
  width: 35%;
  text-align: right;
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}
.booking-breakdown__item--has-changed.booking-breakdown__item--total .booking-breakdown__item-price > span {
  text-decoration: line-through;
}
.booking-breakdown__item--supplier {
  color: #656565;
  display: table;
  width: 100%;
}
@media (max-width: 991px) {
  .booking-breakdown__item--supplier {
    margin-bottom: 0;
  }
}
.booking-breakdown__item--supplier.strong {
  color: #323232;
  font-weight: bold;
  font-size: 14px;
}
.booking-breakdown__item--supplier .booking-breakdown__item-concept {
  color: #656565;
  font-style: italic;
}
.booking-breakdown__item-details {
  font-weight: bold;
}
.booking-breakdown__item-concept, .booking-breakdown__item-details, .booking-breakdown__item-price {
  display: block;
}
.booking-breakdown__item-concept {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  font-weight: 700;
  float: left;
  margin-right: 5px;
}
.booking-breakdown__item-concept::first-letter {
  text-transform: uppercase;
}
.booking-breakdown__item-description {
  display: block;
  font-weight: normal;
}
.booking-breakdown__item-price {
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  font-weight: 700;
  text-align: right;
  float: right;
}
@media (max-width: 991px) {
  .booking-breakdown__item-price {
    float: right;
  }
}
@media (max-width: 479px) {
  .booking-breakdown__item-price {
    width: auto;
  }
}
.booking-breakdown__item--total .booking-breakdown__item-price {
  color: #323232;
  font-size: 20px;
}
.booking-breakdown__item-pay-hotel {
  font-weight: bold;
  color: #d02ec1;
}
.booking-breakdown__cancel-policy-scroll {
  background: none;
  border: 1px solid rgb(211, 64, 64);
  border-radius: 4px;
}
.booking-breakdown__cancel-policy-scroll, .booking-breakdown__cancel-policy-scroll:hover, .booking-breakdown__cancel-policy-scroll:focus {
  color: rgb(211, 64, 64);
}
.booking-breakdown__show-cancel-policy {
  margin-bottom: 10px;
}
.booking-breakdown__comission-container {
  display: none;
  width: 100%;
  clear: both;
}
.booking-breakdown__comission-container .booking-breakdown__item {
  border-spacing: 0 14px;
  vertical-align: bottom;
}
.booking-breakdown__comission-toggle {
  float: right;
  margin-bottom: 10px;
}
.booking-breakdown__comission-toggle--hide {
  display: none;
}
.booking-breakdown__weekly-breakdown-table {
  color: #999;
  font-size: 13px;
  margin-bottom: 15px;
  width: 50%;
}
.booking-breakdown__commission-table {
  margin-top: 0;
  margin-bottom: 0;
}

.booking-payment-breakdown__item-end, .booking-payment-breakdown__item-start, .booking-payment-breakdown__item-mid, .booking-payment-breakdown__item-card--img, .booking-payment-breakdown__item-text, .booking-payment-breakdown__fake, .booking-payment-breakdown__item-block {
  display: inline-block;
}
.booking-payment-breakdown__list {
  margin-top: 10px;
}
.booking-payment-breakdown__item-pre {
  display: inline-block;
  width: 25%;
}
.booking-payment-breakdown__item-start {
  width: 25%;
  text-align: start;
}
.booking-payment-breakdown__item-mid {
  width: 40%;
  text-align: start;
}
.booking-payment-breakdown__item-end {
  width: 34%;
  text-align: end;
  font-weight: bold;
}
.booking-payment-breakdown_row {
  margin-top: 5px;
}
.booking-payment-breakdown__installment-row {
  margin-bottom: 15px;
}
.booking-payment-breakdown__item-hide-number {
  position: relative;
  top: 6px;
  font-size: 20px;
}
.booking-payment-breakdown__breakdown-toggle {
  margin-top: 10px;
  min-width: 120px;
}
.booking-payment-breakdown__item-footer {
  display: inline-block;
  width: 33%;
}
.booking-payment-breakdown__item-name {
  font-weight: bold;
}
@media (max-width: 991px) {
  .booking-payment-breakdown__item-end, .booking-payment-breakdown__item-start, .booking-payment-breakdown__item-mid {
    display: block;
    width: 100%;
  }
}

.js-commissionAndRAVcontainer .booking-breakdown__table__item.fake-line {
  margin-bottom: 20px;
  border-spacing: 0 0;
}
.js-commissionAndRAVcontainer .booking-breakdown__item--total .booking-breakdown__item-price {
  font-size: 14px;
}

.js-booking-price .booking__header {
  background-color: transparent;
  color: #323232;
  font-weight: bold;
  font-size: 1.286rem;
  padding: 15px 0px 0px 0px;
}
.js-booking-price .booking__header .glyphicon {
  font-size: 1.5rem;
  color: #323232;
}
.js-booking-price .booking__widget {
  background-color: #FFFFFF;
  border: none;
  padding: 0 0 15px;
}
.js-booking-price .booking__widget:before, .js-booking-price .booking__widget:after {
  content: " ";
  display: table;
}
.js-booking-price .booking__widget:after {
  clear: both;
}
.js-booking-price .booking__widget-button {
  position: initial;
  display: inline-block;
  width: 100%;
}
.js-booking-price .booking__widget-button .booking__widget-toggle {
  width: auto;
  font-size: 0.8571rem;
  font-style: italic;
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  float: right;
}
.js-booking-price .booking__widget-button .booking__widget-toggle .text {
  line-height: 1;
}
.js-booking-price .booking__widget-button .booking__widget-toggle .glyphicon {
  line-height: 0.5;
}
.js-booking-price .booking__widget .booking-breakdown__table .booking-breakdown__item-price {
  font-weight: normal;
}
.js-booking-price .booking__widget-toggle {
  background: transparent;
  border: 0;
  border-radius: 100%;
  font-size: 1.143rem;
  height: 1.714rem;
  line-height: 2.5;
  padding: 0;
  position: absolute;
  right: 0;
  top: 12%;
  width: 1.714rem;
}
.js-booking-price .booking__widget-toggle .glyphicon {
  font-size: 1.143rem;
  line-height: inherit;
  color: #323232;
}

#booking-details .shopping-basket__footer .booking-breakdown__table .booking__header {
  background: var(--secondary-color);
  color: #FFFFFF;
  padding: 15px;
}
#booking-details .shopping-basket__footer .booking-breakdown__table .booking__header .glyphicon {
  color: #FFFFFF;
}

.booking-supplement {
  padding: 10px 15px 0px 15px;
}
.booking-supplement:before, .booking-supplement:after {
  content: " ";
  display: table;
}
.booking-supplement:after {
  clear: both;
}
.booking-supplement--separator {
  border-bottom: 1px solid #888888;
}
.booking-supplement__days {
  margin: -5px 5px 0 5px;
}
.booking-supplement__days .select2 {
  min-width: 105px;
}
.booking-supplement__price {
  white-space: nowrap;
  min-width: 90px;
  text-align: right;
}
.booking-supplement__totalPrice {
  float: right;
}
.booking-supplement__description {
  padding-left: 20px;
  font-size: 13px;
  line-height: 2;
  text-align: justify;
  padding-bottom: 5px;
}
.booking-supplement__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .booking-supplement__row {
    display: block;
  }
}
.booking-supplement__day-price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.booking-supplement__name {
  line-height: 2;
  margin-bottom: 0;
}
.booking-supplement__units {
  font-weight: bold;
}

/* pintado de suplementos en cesta/detalle reserva y en área agencias */
.shopping-basket .product-supplements,
.users-results-list .product-supplements {
  padding-top: 5px;
}
.shopping-basket .product-supplements ul,
.users-results-list .product-supplements ul {
  padding-left: 20px;
}
.shopping-basket .product-supplements ul li,
.users-results-list .product-supplements ul li {
  list-style-type: disc;
}
.shopping-basket .product-supplements__title,
.users-results-list .product-supplements__title {
  font-size: 13px;
  font-weight: bold;
}

.booking-warning {
  padding: 34px 40px;
  background: rgb(235, 237, 240);
}
.booking-warning:before, .booking-warning:after {
  content: " ";
  display: table;
}
.booking-warning:after {
  clear: both;
}
.booking-warning__title {
  font-size: 24px;
  margin-bottom: 10px;
}
.booking-warning__content {
  font-size: 18px;
}
.booking-warning__productChange {
  font-size: 15px;
  line-height: normal;
}
.booking-warning__back-button {
  float: right;
}

.booking-cross-selling {
  padding: 20px;
  background: rgb(235, 237, 240);
  padding-bottom: 10px;
}
.booking-cross-selling:before, .booking-cross-selling:after {
  content: " ";
  display: table;
}
.booking-cross-selling:after {
  clear: both;
}
.booking-cross-selling__item {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.booking-cross-selling__icon {
  font-size: 26px;
}
.booking-cross-selling__button {
  min-width: 120px;
}

.booking-login__title {
  margin-bottom: 10px;
}
.booking-login__login-form, .booking-login__login-register {
  padding: 20px;
}
.booking-login__login-form {
  border: 1px solid rgb(221, 224, 228);
}
.booking-login__login-form:before, .booking-login__login-form:after {
  content: " ";
  display: table;
}
.booking-login__login-form:after {
  clear: both;
}
.booking-login__login-title {
  font-size: 24px;
}
.booking-login__login-subtitle {
  margin-bottom: 10px;
}
.booking-login__login-field, .booking-login__login-button {
  float: left;
}
.booking-login__login-field {
  margin-right: 20px;
  margin-bottom: 10px;
}
.booking-login__login-no-register {
  clear: both;
  text-align: center;
  padding: 25px 0 15px 0;
}
@media (min-width: 992px) {
  .booking-login__login-no-register {
    min-height: 60px;
  }
}
.booking-login__login-register {
  padding: 20px;
  background: #000000;
  color: #ffffff;
}
.booking-login__login-register:before, .booking-login__login-register:after {
  content: " ";
  display: table;
}
.booking-login__login-register:after {
  clear: both;
}
.booking-login__login-register-button {
  min-width: 26%;
  margin-right: 9px;
}
.booking-login__login-register-description {
  font-size: 13px;
  float: right;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .booking-login__login-register-description {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking-login__login-register-description {
    width: 72%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking-login__login-register-description {
    width: 66%;
    min-height: 70px;
  }
}
@media (min-width: 1200px) {
  .booking-login__login-register-description {
    width: 72%;
    min-height: 45px;
  }
}
@media (min-width: 992px) {
  .booking-login--only-endcustomer .booking-login__login-box {
    display: table;
  }
  .booking-login--only-endcustomer .booking-login__login-form,
  .booking-login--only-endcustomer .booking-login__login-register {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .booking-login.booking-login--with-agency.booking-login--with-endcustomer:before, .booking-login.booking-login--with-agency.booking-login--with-endcustomer:after {
    content: " ";
    display: table;
  }
  .booking-login.booking-login--with-agency.booking-login--with-endcustomer:after {
    clear: both;
  }
  .booking-login.booking-login--with-agency.booking-login--with-endcustomer .booking-login__login-box {
    float: left;
    width: 50%;
  }
  .booking-login.booking-login--with-agency.booking-login--with-endcustomer .booking-login__login-box + .booking-login__login-box .booking-login__login-register {
    border-left: 1px solid #ffffff;
  }
}

.booking-paxes-info .booking-paxes__remember-paxes-toggle {
  display: none;
}
.booking-paxes-info .booking-paxes__pax-field--link-container {
  display: none;
}
.booking-paxes-info .booking-paxes__pax-field--validation {
  display: block;
}

.booking-paxes .select2-disabled {
  background-color: #eee !important;
  cursor: default;
}
.booking-paxes__pax, .booking-paxes__room {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .booking-paxes__pax:before, .booking-paxes__pax:after {
    content: " ";
    display: table;
  }
  .booking-paxes__pax:after {
    clear: both;
  }
}
@media (min-width: 768px) {
  .booking-paxes__pax {
    display: table;
    table-layout: fixed;
  }
}
@media (min-width: 480px) {
  .booking-paxes__pax-type, .booking-paxes__pax-fields {
    display: table-cell;
  }
}
.booking-paxes__pax-type {
  padding-top: 40px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .booking-paxes__pax-type {
    float: left;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .booking-paxes__pax-type {
    padding-right: 20px;
    vertical-align: top;
  }
}
.booking-paxes__pax-fields:before, .booking-paxes__pax-fields:after {
  content: " ";
  display: table;
}
.booking-paxes__pax-fields:after {
  clear: both;
}
.booking-paxes__pax-field {
  float: left;
}
@media (max-width: 767px) {
  .booking-paxes__pax-field {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .booking-paxes__pax-field {
    margin-right: 20px;
  }
}
.booking-paxes__pax-field .select2 {
  width: 100% !important;
}
.booking-paxes__pax-field--fidelity-program, .booking-paxes__pax-field--baggage {
  min-width: 240px;
}
.booking-paxes__pax-field-label {
  display: block;
  line-height: 2.2;
}
.booking-paxes__pax-field-tip {
  border: none;
  border-radius: 50%;
  padding: 0;
  background: #13b5ea;
  width: 16px;
  height: 16px;
  line-height: 1;
  display: inline-block;
}
.booking-paxes__pax-field-tip, .booking-paxes__pax-field-tip:active, .booking-paxes__pax-field-tip:focus, .booking-paxes__pax-field-tip:hover {
  color: #13b5ea;
}
.booking-paxes__pax-field-tip .glyphicon {
  color: #ffffff;
}
.booking-paxes__pax-field--validation {
  display: inline-block;
}
@media (max-width: 479px) {
  .booking-paxes__pax-field--validation {
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
  }
}
.booking-paxes__pax-field--link-container {
  margin-top: 40px;
  margin-right: 15px;
}
@media (max-width: 479px) {
  .booking-paxes__pax-field--link-container {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}
.booking-paxes__pax-field-link {
  text-decoration-line: underline;
  cursor: pointer;
}
.booking-paxes__remember-paxes {
  display: none;
  position: absolute;
  z-index: 1;
  border: 2px solid #aaa;
  background: #ffffff;
  padding: 0;
  border-radius: 4px;
}
.booking-paxes__remember-paxes--active {
  display: block;
}
.booking-paxes__remember-pax {
  padding: 12px;
  cursor: pointer;
}
.booking-paxes__remember-pax:hover, .booking-paxes__remember-pax:focus {
  background: #aaa;
}
.booking-paxes__remember-paxes-toggle {
  font-size: 16px;
  color: inherit;
  cursor: pointer;
  margin-top: 40px;
  margin-left: 20px;
}
.booking-paxes__fidelity {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.booking-paxes__fidelity-programs:before, .booking-paxes__fidelity-programs:after {
  content: " ";
  display: table;
}
.booking-paxes__fidelity-programs:after {
  clear: both;
}
.booking-paxes__fidelity-programs + .booking-paxes__fidelity-programs {
  margin-top: 18px;
}
.booking-paxes__fidelity-fields-toggle {
  display: inline-block;
  margin-bottom: 10px;
}
.booking-paxes__fidelity-airline {
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
  line-height: 40px;
  vertical-align: middle;
}
.booking-paxes__points-msg {
  margin-top: 10px;
  margin-bottom: 15px;
}
.booking-paxes__generalrules {
  padding: 10px;
  background-color: #fff4d3;
  color: #ba8b00;
}
.booking-paxes__generalrules-rule {
  display: block;
}
.booking-paxes__generalrules-rule--aditionalinfo {
  margin-top: 10px;
}

@media (max-width: 480px) {
  .booking-paxes__pax-field {
    float: none;
    width: 100%;
  }
  .booking-paxes__pax-type {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0;
    white-space: nowrap;
  }
  .booking-paxes__pax-field--fidelity-program {
    margin-bottom: 10px;
  }
  .booking-paxes__pax-fields-row--extra-fields {
    margin-left: 0;
    margin-right: 0;
  }
}
.booking-infoservicio {
  margin: 20px 0px;
}
.booking-infoservicio__fields-title {
  display: block;
  font-size: medium;
}
.booking-infoservicio__field {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
  vertical-align: top;
}
.booking-infoservicio__field select.form-control + .select2, .booking-infoservicio__field input.form-control {
  min-width: 250px;
  width: 100% !important;
}
.booking-infoservicio__field-label {
  margin-bottom: 10px;
  font-size: 90%;
  opacity: 0.8;
  display: block;
}

.booking-infotransfer__hour-info {
  color: #13b5ea;
  font-weight: bold;
  margin: 0 0 12px 0;
  font-size: 13px;
}
.booking-infotransfer__section {
  margin: 8px 0 16px 0;
}
.booking-infotransfer__section-title {
  font-size: 13px;
  color: #000000;
}
.booking-infotransfer__zone, .booking-infotransfer__date {
  font-weight: bold;
}
.booking-infotransfer__section-content {
  margin: 8px 0 8px 0;
}
.booking-infotransfer__fields--terminal:before, .booking-infotransfer__fields--terminal:after, .booking-infotransfer__fields--hotel:before, .booking-infotransfer__fields--hotel:after {
  content: " ";
  display: table;
}
.booking-infotransfer__fields--terminal:after, .booking-infotransfer__fields--hotel:after {
  clear: both;
}
.booking-infotransfer__field {
  float: left;
  margin-right: 10px;
}
.booking-infotransfer__field .select2 {
  width: 100% !important;
}
.booking-infotransfer__field-label {
  display: block;
  line-height: 200%;
}
.booking-infotransfer__field-label--required:after {
  content: "*";
}
.booking-infotransfer__hours-selector--with-date-info, .booking-infotransfer__hours-selector--with-date-info + .select2 {
  min-width: 120px;
}
.booking-infotransfer__time-selection-other-day-legend {
  display: none;
  margin-top: -2px;
}
.booking-infotransfer__time-selection {
  white-space: nowrap;
}
.booking-infotransfer__time-separator {
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
}
.booking-infotransfer__field-label--hotel-selector {
  line-height: 40px;
  float: left;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.booking-infotransfer__hotel-selection-type--hotel {
  position: relative;
  bottom: 3px;
}
.booking-infotransfer__field--hotel {
  float: none;
  width: 305px;
}
.booking-infotransfer__hotel-selection-type {
  height: 40px;
  float: left;
  margin-right: 5px;
}
.booking-infotransfer__field--hotel-address {
  margin-top: 15px;
}
.booking-infotransfer__field--hotel-address-radio label {
  margin-top: 14px;
  margin-left: 5px;
}
.booking-infotransfer__field--hotel-address-fields {
  position: relative;
  right: 12px;
}

@media (max-width: 480px) {
  .booking-infotransfer__field--hotel {
    float: none;
    width: 100%;
  }
  .booking-infotransfer__field--hotel-address-fields {
    right: 0;
  }
}
.booking-modify__message .glyphicon {
  font-size: 48px;
  float: left;
  margin-right: 10px;
}
.booking-modify__message-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.booking-modify__message-actions {
  margin-top: 20px;
  text-align: center;
}
.booking-modify__message-actions--booking-details {
  text-align: right;
}
.booking-modify__general-error {
  display: none;
}
.booking-modify__results, .booking-modify__modification {
  margin-bottom: 30px;
  display: none;
}

.booking-modify-searcher {
  padding: 20px;
  border: 1px solid rgb(221, 224, 228);
  background: rgb(221, 223, 228);
}
.booking-modify-searcher__header {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.booking-modify-searcher__fields:before, .booking-modify-searcher__fields:after {
  content: " ";
  display: table;
}
.booking-modify-searcher__fields:after {
  clear: both;
}
.booking-modify-searcher__dates, .booking-modify-searcher__changepaxes {
  width: 48%;
  float: left;
}
.booking-modify-searcher__dates .col-date {
  width: 40%;
}
.booking-modify-searcher__dates .col-length {
  width: 19%;
}
.booking-modify-searcher__dates .col-length .select2 {
  width: 100%;
}
.booking-modify-searcher__changepaxes {
  margin: 35px 0 0 25px;
}
.booking-modify-searcher__rooms {
  display: none;
  clear: both;
  width: 130px;
}
.booking-modify-searcher__actions {
  margin-top: 10px;
  text-align: right;
}

.booking-modify-resume {
  padding: 20px;
  border: 1px solid rgb(221, 224, 228);
}
.booking-modify-resume__booking-code {
  font-size: 24px;
  color: #13b5ea;
}
.booking-modify-resume__cancel-policy {
  color: #13b5ea;
}
.booking-modify-resume__final-price-amount {
  font-weight: bold;
}

.booking-modify-results__availability {
  border: 1px solid rgb(221, 224, 228);
  border-radius: 0px;
  overflow: hidden;
  padding: 20px;
}
.booking-modify-results__legend {
  margin-top: 20px;
}

.booking-modify-modification {
  border: 1px solid rgb(221, 224, 228);
  border-radius: 0px;
  overflow: hidden;
  padding: 20px;
}
.booking-modify-modification__product-changes:before, .booking-modify-modification__product-changes:after {
  content: " ";
  display: table;
}
.booking-modify-modification__product-changes:after {
  clear: both;
}
.booking-modify-modification__product-change-item {
  float: left;
  width: 45%;
}
.booking-modify-modification__product-change-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.booking-modify-modification__product-change-price {
  font-weight: bold;
}
.booking-modify-modification__changed {
  font-weight: bold;
  font-style: italic;
}
.booking-modify-modification__price-amount {
  font-weight: bold;
}
.booking-modify-modification__cancel-policy {
  text-decoration: underline;
}
.booking-modify-modification__pax-table {
  border-collapse: separate;
  border-spacing: 10px;
}
.booking-modify-modification__actions {
  text-align: center;
}

@media print {
  .booking-quotation-print a[href]:after {
    content: "";
  }
}

.multiple-cards-selector .multiple-cards-selector-title {
  margin-bottom: 10px;
}
.multiple-cards-selector .multiple-cards-selector-title h3 {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  color: #16282D;
  opacity: 1;
}
.multiple-cards-selector .multiple-cards-selector-buttons {
  width: 100%;
  margin-bottom: 24px;
}
.multiple-cards-selector .multiple-cards-selector-buttons .btn-multiple-cards-selector {
  width: calc(50% - 2px);
  border: 0;
  font-size: 17px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #FF7900;
  opacity: 0.7;
  letter-spacing: 0;
}
.multiple-cards-selector .multiple-cards-selector-buttons .btn-multiple-cards-selector:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.multiple-cards-selector .multiple-cards-selector-buttons .btn-multiple-cards-selector:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.multiple-cards-selector .multiple-cards-selector-buttons .btn-multiple-cards-selector.active {
  background: #FF7900 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  opacity: 1;
}
.multiple-cards-selector .multiple-cards-selector-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card {
  width: calc(50% - 10px);
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card:only-child {
  width: 100%;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .tab-card-title {
  margin-top: 24px;
  padding-bottom: 5px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .tab-card-title h3 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  color: #16282D;
  opacity: 1;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .tab-card-title-separator {
  width: 34px;
  height: 0px;
  border: 2px solid #13B5EA;
  margin-bottom: 30px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  margin-bottom: 24px;
  padding: 10px;
  opacity: 1;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container--error {
  border: 1px solid red;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields {
  padding: 0 10px 0 10px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .row {
  margin-bottom: 20px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .card-field-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #8a8b8a;
  font-weight: normal;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .card-field-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  /* firefox 19+ */
  /* ie */
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .card-field-input ::-webkit-input-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .card-field-input ::-moz-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .card-field-input :-ms-input-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .card-field-input input:-moz-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .card-field-input--with-icon {
  border-radius: 4px 0 0 4px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .card-field-input.has-error {
  border: 1px solid red;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .TipoTarjeta_container {
  min-width: 60px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-fields-container .tab-card-fields .TipoTarjeta_container .TipoTarjeta_image {
  max-width: 60px;
  height: 35px;
  background: url(/img/nophoto.png) center center no-repeat;
  background-size: 100px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-amount-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  margin-bottom: 24px;
  padding: 10px;
  opacity: 1;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-amount-container .amount-label {
  font-size: 15px;
  color: #FF7900;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-amount-container .amount-input {
  margin-left: 17px;
  display: inline-block;
  width: 100px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  /* firefox 19+ */
  /* ie */
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-amount-container .amount-input ::-webkit-input-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-amount-container .amount-input ::-moz-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-amount-container .amount-input :-ms-input-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-amount-container .amount-input input:-moz-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-amount-container .amount-input.has-error {
  border: 1px solid red;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  margin-bottom: 24px;
  padding: 10px;
  opacity: 1;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields {
  padding: 0 10px 0 10px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group {
  margin-bottom: 20px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .row {
  margin-bottom: 20px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-field-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #8a8b8a;
  font-weight: normal;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-field-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  /* firefox 19+ */
  /* ie */
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-field-input[readonly] {
  background-color: #eee;
  opacity: 1;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-field-input ::-webkit-input-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-field-input ::-moz-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-field-input :-ms-input-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-field-input input:-moz-placeholder {
  color: #8A8B8A;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-field-input--with-icon {
  border-radius: 4px 0 0 4px;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-field-input.has-error {
  border: 1px solid red;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-radius-label {
  font-size: 15px;
  color: #16282D;
  margin-bottom: 20px;
  display: inline-block;
}
.multiple-cards-selector .multiple-cards-selector-tab-container .tab-card .card-owner-container .tab-own-fields .owner-radius-group .owner-radius-label label {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .multiple-cards-selector > .multiple-cards-selector-tab-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .multiple-cards-selector > .multiple-cards-selector-tab-container > .tab-card {
    width: 100%;
  }
  .card-field-label {
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .row {
    margin-bottom: 0 !important;
  }
  .row .col-xs-2, .row .col-xs-3, .row .col-xs-4, .row .col-xs-6 {
    width: 100%;
    margin-top: 6px;
  }
}
.credit-card-form {
  padding-right: 100px;
  margin-bottom: 100px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .credit-card-form {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .credit-card-form {
    padding-right: 100px;
  }
}
.credit-card-form__cvv-data {
  position: absolute;
  background: #aaa;
  border-radius: 10px;
  height: 82%;
  top: 48%;
}
@media (max-width: 768px) {
  .credit-card-form__cvv-data {
    width: 85%;
    left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .credit-card-form__cvv-data {
    width: 65%;
    left: 30%;
  }
}
@media (min-width: 992px) {
  .credit-card-form__cvv-data {
    width: 84%;
    left: 12%;
  }
}
.credit-card-form__cvv-data:before {
  content: "";
  background: #000000;
  display: block;
  height: 54px;
  position: absolute;
  top: 32px;
  width: 100%;
}
.credit-card-form__cvv-label, .credit-card-form__cvv-input, .credit-card-form__cvv-help {
  display: inline-block;
}
.credit-card-form__cvv-label {
  margin-right: 20px;
}
.credit-card-form__cvv-input {
  width: 100px;
  margin-right: 20px;
}
.credit-card-form__cvv-help {
  font-size: 11px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .credit-card-form__cvv-help {
    width: 35%;
  }
}
.credit-card-form__field--card-cvv {
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .credit-card-form__field--card-cvv {
    padding: 10px 22px;
  }
}
@media (min-width: 992px) {
  .credit-card-form__field--card-cvv {
    padding: 22px;
  }
}
.credit-card-form__card-data:before, .credit-card-form__card-data:after, .credit-card-form__cvv-data:before, .credit-card-form__cvv-data:after {
  content: " ";
  display: table;
}
.credit-card-form__card-data:after, .credit-card-form__cvv-data:after {
  clear: both;
}
.credit-card-form__card-data {
  position: relative;
  background: #ffffff;
  padding: 20px 30px;
  margin-bottom: 6px;
  border-radius: 10px;
  border: 1px solid rgb(221, 224, 228);
  -webkit-box-shadow: 2px 2px 2px #888888;
          box-shadow: 2px 2px 2px #888888;
}
.credit-card-form__field {
  float: left;
  margin-right: 10px;
}
.credit-card-form__fcobro {
  margin-right: 10px;
  width: 23%;
  float: left;
}
.credit-card-form__field--card-number {
  width: 100%;
}
@media (min-width: 768px) {
  .credit-card-form__field--card-holder, .credit-card-form__field--card-type {
    width: 46%;
  }
}
.credit-card-form__field--card-expiration {
  width: 70%;
  clear: both;
}
.credit-card-form__field--card-number {
  clear: both;
}
.credit-card-form__field-label {
  display: block;
  line-height: 2.2;
  color: #555;
}
.credit-card-form__field-label--link {
  display: inline;
  text-decoration: underline;
}
.credit-card-form__expiration-field {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .credit-card-form__expiration-field {
    width: 44%;
  }
}
.credit-card-form__expiration-field .select2 {
  width: 100% !important;
}

.shopping-basket {
  overflow: hidden;
}
.shopping-basket__lines {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .shopping-basket__lines {
    margin-top: 10px;
  }
  .shopping-basket__lines td {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) {
  .shopping-basket__lines {
    margin-top: 20px;
  }
  .shopping-basket__lines td, .shopping-basket__lines td.flight-services {
    padding: 10px 20px;
  }
}
.shopping-basket__line-product, .shopping-basket__line-price {
  vertical-align: top;
}
.shopping-basket__line-product-name, .shopping-basket__line-price {
  font-weight: bold;
}
.shopping-basket__line-price {
  text-align: right;
  white-space: nowrap;
}
.shopping-basket__delete-line, .shopping-basket__line-product-extended-details-toggle {
  background: none;
  border: none;
  padding: 0;
  vertical-align: middle;
}
.shopping-basket__line-product-details {
  font-size: 13px;
}
.shopping-basket__line-product-details--non-refundable {
  color: #C40000;
  padding-left: 10px;
}
.shopping-basket__line-product-details--non-refundable:before {
  font-family: Icon_set_AV;
  font-size: 14px;
  content: "\e300"; /* triangulo con exclamacion*/
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
.shopping-basket__line-product-extended-details {
  font-size: 13px;
  margin-left: 20px;
}
.shopping-basket__line-product-extended-details .universal {
  line-height: 25px;
}
.shopping-basket__line-product-extended-details .universal .underline {
  text-decoration: underline;
  font-size: 15px;
}
.shopping-basket__line-product-extended-details .packageLines {
  margin-top: 10px;
}
.shopping-basket__line-product-extended-details-toggle {
  background: rgb(64, 64, 64);
  border-radius: 4px;
  padding: 0 1px;
}
.shopping-basket__line-product-extended-details-toggle .glyphicon {
  color: #ffffff !important;
  vertical-align: middle;
}
.shopping-basket__line-cancel-policy {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
}
.shopping-basket__line-actions {
  vertical-align: top;
}
.shopping-basket .commission-btns {
  text-align: right;
}
.shopping-basket .flight-services-cost-container {
  padding-left: 36px;
}
@media (max-width: 767px) {
  .shopping-basket .flight-services-cost-container {
    padding-left: 31px;
  }
}
@media (max-width: 1199px) {
  .shopping-basket .flight-services-cost-container {
    padding-left: 34px;
  }
}
.shopping-basket .flight-services-cost-container .title, .shopping-basket .flight-services-cost-container .price {
  font-weight: bold;
}
.shopping-basket .flight-services-cost-container .price {
  float: right;
  padding-right: 24px;
}
.shopping-basket .flight-services-cost-container .shopping-basket__line-product-extended-details {
  padding-left: 36px;
}
.shopping-basket .flight-services-cost-container .shopping-basket__line-product-extended-details div {
  margin-bottom: 10px;
}
.shopping-basket .seats-container {
  margin-top: 10px;
}
.shopping-basket__line-product-warning {
  font-size: 1.35rem;
  font-weight: bold;
}

.shopping-basket--mini {
  min-width: 400px;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  color: #000000;
}
.shopping-basket--mini .stayLines, .shopping-basket--mini .shopping-basket__line-product-extended-details-toggle {
  display: none;
}
.shopping-basket--mini .glyphicon {
  font-family: Icon_set_AV;
  font-size: 16px;
  color: #000000;
}
.shopping-basket--mini__open-button + .popover {
  background-color: #ffffff;
  border: 1px solid #0f1d41;
  border-radius: 0px;
  -webkit-box-shadow: 2px 2px 2px #888888;
  box-shadow: 2px 2px 2px #888888;
}
.shopping-basket--mini__open-button + .popover .popover-title {
  background-color: #0f1d41;
}
.shopping-basket--mini__open-button + .popover .popover-title .glyphicon {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  padding: 4px;
  margin-right: 5px;
  vertical-align: middle;
}
.shopping-basket--mini__open-button + .popover .popover-content {
  padding: 0;
}
.shopping-basket--mini__open-button + .popover.bottom > .arrow {
  border-bottom-color: #0f1d41;
}
.shopping-basket--mini__open-button + .popover.bottom > .arrow:after {
  border-bottom-color: #0f1d41;
}
.shopping-basket--mini__open-button {
  background: none;
  border: none;
  padding: 4px;
  font-family: "HelveticaNeueW31-Light", Arial, Verdana, Sans-Serif;
  font-size: 14px;
  color: inherit;
}
.shopping-basket--mini__open-button .glyphicon {
  font-family: Icon_set_AV;
  font-size: 26px;
  color: inherit;
}
.shopping-basket--mini__badge.badge {
  background-color: #13b5ea;
  padding: 3px 5px;
  font-size: 9px;
  margin-left: -14px;
  margin-top: -8px;
}
.shopping-basket--mini__actions {
  text-align: right;
  padding: 20px;
}
.shopping-basket--mini__actions button {
  text-transform: capitalize;
}
.shopping-basket--mini__actions button + button {
  margin-left: 8px;
}
.shopping-basket--mini .shopping-basket__line {
  border-bottom: 1px solid rgb(221, 224, 228);
}
.shopping-basket--mini .shopping-basket__lines .shopping-basket__line-price {
  padding-right: 2px;
}
.shopping-basket--mini .shopping-basket__lines .shopping-basket__line-actions {
  padding-left: 2px;
}
.shopping-basket--mini .shopping-basket__line-actions {
  text-align: left;
}
.shopping-basket--mini .shopping-basket__line-status {
  display: none;
}
.shopping-basket--mini .shopping-basket__delete-line {
  margin-top: 2px;
}
.shopping-basket--mini .shopping-basket__line-product-name {
  display: block;
}
.shopping-basket--mini .booking-breakdown__table {
  margin: auto auto;
  width: auto;
  min-width: 95%;
}
.shopping-basket--mini .booking-breakdown__table .btn-primary {
  display: none;
}
.shopping-basket--mini .booking-breakdown__item-concept, .shopping-basket--mini .booking-breakdown__item-price {
  font-size: 14px;
}
.shopping-basket--mini .btn-modifyCommission {
  display: none;
}

.shopping-basket--full .packageDetails {
  display: none;
}
.shopping-basket--full .shopping-basket__line {
  background: rgb(213, 213, 213);
  padding: 10px 10px;
  border: 1px solid rgb(221, 224, 228);
  border-left: 10px solid #0f1d41;
}
.shopping-basket--full .shopping-basket__line:before, .shopping-basket--full .shopping-basket__line:after {
  content: " ";
  display: table;
}
.shopping-basket--full .shopping-basket__line:after {
  clear: both;
}
.shopping-basket--full .shopping-basket__line--is-pay-hotel {
  border-left-color: #d02ec1;
}
.shopping-basket--full .shopping-basket__line:nth-child(2n) {
  background: #ffffff;
}
.shopping-basket--full .shopping-basket__lines .shopping-basket__line-actions {
  padding-right: 2px;
}
.shopping-basket--full .shopping-basket__lines .shopping-basket__line-price {
  padding-left: 2px;
  width: 130px;
}
@media (max-width: 767px) {
  .shopping-basket--full .shopping-basket__lines td {
    padding: 18px 10px;
  }
}
@media (min-width: 768px) {
  .shopping-basket--full .shopping-basket__lines td {
    padding: 20px;
  }
  .shopping-basket--full .shopping-basket__lines td.flight-services {
    padding-left: 10px;
  }
}
.shopping-basket--full .shopping-basket__line-actions {
  text-align: right;
}
.shopping-basket--full .shopping-basket__line-status {
  color: #ffffff;
  text-transform: uppercase;
}
.shopping-basket--full .shopping-basket__line-status--available {
  background: #007f00;
}
.shopping-basket--full .shopping-basket__line-status--cancelled {
  background: #C40000;
}
.shopping-basket--full .shopping-basket__line-status--on-request {
  background: #CCCCCC;
}
.shopping-basket--full .shopping-basket__delete-line, .shopping-basket--full .shopping-basket__modify-line {
  margin-top: 2px;
}
.shopping-basket--full .shopping-basket__modify-line {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.shopping-basket--full .booking-breakdown__table .btn-primary {
  float: right;
}
.shopping-basket--full .staylines--route {
  border: 1px solid white;
  margin-bottom: 8px;
  padding: 10px 10px 0 10px;
}
.shopping-basket--full .staylines--header {
  margin: 5px 0 2px;
  font-weight: bold;
}
.shopping-basket--full .staylines--title {
  margin-bottom: 4px;
  font-weight: bold;
}
.shopping-basket--full .staylines--desc {
  font-weight: normal;
  margin-bottom: 10px;
}

.confirm-booking:before, .confirm-booking:after {
  content: " ";
  display: table;
}
.confirm-booking:after {
  clear: both;
}
.confirm-booking__shopping-basket, .confirm-booking__promocodes {
  border: 1px solid #0f1d41;
  background-color: #fff;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .confirm-booking__shopping-basket, .confirm-booking__promocodes {
    padding: 0 10px 10px 10px;
  }
}
@media (min-width: 768px) {
  .confirm-booking__shopping-basket, .confirm-booking__promocodes {
    padding: 0 20px 20px 20px;
  }
}
.confirm-booking__section {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.confirm-booking__section-title {
  font-size: 24px;
}
.confirm-booking .continue-booking__action-item-text {
  font-size: 18px;
}
.confirm-booking .confirm-booking__action-item .btn {
  min-width: 100px;
}
.confirm-booking .confirm-booking__action-item span {
  margin-right: 12px;
  vertical-align: middle;
}
.confirm-booking__holder-data.confirm-booking__section, .confirm-booking__payment.confirm-booking__section {
  width: 100%;
}
@media (min-width: 992px) {
  .confirm-booking__payment {
    margin-left: 0px;
  }
  .confirm-booking__payment h3 {
    font-size: 24px;
  }
}
.confirm-booking__policies {
  clear: both;
}
.confirm-booking__fields:before, .confirm-booking__fields:after {
  content: " ";
  display: table;
}
.confirm-booking__fields:after {
  clear: both;
}
.confirm-booking__fields input[type=number] {
  -moz-appearance: textfield;
}
.confirm-booking__fields.confirm-booking__fields--serviciocep {
  margin-top: 25px;
}
.confirm-booking__fields--group {
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  .confirm-booking__field {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .confirm-booking__field {
    margin-right: 20px;
    float: left;
    width: 23%;
  }
}
.confirm-booking__field--link {
  clear: right;
  padding-top: 40px;
}
.confirm-booking__field--link + .confirm-booking__field {
  clear: left;
}
.confirm-booking__field-label {
  display: block;
  line-height: 2.2;
  color: #555;
}
.confirm-booking__field-label--link {
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 13px;
}
.confirm-booking__field-label--checkbox {
  display: inline-block;
}
.confirm-booking__field-label--validate-document {
  cursor: pointer;
  line-height: 1.5;
}
.confirm-booking__general-conditions, .confirm-booking__cancel-policy {
  background: none;
  border: none;
  padding: 0;
  vertical-align: unset;
}
.confirm-booking__actions:before, .confirm-booking__actions:after {
  content: " ";
  display: table;
}
.confirm-booking__actions:after {
  clear: both;
}
.confirm-booking__action-item {
  clear: right;
  float: right;
  white-space: nowrap;
  margin-bottom: 10px;
}
.confirm-booking__book-button, .confirm-booking__cancel-button, .confirm-booking__save-button {
  text-transform: capitalize;
}
.confirm-booking select.readonly + .select2.select2-container.select2-container--default .select2-selection {
  background: #eee;
}

.confirm-booking-page .upper-menu__shopping-basket-wrapper,
.confirm-booking-page .main-menu__shopping-basket-button {
  display: none !important;
}

.form-custom-tudoAzul-readonly {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #888888;
  background-color: #eee;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  opacity: 1;
}
.form-custom-tudoAzul-readonly:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

@media (max-width: 480px) {
  .confirm-booking__action-item {
    white-space: normal;
  }
}
.booking-details:before, .booking-details:after {
  content: " ";
  display: table;
}
.booking-details:after {
  clear: both;
}
.booking-details__promocodes {
  border: 1px solid #0f1d41;
  background-color: #fff;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .booking-details__promocodes {
    padding: 0 10px 10px 10px;
  }
}
@media (min-width: 768px) {
  .booking-details__promocodes {
    padding: 0 20px 20px 20px;
  }
}
.booking-details__status {
  background: #CCCCCC;
  width: 100%;
  margin-top: 20px;
}
.booking-details__status:before, .booking-details__status:after {
  content: " ";
  display: table;
}
.booking-details__status:after {
  clear: both;
}
@media (max-width: 767px) {
  .booking-details__status {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .booking-details__status {
    padding: 20px;
  }
}
.booking-details__status--con, .booking-details__status--pag, .booking-details__status--tar, .booking-details__payment--paid {
  background: rgb(191, 223, 191);
  color: #007f00;
}
.booking-details__status--con .booking-details__status-icon, .booking-details__status--pag .booking-details__status-icon, .booking-details__status--tar .booking-details__status-icon, .booking-details__payment--paid .booking-details__status-icon {
  color: #007f00;
}
.booking-details__status--pre, .booking-details__status--can, .booking-details__status--cac {
  background: rgb(240, 191, 191);
  color: #C40000;
}
.booking-details__status--pre .booking-details__status-icon, .booking-details__status--can .booking-details__status-icon, .booking-details__status--cac .booking-details__status-icon {
  color: #C40000;
}
.booking-details__status-icon {
  font-size: 48px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.booking-details__booking-code {
  display: block;
  font-weight: bold;
}
.booking-details__shopping-basket {
  clear: both;
  border: 1px solid #0f1d41;
  background-color: #ffffff;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .booking-details__shopping-basket {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .booking-details__shopping-basket {
    padding: 20px;
  }
}
.booking-details__section {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.booking-details__section-subtitle {
  font-size: 18px;
}
@media (max-width: 767px) {
  .booking-details__holder-data, .booking-details__agent-data {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .booking-details__holder-data, .booking-details__agent-data {
    width: 49%;
  }
}
.booking-details__fields {
  margin-top: 20px;
}
.booking-details__fields:before, .booking-details__fields:after {
  content: " ";
  display: table;
}
.booking-details__fields:after {
  clear: both;
}
.booking-details__field {
  float: left;
  width: 49%;
}
.booking-details__field-label, .booking-details__field-value {
  line-height: 2;
}
.booking-details__field-label {
  display: block;
}
.booking-details__field-value {
  font-weight: bold;
}
.booking-details__change-holder-data {
  margin-top: 20px;
}
.booking-details__change-holder-data-action {
  text-decoration: underline;
}
.booking-details__change-holder-data-content {
  display: none;
}
.booking-details__actions {
  clear: both;
  width: 100%;
  padding-top: 40px;
}
.booking-details__actions:before, .booking-details__actions:after {
  content: " ";
  display: table;
}
.booking-details__actions:after {
  clear: both;
}
.booking-details__action-item {
  clear: right;
  float: right;
  white-space: nowrap;
  margin-bottom: 10px;
}
.booking-details__action-item-text {
  margin-right: 20px;
}
.booking-details__action-item-button {
  min-width: 100px;
}
.booking-details .booking-steps {
  background-color: transparent;
}
.booking-details .booking-steps--active {
  background-color: transparent;
}
.booking-details__credit-modal-list {
  margin-left: 15px;
}
.booking-details__credit-modal-list li {
  list-style-type: disc;
}
.booking-details__credit-modal-result {
  font-weight: bold;
  text-align: center;
}
.booking-details__credit-rs-ok {
  font-weight: bold;
  text-align: center;
}

.booking-details-page .upper-menu__shopping-basket-wrapper,
.booking-details-page .main-menu__shopping-basket-button {
  display: none !important;
}

.booking.booking--details--printable #user-bar,
.booking.booking--details--printable #upper-menu,
.booking.booking--details--printable .main-menu,
.booking.booking--details--printable .main-footer,
.booking.booking--details--printable .booking-details__actions,
.booking.booking--details--printable .container--breadcrumbs,
.booking.booking--details--printable .search-summary,
.booking.booking--details--printable .result-option__offer-info,
.booking.booking--details--printable .result-option__book-button,
.booking.booking--details--printable .result-option-price__breakdown-toggle,
.booking.booking--details--printable .results-list__commision,
.booking.booking--details--printable .availability__more-options-actions,
.booking.booking--details--printable .result-option__commission-value,
.booking.booking--details--printable .result-option__cancel-policy-toggle,
.booking.booking--details--printable .navbar,
.booking.booking--details--printable .shopping-basket__line-actions,
.booking.booking--details--printable .shopping-basket__line-product-extended-details-toggle,
.booking.booking--details--printable .shopping-basket__line-cancel-policy,
.booking.booking--details--printable .booking-breakdown__comission-toggle,
.booking.booking--details--printable .booking-details__change-holder-data-action,
.booking.booking--details--printable .page-header-bar,
.booking.booking--details--printable .booking-steps {
  display: none !important;
}

.glyphicon-question.bookingDetails {
  background-color: #13b5ea;
  border-radius: 5px;
  padding: 3px;
  color: white;
}

.simTextModalAdvise {
  padding: 5px;
  text-align: left;
  font-size: 12px;
}

@media (max-width: 991px) {
  .update-booking-holder__field {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .update-booking-holder__field {
    width: 46%;
    margin-right: 10px;
  }
}
.update-booking-holder__actions {
  margin-top: 20px;
  margin-right: 20px;
  text-align: right;
}

.pagar-reserva {
  /*
  .financing__form {
      background-color: white;
      padding: 20px;
  }
  .financing__fields {
      margin: 10px 10px 30px 10px;
  }*/
}
.pagar-reserva:before, .pagar-reserva:after {
  content: " ";
  display: table;
}
.pagar-reserva:after {
  clear: both;
}
.pagar-reserva__shopping-basket {
  border: 1px solid #0f1d41;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pagar-reserva__shopping-basket {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .pagar-reserva__shopping-basket {
    padding: 20px;
  }
}
.pagar-reserva__contentCheckCopyData {
  margin: 10px 0;
}
.pagar-reserva__importePagar {
  clear: both;
  border: 1px solid #fff;
  margin-top: 20px;
  padding: 20px;
  min-height: 70px;
  font-size: 20px;
  vertical-align: middle;
  color: #ff9626;
  font-weight: bold;
  background-color: #fff;
}
.pagar-reserva__importePagar input {
  color: #000;
  width: 200px;
  height: 40px;
  margin: -5px 10px;
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.pagar-reserva__section {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.pagar-reserva__section h2 {
  margin: 10px 0;
  font-size: 20px;
}
.pagar-reserva__section .div-fpagosalt {
  border: 1px solid #d4d4d4;
}
.pagar-reserva__section .div-fpagosalt .panel-heading {
  background-color: #fff !important;
}
.pagar-reserva__section .div-fpagosalt .panel-body {
  border-top-color: #fff !important;
}
.pagar-reserva__section .div-fpagosalt input[type=number] {
  -moz-appearance: textfield;
}
.pagar-reserva__section .fpagosalt {
  text-align: left;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.pagar-reserva__section .fpagosalt .glyphicon {
  background: #091f40 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  height: 22px;
  left: 0;
  line-height: 22px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 12%;
  width: 22px;
}
.pagar-reserva__section-title {
  font-size: 20px;
}
.pagar-reserva__actions:before, .pagar-reserva__actions:after {
  content: " ";
  display: table;
}
.pagar-reserva__actions:after {
  clear: both;
}
.pagar-reserva__action-item {
  clear: right;
  float: right;
  white-space: nowrap;
  margin-bottom: 10px;
}
.pagar-reserva__action-item button {
  width: 98px;
}
.pagar-reserva__pay-button, .pagar-reserva__cancel-button {
  text-transform: capitalize;
}
.pagar-reserva__pagosreserva {
  margin-top: 5px;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}
.pagar-reserva__pagosreserva .listapagos {
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #ff9626;
}
.pagar-reserva__pagosreserva .listapagos .price {
  font-weight: bold;
}
.pagar-reserva__pagosreserva .listapagos .tablapagos {
  width: 62%;
  padding-top: 10px;
}
.pagar-reserva__pagosreserva .fechareserva {
  color: #000000;
  padding: 5px 20px;
}
.pagar-reserva__pagosreserva .listapagosresumen {
  display: inline-table;
  padding: 10px 20px;
  min-height: 50px;
  background-color: #ff7900;
  color: #ededed;
  font-size: 18px;
  width: 100%;
}
.pagar-reserva__pagosreserva .listapagosresumen .price {
  color: #ffdc72;
}
.pagar-reserva__pagosreserva .listapagosresumen .pendiente {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 768px) {
  .pagar-reserva__pagosreserva .listapagosresumen .abonado {
    margin-left: 90px;
  }
}
.pagar-reserva__paymentType--panel {
  border: 0;
  display: none;
  background-color: transparent;
}
.pagar-reserva__paymentType--fcobro {
  margin-right: 10px;
  width: 23%;
  display: inline-block;
}
.pagar-reserva__paymentType.no-label > span {
  display: none;
}
.pagar-reserva__paymentType #TipoTarjeta_container #TipoTarjeta_image {
  max-width: 60px;
  height: 35px;
  margin-top: 33px;
  background: url(/img/nophoto.png) center center no-repeat;
  background-size: 100px;
}
.pagar-reserva__paymentType--col-medium {
  width: 21%;
  display: inline-block;
  margin-right: 10px;
}
.pagar-reserva__paymentType--customFields, .pagar-reserva__paymentType--baseFields {
  padding: 24px;
  background-color: white;
}
.pagar-reserva__paymentType--baseFields {
  margin-bottom: 15px;
}
.pagar-reserva__paymentType--header {
  margin: 0 0 30px 0;
}
.pagar-reserva__paymentType--header.oneResult input[type=radio] {
  display: none;
}
.pagar-reserva__paymentType--header.oneResult .pagar-reserva__paymentType--radio-types.radio-inline {
  cursor: default;
}
.pagar-reserva__paymentType--header .creditCard-message {
  background-color: #FFFFFF;
  padding: 20px 40px;
  margin-bottom: 15px;
  width: 99%;
}
.pagar-reserva__paymentType--radio-types {
  display: inline-block;
  font-size: 17px;
}
.pagar-reserva__paymentType--header-label {
  font-weight: bold;
}
.pagar-reserva__paymentType--binDiscount {
  display: inline-block;
  margin-left: 15px;
  margin-top: 15px;
}
.pagar-reserva .financing__form {
  background-color: white;
  padding: 20px;
}
.pagar-reserva .financing__title {
  text-align: center;
}
.pagar-reserva .financing__fields {
  /*            margin: 10px 10px 30px 10px;*/
}
.pagar-reserva .financing__field-grid {
  margin-left: -10px;
  margin-right: -10px;
}
.pagar-reserva .financing__field-grid:before, .pagar-reserva .financing__field-grid:after {
  content: " ";
  display: table;
}
.pagar-reserva .financing__field-grid:after {
  clear: both;
}
.pagar-reserva .financing__account-waring {
  margin-top: 15px;
}
.pagar-reserva .financing__field-grid .financing-field, .pagar-reserva .financing__field-grid .financing-field-group {
  /* @include make-xs-column(12);
  @include make-sm-column(6);
  @include make-md-column(3);
  @include make-lg-column(2);
  min-height: 80px;*/
}
.pagar-reserva .financing__field--in-group {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.pagar-reserva .financing-container {
  margin: 20px 0;
}
.pagar-reserva .financing-field {
  display: inline-block;
  margin-right: 10px;
  width: 23%;
}
.pagar-reserva .financing-field .select2 {
  width: 100% !important;
}
.pagar-reserva .financing-field__notes {
  margin-top: 30px;
}
.pagar-reserva .financing-field--small {
  display: inline-block;
  margin-right: 10px;
  width: 16%;
}
.pagar-reserva .financing-field--small .select2 {
  width: 100% !important;
}
.pagar-reserva .financing-label {
  display: block;
  line-height: 2.2;
}
.pagar-reserva .financing-label .select2 {
  width: 100% !important;
}
.pagar-reserva .financing-field-label--required:after {
  content: "*";
}
.pagar-reserva .financing-inputs {
  display: inline;
}
.pagar-reserva .financing__error {
  background: #f0bfbf;
  color: #c40000;
  padding: 20px;
  margin-bottom: 20px;
}
.pagar-reserva .financing__error--title {
  font-size: 22px;
}
.pagar-reserva .financing__actions {
  clear: right;
  float: right;
  white-space: nowrap;
  margin: 30px 10px 10px 10px;
}
.pagar-reserva .label-title {
  display: block;
}
.pagar-reserva .label-title--required:after {
  content: "*";
}

.pagar-reserva-page .upper-menu__shopping-basket-wrapper,
.pagar-reserva-page .main-menu__shopping-basket-button {
  display: none !important;
}

.modal-credit-card-selector .flags-description {
  text-align: left;
}
.modal-credit-card-selector .flags-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-credit-card-selector .flags-container .flag-item {
  display: inline-block;
  border-radius: 4px;
  width: 60px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
}
.modal-credit-card-selector .flags-container .flag-item .flag-item-image {
  padding-top: 4px;
}
.modal-credit-card-selector .flags-container .flag-item:hover {
  cursor: pointer;
  border: 1px solid #13b5ea;
}
.modal-credit-card-selector .flags-container .flag-item.selected {
  border: 1px solid #091f40;
}

@media (max-width: 767px) {
  .pagar-reserva__paymentType--radio-types {
    width: 90%;
    display: block;
  }
  .pagar-reserva__paymentType--fcobro {
    width: 100%;
  }
  .financing__fields .financing-field {
    width: 100%;
  }
  .financing__fields .financing-field--small {
    width: 100%;
  }
}
.TUD .pagar-reserva__pagosreserva .listapagos {
  background-color: #0091e6;
}
.TUD .pagar-reserva__pagosreserva .listapagosresumen {
  background-color: #0082cb;
}

.users-menu {
  border: 3px solid rgb(221, 224, 228);
}
.users-menu__option {
  padding: 20px;
  background: #ffffff;
  display: block;
  font-weight: bold;
  border-top: 3px solid rgb(221, 224, 228);
}
.users-menu__option:first-child {
  border-top: none;
}
.users-menu__option .users-menu__option-link {
  color: #aaa;
}
.users-menu__option.selected, .users-menu__option:hover, .users-menu__option:focus {
  background: #091f40;
}
.users-menu__option.selected .users-menu__option-link, .users-menu__option:hover .users-menu__option-link, .users-menu__option:focus .users-menu__option-link {
  color: #ffffff;
}
.users-menu__option-link, .users-menu__option-link:hover {
  text-decoration: none;
}
.users-menu ul {
  margin-bottom: 0px;
}

.users-credit {
  padding: 10px 20px;
  background-color: rgb(195, 199, 208);
}
.users-credit__title {
  color: #0f1d41;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.users-credit__line {
  margin-bottom: 5px;
}
.users-credit__value {
  display: block;
  font-weight: bold;
}

.users-searcher {
  background: #ffffff;
}
@media (max-width: 767px) {
  .users-searcher {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .users-searcher {
    border: 1px solid rgb(221, 224, 228);
    padding: 20px;
  }
}
.users-searcher__title {
  font-size: 24px;
}
.users-searcher__fields:before, .users-searcher__fields:after {
  content: " ";
  display: table;
}
.users-searcher__fields:after {
  clear: both;
}
.users-searcher__field, .users-searcher__date-fields {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.users-searcher__field-label {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .users-searcher__field {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .users-searcher__field {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .users-searcher__field {
    width: 27%;
  }
}
.users-searcher__field .select2 {
  width: 100% !important;
}
@media (max-width: 767px) {
  .users-searcher__date-fields {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .users-searcher__date-fields {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .users-searcher__date-fields {
    width: 40%;
  }
}
.users-searcher .col-date {
  width: 50%;
}
.users-searcher__search-button {
  margin-top: 26px;
  margin-right: 10px;
  float: right;
  min-width: 100px;
  font-weight: bold;
  text-transform: capitalize;
}

.users-agent-form {
  background-color: #fff;
}
@media (max-width: 767px) {
  .users-agent-form {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .users-agent-form {
    border: 1px solid rgb(221, 224, 228);
    padding: 20px;
  }
}
.users-agent-form__title {
  font-size: 24px;
}
.users-agent-form__fields:before, .users-agent-form__fields:after {
  content: " ";
  display: table;
}
.users-agent-form__fields:after {
  clear: both;
}
.users-agent-form__field, .users-agent-form__date-fields {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.users-agent-form__field-label {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .users-agent-form__field {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .users-agent-form__field {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .users-agent-form__field {
    width: 27%;
  }
}
.users-agent-form__field .select2 {
  width: 100% !important;
}
@media (max-width: 767px) {
  .users-agent-form__date-fields {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .users-agent-form__date-fields {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .users-agent-form__date-fields {
    width: 40%;
  }
}
.users-agent-form__options, .users-agent-form__actions {
  clear: both;
}
.users-agent-form__options-item {
  margin-right: 20px;
}
.users-agent-form__actions {
  margin-top: 26px;
  text-align: right;
}
.users-agent-form__actions button {
  min-width: 100px;
  font-weight: bold;
  text-transform: capitalize;
}
.users-agent-form__actions button + button {
  margin-left: 10px;
}
.users-agent-form--nested {
  border: none;
  padding: 5px;
}
@media (min-width: 769px) {
  .users-agent-form--nested {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .users-agent-form--nested {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .users-results-list__results-wrapper {
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .users-results-list__results-wrapper {
    background-color: #fff;
    border: 1px solid rgb(221, 224, 228);
    border-radius: 0px;
    padding: 10px 20px;
  }
}
.users-results-list__results {
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.users-results-list__results-header, .users-results-list__results-item {
  display: table-row;
}
.users-results-list__results-header {
  border-bottom: 2px solid rgb(221, 224, 228);
  background: #ffffff;
}
.users-results-list__results-item {
  border-top: 1px solid rgb(221, 224, 228);
  background: #ffffff;
}
.users-results-list__results-item:hover {
  background: rgb(230, 230, 230);
}
.users-results-list__results-heading, .users-results-list__results-field {
  display: table-cell;
}
@media (max-width: 767px) {
  .users-results-list__results-heading, .users-results-list__results-field {
    padding: 8px 4px;
  }
}
@media (min-width: 768px) {
  .users-results-list__results-heading, .users-results-list__results-field {
    padding: 10px 8px;
  }
}
.users-results-list__results-field--details, .users-results-list__results-field--edit {
  text-align: center;
}
.users-results-list__results-heading {
  font-weight: bold;
}
.users-results-list__results-link {
  color: #13b5ea;
  text-decoration: underline;
}
.users-results-list__results-status {
  font-weight: bold;
}
.users-results-list__results-status--available {
  color: #007f00;
}
.users-results-list__results-status--cancelled {
  color: #C40000;
}
.users-results-list__results-status--on-request {
  color: #CCCCCC;
}
.users-results-list__results-details-toggle, .users-results-list__results-edit-toggle {
  border: none;
  vertical-align: middle;
  background: rgb(64, 64, 64);
  border-radius: 4px;
  padding: 0 1px;
}
.users-results-list__results-details-toggle .glyphicon, .users-results-list__results-edit-toggle .glyphicon {
  color: #ffffff !important;
  vertical-align: middle;
}
.users-results-list__results-details, .users-results-list__results-edit {
  display: none;
  position: absolute;
  padding: 30px 10px 10px 50px;
  left: 0;
  width: 100%;
  text-align: left;
}
.users-results-list__details-line {
  line-height: 2;
}
.users-results-list__details-line--cancelled {
  text-decoration: line-through;
}
.users-results-list .users-results-list__results--nested {
  background: #ffffff;
}
.users-results-list .users-results-list__results--nested .users-results-list__results-header {
  border-bottom: none;
}
.users-results-list .users-results-list__results--nested .users-results-list__results-item {
  border-top: none;
}
.users-results-list .users-results-list__results--nested .users-results-list__results-item, .users-results-list .users-results-list__results--nested .users-results-list__results-item:hover {
  background: #ffffff;
}
.users-results-list__footer:before, .users-results-list__footer:after {
  content: " ";
  display: table;
}
.users-results-list__footer:after {
  clear: both;
}
.users-results-list__pagination {
  float: left;
}
.users-results-list__export-button {
  float: right;
  margin-top: 20px;
}

.recover-password-form:before, .recover-password-form:after {
  content: " ";
  display: table;
}
.recover-password-form:after {
  clear: both;
}
.recover-password-form__title {
  margin-bottom: 20px;
  font-size: 18px;
}
.recover-password-form__subtitle {
  margin-bottom: 10px;
}
.recover-password-form__fields, .recover-password-form__actions {
  float: left;
}
.recover-password-form__fields {
  margin-right: 10px;
}

.agency-profile:before, .agency-profile:after {
  content: " ";
  display: table;
}
.agency-profile:after {
  clear: both;
}
.agency-profile__title {
  font-size: 24px;
}
.agency-profile__fields {
  margin-bottom: 20px;
}
.agency-profile__fields--half {
  width: 50%;
  float: left;
}
.agency-profile__field, .agency-profile__field-group {
  margin-bottom: 10px;
}
.agency-profile__field-label {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
.agency-profile__field-label--required:after {
  content: "*";
}
.agency-profile__field-grid {
  margin-left: -10px;
  margin-right: -10px;
}
.agency-profile__field-grid:before, .agency-profile__field-grid:after {
  content: " ";
  display: table;
}
.agency-profile__field-grid:after {
  clear: both;
}
.agency-profile__field-grid--general .agency-profile__field, .agency-profile__field-grid--general .agency-profile__field-group, .agency-profile__field-grid--contact .agency-profile__field, .agency-profile__field-grid--contact .agency-profile__field-group, .agency-profile__field-grid--billing .agency-profile__field, .agency-profile__field-grid--billing .agency-profile__field-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 80px;
}
@media (min-width: 768px) {
  .agency-profile__field-grid--general .agency-profile__field, .agency-profile__field-grid--general .agency-profile__field-group, .agency-profile__field-grid--contact .agency-profile__field, .agency-profile__field-grid--contact .agency-profile__field-group, .agency-profile__field-grid--billing .agency-profile__field, .agency-profile__field-grid--billing .agency-profile__field-group {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .agency-profile__field-grid--general .agency-profile__field, .agency-profile__field-grid--general .agency-profile__field-group, .agency-profile__field-grid--contact .agency-profile__field, .agency-profile__field-grid--contact .agency-profile__field-group, .agency-profile__field-grid--billing .agency-profile__field, .agency-profile__field-grid--billing .agency-profile__field-group {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .agency-profile__field-grid--general .agency-profile__field, .agency-profile__field-grid--general .agency-profile__field-group, .agency-profile__field-grid--contact .agency-profile__field, .agency-profile__field-grid--contact .agency-profile__field-group, .agency-profile__field-grid--billing .agency-profile__field, .agency-profile__field-grid--billing .agency-profile__field-group {
    float: left;
    width: 25%;
  }
}
.agency-profile__field-grid--observations .agency-profile__field, .agency-profile__field-grid--observations .agency-profile__field-group {
  position: relative;
  float: left;
  width: 91.6666666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.agency-profile__field-grid--credentials .agency-profile__field, .agency-profile__field-grid--credentials .agency-profile__field-group {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.agency-profile__field-grid--change-credentials .agency-profile__field, .agency-profile__field-grid--change-credentials .agency-profile__field-group {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.agency-profile__field .select2, .agency-profile__field-group .select2 {
  width: 100% !important;
}
.agency-profile__field--in-group {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.agency-profile__observations-input.form-control {
  height: 80px;
}
.agency-profile__copy-fields {
  clear: both;
  margin-top: 10px;
}
.agency-profile__actions {
  clear: both;
  text-align: right;
  margin-bottom: 20px;
}

.endcustomer-profile:before, .endcustomer-profile:after {
  content: " ";
  display: table;
}
.endcustomer-profile:after {
  clear: both;
}
.endcustomer-profile__title {
  font-size: 24px;
}
.endcustomer-profile__fields {
  margin-bottom: 20px;
}
.endcustomer-profile__fields--half {
  width: 50%;
  float: left;
}
.endcustomer-profile__field, .endcustomer-profile__field-group {
  margin-bottom: 10px;
  min-height: 80px;
}
.endcustomer-profile__field-label {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
.endcustomer-profile__field-label--required:after {
  content: "*";
}
.endcustomer-profile__field-grid {
  margin-left: -10px;
  margin-right: -10px;
}
.endcustomer-profile__field-grid:before, .endcustomer-profile__field-grid:after {
  content: " ";
  display: table;
}
.endcustomer-profile__field-grid:after {
  clear: both;
}
.endcustomer-profile__field-grid .endcustomer-profile__field, .endcustomer-profile__field-grid .endcustomer-profile__field-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 80px;
}
@media (min-width: 768px) {
  .endcustomer-profile__field-grid .endcustomer-profile__field, .endcustomer-profile__field-grid .endcustomer-profile__field-group {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .endcustomer-profile__field-grid .endcustomer-profile__field, .endcustomer-profile__field-grid .endcustomer-profile__field-group {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .endcustomer-profile__field-grid .endcustomer-profile__field, .endcustomer-profile__field-grid .endcustomer-profile__field-group {
    float: left;
    width: 25%;
  }
}
.endcustomer-profile__field-grid--observations .endcustomer-profile__field, .endcustomer-profile__field-grid--observations .endcustomer-profile__field-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.endcustomer-profile__field .select2, .endcustomer-profile__field-group .select2 {
  width: 100% !important;
}
.endcustomer-profile__field--in-group {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.endcustomer-profile__observations-input.form-control {
  height: 80px;
}
.endcustomer-profile__billing-data-toggle {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
.endcustomer-profile__fields--billing-data {
  display: none;
}
.endcustomer-profile__actions {
  clear: both;
  text-align: right;
}
.endcustomer-profile__info {
  margin: 30px 0;
}
.endcustomer-profile__info a {
  color: #026cb6;
}
.endcustomer-profile select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.endcustomer-profile select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.endcustomer-profile select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
.endcustomer-profile select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

@media (max-width: 991px) {
  .endcustomer-profile__modal .modal-dialog {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .endcustomer-profile__modal .modal-dialog {
    width: 75%;
  }
}

[class^=ribbon-] {
  position: absolute;
}
[class^=ribbon-]:before, [class^=ribbon-]:after {
  content: "";
  position: absolute;
}
[class^=ribbon-] .glyphicon {
  color: #ffffff;
  font-size: 18px;
  text-shadow: 0.5px 0.5px rgb(1, 1, 3);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  line-height: 1;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ribbon-1 {
  width: 30px;
  height: 34px;
  background: #0f1d41;
  top: -6px;
  left: 14px;
}
.ribbon-1:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid rgb(1, 1, 3);
  border-right: 6px solid transparent;
  right: -6px;
}
.ribbon-1:after {
  height: 0;
  width: 0;
  border-left: 15px solid #0f1d41;
  border-right: 15px solid #0f1d41;
  border-bottom: 10px solid transparent;
  bottom: -10px;
}

.msg-box {
  border: 1px solid #aaa;
  padding: 48px;
  position: relative;
  margin: 30px 0;
}
.msg-box:before {
  position: relative;
  display: inline-block;
  font-family: Icon_set_AV;
  font-size: 16px;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #091f40;
  font-size: 100px;
}
.msg-box a {
  color: #C40000;
  text-decoration: underline;
}
.msg-box--error {
  text-align: center;
}
.msg-box--no-results-packages > img, .msg-box--no-results-packages .no-results__title {
  display: inline-block;
}
.msg-box--no-results-packages {
  text-align: center;
  /*@extend .glyphicon-calendar;

  &:before {
  	left: 20%;
  	@include alignV;
  }*/
}
.msg-box--no-results-packages .no-results__title {
  font-weight: bold;
}
.msg-box--no-results-packages .logo {
  margin: 0 20px;
}
.msg-box--page {
  text-align: center;
}
.msg-box--page:before {
  left: 20%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.msg-box--no-results {
  text-align: center;
}
.msg-box--no-results:before {
  left: 20%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.msg-box--filters {
  padding-left: 148px;
}
.msg-box--filters:before {
  left: 24px;
  position: absolute;
  top: 42px;
}

.msg-box.msg-box--no-results-packages {
  padding: 20px;
}

.searcher-404 {
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .msg-box--page:before {
    left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .msg-box--page:before {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .msg-box.msg-box--no-results-packages {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .msg-box {
    margin: 12px 0;
    padding: 20px 20px 20px 120px;
  }
  .msg-box:before {
    left: 5px;
  }
  .msg-box--error {
    padding: 20px;
  }
  .msg-box--filters {
    font-size: 74px;
    padding: 20px 20px 20px 60px;
  }
  .msg-box--filters:before {
    font-size: 50px;
    left: 0;
    top: 22px;
    -webkit-transform: none;
            transform: none;
  }
}
.balloon {
  background-color: rgb(221, 223, 228);
  border: 0px solid rgb(221, 223, 228);
  border-radius: 0px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  padding: 24px 20px;
  position: relative;
}
.balloon:after, .balloon:before {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 14px solid transparent;
  border-bottom-color: rgb(221, 223, 228);
  content: "";
  height: 0;
  top: -26px;
  width: 0;
}
.balloon:after {
  z-index: 2;
}
.balloon:before {
  z-index: 1;
}
.balloon__text {
  margin: 0;
}
.balloon__text-name {
  color: #0f1d41;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.promocodes {
  overflow: hidden;
}
.promocodes__container td {
  padding: 10px 10px 0;
}
@media (max-width: 767px) {
  .promocodes__container {
    margin-top: 10px;
  }
}
.promocodes__container--image {
  vertical-align: top;
}
.promocodes__container--title {
  font-size: 20px;
}
.promocodes__container--title .glyphicon {
  width: 20px;
  height: 20px;
  color: #ffffff;
  background-color: #13b5ea;
  border-radius: 10px;
  line-height: 18px;
}
.promocodes__promos-applied td {
  padding: 10px 10px 0;
}
@media (max-width: 767px) {
  .promocodes__promos-applied {
    margin-top: 10px;
  }
}
.promocodes__promos-applied--title {
  font-size: 16px;
}

.results.packages.customize {
  padding-right: 0 !important;
}
.results.packages.customize .results-list {
  z-index: 5;
}
.results.packages.customize .results-list__sticky-panel {
  background-color: #13b5ea;
  width: 100%;
}
.results.packages.customize .results-list__sticky-panel--header {
  width: 100%;
  height: 50px;
}
.results.packages.customize .results-list__sticky-panel--title, .results.packages.customize .results-list__sticky-panel--amount {
  color: white;
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
}
.results.packages.customize .results-list__sticky-panel--title {
  display: inline-block;
  margin-top: 12px;
  margin-left: 15px;
}
.results.packages.customize .results-list__sticky-panel--button {
  padding: 6px 0;
  margin-left: 10px;
  font-weight: bold;
  width: 105px;
}
.results.packages.customize .results-list__sticky-panel--price {
  float: right;
  margin-top: 9px;
  margin-right: 15px;
}
.results.packages.customize .results-list__sticky-panel--amount {
  position: relative;
  top: 3px;
}
.results.packages.customize .results-list__sticky-panel.affix {
  top: 0;
  left: 0;
  z-index: 5;
  margin-top: 0;
}
.results.packages.customize .results-list__sticky-panel.affix .results-list__sticky-panel--header {
  display: block;
}
.results.packages.customize .results-list__sticky-panel.affix .results-list__sticky-panel--body {
  display: none;
  width: 68%;
  margin: auto;
  margin-bottom: 20px;
}
.results.packages.customize .results-list__sticky-panel.affix-top .results-list__sticky-panel--body {
  display: block !important;
}

@media (max-width: 992px) {
  .results.packages.customize .results-list__sticky-panel.affix .results-list__sticky-panel--body {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .results.packages.customize .results-list__sticky-panel--title {
    margin-left: 0;
    font-size: 16px;
    margin-top: 15px;
  }
  .results.packages.customize .results-list__sticky-panel--price {
    margin-right: 0;
  }
  .results.packages.customize .results-list__sticky-panel--amount {
    font-size: 16px;
  }
  .results.packages.customize .results-list__optional-groups .nav-tabs {
    display: block;
  }
  .results.packages.customize .results__sidebar {
    display: none !important;
  }
}
.select-passengers__line {
  margin-bottom: 20px;
}
.select-passengers__line-container {
  padding-left: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
  width: 40%;
}
.select-passengers__line-title {
  margin-bottom: 10px;
}
.select-passengers__line-title-room {
  margin-bottom: 10px;
}
.select-passengers__line--type-passenger-label {
  margin-right: 10px;
}
.selected-package__table {
  display: table;
  width: 100%;
}
.selected-package__column {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 10px 15px 10px 0;
}
.selected-package__column:first-child {
  padding-left: 15px;
}
.selected-package__name {
  text-align: left;
}
.selected-package__title {
  color: #091f40;
  display: inline-block;
  font-size: 22px;
  margin-right: 20px;
  font-weight: bold;
}
.selected-package__see-details-container {
  display: inline-block;
}
.selected-package__see-details-container .glyphicon {
  color: #13b5ea;
  vertical-align: middle;
}
.selected-package__see-details {
  color: #13b5ea;
  font-weight: bold;
}
.selected-package__details {
  display: none;
}
.selected-package__details--loading:before {
  margin: 10px auto;
}
.selected-package__details--error {
  padding: 15px;
  color: #888888;
  border-top: 1px solid #d2d2d2;
}
.selected-package__actions {
  width: 50px;
}
.selected-package__last-minute {
  width: 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: left;
}
.selected-package .bestprice__price, .selected-package .bestprice__title, .selected-package .bestprice__priceperson {
  display: inline-block;
}
.selected-package .bestprice__title {
  margin-right: 10px;
}
.selected-package--booking .selected-package__column {
  padding-top: 0;
}
.selected-package .auto-select-product-label, .selected-package .auto-select-product-disclaimer {
  float: left;
  color: red;
}
.selected-package .auto-select-product-disclaimer {
  font-weight: bold;
}

.package-details {
  padding: 15px;
  padding-top: 0;
  color: #888888;
}
.package-details__header {
  padding: 25px 0;
  border-top: 1px solid #d2d2d2;
}
.package-details__content {
  overflow: hidden;
}
.package-details__description {
  max-height: 300px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.package-details__description--shorted {
  max-height: 240px;
}
.package-details__description--open {
  max-height: 9999px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.package-details .package-details__nav-item a, .package-details .package-details__nav-item.active a {
  padding: 0;
  margin: 0 25px;
  padding-bottom: 6px;
}
.package-details .package-details__nav-item a, .package-details .package-details__nav-item a:hover, .package-details .package-details__nav-item a:focus, .package-details .package-details__nav-item.active a, .package-details .package-details__nav-item.active a:hover, .package-details .package-details__nav-item.active a:focus {
  color: #888888;
  background: none;
}
.package-details .package-details__nav-item.active a {
  border-bottom: 3px solid #13b5ea;
  padding-bottom: 3px;
}
.package-details__gallery {
  height: 300px;
}
.package-details__gallery .gallery {
  padding: 0;
}
.package-details__gallery .gallery__main {
  height: 100%;
}
.package-details__gallery .gallery-wrapper--default {
  height: 100%;
}
.package-details .package-details__see-more {
  float: right;
}
.package-details__see-more {
  height: 60px;
  position: relative;
  display: none;
}
.package-details__see-more--visible {
  display: block;
}
.package-details__see-more-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: bold;
}
.package-details__see-more-link, .package-details__see-more-link .glyphicon {
  color: #13b5ea;
}

.login-WS {
  width: 282px;
  float: right;
  height: 46px;
  border: 1px solid #13b5ea;
  padding: 8px;
  border-radius: 3px;
}
.login-WS__logo {
  display: block;
  width: 85px;
  margin-top: 0;
}
.login-WS__user {
  width: 86%;
  display: inline-block;
}
.login-WS__user-toggle {
  display: inline-block;
  color: white;
  float: right;
  margin: 5px 7px;
}
.login-WS__section {
  display: inline;
  float: right;
}
.login-WS__fields {
  display: inline-block;
}
.login-WS__fields input {
  border: none;
  background-color: #063c65;
  font-size: 12px;
  padding-left: 5px;
  color: white;
  height: 28px;
  width: 105px;
}
.login-WS__fields ::-webkit-input-placeholder {
  color: white;
  opacity: 0.5;
}
.login-WS__fields :-moz-placeholder {
  color: white;
  opacity: 0.5;
}
.login-WS__fields ::-moz-placeholder {
  color: white;
  opacity: 0.5;
}
.login-WS__fields :-ms-input-placeholder {
  color: white;
  opacity: 0.5;
}
.login-WS__fields :focus::-webkit-input-placeholder {
  color: transparent;
}
.login-WS.expanded {
  padding-bottom: 55px;
}
.login-WS__group-fields {
  margin-top: 30px;
}
.login-WS__group-fields .active {
  display: block;
}
.login-WS__group-fields--link, .login-WS__group-fields--check {
  display: inline-block;
  color: white;
  opacity: 0.5;
  font-size: 13px;
  margin-right: 10px;
}
.login-WS__group-fields--link:hover, .login-WS__group-fields--link:focus, .login-WS__group-fields--check:hover, .login-WS__group-fields--check:focus {
  color: white;
  opacity: 0.9;
}
.login-WS__group-fields input[type=checkbox] {
  top: 2px;
  position: relative;
}
.login-WS__button {
  display: inline-block;
}
.login-WS__button .btn {
  background-color: #026cb6;
  border-color: #026cb6;
  font-size: 10px;
  border-radius: 2px;
}
.login-WS__button .btn :hover {
  background-color: #014e84;
}
.login-WS__login-button {
  display: inline-block;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}
.login-WS__login-button .btn {
  background-color: #091f40;
  color: white;
  text-transform: uppercase;
  border: 1px solid #13b5ea;
}
.login-WS__user__info {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  bottom: 3px;
}
.login-WS__user__info .user-name {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  max-width: 112px;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.login-WS__user-title {
  color: white;
  font-weight: bold;
  max-width: 188px;
}
.login-WS__user-subTitle {
  color: #13b5ea;
  font-size: 12px;
}
.login-WS__user-logout {
  float: right;
  margin-top: 4px;
  margin-right: 5px;
}
.login-WS__login-logged {
  display: none;
  font-size: 14px;
  color: white;
}
.login-WS__user-logout.visible-xs {
  margin-top: 13px;
  margin-left: 15px;
}
.login-WS__agency__info {
  width: 270px;
  margin-left: 5px;
}
.login-WS__agency-info {
  display: none;
}
.login-WS-agency {
  width: 425px;
}
.login-WS-agency .login-WS__user-logout {
  display: inline-block;
  float: none;
  position: relative;
  bottom: 15px;
}
.login-WS__agency__field {
  display: inline-block;
  overflow: hidden;
  line-height: 1.2;
}
.login-WS__agency__field--user {
  position: relative;
  bottom: 4px;
  max-height: 35px;
  float: right;
  top: 3px;
}
.login-WS__agency__field--name {
  height: 35px;
  color: white;
  font-weight: bold;
  line-height: 35px;
  width: 49%;
}
.login-WS__agency__button .login_WS__button {
  margin-bottom: 35px;
}

.modal.login-box-modal .modal-body {
  height: 200px;
}
.modal.login-box-modal .modal-title {
  margin-top: 20px;
}
.modal.login-box-modal .login-page__login-box .multi-login-box {
  width: 100%;
  margin: 0;
}
.modal.login-box-modal .page-header-bar__title {
  float: none;
}
.modal.login-box-modal .login-box-modal {
  padding: 0;
  overflow: unset;
}
.modal.login-box-modal .login-box-modal__close-button {
  background: white;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.modal.login-box-modal .login-box-modal .login-WS {
  border: none;
  width: 100%;
}
.modal.login-box-modal .login-box-modal .login-WS__logo {
  display: none;
}
.modal.login-box-modal .login-box-modal .login-WS__section {
  float: none;
}
.modal.login-box-modal .login-box-modal .login-WS__fields {
  display: block;
  width: 100%;
  text-align: center;
}
.modal.login-box-modal .login-box-modal .login-WS__fields input {
  width: 80%;
  margin: 5px 0;
  height: 35px;
  border: 1px solid lightgray;
  background-color: white;
  color: gray;
  border-radius: 3px;
}
.modal.login-box-modal .login-box-modal .login-WS__fields ::-webkit-input-placeholder {
  color: gray;
}
.modal.login-box-modal .login-box-modal .login-WS__fields :-moz-placeholder {
  color: gray;
}
.modal.login-box-modal .login-box-modal .login-WS__fields ::-moz-placeholder {
  color: gray;
}
.modal.login-box-modal .login-box-modal .login-WS__fields :-ms-input-placeholder {
  color: gray;
}
.modal.login-box-modal .login-box-modal .login-WS__fields :focus::-webkit-input-placeholder {
  color: gray;
}
.modal.login-box-modal .login-box-modal .login-WS__button {
  display: block;
  float: right;
  margin-right: 58px;
}
.modal.login-box-modal .login-box-modal .main-header-tud__login-WS .login-WS {
  right: unset;
}
.modal.login-box-modal .login-WS__button .btn {
  background-color: #13b5ea !important;
  border-color: #13b5ea !important;
}

@media (max-width: 480px) {
  .login-WS__user-toggle {
    margin: 7px 0 7px 7px;
  }
  .modal.login-box-modal .modal-dialog {
    max-width: 94%;
    display: block;
  }
  .modal.login-box-modal .modal-content {
    width: 78%;
  }
  .modal.login-box-modal .login-box-modal .login-WS__button {
    width: 100%;
    float: none;
    margin-right: unset;
  }
  .modal.login-box-modal .login-box-modal .login-WS__button button {
    width: 80%;
    margin: 5px 10%;
  }
}
@media (max-width: 991px) {
  .login-WS__section .login-button {
    color: white;
    padding-top: 4px;
    text-align: center;
  }
  .full-loginBox {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  .full-loginBox .container {
    background-color: #091f40;
    position: relative;
    height: 100%;
  }
  .full-loginBox .container .close {
    color: white;
    opacity: 0.5;
    position: absolute;
    right: 12px;
  }
  .full-loginBox__header {
    width: 100%;
    height: 90px;
  }
  .full-loginBox__header #logoWrapper {
    max-width: unset;
    margin: 40px auto;
    width: 100%;
  }
  .full-loginBox__header #logoWrapper a {
    opacity: 1;
  }
  .full-loginBox__header #logoWrapper img {
    width: 150px;
  }
  .full-loginBox__header #logoWrapper .close {
    color: white;
    opacity: 0.5;
    float: right;
  }
  .full-loginBox__form {
    padding: 20px;
    color: white;
  }
  .full-loginBox__fields {
    margin-bottom: 15px;
  }
  .full-loginBox__fields input {
    border: none;
    width: 100%;
    background-color: rgba(19, 181, 234, 0.2);
    height: 40px;
    font-size: 12px;
    padding-left: 5px;
    color: white;
    text-indent: 6px;
  }
  .full-loginBox__fields ::-webkit-input-placeholder {
    color: white;
  }
  .full-loginBox__fields :-moz-placeholder {
    color: white;
  }
  .full-loginBox__fields ::-moz-placeholder {
    color: white;
  }
  .full-loginBox__fields :-ms-input-placeholder {
    color: white;
  }
  .full-loginBox__fields :focus::-webkit-input-placeholder {
    color: transparent;
  }
  .full-loginBox input[type=checkbox] {
    height: 20px;
    width: 30px;
  }
  .full-loginBox__label {
    color: white;
    display: inline-block;
    opacity: 0.5;
  }
  .full-loginBox .btn {
    background-color: #026cb6;
    border-color: #026cb6;
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .full-loginBox .custom-button {
    background-color: transparent;
    border-color: white;
    margin-top: 20px;
  }
  .full-loginBox a {
    width: 100%;
    text-align: center;
    color: white;
    opacity: 0.5;
    text-decoration: underline;
    float: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .login-WS__login-logged {
    display: inline-block;
    margin: 15px 0 10px 0;
    max-width: 140px;
  }
  .login-WS__agency-info {
    display: inline-block;
    min-width: 160px;
    float: right;
  }
  .login-WS__agency-info--agency {
    height: 30px;
  }
  .login-WS__agency-info--agency--name {
    float: right;
    color: white;
    font-weight: bold;
    margin-top: 1px;
  }
  .login-WS__agency-info--agency .login_WS__user-logout {
    float: right;
  }
  .login-WS__agency-info--agency--login {
    margin: 0 0 0 15px;
  }
  .login-WS__agency-info--end-customer {
    height: 30px;
  }
  .login-WS__agency-info--end-customer .login_WS__button {
    margin-bottom: 0;
  }
  .login-WS__agency-info--end-customer--login {
    float: right;
    margin-top: 3px;
    margin-left: 10px;
  }
  .login-WS__agency-info--end-customer--user {
    float: right;
  }
}
.channel-box {
  float: right;
}
.channel-box__title {
  color: #13b5ea;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.9px;
}
.channel-box__options {
  height: 40px;
  padding-top: 12px;
}
.channel-box__option {
  margin-top: 6px;
}
.channel-box__container {
  display: inline;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.channel-box__container .title-option {
  color: #888888;
}
.channel-box__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.channel-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}
.channel-box__container input[type=radio]:checked ~ .checkmark {
  background-color: #13b5ea;
}
.channel-box__container input[type=radio]:checked ~ .title-option {
  color: #13b5ea;
}
.channel-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.channel-box__container input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.channel-box__container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}

@media (max-width: 992px) {
  .channel-box {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .channel-box {
    margin-top: unset;
  }
}
@media (max-width: 992px) {
  .service-searcher .channel-box {
    float: right;
    margin-top: unset;
  }
}

@media (max-width: 992px) {
  .hotel-searcher {
    margin-top: unset;
  }
}

/* En el desarrollo se pide que en results no se muestre el selector de canal*/
#results-searcher .channel-box {
  display: none;
}

#super-package-searcher .channel-box {
  float: left;
}

#trip-searcher .channel-box {
  float: left;
}

.europamundo-breakdown {
  display: table;
  width: 100%;
  table-layout: auto;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.europamundo-breakdown__title {
  display: table-caption;
  padding: 12px 0;
}
.europamundo-breakdown__header > div, .europamundo-breakdown__item > div, .europamundo-breakdown__item-group > div {
  border: 1px solid #ddd;
  display: table-cell;
  padding: 8px;
  text-align: right;
  vertical-align: middle;
}
.europamundo-breakdown__header > div:first-child, .europamundo-breakdown__item > div:first-child, .europamundo-breakdown__item-group > div:first-child {
  text-align: left;
}
.europamundo-breakdown__header, .europamundo-breakdown__item-group {
  display: table-header-group;
}
.europamundo-breakdown__header > div, .europamundo-breakdown__item-group > div {
  font-weight: bold;
}
.europamundo-breakdown__item {
  display: table-row;
}
.europamundo-breakdown__toggler {
  text-align: right;
}
.room-selector {
  position: relative;
}
.room-selector.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.room-selector.disabled:after {
  content: "";
  background: #FFFFFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.room-selector .room-selector-button {
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #aaa;
  display: inline-block;
  padding: 2px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #888888;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
}
.room-selector .room-selector-button .glyphicon {
  margin-right: 5px;
  color: inherit;
}
.room-selector .room-selector-button .counter {
  display: inline-block;
  color: #888888;
}
.room-selector .room-selector-button .counter .amount {
  font-weight: bold;
  vertical-align: middle;
}
.room-selector .room-selector-button.error {
  border: 1px solid #C40000;
}
.room-selector .room-selector-button:focus {
  border: 1px solid #13b5ea;
}
.room-selector .popover.top > .arrow {
  border-top-color: rgb(221, 224, 228);
}
.room-selector .popover.top > .arrow:after {
  border-top-color: rgb(221, 224, 228);
}
.room-selector .popover.right > .arrow {
  border-right-color: rgb(221, 224, 228);
}
.room-selector .popover.right > .arrow:after {
  border-right-color: rgb(221, 224, 228);
}
.room-selector .popover.left > .arrow {
  border-left-color: rgb(221, 224, 228);
}
.room-selector .popover.left > .arrow:after {
  border-left-color: rgb(221, 224, 228);
}
.room-selector .popover.bottom > .arrow {
  border-bottom-color: #000000;
}
.room-selector .popover.bottom > .arrow:after {
  border-bottom-color: rgb(221, 224, 228);
}
.room-selector .popover .popover-title {
  background: rgb(221, 224, 228);
  color: #000000;
}
@media (min-width: 1200px) {
  .room-selector .popover {
    min-width: 510px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .room-selector .popover {
    min-width: 412px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .room-selector .popover {
    min-width: 478px;
    left: initial !important;
    right: 0;
  }
}
@media (max-width: 767px) {
  .room-selector .popover {
    min-width: 100%;
  }
}
.room-selector .room-selector-box {
  color: #888888;
  font-size: 11px;
}
.room-selector .room-selector-box:before, .room-selector .room-selector-box:after {
  content: " ";
  display: table;
}
.room-selector .room-selector-box:after {
  clear: both;
}
.room-selector .room-selector-box label {
  display: block;
}
.room-selector .room-selector-box label .glyphicon-info {
  margin-top: -7px;
  height: auto;
  width: auto;
}
.room-selector .room-selector-box .select2, .room-selector .room-selector-box select.form-control {
  width: 64px !important;
}
.room-selector .room-selector-box .room {
  margin-bottom: 5px;
}
.room-selector .room-selector-box .room:before, .room-selector .room-selector-box .room:after {
  content: " ";
  display: table;
}
.room-selector .room-selector-box .room:after {
  clear: both;
}
.room-selector .room-selector-box .room-title {
  display: none;
}
.room-selector .room-selector-box .room, .room-selector .room-selector-box .nrooms-container {
  margin-top: 5px;
}
.room-selector .room-selector-box .nrooms-container, .room-selector .room-selector-box .rooms-container, .room-selector .room-selector-box .adults-container, .room-selector .room-selector-box .children-container, .room-selector .room-selector-box .babies-container, .room-selector .room-selector-box .ages {
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
}
.room-selector .room-selector-box .ages:before, .room-selector .room-selector-box .ages:after {
  content: " ";
  display: table;
}
.room-selector .room-selector-box .ages:after {
  clear: both;
}
.room-selector .room-selector-box .ages .age {
  float: left;
  margin-right: 10px;
}
.room-selector .room-selector-box .age-clearfix {
  clear: both;
  margin: 5px 0;
}

.package-custom-product .floating-mode {
  display: inline-block;
  width: 100%;
}
.package-custom-product .floating-mode .room-selector-button {
  height: 32px;
  border-color: #777;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.package-custom-product .floating-mode label.form-label.floating-mode-label {
  display: none;
}
.package-custom-product .floating-mode .pax-counter {
  font-size: 13px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .cruises .popover {
    min-width: 478px;
    right: initial !important;
  }
}
.cruises .adult-option-group {
  display: inline-block;
  float: left;
}
.cruises .adult-ages:before, .cruises .adult-ages:after {
  content: " ";
  display: table;
}
.cruises .adult-ages:after {
  clear: both;
}
.cruises .adult-ages .adult-age {
  float: left;
  margin-right: 10px;
}
.cruises .adults-container {
  min-width: 90px;
}
.cruises .children-container {
  display: inline-block;
  clear: both;
  min-width: 90px;
}

.seats-management .glyphicon-flight-search {
  font-size: 16px;
  padding: 0 5px;
}
.seats-management .seat-selection .selected-seats, .seats-management .seat-selection .seats-management__actions {
  padding-right: 10px;
  width: 45%;
  float: left;
}
.seats-management .seat-selection .seating-map {
  padding-left: 10px;
  width: 55%;
  float: right;
}
.seats-management .seat-selection .seats-management__actions {
  margin-top: 10px;
  padding-top: 20px;
  border-top: solid 1px rgb(234, 234, 234);
}
.seats-management .seat-selection .selected-seats__route {
  display: none;
}
.seats-management .seat-selection .selected-seats__paxes {
  width: 100%;
}
.seats-management .seat-selection .selected-seats__paxes-separator {
  border-bottom: 1px solid black;
}
.seats-management .seat-selection .selected-seats__pax {
  padding: 10px 0 10px 0;
  cursor: pointer;
}
.seats-management .seat-selection .selected-seats__route-selection-tabs li a {
  background: #cce1f0;
}
.seats-management .seat-selection .selected-seats__route-selection-tabs li.active a {
  color: white;
  background: #13b5ea;
}
.seats-management .selected-seats .booking-data__section-subtitle {
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: none;
  font-size: 15px;
}
.seats-management .selected-seats .selected-seats__route {
  display: table;
  width: 100%;
}
.seats-management .selected-seats__paxes {
  width: 100%;
  padding-top: 15px;
}
.seats-management .selected-seats__pax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
}
.seats-management .selected-seats__pax--price {
  text-align: right;
}
.seats-management .selected-seats__pax-open {
  padding: 10px 0 10px 0;
  border-top: solid 1px #e4e4e4;
}
.seats-management .selected-seats__pax.active {
  background: lightgrey;
}
.seats-management .selected-seats__pax--name-container .glyphicon-ph {
  display: inline-block;
  width: 16px;
  color: #28a745;
}
.seats-management .selected-seats__pax--name-container .selected-seats__pax--name {
  margin-left: 25px;
}
.seats-management .selected-seats__selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.seats-management .selected-seats__segment {
  margin: 10px 0px;
  text-align: left;
}
.seats-management .selected-seats__segment--container {
  margin: 5px 0px 10px 0px;
  background: white;
  border: 1px solid #cccccc;
}
.seats-management .selected-seats__segment--container .button-seat-selection button {
  margin-top: 13px;
  width: 100%;
}
.seats-management .selected-seats__segment-text {
  font-size: 15px;
  line-height: 2.4;
}
.seats-management .seating-map__route, .seats-management .seating-map__segment {
  display: none;
}
.seats-management .seating-map__segment-name {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.seats-management .seating-map__transport {
  max-height: 490px;
  overflow: auto;
  margin-top: 10px;
  padding-top: 10px;
}
.seats-management .seating-map__transport-name {
  font-weight: bold;
  margin-bottom: 10px;
}
.seats-management .seating-map__transport tbody tr:first-of-type td:not(.seating-map__transport-row-number) {
  border-top: solid 1px lightgrey;
}
.seats-management .seating-map__transport tbody tr:last-of-type td:not(.seating-map__transport-row-number) {
  border-bottom: solid 1px lightgrey;
}
.seats-management .seating-map__transport tbody tr th:first-of-type + td,
.seats-management .seating-map__transport tbody tr td:last-of-type {
  border-left: solid 1px lightgrey;
}
.seats-management .seating-map__transport-compartment {
  margin-left: auto;
  margin-right: auto;
}
.seats-management .seating-map__transport-compartment tr {
  position: relative;
}
.seats-management .seating-map__transport-compartment td {
  padding: 0;
  height: 40px;
}
.seats-management .seating-map__transport-compartment th {
  padding: 5px 10px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
}
.seats-management .seating-map__transport-seat, .seats-management .seating-map__transport-column, .seats-management .seating-map__transport-row-number, .seats-management .seating-map__transport-aisle, .seats-management .seating-map__transport-aisle-header, .seats-management .seating-map__transport-seat--empty {
  min-width: 40px;
  text-align: center;
  margin: 5px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.seats-management .seating-map__transport-seat .glyphicon-transport-seat {
  font-size: 40px;
  color: #12b4e9;
}
.seats-management .seating-map__transport-seat .glyphicon-transport-seating {
  position: absolute;
  bottom: 9px;
  right: 4px;
  color: white;
  font-size: 33px;
}
.seats-management .seating-map__transport-seat-type-0 .glyphicon-transport-seat {
  color: rgb(157, 225, 247);
}
.seats-management .seating-map__transport-seat-type-10 .glyphicon-transport-seat {
  color: rgb(86, 203, 242);
}
.seats-management .seating-map__transport-seat-type-11 .glyphicon-transport-seat {
  color: #12b4e9;
}
.seats-management .seating-map__transport-seat-type-12 .glyphicon-transport-seat {
  color: rgb(13, 125, 162);
}
.seats-management .seating-map__transport-seat-type-13 .glyphicon-transport-seat {
  color: rgb(7, 70, 91);
}
.seats-management .seating-map__transport-seat-type-14 .glyphicon-transport-seat {
  color: rgb(2, 15, 20);
}
.seats-management .seating-map__transport-seat.assigned .glyphicon-transport-seat {
  color: #28a745;
}
.seats-management .seating-map__transport-seat .assignation-container {
  position: relative;
}
.seats-management .seating-map__transport-seat .pax-number {
  position: absolute;
  bottom: 7px;
  right: 16px;
  font-size: 15px;
  font-weight: bold;
}
.seats-management .seating-map__transport-seat-availability-blocked .glyphicon-transport-seat, .seats-management .seating-map__transport-seat-availability-restricted .glyphicon-transport-seat {
  color: lightgrey;
}
.seats-management .seating-map__transport-seat-availability-blocked .glyphicon.glyphicon-remove, .seats-management .seating-map__transport-seat-availability-restricted .glyphicon.glyphicon-remove {
  position: absolute;
  font-size: 30px;
  color: white;
  bottom: 10px;
  right: 5px;
}
.seats-management .seating-map__transport-seat-availability-open {
  cursor: pointer;
}
.seats-management .seating-map__transport-row-number {
  margin-right: 10px;
  padding-top: 8px;
  z-index: 1;
}
.seats-management .seating-map__transport-seat-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 12px;
  margin-bottom: 5px;
}
.seats-management .seating-map__transport-seat-group--seat {
  margin: auto;
  position: relative;
}
.seats-management .seating-map__transport-seat-group--seat .glyphicon-transport-seat {
  font-size: 26px;
}
.seats-management .seating-map__transport-seat-group--seat .glyphicon-transport-seating {
  position: absolute;
  bottom: 8px;
  right: 13px;
  color: white;
  font-size: 24px;
}
.seats-management .seating-map__transport-row--legroom td {
  padding-top: 10px;
}
.seats-management .seating-map__transport-row--exit .seating-map__transport-row-number {
  padding-top: 5px;
  width: 40px;
}
.seats-management .seating-map .tooltip-inner p {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .seats-management .seat-selection .selected-seats, .seats-management .seat-selection .seating-map, .seats-management .seat-selection .seats-management__actions {
    float: none;
    width: 100%;
  }
  .seats-management .seating-map {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .seats-management .modal-dialog {
    width: auto;
    margin: 10px;
  }
  .seats-management .seating-map {
    padding-left: 0;
  }
  .seats-management .selected-seats .button-seat-selection {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .seats-management .seating-map__transport-compartment td {
    height: 30px;
  }
  .seats-management .seating-map__transport-seat, .seats-management .seating-map__transport-column, .seats-management .seating-map__transport-row-number, .seats-management .seating-map__transport-aisle, .seats-management .seating-map__transport-aisle-header, .seats-management .seating-map__transport-seat--empty {
    min-width: 30px;
    margin: 3px;
  }
  .seats-management .seating-map__transport-row--exit .seating-map__transport-row-number {
    padding-top: 5px;
    width: 30px;
  }
  .seats-management .seating-map__transport-seat .glyphicon-transport-seating {
    font-size: 24px;
  }
  .seats-management .seating-map__transport-seat .glyphicon-transport-seat {
    font-size: 30px;
  }
  .seats-management .seating-map__transport-seat .glyphicon.glyphicon-remove {
    font-size: 26px;
    bottom: 8px;
    right: 2px;
  }
  .seats-management .seating-map__transport-seat .pax-number {
    bottom: 6px;
    right: 13px;
    font-size: 12px;
  }
  .seats-management .seating-map__transport-seat-group--seat .glyphicon-transport-seat {
    font-size: 26px;
  }
  .seats-management .seating-map__transport-seat-group--seat .glyphicon-transport-seating {
    right: 10px;
  }
  .seats-management .seating-map__transport-row, .seats-management .seating-map__transport-columns {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
@media (max-width: 480px) {
  .seats-management__seat-selection .modal-dialog {
    max-width: 93%;
  }
}

.check-conditions-modal {
  background: #FFFFFF;
  font-size: 14px;
  text-align: left;
}
.check-conditions-modal__row {
  background: #FFFFFF;
  padding: 10px 20px;
  margin: 0px;
}
.check-conditions-modal__title {
  font-size: 1.714rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.check-conditions-modal__subtitle {
  font-size: 1.428rem;
}
.check-conditions-modal__text {
  text-align: justify;
}
.check-conditions-modal__text > a {
  background: none;
  border: none;
  color: var(--secondary-color);
  text-align: left;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
}
.check-conditions-modal__text > a, .check-conditions-modal__text > a:active, .check-conditions-modal__text > a.active, .check-conditions-modal__text > a[disabled], fieldset[disabled] .check-conditions-modal__text > a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.check-conditions-modal__text > a:hover, .check-conditions-modal__text > a:focus {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  background-color: transparent;
}

#financing-section {
  background-color: white;
  margin-top: 15px;
  padding: 15px;
}
#financing-section .section-title {
  font-weight: bold;
  padding-top: 20px;
}
#financing-section .separator {
  display: block;
  background-color: #13b5ea;
  width: 40px;
  height: 5px;
  margin: 10px 0px;
}
#financing-section .conditions-box {
  height: 150px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#financing-section .conditions-box .conditions-container {
  width: 100%;
  height: 120px;
  overflow-y: scroll;
  /* width */
  /* Handle */
}
#financing-section .conditions-box .conditions-container .conditions-tittle {
  color: #0f2d5f;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px;
  padding-top: 5px;
}
#financing-section .conditions-box .conditions-container .conditions-info {
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  padding: 0px 20px;
}
#financing-section .conditions-box .conditions-container::-webkit-scrollbar {
  width: 6px;
  margin-block: 15px;
}
#financing-section .conditions-box .conditions-container::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 10px;
}
#financing-section .financing-info-box {
  width: 100%;
  padding: 20px 0px;
}
#financing-section .status-box {
  width: 100%;
  padding: 20px;
  font-size: 17px;
}
#financing-section .status-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
#financing-section .status-box__header .header_text {
  padding-left: 10px;
  padding-top: 5px;
}
#financing-section .status-box__header .glyphicon {
  font-size: 35px;
}
#financing-section .status-box__header .glyphicon-circle-plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#financing-section .status-box__description {
  padding-top: 5px;
  padding-left: 10px;
}
#financing-section .status-box__info {
  background: #cfecf0;
  color: #31709e;
}
#financing-section .status-box__info-ApprovedFull {
  background: rgb(191, 223, 191);
  color: #007f00;
}
#financing-section .status-box__info-ApprovedPartial {
  background: rgb(255, 240, 193);
  color: #ffc107;
}
#financing-section .status-box__info-Rejected {
  background: rgb(240, 191, 191);
  color: #C40000;
}
#financing-section .status-box__ok {
  background: rgb(191, 223, 191);
  color: #007f00;
}
#financing-section .status-box__ko {
  background: rgb(240, 191, 191);
  color: #C40000;
}
#financing-section .financing-fields .row {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 15px;
}
#financing-section .financing-fields__label label {
  height: 11px;
  line-height: 11px;
  margin-bottom: 10px;
  max-width: 100%;
  margin-top: 10px;
  letter-spacing: 0.9px;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  color: #888;
}
#financing-section .financing-fields__label span.select2.select2-container {
  width: 100% !important;
}
#financing-section .financing-fields__dateselector {
  padding: 0px;
}
#financing-section .financing-fields__dateselector .date-selector {
  border-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#financing-section .financing-fields__dateselector .date-selector .col {
  padding-left: 0px;
  padding-right: 0px;
}
#financing-section .financing-fields__dateselector label {
  height: 11px;
  line-height: 11px;
  margin-bottom: 10px;
  max-width: 100%;
  margin-top: 10px;
  letter-spacing: 0.9px;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  color: #888;
}
#financing-section .financing-fields .container-radio-buton {
  padding-bottom: 10px;
}
#financing-section .financing-fields .container-radio-buton .radio-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#financing-section .financing-fields .container-radio-buton .radio-button.selected {
  background-color: #13b5ea;
  color: white;
  border-color: #13b5ea;
}
#financing-section .financing-fields .container-radio-buton input[type=radio] {
  display: none;
}
#financing-section .check-list .check-list-container .check-list-row {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;
}
#financing-section .check-list .check-list-container .check-list-row p {
  padding: 15px 0px;
}
#financing-section .check-list .check-list-container .check-list-row .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#financing-section .check-list .check-list-container .check-list-row .header .description {
  font-size: 15px;
  font-weight: bold;
}
#financing-section .check-list .check-list-container .check-list-row .header .status {
  font-weight: bold;
  color: #ccc;
}
#financing-section .check-list .check-list-container .check-list-row .check-options {
  margin: 30px 0px;
}
#financing-section .check-list .check-list-container .check-list-row .check-options .check-option {
  accent-color: black;
}
#financing-section .check-list .check-list-container .check-list-row .check-options .check-option .qr-container {
  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;
  padding: 30px 0px;
}
#financing-section .check-list .check-list-container .check-list-row .check-options .check-option .qr-container .qrCode {
  -webkit-box-shadow: 0px 5px 10px 1px #ccc;
  box-shadow: 0px 5px 10px 1px #ccc;
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
}
#financing-section .check-list .check-list-container .check-list-row .check-options .check-option .qr-container .qrCode img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#financing-section .check-list .check-list-container .check-list-row .check-options .check-option .link-container {
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#financing-section .check-list .check-list-container .check-list-row .check-options .check-option .link-container .link {
  width: 100%;
}
#financing-section .check-list .check-list-container .check-list-row .check-options .check-option .link-container .link div {
  padding-top: 10px;
}
#financing-section .check-list .check-list-container .check-list-row .check-options .check-option .link-container .link .btn {
  width: 100%;
  padding: 9px 0px;
}
#financing-section .check-list .check-list-container .check-list-row .timer-container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
}
#financing-section .check-list .check-list-container .check-list-row .timer-container .description-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}
#financing-section .check-list .check-list-container .check-list-row .timer-container .glyphicon {
  color: #13b5ea;
  font-size: 50px;
  padding-right: 10px;
}
#financing-section .check-list .check-list-container .check-list-row .timer-container .timer-countdown {
  padding-left: 5px;
  color: #13b5ea;
}
#financing-section .notification-box {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0; /* Comienza oculto */
  z-index: 1000; /* Asegúrate de que esté por encima de otros elementos */
  width: 100%;
  display: none;
}
#financing-section .notification-box.show {
  display: block;
  opacity: 1; /* Visibilidad completa */
}
#financing-section .notification-box .status-box {
  border-radius: 10px;
}
#financing-section .financing__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 20px 0px;
}
#financing-section .financing__actions button {
  margin-left: 10px;
}

.financing-steps .container {
  width: 100%;
  margin: auto;
  padding: 20px 0px;
}
.financing-steps .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
  background-color: white;
  border-radius: 20px;
}
.financing-steps .steps .step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background-color: white;
  border-radius: 20px;
  color: #13b5ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
.financing-steps .steps .step.active {
  background-color: #13b5ea;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(18, 180, 233, 0.3);
          box-shadow: 4px 4px 10px 0px rgba(18, 180, 233, 0.3);
  color: white;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.financing-steps .steps .step.active .circle {
  background-color: white;
  color: #13b5ea;
  -webkit-box-shadow: -2px 2px 10px 0px rgba(18, 180, 233, 0.3);
          box-shadow: -2px 2px 10px 0px rgba(18, 180, 233, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  font-size: 35px;
  font-weight: bold;
}
.financing-steps .steps .step.active span {
  padding-left: 25px;
}
@media (max-width: 1200px) {
  .financing-steps .steps .step.active span {
    padding-left: 0px;
  }
}
.financing-steps .steps .step span {
  padding-left: 10px;
}

body#prehome .jumbotron {
  margin: 0;
  margin-bottom: -10px;
  min-height: 776px;
  position: relative;
  background-color: black;
}
body#prehome .jumbotron .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
body#prehome .jumbotron h1 {
  color: #ffffff;
  text-align: center;
}
body#prehome .jumbotron .text {
  color: #ffffff;
}
body#prehome .jumbotron .prehome-login {
  margin-top: 100px;
  position: relative;
}
body#prehome .jumbotron .prehome-login__box {
  margin: auto;
  background: #091f40;
  color: #091f40;
}
body#prehome .jumbotron .prehome-login__box .login-box-title {
  color: #ffffff;
}
body#prehome .jumbotron .prehome-login__box .title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
body#prehome .jumbotron .prehome-login__box a {
  color: #ffffff;
}
@media (min-width: 768px) {
  body#prehome .jumbotron .prehome-login__box {
    width: 400px;
  }
}

.login-page__background {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.login-page #main-content {
  position: relative;
  min-height: 500px;
  margin: 0;
}
.login-page .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.login-page__login-box .multi-login-box {
  margin: 100px auto;
  border: 1px solid #000000;
  background: #ffffff;
}

@media (min-width: 992px) {
  .login-page #main-content {
    min-height: 680px;
  }
  .login-page__login-box .multi-login-box {
    width: 50%;
    margin: 150px auto;
  }
}
.booking .main-content {
  color: #000000;
}
.booking .main-content .carsdesglose .booking-breakdown__comission-toggle {
  visibility: hidden;
}
.booking.transfers .booking-infotransfer__hours-selector, .booking.transfers .booking-infotransfer__minutes-selector {
  display: inline-block;
}
.booking.hotels .booking-breakdown__item--has-changed {
  display: none;
}

#modal-modifyCommission .modal-header .modal-title {
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 95%;
}
#modal-modifyCommission .modal-header .close {
  margin-top: 0;
}
#modal-modifyCommission .modal-header .message {
  width: 99%;
}
#modal-modifyCommission .modal-body {
  font-weight: bold;
}
#modal-modifyCommission .modal-body .commission-error-container, #modal-modifyCommission .modal-body .rav-error-container {
  color: red;
  text-align: right;
  font-weight: normal;
}
#modal-modifyCommission .modal-body .row {
  margin-bottom: 10px;
}
#modal-modifyCommission .modal-body .normalText {
  font-weight: normal;
}
#modal-modifyCommission .modal-body .nav-tabs {
  border-bottom: 1px solid #eaeaea;
}
#modal-modifyCommission .modal-body .nav-tabs > li.active > a {
  background: #12b4e9;
  color: #fff;
}
#modal-modifyCommission .modal-body .nav-tabs > li > a {
  background: #cce1f0;
  font-weight: normal;
}
#modal-modifyCommission .modal-body .info {
  text-align: left;
  font-weight: normal;
  margin: 5px 0 10px 0;
}

#modal-acceptModifyCommission .changedRAV span {
  font-size: 12px;
}

.details.transfers .details-card__top--roundtrip .details-card__title {
  display: inline-block;
}
.details.transfers .details-card__top--roundtrip .details-card__price {
  display: block;
  text-align: initial;
  margin-bottom: 30px;
}
.details.transfers .details-card__top--roundtrip .details-card__price--title {
  display: inline-block;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  text-transform: uppercase;
}
.details.transfers .details-card__top--roundtrip .details-card__price--best-price {
  display: inline-block;
  float: right;
}
.details.transfers .details-card__top--roundtrip .details-card__price--best-price .bestprice {
  float: left;
}
.details.transfers .details-card__top--roundtrip .details-card__product--head {
  margin-bottom: 30px;
}
.details.transfers .details-card__top--roundtrip .details-card__product--box .info-card__actions {
  display: inline-block;
  margin-left: 50px;
  position: relative;
  bottom: 1px;
}
.details.transfers .details-card__top--roundtrip .details-card__product--box .details-card__product {
  display: inline-block;
}
.details.transfers .details-card__top--roundtrip .details-card__info {
  display: none;
}
.details.transfers .details-card__top--roundtrip .availability .result-option__heading, .details.transfers .details-card__top--roundtrip .availability .result-option__dates {
  display: inline-block;
}
.details.transfers .details-card__top--roundtrip .availability .result-option__heading {
  width: 46%;
}
.details.transfers .details-card__top--roundtrip .availability .result-option__dates {
  width: 26%;
}
.details.transfers .details-card__top--roundtrip .availability .result-option__title {
  position: relative;
  top: 4px;
}
.details.transfers .details-card__top--roundtrip .availability .result-option__booking {
  padding-top: 2px;
}
.details.transfers .details-card__top--roundtrip .availability .result-option__discount {
  display: inline-block;
  margin-left: 54px;
  width: 15%;
}
.details.transfers .details-card__top--roundtrip .availability .result-option__main--route-options {
  width: 75%;
}
.details.transfers .availability .result-option-price__amount {
  position: relative;
  bottom: 2px;
}
.details.transfers .info-card__location {
  white-space: normal;
}

@media (min-width: 481px) and (max-width: 992px) {
  .details.transfers .details-card__top--roundtrip .availability .result-option__title {
    position: relative;
    top: -4px;
  }
}
@media (max-width: 480px) {
  .details.transfers .details-card__heading {
    display: block;
  }
  .details.transfers .details-card__top--roundtrip .details-card__product--box .details-card__product {
    display: block;
  }
  .details.transfers .details-card__top--roundtrip .availability .result-option__heading, .details.transfers .details-card__top--roundtrip .availability .result-option__dates, .details.transfers .details-card__top--roundtrip .availability .result-option__discount {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .details.transfers .details-card__top--roundtrip .availability .result-option .offer-info__item {
    float: none;
  }
  .details.transfers .details-card__top--roundtrip .availability .result-option__main--route-options {
    width: 100%;
  }
  .details.transfers .availability .result-option__heading, .details.transfers .availability .result-option__dates {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: left;
    white-space: normal;
  }
  .details.transfers .availability .result-option .offer-info__item, .details.transfers .availability .result-option .result-option-price--without-discount {
    margin-right: 10px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .featured .panel .thumbnail .caption.main {
    width: 46%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured .panel .thumbnail .caption.main {
    width: 30%;
    padding: 10px 0 0 10px;
  }
}
@media (max-width: 767px) {
  .home-top {
    height: auto;
  }
  .featured .panel .thumbnail .caption.main {
    width: 30%;
    padding: 15px 0 0 15px;
  }
  body.home.home--default .searcher .btn-more-options {
    width: 100%;
  }
}
.home-row {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-row {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-row {
    margin-bottom: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-row {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .home-row {
    margin-bottom: 0px;
  }
}
.home-row > .home-row:last-child {
  margin-bottom: 0;
}
.home-row .experiences-suggestions {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #13b5ea;
}

.newsletter {
  color: #ffffff;
  background-color: #000000;
  padding: 5px 14px;
  border-radius: 0px;
}
.newsletter .subtitle {
  display: none;
}
.newsletter .title {
  color: #091f40;
}
.newsletter__col-title {
  margin-bottom: 16px;
}
.newsletter__col-form {
  display: table;
  width: 100%;
}
.newsletter .form-group,
.newsletter .btn {
  display: table-cell;
  vertical-align: middle;
}
.newsletter .form-group {
  margin-bottom: 0;
  width: 90%;
}
.newsletter .btn {
  height: 40px;
  margin-left: 8px;
}
.newsletter--inline {
  display: block;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .newsletter--inline .newsletter__col-title {
    float: left;
    margin-bottom: 0;
    padding-right: 16px;
    width: 30%;
  }
  .newsletter--inline .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    width: 25%;
  }
  .newsletter--inline .newsletter__col-form {
    display: table;
    float: right;
    width: 70%;
  }
}

.tripadvisor-banner {
  color: #557850;
  background-color: #CBD9C8;
  border-radius: 0px;
  text-align: center;
  padding: 23px 14px;
}
.tripadvisor-banner img, .tripadvisor-banner p {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  #home-newsletter,
  .tripadvisor-banner {
    max-height: 70px;
  }
}
@media (max-width: 991px) {
  #home-newsletter,
  .tripadvisor-banner {
    max-height: 110px;
  }
}

#home-top {
  position: relative;
}

.home-top.home-row {
  min-height: 200px;
}

body.home.home--default .multi-searcher .nav.nav-tabs {
  background: #ffffff;
  -webkit-transform: translateY(0.4px);
}
body.home.home--default .multi-searcher .nav.nav-tabs > li > a {
  color: #888888;
  background-color: #ffffff;
  letter-spacing: 0.8px;
}
body.home.home--default .multi-searcher .nav.nav-tabs > li > a:hover, body.home.home--default .multi-searcher .nav.nav-tabs > li > a:focus {
  background-color: #ffffff;
}
body.home.home--default .multi-searcher .nav.nav-tabs > li.last-visible > a:after, body.home.home--default .multi-searcher .nav.nav-tabs > li:last-child > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 3000%;
  height: 100%;
  background-color: #ffffff;
}
body.home.home--default .multi-searcher .nav.nav-tabs > li:not(:first-child) > a {
  border-left: 1px solid #ffffff;
}
body.home.home--default .multi-searcher .nav.nav-tabs > li.active > a, body.home.home--default .multi-searcher .nav.nav-tabs > li:hover > a {
  color: #000000;
}
body.home.home--default .multi-searcher .tab-content {
  background-color: #ffffff;
}
body.home.home--default .multi-searcher .tab-content .searcher {
  background-color: #ffffff;
}
body.home.home--default .home-floating-searcher {
  top: 413px;
  width: 100%;
}
@media (max-width: 767px) {
  body.home.home--default .home-floating-searcher {
    bottom: auto;
    top: auto;
    position: relative;
  }
  body.home.home--default .home-floating-searcher .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  body.home.home--default .home-floating-searcher {
    position: absolute;
    z-index: 20;
  }
}
body.home.home--default .searcher {
  background-color: #ffffff;
}
body.home.home--default .searcher .btn-more-options {
  border: none;
  color: #888888;
  padding: 6px 0;
  text-align: left;
  height: 40px;
  vertical-align: middle;
  letter-spacing: 1px;
}
body.home.home--default .searcher .btn-more-options .glyphicon {
  vertical-align: middle;
}
body.home.home--default .searcher .btn-more-options:hover, body.home.home--default .searcher .btn-more-options:focus {
  background-color: transparent;
  outline: none;
}

body.home.home--b2b {
  padding-top: 20px;
}
body.home.home--b2b .searcher {
  background-color: #ffffff;
}
body.home.home--b2b .searcher .room-selector .room-selector-box {
  color: #888888;
}

body.home .searcher {
  color: #888888;
  background: #ffffff;
  min-height: 170px;
  padding: 20px;
}
body.home .searcher .label {
  background: #ffffff;
  color: #888888;
}
body.home .searcher .searcher-button {
  background-color: #13b5ea;
  color: #ffffff;
}
body.home .searcher .fancy-checkbox input[type=checkbox] + label:before {
  border-color: #ffffff;
  background-color: transparent;
}

body.home .cruise-searcher {
  padding: 35px 20px;
}

.home.ofertas .offers:first-child {
  margin-top: 50px;
}

body.results .results__container {
  position: relative;
  min-height: 240px;
  padding: 20px 0;
}
body.results .results__sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  body.results .results__sidebar {
    float: left;
    width: 25%;
  }
}
@media (max-width: 991px) {
  body.results .results__sidebar {
    display: none;
  }
}
body.results .product-preloader {
  display: none;
}
body.results .product-preloader.active {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0 10px;
}
body.results .product-preloader__label {
  z-index: 1062;
  position: absolute;
  margin: 50px auto;
}
@media (min-width: 993px) {
  body.results .product-preloader__label {
    left: 40%;
    right: 40%;
  }
}
@media (max-width: 991px) {
  body.results .product-preloader__label {
    left: 20%;
    right: 20%;
  }
}
body.results .product-preloader__background {
  opacity: 0.5;
  background-color: #000;
  z-index: 1061;
  width: 100%;
  height: 100%;
}
body.results .results__list {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  body.results .results__list {
    float: left;
    width: 75%;
  }
}
body.results--empty .view-selector__item,
body.results--empty .results-list__order-by,
body.results--empty .results-list__header,
body.results--empty .results-list__footer,
body.results--empty .results__sidebar {
  display: none;
}
body.results--empty .breadcrumbs {
  display: none;
}
body.results--empty .results__list {
  width: 100%;
}
body.results--empty.flights .flight-bestprices,
body.results--empty.flights .flight-calendar {
  display: none;
}
body.results .transfer-result .result-option__main.roundTrip {
  margin-top: 10px;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__heading {
  width: 100%;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__title, body.results .transfer-result .result-option__main.roundTrip .result-option__dates {
  display: inline-block;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__selected-price {
  position: relative;
  bottom: 4px;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__booking {
  width: 30%;
  position: relative;
  bottom: 2px;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__title {
  width: 47%;
  position: relative;
  bottom: 3px;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__dates {
  width: 38%;
  position: relative;
  bottom: 5px;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__price {
  position: relative;
  bottom: 5px;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__price .result-option-price {
  top: 3px;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__discounts {
  width: 20%;
  display: none;
  text-align: right;
  position: relative;
  bottom: 10px;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__discounts .result-option-price {
  top: 0;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__discounts .result-option-price--without-discount {
  display: inline-block;
  margin-right: 0;
}
body.results .transfer-result .result-option__main.roundTrip .result-option__discounts .offer-info__item {
  position: static;
  margin-right: 0;
}
body.results .transfer-result .result-option__book-button {
  position: relative;
}
body.results .transfer-result .result-option__dates {
  width: 26%;
}
body.results .transfer-result .result-option-price {
  position: relative;
  top: 2px;
}
body.results .transfer-result .result-option__price {
  margin: 5px 10px 2px 0;
}
body.results .transfer-result .result-option__price--prices {
  display: inline-block;
  margin-right: 10px;
}
body.results .transfer-result .result-option .glyphicon-calc {
  top: 2px;
}
body.results .transfer-result .result-option .offer-info__item {
  position: relative;
  top: 6px;
  margin-right: 20px;
}
body.results .transfer-result .info-card__location {
  white-space: normal;
}
body.results .photo-grid .transfer-result .result-option__dates {
  width: 100%;
}
body.results.packages .searcher {
  margin-top: 10px;
}
body.results.flights--select-departures .flight-selection {
  display: none;
}
body.results.flights--select-departures .flight-result__route-selection .flight-result__route--return {
  display: none;
}
body.results.flights--select-returns .results-list__item {
  display: none;
}
body.results.flights--select-returns .results-list__item--current-flight {
  display: block;
}
body.results.flights--select-returns .flight-selection__change-button {
  display: inline;
}
body.results.flights--select-returns .flight-result__route-selection .flight-result__route--departure {
  display: none;
}
body.results.flights--select-returns .results-list__header {
  display: none;
}
@media (max-width: 767px) {
  body.results.flights .results-list[data-view=custom] .results-list__title--custom-flights, body.results.flights .results-list[data-view=groupedByPrice] .results-list__title--custom-flights {
    display: none !important;
  }
  body.results.flights .results-list[data-view=custom] .results-list__body {
    display: none;
  }
  body.results.flights .results-list[data-view=groupedByPrice] .results-list__body--custom-flights {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 992px) {
  .transfer-result .result-option__main.roundTrip .result-option__title {
    bottom: 14px;
  }
  .transfer-result .result-option__main.roundTrip .result-option__dates {
    width: 34%;
  }
}
@media (max-width: 480px) {
  .transfer-result .result-option__price {
    position: static;
    width: 100%;
    text-align: right;
    right: 0;
  }
  .transfer-result .result-option__title {
    width: 100%;
  }
  .transfer-result .result-option__main .result-option__dates, .transfer-result .result-option__main.roundTrip .result-option__dates {
    width: 100%;
    text-align: left;
    white-space: normal;
  }
  .transfer-result .result-option__main .result-option__booking, .transfer-result .result-option__main.roundTrip .result-option__booking {
    width: 100%;
  }
  .transfer-result .result-option__main .result-option__title, .transfer-result .result-option__main.roundTrip .result-option__title {
    width: 100%;
    white-space: normal;
  }
  .transfer-result .result-option__route {
    margin-top: 5px;
  }
  .transfer-result .result-option--photo .result-option__price {
    position: absolute;
    right: 100px;
    width: initial;
    bottom: 2px;
  }
  .transfer-result .info-card__actions .info-card__options-toggle {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body.results.packages .searcher {
    margin-bottom: 20px;
  }
}
.glyphicon-places:before {
  color: #FFF;
  background-color: #0F91BB;
  border-radius: 5px;
  margin-right: 3px;
  margin-left: 5px;
}

.popover.result-popover .popover-title {
  white-space: nowrap;
  background-color: #091f40;
}
.popover.result-popover .popover-content {
  background-color: rgb(230, 233, 236);
}

.users__credit {
  margin-top: 20px;
}

.users__results-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.users__results-list .no-results {
  display: none;
}

.results.packages.customize .select2-results__option[aria-disabled=true] {
  display: none;
}
.results.packages.customize .info-card__image--action {
  cursor: default;
}
.results.packages.customize .result-option__other-dates {
  width: 90%;
}
.results.packages.customize .result-option__date-selection {
  width: 32%;
}
.results.packages.customize .result-option__remove-button {
  font-family: Arial;
  font-weight: bold;
  color: #061E42;
  background: transparent;
  border-radius: 0;
}
.results.packages.customize .result-option__remove-button .glyphicon-trash {
  margin-bottom: 2px;
  margin-right: 2px;
}
.results.packages.customize .results-list__optional-groups, .results.packages.customize .results-list__package {
  margin-right: 10px;
  margin-left: 10px;
}
.results.packages.customize .nav-tabs {
  border-bottom: 2px solid #091f40;
}
.results.packages.customize .nav-tabs > li {
  margin-bottom: 0;
}
.results.packages.customize .nav-tabs > li > a, .results.packages.customize .nav-tabs > li.active a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
.results.packages.customize .nav-tabs > li.optional_product--description {
  float: right;
  font-family: Arial;
  font-size: 18px;
  color: #091f40;
  margin-top: 10px;
}
.results.packages.customize .package-custom-product-option__remove-button {
  font-family: Arial;
  font-weight: bold;
  color: #061E42;
  background: transparent;
  border-radius: 0;
}
.results.packages.customize .package-custom-product-option .glyphicon-trash {
  margin-bottom: 2px;
  margin-right: 2px;
}
.results.packages.customize .package-custom-product-option--selected {
  border-left: 5px solid #0f1d41;
  padding-left: 10px;
}
.results.packages.customize .car-result.package-custom-product--selected {
  border-left: 5px solid #0f1d41;
  margin-left: -5px;
}
.results.packages.customize .package-custom-product__remove-button {
  font-family: Arial;
  font-weight: bold;
  color: #061E42;
  background: transparent;
  border-radius: 0;
}
.results.packages.customize .booking-product__details-description {
  margin-bottom: 15px;
}
.results.packages.customize .booking-product__amenities-title {
  font-size: 18px;
}
.results.packages.customize .result__info h4 {
  font-weight: bold;
}
.results.packages.customize .results-list__optional-product--description {
  display: none;
}

@media (max-width: 768px) {
  .results.packages.customize .optional_product--description {
    display: none;
  }
  .results.packages.customize .results-list__optional-product--description {
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .results.packages.customize .nav-tabs > li {
    margin-bottom: 5px;
  }
  .results.packages.customize .nav-tabs > li > a, .results.packages.customize .nav-tabs > li.active a {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid transparent;
    text-align: center;
  }
  .results.packages.customize .nav-tabs > li.optional_product--description {
    text-align: center;
  }
  .results.packages.customize .results-list__pagination {
    min-height: 30px;
  }
  .results.packages.customize .info-card__actions .info-card__options-toggle {
    margin-left: 0;
  }
  .results.packages.customize .nav-tabs {
    border-bottom: 0;
  }
}
.confirm-quotation__section {
  margin: 20px 0;
}
.confirm-quotation__section-title {
  font-size: 24px;
}
.confirm-quotation__section-content-notes-textarea {
  width: 100%;
}
.confirm-quotation__actions {
  margin-top: 20px;
  text-align: right;
  font-size: 18px;
}
/*# sourceMappingURL=main.css.map */