

/**** compiled with lessphp/Less_Parser ****/

.transition-all {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.box-shadow {
  -webkit-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
}
.icomoon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-block-separator {
  background: url('/website/static/img/separator.svg') 50% bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 100px;
}
@media (max-width: 1589px) {
  .content-block-separator {
    background-size: 1750px 48px;
  }
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('/website/static/fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/website/static/fonts/roboto-condensed-v16-latin-regular.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('/website/static/fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/website/static/fonts/roboto-condensed-v16-latin-700.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('/website/static/fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/website/static/fonts/roboto-v18-latin-regular.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('/website/static/fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/website/static/fonts/roboto-v18-latin-700.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* caveat-regular - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: local('Caveat Regular'), local('Caveat-Regular'), url('/website/static/fonts/caveat-v4-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/website/static/fonts/caveat-v4-latin-regular.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* caveat-700 - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  src: local('Caveat Bold'), local('Caveat-Bold'), url('/website/static/fonts/caveat-v4-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/website/static/fonts/caveat-v4-latin-700.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/***   default settings   ***/
html,
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 16px;
  }
}
strong,
b {
  font-weight: 700;
}
h2,
h4 {
  font-family: Helvetica;
}
iframe {
  max-width: 100%;
}
/***   usefull classes   ***/
.clear {
  clear: both;
}
.text-indent {
  display: block;
  text-indent: -19999px;
  overflow: hidden;
}
.visibility-hidden {
  visibility: hidden;
}
.linked-box {
  cursor: pointer;
}
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.copyright {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 80%;
  color: #fff;
  opacity: .8;
}
@media (min-width: 992px) {
  .two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .multi-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multi-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
.outer .middle {
  display: table-cell;
  vertical-align: middle;
}
.outer .middle .inner {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
/***   buttons   ***/
.btn:not(.dropdown-toggle) {
  background-color: #d70014;
  color: #ffffff;
  outline: none !important;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  border-radius: 30px;
  border: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
}
.btn:not(.dropdown-toggle):hover {
  background-color: #006467;
  text-decoration: none;
}
.btn:not(.dropdown-toggle):after {
  content: '\203A';
  margin-left: 10px;
}
.btn:not(.dropdown-toggle)[disabled] {
  opacity: .6;
  cursor: not-allowed;
}
.btn:not(.dropdown-toggle)[disabled]:hover {
  background-color: #d70014;
}
@media (max-width: 767px) {
  .btn:not(.dropdown-toggle) {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 22px;
    border-radius: 25px;
  }
}
/***   margins / paddings   ***/
.no-margin {
  margin: 0;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-top-150 {
  margin-top: 150px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .margin-bottom-50 {
    margin-bottom: 30px;
  }
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-150 {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .margin-bottom-150 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .margin-bottom-150 {
    margin-bottom: 60px;
  }
}
.margin-left-0 {
  margin-left: 0;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-left-60 {
  margin-left: 60px;
}
.margin-left-70 {
  margin-left: 70px;
}
.margin-left-80 {
  margin-left: 80px;
}
.margin-left-90 {
  margin-left: 90px;
}
.margin-left-100 {
  margin-left: 100px;
}
.margin-right-0 {
  margin-right: 0;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-right-60 {
  margin-right: 60px;
}
.margin-right-70 {
  margin-right: 70px;
}
.margin-right-80 {
  margin-right: 80px;
}
.margin-right-90 {
  margin-right: 90px;
}
.margin-right-100 {
  margin-right: 100px;
}
.no-padding {
  padding: 0;
}
.padding-top-0 {
  padding-top: 0;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-top-90 {
  padding-top: 90px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-left-70 {
  padding-left: 70px;
}
.padding-left-80 {
  padding-left: 80px;
}
.padding-left-90 {
  padding-left: 90px;
}
.padding-left-100 {
  padding-left: 100px;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-right-50 {
  padding-right: 50px;
}
.padding-right-60 {
  padding-right: 60px;
}
.padding-right-70 {
  padding-right: 70px;
}
.padding-right-80 {
  padding-right: 80px;
}
.padding-right-90 {
  padding-right: 90px;
}
.padding-right-100 {
  padding-right: 100px;
}
/***   grid   ***/
@media (min-width: 1590px) {
  .container {
    width: 1560px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 1589px) {
  .visible-xl {
    display: none;
  }
}
@media (min-width: 1590px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
.row-padding-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-padding-0 > .col-xl-1,
.row-padding-0 > .col-xl-10,
.row-padding-0 > .col-xl-11,
.row-padding-0 > .col-xl-12,
.row-padding-0 > .col-xl-2,
.row-padding-0 > .col-xl-3,
.row-padding-0 > .col-xl-4,
.row-padding-0 > .col-xl-5,
.row-padding-0 > .col-xl-6,
.row-padding-0 > .col-xl-7,
.row-padding-0 > .col-xl-8,
.row-padding-0 > .col-xl-9,
.row-padding-0 > .col-lg-1,
.row-padding-0 > .col-lg-10,
.row-padding-0 > .col-lg-11,
.row-padding-0 > .col-lg-12,
.row-padding-0 > .col-lg-2,
.row-padding-0 > .col-lg-3,
.row-padding-0 > .col-lg-4,
.row-padding-0 > .col-lg-5,
.row-padding-0 > .col-lg-6,
.row-padding-0 > .col-lg-7,
.row-padding-0 > .col-lg-8,
.row-padding-0 > .col-lg-9,
.row-padding-0 > .col-md-1,
.row-padding-0 > .col-md-10,
.row-padding-0 > .col-md-11,
.row-padding-0 > .col-md-12,
.row-padding-0 > .col-md-2,
.row-padding-0 > .col-md-3,
.row-padding-0 > .col-md-4,
.row-padding-0 > .col-md-5,
.row-padding-0 > .col-md-6,
.row-padding-0 > .col-md-7,
.row-padding-0 > .col-md-8,
.row-padding-0 > .col-md-9,
.row-padding-0 > .col-sm-1,
.row-padding-0 > .col-sm-10,
.row-padding-0 > .col-sm-11,
.row-padding-0 > .col-sm-12,
.row-padding-0 > .col-sm-2,
.row-padding-0 > .col-sm-3,
.row-padding-0 > .col-sm-4,
.row-padding-0 > .col-sm-5,
.row-padding-0 > .col-sm-6,
.row-padding-0 > .col-sm-7,
.row-padding-0 > .col-sm-8,
.row-padding-0 > .col-sm-9,
.row-padding-0 > .col-xs-1,
.row-padding-0 > .col-xs-10,
.row-padding-0 > .col-xs-11,
.row-padding-0 > .col-xs-12,
.row-padding-0 > .col-xs-2,
.row-padding-0 > .col-xs-3,
.row-padding-0 > .col-xs-4,
.row-padding-0 > .col-xs-5,
.row-padding-0 > .col-xs-6,
.row-padding-0 > .col-xs-7,
.row-padding-0 > .col-xs-8,
.row-padding-0 > .col-xs-9 {
  padding-left: 0;
  padding-right: 0;
}
.row-padding-1 {
  margin-left: -1px;
  margin-right: -1px;
}
.row-padding-1 > .col-xl-1,
.row-padding-1 > .col-xl-10,
.row-padding-1 > .col-xl-11,
.row-padding-1 > .col-xl-12,
.row-padding-1 > .col-xl-2,
.row-padding-1 > .col-xl-3,
.row-padding-1 > .col-xl-4,
.row-padding-1 > .col-xl-5,
.row-padding-1 > .col-xl-6,
.row-padding-1 > .col-xl-7,
.row-padding-1 > .col-xl-8,
.row-padding-1 > .col-xl-9,
.row-padding-1 > .col-lg-1,
.row-padding-1 > .col-lg-10,
.row-padding-1 > .col-lg-11,
.row-padding-1 > .col-lg-12,
.row-padding-1 > .col-lg-2,
.row-padding-1 > .col-lg-3,
.row-padding-1 > .col-lg-4,
.row-padding-1 > .col-lg-5,
.row-padding-1 > .col-lg-6,
.row-padding-1 > .col-lg-7,
.row-padding-1 > .col-lg-8,
.row-padding-1 > .col-lg-9,
.row-padding-1 > .col-md-1,
.row-padding-1 > .col-md-10,
.row-padding-1 > .col-md-11,
.row-padding-1 > .col-md-12,
.row-padding-1 > .col-md-2,
.row-padding-1 > .col-md-3,
.row-padding-1 > .col-md-4,
.row-padding-1 > .col-md-5,
.row-padding-1 > .col-md-6,
.row-padding-1 > .col-md-7,
.row-padding-1 > .col-md-8,
.row-padding-1 > .col-md-9,
.row-padding-1 > .col-sm-1,
.row-padding-1 > .col-sm-10,
.row-padding-1 > .col-sm-11,
.row-padding-1 > .col-sm-12,
.row-padding-1 > .col-sm-2,
.row-padding-1 > .col-sm-3,
.row-padding-1 > .col-sm-4,
.row-padding-1 > .col-sm-5,
.row-padding-1 > .col-sm-6,
.row-padding-1 > .col-sm-7,
.row-padding-1 > .col-sm-8,
.row-padding-1 > .col-sm-9,
.row-padding-1 > .col-xs-1,
.row-padding-1 > .col-xs-10,
.row-padding-1 > .col-xs-11,
.row-padding-1 > .col-xs-12,
.row-padding-1 > .col-xs-2,
.row-padding-1 > .col-xs-3,
.row-padding-1 > .col-xs-4,
.row-padding-1 > .col-xs-5,
.row-padding-1 > .col-xs-6,
.row-padding-1 > .col-xs-7,
.row-padding-1 > .col-xs-8,
.row-padding-1 > .col-xs-9 {
  padding-left: 1px;
  padding-right: 1px;
}
.row-padding-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-padding-5 > .col-xl-1,
.row-padding-5 > .col-xl-10,
.row-padding-5 > .col-xl-11,
.row-padding-5 > .col-xl-12,
.row-padding-5 > .col-xl-2,
.row-padding-5 > .col-xl-3,
.row-padding-5 > .col-xl-4,
.row-padding-5 > .col-xl-5,
.row-padding-5 > .col-xl-6,
.row-padding-5 > .col-xl-7,
.row-padding-5 > .col-xl-8,
.row-padding-5 > .col-xl-9,
.row-padding-5 > .col-lg-1,
.row-padding-5 > .col-lg-10,
.row-padding-5 > .col-lg-11,
.row-padding-5 > .col-lg-12,
.row-padding-5 > .col-lg-2,
.row-padding-5 > .col-lg-3,
.row-padding-5 > .col-lg-4,
.row-padding-5 > .col-lg-5,
.row-padding-5 > .col-lg-6,
.row-padding-5 > .col-lg-7,
.row-padding-5 > .col-lg-8,
.row-padding-5 > .col-lg-9,
.row-padding-5 > .col-md-1,
.row-padding-5 > .col-md-10,
.row-padding-5 > .col-md-11,
.row-padding-5 > .col-md-12,
.row-padding-5 > .col-md-2,
.row-padding-5 > .col-md-3,
.row-padding-5 > .col-md-4,
.row-padding-5 > .col-md-5,
.row-padding-5 > .col-md-6,
.row-padding-5 > .col-md-7,
.row-padding-5 > .col-md-8,
.row-padding-5 > .col-md-9,
.row-padding-5 > .col-sm-1,
.row-padding-5 > .col-sm-10,
.row-padding-5 > .col-sm-11,
.row-padding-5 > .col-sm-12,
.row-padding-5 > .col-sm-2,
.row-padding-5 > .col-sm-3,
.row-padding-5 > .col-sm-4,
.row-padding-5 > .col-sm-5,
.row-padding-5 > .col-sm-6,
.row-padding-5 > .col-sm-7,
.row-padding-5 > .col-sm-8,
.row-padding-5 > .col-sm-9,
.row-padding-5 > .col-xs-1,
.row-padding-5 > .col-xs-10,
.row-padding-5 > .col-xs-11,
.row-padding-5 > .col-xs-12,
.row-padding-5 > .col-xs-2,
.row-padding-5 > .col-xs-3,
.row-padding-5 > .col-xs-4,
.row-padding-5 > .col-xs-5,
.row-padding-5 > .col-xs-6,
.row-padding-5 > .col-xs-7,
.row-padding-5 > .col-xs-8,
.row-padding-5 > .col-xs-9 {
  padding-left: 5px;
  padding-right: 5px;
}
.row-padding-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row-padding-30 > .col-xl-1,
.row-padding-30 > .col-xl-10,
.row-padding-30 > .col-xl-11,
.row-padding-30 > .col-xl-12,
.row-padding-30 > .col-xl-2,
.row-padding-30 > .col-xl-3,
.row-padding-30 > .col-xl-4,
.row-padding-30 > .col-xl-5,
.row-padding-30 > .col-xl-6,
.row-padding-30 > .col-xl-7,
.row-padding-30 > .col-xl-8,
.row-padding-30 > .col-xl-9,
.row-padding-30 > .col-lg-1,
.row-padding-30 > .col-lg-10,
.row-padding-30 > .col-lg-11,
.row-padding-30 > .col-lg-12,
.row-padding-30 > .col-lg-2,
.row-padding-30 > .col-lg-3,
.row-padding-30 > .col-lg-4,
.row-padding-30 > .col-lg-5,
.row-padding-30 > .col-lg-6,
.row-padding-30 > .col-lg-7,
.row-padding-30 > .col-lg-8,
.row-padding-30 > .col-lg-9,
.row-padding-30 > .col-md-1,
.row-padding-30 > .col-md-10,
.row-padding-30 > .col-md-11,
.row-padding-30 > .col-md-12,
.row-padding-30 > .col-md-2,
.row-padding-30 > .col-md-3,
.row-padding-30 > .col-md-4,
.row-padding-30 > .col-md-5,
.row-padding-30 > .col-md-6,
.row-padding-30 > .col-md-7,
.row-padding-30 > .col-md-8,
.row-padding-30 > .col-md-9,
.row-padding-30 > .col-sm-1,
.row-padding-30 > .col-sm-10,
.row-padding-30 > .col-sm-11,
.row-padding-30 > .col-sm-12,
.row-padding-30 > .col-sm-2,
.row-padding-30 > .col-sm-3,
.row-padding-30 > .col-sm-4,
.row-padding-30 > .col-sm-5,
.row-padding-30 > .col-sm-6,
.row-padding-30 > .col-sm-7,
.row-padding-30 > .col-sm-8,
.row-padding-30 > .col-sm-9,
.row-padding-30 > .col-xs-1,
.row-padding-30 > .col-xs-10,
.row-padding-30 > .col-xs-11,
.row-padding-30 > .col-xs-12,
.row-padding-30 > .col-xs-2,
.row-padding-30 > .col-xs-3,
.row-padding-30 > .col-xs-4,
.row-padding-30 > .col-xs-5,
.row-padding-30 > .col-xs-6,
.row-padding-30 > .col-xs-7,
.row-padding-30 > .col-xs-8,
.row-padding-30 > .col-xs-9 {
  padding-left: 30px;
  padding-right: 30px;
}
/***   revolution slider   ***/
.rev_slider .tp-bullets .tp-bullet {
  border-radius: 50%;
}
/***   coookie notice   ***/
#cookie-notice.d-flex {
  display: -ms-flexbox;
  display: flex;
}
#cookie-notice.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
#cookie-notice.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
#cookie-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
#cookie-notice > div {
  background: #ffffff;
  width: 90%;
  max-width: 500px;
  padding: 30px 40px;
  font-size: 16px;
  line-height: 1.4;
}
#cookie-notice > div a:not(.btn) {
  color: #006467;
}
#cookie-notice > div .h1 {
  font-weight: 700;
  font-style: italic;
  color: #006467;
  font-size: 28px;
  text-align: center;
  margin: 0 0 20px;
}
#cookie-notice > div .btn {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #006467;
}
#cookie-notice > div .btn:hover {
  background-color: #d70014;
}
#cookie-notice > div .small {
  font-size: 75%;
}
@media screen and (max-width: 991px) {
  #cookie-notice > div {
    padding: 30px;
  }
  #cookie-notice > div .h1 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #cookie-notice > div .h1 + div {
    font-size: 14px;
  }
  #cookie-notice > div .btn {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
/***   calentim (datepicker)   ***/
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
  font-size: .9em;
}
.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day,
.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weekend,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weekend {
  color: #006467;
}
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end {
  background: #41bbbf;
}
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span {
  background: #006467;
}
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day:hover:not(.calentim-hovered):not(.calentim-selected),
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day:hover:not(.calentim-hovered):not(.calentim-selected) {
  background: #eeeeee;
}
/***   DATEPICKER FOR BOOTSTRAP   ***/
.datepicker {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  padding: 6px;
}
.datepicker .datepicker-days table tr td,
.datepicker .datepicker-days table tr th {
  width: 35px;
  height: 35px;
  border-radius: 0;
}
.datepicker .datepicker-days table thead th.dow {
  font-size: 70%;
  text-transform: uppercase;
}
.datepicker .datepicker-days table tbody tr {
  border-top: 1px solid #fff;
}
.datepicker .datepicker-days table tbody tr td {
  background-image: none !important;
}
.datepicker .datepicker-days table tbody tr td.old,
.datepicker .datepicker-days table tbody tr td.new {
  color: #959595;
}
.datepicker .datepicker-days table tbody tr td.disabled,
.datepicker .datepicker-days table tbody tr td.disabled:hover {
  text-decoration: line-through;
  color: #959595;
}
.datepicker .datepicker-days table tbody tr td.active.active,
.datepicker .datepicker-days table tbody tr td.active.highlighted.active,
.datepicker .datepicker-days table tbody tr td.active.highlighted:active,
.datepicker .datepicker-days table tbody tr td.active:active {
  background-color: #006467;
  border-color: #006467;
}
/* small devices (tablets, 768px and up) */
/* medium devices (desktops, 992px and up) */
/* large devices (large desktops, 1200px and up) */
/* xlarge devices (very large desktops, 1590px and up) */
#page {
  position: relative;
  width: 100%;
  padding-top: 150px;
  overflow: hidden;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 1589px) {
  #page {
    padding-top: 140px;
  }
}
@media (max-width: 991px) {
  #page {
    top: 0;
    left: 0;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  #page {
    padding-top: 100px;
  }
}
body.cookie-notice-visible #page {
  padding-top: 190px;
}
@media (max-width: 1589px) {
  body.cookie-notice-visible #page {
    padding-top: 180px;
  }
}
/***   top   ***/
#top {
  position: relative;
  margin-bottom: 30px;
}
body.trip-detail #top {
  margin-bottom: 5px;
}
body.content-home #top {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  body.content-home #top {
    margin-bottom: 30px;
  }
}
#top figure {
  position: relative;
}
#top figure img {
  max-width: none;
  width: 100%;
}
#top #top-slider {
  min-height: 500px;
}
body.content-home #top #top-slider {
  min-height: 100vh;
}
#top #top-slider .tp-caption .title,
#top #top-slider .tp-caption .subtitle {
  color: #ffffff;
}
#top #top-slider .tp-caption .title {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  #top #top-slider .tp-caption .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #top #top-slider .tp-caption .title {
    font-size: 35px;
  }
}
#top #top-slider .tp-caption .subtitle {
  font-size: 18px;
  margin: 40px 0;
}
@media (max-width: 991px) {
  #top #top-slider .tp-caption .subtitle {
    font-size: 16px;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  #top #top-slider .tp-caption .subtitle {
    font-size: 14px;
  }
}
/***   header   ***/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  z-index: 200;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
@media (max-width: 1589px) {
  #header {
    height: 140px;
  }
}
@media (max-width: 991px) {
  #header {
    left: 0;
    z-index: 10;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
}
@media (max-width: 767px) {
  #header {
    height: 100px;
  }
}
#header.header-down {
  top: -40px;
}
#header.header-up {
  top: -150px !important;
}
body.cookie-notice-visible #header {
  top: 60px;
}
@media (max-width: 469px) {
  body.cookie-notice-visible #header {
    top: 80px;
  }
}
@media (max-width: 399px) {
  body.cookie-notice-visible #header {
    top: 96px;
  }
}
@media (max-width: 359px) {
  body.cookie-notice-visible #header {
    top: 108px;
  }
}
#header #header-top {
  height: 40px;
  background-color: #006467;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #header #header-top {
    height: 10px;
  }
}
#header #header-top p {
  margin-bottom: 0;
  line-height: 40px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  #header #header-top p {
    font-size: 16px;
  }
}
#header #header-top p a {
  color: #ffaf00;
  font-weight: 700;
  text-decoration: none !important;
  margin-left: 30px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 991px) {
  #header #header-top p a {
    margin-left: 20px;
  }
}
#header #header-top p a:hover {
  color: #ffffff;
}
#header #header-top p a .icon-help-form {
  font-size: 24px;
  position: relative;
  top: 3px;
}
#header #header-top p strong {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  margin-left: 5px;
}
#header #header-top p strong:before {
  content: ' ';
  display: block;
  width: 40px;
  height: 40px;
  background: url('/website/static/img/christopher-sm.png') 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  #header .container {
    position: relative;
  }
}
#header #logo {
  display: block;
  width: 185px;
  height: 89px;
  margin-right: 50px;
}
@media (max-width: 1589px) {
  #header #logo {
    width: 164px;
    height: 79px;
  }
}
@media (max-width: 1199px) {
  #header #logo {
    width: 143px;
    height: 74px;
    margin-right: 25px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #header #logo {
    padding-top: 0;
  }
}
@media screen and (max-width: 1349px) {
  #header .header-note {
    font-size: 16px;
  }
}
/***   main navigation   ***/
body.dropdown-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#main-navigation {
  margin-top: 10px;
}
#main-navigation .navigation > li {
  position: static;
}
#main-navigation .navigation > li:hover > a,
#main-navigation .navigation > li.active > a {
  color: #d70014;
  background-color: transparent;
}
#main-navigation .navigation > li:hover > a.trip-category,
#main-navigation .navigation > li.active > a.trip-category {
  color: #ffffff;
}
#main-navigation .navigation > li:hover > a.trip-category [class^="icon-"],
#main-navigation .navigation > li.active > a.trip-category [class^="icon-"],
#main-navigation .navigation > li:hover > a.trip-category [class*=" icon-"],
#main-navigation .navigation > li.active > a.trip-category [class*=" icon-"] {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  #main-navigation .navigation > li.pull-right {
    display: none;
  }
}
#main-navigation .navigation > li + li {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  #main-navigation .navigation > li + li {
    margin-left: 5px;
  }
}
#main-navigation .navigation > li > a {
  position: relative;
  height: 70px;
  border-radius: 0;
  border: 1px solid transparent;
  overflow: hidden;
  color: #006467;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 68px;
  padding: 0 10px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 1589px) {
  #main-navigation .navigation > li > a {
    height: 60px;
    font-size: 18px;
    line-height: 20px;
    padding-top: 8px;
  }
}
@media (max-width: 1199px) {
  #main-navigation .navigation > li > a {
    font-size: 16px;
    line-height: 18px;
    padding-top: 11px;
  }
}
#main-navigation .navigation > li > a.trip-category {
  font-size: 24px;
  padding: 10px 15px 0 90px;
  line-height: 1em;
}
@media (max-width: 1589px) {
  #main-navigation .navigation > li > a.trip-category {
    font-size: 20px;
    padding: 8px 10px 0 80px;
  }
}
@media (max-width: 1199px) {
  #main-navigation .navigation > li > a.trip-category {
    font-size: 18px;
    padding: 11px 10px 0 65px;
  }
}
@media (max-width: 991px) {
  #main-navigation .navigation > li > a.trip-category {
    font-size: 16px;
    padding: 14px 8px 0 50px;
  }
}
#main-navigation .navigation > li > a [class^="icon-"],
#main-navigation .navigation > li > a [class*=" icon-"] {
  font-size: 68px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 1589px) {
  #main-navigation .navigation > li > a [class^="icon-"],
  #main-navigation .navigation > li > a [class*=" icon-"] {
    font-size: 58px;
  }
}
@media (max-width: 1199px) {
  #main-navigation .navigation > li > a [class^="icon-"],
  #main-navigation .navigation > li > a [class*=" icon-"] {
    left: 5px;
    font-size: 52px;
    top: 3px;
  }
}
@media (max-width: 991px) {
  #main-navigation .navigation > li > a [class^="icon-"],
  #main-navigation .navigation > li > a [class*=" icon-"] {
    left: 5px;
    font-size: 40px;
    top: 10px;
  }
}
#main-navigation .navigation > li.menu-item-43:hover a,
#main-navigation .navigation > li.menu-item-133:hover a,
#main-navigation .navigation > li.menu-item-43.active a,
#main-navigation .navigation > li.menu-item-133.active a {
  background-color: #d70014;
}
#main-navigation .navigation > li.menu-item-43 a,
#main-navigation .navigation > li.menu-item-133 a {
  border-color: #d70014;
}
#main-navigation .navigation > li.menu-item-43 a [class^="icon-"],
#main-navigation .navigation > li.menu-item-133 a [class^="icon-"],
#main-navigation .navigation > li.menu-item-43 a [class*=" icon-"],
#main-navigation .navigation > li.menu-item-133 a [class*=" icon-"] {
  color: #d70014;
}
#main-navigation .navigation > li.menu-item-44:hover a,
#main-navigation .navigation > li.menu-item-134:hover a,
#main-navigation .navigation > li.menu-item-44.active a,
#main-navigation .navigation > li.menu-item-134.active a {
  background-color: #ff5a00;
}
#main-navigation .navigation > li.menu-item-44 a,
#main-navigation .navigation > li.menu-item-134 a {
  border-color: #ff5a00;
}
#main-navigation .navigation > li.menu-item-44 a [class^="icon-"],
#main-navigation .navigation > li.menu-item-134 a [class^="icon-"],
#main-navigation .navigation > li.menu-item-44 a [class*=" icon-"],
#main-navigation .navigation > li.menu-item-134 a [class*=" icon-"] {
  color: #ff5a00;
}
#main-navigation .navigation > li.menu-item-45:hover a,
#main-navigation .navigation > li.menu-item-132:hover a,
#main-navigation .navigation > li.menu-item-45.active a,
#main-navigation .navigation > li.menu-item-132.active a {
  background-color: #ff8a00;
}
#main-navigation .navigation > li.menu-item-45 a,
#main-navigation .navigation > li.menu-item-132 a {
  border-color: #ff8a00;
  padding-left: 110px;
}
@media (max-width: 1589px) {
  #main-navigation .navigation > li.menu-item-45 a,
  #main-navigation .navigation > li.menu-item-132 a {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  #main-navigation .navigation > li.menu-item-45 a,
  #main-navigation .navigation > li.menu-item-132 a {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  #main-navigation .navigation > li.menu-item-45 a,
  #main-navigation .navigation > li.menu-item-132 a {
    padding-left: 60px;
  }
}
#main-navigation .navigation > li.menu-item-45 a [class^="icon-"],
#main-navigation .navigation > li.menu-item-132 a [class^="icon-"],
#main-navigation .navigation > li.menu-item-45 a [class*=" icon-"],
#main-navigation .navigation > li.menu-item-132 a [class*=" icon-"] {
  color: #ff8a00;
  font-size: 88px;
  top: -10px;
}
@media (max-width: 1589px) {
  #main-navigation .navigation > li.menu-item-45 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-132 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-45 a [class*=" icon-"],
  #main-navigation .navigation > li.menu-item-132 a [class*=" icon-"] {
    font-size: 78px;
  }
}
@media (max-width: 1199px) {
  #main-navigation .navigation > li.menu-item-45 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-132 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-45 a [class*=" icon-"],
  #main-navigation .navigation > li.menu-item-132 a [class*=" icon-"] {
    font-size: 68px;
    top: -5px;
  }
}
@media (max-width: 991px) {
  #main-navigation .navigation > li.menu-item-45 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-132 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-45 a [class*=" icon-"],
  #main-navigation .navigation > li.menu-item-132 a [class*=" icon-"] {
    font-size: 52px;
    top: 4px;
  }
}
#main-navigation .navigation > li.menu-item-46:hover a,
#main-navigation .navigation > li.menu-item-135:hover a,
#main-navigation .navigation > li.menu-item-46.active a,
#main-navigation .navigation > li.menu-item-135.active a {
  background-color: #ffaf00;
}
#main-navigation .navigation > li.menu-item-46 a,
#main-navigation .navigation > li.menu-item-135 a {
  border-color: #ffaf00;
  padding-left: 80px;
}
@media (max-width: 1589px) {
  #main-navigation .navigation > li.menu-item-46 a,
  #main-navigation .navigation > li.menu-item-135 a {
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  #main-navigation .navigation > li.menu-item-46 a,
  #main-navigation .navigation > li.menu-item-135 a {
    padding-left: 55px;
  }
}
@media (max-width: 991px) {
  #main-navigation .navigation > li.menu-item-46 a,
  #main-navigation .navigation > li.menu-item-135 a {
    padding-left: 42px;
  }
}
#main-navigation .navigation > li.menu-item-46 a [class^="icon-"],
#main-navigation .navigation > li.menu-item-135 a [class^="icon-"],
#main-navigation .navigation > li.menu-item-46 a [class*=" icon-"],
#main-navigation .navigation > li.menu-item-135 a [class*=" icon-"] {
  color: #ffaf00;
  font-size: 58px;
  top: 5px;
}
@media (max-width: 1589px) {
  #main-navigation .navigation > li.menu-item-46 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-135 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-46 a [class*=" icon-"],
  #main-navigation .navigation > li.menu-item-135 a [class*=" icon-"] {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  #main-navigation .navigation > li.menu-item-46 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-135 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-46 a [class*=" icon-"],
  #main-navigation .navigation > li.menu-item-135 a [class*=" icon-"] {
    font-size: 42px;
    top: 8px;
  }
}
@media (max-width: 991px) {
  #main-navigation .navigation > li.menu-item-46 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-135 a [class^="icon-"],
  #main-navigation .navigation > li.menu-item-46 a [class*=" icon-"],
  #main-navigation .navigation > li.menu-item-135 a [class*=" icon-"] {
    font-size: 34px;
    top: 12px;
  }
}
#main-navigation .navigation > li > .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 25;
  padding: 50px 0;
  white-space: nowrap;
  background-color: #ffffff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#main-navigation .navigation > li > .dropdown .close-dropdown {
  position: absolute;
  top: 15px;
  right: 5px;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#main-navigation .navigation > li > .dropdown .close-dropdown:hover {
  color: #fff;
}
#main-navigation .navigation > li > .dropdown .menu-item-start {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}
#main-navigation .navigation > li > .dropdown .menu-item-start a {
  color: #006467;
  text-decoration: none !important;
}
#main-navigation .navigation > li > .dropdown .sub-navigation {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
#main-navigation .navigation > li > .dropdown .sub-navigation > li.menu-item-50 {
  margin-top: 30px;
}
#main-navigation .navigation > li > .dropdown .sub-navigation > li > a {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #006467;
  position: relative;
  padding: 10px 0 10px 15px;
  line-height: 1em;
  display: block;
  font-size: 20px;
  text-decoration: none !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#main-navigation .navigation > li > .dropdown .sub-navigation > li > a:before {
  position: absolute;
  left: 0;
  content: '\203A';
}
#main-navigation .navigation > li > .dropdown .sub-navigation > li > ul > li {
  margin-left: 15px;
}
#main-navigation .navigation > li > .dropdown .sub-navigation > li > ul > li > a {
  color: #959595;
  font-size: 16px;
}
#main-navigation .navigation > li.active-dropdown > .dropdown {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
/***   mobile navigation   ***/
@media (max-width: 991px) {
  .mobile-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  #open-mobile-navigation,
  #close-mobile-navigation {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    border: 1px solid #006467;
    color: #006467;
    width: 60px;
    height: 60px;
    text-align: center;
    z-index: 16;
  }
  #open-mobile-navigation span,
  #close-mobile-navigation span {
    line-height: 58px;
    font-size: 30px;
  }
  #close-mobile-navigation {
    background-color: #ffffff;
    top: 25px !important;
  }
  #mobile-navigation {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: -75%;
    width: 75%;
    height: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ffffff;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  }
  body.menu-open #mobile-navigation {
    left: 0;
  }
  #mobile-navigation ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  #mobile-navigation ul.inactive {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  #mobile-navigation ul.inactive > li > a {
    opacity: 0;
  }
  #mobile-navigation ul li {
    display: block;
    padding: 0 15px;
  }
  #mobile-navigation ul li + li {
    margin-top: 5px;
  }
  #mobile-navigation ul li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none !important;
    opacity: 1;
    color: #006467;
    transition: all .4s;
    line-height: 1em;
    position: relative;
    font-size: 18px;
  }
  #mobile-navigation ul li a.trip-category {
    height: 50px;
    line-height: 48px;
    padding: 0 15px 0 60px;
    border: 1px solid #d70014;
  }
  #mobile-navigation ul li a [class^="icon-"],
  #mobile-navigation ul li a [class*=" icon-"] {
    font-size: 40px;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  #mobile-navigation ul li:hover a,
  #mobile-navigation ul li.active a {
    color: #d70014;
  }
  #mobile-navigation ul li:hover a.trip-category,
  #mobile-navigation ul li.active a.trip-category {
    color: #ffffff;
  }
  #mobile-navigation ul li:hover a.trip-category [class^="icon-"],
  #mobile-navigation ul li.active a.trip-category [class^="icon-"],
  #mobile-navigation ul li:hover a.trip-category [class*=" icon-"],
  #mobile-navigation ul li.active a.trip-category [class*=" icon-"] {
    color: #ffffff !important;
  }
  #mobile-navigation ul li.menu-item-43:hover a,
  #mobile-navigation ul li.menu-item-43.active a {
    background-color: #d70014;
  }
  #mobile-navigation ul li.menu-item-43 a {
    border-color: #d70014;
  }
  #mobile-navigation ul li.menu-item-43 a [class^="icon-"],
  #mobile-navigation ul li.menu-item-43 a [class*=" icon-"] {
    color: #d70014;
  }
  #mobile-navigation ul li.menu-item-44:hover a,
  #mobile-navigation ul li.menu-item-44.active a {
    background-color: #ff5a00;
  }
  #mobile-navigation ul li.menu-item-44 a {
    border-color: #ff5a00;
  }
  #mobile-navigation ul li.menu-item-44 a [class^="icon-"],
  #mobile-navigation ul li.menu-item-44 a [class*=" icon-"] {
    color: #ff5a00;
  }
  #mobile-navigation ul li.menu-item-45:hover a,
  #mobile-navigation ul li.menu-item-45.active a {
    background-color: #ff8a00;
  }
  #mobile-navigation ul li.menu-item-45 a {
    border-color: #ff8a00;
  }
  #mobile-navigation ul li.menu-item-45 a [class^="icon-"],
  #mobile-navigation ul li.menu-item-45 a [class*=" icon-"] {
    color: #ff8a00;
  }
  #mobile-navigation ul li.menu-item-46 {
    margin-bottom: 20px;
  }
  #mobile-navigation ul li.menu-item-46:hover a,
  #mobile-navigation ul li.menu-item-46.active a {
    background-color: #ffaf00;
  }
  #mobile-navigation ul li.menu-item-46 a {
    border-color: #ffaf00;
  }
  #mobile-navigation ul li.menu-item-46 a [class^="icon-"],
  #mobile-navigation ul li.menu-item-46 a [class*=" icon-"] {
    color: #ffaf00;
  }
  #mobile-navigation ul .sub-navigation {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    transition: all .4s;
  }
  #mobile-navigation ul .sub-navigation.active {
    left: 0;
    z-index: 2;
  }
  #mobile-navigation ul .sub-navigation > li > a {
    color: #006467;
  }
  #mobile-navigation ul .sub-navigation > li > a:hover {
    color: #d70014;
  }
  #mobile-navigation ul .sub-navigation .menu-start-item {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  #mobile-navigation ul .menu-item-home a {
    height: auto;
    padding: 10px 0;
  }
  #mobile-navigation ul .menu-item-home a img {
    width: 120px;
    margin: 0 auto;
  }
  body.menu-open {
    overflow: hidden;
  }
  #close-mobile-navigation span:not(.hidden) {
    font-size: 24px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  #open-mobile-navigation,
  #close-mobile-navigation {
    top: 5px;
  }
}
/***   language navigation   ***/
#language-navigation ul li.active a,
#language-navigation ul li:hover a {
  opacity: 1;
}
#language-navigation ul li a {
  display: block;
  opacity: .2;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
