@charset "UTF-8";
/*!
 * Mineral Sass Custom v.0.1
 * 2016 May
 */
/* Dependencies
-------------------------------------------- */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 {
  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"] {
  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;
  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;
    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,
  #content.journey.detail .journey-read .content h1,
  #content.location.detail .journey-read .content h1,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2, #content.journey.detail .journey-read .content h1,
  #content.location.detail .journey-read .content h1,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table, #content.journey.detail .journey-read .content > table,
  #content.location.detail .journey-read .content > table {
    border-collapse: collapse !important;
  }
  .table td, #content.journey.detail .journey-read .content > table td,
  #content.location.detail .journey-read .content > table td,
  .table th,
  #content.journey.detail .journey-read .content > table th,
  #content.location.detail .journey-read .content > table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus {
  color: black;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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 #eeeeee;
}

.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, #content.journey.detail .journey-read .content h1,
#content.location.detail .journey-read .content h1, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small, #content.journey.detail .journey-read .content h1 small,
#content.location.detail .journey-read .content h1 small,
h2 .small,
#content.journey.detail .journey-read .content h1 .small,
#content.location.detail .journey-read .content h1 .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: #777777;
}

h1, .h1,
h2,
#content.journey.detail .journey-read .content h1,
#content.location.detail .journey-read .content h1, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
#content.journey.detail .journey-read .content h1 small,
#content.location.detail .journey-read .content h1 small,
h2 .small,
#content.journey.detail .journey-read .content h1 .small,
#content.location.detail .journey-read .content h1 .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: 36px;
}

h2, #content.journey.detail .journey-read .content h1,
#content.location.detail .journey-read .content h1, .h2 {
  font-size: 30px;
}

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

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: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .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: #777777;
}

.text-primary {
  color: #000;
}

a.text-primary:hover,
a.text-primary:focus {
  color: black;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #000;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: black;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

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

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

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: 768px) {
  .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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: '\00A0 \2014';
}

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

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

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, #header #navigation .logo-holder, #header #navigation .booking-holder, .col-lg-2, .col-xs-3, .col-sm-3, #header #navigation .logo-holder, #header #navigation .menu-holder, #header #navigation .booking-holder, #footer .footer-bottom .address, #footer .footer-bottom .social, .col-md-3, .col-lg-3, .col-xs-4, #footer .footer-bottom .social, .col-sm-4, #newsletter .signup .submit, .col-md-4, .col-lg-4, #footer .footer-top .signup-input, .col-xs-5, .col-sm-5, #footer .footer-top .signup-input, .col-md-5, .col-lg-5, .col-xs-6, #header #navigation .logo-holder, #header #navigation .menu-holder, .col-sm-6, .center-slider li .desc, #booking .nav > div, #booking .booking-item.datetime .inner .left, #booking .booking-item.datetime .inner .right, #booking .booking-item.contact .inner .left, #booking .booking-item.contact .inner .right, .col-md-6, .col-lg-6, #footer .footer-top .signup-text, .col-xs-7, .col-sm-7, #footer .footer-top .signup-text, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, #newsletter .signup .input, #content.menu .section.menu-table .more, .col-md-8, #header #navigation .menu-holder, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, #content.page .section.intro .desc, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, #footer .footer-bottom .address, .col-sm-12, #content.menu .section.intro .desc, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, #footer .footer-bottom .social, .col-xs-5, .col-xs-6, #header #navigation .logo-holder, #header #navigation .menu-holder, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, #footer .footer-bottom .address {
  float: left;
}

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

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

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

.col-xs-4, #footer .footer-bottom .social {
  width: 33.33333%;
}

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

.col-xs-6, #header #navigation .logo-holder, #header #navigation .menu-holder {
  width: 50%;
}

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

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

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

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

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

.col-xs-12, #footer .footer-bottom .address {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, #header #navigation .logo-holder, #header #navigation .menu-holder, #header #navigation .booking-holder, #footer .footer-bottom .address, #footer .footer-bottom .social, .col-sm-4, #newsletter .signup .submit, .col-sm-5, #footer .footer-top .signup-input, .col-sm-6, .center-slider li .desc, #booking .nav > div, #booking .booking-item.datetime .inner .left, #booking .booking-item.datetime .inner .right, #booking .booking-item.contact .inner .left, #booking .booking-item.contact .inner .right, .col-sm-7, #footer .footer-top .signup-text, .col-sm-8, #newsletter .signup .input, #content.menu .section.menu-table .more, .col-sm-9, .col-sm-10, #content.page .section.intro .desc, .col-sm-11, .col-sm-12, #content.menu .section.intro .desc {
    float: left;
  }

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

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

  .col-sm-3, #header #navigation .logo-holder, #header #navigation .menu-holder, #header #navigation .booking-holder, #footer .footer-bottom .address, #footer .footer-bottom .social {
    width: 25%;
  }

  .col-sm-4, #newsletter .signup .submit {
    width: 33.33333%;
  }

  .col-sm-5, #footer .footer-top .signup-input {
    width: 41.66667%;
  }

  .col-sm-6, .center-slider li .desc, #booking .nav > div, #booking .booking-item.datetime .inner .left, #booking .booking-item.datetime .inner .right, #booking .booking-item.contact .inner .left, #booking .booking-item.contact .inner .right {
    width: 50%;
  }

  .col-sm-7, #footer .footer-top .signup-text {
    width: 58.33333%;
  }

  .col-sm-8, #newsletter .signup .input, #content.menu .section.menu-table .more {
    width: 66.66667%;
  }

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

  .col-sm-10, #content.page .section.intro .desc {
    width: 83.33333%;
  }

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

  .col-sm-12, #content.menu .section.intro .desc {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-push-6, #header #navigation .menu-holder {
    left: 50%;
  }

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

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

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

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

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

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

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

  .col-sm-offset-1, #content.page .section.intro .desc {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2, #content.menu .section.menu-table .more {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3, .center-slider li .desc {
    margin-left: 25%;
  }

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, #header #navigation .logo-holder, #header #navigation .booking-holder, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, #header #navigation .menu-holder, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

  .col-md-2, #header #navigation .logo-holder, #header #navigation .booking-holder {
    width: 16.66667%;
  }

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

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

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

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

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

  .col-md-8, #header #navigation .menu-holder {
    width: 66.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-push-0, #header #navigation .menu-holder {
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, #footer .footer-top .signup-input, .col-lg-5, .col-lg-6, #footer .footer-top .signup-text, .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.33333%;
  }

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

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

  .col-lg-4, #footer .footer-top .signup-input {
    width: 33.33333%;
  }

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

  .col-lg-6, #footer .footer-top .signup-text {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-2, #footer .footer-top .signup-input {
    left: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.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, #content.journey.detail .journey-read .content > table > thead > tr > td.active,
#content.location.detail .journey-read .content > table > thead > tr > td.active,
.table > thead > tr > th.active,
#content.journey.detail .journey-read .content > table > thead > tr > th.active,
#content.location.detail .journey-read .content > table > thead > tr > th.active, .table > thead > tr.active > td, #content.journey.detail .journey-read .content > table > thead > tr.active > td,
#content.location.detail .journey-read .content > table > thead > tr.active > td, .table > thead > tr.active > th, #content.journey.detail .journey-read .content > table > thead > tr.active > th,
#content.location.detail .journey-read .content > table > thead > tr.active > th,
.table > tbody > tr > td.active,
#content.journey.detail .journey-read .content > table > tbody > tr > td.active,
#content.location.detail .journey-read .content > table > tbody > tr > td.active,
.table > tbody > tr > th.active,
#content.journey.detail .journey-read .content > table > tbody > tr > th.active,
#content.location.detail .journey-read .content > table > tbody > tr > th.active,
.table > tbody > tr.active > td,
#content.journey.detail .journey-read .content > table > tbody > tr.active > td,
#content.location.detail .journey-read .content > table > tbody > tr.active > td,
.table > tbody > tr.active > th,
#content.journey.detail .journey-read .content > table > tbody > tr.active > th,
#content.location.detail .journey-read .content > table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
#content.journey.detail .journey-read .content > table > tfoot > tr > td.active,
#content.location.detail .journey-read .content > table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
#content.journey.detail .journey-read .content > table > tfoot > tr > th.active,
#content.location.detail .journey-read .content > table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
#content.journey.detail .journey-read .content > table > tfoot > tr.active > td,
#content.location.detail .journey-read .content > table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
#content.journey.detail .journey-read .content > table > tfoot > tr.active > th,
#content.location.detail .journey-read .content > 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: #e8e8e8;
}

.table > thead > tr > td.success, #content.journey.detail .journey-read .content > table > thead > tr > td.success,
#content.location.detail .journey-read .content > table > thead > tr > td.success,
.table > thead > tr > th.success,
#content.journey.detail .journey-read .content > table > thead > tr > th.success,
#content.location.detail .journey-read .content > table > thead > tr > th.success, .table > thead > tr.success > td, #content.journey.detail .journey-read .content > table > thead > tr.success > td,
#content.location.detail .journey-read .content > table > thead > tr.success > td, .table > thead > tr.success > th, #content.journey.detail .journey-read .content > table > thead > tr.success > th,
#content.location.detail .journey-read .content > table > thead > tr.success > th,
.table > tbody > tr > td.success,
#content.journey.detail .journey-read .content > table > tbody > tr > td.success,
#content.location.detail .journey-read .content > table > tbody > tr > td.success,
.table > tbody > tr > th.success,
#content.journey.detail .journey-read .content > table > tbody > tr > th.success,
#content.location.detail .journey-read .content > table > tbody > tr > th.success,
.table > tbody > tr.success > td,
#content.journey.detail .journey-read .content > table > tbody > tr.success > td,
#content.location.detail .journey-read .content > table > tbody > tr.success > td,
.table > tbody > tr.success > th,
#content.journey.detail .journey-read .content > table > tbody > tr.success > th,
#content.location.detail .journey-read .content > table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
#content.journey.detail .journey-read .content > table > tfoot > tr > td.success,
#content.location.detail .journey-read .content > table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
#content.journey.detail .journey-read .content > table > tfoot > tr > th.success,
#content.location.detail .journey-read .content > table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
#content.journey.detail .journey-read .content > table > tfoot > tr.success > td,
#content.location.detail .journey-read .content > table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
#content.journey.detail .journey-read .content > table > tfoot > tr.success > th,
#content.location.detail .journey-read .content > table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.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: #d0e9c6;
}

