/* ------- Colors ------- */
/* ------- Mixins ------- */
/* ------- General ------- */
.hamburger_hold {
  display: none;
}
.hamburger_hold .hamburger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  outline: none;
}
body {
  overflow: hidden;
}
.d-inline-block {
  display: inline-block;
}
.hidden {
  display: none;
}
.invisible {
  opacity: 0 !important;
}
.strong {
  font-weight: bold;
}
.global_page_content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.page_footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.d-block {
  display: block;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-center, .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.text-center {
  text-align: center;
}
div.advgb-image-block {
  margin: 0;
}
i.arrow {
  border: solid #DE0B13;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
}
i.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
i.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
i.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
h1 {
  font-size: 55px;
  letter-spacing: 0.59px;
  line-height: 40px;
}
h2 {
  font-size: 46px;
  letter-spacing: 0.43px;
  line-height: 52px;
}
h3 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 1.2px;
}
h4 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.2px;
}
h5 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.43px;
}
.align-central {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
/* ------- Div Sizes ------- */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container_size {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content_width {
  height: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.half_size {
  max-width: 50%;
  flex-basis: 50%;
  width: 100%;
}
.full_size {
  max-width: 100%;
  flex-basis: 100%;
  width: 100%;
}
.auto_size {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.fourth_size {
  max-width: 25%;
  flex-basis: 25%;
  width: 100%;
}
/* ------- Animations ------- */
.fade-in {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: cubic-bezier(0.5, 0.5, 0.5, 1);
  transition-duration: 1s;
  transition-property: opacity, transform;
}
.fade-in.animated {
  opacity: 1;
  transform: translateZ(0);
}
.fade-independently {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.5, 0.5, 0.5, 1);
  transition-duration: 0.35s;
  transition-property: opacity, transform;
}
.fade-independently.animated {
  opacity: 1;
}
.fade-instantly {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: cubic-bezier(0.5, 0.5, 0.5, 1);
  transition-duration: 1s;
  transition-property: opacity, transform;
}
.fade-instantly.animated {
  opacity: 1;
  transform: translateZ(0);
}
.ct_checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 1;
}
.btn {
  position: relative;
  padding: 13px 30px 11px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  border: 1.4px solid #00323A;
  border-radius: 60px;
  color: #00323A;
  background-color: transparent;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s background-color;
}
.btn:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #263c40;
  border-radius: 60px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  margin: 0 auto;
  transition: all 1s;
}
.btn:active {
  transition: 0.25s ease-in-out;
  border-color: #001B1F;
  background-color: #001B1F;
}
.btn:active span {
  color: #fff;
}
.btn:active:before {
  opacity: 1;
  width: 0%;
  transition: 0s;
}
.btn.red_btn {
  border-color: #DE0B13;
  background-color: #DE0B13;
  color: #fff;
}
.btn.red_btn:hover {
  border-color: #cb0b12;
  background-color: #cb0b12;
}
.btn.red_btn:active, .btn.red_btn:focus {
  border-color: #cb0b12;
  background-color: #cb0b12;
}
.btn.red_btn:active:before, .btn.red_btn:focus:before {
  background-color: #d22f35;
}
.btn.red_btn:before {
  background-color: #cb0b12;
}
.btn.red_hover:hover {
  border-color: #cb0b12;
  background-color: #cb0b12;
  color: #fff;
}
.btn.red_hover:before {
  background-color: #d22f35;
}
.btn.white_btn {
  z-index: 1;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn.white_btn:hover {
  color: #00323A;
  border-color: #fff;
  background-color: #fff;
}
.btn.white_btn:active, .btn.white_btn:focus {
  color: #00323A;
  border-color: #fff;
  background-color: #fff;
}
.btn.white_btn:active:before, .btn.white_btn:focus:before {
  background-color: #fff;
}
.btn.white_btn:active span, .btn.white_btn:focus span {
  color: #00323A;
}
.btn.white_btn:before {
  background-color: #fff;
}
.btn:hover {
  color: #fff;
  background-color: #00323A;
}
.btn span {
  position: relative;
  z-index: 1;
}
.text_btn {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  font-style: italic;
  color: #00323A;
  text-decoration: underline;
  margin-bottom: 7px;
}
.text_btn:hover {
  text-shadow: 0 0 0.01px #00323A;
}
.text_btn.h14 {
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.7px;
}
.csl {
  position: relative;
}
.csl .select-hidden {
  display: none;
}
.csl .select {
  position: absolute;
  top: 0;
  left: 0;
}
.csl .select-options {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: max-height 0.8s ease-in-out;
}
.csl .select-options li {
  position: relative;
  text-align: left;
  min-height: 26px;
  padding: 8px 34px 12px 25px;
}
.csl .select-options li:last-child {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.csl .select-options li:hover .color_dot:after {
  opacity: 1;
}
.csl .select-styled .color_dot {
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.csl .select-styled i.arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-color: #00323A;
}
.csl .color_dot {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  right: 8px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
}
.csl .color_dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s linear;
}
.csl .color_dot .ct_checkmark {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 11px;
  width: 6px;
  border-width: 1.5px;
  transform: translateY(-60%) rotate(45deg);
}
.csl .select, .csl .list_placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  border: 1.4px solid #00323A;
  border-radius: 20px;
  color: #00323A;
  background-color: #fff;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s background-color;
  cursor: pointer;
  min-width: 140px;
  z-index: 2;
}
.csl .select-holder > div {
  position: relative;
  padding: 13px 36px 11px 25px;
}
.csl .list_placeholder {
  opacity: 0;
  visibility: hidden;
  padding: 13px 36px 11px 25px;
}
/* ------- Landing ------- */
body.home .global_page_content {
  padding: 0;
}
body:not(.home) .content_container {
  max-width: 80%;
  margin: 0 auto;
}
.landing_cities {
  position: relative;
  height: calc(100vh - 171px);
  min-height: 550px;
}
.landing_cities .landing_page_background {
  position: relative;
  max-width: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.landing_cities .landing_page_background:nth-child(1) {
  border-right: 1.25px solid #fff;
}
.landing_cities .landing_page_background:nth-child(2) {
  border-left: 1.25px solid #fff;
}
.landing_cities .landing_page_background > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: 0.5s cubic-bezier(0.5, 0.5, 0.5, 1) transform;
}
.landing_cities .landing_page_background.hovered > div {
  transform: scale(1.05);
}
.landing_cities .landing_options {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 16px 50px 55px;
  border-radius: 10px;
}
.landing_cities .landing_options .landing_logo {
  margin-top: 29px;
  margin-bottom: 31px;
}
.landing_cities .landing_options .landing_logo > div {
  width: 100%;
  text-align: center;
}
.landing_cities .landing_options .landing_logo > div:not(:last-child) {
  margin-bottom: 35px;
}
.landing_cities .landing_options .landing_logo .HOHO_logo {
  min-width: 318px;
}
.landing_cities .landing_options .landing_pages > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.83px;
  text-shadow: 0 1px 1px 0 rgba(169, 169, 169, 0.5);
  text-align: center;
}
.landing_cities .landing_options .landing_pages .landing_buttons {
  text-align: center;
}
.landing_cities .landing_options .landing_pages .landing_buttons .btn {
  display: inline-block;
  min-width: 115px;
  background-color: #fff;
}
.landing_cities .landing_options .landing_pages .landing_buttons .btn.active {
  border-color: #DE0B13;
  background-color: #DE0B13;
  color: #fff;
}
.landing_cities .landing_options .landing_pages .landing_buttons .btn.active:hover {
  border-color: #cb0b12;
  background-color: #cb0b12;
}
.landing_cities .landing_options .landing_pages .landing_buttons .btn.active:focus:before {
  width: 100%;
  background-color: #d22f35;
}
.landing_cities .landing_options .landing_pages .singular_page_button {
  position: relative;
}
.landing_cities .landing_options .landing_pages .singular_page_button:nth-child(1) {
  visibility: hidden;
  text-align: right;
  padding-right: 9px;
}
.landing_cities .landing_options .landing_pages .singular_page_button:nth-child(2) {
  text-align: left;
  padding-left: 9px;
}
.landing_cities .landing_options .landing_pages .singular_page_button .button_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-4px);
  width: 37px;
  height: 1.4px;
  background-color: #00323A;
  transition: 0.25s ease-in-out;
}
.landing_cities .landing_options .landing_pages .singular_page_button .button_arrow span {
  position: absolute;
  height: 1.4px;
  width: 14px;
  background-color: #00323A;
  transition: 0.25s ease-in-out;
}
.landing_cities .landing_options .landing_pages .singular_page_button .button_arrow.left {
  left: -1px;
}
.landing_cities .landing_options .landing_pages .singular_page_button .button_arrow.left span {
  left: -3px;
}
.landing_cities .landing_options .landing_pages .singular_page_button .button_arrow.left span:nth-child(1) {
  top: 4.6px;
  transform: rotate(45deg);
}
.landing_cities .landing_options .landing_pages .singular_page_button .button_arrow.left span:nth-child(2) {
  top: -4.6px;
  transform: rotate(-45deg);
}
.landing_cities .landing_options .landing_pages .singular_page_button .button_arrow.right {
  right: -1px;
}
.landing_cities .landing_options .landing_pages .singular_page_button .button_arrow.right span {
  right: -3px;
}
.landing_cities .landing_options .landing_pages .singular_page_button .button_arrow.right span:nth-child(1) {
  top: 4.6px;
  transform: rotate(-45deg);
}
.landing_cities .landing_options .landing_pages .singular_page_button .button_arrow.right span:nth-child(2) {
  top: -4.6px;
  transform: rotate(45deg);
}
.landing_cities .landing_options .landing_pages .singular_page_button.active .button_arrow, .landing_cities .landing_options .landing_pages .singular_page_button.active .button_arrow span {
  background-color: #DE0B13;
}
.landing_cities .landing_options .landing_pages .singular_page_button.hovered .button_arrow, .landing_cities .landing_options .landing_pages .singular_page_button.hovered .button_arrow span {
  background-color: #cb0b12;
}
.landing_cities .landing_options .landing_pages .singular_page_button.hovered:not(.active) a {
  background-color: transparent;
  color: #00323A;
  border-color: #cb0b12;
}
.landing_cities .landing_options .landing_pages .singular_page_button.hovered.active .button_arrow, .landing_cities .landing_options .landing_pages .singular_page_button.hovered.active .button_arrow span {
  background-color: #cb0b12;
}
.landing_cities .landing_options.fade-instantly {
  transform: translate3d(0, 100px, 0) translateY(-50%);
}
.landing_cities .landing_options.fade-instantly.animated {
  transform: translateZ(0) translateY(-50%);
}
.landing_advantages {
  min-height: 171px;
  flex-wrap: wrap;
}
.landing_advantages .advantage_item {
  margin: 39px 25px 39px 25px;
}
.landing_advantages .advantage_item .adv_icon {
  max-height: 41px;
  min-height: 41px;
  text-align: center;
  margin-bottom: 20px;
}
.landing_advantages .advantage_item .adv_text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.14px;
  font-weight: 500;
  text-align: center;
  max-width: 91px;
}
/* ------- Footer ------- */
footer {
  border-top: 1.4px solid #E6E6E6;
}
footer .upper_footer {
  padding: 51px 97px 27px;
  background-color: #f2f2f2;
  text-align: center;
}
footer .lower_footer {
  padding: 25px 97px;
}
footer .footer_social_icons {
  margin-bottom: 48px;
}
footer .footer_social_icons > div {
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.93px;
  margin-bottom: 17px;
}
footer .footer_social_icons .social_icon {
  height: 18px;
  width: 18px;
}
footer .footer_social_icons .social_icon:not(:last-child) {
  margin-right: 8px;
}
footer .footer_social_icons .social_icon svg {
  width: 100%;
  height: 100%;
}
footer .footer_social_icons .social_icon svg * {
  fill: #00323A;
}
footer .contact_details * {
  font-size: 13px;
  letter-spacing: 0.93px;
  line-height: 15px;
  text-align: center;
  color: #00323A;
  margin-bottom: 5px;
}
footer .contact_details *:last-child {
  margin-bottom: 0;
}
footer .contact_details a {
  text-decoration: none;
}
footer .singular_button {
  margin-top: 22px;
  padding: 6px 26px 4px;
}
footer .footer_advantages .advantage_icon {
  text-align: center;
  margin: 0 12px 12px 12px;
}
footer .footer_advantages .advantage_icon .adv_image {
  max-height: 41px;
  min-height: 41px;
  margin-bottom: 20px;
}
footer .footer_advantages .advantage_icon .icon_text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.14px;
  font-weight: 500;
  max-width: 91px;
}
footer .extra_description {
  font-size: 13px;
  letter-spacing: 0.93px;
  line-height: 15px;
}
footer .extra_description p {
  margin-bottom: 16.9px;
}
footer .extra_description a {
  color: #00323A;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 22.1px;
}
footer h5 {
  margin-bottom: 38px;
}
footer .payment_cards img {
  max-height: 28px;
}
footer .payment_cards img:not(:last-child) {
  margin-right: 17px;
}
footer .copyright_text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
}
footer .footer_menu a {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #B8B8B8;
  text-decoration: none;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s color;
}
footer .footer_menu a:not(:last-child) {
  margin-right: 59px;
}
footer .footer_menu a:before {
  content: "";
  position: absolute;
  background-color: #B8B8B8;
  height: 1px;
  width: 100%;
  bottom: -2px;
  left: 0;
  opacity: 1;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s opacity;
}
footer .footer_menu a:hover {
  color: #DE0B13;
}
footer .footer_menu a:hover:before {
  opacity: 0;
}
.notifications_part {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
/* ------- Cookie Notification ------- */
#cookie_notificatin {
  position: relative;
  width: 100%;
  padding: 32px 15px;
  background: #fff;
}
#cookie_notificatin .cookie_notification_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#cookie_notificatin .cookie_notification_container .cookie_notification_content {
  width: 100%;
  max-width: 742px;
  margin-right: 32px;
}
#cookie_notificatin .cookie_notification_container .cookie_notification_content p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.98px;
  line-height: 14px;
}
#cookie_notificatin .cookie_notification_container .cookie_notification_content p a {
  color: #DE0B13;
  text-decoration: none;
}
#cookie_notificatin .cookie_notification_container .cookie_notification_content p a:hover {
  text-decoration: underline;
}
#cookie_notificatin .cookie_notification_container #accept_cookies {
  flex-shrink: 0;
  text-transform: uppercase;
  cursor: pointer;
}
/* ------- Animations ------- */
.fade-in-up {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition-timing-function: cubic-bezier(0.5, 0.5, 0.5, 1);
  transition-duration: 1s;
  transition-property: opacity, transform;
}
.fade-in-up.animated {
  opacity: 1;
  transform: translateZ(0);
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.notice_overlay {
  display: none;
}
.cookies_main {
  display: flex;
  width: 100%;
  position: absolute;
  justify-content: center;
}
#cookies {
  position: fixed;
  bottom: 44px;
  width: 100%;
  max-width: 90%;
  background: #fff;
  z-index: 3;
}
#cookies .cookies_container {
  padding: 17px 20px 45px;
  height: 256px;
  width: 100%;
}
#cookies .cookies_container .cookies_text {
  margin-bottom: 16px;
  width: 50%;
}
#cookies .cookies_container .cookies_text p {
  margin: 0;
  color: #00323A;
}
#cookies .cookies_container .cookies_checkboxes {
  margin-bottom: 12px;
  visibility: visible;
}
#cookies .cookies_container .cookies_checkboxes .checkboxes {
  display: flex;
  right: 26px;
  position: relative;
  flex-direction: column;
}
#cookies .cookies_container .cookies_checkboxes .checkboxes :nth-child(1) {
  padding-right: 26px;
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container {
  display: block;
  position: relative;
  padding-left: 44px;
  margin-bottom: 11px;
  cursor: pointer;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container p {
  color: #00323A;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1;
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 27px;
  background-color: transparent;
  border: 2px solid #00323A;
  background-color: #00323A;
  border-radius: 0;
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 8px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container input:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container input:disabled ~ .checkmark {
  background-color: #fff;
  border-color: #00323A;
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container input:disabled ~ .checkmark:after {
  border-color: #00323A;
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container input:disabled ~ p {
  color: #cb0b12;
}
#cookies .cookies_container .cookies_checkboxes .checkbox_container:last-child {
  margin-bottom: 0;
}
#cookies .cookies_container .cookies_buttons {
  top: calc(100% - 96px);
  width: 100%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#cookies .cookies_container .cookies_buttons .cookie_btn {
  padding: 7px 12px;
  border: 2px solid #fff;
}
#cookies .cookies_container .cookies_buttons .btn.orange {
  padding: 21px 26px;
}
#cookies .cookies_container .cookies_buttons span:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
#cookies .cookies_container .cookies_buttons span, #cookies .cookies_container .cookies_buttons a {
  margin-right: 22px;
  cursor: pointer;
}
#cookies .cookies_container .cookies_buttons span:last-child, #cookies .cookies_container .cookies_buttons a:last-child {
  margin-right: 0;
}
#cookies .cookies_container .cookies_buttons a {
  color: blue;
}
#cookies .cookies_container .text_buttons {
  display: block;
}
#cookies .cookies_container .text_buttons .info_text {
  position: absolute;
  bottom: 26px;
  width: 25%;
  font-size: 16px;
  font-weight: 700;
  color: #00323A;
  text-decoration: underline;
}
#cookies .cookies_container .text_buttons .choice {
  bottom: 26px;
  display: flex;
  position: absolute;
  right: 0;
}
#cookies .cookies_container .text_buttons .choice .choice_btn {
  background: none;
  background-color: transparent;
  border: none;
}
#cookies .cookies_container .text_buttons .choice .choice_btn .choice_text {
  padding: 0 18px;
  font-size: 18px;
  font-weight: 700;
  color: blue;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  #cookies {
    left: 24px;
    right: 24px;
    max-width: calc(100% - 48px);
    bottom: 20px;
  }
  #cookies .cookies_container {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cookies .cookies_container .cookies_text {
    margin-bottom: 12px;
    width: 100%;
  }
  #cookies .cookies_container .cookies_checkboxes .checkboxes {
    flex-direction: column;
    left: 26px;
    top: 26px;
  }
  #cookies .cookies_container .cookies_checkboxes .checkbox_container {
    padding-left: 38px;
    margin-bottom: 26px;
  }
  #cookies .cookies_container .cookies_checkboxes .checkbox_container p {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 5px;
  }
  #cookies .cookies_container .cookies_checkboxes .checkbox_container .checkmark {
    height: 24px;
    width: 24px;
  }
  #cookies .cookies_container .cookies_checkboxes .checkbox_container .checkmark:after {
    top: 1px;
    left: 5px;
  }
  #cookies .cookies_container .cookies_buttons {
    position: absolute;
    width: unset;
  }
  #cookies .cookies_container .cookies_buttons span, #cookies .cookies_container .cookies_buttons a {
    margin-right: 0px;
  }
  #cookies .cookies_container .text_buttons {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #cookies .cookies_container .text_buttons .info_text {
    position: relative;
    font-size: 14px;
    bottom: 26px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #162336;
    text-decoration: underline;
  }
  #cookies .cookies_container .text_buttons .choice {
    display: flex;
    flex-direction: column;
    right: 26px;
    position: relative;
  }
  #cookies .cookies_container .text_buttons .choice .choice_btn .choice_text {
    padding-top: 16px;
    font-size: 14px;
  }
}
/* ------- Notifications ------- */
#noti_popup {
  position: relative;
  width: 100%;
  padding: 24px 15px;
  color: #fff;
  background-color: #cb0b12;
}
#noti_popup .notification_text {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 50px;
}
#noti_popup .notification_text p:last-child {
  margin: 0;
}
#noti_popup #noti_close {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  cursor: pointer;
}
#noti_popup #noti_close:before, #noti_popup #noti_close:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
#noti_popup #noti_close:before {
  transform: rotate(-45deg);
}
#noti_popup #noti_close:after {
  transform: rotate(45deg);
}
/* ------- Language Switcher ------- */
.landing_language_switcher, .main_language_switcher {
  position: relative;
  text-align: right;
}
.landing_language_switcher:hover .sub_lang_menu, .main_language_switcher:hover .sub_lang_menu {
  display: block;
}
.landing_language_switcher:hover .arrow_hold, .main_language_switcher:hover .arrow_hold {
  background-color: #DE0B13;
}
.landing_language_switcher:hover .arrow_hold:before, .main_language_switcher:hover .arrow_hold:before {
  display: block;
}
.landing_language_switcher:hover i.arrow, .main_language_switcher:hover i.arrow {
  border-color: #fff;
}
.landing_language_switcher .arrow_hold, .main_language_switcher .arrow_hold {
  position: relative;
  display: inline-block;
  top: 1px;
  width: 27px;
  height: 16px;
}
.landing_language_switcher .arrow_hold:before, .main_language_switcher .arrow_hold:before {
  content: "";
  display: none;
  height: 7px;
  width: 100%;
  position: absolute;
  top: -6px;
  left: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #DE0B13;
}
.landing_language_switcher i.arrow, .main_language_switcher i.arrow {
  position: absolute;
  top: 4px;
  left: 11px;
}
.landing_language_switcher .sub_lang_menu, .main_language_switcher .sub_lang_menu {
  display: none;
  position: absolute;
  top: 20px;
  right: -38px;
  width: 27px;
  background-color: #DE0B13;
  list-style: none;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 2px 5px 8px 5px;
  margin: 0;
}
.landing_language_switcher .sub_lang_menu a, .main_language_switcher .sub_lang_menu a {
  font-family: "Roboto Condensed";
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
}
.landing_language_switcher .language_placeholder, .main_language_switcher .language_placeholder {
  display: inline-flex;
  position: relative;
  right: -38px;
}
.landing_language_switcher .language_placeholder > span, .main_language_switcher .language_placeholder > span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  margin-right: 8px;
  color: #DE0B13;
}
.main_language_switcher {
  margin-right: 32px;
}
.main_language_switcher .language_placeholder, .main_language_switcher .sub_lang_menu {
  right: 0;
}
/* ------- Header ------- */
header.main_header {
  position: relative;
  padding: 20px 44px;
  height: 129px;
  width: 100%;
  background: #fff;
  border-bottom: 1.4px solid #E6E6E6;
  z-index: 10;
}
header.main_header > div {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
header.main_header .header_logos a {
  display: block;
}
header.main_header .header_logos a img {
  max-height: 43px;
  max-width: 104px;
  width: 100%;
  height: auto;
}
header.main_header .header_logos a:not(:last-child) {
  margin-right: 34px;
}
header.main_header .main-site-menu {
  margin-right: 59px;
}
header.main_header .main-site-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header.main_header .main-site-menu > ul > li {
  display: inline-block;
}
header.main_header .main-site-menu > ul > li:not(:last-child) {
  margin-right: 59px;
}
header.main_header .main-site-menu > ul > li > a {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #00323A;
  text-decoration: none;
}
header.main_header .main-site-menu > ul > li:hover > a {
  color: #cb0b12;
  text-shadow: 0 0 0.01px #cb0b12;
}
header.main_header .main-site-menu > ul > li.current_page_item a {
  color: #cb0b12;
  text-shadow: 0 0 0.01px #cb0b12;
}
header.main_header .main-site-menu > ul > li.current_page_item a:before {
  content: "";
  position: absolute;
  bottom: -57px;
  width: 100%;
  height: 2px;
  background-color: #DE0B13;
}
.psa_noti_bar {
  z-index: 12;
  background-color: red;
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}
.psa_noti_bar .psa_noti_text {
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: unset;
}
/* ------- Custom Shop Button ------- */
.shop_menu_item {
  margin-right: 24px;
}
/* ------- Custom Cart Icon ------- */
.menu_cart_link {
  position: relative;
}
.menu_cart_link .cart_count {
  position: absolute;
  bottom: -6px;
  right: -5px;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 1px;
  height: 16px;
  width: 16px;
  background-color: #DE0B13;
  color: #fff;
  border-radius: 50%;
}
/* ------- Slider / Banner Part ------- */
.slider_section {
  /** Slider */
}
.slider_section .slider_init {
  margin-bottom: 0;
}
.slider_section .slider_init .slick-dots {
  top: 50%;
  bottom: unset;
  width: auto;
  right: 24px;
  transform: translateY(-50%);
}
.slider_section .slider_init .slick-dots li {
  display: block;
  height: 7px;
  width: 7px;
  margin: 0;
}
.slider_section .slider_init .slick-dots li:not(:last-child) {
  margin-bottom: 3.5px;
}
.slider_section .slider_init .slick-dots li button {
  padding: 0;
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.slider_section .slider_init .slick-dots li button:before {
  content: none;
}
.slider_section .slider_init .slick-dots li.slick-active button {
  background-color: #fff;
}
.slider_section .slide_item {
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 542px;
}
.slider_section .slide_item .slide_content {
  height: 100%;
  padding-bottom: 60px;
}
.slider_section .slide_item .slide_content h3 {
  font-size: 33px;
  font-weight: 500;
  font-style: italic;
  line-height: 39px;
  letter-spacing: 2.69px;
  margin-bottom: 23px;
  text-align: center;
}
.slider_section .slide_item .slide_content span {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 3.58px;
  text-shadow: 0 2px 4px 0 rgba(82, 82, 82, 0.5);
  max-width: 1017px;
  text-align: center;
}
.banner_section {
  /** Banner */
}
.banner_section .page_banner {
  height: 177px;
}
.banner_section .page_banner .banner_init {
  height: 100%;
}
.banner_section .page_banner .banner_item {
  overflow: hidden;
  height: 100%;
}
.banner_section .page_banner .banner_item > div {
  position: relative;
  height: 100%;
}
.banner_section .page_banner .banner_item .banner_image {
  position: relative;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_section .page_banner .banner_item .banner_image.right_image .discount_marker {
  left: 232px;
}
.banner_section .page_banner .banner_item .banner_image.left_image .discount_marker {
  right: 232px;
}
.banner_section .page_banner .banner_item .discount_marker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 114px;
  width: 114px;
  border-radius: 50%;
  background-color: #fff;
}
.banner_section .page_banner .banner_item .discount_marker .discount_nr {
  color: #DE0B13;
  font-size: 40px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: -1.67px;
}
.banner_section .page_banner .banner_item .discount_marker .discount_text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  color: #00323A;
}
.banner_section .page_banner .banner_item .center_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 114px 25px;
  height: 405px;
  width: 405px;
  border-radius: 50%;
}
.banner_section .page_banner .banner_item .banner_text h3 {
  letter-spacing: 3.43px;
  text-align: center;
  margin-bottom: 18px;
}
.banner_section .page_banner .banner_item .banner_text span {
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 1px;
}
.banner_section .page_banner .banner_item.side_text .banner_text {
  padding: 0 50px 0 100px;
}
.banner_section .page_banner .banner_item.side_text .banner_text h3 {
  margin-bottom: 11px;
}
.banner_section .page_banner .banner_item.side_text .banner_text.right {
  order: 2;
}
.banner_section .page_banner .banner_item.side_text .discount_marker {
  height: 150px;
  width: 150px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.banner_section .page_banner .banner_item.side_text .discount_marker .discount_nr {
  font-size: 60px;
  line-height: 71px;
  letter-spacing: -2.5px;
}
.banner_section .page_banner.full_text {
  height: auto;
  padding: 30px 44px;
}
.banner_section .page_banner.full_text .banner_text {
  text-align: center;
}
.banner_section .page_banner.full_text .banner_text h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
/** Line Selector */
.timetable_container {
  padding-top: 40px;
  padding-bottom: 88px;
}
.ajx_line_btn, .line_btn {
  position: relative;
  display: inline-block;
  padding: 13px 45px 11px 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  border: 1.4px solid #B8B8B8;
  border-radius: 60px;
  transition: 0.25s ease-in-out border-color;
  cursor: pointer;
}
.ajx_line_btn.active, .ajx_line_btn:hover, .line_btn.active, .line_btn:hover {
  border-color: #00323A;
}
.ajx_line_btn:not(:last-child), .line_btn:not(:last-child) {
  margin-right: 20px;
}
.ajx_line_btn .color_circle, .line_btn .color_circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.ajx_line_btn .color_circle i.arrow, .line_btn .color_circle i.arrow {
  position: absolute;
  border-color: #fff;
  top: 9px;
  left: 10px;
}
.line_container {
  padding-top: 32px;
}
.line_container .single_line {
  display: none;
}
.line_container .single_line.active {
  display: block;
}
.line_container .single_line .line_tables {
  text-align: right;
}
.line_container .single_line .line_tables.full_size {
  width: 100%;
}
.line_container .single_line .line_table_btn {
  cursor: pointer;
}
.line_container .single_line .line_table_btn:not(:last-child) {
  margin-right: 30px;
}
.line_container .single_line .line_table_btn.active {
  color: #fff;
  background-color: #00323A;
}
.line_container .single_line .line_table_btn:active {
  background-color: #001B1F;
}
.line_container .single_line .line_intro {
  margin-bottom: 32px;
}
.line_container .single_line .line_description *:last-child {
  margin-bottom: 0;
}
.line_container .line_table {
  display: none;
}
.line_container .line_table.active {
  display: block;
}
.line_container .line_table .stop_location {
  margin-bottom: 60px;
}
.line_container .line_table .table_mobile_hint {
  display: none;
  color: #DE0B13;
}
.line_timetable {
  position: relative;
  width: 100%;
  margin-bottom: 71px;
  border-spacing: 0;
}
.line_timetable:before, .line_timetable:after {
  content: "";
  position: absolute;
  top: -1px;
  width: 100vw;
  height: 1px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(184, 184, 184, 0.2);
}
.line_timetable:after {
  top: initial;
  bottom: 0;
}
.line_timetable tr:nth-child(even) {
  background-color: #f2f2f2;
}
.line_timetable tr td {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #00323A;
}
.line_timetable tr td.stop_index {
  width: 37px;
}
.line_timetable tr td.stop_time {
  width: 95px;
  text-align: center;
}
.line_timetable tr td .notice_text {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #DE0B13;
}
.line_timetable tr td a {
  color: #00323A;
  text-decoration: none;
}
.line_timetable tr td a:hover {
  text-decoration: underline;
}
.line_timetable .stop_nr_dot {
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  color: #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.timetable_extras .box_height {
  position: relative;
  max-height: 700px;
}
.timetable_extras .box_height > div {
  position: relative;
  padding-bottom: 67%;
}
.timetable_extras .box_height.half_size {
  max-width: 45.5%;
  flex-basis: 45.5%;
}
.timetable_extras .timetable_image, .timetable_extras #timetable_map {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 700px;
}
.timetable_extras .timetable_image {
  display: none;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.timetable_extras .timetable_image.active {
  display: block;
}
.timetable_extras #timetable_map {
  height: 100%;
  width: 100%;
  right: 0;
  margin-left: auto;
}
/* ------- Stops Template ------- */
#stops_holder {
  padding-top: 65px;
}
.stops_sort_filter {
  position: fixed;
  top: 129px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  height: 65px;
}
.stops_sort_filter > div > span {
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.03px;
  margin-right: 30px;
}
.stops_sort_filter:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(184, 184, 184, 0.2);
}
.stops_container {
  margin-bottom: 72px;
}
.stops_container.special .stop_item:nth-child(odd) .half_size.stop_image {
  padding-right: 50px;
}
.stops_container.special .stop_item:nth-child(odd) .half_size.stop_content {
  order: 2;
  padding-left: 50px;
}
.stops_container.special .stop_item:nth-child(even) .half_size.stop_image {
  order: 2;
  padding-left: 50px;
}
.stops_container.special .stop_item:nth-child(even) .half_size.stop_content {
  padding-right: 50px;
}
.stops_container.regular .stop_item:nth-child(odd) .half_size.stop_image {
  order: 2;
  padding-left: 50px;
}
.stops_container.regular .stop_item:nth-child(odd) .half_size.stop_content {
  padding-right: 50px;
}
.stops_container.regular .stop_item:nth-child(even) .half_size.stop_image {
  padding-right: 50px;
}
.stops_container.regular .stop_item:nth-child(even) .half_size.stop_content {
  order: 2;
  padding-left: 50px;
}
.stops_container .stop_item {
  position: relative;
}
.stops_container .stop_item .stop_content {
  padding-top: 64px;
}
.stops_container .stop_item .stop_content.full_size {
  margin-bottom: 64px;
}
.stops_container .stop_item .stop_content.half_size > div {
  max-width: 466px;
}
.stops_container .stop_item .stop_content:not(.intro_content) h5 {
  margin-bottom: 6px;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop {
  margin-bottom: 2px;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop:last-child {
  margin-bottom: 32px;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .line_title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  margin-right: 15px;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .line_title a {
  color: #00323A;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: border-color 0.2s ease-in-out;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .line_title a:hover {
  border-color: #00323A;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .colored_text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  margin-right: 10px;
  font-weight: bold;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .color_dot {
  position: relative;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin-right: 15px;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .color_dot .ct_checkmark {
  position: absolute;
  top: 50%;
  left: 5px;
  height: 7px;
  width: 4px;
  border-width: 1px;
  transform: translateY(-60%) rotate(45deg);
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .line_number_dot {
  position: relative;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  color: #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .line_number_dot span {
  z-index: 1;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .line_number_dot:not(:last-child) {
  margin-right: 5px;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .line_number_dot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s linear;
  z-index: 0;
}
.stops_container .stop_item .stop_content:not(.intro_content) .line_stop .line_number_dot:hover:after {
  opacity: 1;
}
.stops_container .stop_item .stop_content .stop_desc {
  max-width: 421px;
}
.stops_container .stop_item .stop_content .stop_desc a {
  color: #00323A;
  font-weight: 500;
}
.stops_container .stop_item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 1px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(184, 184, 184, 0.2);
}
.stops_container .stop_item:not(:first-child) {
  margin-top: 58px;
}
.stops_container .stop_item .stop_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
  height: 532px;
}
.line_introductory_content .line_image {
  height: 532px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
}
.line_introductory_content .single_content_item > div {
  max-width: 90%;
}
.line_introductory_content .single_content_item h5 {
  margin-bottom: 8px;
}
.line_introductory_content .single_content_item .stops_tour_title {
  margin-bottom: 41px;
}
.line_introductory_content .line_content_hold {
  position: relative;
}
.line_introductory_content .line_content_hold:not(:last-child) {
  margin-bottom: 70px;
}
.line_introductory_content .line_content_hold:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(184, 184, 184, 0.2);
}
.line_introductory_content .line_content_hold:first-child .single_content_item {
  margin-top: 69px;
}
.line_introductory_content .line_content_hold .half_size:nth-child(odd) {
  padding-right: 50px;
}
.line_introductory_content .line_content_hold .half_size:nth-child(even) {
  padding-left: 50px;
}
/* ------- Gallery ------- */
.gallery_buttons {
  position: fixed;
  top: 129px;
  left: 0;
  width: 100%;
  padding: 24px 0 24px;
  background-color: #fff;
  z-index: 1;
}
.gallery_buttons .btn {
  margin-bottom: 6px;
}
.gallery_buttons:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(184, 184, 184, 0.2);
}
.gallery_buttons .content_width > div.btn {
  cursor: pointer;
  padding: 13px 20px 11px;
}
.gallery_buttons .content_width > div.btn.active {
  color: #fff;
  background-color: #00323a;
}
.gallery_buttons .content_width > div:not(:last-child) {
  margin-right: 33px;
}
.gallery_holder {
  position: relative;
  padding-top: 97px;
  margin: 0 -31.5px;
}
.gallery_holder .gallery_item {
  max-width: 33.333333%;
  flex-basis: 33.333333%;
  width: 100%;
  padding: 0 31.5px 59px;
  cursor: pointer;
}
.gallery_holder .gallery_item:hover .gallery_hover {
  opacity: 1;
}
.gallery_holder .gallery_item .gallery_background {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery_holder .gallery_item .gallery_hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 32px;
  transition: opacity 0.25s linear;
  opacity: 0;
}
.gallery_holder .gallery_item .gallery_hover .hover_background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 50, 58, 0.8);
  mix-blend-mode: multiply;
}
.gallery_holder .gallery_item .gallery_hover h5 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  z-index: 1;
}
.gallery_holder .gallery_item .gallery_elements {
  display: none;
}
.gallery_holder.links {
  padding-top: 0;
}
.gallery_holder.links .gallery_item .gallery_hover h5 {
  margin-bottom: 30px;
}
/* ------- Fancybox Overrides ------- */
.fancybox-container .fc-title {
  padding: 14px 0px;
}
.fancybox-container .fancybox-slide--image {
  padding: 44px;
}
.fancybox-bg {
  background-color: #fff;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.6;
}
.fancybox-button {
  position: absolute;
  top: -23px;
  right: -23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  transition: 0.3s ease;
}
.fancybox-button svg {
  height: 20px;
}
.fancybox-button svg path {
  fill: #00323A;
}
.fancybox-button:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.fancybox-button:active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.fc-title {
  position: relative;
  bottom: -100%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03px;
  line-height: 25px;
  color: #00323A;
  padding: 14px 23px;
}
.fancybox-navigation .fb_left, .fancybox-navigation .fb_right {
  width: 64px;
  height: 64px;
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 50%;
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  transition: background-color 0.2s ease-in-out;
}
.fancybox-navigation .fb_left:hover, .fancybox-navigation .fb_right:hover {
  background-color: #00323A;
}
.fancybox-navigation .fb_left:hover i.arrow, .fancybox-navigation .fb_right:hover i.arrow {
  border-color: #fff;
}
.fancybox-navigation .fb_left i.arrow, .fancybox-navigation .fb_right i.arrow {
  position: relative;
  top: 2px;
  padding: 9px;
  border-color: #00323A;
  border-width: 0 2px 2px 0;
}
.fancybox-navigation .fb_left i.arrow.right, .fancybox-navigation .fb_right i.arrow.right {
  right: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fancybox-navigation .fb_left i.arrow.left, .fancybox-navigation .fb_right i.arrow.left {
  left: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.fancybox-navigation .fb_left:before, .fancybox-navigation .fb_right:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #263c40;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  margin: 0 auto;
  transition: all 1s;
}
.fancybox-navigation .fb_left:active, .fancybox-navigation .fb_right:active {
  transition: 0.25s ease-in-out;
  border-color: #001B1F;
  background-color: #001B1F;
}
.fancybox-navigation .fb_left:active i.arrow, .fancybox-navigation .fb_right:active i.arrow {
  border-color: #fff;
}
.fancybox-navigation .fb_left:active:before, .fancybox-navigation .fb_right:active:before {
  left: 0;
  height: 0%;
  width: 0%;
  opacity: 1;
  transition: 0s;
}
.fancybox-navigation .fb_right {
  right: 64px;
}
.fancybox-navigation .fb_left {
  left: 64px;
}
/* ------- FAQ ------- */
.custom_search {
  height: 45px;
  border-radius: 22px;
  border: 1px solid #B8B8B8;
  overflow: hidden;
  padding: 0 5px;
  width: 300px;
}
.custom_search input#faq_search {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  height: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  flex-grow: 1;
}
.custom_search input#faq_search::-webkit-input-placeholder {
  font-style: italic;
  color: #B8B8B8;
}
.custom_search input#faq_search:-moz-placeholder {
  font-style: italic;
  color: #B8B8B8;
}
.custom_search input#faq_search::-moz-placeholder {
  font-style: italic;
  color: #B8B8B8;
}
.custom_search input#faq_search:-ms-input-placeholder {
  font-style: italic;
  color: #B8B8B8;
}
.custom_search button {
  border: none;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0 21px 0 13px;
  outline: none;
}
.custom_search button svg, .custom_search button img {
  width: 17px;
  height: 17px;
}
.faq_filters {
  position: fixed;
  height: 100px;
  width: 100%;
  background-color: #fff;
}
.faq_filters:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(184, 184, 184, 0.2);
}
.faq_filters > div:not(:last-child) {
  margin-right: 28px;
}
.faq_filters .btn {
  cursor: pointer;
}
.faq_filters .btn.active {
  color: #fff;
  background-color: #00323a;
}
.faq_topics {
  padding-top: 148px;
  padding-bottom: 100px;
}
.faq_topics .page_title {
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.03px;
  color: #00323A;
  font-weight: bold;
  margin-bottom: 55px;
}
/* Article template */
#article_page, .privacy-policy .content_container {
  padding-top: 48px;
  padding-bottom: 100px;
}
#article_page .page_title, .privacy-policy .content_container .page_title {
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.03px;
  color: #00323A;
  font-weight: bold;
  margin-bottom: 55px;
}
#article_page h1, #article_page h2, .privacy-policy .content_container h1, .privacy-policy .content_container h2 {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.03px;
  color: #00323a;
  font-weight: bold;
}
#article_page h3, #article_page h4, .privacy-policy .content_container h3, .privacy-policy .content_container h4 {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.03px;
  color: #00323a;
  font-weight: bold;
}
/* Privacy template */
/* Map template */
.page-template-template-map .content_container {
  padding-top: 65px;
}
.page-template-template-map .content_container .line_table .line_timetable {
  margin-bottom: 33px;
}
.page-template-template-map .content_container .line_table > h5 {
  padding: 0 24px;
}
.map_filter_container {
  position: fixed;
  top: 129px;
  left: 0;
  height: 65px;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}