/***   footer boxes   ***/
#footer-boxes {
  background: url('/website/static/img/separator.svg') 50% bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 100px;
  background-position: 50% top;
  margin-bottom: 80px;
  padding-top: 120px;
  padding-bottom: 0;
}
@media (max-width: 1589px) {
  #footer-boxes {
    background-size: 1750px 48px;
  }
}
@media (max-width: 767px) {
  #footer-boxes {
    padding-top: 80px;
  }
}
#footer-boxes .box {
  -webkit-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #footer-boxes .box {
    margin-top: 20px;
  }
}
#footer-boxes .box .h6 {
  background: #006467;
  background: -webkit-linear-gradient(left, #006467, #41bbbf);
  background: -o-linear-gradient(right, #006467, #41bbbf);
  background: -moz-linear-gradient(right, #006467, #41bbbf);
  background: linear-gradient(to right, #006467, #41bbbf);
  font-size: 30px;
  font-weight: 700;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  margin: 0;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  line-height: 1em;
}
#footer-boxes .box > div {
  padding: 30px 25px;
}
#footer-boxes .box > div.top-trip {
  text-align: center;
  background-color: #006467;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#footer-boxes .box > div.top-trip .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  #footer-boxes .box > div.top-trip .btn {
    font-size: 22px;
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  #footer-boxes .box > div.help-form,
  #footer-boxes .box > div.contact {
    font-size: 16px;
  }
}
#footer-boxes .box > div.help-form strong,
#footer-boxes .box > div.contact strong {
  color: #006467;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 24px;
}
@media (max-width: 1199px) {
  #footer-boxes .box > div.help-form strong,
  #footer-boxes .box > div.contact strong {
    font-size: 20px;
  }
}
#footer-boxes .box > div.help-form strong > span,
#footer-boxes .box > div.contact strong > span {
  color: #d70014;
}
#footer-boxes .box > div.help-form .btn-wrapper,
#footer-boxes .box > div.contact .btn-wrapper {
  margin-top: 20px;
  text-align: center;
}
#footer-boxes .box > div.help-form .btn-wrapper .btn,
#footer-boxes .box > div.contact .btn-wrapper .btn {
  background-color: #006467;
  color: #ffaf00;
  padding: 0 30px;
}
@media (max-width: 1589px) {
  #footer-boxes .box > div.help-form .btn-wrapper .btn,
  #footer-boxes .box > div.contact .btn-wrapper .btn {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  #footer-boxes .box > div.help-form .btn-wrapper .btn,
  #footer-boxes .box > div.contact .btn-wrapper .btn {
    font-size: 22px;
    padding: 0 20px;
  }
}
#footer-boxes .box > div.help-form .btn-wrapper .btn:hover,
#footer-boxes .box > div.contact .btn-wrapper .btn:hover {
  background-color: #41bbbf;
  color: #ffffff;
}
#footer-boxes .box > div.help-form .btn-wrapper .btn > span,
#footer-boxes .box > div.contact .btn-wrapper .btn > span {
  font-size: 35px;
  position: relative;
  top: 4px;
  left: -5px;
}
@media (max-width: 1199px) {
  #footer-boxes .box > div.help-form .btn-wrapper .btn > span,
  #footer-boxes .box > div.contact .btn-wrapper .btn > span {
    font-size: 30px;
    left: -2px;
  }
}
#footer-boxes .box > div.contact a {
  color: #000000;
}
#footer-boxes .box > div.contact a.email {
  font-weight: 700;
  color: #d70014;
}
/***   footer navigation   ***/
#footer-navigation {
  background-color: #006467;
  padding: 80px 0 90px;
}
@media (max-width: 991px) {
  #footer-navigation {
    padding: 50px 0 60px;
  }
}
#footer-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-navigation ul li a {
  color: #ffffff;
  text-decoration: none !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#footer-navigation ul li a:hover {
  font-weight: 700;
}
#footer-navigation .navigation {
  font-size: 16px;
}
@media (max-width: 991px) {
  #footer-navigation .navigation {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer-navigation .navigation {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #footer-navigation .navigation > li.menu-item-63 {
    margin-bottom: 30px;
  }
}
#footer-navigation .navigation > li > a {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991px) {
  #footer-navigation .navigation > li > a {
    font-size: 22px;
  }
}
#footer-navigation .navigation > li > ul > li {
  position: relative;
  padding-left: 15px;
}
#footer-navigation .navigation > li > ul > li + li {
  padding-top: 5px;
}
#footer-navigation .navigation > li > ul > li > a:before {
  position: absolute;
  left: 0;
  content: '›';
}
#footer-navigation #authorised-travel-agency,
#footer-navigation #clean-safe {
  width: 130px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #footer-navigation #authorised-travel-agency {
    margin-top: 50px;
  }
}
#footer-navigation #clean-safe {
  margin-top: 20px;
}
/***   footer   ***/
#footer {
  padding: 50px 0;
  font-size: 16px;
}
#footer .description {
  font-size: 14px;
  color: #959595;
}
#footer .description p {
  margin-bottom: 0;
}
#footer .legal {
  color: #959595;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  #footer .legal {
    text-align: center;
  }
}
#footer .legal span.separator {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  #footer .legal span.separator {
    display: block;
    width: 0;
    height: 0;
    color: #ffffff;
  }
}
#footer .legal a {
  color: #959595;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#footer .legal a:hover {
  color: #006467;
}
#footer #legal-navigation {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  #footer #legal-navigation {
    text-align: center;
    margin-top: 20px;
  }
}
#footer #legal-navigation ul {
  display: inline-block;
  margin-bottom: 0;
}
#footer #legal-navigation ul li {
  float: left;
}
@media screen and (max-width: 429px) {
  #footer #legal-navigation ul li {
    float: none;
    text-align: center;
  }
}
@media screen and (min-width: 430px) {
  #footer #legal-navigation ul li + li {
    margin-left: 20px;
  }
}
#footer #legal-navigation ul li a {
  color: #959595;
  text-decoration: none !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#footer #legal-navigation ul li a:hover {
  color: #006467;
}
#footer #sportalpen {
  position: absolute;
  bottom: 15px;
  right: 30px;
  font-size: 30px;
}
#footer #sportalpen > a {
  color: #eeeeee;
  text-decoration: none !important;
  font-size: 30px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#footer #sportalpen > a:hover {
  color: #cf0034;
}
#footer .tooltip.left .tooltip-inner {
  background-color: #cf0034;
}
#footer .tooltip.left .tooltip-arrow {
  border-left-color: #cf0034;
}
.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6,
.content-block .h1,
.content-block .h2,
.content-block .h3,
.content-block .h4,
.content-block .h5,
.content-block .h5 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.content-block h1 small,
.content-block h2 small,
.content-block h3 small,
.content-block h4 small,
.content-block h5 small,
.content-block h6 small,
.content-block .h1 small,
.content-block .h2 small,
.content-block .h3 small,
.content-block .h4 small,
.content-block .h5 small,
.content-block .h5 small {
  color: #959595;
}
.content-block h1,
.content-block h2,
.content-block h3,
.content-block .h1,
.content-block .h2,
.content-block .h3 {
  margin-top: 0;
}
.content-block h1,
.content-block .h1 {
  font-size: 70px;
  font-weight: 700;
  color: #006467;
}
@media (max-width: 1199px) {
  .content-block h1,
  .content-block .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .content-block h1,
  .content-block .h1 {
    font-size: 35px;
  }
}
.content-block h2,
.content-block .h2 {
  font-size: 40px;
  font-weight: 400;
  color: #d70014;
}
@media (max-width: 1199px) {
  .content-block h2,
  .content-block .h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .content-block h2,
  .content-block .h2 {
    font-size: 25px;
  }
}
.content-block h3,
.content-block .h3 {
  font-size: 40px;
  font-weight: 400;
  color: #d70014;
}
@media (max-width: 1199px) {
  .content-block h3,
  .content-block .h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .content-block h3,
  .content-block .h3 {
    font-size: 25px;
  }
}
.content-block h4,
.content-block .h4 {
  font-size: 30px;
  font-weight: 700;
  color: #006467;
}
@media (max-width: 1199px) {
  .content-block h4,
  .content-block .h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .content-block h4,
  .content-block .h4 {
    font-size: 15px;
  }
}
.content-block h6 {
  font-size: 30px;
  font-weight: 700;
  color: #006467;
}
.content-block p,
.content-block ul,
.content-block ol {
  line-height: 1.563em;
  margin-bottom: 20px;
}
.content-block ul {
  list-style: none;
  padding: 0;
}
.content-block ul li {
  position: relative;
  padding-left: 15px;
}
.content-block ul li + li {
  padding-top: 8px;
}
.content-block ul li:before {
  position: absolute;
  left: 0;
  content: '\203A';
  color: #006467;
}
.content-block a {
  color: #006467;
}
.content-block .table.table-small {
  font-size: 85%;
}
.content-block .table.table-small thead tr th,
.content-block .table.table-small tbody tr th,
.content-block .table.table-small thead tr td,
.content-block .table.table-small tbody tr td {
  padding: 8px 10px;
}
.content-block .table.table-small thead tr th,
.content-block .table.table-small tbody tr th {
  font-size: 18px;
}
.content-block .table thead tr th,
.content-block .table tbody tr th {
  background-color: #006467;
  color: #ffffff;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
@media (max-width: 767px) {
  .content-block .table thead tr th,
  .content-block .table tbody tr th {
    font-size: 16px;
  }
}
.content-block .table thead tr th,
.content-block .table tbody tr th,
.content-block .table thead tr td,
.content-block .table tbody tr td {
  padding: 12px 20px;
}
.content-block .table thead tr th {
  border-bottom: 0;
}
.content-block .table tbody tr:nth-child(even) {
  background-color: #eeeeee;
}
.content-block .table tbody tr td {
  border-bottom-color: #959595 !important;
}
/***   content block BREADCRUMBS   ***/
.content-block-breadcrumbs {
  margin-bottom: 60px;
}
body.trip-detail .content-block-breadcrumbs {
  margin-bottom: 40px;
}
.content-block-breadcrumbs .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 15px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.content-block-breadcrumbs .breadcrumb li + li:before {
  content: '|';
  color: #959595;
  padding: 0 10px;
}
.content-block-breadcrumbs .breadcrumb li.active {
  color: #d70014;
}
.content-block-breadcrumbs .breadcrumb li a {
  color: #959595;
  text-decoration: none !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.content-block-breadcrumbs .breadcrumb li a:hover {
  color: #006467;
}
@media (max-width: 767px) {
  .content-block-text p {
    text-align: left !important;
  }
}
/***   content block TEXT WITH IMAGE   ***/
.content-block-text-with-image .row > div.pull-left {
  padding-right: 60px;
}
.content-block-text-with-image .row > div.pull-right {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .content-block-text-with-image .row > div {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .content-block-text-with-image .row > div.has-fixed-height {
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .content-block-text-with-image .row > div {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.content-block-text-with-image .content-image {
  position: relative;
}
.content-block-text-with-image .content-image a {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .content-block-text-with-image .content-image a {
    height: 100%;
  }
}
.content-block-text-with-image .content-image a:before {
  content: "\e986";
  color: #fff;
  text-align: center;
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 2;
  -webkit-transition: all .4s 0s;
  -moz-transition: all .4s 0s;
  -o-transition: all .4s 0s;
  -ms-transition: all .4s 0s;
  transition: all .4s 0s;
}
.content-block-text-with-image .content-image a:after {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #000000;
  opacity: 0;
  display: block;
  content: ' ';
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.content-block-text-with-image .content-image a:hover:before {
  opacity: .9;
  -webkit-transition: all .6s .3s;
  -moz-transition: all .6s .3s;
  -o-transition: all .6s .3s;
  -ms-transition: all .6s .3s;
  transition: all .6s .3s;
}
.content-block-text-with-image .content-image a:hover:after {
  opacity: .5;
}
@media (min-width: 992px) {
  body:not(.editmode) .content-block-text-with-image .content-image {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
  }
  body:not(.editmode) .content-block-text-with-image .content-image.content-image-left {
    right: 0;
  }
  body:not(.editmode) .content-block-text-with-image .content-image.content-image-right {
    left: 0;
  }
  body:not(.editmode) .content-block-text-with-image .content-image img {
    max-width: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 100%;
    width: auto;
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .content-block-text-with-image .content-image {
    margin: 50px 0 0 0;
  }
  .content-block-text-with-image .content-image img {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .content-block-text-with-image .content-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/***   content block TEXT WITH BOX   ***/
.content-block-text-with-box .row > div.pull-left {
  padding-right: 60px;
}
.content-block-text-with-box .row > div.pull-right {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .content-block-text-with-box .row > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-block-text-with-box .row > div.has-fixed-height {
    height: auto !important;
  }
}
.content-block-text-with-box .content-box {
  padding: 50px 60px 30px 30px;
  color: #006467;
}
.content-block-text-with-box .content-box:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ccebec;
  width: 9999px;
  z-index: 1;
}
.content-block-text-with-box .content-box.content-box-right:before {
  left: 0;
}
.content-block-text-with-box .content-box.content-box-left:before {
  right: 0;
}
.content-block-text-with-box .content-box > div {
  position: relative;
  z-index: 2;
}
/***   content block QUOTE   ***/
.content-block-quote blockquote {
  padding: 0;
  margin: 0;
  border-left: 0;
  color: #959595;
  position: relative;
  font-family: 'Caveat', cursive;
}
@media (max-width: 991px) {
  .content-block-quote blockquote {
    padding-left: 80px;
  }
}
.content-block-quote blockquote:before {
  content: '“';
  font-size: 200px;
  line-height: 1em;
  position: absolute;
  top: -40px;
  left: -110px;
}
@media (max-width: 991px) {
  .content-block-quote blockquote:before {
    left: -30px;
  }
}
.content-block-quote blockquote p {
  font-size: 40px;
  line-height: 1.1em;
}
@media (max-width: 991px) {
  .content-block-quote blockquote p {
    font-size: 30px;
  }
}
.content-block-quote blockquote footer {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-align: right;
  margin-top: -10px;
}
/***   content block TIP   ***/
.content-block-tip .tip {
  border: 1px solid #006467;
  padding: 40px 60px 50px;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .content-block-tip .tip {
    padding: 30px;
  }
}
.content-block-tip .tip h6 {
  font-size: 50px;
  font-weight: 700;
  color: #006467;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-block-tip .tip h6 {
    font-size: 40px;
  }
}
.content-block-tip .tip p:last-child {
  margin-bottom: 0;
}
/***   content block BUTTONS   ***/
.content-block-buttons a + a {
  margin-left: 10px;
}
/***   content block CALL TO ACTION   ***/
.content-block-call-to-action .cta {
  background-color: #ccebec;
  padding: 80px 0;
  font-size: 150%;
  color: #006467;
}
@media (max-width: 1589px) {
  .content-block-call-to-action .cta {
    font-size: 130%;
  }
}
.content-block-call-to-action .cta h5 {
  margin-top: 0;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1589px) {
  .content-block-call-to-action .cta h5 {
    font-size: 60px;
  }
}
.content-block-call-to-action .cta p {
  margin-bottom: 30px;
}
/***   content block TEASER   ***/
.content-block-teaser {
  position: relative;
  overflow: hidden;
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.content-block-teaser .container {
  position: relative;
  z-index: 2;
}
.content-block-teaser .teaser-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.content-block-teaser .teaser-video-wrapper {
  position: relative;
}
.content-block-teaser .vjs-loading-spinner {
  display: none !important;
}
/***   images   ***/
/*.content-image a {
  position: relative;
  display: block;
}
.content-image .copyright {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 80%;
  color: #fff;
}

@media (max-width: 991px) {
  .content-image {
    margin-top: 20px;
  }
}*/
/***   content block GALLERY   ***/
body:not(.mobile) .content-block-gallery .gallery-image {
  overflow: hidden;
  margin: 1px 0;
}
body:not(.mobile) .content-block-gallery .gallery-image img {
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -ms-transition: all .8s;
  transition: all .8s;
}
body:not(.mobile) .content-block-gallery .gallery-image:hover img {
  -webkit-transform: scale(1.02) translate3d(0, 0, 0);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
body:not(.mobile) .content-block-gallery .gallery-image a:before {
  content: "\e986";
  color: #fff;
  text-align: center;
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 2;
  -webkit-transition: all .4s 0s;
  -moz-transition: all .4s 0s;
  -o-transition: all .4s 0s;
  -ms-transition: all .4s 0s;
  transition: all .4s 0s;
}
body:not(.mobile) .content-block-gallery .gallery-image a:after {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #000000;
  opacity: 0;
  display: block;
  content: ' ';
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
body:not(.mobile) .content-block-gallery .gallery-image a:hover:before {
  opacity: .9;
  -webkit-transition: all .6s .3s;
  -moz-transition: all .6s .3s;
  -o-transition: all .6s .3s;
  -ms-transition: all .6s .3s;
  transition: all .6s .3s;
}
body:not(.mobile) .content-block-gallery .gallery-image a:hover:after {
  opacity: .5;
}
.content-block-gallery .gallery-text {
  position: relative;
}
.content-block-gallery .gallery-text .inner {
  padding: 0 30px;
}
.content-block-gallery .gallery-video .rev_slider_wrapper {
  height: 100%;
}
/***   content block ACCORDION   ***/
.content-block-accordion .panel-group .panel,
.content-block-accordion .panel-group .panel * {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.content-block-accordion .panel-group .panel + .panel {
  margin-top: 5px;
}
.content-block-accordion .panel-group .panel .panel-heading {
  position: relative;
  background-color: transparent;
  border: 1px solid #959595;
  background-color: #eeeeee;
  padding: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.content-block-accordion .panel-group .panel .panel-heading:hover {
  background-color: #959595;
}
.content-block-accordion .panel-group .panel .panel-heading:hover a {
  color: #ffffff;
}
.content-block-accordion .panel-group .panel .panel-heading:hover .icon .one,
.content-block-accordion .panel-group .panel .panel-heading:hover .icon .two {
  background-color: #ffffff;
}
.content-block-accordion .panel-group .panel .panel-heading.active-panel {
  background-color: #006467;
  border-color: #006467;
}
.content-block-accordion .panel-group .panel .panel-heading.active-panel a {
  color: #ffffff;
}
.content-block-accordion .panel-group .panel .panel-heading.active-panel span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-block-accordion .panel-group .panel .panel-heading.active-panel .icon .two {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #ffffff;
}
.content-block-accordion .panel-group .panel .panel-heading a {
  text-decoration: none !important;
  padding: 15px 30px 15px 50px;
  outline: none !important;
  display: block;
  color: #006467;
  font-size: 20px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.content-block-accordion .panel-group .panel .panel-heading span {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.content-block-accordion .panel-group .panel .panel-heading .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
}
.content-block-accordion .panel-group .panel .panel-heading .icon .one,
.content-block-accordion .panel-group .panel .panel-heading .icon .two {
  position: absolute;
  background: #006467;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
}
.content-block-accordion .panel-group .panel .panel-heading .icon .one {
  top: 9px;
  left: 2px;
  right: 2px;
  height: 2px;
}
.content-block-accordion .panel-group .panel .panel-heading .icon .two {
  top: 2px;
  left: 9px;
  bottom: 2px;
  width: 2px;
}
.content-block-accordion .panel-group .panel .panel-body {
  background-color: transparent;
  border: 1px solid #006467;
  border-top: 0 !important;
  padding: 40px 50px 30px 50px;
}
/***   content block FORM   ***/
.content-form .form-group:not(.form-group-checkbox) {
  border: 1px solid #ccebec;
  background-color: #fff;
  height: 52px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.content-form .form-group:not(.form-group-checkbox) label {
  font-weight: 400;
  color: #959595;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 18px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  transition: font-size 0.4s ease-in-out, line-height 0.4s ease-in-out, padding-top 0.4s ease-in-out;
}
.content-form .form-group:not(.form-group-checkbox) label.minified {
  font-size: 11px;
  line-height: 22px;
  padding-top: 4px;
  font-weight: 400;
  color: #959595;
}
.content-form .form-group.form-group-textarea:not(.form-group-checkbox) {
  height: auto;
  padding-right: 15px;
  padding-top: 10px;
}
.content-form .form-group.form-group-textarea:not(.form-group-checkbox) label {
  line-height: 22px;
  padding-top: 10px;
}
.content-form .form-group.form-group-select {
  cursor: pointer;
}
.content-form .form-group.form-group-checkbox {
  color: #959595;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  margin: 0;
}
.content-form .form-group.form-group-checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.content-form .form-group.form-group-checkbox input[type=checkbox] + label.css-label {
  padding-left: 35px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.content-form .form-group.form-group-checkbox input[type=checkbox]:checked + label.css-label {
  background-position: 0 -25px;
}
.content-form .form-group.form-group-checkbox label {
  background-image: url('/website/static/img/bg-checkbox-petrol.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-form .form-group .form-control {
  background: transparent;
  border: 0;
  padding: 14px 0 0;
  height: 100%;
  box-shadow: none !important;
  opacity: 0;
  position: relative;
  z-index: 10;
  transition: opacity 0.4s ease-in-out;
  font-weight: 700;
  font-size: 18px;
  outline: none !important;
  color: #006467;
  text-align: left;
}
.content-form .form-group .form-control.opac {
  opacity: 1;
}
.content-form .form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.content-form .form-group [class^="icon-"],
.content-form .form-group [class*=" icon-"],
.content-form .form-group .glyphicon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #006467;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  z-index: 10;
  pointer-events: none;
}
.content-form .form-group [class^="icon-"].icon-children,
.content-form .form-group [class*=" icon-"].icon-children,
.content-form .form-group .glyphicon.icon-children {
  font-size: 18px;
}
.content-form .mandatory {
  color: #d70014;
}
.content-form .parsley-errors-list {
  position: absolute;
  top: -8px;
  right: 55px;
  color: #fff;
  list-style: none;
  line-height: 1em;
  font-size: 12px;
  z-index: 20;
}
.content-form .parsley-errors-list li {
  padding: 4px 8px !important;
  background: #d70014;
}
.content-form .parsley-errors-list li:before {
  display: none;
}
.content-form .parsley-errors-list .parsley-type {
  color: red;
  font-size: 14px;
  list-style: none;
}
.content-form input.parsley-error,
.content-form select.parsley-error,
.content-form textarea.parsley-error,
.content-form input.parsley-success,
.content-form select.parsley-success,
.content-form textarea.parsley-success {
  background-color: transparent;
}
.content-block-form-brochure textarea {
  height: 197px !important;
}
@media (max-width: 1589px) {
  .content-block-form-brochure textarea {
    height: 151px !important;
  }
}
.content-block-form-brochure figure {
  border: 1px solid #ccebec;
  border-bottom: 0;
  padding: 10px;
  position: relative;
}
.content-block-form-brochure figure figcaption {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  text-align: center;
  width: 100%;
}
.content-block-form-brochure figure figcaption span {
  display: inline-block;
  line-height: 1em;
  background-color: #d70014;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  border-radius: 23px;
  font-size: 22px;
  padding: 0 30px;
  font-weight: 700;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
}
.content-block-form-brochure figure figcaption span:after {
  content: '\203A';
  margin-left: 5px;
}
/***   content block TEASER DOCUMENTS  ***/
@media (max-width: 1199px) {
  .content-block-teaser-documents .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-block-teaser-documents .row > .col-xl-1,
  .content-block-teaser-documents .row > .col-xl-10,
  .content-block-teaser-documents .row > .col-xl-11,
  .content-block-teaser-documents .row > .col-xl-12,
  .content-block-teaser-documents .row > .col-xl-2,
  .content-block-teaser-documents .row > .col-xl-3,
  .content-block-teaser-documents .row > .col-xl-4,
  .content-block-teaser-documents .row > .col-xl-5,
  .content-block-teaser-documents .row > .col-xl-6,
  .content-block-teaser-documents .row > .col-xl-7,
  .content-block-teaser-documents .row > .col-xl-8,
  .content-block-teaser-documents .row > .col-xl-9,
  .content-block-teaser-documents .row > .col-lg-1,
  .content-block-teaser-documents .row > .col-lg-10,
  .content-block-teaser-documents .row > .col-lg-11,
  .content-block-teaser-documents .row > .col-lg-12,
  .content-block-teaser-documents .row > .col-lg-2,
  .content-block-teaser-documents .row > .col-lg-3,
  .content-block-teaser-documents .row > .col-lg-4,
  .content-block-teaser-documents .row > .col-lg-5,
  .content-block-teaser-documents .row > .col-lg-6,
  .content-block-teaser-documents .row > .col-lg-7,
  .content-block-teaser-documents .row > .col-lg-8,
  .content-block-teaser-documents .row > .col-lg-9,
  .content-block-teaser-documents .row > .col-md-1,
  .content-block-teaser-documents .row > .col-md-10,
  .content-block-teaser-documents .row > .col-md-11,
  .content-block-teaser-documents .row > .col-md-12,
  .content-block-teaser-documents .row > .col-md-2,
  .content-block-teaser-documents .row > .col-md-3,
  .content-block-teaser-documents .row > .col-md-4,
  .content-block-teaser-documents .row > .col-md-5,
  .content-block-teaser-documents .row > .col-md-6,
  .content-block-teaser-documents .row > .col-md-7,
  .content-block-teaser-documents .row > .col-md-8,
  .content-block-teaser-documents .row > .col-md-9,
  .content-block-teaser-documents .row > .col-sm-1,
  .content-block-teaser-documents .row > .col-sm-10,
  .content-block-teaser-documents .row > .col-sm-11,
  .content-block-teaser-documents .row > .col-sm-12,
  .content-block-teaser-documents .row > .col-sm-2,
  .content-block-teaser-documents .row > .col-sm-3,
  .content-block-teaser-documents .row > .col-sm-4,
  .content-block-teaser-documents .row > .col-sm-5,
  .content-block-teaser-documents .row > .col-sm-6,
  .content-block-teaser-documents .row > .col-sm-7,
  .content-block-teaser-documents .row > .col-sm-8,
  .content-block-teaser-documents .row > .col-sm-9,
  .content-block-teaser-documents .row > .col-xs-1,
  .content-block-teaser-documents .row > .col-xs-10,
  .content-block-teaser-documents .row > .col-xs-11,
  .content-block-teaser-documents .row > .col-xs-12,
  .content-block-teaser-documents .row > .col-xs-2,
  .content-block-teaser-documents .row > .col-xs-3,
  .content-block-teaser-documents .row > .col-xs-4,
  .content-block-teaser-documents .row > .col-xs-5,
  .content-block-teaser-documents .row > .col-xs-6,
  .content-block-teaser-documents .row > .col-xs-7,
  .content-block-teaser-documents .row > .col-xs-8,
  .content-block-teaser-documents .row > .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-block-teaser-documents .teaser {
  position: relative;
  background-color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .content-block-teaser-documents .teaser {
    margin-bottom: 20px;
  }
}
.content-block-teaser-documents .teaser .preview-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.content-block-teaser-documents .teaser .content {
  padding: 30px 15px 20px;
}
.content-block-teaser-documents .teaser .content .title {
  font-size: 30px;
  font-weight: 700;
  color: #006467;
  text-align: center;
  margin-bottom: 20px;
}
.content-block-teaser-documents .teaser .content p.short-text {
  font-size: 15px;
}
.content-block-teaser-documents .teaser .content .btn {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0 20px;
}
/***   swipebox   ***/
#swipebox-top-bar {
  top: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#swipebox-bottom-bar {
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  bottom: auto;
  top: 50%;
  background: transparent;
  text-shadow: none;
}
#swipebox-arrows {
  width: 100%;
  max-width: none;
}
#swipebox-arrows a {
  background-color: #666;
}
/***   accordion   ***/
/***   google map   ***/
.content-block-google-map #marker-filter {
  margin-bottom: 30px;
}
.content-block-google-map #marker-filter .legend {
  color: #006467;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 50px;
  font-size: 30px;
  margin-right: 20px;
}
.content-block-google-map #marker-filter .btn-wrapper {
  margin-right: 5px;
}
.content-block-google-map #marker-filter .btn-wrapper .btn {
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
}
.content-block-google-map #marker-filter .btn-wrapper .btn:after {
  display: none;
}
.content-block-google-map #marker-filter .btn-wrapper .btn [class^="icon-"],
.content-block-google-map #marker-filter .btn-wrapper .btn [class*=" icon-"] {
  line-height: 50px;
}
.content-block-google-map #google-map {
  width: 100%;
  height: 700px;
}
@media (max-width: 1199px) {
  .content-block-google-map #google-map {
    height: 500px;
  }
}
.content-block-google-map #google-map .marker-label {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 34px;
}
.content-block-google-map #google-map .marker-label.icon-signpost {
  line-height: 38px;
}
@media (max-width: 767px) {
  .content-block-google-map #google-map {
    height: 300px;
  }
}
/***   content block OVERVIEW MAP   ***/
.content-block-overview-map {
  background-color: #bfd7f0;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .content-block-overview-map {
    padding: 15px 0;
  }
}
.content-block-overview-map .overview-map {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.content-block-overview-map .overview-map:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: ' ';
  display: block;
  background: url('/website/static/img/overview-map-labels.svg') 0 0 no-repeat;
  background-size: cover;
}
.content-block-overview-map .overview-map .pois {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.content-block-overview-map .overview-map .pois .poi {
  position: absolute;
  width: 34px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .content-block-overview-map .overview-map .pois .poi {
    width: 26px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .content-block-overview-map .overview-map .pois .poi {
    width: 20px;
    height: 30px;
  }
}
.content-block-overview-map .overview-map .pois .poi .marker {
  position: absolute;
  top: -50px;
  left: -17px;
  background: url('/website/static/img/map/marker.svg') 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .content-block-overview-map .overview-map .pois .poi .marker {
    top: -38px;
    left: -13px;
  }
}
@media (max-width: 767px) {
  .content-block-overview-map .overview-map .pois .poi .marker {
    top: -30px;
    left: -10px;
  }
}
.content-block-overview-map .overview-map .pois .poi .marker [class^="icon-"],
.content-block-overview-map .overview-map .pois .poi .marker [class*=" icon-"] {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 34px;
}
@media (max-width: 991px) {
  .content-block-overview-map .overview-map .pois .poi .marker [class^="icon-"],
  .content-block-overview-map .overview-map .pois .poi .marker [class*=" icon-"] {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content-block-overview-map .overview-map .pois .poi .marker [class^="icon-"],
  .content-block-overview-map .overview-map .pois .poi .marker [class*=" icon-"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}
.content-block-overview-map .overview-map .pois .poi .marker [class^="icon-"].icon-signpost,
.content-block-overview-map .overview-map .pois .poi .marker [class*=" icon-"].icon-signpost {
  line-height: 38px;
}
@media (max-width: 991px) {
  .content-block-overview-map .overview-map .pois .poi .marker [class^="icon-"].icon-signpost,
  .content-block-overview-map .overview-map .pois .poi .marker [class*=" icon-"].icon-signpost {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .content-block-overview-map .overview-map .pois .poi .marker [class^="icon-"].icon-signpost,
  .content-block-overview-map .overview-map .pois .poi .marker [class*=" icon-"].icon-signpost {
    line-height: 24px;
  }
}
.content-block-overview-map .overview-map .pois .poi .info-window {
  position: absolute;
  bottom: 100px;
  left: -160px;
  width: 320px;
  background-color: #ffffff;
  border: 5px solid #ffffff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: none;
  z-index: 99;
  font-size: 14px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .content-block-overview-map .overview-map .pois .poi .info-window {
    font-size: 12px;
    width: 250px;
  }
}
.content-block-overview-map .overview-map .pois .poi .info-window .preview-image {
  width: 120px;
  float: left;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .content-block-overview-map .overview-map .pois .poi .info-window .preview-image {
    width: 80px;
  }
}
.content-block-overview-map .overview-map .pois .poi .info-window .info {
  padding: 10px;
}
.content-block-overview-map .overview-map .pois .poi .info-window .info .title {
  color: #006467;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .content-block-overview-map .overview-map .pois .poi .info-window .info .title {
    font-size: 90%;
  }
}
.content-block-overview-map .overview-map .pois .poi .info-window .info .btn {
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  font-size: 16px;
  padding: 0 10px;
  float: right;
}
.content-block-overview-map .overview-map .pois .poi.active .info-window {
  display: block;
}
/***   content block SITEMAP   ***/
.content-block-sitemap .navigation li {
  line-height: 1em;
  display: block;
  padding-top: 0;
}
.content-block-sitemap .navigation li:before {
  display: none;
}
.content-block-sitemap .navigation li a {
  display: block;
  line-height: 1em;
  color: #959595;
  text-decoration: none !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.content-block-sitemap .navigation > li:hover > a {
  background-color: #d70014;
}
.content-block-sitemap .navigation > li > a {
  padding: 20px 15px;
  text-align: center;
  background: #006467;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 25px;
}
.content-block-sitemap .navigation > li > a:hover {
  background-color: #d70014;
}
.content-block-sitemap .navigation > li > .sub-navigation {
  margin-bottom: 0;
}
.content-block-sitemap .navigation > li > .sub-navigation > li {
  margin-top: 1px;
  padding-left: 0px;
}
.content-block-sitemap .navigation > li > .sub-navigation > li:hover > a {
  background-color: #006467;
  color: #ffffff;
}
.content-block-sitemap .navigation > li > .sub-navigation > li > a {
  background-color: #eeeeee;
  display: block;
  padding: 15px 15px;
}
.content-block-sitemap .navigation > li > .sub-navigation > li > .sub-sub-navigation {
  margin-bottom: 0;
}
.content-block-sitemap .navigation > li > .sub-navigation > li > .sub-sub-navigation > li {
  margin-top: 1px;
  padding-left: 0px;
}
.content-block-sitemap .navigation > li > .sub-navigation > li > .sub-sub-navigation > li:hover > a {
  background-color: #ccebec;
  color: #959595;
}
.content-block-sitemap .navigation > li > .sub-navigation > li > .sub-sub-navigation > li > a {
  background-color: #f5f5f5;
  display: block;
  padding: 15px 30px;
  font-size: 80%;
}
/***   object TRIP   ***/
@media (max-width: 1199px) {
  #top-trip:not(.content-block-first-home) .row,
  #trip-overview:not(.content-block-first-home) .row,
  .content-block-first-home:not(.content-block-first-home) .row,
  .dropdown .top-trip:not(.content-block-first-home) .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  #top-trip:not(.content-block-first-home) .row > .col-xl-1,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-1,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-1,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-1,
  #top-trip:not(.content-block-first-home) .row > .col-xl-10,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-10,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-10,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-10,
  #top-trip:not(.content-block-first-home) .row > .col-xl-11,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-11,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-11,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-11,
  #top-trip:not(.content-block-first-home) .row > .col-xl-12,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-12,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-12,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-12,
  #top-trip:not(.content-block-first-home) .row > .col-xl-2,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-2,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-2,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-2,
  #top-trip:not(.content-block-first-home) .row > .col-xl-3,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-3,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-3,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-3,
  #top-trip:not(.content-block-first-home) .row > .col-xl-4,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-4,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-4,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-4,
  #top-trip:not(.content-block-first-home) .row > .col-xl-5,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-5,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-5,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-5,
  #top-trip:not(.content-block-first-home) .row > .col-xl-6,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-6,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-6,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-6,
  #top-trip:not(.content-block-first-home) .row > .col-xl-7,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-7,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-7,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-7,
  #top-trip:not(.content-block-first-home) .row > .col-xl-8,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-8,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-8,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-8,
  #top-trip:not(.content-block-first-home) .row > .col-xl-9,
  #trip-overview:not(.content-block-first-home) .row > .col-xl-9,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xl-9,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xl-9,
  #top-trip:not(.content-block-first-home) .row > .col-lg-1,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-1,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-1,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-1,
  #top-trip:not(.content-block-first-home) .row > .col-lg-10,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-10,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-10,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-10,
  #top-trip:not(.content-block-first-home) .row > .col-lg-11,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-11,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-11,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-11,
  #top-trip:not(.content-block-first-home) .row > .col-lg-12,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-12,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-12,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-12,
  #top-trip:not(.content-block-first-home) .row > .col-lg-2,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-2,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-2,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-2,
  #top-trip:not(.content-block-first-home) .row > .col-lg-3,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-3,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-3,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-3,
  #top-trip:not(.content-block-first-home) .row > .col-lg-4,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-4,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-4,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-4,
  #top-trip:not(.content-block-first-home) .row > .col-lg-5,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-5,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-5,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-5,
  #top-trip:not(.content-block-first-home) .row > .col-lg-6,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-6,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-6,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-6,
  #top-trip:not(.content-block-first-home) .row > .col-lg-7,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-7,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-7,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-7,
  #top-trip:not(.content-block-first-home) .row > .col-lg-8,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-8,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-8,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-8,
  #top-trip:not(.content-block-first-home) .row > .col-lg-9,
  #trip-overview:not(.content-block-first-home) .row > .col-lg-9,
  .content-block-first-home:not(.content-block-first-home) .row > .col-lg-9,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-lg-9,
  #top-trip:not(.content-block-first-home) .row > .col-md-1,
  #trip-overview:not(.content-block-first-home) .row > .col-md-1,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-1,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-1,
  #top-trip:not(.content-block-first-home) .row > .col-md-10,
  #trip-overview:not(.content-block-first-home) .row > .col-md-10,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-10,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-10,
  #top-trip:not(.content-block-first-home) .row > .col-md-11,
  #trip-overview:not(.content-block-first-home) .row > .col-md-11,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-11,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-11,
  #top-trip:not(.content-block-first-home) .row > .col-md-12,
  #trip-overview:not(.content-block-first-home) .row > .col-md-12,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-12,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-12,
  #top-trip:not(.content-block-first-home) .row > .col-md-2,
  #trip-overview:not(.content-block-first-home) .row > .col-md-2,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-2,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-2,
  #top-trip:not(.content-block-first-home) .row > .col-md-3,
  #trip-overview:not(.content-block-first-home) .row > .col-md-3,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-3,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-3,
  #top-trip:not(.content-block-first-home) .row > .col-md-4,
  #trip-overview:not(.content-block-first-home) .row > .col-md-4,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-4,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-4,
  #top-trip:not(.content-block-first-home) .row > .col-md-5,
  #trip-overview:not(.content-block-first-home) .row > .col-md-5,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-5,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-5,
  #top-trip:not(.content-block-first-home) .row > .col-md-6,
  #trip-overview:not(.content-block-first-home) .row > .col-md-6,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-6,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-6,
  #top-trip:not(.content-block-first-home) .row > .col-md-7,
  #trip-overview:not(.content-block-first-home) .row > .col-md-7,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-7,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-7,
  #top-trip:not(.content-block-first-home) .row > .col-md-8,
  #trip-overview:not(.content-block-first-home) .row > .col-md-8,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-8,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-8,
  #top-trip:not(.content-block-first-home) .row > .col-md-9,
  #trip-overview:not(.content-block-first-home) .row > .col-md-9,
  .content-block-first-home:not(.content-block-first-home) .row > .col-md-9,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-md-9,
  #top-trip:not(.content-block-first-home) .row > .col-sm-1,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-1,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-1,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-1,
  #top-trip:not(.content-block-first-home) .row > .col-sm-10,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-10,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-10,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-10,
  #top-trip:not(.content-block-first-home) .row > .col-sm-11,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-11,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-11,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-11,
  #top-trip:not(.content-block-first-home) .row > .col-sm-12,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-12,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-12,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-12,
  #top-trip:not(.content-block-first-home) .row > .col-sm-2,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-2,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-2,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-2,
  #top-trip:not(.content-block-first-home) .row > .col-sm-3,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-3,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-3,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-3,
  #top-trip:not(.content-block-first-home) .row > .col-sm-4,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-4,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-4,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-4,
  #top-trip:not(.content-block-first-home) .row > .col-sm-5,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-5,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-5,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-5,
  #top-trip:not(.content-block-first-home) .row > .col-sm-6,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-6,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-6,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-6,
  #top-trip:not(.content-block-first-home) .row > .col-sm-7,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-7,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-7,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-7,
  #top-trip:not(.content-block-first-home) .row > .col-sm-8,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-8,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-8,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-8,
  #top-trip:not(.content-block-first-home) .row > .col-sm-9,
  #trip-overview:not(.content-block-first-home) .row > .col-sm-9,
  .content-block-first-home:not(.content-block-first-home) .row > .col-sm-9,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-sm-9,
  #top-trip:not(.content-block-first-home) .row > .col-xs-1,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-1,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-1,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-1,
  #top-trip:not(.content-block-first-home) .row > .col-xs-10,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-10,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-10,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-10,
  #top-trip:not(.content-block-first-home) .row > .col-xs-11,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-11,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-11,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-11,
  #top-trip:not(.content-block-first-home) .row > .col-xs-12,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-12,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-12,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-12,
  #top-trip:not(.content-block-first-home) .row > .col-xs-2,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-2,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-2,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-2,
  #top-trip:not(.content-block-first-home) .row > .col-xs-3,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-3,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-3,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-3,
  #top-trip:not(.content-block-first-home) .row > .col-xs-4,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-4,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-4,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-4,
  #top-trip:not(.content-block-first-home) .row > .col-xs-5,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-5,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-5,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-5,
  #top-trip:not(.content-block-first-home) .row > .col-xs-6,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-6,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-6,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-6,
  #top-trip:not(.content-block-first-home) .row > .col-xs-7,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-7,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-7,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-7,
  #top-trip:not(.content-block-first-home) .row > .col-xs-8,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-8,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-8,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-8,
  #top-trip:not(.content-block-first-home) .row > .col-xs-9,
  #trip-overview:not(.content-block-first-home) .row > .col-xs-9,
  .content-block-first-home:not(.content-block-first-home) .row > .col-xs-9,
  .dropdown .top-trip:not(.content-block-first-home) .row > .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#top-trip .trip,
#trip-overview .trip,
.content-block-first-home .trip,
.dropdown .top-trip .trip {
  position: relative;
  background-color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  #top-trip .trip,
  #trip-overview .trip,
  .content-block-first-home .trip,
  .dropdown .top-trip .trip {
    margin-bottom: 20px;
  }
}
#top-trip .trip .preview-image,
#trip-overview .trip .preview-image,
.content-block-first-home .trip .preview-image,
.dropdown .top-trip .trip .preview-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#top-trip .trip .preview-image .categories,
#trip-overview .trip .preview-image .categories,
.content-block-first-home .trip .preview-image .categories,
.dropdown .top-trip .trip .preview-image .categories {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#top-trip .trip .preview-image .categories [class^="icon-"],
#trip-overview .trip .preview-image .categories [class^="icon-"],
.content-block-first-home .trip .preview-image .categories [class^="icon-"],
.dropdown .top-trip .trip .preview-image .categories [class^="icon-"],
#top-trip .trip .preview-image .categories [class*=" icon-"],
#trip-overview .trip .preview-image .categories [class*=" icon-"],
.content-block-first-home .trip .preview-image .categories [class*=" icon-"],
.dropdown .top-trip .trip .preview-image .categories [class*=" icon-"] {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d70014;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
#top-trip .trip .preview-image .categories [class^="icon-"] + span,
#trip-overview .trip .preview-image .categories [class^="icon-"] + span,
.content-block-first-home .trip .preview-image .categories [class^="icon-"] + span,
.dropdown .top-trip .trip .preview-image .categories [class^="icon-"] + span,
#top-trip .trip .preview-image .categories [class*=" icon-"] + span,
#trip-overview .trip .preview-image .categories [class*=" icon-"] + span,
.content-block-first-home .trip .preview-image .categories [class*=" icon-"] + span,
.dropdown .top-trip .trip .preview-image .categories [class*=" icon-"] + span {
  margin-left: 3px;
}
#top-trip .trip .preview-image .categories [class^="icon-"].icon-38,
#trip-overview .trip .preview-image .categories [class^="icon-"].icon-38,
.content-block-first-home .trip .preview-image .categories [class^="icon-"].icon-38,
.dropdown .top-trip .trip .preview-image .categories [class^="icon-"].icon-38,
#top-trip .trip .preview-image .categories [class*=" icon-"].icon-38,
#trip-overview .trip .preview-image .categories [class*=" icon-"].icon-38,
.content-block-first-home .trip .preview-image .categories [class*=" icon-"].icon-38,
.dropdown .top-trip .trip .preview-image .categories [class*=" icon-"].icon-38 {
  background-color: #d70014;
}
#top-trip .trip .preview-image .categories [class^="icon-"].icon-39,
#trip-overview .trip .preview-image .categories [class^="icon-"].icon-39,
.content-block-first-home .trip .preview-image .categories [class^="icon-"].icon-39,
.dropdown .top-trip .trip .preview-image .categories [class^="icon-"].icon-39,
#top-trip .trip .preview-image .categories [class*=" icon-"].icon-39,
#trip-overview .trip .preview-image .categories [class*=" icon-"].icon-39,
.content-block-first-home .trip .preview-image .categories [class*=" icon-"].icon-39,
.dropdown .top-trip .trip .preview-image .categories [class*=" icon-"].icon-39 {
  background-color: #ff5a00;
}
#top-trip .trip .preview-image .categories [class^="icon-"].icon-46,
#trip-overview .trip .preview-image .categories [class^="icon-"].icon-46,
.content-block-first-home .trip .preview-image .categories [class^="icon-"].icon-46,
.dropdown .top-trip .trip .preview-image .categories [class^="icon-"].icon-46,
#top-trip .trip .preview-image .categories [class*=" icon-"].icon-46,
#trip-overview .trip .preview-image .categories [class*=" icon-"].icon-46,
.content-block-first-home .trip .preview-image .categories [class*=" icon-"].icon-46,
.dropdown .top-trip .trip .preview-image .categories [class*=" icon-"].icon-46 {
  background-color: #ff8a00;
  font-size: 30px;
  line-height: 36px;
}
#top-trip .trip .preview-image .categories [class^="icon-"].icon-64,
#trip-overview .trip .preview-image .categories [class^="icon-"].icon-64,
.content-block-first-home .trip .preview-image .categories [class^="icon-"].icon-64,
.dropdown .top-trip .trip .preview-image .categories [class^="icon-"].icon-64,
#top-trip .trip .preview-image .categories [class*=" icon-"].icon-64,
#trip-overview .trip .preview-image .categories [class*=" icon-"].icon-64,
.content-block-first-home .trip .preview-image .categories [class*=" icon-"].icon-64,
.dropdown .top-trip .trip .preview-image .categories [class*=" icon-"].icon-64 {
  background-color: #ffaf00;
}
#top-trip .trip .info,
#trip-overview .trip .info,
.content-block-first-home .trip .info,
.dropdown .top-trip .trip .info {
  padding: 30px 15px 15px;
}
#top-trip .trip .info .title,
#trip-overview .trip .info .title,
.content-block-first-home .trip .info .title,
.dropdown .top-trip .trip .info .title {
  font-size: 30px;
  font-weight: 700;
  color: #006467;
  text-align: center;
  margin-bottom: 20px;
  white-space: normal;
}
#top-trip .trip .info .short-description,
#trip-overview .trip .info .short-description,
.content-block-first-home .trip .info .short-description,
.dropdown .top-trip .trip .info .short-description {
  margin-bottom: 20px;
}
#top-trip .trip .info .short-description p,
#trip-overview .trip .info .short-description p,
.content-block-first-home .trip .info .short-description p,
.dropdown .top-trip .trip .info .short-description p {
  font-size: 16px;
}
#top-trip .trip .info .length,
#trip-overview .trip .info .length,
.content-block-first-home .trip .info .length,
.dropdown .top-trip .trip .info .length {
  background-color: #006467;
  color: #ffffff;
  display: inline-block;
  margin-left: -20px;
  padding: 12px 20px;
  line-height: 1em;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
#top-trip .trip .info .price,
#trip-overview .trip .info .price,
.content-block-first-home .trip .info .price,
.dropdown .top-trip .trip .info .price {
  color: #959595;
  font-size: 14px;
  margin-left: 20px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  text-decoration: none !important;
}
#top-trip .trip .info .price strong,
#trip-overview .trip .info .price strong,
.content-block-first-home .trip .info .price strong,
.dropdown .top-trip .trip .info .price strong {
  color: #006467;
  font-size: 24px;
  margin-left: 5px;
}
#top-trip .trip:hover,
#trip-overview .trip:hover,
.content-block-first-home .trip:hover,
.dropdown .top-trip .trip:hover {
  background-color: #006467;
  border-color: #006467;
}
#top-trip .trip:hover .info .title,
#trip-overview .trip:hover .info .title,
.content-block-first-home .trip:hover .info .title,
.dropdown .top-trip .trip:hover .info .title {
  color: #ffffff;
}
#top-trip .trip:hover .info .short-description,
#trip-overview .trip:hover .info .short-description,
.content-block-first-home .trip:hover .info .short-description,
.dropdown .top-trip .trip:hover .info .short-description {
  color: #ffffff;
}
#top-trip .trip:hover .info .length,
#trip-overview .trip:hover .info .length,
.content-block-first-home .trip:hover .info .length,
.dropdown .top-trip .trip:hover .info .length {
  color: #006467;
  background-color: #ffffff;
}
#top-trip .trip:hover .info .price,
#trip-overview .trip:hover .info .price,
.content-block-first-home .trip:hover .info .price,
.dropdown .top-trip .trip:hover .info .price {
  color: #ffffff;
}
#top-trip .trip:hover .info .price strong,
#trip-overview .trip:hover .info .price strong,
.content-block-first-home .trip:hover .info .price strong,
.dropdown .top-trip .trip:hover .info .price strong {
  color: #ffffff;
}
.content-block-trip-overview {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .4s;
  margin-bottom: 0;
}
.content-block-trip-overview.visible-view {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-bottom: 150px;
}
#trip-overview-lg .trip {
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
}
#trip-overview-lg .trip .preview-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 5px;
  margin-top: 5px;
}
#trip-overview-lg .trip .preview-image .categories {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#trip-overview-lg .trip .preview-image .categories [class^="icon-"],
#trip-overview-lg .trip .preview-image .categories [class*=" icon-"] {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d70014;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}
#trip-overview-lg .trip .preview-image .categories [class^="icon-"] + span,
#trip-overview-lg .trip .preview-image .categories [class*=" icon-"] + span {
  margin-left: 5px;
}
#trip-overview-lg .trip .preview-image .categories [class^="icon-"].icon-38,
#trip-overview-lg .trip .preview-image .categories [class*=" icon-"].icon-38 {
  background-color: #d70014;
}
#trip-overview-lg .trip .preview-image .categories [class^="icon-"].icon-39,
#trip-overview-lg .trip .preview-image .categories [class*=" icon-"].icon-39 {
  background-color: #ff5a00;
}
#trip-overview-lg .trip .preview-image .categories [class^="icon-"].icon-46,
#trip-overview-lg .trip .preview-image .categories [class*=" icon-"].icon-46 {
  background-color: #ff8a00;
  font-size: 38px;
  line-height: 46px;
}
#trip-overview-lg .trip .preview-image .categories [class^="icon-"].icon-64,
#trip-overview-lg .trip .preview-image .categories [class*=" icon-"].icon-64 {
  background-color: #ffaf00;
}
#trip-overview-lg .trip .overview-map {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#trip-overview-lg .trip .overview-map:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: ' ';
  display: block;
  background: url('/website/static/img/overview-map-labels.svg') 0 0 no-repeat;
  background-size: cover;
}
#trip-overview-lg .trip .overview-map .total-path {
  position: absolute;
  top: 0;
  left: 0;
}
#trip-overview-lg .trip .title {
  font-size: 40px;
  font-weight: 700;
  color: #006467;
  margin-top: 0;
  margin-bottom: 30px;
}
#trip-overview-lg .trip .info {
  padding: 50px 0 0;
}
#trip-overview-lg .trip .info .short-description {
  margin-bottom: 40px;
}
#trip-overview-lg .trip .info .short-description p {
  line-height: 1.667em;
}
#trip-overview-lg .trip .info .length {
  background-color: #006467;
  color: #ffffff;
  display: inline-block;
  padding: 12px 20px 12px 40px;
  line-height: 1em;
  font-weight: 700;
  font-size: 30px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