.table > thead > tr > td.info, #content.journey.detail .journey-read .content > table > thead > tr > td.info,
#content.location.detail .journey-read .content > table > thead > tr > td.info,
.table > thead > tr > th.info,
#content.journey.detail .journey-read .content > table > thead > tr > th.info,
#content.location.detail .journey-read .content > table > thead > tr > th.info, .table > thead > tr.info > td, #content.journey.detail .journey-read .content > table > thead > tr.info > td,
#content.location.detail .journey-read .content > table > thead > tr.info > td, .table > thead > tr.info > th, #content.journey.detail .journey-read .content > table > thead > tr.info > th,
#content.location.detail .journey-read .content > table > thead > tr.info > th,
.table > tbody > tr > td.info,
#content.journey.detail .journey-read .content > table > tbody > tr > td.info,
#content.location.detail .journey-read .content > table > tbody > tr > td.info,
.table > tbody > tr > th.info,
#content.journey.detail .journey-read .content > table > tbody > tr > th.info,
#content.location.detail .journey-read .content > table > tbody > tr > th.info,
.table > tbody > tr.info > td,
#content.journey.detail .journey-read .content > table > tbody > tr.info > td,
#content.location.detail .journey-read .content > table > tbody > tr.info > td,
.table > tbody > tr.info > th,
#content.journey.detail .journey-read .content > table > tbody > tr.info > th,
#content.location.detail .journey-read .content > table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
#content.journey.detail .journey-read .content > table > tfoot > tr > td.info,
#content.location.detail .journey-read .content > table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
#content.journey.detail .journey-read .content > table > tfoot > tr > th.info,
#content.location.detail .journey-read .content > table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
#content.journey.detail .journey-read .content > table > tfoot > tr.info > td,
#content.location.detail .journey-read .content > table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
#content.journey.detail .journey-read .content > table > tfoot > tr.info > th,
#content.location.detail .journey-read .content > table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.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: #c4e3f3;
}

.table > thead > tr > td.warning, #content.journey.detail .journey-read .content > table > thead > tr > td.warning,
#content.location.detail .journey-read .content > table > thead > tr > td.warning,
.table > thead > tr > th.warning,
#content.journey.detail .journey-read .content > table > thead > tr > th.warning,
#content.location.detail .journey-read .content > table > thead > tr > th.warning, .table > thead > tr.warning > td, #content.journey.detail .journey-read .content > table > thead > tr.warning > td,
#content.location.detail .journey-read .content > table > thead > tr.warning > td, .table > thead > tr.warning > th, #content.journey.detail .journey-read .content > table > thead > tr.warning > th,
#content.location.detail .journey-read .content > table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
#content.journey.detail .journey-read .content > table > tbody > tr > td.warning,
#content.location.detail .journey-read .content > table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
#content.journey.detail .journey-read .content > table > tbody > tr > th.warning,
#content.location.detail .journey-read .content > table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
#content.journey.detail .journey-read .content > table > tbody > tr.warning > td,
#content.location.detail .journey-read .content > table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
#content.journey.detail .journey-read .content > table > tbody > tr.warning > th,
#content.location.detail .journey-read .content > table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
#content.journey.detail .journey-read .content > table > tfoot > tr > td.warning,
#content.location.detail .journey-read .content > table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
#content.journey.detail .journey-read .content > table > tfoot > tr > th.warning,
#content.location.detail .journey-read .content > table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
#content.journey.detail .journey-read .content > table > tfoot > tr.warning > td,
#content.location.detail .journey-read .content > table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
#content.journey.detail .journey-read .content > table > tfoot > tr.warning > th,
#content.location.detail .journey-read .content > 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: #faf2cc;
}

.table > thead > tr > td.danger, #content.journey.detail .journey-read .content > table > thead > tr > td.danger,
#content.location.detail .journey-read .content > table > thead > tr > td.danger,
.table > thead > tr > th.danger,
#content.journey.detail .journey-read .content > table > thead > tr > th.danger,
#content.location.detail .journey-read .content > table > thead > tr > th.danger, .table > thead > tr.danger > td, #content.journey.detail .journey-read .content > table > thead > tr.danger > td,
#content.location.detail .journey-read .content > table > thead > tr.danger > td, .table > thead > tr.danger > th, #content.journey.detail .journey-read .content > table > thead > tr.danger > th,
#content.location.detail .journey-read .content > table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
#content.journey.detail .journey-read .content > table > tbody > tr > td.danger,
#content.location.detail .journey-read .content > table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
#content.journey.detail .journey-read .content > table > tbody > tr > th.danger,
#content.location.detail .journey-read .content > table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
#content.journey.detail .journey-read .content > table > tbody > tr.danger > td,
#content.location.detail .journey-read .content > table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
#content.journey.detail .journey-read .content > table > tbody > tr.danger > th,
#content.location.detail .journey-read .content > table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
#content.journey.detail .journey-read .content > table > tfoot > tr > td.danger,
#content.location.detail .journey-read .content > table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
#content.journey.detail .journey-read .content > table > tfoot > tr > th.danger,
#content.location.detail .journey-read .content > table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
#content.journey.detail .journey-read .content > table > tfoot > tr.danger > td,
#content.location.detail .journey-read .content > table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
#content.journey.detail .journey-read .content > table > tfoot > tr.danger > th,
#content.location.detail .journey-read .content > table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.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: #ebcccc;
}

.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, #content.journey.detail .journey-read .content.table-responsive > table,
  #content.location.detail .journey-read .content.table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, #content.journey.detail .journey-read .content.table-responsive > table > thead > tr > th,
  #content.location.detail .journey-read .content.table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  #content.journey.detail .journey-read .content.table-responsive > table > thead > tr > td,
  #content.location.detail .journey-read .content.table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  #content.journey.detail .journey-read .content.table-responsive > table > tbody > tr > th,
  #content.location.detail .journey-read .content.table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  #content.journey.detail .journey-read .content.table-responsive > table > tbody > tr > td,
  #content.location.detail .journey-read .content.table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  #content.journey.detail .journey-read .content.table-responsive > table > tfoot > tr > th,
  #content.location.detail .journey-read .content.table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  #content.journey.detail .journey-read .content.table-responsive > table > tfoot > tr > td,
  #content.location.detail .journey-read .content.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: #333333;
  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;
  -moz-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: 11px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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;
  -o-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;
}
.form-control:focus {
  border-color: #fff;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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: 42px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .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[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .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[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .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[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .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[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .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[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .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[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .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,
#newsletter .signup .city {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label,
#newsletter .signup .city 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"],
#newsletter .signup .city input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox,
#newsletter .signup .city + .checkbox,
#newsletter .signup .checkbox + .city,
#newsletter .signup .city + .city {
  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,
#newsletter .signup .disabled.city label, fieldset[disabled]
.checkbox label, fieldset[disabled] #newsletter .signup .city label, #newsletter .signup fieldset[disabled] .city label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

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: 30px;
  line-height: 30px;
}

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  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.33333;
  border-radius: 0px;
}

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

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  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: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success #newsletter .signup .city,
#newsletter .signup .has-success .city,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, #newsletter .signup .has-success.city label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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 .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning #newsletter .signup .city,
#newsletter .signup .has-warning .city,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, #newsletter .signup .has-warning.city 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 .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 #newsletter .signup .city,
#newsletter .signup .has-error .city,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, #newsletter .signup .has-error.city label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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 .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.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: #737373;
}

@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,
  .form-inline #newsletter .signup .city,
  #newsletter .signup .form-inline .city {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label,
  .form-inline #newsletter .signup .city label,
  #newsletter .signup .form-inline .city label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .form-inline #newsletter .signup .city input[type="checkbox"],
  #newsletter .signup .form-inline .city 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 #newsletter .signup .city,
#newsletter .signup .form-horizontal .city,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal #newsletter .signup .city,
#newsletter .signup .form-horizontal .city {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@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: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857;
  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: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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: #d4d4d4;
  border-color: #8c8c8c;
}
.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: #000;
  border-color: black;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.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: black;
  border-color: black;
}
.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: #000;
  border-color: black;
}
.btn-primary .badge {
  color: #000;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #398439;
  border-color: #255625;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #d58512;
  border-color: #985f0d;
}
.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: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #ac2925;
  border-color: #761c19;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #000;
  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: black;
  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: #777777;
  text-decoration: none;
}

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

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

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  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%;
}

.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: 10px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.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: 12px;
  border-radius: 0px;
}
.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: 0px;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #000;
}
.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 #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #fff;
  background-color: #000;
}

.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.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-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.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.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: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  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: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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, #footer .footerWrap > .navbar-header,
.container > .navbar-collapse,
#footer .footerWrap > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, #footer .footerWrap > .navbar-header,
  .container > .navbar-collapse,
  #footer .footerWrap > .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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 15px;
  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: 768px) {
  .navbar > .container .navbar-brand, #footer .navbar > .footerWrap .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 768px) {
  .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: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 4px;
  margin-bottom: 4px;
}
@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,
  .navbar-form #newsletter .signup .city,
  #newsletter .signup .navbar-form .city {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label,
  .navbar-form #newsletter .signup .city label,
  #newsletter .signup .navbar-form .city label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form #newsletter .signup .city input[type="checkbox"],
  #newsletter .signup .navbar-form .city input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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: 4px;
  margin-bottom: 4px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  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: #e7e7e7;
}
.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: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .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: #e7e7e7;
  }
  .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: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #090909;
}
.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: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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: #090909;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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;
}