.map_filter_container:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(184, 184, 184, 0.2);
}
#routes_map_container {
  position: relative;
}
#routes_map_container #routes_map {
  height: 662px;
}
#routes_map_container #stop_popup {
  position: absolute;
  padding: 65px 15px;
  border-left: 1px solid rgba(184, 184, 184, 0.2);
  border-right: 1px solid rgba(184, 184, 184, 0.2);
  z-index: 0;
}
#routes_map_container #stop_popup .popup_content {
  height: 100%;
  overflow-y: auto;
}
#routes_map_container #stop_popup .popup_content .stops_container {
  height: 100%;
}
#routes_map_container #stop_popup .popup_content .stops_container .stop_item {
  height: 100%;
}
#routes_map_container #stop_popup .popup_content .stops_container .stop_item .stop_content {
  padding-left: 32px;
  padding-right: 32px;
}
#routes_map_container #stop_popup .popup_content .stops_container .stop_item .stop_content p {
  font-weight: normal;
}
#routes_map_container #stop_popup .popup_content .stops_container .stop_item .stop_image {
  height: auto;
  min-height: 100%;
}
#routes_map_container #stop_popup .close_popup {
  top: 25px;
  right: 25px;
}
#routes_map_container #stop_popup:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(184, 184, 184, 0.2);
}
/* Stop popup */
#stop_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #fff;
}
#stop_popup .popup_content .stops_container .stop_item .stop_content:not(.intro_content) h5 {
  margin-bottom: 24px;
}
#stop_popup .close_popup {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 1;
  cursor: pointer;
}
#stop_popup .close_popup:before, #stop_popup .close_popup:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: #00323A;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#stop_popup .close_popup:after {
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
/* ------- Shop Parts Header ------- */
.shop_parts_header {
  width: 100%;
  max-width: 1150px;
  margin: 25px auto 40px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shop_parts_header .shop_part {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 7px;
  text-align: center;
}
.shop_parts_header .shop_part .shop_part_container {
  position: relative;
  padding: 10px 0px;
}
.shop_parts_header .shop_part .shop_part_container p {
  color: #B8B8B8;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
}
.shop_parts_header .shop_part .shop_part_container .line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #B8B8B8;
}
.shop_parts_header .shop_part:before, .shop_parts_header .shop_part:after {
  content: "";
  position: absolute;
  bottom: -7px;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #B8B8B8;
  border-radius: 50%;
}
.shop_parts_header .shop_part:before {
  left: -8px;
}
.shop_parts_header .shop_part:after {
  right: -8px;
}
.shop_parts_header .shop_part.active {
  z-index: 1;
}
.shop_parts_header .shop_part.active p {
  color: #DE0B13;
}
.shop_parts_header .shop_part.active .line {
  background: #DE0B13;
  height: 4px;
  bottom: -1px;
}
.shop_parts_header .shop_part.active:before, .shop_parts_header .shop_part.active:after {
  border: 2px solid #DE0B13;
}
/* ------- Home Page------- */
body.page-template-template-homepage .global_page_content {
  background: #f2f2f2;
}
body.page-template-template-homepage .global_page_content .front_products {
  margin-top: -230px;
}
body.page-template-template-homepage .global_page_content .front_products .products_container .row .product_container .product_upper {
  border: none;
}
body.page-template-template-homepage .global_page_content .front_products .products_container .row .product_container .price {
  border-left: none;
  border-right: none;
}
/* ------- Price List------- */
body.page-template-template-price-list .price_list_content {
  padding: 40px 25px 60px;
}
body.page-template-template-price-list .price_list_content h4 {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.43px;
}
body.page-template-template-price-list .price_list_content p {
  font-weight: normal;
}
body.page-template-template-price-list .price_list_content p a {
  color: #00323A;
  text-decoration: none;
}
body.page-template-template-price-list .price_list_content p a:hover {
  text-decoration: underline;
}
body.page-template-template-price-list .price_list_gallery h5 {
  padding-left: 25px;
  padding-right: 25px;
}
/* ------- Book Special Event ------- */
.scrolling_disabled {
  overflow: hidden;
}
#book_special_event {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  overflow-y: auto;
}
#book_special_event .special_event_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
}
#book_special_event .special_event_wrapper .special_event_container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 42px 24px 32px;
  background: #fff;
}
#book_special_event .special_event_wrapper .special_event_container p {
  margin: 0;
}
#book_special_event .special_event_wrapper .special_event_container .event_title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03px;
  line-height: 100%;
}
#book_special_event .special_event_wrapper .special_event_container .event_text {
  margin-bottom: 14px;
}
#book_special_event .special_event_wrapper .special_event_container form {
  text-align: center;
}
#book_special_event .special_event_wrapper .special_event_container form input, #book_special_event .special_event_wrapper .special_event_container form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  color: #00323A;
  text-align: left;
  resize: none;
  outline: none;
}
#book_special_event .special_event_wrapper .special_event_container form input.wpcf7-not-valid, #book_special_event .special_event_wrapper .special_event_container form textarea.wpcf7-not-valid {
  border: 1px solid #DE0B13;
}
#book_special_event .special_event_wrapper .special_event_container form textarea {
  height: 150px;
}
#book_special_event .special_event_wrapper .special_event_container form br, #book_special_event .special_event_wrapper .special_event_container form .ajax-loader, #book_special_event .special_event_wrapper .special_event_container form .wpcf7-not-valid-tip {
  display: none;
}
#book_special_event .special_event_wrapper .special_event_container .close_event_form {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#book_special_event .special_event_wrapper .special_event_container .close_event_form:before, #book_special_event .special_event_wrapper .special_event_container .close_event_form:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #00323A;
}
#book_special_event .special_event_wrapper .special_event_container .close_event_form:before {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
#book_special_event .special_event_wrapper .special_event_container .close_event_form:after {
  bottom: 50%;
  -webkit-transform: rotate(-45deg) translateY(50%);
  transform: rotate(-45deg) translateY(50%);
}
.grecaptcha-badge {
  display: none !important;
}