#trip-overview-lg .trip .info .price {
  color: #959595;
  font-size: 14px;
  margin-left: 20px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
#trip-overview-lg .trip .info .price strong {
  color: #006467;
  font-size: 30px;
  margin-left: 5px;
}
#trip-overview-lg .trip .included-services {
  background-color: #ccebec;
  padding: 50px 40px 30px;
  height: inherit;
}
#trip-overview-lg .trip .included-services .title {
  text-align: center;
}
#trip-overview-lg .trip .included-services ul {
  color: #006467;
  font-size: 95%;
}
#trip-overview-lg .trip .included-services ul li + li {
  padding-top: 6px;
}
#trip-overview-lg .trip .included-services .link {
  margin-top: 30px;
}
#trip-highlights .trip,
.content-block-trips .trip {
  position: relative;
  background-color: #000000;
  margin-bottom: 2px;
  overflow: hidden;
}
#trip-highlights .trip > figure,
.content-block-trips .trip > figure {
  opacity: .6;
}
#trip-highlights .trip > figure img,
.content-block-trips .trip > figure img {
  width: 100%;
  max-width: none;
}
#trip-highlights .trip > div,
.content-block-trips .trip > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trip-highlights .trip > div .outer,
.content-block-trips .trip > div .outer {
  padding: 30px;
}
#trip-highlights .trip > div .outer .inner,
.content-block-trips .trip > div .outer .inner {
  text-align: center;
}
#trip-highlights .trip > div .outer .inner .title,
.content-block-trips .trip > div .outer .inner .title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1639px) {
  #trip-highlights .trip > div .outer .inner .title,
  .content-block-trips .trip > div .outer .inner .title {
    font-size: 35px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #trip-highlights .trip > div .outer .inner .title,
  .content-block-trips .trip > div .outer .inner .title {
    font-size: 25px;
  }
}
#trip-highlights .trip > div .outer .inner .title:after,
.content-block-trips .trip > div .outer .inner .title:after {
  content: ' ';
  display: block;
  width: 140px;
  height: 0;
  border-top: 3px dashed #ffffff;
  margin: 20px auto 20px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 1199px) {
  #trip-highlights .trip > div .outer .inner .title:after,
  .content-block-trips .trip > div .outer .inner .title:after {
    width: 100px;
    border-top-width: 2px;
  }
}
#trip-highlights .trip > div .outer .inner .link,
.content-block-trips .trip > div .outer .inner .link {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid transparent;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 20px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#trip-highlights .trip > div .outer .inner .link:hover,
.content-block-trips .trip > div .outer .inner .link:hover {
  background-color: #ffffff;
  color: #006467;
}
#trip-highlights .trip .mouseover,
.content-block-trips .trip .mouseover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #006467;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 767px) {
  #trip-highlights .trip .mouseover,
  .content-block-trips .trip .mouseover {
    display: none !important;
  }
}
#trip-highlights .trip .mouseover figure,
.content-block-trips .trip .mouseover figure {
  border: 5px solid #006467;
  border-bottom-width: 0;
  padding: 10px 0;
  background-color: #bfd7f0;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1639px) {
  #trip-highlights .trip .mouseover figure,
  .content-block-trips .trip .mouseover figure {
    margin-bottom: 15px;
  }
}
#trip-highlights .trip .mouseover figure img,
.content-block-trips .trip .mouseover figure img {
  margin: 0 auto;
  opacity: .6;
  max-width: 75%;
}
#trip-highlights .trip .mouseover figure figcaption,
.content-block-trips .trip .mouseover figure figcaption {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #d70014;
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1639px) {
  #trip-highlights .trip .mouseover figure figcaption,
  .content-block-trips .trip .mouseover figure figcaption {
    font-size: 35px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #trip-highlights .trip .mouseover figure figcaption,
  .content-block-trips .trip .mouseover figure figcaption {
    font-size: 25px;
  }
}
#trip-highlights .trip .mouseover .short-description,
.content-block-trips .trip .mouseover .short-description {
  color: #ffffff;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 1639px) {
  #trip-highlights .trip .mouseover .short-description,
  .content-block-trips .trip .mouseover .short-description {
    margin-bottom: 15px;
    font-size: 90%;
  }
}
#trip-highlights .trip .mouseover .link,
.content-block-trips .trip .mouseover .link {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #ffffff;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 20px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#trip-highlights .trip .mouseover .link:hover,
.content-block-trips .trip .mouseover .link:hover {
  background-color: #ffffff;
  color: #006467;
}
#trip-highlights .trip:hover .mouseover,
.content-block-trips .trip:hover .mouseover {
  opacity: 1;
}
#trip-filter .filter-headline {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #trip-filter .filter-group.categories {
    text-align: center;
  }
}
#trip-filter .filter-group .btn {
  padding: 0;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  opacity: .3;
}
@media (max-width: 767px) {
  #trip-filter .filter-group .btn {
    margin-bottom: 15px;
  }
}
#trip-filter .filter-group .btn.active,
#trip-filter .filter-group .btn:hover {
  opacity: 1;
}
#trip-filter .filter-group .btn + .btn {
  margin-left: 2px;
}
#trip-filter .filter-group .btn.category-38 {
  background-color: #d70014;
}
#trip-filter .filter-group .btn.category-39 {
  background-color: #ff5a00;
}
#trip-filter .filter-group .btn.category-46 {
  background-color: #ff8a00;
}
#trip-filter .filter-group .btn.category-46 [class^="icon-"],
#trip-filter .filter-group .btn.category-46 [class*=" icon-"] {
  font-size: 52px;
}
#trip-filter .filter-group .btn.category-64 {
  background-color: #ffaf00;
}
#trip-filter .filter-group .btn.category-64 [class^="icon-"],
#trip-filter .filter-group .btn.category-64 [class*=" icon-"] {
  font-size: 38px;
}
#trip-filter .filter-group .btn:after {
  display: none;
}
#trip-filter .filter-group .btn [class^="icon-"],
#trip-filter .filter-group .btn [class*=" icon-"] {
  font-size: 46px;
  line-height: 60px;
}
#trip-filter .filter-group.theme {
  background-color: #006467;
  border-radius: 10px;
  padding: 30px 60px 20px;
}
#trip-filter .filter-group.theme div {
  margin-bottom: 10px;
}
#trip-filter .filter-group.theme div input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#trip-filter .filter-group.theme div input[type=checkbox] + label {
  padding-left: 35px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