.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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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.42857;
}

.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;
  }
}
.clearfix:before, .popover-hover .popover-hover-wrap .popover-hover-content .link:before, #content .menu-list:before, #content.menu .section.intro .desc .download:before, .clearfix:after, .popover-hover .popover-hover-wrap .popover-hover-content .link:after, .center-slider:after, .center-slider li:after, .journey-grid:after, .grid-filter ul:after, #content .menu-list:after, #content.menu .section.intro .desc .download:after, #content.menu .section.menu-table .slider:after {
  content: " ";
  display: table;
}
.clearfix:after, .popover-hover .popover-hover-wrap .popover-hover-content .link:after, .center-slider:after, .center-slider li:after, .journey-grid:after, .grid-filter ul:after, #content .menu-list:after, #content.menu .section.intro .desc .download:after, #content.menu .section.menu-table .slider: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, .grid-filter {
    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;
  }
}
.ui-datepicker {
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.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;
  color: #fff;
}
.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%;
  border-collapse: collapse;
  margin: 0;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 1px solid #fff;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  text-align: right;
  text-decoration: none;
  padding: 5px;
}
.ui-datepicker td.ui-datepicker-unselectable span, .ui-datepicker td.ui-datepicker-unselectable a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ccc;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* with multiple calendars */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .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;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  color: #fff;
}
.ui-widget-header a {
  color: #fff;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.ui-state-default a {
  color: #454545;
  text-decoration: none;
}
.ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:hover, .ui-button:focus {
  background: #ededed;
  font-weight: normal;
}

.ui-state-hover a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-focus a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  color: #000;
  background: white;
  font-weight: normal;
}

.ui-button:active, .ui-button.ui-state-active:hover {
  font-weight: normal;
}

.ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

/* Interaction Cues
----------------------------------*/
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 15px;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.4);
}
.owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 15px;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
html, body, div, span, applet, object, iframe,
h1, h2, #content.journey.detail .journey-read .content h1,
#content.location.detail .journey-read .content h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* Reuse */
/* MIXIN KEYFRAMES
-------------------------------------------- */
/* MIXIN BUTTON
-------------------------------------------- */
/* Custom */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.clearfix, .popover-hover .popover-hover-wrap .popover-hover-content .link, .center-slider:after, .center-slider li:after, .journey-grid:after, .grid-filter ul:after, #content .menu-list, #content.menu .section.intro .desc .download, #content.menu .section.menu-table .slider:after {
  content: '';
  display: table;
  clear: both;
}

.container.vc_column_container, #footer .vc_column_container.footerWrap {
  float: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container.vc_column_container, #footer .vc_column_container.footerWrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container.vc_column_container, #footer .vc_column_container.footerWrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container.vc_column_container, #footer .vc_column_container.footerWrap {
    width: 850px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .container.vc_column_container, #footer .vc_column_container.footerWrap {
    width: 960px;
  }
}
.container.vc_column_container .vc_column-inner, #footer .vc_column_container.footerWrap .vc_column-inner {
  padding: 0 !important;
}
.container.vc_column_container .vc_row.row, #footer .vc_column_container.footerWrap .vc_row.row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .container, #footer .footerWrap {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  .container, #footer .footerWrap {
    width: 960px;
  }
}

.checkbox label, #newsletter .signup .city label, .radio label {
  position: relative;
}
.checkbox label > .box, #newsletter .signup .city label > .box, .radio label > .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.checkbox label > .box:before, #newsletter .signup .city label > .box:before, .radio label > .box:before {
  content: '';
  display: block;
  margin: 2px;
  width: 8px;
  height: 8px;
  -moz-transition: background-color, 0.2s, ease;
  -o-transition: background-color, 0.2s, ease;
  -webkit-transition: background-color, 0.2s, ease;
  transition: background-color, 0.2s, ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.checkbox label > .box.checked:before, #newsletter .signup .city label > .box.checked:before, .radio label > .box.checked:before {
  background-color: #fff;
}
.checkbox label > input[type="checkbox"], #newsletter .signup .city label > input[type="checkbox"], .checkbox label input[type="radio"], #newsletter .signup .city label input[type="radio"], .radio label > input[type="checkbox"], .radio label input[type="radio"] {
  display: none;
}

.btn {
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  -webkit-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}
@media (max-width: 767px) {
  .btn.wide {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btn.wide {
    width: 200px;
  }
}
.btn.twitter {
  color: #fff;
  background-color: #598dca;
  border-color: #4680c4;
  border-width: 1px;
}
.btn.twitter:hover {
  color: #fff;
  background-color: #4680c4;
  border-color: #3a73b6;
}
.btn.twitter:focus {
  color: #fff;
  background-color: #3a73b6;
  border-color: #3467a3;
}
.btn.twitter:active {
  color: #fff;
  background-color: #386eae;
  border-color: #31629b;
}
.btn.facebook {
  color: #fff;
  background-color: #3a589b;
  border-color: #334d88;
  border-width: 1px;
}
.btn.facebook:hover {
  color: #fff;
  background-color: #334d88;
  border-color: #2c4376;
}
.btn.facebook:focus {
  color: #fff;
  background-color: #2c4376;
  border-color: #253863;
}
.btn.facebook:active {
  color: #fff;
  background-color: #293f6e;
  border-color: #22345c;
}

.btn-primary-alt {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 1px;
}
.btn-primary-alt:hover, .btn-primary-alt.active {
  color: #000;
  background-color: #fff;
  border-color: transparent;
}
.btn-primary-alt:focus {
  color: #000;
  background-color: #fff;
  border-color: transparent;
}
.btn-primary-alt:active {
  color: #000;
  background-color: #fff;
  border-color: transparent;
}

.select {
  position: relative;
  border: 1px solid #fff;
}
.select:after {
  z-index: 0;
  content: '\e800';
  font-family: "fontello";
  position: absolute;
  top: 50%;
  right: 15px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select .form-control {
  border: none !important;
  outline: none;
}
.select .form-control option {
  background-color: transparent;
  color: #000;
}

.list-left, #content .section.location .info, #content .journey-list, #content.page .section.location .info {
  display: inline-block;
}
.list-left:after, #content .section.location .info:after, #content .journey-list:after, #content.page .section.location .info:after {
  display: table;
  content: '';
  clear: both;
}
@media (max-width: 767px) {
  .list-left li, #content .section.location .info li, #content .journey-list li, #content.page .section.location .info li {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .list-left li, #content .section.location .info li, #content .journey-list li, #content.page .section.location .info li {
    float: left;
  }
  .list-left li + li, #content .section.location .info li + li, #content .journey-list li + li, #content.page .section.location .info li + li {
    margin-left: 15px;
  }
}

.list-padding, #content .journey-list {
  margin: 0 -15px 0;
}
.list-padding li, #content .journey-list li {
  padding: 0 15px 60px;
}
.list-padding li + li, #content .journey-list li + li {
  margin: 0;
}

.list-4 li, #content .journey-list li {
  margin-top: 0;
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  .list-4 li, #content .journey-list li {
    width: 25%;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.owl-carousel .owl-item .item a {
  display: block;
}
.owl-carousel .owl-item .item a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-nav > * {
  position: absolute;
  outline: 0;
}
.owl-nav > *.owl-prev {
  left: 5%;
}
.owl-nav > *.owl-next {
  right: 5%;
}
.owl-nav > * a {
  color: #fff;
  font-size: 30px;
}

.owl-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
  bottom: 5%;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  display: inline-block;
  background: #fff;
  border: none;
  margin: 0 5px;
  height: 4px;
  width: 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.owl-dots .owl-dot:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.owl-dots .owl-dot.active span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-page-dots {
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 8px;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.flickity-page-dots .dot.is-selected {
  border-color: transparent;
  background-color: #fff;
}

.dropdown-custom {
  position: relative;
  padding: 10px 12px;
  height: 42px;
  line-height: 1.42857;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: 1px solid #fff;
}
.dropdown-custom:after {
  font-family: "fontello";
  content: '\e800';
  position: absolute;
  right: 12px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown-custom .dropdown {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: -1px;
  right: -1px;
  background: white;
  list-style: none;
  opacity: 0;
  pointer-events: none;
}
.dropdown-custom .dropdown > li > a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
}
.dropdown-custom .dropdown > li:hover > a {
  background: #eaeaea;
}
.dropdown-custom .dropdown li + li {
  border-top: 1px solid #fff;
}
.dropdown-custom.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.popover-hover {
  position: relative;
}
.popover-hover span {
  cursor: pointer;
}
.popover-hover.active .popover-hover-wrap {
  display: block;
}
.popover-hover .popover-hover-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.popover-hover .popover-hover-wrap .popover-hover-content {
  margin-bottom: 15px;
  border: 1px solid #fff;
}
.popover-hover .popover-hover-wrap .popover-hover-content .link {
  margin: 2px;
}
.popover-hover .popover-hover-wrap .popover-hover-content .link > li {
  text-align: left !important;
  margin: 0 !important;
  float: none !important;
  display: block;
}
.popover-hover .popover-hover-wrap .popover-hover-content .link > li > a {
  background-color: #fff;
  display: block;
  padding: 0 10px;
  color: #000 !important;
  line-height: 34px !important;
  height: 34px !important;
  white-space: nowrap;
}
.popover-hover .popover-hover-wrap .popover-hover-content .link > li > a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.center-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.center-slider li {
  text-align: center;
  position: relative;
  display: none;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.center-slider li .artwork {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.center-slider li .artwork > img {
  height: 150px;
}
@media (min-width: 375px) {
  .center-slider li .artwork > img {
    height: 190px;
  }
}
@media (min-width: 768px) {
  .center-slider li .artwork > img {
    height: 385px;
  }
}
@media (min-width: 992px) {
  .center-slider li .artwork > img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .center-slider li .artwork > img {
    height: 600px;
  }
}
.center-slider li.active {
  display: block;
  position: absolute;
  top: 0;
}
.center-slider li.left, .center-slider li.right {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.center-slider li.left .artwork:before, .center-slider li.right .artwork:before {
  z-index: 2;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.center-slider li.left .desc, .center-slider li.right .desc {
  display: none;
}
.center-slider li.left {
  left: 0;
}
.center-slider li.left:hover {
  cursor: w-resize;
}
.center-slider li.left .artwork:before {
  right: -75px;
}
@media (min-width: 768px) {
  .center-slider li.left .artwork:before {
    right: -250px;
  }
}
@media (min-width: 992px) {
  .center-slider li.left .artwork:before {
    right: -400px;
  }
}
@media (min-width: 1200px) {
  .center-slider li.left .artwork:before {
    right: -500px;
  }
}
.center-slider li.right {
  right: 0;
}
.center-slider li.right:hover {
  cursor: e-resize;
}
.center-slider li.right .artwork:before {
  left: -75px;
}
@media (min-width: 768px) {
  .center-slider li.right .artwork:before {
    left: -250px;
  }
}
@media (min-width: 992px) {
  .center-slider li.right .artwork:before {
    left: -400px;
  }
}
@media (min-width: 1200px) {
  .center-slider li.right .artwork:before {
    left: -500px;
  }
}
.center-slider li.middle {
  position: absolute;
  left: 50%;
  cursor: drag;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sk-fading-circle {
  width: 100px;
  height: 100px;
  position: relative;
  margin: auto;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .TA_selfserveprop {
    float: right;
  }
}

iframe {
  width: 100%;
}

.nf-form-fields-required {
  display: none;
}

/* ICON
-------------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype");
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?99436019#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open-big:before, #jumbotron .arrow:before {
  content: '\e800';
}

/* '' */
.icon-up-dir:before, #content .menu-list > li.fav h2:before, #content.journey.detail .menu-list > li.fav .journey-read .content h1:before, #content.journey.detail .journey-read .content .menu-list > li.fav h1:before,
#content.location.detail .menu-list > li.fav .journey-read .content h1:before,
#content.location.detail .journey-read .content .menu-list > li.fav h1:before {
  content: '\e801';
}

/* '' */
.icon-instagram:before {
  content: '\e802';
}

/* '' */
.icon-mail:before {
  content: '\e803';
}

/* '' */
.icon-right-open:before, #booking .booking-item.datetime .inner .left .ui-datepicker-next span:before {
  content: '\f006';
}

/* '' */
.icon-left-open:before, #booking .booking-item.datetime .inner .left .ui-datepicker-prev span:before {
  content: '\f007';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-doc-text:before {
  content: '\f0f6';
}

/* '' */
/* FONT
-------------------------------------------- */
body {
  font-family: 'Berthold Akzidenz Grotesk Regular';
}

.regular, #booking h1, #content .section.journey-slider .title-section, #content .section.location .title-section, #content.page .section.journey-slider .title-section, #content.page .section.location .title-section, #content.menu .vc_tta-panel-body h2, #content.menu .vc_tta-panel-body #content.journey.detail .journey-read .content h1, #content.journey.detail .journey-read .content #content.menu .vc_tta-panel-body h1,
#content.menu .vc_tta-panel-body #content.location.detail .journey-read .content h1,
#content.location.detail .journey-read .content #content.menu .vc_tta-panel-body h1, #content.menu .vc_tta-panel-body h3, #content.menu .vc_tta-panel-body h4, #content.menu .section.journey-feed .title-section, #content.journey .journey-feed .title-section, #content.journey .journey-feed .slider span.author, #content.journey.detail .journey-read .content > ol li > p,
#content.location.detail .journey-read .content > ol li > p, .carousel.lates-fromkaum .carousel-item span.caption {
  font-family: 'Berthold Akzidenz Grotesk Regular';
}

.bold, h1, #content.journey.detail .journey-read .content > ol li,
#content.location.detail .journey-read .content > ol li, #content.journey.detail .journey-read .content strong,
#content.location.detail .journey-read .content strong {
  font-family: 'Berthold Akzidenz Grotesk Bold';
}

em, p em, .script, #content .menu-list > li .desc, #content .journey-list li > a .title, #content.menu .vc_tta-panel-body p, #content.menu .section.journey-feed .slider span.author, #content.journey.detail .journey-read .intro span,
#content.location.detail .journey-read .intro span, #content.journey.detail .journey-read .content figure span.caption,
#content.location.detail .journey-read .content figure span.caption, .carousel.about-journey .carousel-item span.title, .carousel.lates-fromkaum .carousel-item span.author {
  font-family: "baskerville-urw",Times;
  font-style: italic;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.9;
}

@font-face {
  font-family: 'Berthold Akzidenz Grotesk Regular';
  src: url("fonts/Berthold Akzidenz Grotesk Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Berthold Akzidenz Grotesk Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Berthold Akzidenz Grotesk Regular.woff") format("woff"), url("fonts/Berthold Akzidenz Grotesk Regular.ttf") format("truetype"), url("fonts/Berthold Akzidenz Grotesk Regular.svg#9347cf004a43dda583b8beeff8aba4a2") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Light';
  src: url("fonts/Berthold Akzidenz Grotesk Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Berthold Akzidenz Grotesk Light.eot?#iefix") format("embedded-opentype"), url("fonts/Berthold Akzidenz Grotesk Light.woff") format("woff"), url("fonts/Berthold Akzidenz Grotesk Light.ttf") format("truetype"), url("fonts/Berthold Akzidenz Grotesk Light.svg#25a6d2bf99279685d53bd7c9f81e0a96") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Bold';
  src: url("fonts/Berthold Akzidenz Grotesk Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Berthold Akzidenz Grotesk Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Berthold Akzidenz Grotesk Bold.woff") format("woff"), url("fonts/Berthold Akzidenz Grotesk Bold.ttf") format("truetype"), url("fonts/Berthold Akzidenz Grotesk Bold.svg#8d40077d9edc51316afdc1d8595e5415") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
/* HEADING
-------------------------------------------- */
h1 {
  font-size: 17px;
  letter-spacing: 1.15px;
}

h2, #content.journey.detail .journey-read .content h1,
#content.location.detail .journey-read .content h1 {
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* GLOBAL
-------------------------------------------- */
html {
  position: relative;
  overflow-x: hidden;
  background-color: #802528;
}
html.display-menu, html.display-newsletter, html.booking-active {
  height: 100%;
  overflow-y: hidden;
}
html.page-scrolled body.light #navigation #logo {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("img/logo.png") top left no-repeat;
  background-size: 150px 44px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  html.page-scrolled body.light #navigation #logo {
    background: url("img/logo@2x.png") top left no-repeat;
    background-size: 150px 44px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.page-scrolled body.light #navigation #logo {
    background: url("img/logo@2x.png") top left no-repeat;
    background-size: 150px 44px;
  }
}
html.page-scrolled body.light #navigation #menu-site.hamburger span {
  background-color: #fff;
}
html.page-scrolled.enter-content body.light #navigation #logo {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("img/logo_black.png") top left no-repeat;
  background-size: 150px 44px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  html.page-scrolled.enter-content body.light #navigation #logo {
    background: url("img/logo_black@2x.png") top left no-repeat;
    background-size: 150px 44px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html.page-scrolled.enter-content body.light #navigation #logo {
    background: url("img/logo_black@2x.png") top left no-repeat;
    background-size: 150px 44px;
  }
}
html.page-scrolled.enter-content body.light #navigation #menu-site.hamburger span {
  background-color: #fff;
}
html.display-menu #header #navigation .menu-holder #menu-site.hamburger span {
  background-color: #fff;
}
html.display-menu #header #navigation .menu-holder #menu-list {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

body {
  overflow-x: hidden;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.9;
  background-color: #fff;
}
body.loading, body.pace-running {
  max-height: 100vh;
  background-attachment: fixed;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("img/logo.png") center center no-repeat;
  background-size: 150px 44px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  body.loading, body.pace-running {
    background: url("img/logo@2x.png") center center no-repeat;
    background-size: 150px 44px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body.loading, body.pace-running {
    background: url("img/logo@2x.png") center center no-repeat;
    background-size: 150px 44px;
  }
}
body.pace-done #wrap {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.headerScrolled #header, body.light #header {
  background-color: #802528;
}
body.headerScrolled #header #navigation.single, body.light #header #navigation.single {
  border-color: #802528;
}
body:not(.headerScrolled) #header #navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media (min-width: 1200px) {
  body:not(.headerScrolled) #header.active {
    background-color: #802528;
  }
}
body.display-menu #menu-site-expand {
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}

a:active, a:hover {
  text-decoration: none !important;
}

#wrap {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#wrap.move {
  position: relative;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.body-move #move #jumbotron .wrapper,
.body-move #move #jumbotron .title-bar,
.body-move #move #footer .bg,
.body-move #move #footer .more {
  position: absolute;
}

.menu-rotate span {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  right: 0;
}