#trip-filter .filter-group.theme div input[type=checkbox]:checked + label {
  background-position: 0 -25px;
}
#trip-filter .filter-group.theme div label {
  background-image: url('/website/static/img/bg-checkbox-white.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
#trip-filter #toggle-theme-filter {
  border: 1px solid #006467;
  color: #006467;
  font-weight: 700;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 28px;
  height: 60px;
  line-height: 58px;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 767px) {
  #trip-filter #toggle-theme-filter {
    width: 100%;
    text-align: center;
  }
}
#trip-filter #toggle-theme-filter.open {
  background-color: #006467;
  color: #ffffff;
}
#trip-filter #toggle-theme-filter.open:before {
  display: block;
}
#trip-filter #toggle-theme-filter.open:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
#trip-filter #toggle-theme-filter:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 30px;
  background-color: #006467;
  content: ' ';
  display: none;
}
#trip-filter #toggle-theme-filter:after {
  content: '\203A';
  margin-left: 15px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#trip-filter #grid-view > div {
  display: inline-block;
  cursor: pointer;
  font-size: 40px;
  color: #959595;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#trip-filter #grid-view > div:hover,
#trip-filter #grid-view > div.active {
  color: #006467;
}
#trip-filter #grid-view > div > span {
  line-height: 60px;
}
#trip-filter #grid-view > div + div {
  margin-left: 10px;
}
.content-block-trips {
  background: url('/website/static/img/separator.svg') 50% bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 100px;
}
@media (max-width: 1589px) {
  .content-block-trips {
    background-size: 1750px 48px;
  }
}
.content-block-trips .category-name {
  color: #ffffff;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  margin-bottom: 2px;
  position: relative;
}
@media (max-width: 1199px) {
  .content-block-trips .category-name {
    font-size: 20px;
  }
}
.content-block-trips .category-name:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -30px;
}
.content-block-trips .category-name.category-38 {
  background-color: #d70014;
}
.content-block-trips .category-name.category-38:before {
  color: #d70014;
  content: '\e902';
}
.content-block-trips .category-name.category-39 {
  background-color: #ff5a00;
}
@media (max-width: 767px) {
  .content-block-trips .category-name.category-39 {
    margin-top: 65px;
  }
}
.content-block-trips .category-name.category-39:before {
  color: #ff5a00;
  content: '\e908';
}
.content-block-trips .category-name.category-46 {
  background-color: #ff8a00;
}
@media (max-width: 991px) {
  .content-block-trips .category-name.category-46 {
    margin-top: 65px;
  }
}
.content-block-trips .category-name.category-46:before {
  color: #ff8a00;
  content: '\e907';
  font-size: 74px;
  margin-left: -37px;
  top: -68px;
}
.content-block-trips .category-name.category-64 {
  background-color: #ffaf00;
}
@media (max-width: 991px) {
  .content-block-trips .category-name.category-64 {
    margin-top: 65px;
  }
}
.content-block-trips .category-name.category-64:before {
  color: #ffaf00;
  content: '\e90a';
  font-size: 50px;
  margin-left: -25px;
  top: -58px;
}
.content-block-trips .btn-wrapper {
  margin-top: 40px;
  text-align: center;
}
#trip-detail #info .info {
  padding: 50px 0 100px;
}
#trip-detail #overview-map {
  background-color: #bfd7f0;
  padding-top: 10px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #trip-detail #overview-map {
    padding-bottom: 20px;
  }
}
#trip-detail #overview-map .overview-map {
  position: relative;
  margin: 0 auto 30px;
  max-width: 1280px;
}
#trip-detail #overview-map .overview-map:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: ' ';
  display: block;
  background: url('/website/static/img/overview-map-labels.svg') 0 0 no-repeat;
  background-size: cover;
}
#trip-detail #overview-map .overview-map .paths {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#trip-detail #overview-map .overview-map .paths .total-path {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#trip-detail #overview-map .overview-map .paths .total-path.inactive {
  opacity: .4;
}
#trip-detail #overview-map .overview-map .paths .day-path {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#trip-detail #overview-map .overview-map .paths .day-path.active {
  opacity: 1;
}
#trip-detail #overview-map .timeline ul {
  border-top: 1px solid #006467;
  color: #006467;
  line-height: 1em;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#trip-detail #overview-map .timeline ul li {
  float: left;
  padding: 0;
  position: relative;
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 767px) {
  #trip-detail #overview-map .timeline ul li {
    font-size: 10px;
    padding-top: 10px;
  }
}
#trip-detail #overview-map .timeline ul li:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  background-color: #006467;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 767px) {
  #trip-detail #overview-map .timeline ul li:before {
    width: 10px;
    height: 10px;
    top: -5px;
    margin-left: -5px;
  }
}
#trip-detail #overview-map .timeline ul li strong {
  font-size: 26px;
}
@media (max-width: 767px) {
  #trip-detail #overview-map .timeline ul li strong {
    font-size: 14px;
  }
}
#trip-detail #overview-map .timeline ul li:hover {
  color: #d70014;
}
#trip-detail #overview-map .timeline ul li:hover:before {
  background-color: #d70014;
  width: 26px;
  height: 26px;
  top: -13px;
  margin-left: -13px;
}
#trip-detail #prices-inclusives .inclusives,
#trip-detail #prices-inclusives .prices {
  padding: 60px 150px 80px;
}
@media (max-width: 1589px) {
  #trip-detail #prices-inclusives .inclusives,
  #trip-detail #prices-inclusives .prices {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  #trip-detail #prices-inclusives .inclusives,
  #trip-detail #prices-inclusives .prices {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #trip-detail #prices-inclusives .inclusives,
  #trip-detail #prices-inclusives .prices {
    padding: 40px 15px 60px;
  }
}
#trip-detail #prices-inclusives .inclusives h3,
#trip-detail #prices-inclusives .prices h3 {
  font-size: 40px;
  font-weight: 700;
  color: #006467;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #trip-detail #prices-inclusives .inclusives h3,
  #trip-detail #prices-inclusives .prices h3 {
    font-size: 30px;
  }
}
#trip-detail #prices-inclusives .inclusives {
  background-color: #ccebec;
}
#trip-detail #prices-inclusives .inclusives ul {
  color: #006467;
}
#trip-detail #prices-inclusives .inclusives ul li + li {
  padding-top: 16px;
}
#trip-detail #prices-inclusives .inclusives .link {
  margin-top: 60px;
}
#trip-detail #prices-inclusives .inclusives .link .price-note {
  color: #959595;
  margin-top: 40px;
  margin-bottom: 10px;
}
#trip-detail #prices-inclusives .prices ul {
  margin-bottom: 50px;
}
#trip-detail #prices-inclusives .prices .season-note {
  color: #959595;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