/* NAVIGATION
-------------------------------------------- */
.hamburger {
  display: block;
  width: 30px;
  height: 30px;
}
.hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #fff;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hamburger span:first-child {
  top: 5px;
}
.hamburger span:nth-child(2) {
  top: 14px;
}
.hamburger span:last-child {
  bottom: 5px;
}
.hamburger.active {
  -moz-transition: margin 1.5s ease-out, all 0.3s ease;
  -o-transition: margin 1.5s ease-out, all 0.3s ease;
  -webkit-transition: margin 1.5s ease-out, all 0.3s ease;
  transition: margin 1.5s ease-out, all 0.3s ease;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hamburger.active span:first-child {
  top: 14px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active span:last-child {
  bottom: 14px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
#header #topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#header #topbar .topbar--inner .location-contact--wrapper {
  text-align: right;
}
#header #topbar .topbar--inner .location-contact--wrapper .contact-list li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
}
#header #topbar .topbar--inner .location-contact--wrapper .contact-list li + li:before {
  content: '|';
  margin: 0 12px;
}
#header #topbar .topbar--inner .location-contact--wrapper .contact-list li svg.svg-icon--wa {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  fill: #fff;
}
#header #topbar .topbar--inner .location-contact--wrapper .contact-list li a {
  color: inherit;
}
#header #navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#header #navigation .logo-holder,
#header #navigation .booking-holder {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header #navigation .logo-holder #logo {
  display: inline-block;
  height: 36px;
  width: 120px;
  text-indent: -99999px;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("img/logo.png") top left no-repeat;
  background-size: contain;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  -moz-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  -webkit-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #header #navigation .logo-holder #logo {
    background: url("img/logo@2x.png") top left no-repeat;
    background-size: contain;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header #navigation .logo-holder #logo {
    background: url("img/logo@2x.png") top left no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1199px) {
  #header #navigation .booking-holder {
    display: none;
  }
}
#header #navigation .menu-holder #menu-site {
  z-index: 3;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #fff;
}
@media (min-width: 1200px) {
  #header #navigation .menu-holder #menu-site.hamburger {
    display: none;
  }
}
#header #navigation .menu-holder #menu-list {
  text-align: center;
}
@media (max-width: 767px) {
  #header #navigation .menu-holder #menu-list {
    padding-top: 90px;
  }
}
@media (max-width: 1199px) {
  #header #navigation .menu-holder #menu-list {
    position: fixed;
    padding-top: 130px;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(128, 37, 40, 0.9);
    text-align: right;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
}
#header #navigation .menu-holder #menu-list > li {
  font-size: 12px;
  letter-spacing: 2px;
}
@media (min-width: 1200px) {
  #header #navigation .menu-holder #menu-list > li {
    display: inline-block;
  }
  #header #navigation .menu-holder #menu-list > li.city {
    width: 180px;
  }
}
#header #navigation .menu-holder #menu-list > li > a {
  display: block;
  color: #fff;
  padding: 15px;
  line-height: 1;
}
#header #navigation .menu-holder #menu-list > li > a, #header #navigation .menu-holder #menu-list > li > a:active, #header #navigation .menu-holder #menu-list > li > a:hover {
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  #header #navigation .menu-holder #menu-list > li > a {
    padding: 22px 15px;
  }
}
#header #navigation .menu-holder #menu-list > li > a > i {
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
#header #navigation .menu-holder #menu-list > li > a:after {
  content: '';
  display: block;
}
#header #navigation .menu-holder #menu-list > li.has-child {
  position: relative;
}
#header #navigation .menu-holder #menu-list > li.has-child > a {
  margin-top: -1px;
  margin-bottom: 1px;
}
#header #navigation .menu-holder #menu-list > li.has-child.active > a {
  background-color: #fff;
  color: #000;
}
@media (min-width: 1200px) {
  #header #navigation .menu-holder #menu-list > li.has-child.active > a {
    width: 180px;
  }
}
#header #navigation .menu-holder #menu-list > li.has-child.active > a i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header #navigation .menu-holder #menu-list > li.has-child.active .child-list {
  display: block;
}
#header #navigation .menu-holder #menu-list > li.has-child .child-list {
  display: none;
  margin-bottom: 25px;
  background-color: #fff;
  margin-top: -1px;
}
@media (max-width: 1199px) {
  #header #navigation .menu-holder #menu-list > li.has-child .child-list {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #header #navigation .menu-holder #menu-list > li.has-child .child-list {
    position: absolute;
    width: 180px;
    text-align: left;
    border-width: 0 1px 1px 1px;
    border-color: rgba(0, 0, 0, 0.04);
    border-style: solid;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
#header #navigation .menu-holder #menu-list > li.has-child .child-list > li > a {
  text-decoration: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: transparent;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 44px;
}
@media (min-width: 1200px) {
  #header #navigation .menu-holder #menu-list > li.has-child .child-list > li > a:hover {
    background-color: #f9f9f9;
  }
}
@media (min-width: 1200px) {
  #header #navigation .menu-holder #menu-list > li.has-child .child-list > li > a > span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    min-width: 95px;
  }
}
#header #navigation .menu-holder #menu-list > li.has-child .child-list > li > a i {
  margin-top: -3px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  -moz-transition: -moz-transform 150ms ease-in-out;
  -o-transition: -o-transform 150ms ease-in-out;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}
#header #navigation .booking-holder {
  text-align: right;
}
#header #navigation .booking-holder a {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #fff;
}
#header #submenu {
  color: #fff;
}
#header #submenu .submenu--inner .submenu-list {
  text-align: center;
}
#header #submenu .submenu--inner .submenu-list li {
  display: inline-block;
  vertical-align: baseline;
  padding: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}
#header #submenu .submenu--inner .submenu-list li a {
  color: inherit;
}

/* MENU SITE
-------------------------------------------- */
#menu-site-expand {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale3d(1.2, 1.2, 1.2);
  -ms-transform: scale3d(1.2, 1.2, 1.2);
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
  -moz-transition: all, 0.2s, ease-in-out;
  -o-transition: all, 0.2s, ease-in-out;
  -webkit-transition: all, 0.2s, ease-in-out;
  transition: all, 0.2s, ease-in-out;
  display: none;
}
#menu-site-expand.active {
  display: block;
}
#menu-site-expand.no-bg {
  background-image: none !important;
}
#menu-site-expand:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#menu-site-expand .bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#menu-site-expand .bg.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#menu-site-expand .menu {
  z-index: 5;
  position: absolute;
  margin: 0;
  left: 50%;
  margin: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#menu-site-expand .menu li > a, #menu-site-expand .menu li > span {
  cursor: pointer;
  display: block;
  color: #fff;
}
#menu-site-expand .menu li > a:hover, #menu-site-expand .menu li > a:focus, #menu-site-expand .menu li > a:active, #menu-site-expand .menu li > span:hover, #menu-site-expand .menu li > span:focus, #menu-site-expand .menu li > span:active {
  text-decoration: none;
}
#menu-site-expand .menu.menu-booking {
  top: 10px;
}
#menu-site-expand .menu.menu-booking li > a {
  text-align: center;
  line-height: 34px;
  height: 34px;
}
@media (max-width: 767px) and (orientation: landscape) {
  #menu-site-expand .menu.menu-booking li {
    float: left;
  }
  #menu-site-expand .menu.menu-booking li + li {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  #menu-site-expand .menu.menu-booking {
    top: 37px;
  }
  #menu-site-expand .menu.menu-booking li {
    float: left;
  }
  #menu-site-expand .menu.menu-booking li a {
    font-size: 16px;
  }
  #menu-site-expand .menu.menu-booking li + li {
    margin-left: 50px;
  }
}
#menu-site-expand .menu.menu-site {
  font-size: 24px;
  top: 50%;
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
#menu-site-expand .menu.menu-site li > a {
  line-height: 44px;
}
@media (max-width: 767px) {
  #menu-site-expand .menu.menu-site {
    width: 300px;
  }
  #menu-site-expand .menu.menu-site li > a {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #menu-site-expand .menu.menu-site {
    font-size: 35px;
  }
  #menu-site-expand .menu.menu-site li {
    text-align: center;
  }
  #menu-site-expand .menu.menu-site li + li {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #menu-site-expand .menu.menu-site {
    width: 850px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #menu-site-expand .menu.menu-site li {
    float: left;
  }
  #menu-site-expand .menu.menu-site li > a {
    line-height: 44px;
  }
  #menu-site-expand .menu.menu-site li + li {
    margin-top: 0;
    margin-left: 60px;
  }
}
#menu-site-expand .menu.menu-link {
  bottom: 10px;
}
@media (min-width: 768px) {
  #menu-site-expand .menu.menu-link {
    bottom: 100px;
  }
}
#menu-site-expand .menu.menu-link li {
  float: left;
}
@media (max-width: 767px) {
  #menu-site-expand .menu.menu-link {
    display: none;
    width: 100%;
  }
  #menu-site-expand .menu.menu-link li {
    padding: 10px;
    width: 50%;
  }
  #menu-site-expand .menu.menu-link li:nth-child(2n+1) {
    text-align: right;
  }
}
@media (min-width: 768px) {
  #menu-site-expand .menu.menu-link {
    width: 440px;
    bottom: 37px;
  }
  #menu-site-expand .menu.menu-link li + li {
    margin-left: 50px;
  }
}

/* NEWSLETTER
-------------------------------------------- */
.display-newsletter #newsletter {
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#newsletter {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale3d(1.2, 1.2, 1.2);
  -ms-transform: scale3d(1.2, 1.2, 1.2);
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
  -moz-transition: all, 0.2s, ease-in-out;
  -o-transition: all, 0.2s, ease-in-out;
  -webkit-transition: all, 0.2s, ease-in-out;
  transition: all, 0.2s, ease-in-out;
  display: none;
}
#newsletter.active {
  display: block;
}
#newsletter:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#newsletter a.closeit {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 3;
  position: absolute;
  top: 30px;
  right: 22px;
  color: #fff;
}
#newsletter a.closeit span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #fff;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#newsletter a.closeit span:first-child {
  top: 14px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#newsletter a.closeit span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#newsletter a.closeit span:last-child {
  bottom: 14px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#newsletter .signup {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#newsletter .signup .notif {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 768px) {
  #newsletter .signup .input {
    padding-right: 0;
  }
}
#newsletter .signup .input input {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#newsletter .signup .city {
  display: inline-block;
}
#newsletter .signup .city label {
  color: #fff;
}
#newsletter .signup .city label + label {
  margin-left: 15px;
}
#newsletter .signup .city input {
  margin-top: 0;
}
#newsletter .signup .btn {
  padding: 10px 12px;
}

/* BOOKING
-------------------------------------------- */
#block-all {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

#booking {
  color: #fff;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  #booking {
    right: 15px;
  }
}
#booking .booking-close {
  position: fixed;
  width: 30px;
  height: 30px;
  z-index: 3;
  top: 15px;
  right: 30px;
}
@media (max-width: 767px) {
  #booking .booking-close {
    right: 15px;
  }
}
#booking .booking-close > span {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  left: 0;
  top: 14px;
}
#booking .booking-close > span:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#booking .booking-close > span:last-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#booking.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
#booking .hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
}
#booking .booking-outer {
  width: 100%;
  height: 100%;
}
#booking .container.load, #booking #footer .load.footerWrap, #footer #booking .load.footerWrap {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
@media (max-width: 767px) {
  #booking .container, #booking #footer .footerWrap, #footer #booking .footerWrap {
    width: 100%;
    padding: 0;
  }
}
#booking .flickity-slider {
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100vh;
}
#booking .flickity-page-dots {
  margin-top: 40px;
}
#booking h1 {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #booking h1 {
    font-size: 20px;
  }
}
#booking .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#booking .inner {
  margin-bottom: 30px;
}
#booking .nav > div > .btn {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #booking .nav div + div {
    margin-top: 15px;
  }
}
#booking .booking-item {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
#booking .booking-item > p {
  font-size: 14px;
  letter-spacing: 1.5px;
}
#booking .booking-item.city h1 {
  margin-bottom: 50px;
}
#booking .booking-item.city .choose-city {
  text-align: center;
}
#booking .booking-item.city .choose-city .btn {
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #booking .booking-item.city .choose-city .btn + .btn {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  #booking .booking-item.city .choose-city .btn + .btn {
    margin-left: 30px;
  }
}
#booking .booking-item.datetime {
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: visible;
}
@media (min-width: 768px) {
  #booking .booking-item.datetime .booking-item-head {
    position: absolute;
    max-width: 425px;
    top: 30px;
    left: 50%;
    width: 100%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #booking .booking-item.datetime .booking-item-head > h1, #booking .booking-item.datetime .booking-item-head > p {
    margin-bottom: 5px;
  }
}
#booking .booking-item.datetime .inner {
  margin-bottom: 0;
}
#booking .booking-item.datetime .inner .left .ui-widget-content {
  border: none;
}
#booking .booking-item.datetime .inner .left .ui-widget-content .ui-datepicker-header {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#booking .booking-item.datetime .inner .left .ui-widget-content .ui-datepicker-calendar {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#booking .booking-item.datetime .inner .left .ui-datepicker-prev span {
  font-family: "fontello";
}
#booking .booking-item.datetime .inner .left .ui-datepicker-next span {
  font-family: "fontello";
}
#booking .booking-item.datetime .inner .right p {
  margin-top: 10px;
  margin-bottom: 5px;
}
#booking .booking-item.datetime .inner .widget-wrapper {
  position: relative;
  margin: 0 auto -40px;
  max-width: 500px;
  height: 800px;
}
#booking .booking-item.datetime .inner .widget-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
@media (max-width: 767px) {
  #booking .booking-item.datetime .inner .widget-wrapper {
    height: 600px;
  }
  #booking .booking-item.datetime .inner .widget-wrapper iframe {
    transform-origin: center 0;
  }
}
@media (max-width: 767px) {
  #booking .booking-item.datetime {
    height: 100vh;
  }
}
#booking .booking-item.contact .inner .right {
  text-align: left;
}
#booking .booking-item.contact .inner .right a {
  color: #fff;
  text-decoration: underline;
}
#booking .booking-item.finish .inner {
  padding: 50px 0;
  text-align: center;
}
#booking .booking-item.finish .powered {
  margin-top: 15px;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
}
#booking .booking-item.finish .powered img {
  position: relative;
  vertical-align: -4px;
}
@media (max-width: 767px) {
  #booking .booking-item.finish .powered {
    margin-top: 45px;
  }
}

.booking-container .booking-item {
  width: 100%;
  padding: 0 15px;
}

/* FOOTER
-------------------------------------------- */
#booking-mobile {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  #booking-mobile {
    display: none;
  }
}
#booking-mobile .booking-mobile--inner a.booking {
  border: none;
  padding: 0 15px;
  line-height: 44px;
  letter-spacing: 1.5px;
  display: block;
  width: 100%;
  background-color: #802528;
  color: #fff;
}

#footer {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  #footer {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  #footer {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #footer .footerWrap {
    width: 1140px;
  }
}
#footer .footer-top {
  border-top: 1px dashed #000;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer .footer-top .signup-text h2, #footer .footer-top .signup-text #content.journey.detail .journey-read .content h1, #content.journey.detail .journey-read .content #footer .footer-top .signup-text h1,
#footer .footer-top .signup-text #content.location.detail .journey-read .content h1,
#content.location.detail .journey-read .content #footer .footer-top .signup-text h1 {
  margin-top: 20px;
  text-transform: uppercase;
}
#footer .footer-top .signup-text p {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #footer .footer-top .signup-text p {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
#footer .footer-top .signup-input form .social-list {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #footer .footer-top .signup-input form .social-list {
    text-align: right;
  }
}
#footer .footer-top .signup-input form .social-list li {
  display: inline-block;
  margin-right: 15px;
}
#footer .footer-top .signup-input form .social-list li a {
  display: inline-block;
  position: relative;
  padding: 12px 0;
  width: 50px;
  height: 50px;
  background-color: #802528;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
}
#footer .footer-top .signup-input form .social-list li a svg {
  position: relative;
  width: 14px;
  height: 14px;
  fill: #fff;
}
@media (min-width: 768px) {
  #footer .footer-top .signup-input form .social-list {
    text-align: right;
  }
  #footer .footer-top .signup-input form .social-list li {
    margin-left: 15px;
    margin-right: 0;
  }
}
#footer .footer-top .signup-input form .input-group input {
  padding-top: 6px;
  padding-bottom: 5px;
  border-color: #000;
  color: #000;
}
@media (min-width: 992px) {
  #footer .footer-top .signup-input form .input-group input {
    font-size: 14px;
  }
}
#footer .footer-top .signup-input form .input-group button {
  padding-top: 10px;
  padding-bottom: 11px;
  background-color: #802528;
  color: #fff;
  text-transform: uppercase;
}
#footer .footer-bottom .address {
  margin-bottom: 30px;
}
#footer .footer-bottom .address address {
  line-height: normal;
}
#footer .footer-bottom .address address > span {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  #footer .footer-bottom .social .social-action {
    text-align: right;
  }
}
#footer .footer-bottom .social .social-action a[class*="social-"] {
  display: inline-block;
  text-decoration: none;
  padding: 4px 0;
  margin-right: 9px;
}
#footer .footer-bottom .social .social-action a[class*="social-"] svg {
  width: 14px;
  height: 15px;
  fill: #000;
}
@media (max-width: 767px) {
  #footer .footer-bottom .social .social-action a[class*="social-"] svg {
    width: 20px;
    height: 20px;
  }
}
#footer .footer-bottom .social .social-action .booking {
  margin-left: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer .footer-bottom .social .social-action .booking {
    display: none;
  }
}
#footer .footer-bottom .social .social-action .booking a {
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  background: #802528;
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .legal {
  padding: 25px 0;
  margin-top: 50px;
  border-top: 1px solid #000;
  text-align: center;
}
@media (max-width: 767px) {
  #footer .footer-bottom .legal {
    text-align: left;
  }
  #footer .footer-bottom .legal p {
    letter-spacing: .95px;
  }
}
#footer .footer-bottom .legal p {
  font-size: 12px;
}
@media (max-width: 1199px) {
  #footer .footer-bottom .legal span {
    display: block;
    margin-top: 15px;
  }
}
#footer .footer-bottom .legal .footer-menu a + a:before {
  content: "|";
  margin-right: 5px;
}

/* JUMBOTRON
-------------------------------------------- */
body.display-menu #jumbotron .arrow, body.display-menu #jumbotron .title-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#jumbotron {
  z-index: 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
#jumbotron.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
  background-size: cover;
  transition: 1s opacity;
}
#jumbotron .wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#jumbotron .wrapper .bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#jumbotron .wrapper .hero-full,
#jumbotron .wrapper .slider-full-wrapper,
#jumbotron .wrapper .slider,
#jumbotron .wrapper .owl-stage-outer,
#jumbotron .wrapper .owl-stage,
#jumbotron .wrapper .owl-item,
#jumbotron .wrapper .item,
#jumbotron .wrapper a,
#jumbotron .wrapper figure {
  height: 100%;
}
#jumbotron .wrapper .hero-full {
  height: 100%;
}
#jumbotron .wrapper .hero-full figure img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#jumbotron .title-bar {
  font-size: 16px;
  position: fixed;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  height: 60px;
  line-height: 60px;
  -moz-transition: opacity, 0.2s, ease-in-out;
  -o-transition: opacity, 0.2s, ease-in-out;
  -webkit-transition: opacity, 0.2s, ease-in-out;
  transition: opacity, 0.2s, ease-in-out;
}
@media (min-width: 768px) {
  #jumbotron .title-bar {
    height: 80px;
    line-height: 80px;
  }
}
#jumbotron .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 34px;
  color: #fff;
  z-index: 4;
  position: fixed;
  bottom: 80px;
  left: 50%;
  font-family: "fontello";
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  #jumbotron .arrow {
    bottom: 100px;
  }
}