#trip-detail #prices-inclusives .prices .table {
  color: #959595;
  font-size: 90%;
}
#trip-detail #prices-inclusives .prices .table thead tr th,
#trip-detail #prices-inclusives .prices .table tbody tr th,
#trip-detail #prices-inclusives .prices .table thead tr td,
#trip-detail #prices-inclusives .prices .table tbody tr td {
  line-height: 1.1em;
  padding: 8px 15px;
}
@media (max-width: 767px) {
  #trip-detail #prices-inclusives .prices .table thead tr th,
  #trip-detail #prices-inclusives .prices .table tbody tr th,
  #trip-detail #prices-inclusives .prices .table thead tr td,
  #trip-detail #prices-inclusives .prices .table tbody tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#trip-detail #prices-inclusives .prices .table tbody tr td.season {
  color: #006467;
}
#trip-detail #prices-inclusives .prices .table tbody tr td.price {
  color: #006467;
  font-weight: 700;
}
#trip-detail #program,
#trip-detail #remarks {
  position: relative;
}
#trip-detail #program:after,
#trip-detail #remarks:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
  background: -o-linear-gradient(bottom, transparent 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
  display: block;
}
#trip-detail #program h3,
#trip-detail #remarks h3 {
  position: relative;
}
#trip-detail #program h3:before,
#trip-detail #remarks h3:before {
  content: ' ';
  width: 200%;
  height: 0;
  border: 2px solid #006467;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100%;
  z-index: 1;
}
#trip-detail #program h3 span,
#trip-detail #remarks h3 span {
  font-size: 40px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  background-color: #006467;
  color: #ffffff;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0 30px;
}
#trip-detail #program h3 a,
#trip-detail #remarks h3 a {
  position: relative;
  z-index: 2;
  top: 40px;
  float: right;
  height: 50px;
  line-height: 50px;
  background-color: #006467;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
}
@media (max-width: 991px) {
  #trip-detail #program h3 a,
  #trip-detail #remarks h3 a {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #trip-detail #program h3 a,
  #trip-detail #remarks h3 a {
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
}
#trip-detail #program h3 a:after,
#trip-detail #remarks h3 a:after {
  display: inline-block;
  margin-left: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#trip-detail #program h3 a:hover,