/* CONTENT
-------------------------------------------- */
.grid-filter {
  text-align: center;
  margin-bottom: 30px;
}
.grid-filter ul {
  display: inline-block;
}
@media (max-width: 413px) {
  .grid-filter ul > li {
    display: inline-block;
  }
  .grid-filter ul > li:first-child {
    display: block;
  }
}
@media (min-width: 414px) {
  .grid-filter ul > li {
    float: left;
  }
}
.grid-filter ul > li span {
  color: #888;
}
.grid-filter ul > li > span, .grid-filter ul > li a {
  display: block;
  line-height: 34px;
  height: 34px;
}
.grid-filter ul > li > span:hover, .grid-filter ul > li > span:focus, .grid-filter ul > li > span:active, .grid-filter ul > li a:hover, .grid-filter ul > li a:focus, .grid-filter ul > li a:active {
  text-decoration: none;
}
.grid-filter ul li + li {
  margin-left: 15px;
}

.grid-container {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .grid-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.grid-container .grid-item {
  padding: 0 15px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .grid-container .grid-item {
    padding: 30px;
    width: 33.334%;
  }
}
.grid-container .grid-item .grid-item_media {
  position: relative;
  margin-bottom: 10px;
}
.grid-container .grid-item .grid-item_media > * {
  display: block;
  width: 100%;
  height: 0%;
  position: relative;
  padding-bottom: 66.66667%;
}
.grid-container .grid-item .grid-item_media > * > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.grid-container .grid-item .grid-item_text {
  padding: 5px;
}
.grid-container .grid-item .grid-item_text p {
  margin-bottom: 12px;
}
.grid-container .grid-item .grid-item_text p.category {
  font-size: 12px;
  text-transform: uppercase;
}
.grid-container .grid-item .grid-item_text p.category > a {
  color: #777;
}
.grid-container .grid-item .grid-item_text p.category > a:hover {
  color: #555;
}
.grid-container .grid-item .grid-item_text p.title {
  font-size: 18px;
  line-height: 1.4;
}
.grid-container .grid-item .grid-item_text p.author {
  font-size: 16px;
  text-transform: uppercase;
  color: #777;
}
.grid-container .grid-item .grid-item_text p.excerpt {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 18px;
}
.grid-container .grid-item .grid-item_text p.btn-holder > a {
  background-color: #802528;
  color: #fff;
  padding: 10px 16px;
}

#content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
#content .section .title-section {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}
#content .section .slider .desc {
  text-align: center;
  margin-top: 30px;
}
#content .section.intro .title {
  text-align: center;
  margin-bottom: 30px;
}
#content .section.intro .desc {
  margin-bottom: 40px;
}
#content .section.intro .desc p {
  font-size: 16px;
}
#content .section.journey-slider {
  margin-top: 40px;
}
#content .section.journey-slider .title-section {
  margin: 80px 0 50px;
}
#content .section.location .title-section {
  margin: 80px 0 50px;
}
#content .section.location .desc {
  text-align: center;
}
#content .section.location .desc p a {
  font-size: 16px;
}
@media (max-width: 767px) {
  #content .section.location .desc {
    padding: 0 15px;
  }
}
#content .section.location .info {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #content .section.location .info li {
    float: none;
    display: inline-block;
    line-height: 34px;
  }
  #content .section.location .info li + li {
    margin-left: 35px;
  }
}
#content .section.location .info a.booking {
  border-bottom: 1px solid #000;
}
#content .section.location.jakarta {
  margin-top: 60px !important;
  margin-bottom: 60px;
}
#content .section.location.jakarta p.signHolder {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 30px;
}
#content .section.location.jakarta p.signHolder a {
  border-bottom: 1px solid #000;
}
#content .section.location .map-location {
  margin-top: 40px;
}
#content .section.location .map-location .vm_wrapper .map-wrapper {
  height: 500px;
  background-color: #e6e6e6;
}
@media (max-width: 767px) {
  #content .section.location .map-location .vm_wrapper .map-wrapper {
    height: 300px;
  }
}
#content .section.location + .section.location {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #content .menu-list {
    margin: 0 -15px;
  }
}
#content .menu-list > li {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #content .menu-list > li {
    float: left;
    width: 50%;
  }
}
#content .menu-list > li.fav h2, #content.journey.detail .menu-list > li.fav .journey-read .content h1, #content.journey.detail .journey-read .content .menu-list > li.fav h1,
#content.location.detail .menu-list > li.fav .journey-read .content h1,
#content.location.detail .journey-read .content .menu-list > li.fav h1 {
  position: relative;
}
#content .menu-list > li.fav h2:before, #content.journey.detail .menu-list > li.fav .journey-read .content h1:before, #content.journey.detail .journey-read .content .menu-list > li.fav h1:before,
#content.location.detail .menu-list > li.fav .journey-read .content h1:before,
#content.location.detail .journey-read .content .menu-list > li.fav h1:before {
  position: absolute;
  left: -15px;
  top: 0;
  color: #802528;
  font-family: "fontello";
}
#content .menu-list > li h2, #content.journey.detail .menu-list > li .journey-read .content h1, #content.journey.detail .journey-read .content .menu-list > li h1,
#content.location.detail .menu-list > li .journey-read .content h1,
#content.location.detail .journey-read .content .menu-list > li h1 {
  margin-bottom: 10px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  font-weight: 700;
}
#content .menu-list > li h2 .price, #content.journey.detail .menu-list > li .journey-read .content h1 .price, #content.journey.detail .journey-read .content .menu-list > li h1 .price,
#content.location.detail .menu-list > li .journey-read .content h1 .price,
#content.location.detail .journey-read .content .menu-list > li h1 .price {
  margin-left: 15px;
  display: none;
}
@media (max-width: 767px) {
  #content .menu-list > li h2 .price:before, #content.journey.detail .menu-list > li .journey-read .content h1 .price:before, #content.journey.detail .journey-read .content .menu-list > li h1 .price:before,
  #content.location.detail .menu-list > li .journey-read .content h1 .price:before,
  #content.location.detail .journey-read .content .menu-list > li h1 .price:before {
    content: '-';
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  #content .menu-list > li h2 .price, #content.journey.detail .menu-list > li .journey-read .content h1 .price, #content.journey.detail .journey-read .content .menu-list > li h1 .price,
  #content.location.detail .menu-list > li .journey-read .content h1 .price,
  #content.location.detail .journey-read .content .menu-list > li h1 .price {
    float: right;
  }
}
#content .menu-list > li .desc {
  display: block;
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  #content .section.menu-location > .container, #content #footer .section.menu-location > .footerWrap, #footer #content .section.menu-location > .footerWrap,
  #content .section.happenings-location > .container,
  #content #footer .section.happenings-location > .footerWrap,
  #footer #content .section.happenings-location > .footerWrap {
    width: 1140px;
  }
}
#content .journey-list li > a {
  display: block;
  text-align: center;
}
#content .journey-list li > a > img {
  max-width: 100%;
}
#content .journey-list li > a .title {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
  color: #000;
}
#content .journey-list li > a .readmore {
  text-indent: -99999px;
  display: inline-block;
  width: 34px;
  height: 14px;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("img/arrow_readmore.png") top left no-repeat;
  background-size: 34px 14px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #content .journey-list li > a .readmore {
    background: url("img/arrow_readmore@2x.png") top left no-repeat;
    background-size: 34px 14px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #content .journey-list li > a .readmore {
    background: url("img/arrow_readmore@2x.png") top left no-repeat;
    background-size: 34px 14px;
  }
}

#content.page .section.intro .title {
  text-align: center;
  margin-bottom: 30px;
}
#content.page .section.intro .desc {
  margin-bottom: 40px;
}
#content.page .section.intro .desc p {
  font-size: 16px;
  line-height: 20px;
}
#content.page .section.journey-slider {
  margin-top: 40px;
}
#content.page .section.journey-slider .title-section {
  margin: 80px 0 50px;
}
#content.page .section.location .title-section {
  margin: 80px 0 50px;
}
#content.page .section.location .desc {
  text-align: center;
}
#content.page .section.location .desc p a {
  font-size: 16px;
}
@media (max-width: 767px) {
  #content.page .section.location .desc {
    padding: 0 15px;
  }
}
#content.page .section.location .info {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #content.page .section.location .info li {
    float: none;
    display: inline-block;
    line-height: 34px;
  }
  #content.page .section.location .info li + li {
    margin-left: 35px;
  }
}
#content.page .section.location .info a.booking {
  border-bottom: 1px solid #000;
}
#content.page .section.location.jakarta {
  margin-top: 60px !important;
  margin-bottom: 60px;
}
#content.page .section.location.jakarta p.signHolder {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 30px;
}
#content.page .section.location.jakarta p.signHolder a {
  border-bottom: 1px solid #000;
}
#content.page .section.location + .section.location {
  margin-top: 40px;
}