#trip-detail #remarks h3 a:hover,
#trip-detail #program h3 a.active,
#trip-detail #remarks h3 a.active {
  background-color: #d70014;
}
#trip-detail #program h3 a.active:after,
#trip-detail #remarks h3 a.active:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
#trip-detail #program {
  background-color: #41bbbf;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
  padding: 100px 0 150px;
  overflow: hidden;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#trip-detail #program.minified {
  height: 400px !important;
}
#trip-detail #program h3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #trip-detail #program .row {
    margin-top: -29px;
  }
}
@media (min-width: 1590px) {
  #trip-detail #program .row .col-xs-12:nth-child(2) .day,
  #trip-detail #program .row .col-xs-12:nth-child(4) .day,
  #trip-detail #program .row .col-xs-12:nth-child(5) .day,
  #trip-detail #program .row .col-xs-12:nth-child(7) .day,
  #trip-detail #program .row .col-xs-12:nth-child(10) .day,
  #trip-detail #program .row .col-xs-12:nth-child(12) .day,
  #trip-detail #program .row .col-xs-12:nth-child(13) .day,
  #trip-detail #program .row .col-xs-12:nth-child(15) .day,
  #trip-detail #program .row .col-xs-12:nth-child(18) .day,
  #trip-detail #program .row .col-xs-12:nth-child(20) .day,
  #trip-detail #program .row .col-xs-12:nth-child(21) .day,
  #trip-detail #program .row .col-xs-12:nth-child(23) .day {
    background-color: #eeeeee;
  }
}
@media (max-width: 1589px) and (min-width: 992px), (max-width: 767px) {
  #trip-detail #program .row .col-xs-12:nth-child(even) .day {
    background-color: #eeeeee;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #trip-detail #program .row .col-xs-12:nth-child(2) .day,
  #trip-detail #program .row .col-xs-12:nth-child(3) .day,
  #trip-detail #program .row .col-xs-12:nth-child(6) .day,
  #trip-detail #program .row .col-xs-12:nth-child(7) .day,
  #trip-detail #program .row .col-xs-12:nth-child(10) .day,
  #trip-detail #program .row .col-xs-12:nth-child(11) .day,
  #trip-detail #program .row .col-xs-12:nth-child(14) .day,
  #trip-detail #program .row .col-xs-12:nth-child(15) .day,
  #trip-detail #program .row .col-xs-12:nth-child(18) .day,
  #trip-detail #program .row .col-xs-12:nth-child(19) .day,
  #trip-detail #program .row .col-xs-12:nth-child(22) .day,
  #trip-detail #program .row .col-xs-12:nth-child(23) .day {
    background-color: #eeeeee;
  }
}
#trip-detail #program .row .col-xs-12 .day {
  background-color: #ffffff;
  padding: 60px 30px 50px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #trip-detail #program .row .col-xs-12 .day {
    padding: 40px 30px 30px;
    font-size: 14px;
  }
}
#trip-detail #program .row .col-xs-12 .day.highlight {
  background-color: #ccebec !important;
}
#trip-detail #program .row .col-xs-12 .day .h1 {
  font-size: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #trip-detail #program .row .col-xs-12 .day .h1 {
    font-size: 30px;
  }
}
#trip-detail #program .row .col-xs-12 .day .h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #trip-detail #program .row .col-xs-12 .day .h2 {
    font-size: 20px;
  }
}
#trip-detail #remarks {
  background-color: #eeeeee;
}
#trip-detail #remarks h3 {
  margin-top: -70px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #trip-detail #remarks h3 {
    margin-top: -29px;
  }
}
#trip-detail #remarks .row {
  overflow: hidden;
  padding-bottom: 120px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#trip-detail #remarks .row.minified {
  height: 200px !important;
}
#trip-detail #remarks .row .remark h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#trip-detail #inquiry {
  background-color: #ccebec;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #trip-detail #inquiry {
    padding: 60px 0;
  }
}
#trip-detail #video {
  margin-top: -1px;
}
#trip-detail #video iframe {
  border: 0;
}
/***   object REVIEW   ***/
@media (max-width: 1199px) {
  #review-overview .row,
  .content-block-reviews .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  #review-overview .row > .col-xl-1,
  .content-block-reviews .row > .col-xl-1,
  #review-overview .row > .col-xl-10,
  .content-block-reviews .row > .col-xl-10,
  #review-overview .row > .col-xl-11,
  .content-block-reviews .row > .col-xl-11,
  #review-overview .row > .col-xl-12,
  .content-block-reviews .row > .col-xl-12,
  #review-overview .row > .col-xl-2,
  .content-block-reviews .row > .col-xl-2,
  #review-overview .row > .col-xl-3,
  .content-block-reviews .row > .col-xl-3,
  #review-overview .row > .col-xl-4,
  .content-block-reviews .row > .col-xl-4,
  #review-overview .row > .col-xl-5,
  .content-block-reviews .row > .col-xl-5,
  #review-overview .row > .col-xl-6,
  .content-block-reviews .row > .col-xl-6,
  #review-overview .row > .col-xl-7,
  .content-block-reviews .row > .col-xl-7,
  #review-overview .row > .col-xl-8,
  .content-block-reviews .row > .col-xl-8,
  #review-overview .row > .col-xl-9,
  .content-block-reviews .row > .col-xl-9,
  #review-overview .row > .col-lg-1,
  .content-block-reviews .row > .col-lg-1,
  #review-overview .row > .col-lg-10,
  .content-block-reviews .row > .col-lg-10,
  #review-overview .row > .col-lg-11,
  .content-block-reviews .row > .col-lg-11,
  #review-overview .row > .col-lg-12,
  .content-block-reviews .row > .col-lg-12,
  #review-overview .row > .col-lg-2,
  .content-block-reviews .row > .col-lg-2,
  #review-overview .row > .col-lg-3,
  .content-block-reviews .row > .col-lg-3,
  #review-overview .row > .col-lg-4,
  .content-block-reviews .row > .col-lg-4,
  #review-overview .row > .col-lg-5,
  .content-block-reviews .row > .col-lg-5,
  #review-overview .row > .col-lg-6,
  .content-block-reviews .row > .col-lg-6,
  #review-overview .row > .col-lg-7,
  .content-block-reviews .row > .col-lg-7,
  #review-overview .row > .col-lg-8,
  .content-block-reviews .row > .col-lg-8,
  #review-overview .row > .col-lg-9,
  .content-block-reviews .row > .col-lg-9,
  #review-overview .row > .col-md-1,
  .content-block-reviews .row > .col-md-1,
  #review-overview .row > .col-md-10,
  .content-block-reviews .row > .col-md-10,
  #review-overview .row > .col-md-11,
  .content-block-reviews .row > .col-md-11,
  #review-overview .row > .col-md-12,
  .content-block-reviews .row > .col-md-12,
  #review-overview .row > .col-md-2,
  .content-block-reviews .row > .col-md-2,
  #review-overview .row > .col-md-3,
  .content-block-reviews .row > .col-md-3,
  #review-overview .row > .col-md-4,
  .content-block-reviews .row > .col-md-4,
  #review-overview .row > .col-md-5,
  .content-block-reviews .row > .col-md-5,
  #review-overview .row > .col-md-6,
  .content-block-reviews .row > .col-md-6,
  #review-overview .row > .col-md-7,
  .content-block-reviews .row > .col-md-7,
  #review-overview .row > .col-md-8,
  .content-block-reviews .row > .col-md-8,
  #review-overview .row > .col-md-9,
  .content-block-reviews .row > .col-md-9,
  #review-overview .row > .col-sm-1,
  .content-block-reviews .row > .col-sm-1,
  #review-overview .row > .col-sm-10,
  .content-block-reviews .row > .col-sm-10,
  #review-overview .row > .col-sm-11,
  .content-block-reviews .row > .col-sm-11,
  #review-overview .row > .col-sm-12,
  .content-block-reviews .row > .col-sm-12,
  #review-overview .row > .col-sm-2,
  .content-block-reviews .row > .col-sm-2,
  #review-overview .row > .col-sm-3,
  .content-block-reviews .row > .col-sm-3,
  #review-overview .row > .col-sm-4,
  .content-block-reviews .row > .col-sm-4,
  #review-overview .row > .col-sm-5,
  .content-block-reviews .row > .col-sm-5,
  #review-overview .row > .col-sm-6,
  .content-block-reviews .row > .col-sm-6,
  #review-overview .row > .col-sm-7,
  .content-block-reviews .row > .col-sm-7,
  #review-overview .row > .col-sm-8,
  .content-block-reviews .row > .col-sm-8,
  #review-overview .row > .col-sm-9,
  .content-block-reviews .row > .col-sm-9,
  #review-overview .row > .col-xs-1,
  .content-block-reviews .row > .col-xs-1,
  #review-overview .row > .col-xs-10,
  .content-block-reviews .row > .col-xs-10,
  #review-overview .row > .col-xs-11,
  .content-block-reviews .row > .col-xs-11,
  #review-overview .row > .col-xs-12,
  .content-block-reviews .row > .col-xs-12,
  #review-overview .row > .col-xs-2,
  .content-block-reviews .row > .col-xs-2,
  #review-overview .row > .col-xs-3,
  .content-block-reviews .row > .col-xs-3,
  #review-overview .row > .col-xs-4,
  .content-block-reviews .row > .col-xs-4,
  #review-overview .row > .col-xs-5,
  .content-block-reviews .row > .col-xs-5,
  #review-overview .row > .col-xs-6,
  .content-block-reviews .row > .col-xs-6,
  #review-overview .row > .col-xs-7,
  .content-block-reviews .row > .col-xs-7,
  #review-overview .row > .col-xs-8,
  .content-block-reviews .row > .col-xs-8,
  #review-overview .row > .col-xs-9,
  .content-block-reviews .row > .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#review-overview .review,
.content-block-reviews .review {
  position: relative;
  background-color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  #review-overview .review,
  .content-block-reviews .review {
    margin-bottom: 20px;
  }
}
#review-overview .review .preview-image,
.content-block-reviews .review .preview-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#review-overview .review .preview-image .country,
.content-block-reviews .review .preview-image .country {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 30px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 34px;
  height: 34px;
}
#review-overview .review .content,
.content-block-reviews .review .content {
  padding: 30px 15px 45px;
}
#review-overview .review .content .title,
.content-block-reviews .review .content .title {
  font-size: 30px;
  font-weight: 700;
  color: #006467;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  #review-overview .review .content .title,
  .content-block-reviews .review .content .title {
    font-size: 25px;
  }
}
#review-overview .review .content p,
.content-block-reviews .review .content p {
  margin-bottom: 0;
}
#review-overview .review .content p.short-text,
.content-block-reviews .review .content p.short-text {
  font-size: 15px;
}
#review-overview .review .content p.name,
.content-block-reviews .review .content p.name {
  color: #959595;
  font-style: italic;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 1199px) {
  #review-overview .review .content p.name,
  .content-block-reviews .review .content p.name {
    font-size: 13px;
  }
}
#review-detail figure img {
  margin: 0 auto;
}
/***   content block REVIEWS   ***/
.content-block-reviews {
  background: #006467;
  background: -webkit-linear-gradient(top, #006467, #41bbbf);
  background: -o-linear-gradient(bottom, #006467, #41bbbf);
  background: -moz-linear-gradient(bottom, #006467, #41bbbf);
  background: linear-gradient(to bottom, #006467, #41bbbf);
  padding: 90px 0;
}
@media (max-width: 767px) {
  .content-block-reviews {
    padding: 50px 0;
  }
}
.content-block-reviews h1,
.content-block-reviews .h1,
.content-block-reviews h2,
.content-block-reviews .h2 {
  color: #ffffff;
}
@media (max-width: 1589px) and (min-width: 1200px) {
  .content-block-reviews .row > div:nth-child(4) {
    display: none;
  }
}
.content-block-reviews .review {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .content-block-reviews .review {
    margin-bottom: 20px;
  }
}
.content-block-reviews .btn-wrapper {
  margin-top: 40px;
  text-align: center;
}
.content-block-reviews .btn-wrapper .btn {
  border: 1px solid #ffffff;
  background-color: transparent;
}
.content-block-reviews .btn-wrapper .btn:hover {
  background-color: #ffffff;
  color: #006467;
}
/***   content block FIRST HOME   ***/
.content-block-first-home {
  background: url('/website/static/img/separator.svg') 50% bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 100px;
}
@media (max-width: 1589px) {
  .content-block-first-home {
    background-size: 1750px 48px;
  }
}
.content-block-first-home .guide {
  position: relative;
  background: #006467;
  background: -webkit-linear-gradient(top, #006467, #41bbbf);
  background: -o-linear-gradient(bottom right, #006467, #41bbbf);
  background: -moz-linear-gradient(bottom right, #006467, #41bbbf);
  background: linear-gradient(to bottom right, #006467, #41bbbf);
  border-radius: 15px;
  height: 278px;
  padding-left: 250px;
  padding-top: 28px;
}
@media (max-width: 1589px) {
  .content-block-first-home .guide {
    height: 230px;
    padding-left: 185px;
  }
}
@media (max-width: 991px) {
  .content-block-first-home .guide {
    padding-left: 140px;
  }
}
@media (max-width: 767px) {
  .content-block-first-home .guide {
    height: auto;
    padding-left: 110px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.content-block-first-home .guide:before {
  width: 250px;
  height: 319px;
  display: block;
  content: ' ';
  background: url('/website/static/img/christopher-lg.png') 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  left: -30px;
}
@media (max-width: 1589px) {
  .content-block-first-home .guide:before {
    width: 200px;
    height: 255px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .content-block-first-home .guide:before {
    left: -70px;
  }
}
@media (max-width: 991px) {
  .content-block-first-home .guide:before {
    width: 150px;
    height: 191px;
    left: -45px;
  }
}
.content-block-first-home .guide h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  line-height: 1em;
}
@media (max-width: 1589px) {
  .content-block-first-home .guide h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .content-block-first-home .guide h3 {
    font-size: 25px;
  }
}
.content-block-first-home .guide h3 span {
  color: #d70014;
}
.content-block-first-home .guide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: 1589px) {
  .content-block-first-home .guide p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .content-block-first-home .guide p {
    font-size: 14px;
  }
}
.content-block-first-home .guide .btn {
  background-color: #006467;
  color: #ffaf00;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  padding: 0 30px;
}
@media (max-width: 1589px) {
  .content-block-first-home .guide .btn {
    font-size: 22px;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .content-block-first-home .guide .btn {
    font-size: 16px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
  }
}
.content-block-first-home .guide .btn > span {
  font-size: 30px;
  position: relative;
  top: 3px;
  left: -5px;
}
@media (max-width: 1589px) {
  .content-block-first-home .guide .btn > span {
    font-size: 26px;
    left: -2px;
  }
}
.content-block-first-home .trip-categories ul {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1589px) {
  .content-block-first-home .trip-categories ul {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .content-block-first-home .trip-categories ul {
    margin-bottom: 30px;
  }
}
.content-block-first-home .trip-categories ul li {
  padding: 0;
}
.content-block-first-home .trip-categories ul li:before {
  display: none;
}
.content-block-first-home .trip-categories ul li + li {
  margin-top: 2px;
}
.content-block-first-home .trip-categories ul li.menu-item-43 a,
.content-block-first-home .trip-categories ul li.menu-item-133 a {
  background-color: #d70014;
}
.content-block-first-home .trip-categories ul li.menu-item-44 a,
.content-block-first-home .trip-categories ul li.menu-item-134 a {
  background-color: #ff5a00;
}
.content-block-first-home .trip-categories ul li.menu-item-45 a,
.content-block-first-home .trip-categories ul li.menu-item-132 a {
  background-color: #ff8a00;
}
.content-block-first-home .trip-categories ul li.menu-item-45 a span,
.content-block-first-home .trip-categories ul li.menu-item-132 a span {
  font-size: 64px;
  margin-left: -2px;
  margin-right: 8px;
}
@media (max-width: 1589px) {
  .content-block-first-home .trip-categories ul li.menu-item-45 a span,
  .content-block-first-home .trip-categories ul li.menu-item-132 a span {
    font-size: 44px;
    margin-left: -2px;
    margin-right: 6px;
  }
}
.content-block-first-home .trip-categories ul li.menu-item-46 a,
.content-block-first-home .trip-categories ul li.menu-item-135 a {
  background-color: #ffaf00;
}
.content-block-first-home .trip-categories ul li.menu-item-46 a span,
.content-block-first-home .trip-categories ul li.menu-item-135 a span {
  font-size: 50px;
  margin-left: 5px;
  margin-right: 15px;
}
@media (max-width: 1589px) {
  .content-block-first-home .trip-categories ul li.menu-item-46 a span,
  .content-block-first-home .trip-categories ul li.menu-item-135 a span {
    font-size: 30px;
    margin-right: 13px;
  }
}
.content-block-first-home .trip-categories ul li a {
  height: 68px;
  line-height: 68px;
  color: #ffffff;
  border-radius: 34px;
  display: block;
  padding: 0 30px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1589px) {
  .content-block-first-home .trip-categories ul li a {
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    padding: 0 0 0 15px;
  }
}
.content-block-first-home .trip-categories ul li a span {
  font-size: 60px;
  line-height: 68px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 1589px) {
  .content-block-first-home .trip-categories ul li a span {
    font-size: 40px;
    line-height: 56px;
    margin-right: 8px;
  }
}
.content-block-first-home .trip {
  margin-top: -163px;
}
@media (max-width: 1589px) {
  .content-block-first-home .trip {
    margin-top: -172px;
  }
}
@media (max-width: 1199px) {
  .content-block-first-home .trip {
    margin-top: 0;
  }
}
#top-trip .trip,
.content-block-first-home .trip,
.dropdown .trip {
  margin-bottom: 0;
}
#top-trip .trip .info,
.content-block-first-home .trip .info,
.dropdown .trip .info {
  position: relative;
  padding-top: 55px !important;
}
#top-trip .trip .info .top,
.content-block-first-home .trip .info .top,
.dropdown .trip .info .top {
  background-color: #d70014;
  height: 70px;
  position: absolute;
  top: -35px;
  left: -5px;
  right: -5px;
  color: #ffffff;
  text-align: center;
  line-height: 75px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
}
#top-trip .trip .info .title,
.content-block-first-home .trip .info .title,
.dropdown .trip .info .title {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 35px;
  margin-top: 0;
}
@media (max-width: 1199px) {
  #top-trip .trip .info .title,
  .content-block-first-home .trip .info .title,
  .dropdown .trip .info .title {
    font-size: 25px;
  }
}
#top-trip .trip .info .short-description,
.content-block-first-home .trip .info .short-description,
.dropdown .trip .info .short-description {
  display: none;
}
#top-trip .trip .info .length,
.content-block-first-home .trip .info .length,
.dropdown .trip .info .length {
  font-size: 30px;
}
@media (max-width: 1199px) {
  #top-trip .trip .info .length,
  .content-block-first-home .trip .info .length,
  .dropdown .trip .info .length {
    font-size: 26px;
  }
}
#top-trip .trip .info .price,
.content-block-first-home .trip .info .price,
.dropdown .trip .info .price {
  font-size: 16px;
}
#top-trip .trip .info .price strong,
.content-block-first-home .trip .info .price strong,
.dropdown .trip .info .price strong {
  font-size: 30px;
}
@media (max-width: 1199px) {
  #top-trip .trip .info .price strong,
  .content-block-first-home .trip .info .price strong,
  .dropdown .trip .info .price strong {
    font-size: 26px;
  }
}
#top-trip {
  position: absolute;
  bottom: 70px;
  right: 30px;
  width: 320px;
}
#top-trip .trip .info .title {
  height: auto !important;
}
.stacktable {
  width: 100%;
}
.st-head-row {
  padding-top: 1em;
}
.st-head-row.st-head-row-main {
  display: none;
}
.st-key {
  font-size: 90%;
  padding: 10px !important;
}
.st-val {
  padding: 10px !important;
}
/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}
.home-slogan {
  position: absolute;
  top: -30px;
  left: 265px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1589px) {
  .home-slogan {
    left: 155px;
  }
}
@media screen and (max-width: 1199px) {
  .home-slogan {
    left: 200px;
  }
}
@media screen and (max-width: 991px) {
  .home-slogan {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-slogan {
    top: -28px;
    left: 125px;
    font-size: 18px;
  }
}
@media screen and (max-width: 439px) {
  .home-slogan {
    top: -26px;
    left: 94px;
    font-size: 14px;
  }
}
.g-recaptcha > div {
  margin: 0 auto;
}