#content.menu {
  padding-top: 110px;
}
#content.menu .nav-tabs,
#content.menu .vc_tta-tabs-list {
  text-align: center;
  border-bottom: 1px solid #ddd;
  overflow: initial;
}
#content.menu .nav-tabs > li,
#content.menu .vc_tta-tabs-list > li {
  display: inline-block;
  float: none;
  font-size: 14px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  #content.menu .nav-tabs > li,
  #content.menu .vc_tta-tabs-list > li {
    font-size: 11px;
  }
}
#content.menu .nav-tabs > li a,
#content.menu .vc_tta-tabs-list > li a {
  background-color: transparent;
  margin-right: 0;
  text-transform: uppercase;
  border: 1px solid transparent;
}
#content.menu .nav-tabs > li.active a, #content.menu .nav-tabs > li.vc_active a,
#content.menu .vc_tta-tabs-list > li.active a,
#content.menu .vc_tta-tabs-list > li.vc_active a {
  color: #802528;
  border-bottom-color: #802528;
}
#content.menu .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}
#content.menu .vc_tta-panel-body {
  padding: 30px 0 0;
}
#content.menu .vc_tta-panel-body h2, #content.menu .vc_tta-panel-body #content.journey.detail .journey-read .content h1, #content.journey.detail .journey-read .content #content.menu .vc_tta-panel-body h1,
#content.menu .vc_tta-panel-body #content.location.detail .journey-read .content h1,
#content.location.detail .journey-read .content #content.menu .vc_tta-panel-body h1 {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#content.menu .vc_tta-panel-body h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1.75px;
}
#content.menu .vc_tta-panel-body h4 {
  letter-spacing: 1.75px;
}
#content.menu .vc_tta-panel-body h3 + p {
  margin-top: 0 !important;
}
#content.menu .tab-content .tab-pane .menu-group {
  border-bottom: 1px solid #eee;
}
#content.menu .tab-content .tab-pane .menu-group .menu-group-title {
  padding: 20px 0;
}
#content.menu .tab-content .tab-pane .menu-group .menu-group-title h2, #content.menu .tab-content .tab-pane .menu-group .menu-group-title #content.journey.detail .journey-read .content h1, #content.journey.detail .journey-read .content #content.menu .tab-content .tab-pane .menu-group .menu-group-title h1,
#content.menu .tab-content .tab-pane .menu-group .menu-group-title #content.location.detail .journey-read .content h1,
#content.location.detail .journey-read .content #content.menu .tab-content .tab-pane .menu-group .menu-group-title h1 {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#content.menu .tab-content .tab-pane .menu-group .menu-list-holder {
  padding: 20px;
}
#content.menu .price-note {
  margin: 16px 0 0;
  font-size: 11px;
}
#content.menu .section.intro .desc {
  margin-bottom: 60px;
}
#content.menu .section.intro .desc p {
  font-size: 16px;
}
#content.menu .section.intro .desc .download {
  width: 100%;
  padding-top: 15px;
}
@media (max-width: 767px) {
  #content.menu .section.intro .desc .download > li {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #content.menu .section.intro .desc .download > li {
    display: inline-block;
    width: 33.3333%;
    text-align: center;
  }
  #content.menu .section.intro .desc .download > li:first-child {
    text-align: left;
  }
  #content.menu .section.intro .desc .download > li:last-child {
    text-align: right;
  }
}
#content.menu .section.intro .desc .download > li > a {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
#content.menu .section.intro .desc .download > li > span {
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  #content.menu .section.intro .desc .download li + li {
    margin-top: 15px;
  }
}
#content.menu .section.menu-table .menu-group {
  margin-bottom: 40px;
}
#content.menu .section.menu-table .more {
  margin-top: 30px;
  margin-bottom: 30px;
}
#content.menu .section.menu-table .slider .desc p.name {
  letter-spacing: 1.35px;
}
#content.menu .section.journey-feed .title-section {
  margin: 80px 0;
}
#content.menu .section.journey-feed .slider span.author {
  font-size: 16px;
}
#content.menu .section.journey-feed .slider span.caption {
  font-size: 16px;
}

#content.journey .journey-feed .title-section {
  margin: 80px 0;
}
#content.journey .journey-feed .slider span.author {
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1.25px;
}
#content.journey .share-article {
  text-align: center;
  margin-top: 40px;
}
#content.journey .share-article .share-list {
  margin-top: 20px;
}
#content.journey .share-article .share-list li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
#content.journey .share-article .share-list li a {
  font-size: 10px;
  text-transform: uppercase;
}
#content.journey .share-article .share-list li a i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
#content.journey .share-article .share-list li a:hover {
  color: #802528;
}

#content.journey.detail,
#content.location.detail {
  margin: 0;
  padding-top: 160px;
}
@media (min-width: 1200px) {
  #content.journey.detail,
  #content.location.detail {
    padding-top: 200px;
  }
}
#content.journey.detail .journey-read .intro,
#content.location.detail .journey-read .intro {
  text-align: center;
  margin-bottom: 60px;
}
#content.journey.detail .journey-read .intro > img,
#content.location.detail .journey-read .intro > img {
  max-width: 100%;
}
#content.journey.detail .journey-read .intro h2, #content.journey.detail .journey-read .intro .content h1, #content.journey.detail .journey-read .content .intro h1,
#content.location.detail .journey-read .intro h2,
#content.location.detail .journey-read .intro .content h1,
#content.location.detail .journey-read .content .intro h1 {
  margin: 50px 0 30px;
  letter-spacing: 1.15px;
  line-height: 1.3;
  color: #000;
  font-size: 17px;
}
#content.journey.detail .journey-read .intro span,
#content.location.detail .journey-read .intro span {
  display: block;
}
#content.journey.detail .journey-read .content > p, #content.journey.detail .journey-read .content > ol,
#content.location.detail .journey-read .content > p,
#content.location.detail .journey-read .content > ol {
  font-size: 16px;
}
@media (min-width: 768px) {
  #content.journey.detail .journey-read .content > p, #content.journey.detail .journey-read .content > ol,
  #content.location.detail .journey-read .content > p,
  #content.location.detail .journey-read .content > ol {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) {
  #content.journey.detail .journey-read .content > p, #content.journey.detail .journey-read .content > ol,
  #content.location.detail .journey-read .content > p,
  #content.location.detail .journey-read .content > ol {
    padding-left: 120px;
    padding-right: 120px;
  }
}
#content.journey.detail .journey-read .content > ol,
#content.location.detail .journey-read .content > ol {
  padding-left: 15px;
  list-style-type: decimal;
}
@media (min-width: 768px) {
  #content.journey.detail .journey-read .content > ol,
  #content.location.detail .journey-read .content > ol {
    padding-left: 95px;
  }
}
@media (min-width: 992px) {
  #content.journey.detail .journey-read .content > ol,
  #content.location.detail .journey-read .content > ol {
    padding-left: 135px;
  }
}
#content.journey.detail .journey-read .content > ol li,
#content.location.detail .journey-read .content > ol li {
  margin-bottom: 30px;
}
#content.journey.detail .journey-read .content > ol li > p,
#content.location.detail .journey-read .content > ol li > p {
  margin-top: 5px;
  margin-bottom: 10px;
}
#content.journey.detail .journey-read .content h1,
#content.location.detail .journey-read .content h1 {
  margin-bottom: 40px;
  font-size: 18px;
  color: #000;
}
@media (min-width: 768px) {
  #content.journey.detail .journey-read .content h1,
  #content.location.detail .journey-read .content h1 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #content.journey.detail .journey-read .content h1,
  #content.location.detail .journey-read .content h1 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#content.journey.detail .journey-read .content > table,
#content.location.detail .journey-read .content > table {
  width: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #content.journey.detail .journey-read .content > table td,
  #content.location.detail .journey-read .content > table td {
    font-size: 11px;
    padding: 8px 5px;
  }
}
@media (min-width: 768px) {
  #content.journey.detail .journey-read .content > table,
  #content.location.detail .journey-read .content > table {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 992px) {
  #content.journey.detail .journey-read .content > table,
  #content.location.detail .journey-read .content > table {
    margin-left: 120px;
    margin-right: 120px;
  }
}
#content.journey.detail .journey-read .content > table tr:first-child td,
#content.location.detail .journey-read .content > table tr:first-child td {
  border-top: 2px solid #000;
}
#content.journey.detail .journey-read .content figure,
#content.location.detail .journey-read .content figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#content.journey.detail .journey-read .content figure > img,
#content.location.detail .journey-read .content figure > img {
  width: 100%;
}
#content.journey.detail .journey-read .content figure span.caption,
#content.location.detail .journey-read .content figure span.caption {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
}

.carousel {
  margin-bottom: 40px;
}
.carousel.about-journey .carousel-item {
  text-align: left;
}
.carousel.about-journey .carousel-item img {
  height: 150px;
}
@media (min-width: 768px) {
  .carousel.about-journey .carousel-item img {
    height: 275px;
  }
}
.carousel.about-journey .carousel-item span {
  display: inline-block;
}
.carousel.about-journey .carousel-item span.title {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
  color: #000;
  text-align: left;
}
.carousel.about-journey .carousel-item span.readmore {
  text-indent: -99999px;
  display: inline-block;
  width: 34px;
  height: 14px;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
   * Set a base background for 1x environments.
   */
  background: url("img/arrow_readmore.png") top left no-repeat;
  background-size: 34px 14px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .carousel.about-journey .carousel-item span.readmore {
    background: url("img/arrow_readmore@2x.png") top left no-repeat;
    background-size: 34px 14px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .carousel.about-journey .carousel-item span.readmore {
    background: url("img/arrow_readmore@2x.png") top left no-repeat;
    background-size: 34px 14px;
  }
}
.carousel.lates-fromkaum .carousel-item {
  width: 50%;
}
@media (min-width: 768px) {
  .carousel.lates-fromkaum .carousel-item {
    width: 275px;
  }
}
.carousel.lates-fromkaum .carousel-item > img {
  max-width: 100%;
}
.carousel.lates-fromkaum .carousel-item span {
  display: block;
}
.carousel.lates-fromkaum .carousel-item span.author {
  margin-top: 40px;
  margin-bottom: 10px;
}
.carousel.lates-fromkaum .carousel-item span.caption {
  line-height: 1.4;
}
.carousel .carousel-item {
  padding: 0 15px;
  display: block;
}
.carousel .carousel-item > img {
  width: auto;
}
