@media only screen and (max-width: 1740px) {
  header .shop_menu_item {
    margin-top: 30px;
  }
  header .menu_cart_link {
    align-self: flex-end;
  }
}
@media only screen and (max-width: 1600px) {
  header.main_header .header_logos img:not(:last-child) {
    margin-right: 16px;
  }
  header .header_menu .main-site-menu {
    margin-right: 24px;
  }
  header .header_menu .main-site-menu .menu-wrap .menu-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1300px) {
  header.main_header .header_logos a:not(:last-child) {
    margin-right: 16px;
  }
  header.main_header .header_logos a img {
    max-width: 60px;
  }
  header .header_menu .main-site-menu {
    margin-right: 12px;
  }
  header .header_menu .main-site-menu .menu-wrap .menu-item:not(:last-child) {
    margin-right: 8px;
  }
  header .main_language_switcher, header .shop_menu_item {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .planning_container {
    margin: 0 auto 16px;
  }
  .planning_container #planning_tickets_container {
    padding: 0;
  }
  .planning_container #planning_tickets_container .ticket_container {
    margin-bottom: 32px;
    flex-direction: column;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields {
    display: flex;
    flex-direction: column;
    padding: 24px;
    width: 100%;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .departure_type {
    flex-direction: column;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .departure_type .tour_type_field {
    margin-top: 24px;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .departure_type .departure_date_field {
    margin-right: 0;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .departure_type .departure_date_field .departure_field_container {
    width: 100%;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .csl.wide {
    max-width: unset;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .tickets_fields .ticket_type_field {
    margin-right: 0;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .tickets_fields {
    flex-direction: column;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .tickets_fields .ticket_type_field, .planning_container #planning_tickets_container .ticket_container .product_fields .tickets_fields .tickets_container {
    margin-bottom: 28px;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .tickets_fields .tickets_container {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .tickets_fields .tickets_container .product {
    margin-bottom: 28px;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .tickets_fields .ticket_type_field {
    min-width: unset;
  }
  .planning_container #planning_tickets_container .ticket_container .product_fields .tickets_fields .ticket_right_information {
    margin-top: 0;
  }
  .planning_container #planning_tickets_container .ticket_container .tickets_price {
    border-left: none;
    margin: 0 auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
  }
  .planning_container #planning_tickets_container .ticket_container .tickets_price .tickets_price_container {
    padding: 24px 0 36px;
    border-top: 1px solid #b8b8b8;
    width: 100%;
    max-width: 100%;
  }
  .planning_container #planning_tickets_container .ticket_container .tickets_price .add_to_cart {
    top: 100%;
  }
  .planning_container #add_ticket {
    margin-top: 32px;
  }
  #contact_details_container #contact_details {
    padding: 0;
  }
  #contact_details_container #contact_details .contact_details_form_container {
    flex-direction: column;
  }
  #contact_details_container #contact_details .contact_details_form_container .contact_details_fields {
    padding: 30px 24px;
    flex-direction: column;
  }
  #contact_details_container #contact_details .contact_details_form_container .contact_details_fields .fields_container {
    max-width: 100%;
    margin-right: 0;
  }
  #contact_details_container #contact_details .contact_details_form_container .contact_details_fields .terms_container {
    max-width: 100%;
    margin-top: 26px;
  }
  #contact_details_container #contact_details .contact_details_form_container .contact_details_fields .terms_container .checkbox_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
  }
  #contact_details_container #contact_details .contact_details_form_container .tickets_price {
    border-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
  }
  #contact_details_container #contact_details .contact_details_form_container .tickets_price .add_to_cart {
    top: 100%;
  }
  .timetable_container .line_container .single_line .line_intro {
    flex-direction: column;
  }
  .timetable_container .line_container .single_line .line_intro .line_description {
    margin-bottom: 32px;
    max-width: 100%;
  }
  .timetable_container .line_container .single_line .line_tables {
    text-align: left;
    max-width: 100%;
  }
  .gallery_holder .gallery_item .gallery_hover {
    padding: 20px;
  }
  .gallery_holder .gallery_item .gallery_hover h5 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.42px;
  }
  .gallery_buttons .content_width > div:not(:last-child) {
    margin-right: 12px;
  }
  .gallery_buttons .content_width > div.btn {
    padding: 13px 16px 11px;
  }
  .faq_filters > div:not(:last-child) {
    margin-right: 12px;
  }
  .faq_filters > div.btn {
    padding: 13px 16px 11px;
  }
}
@media only screen and (max-width: 991px) {
  header.main_header {
    padding: 0 20px;
    height: 50px;
  }
  header.main_header .header_logos {
    max-width: initial;
  }
  header.main_header .header_logos a {
    margin-right: 16px;
  }
  header.main_header .header_logos a img {
    max-width: initial;
    max-height: 34px;
  }
  header.main_header .header_menu {
    display: none;
  }
  header.main_header .hamburger_hold {
    display: block;
    margin-left: auto;
  }
  header.main_header.active .header_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 100px 24px;
  }
  header.main_header.active .header_menu .main-site-menu {
    order: 1;
    margin-right: 0;
  }
  header.main_header.active .header_menu .main-site-menu > ul > li > a {
    font-size: 20px;
    line-height: 32px;
  }
  header.main_header.active .header_menu .main-site-menu a {
    font-size: 20px;
    line-height: 32px;
  }
  header.main_header.active .header_menu .main-site-menu .menu-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  header.main_header.active .header_menu .main-site-menu .menu-wrap li {
    margin-right: 0;
  }
  header.main_header.active .header_menu .main-site-menu .menu-wrap li.current_page_item a:before {
    bottom: 0;
  }
  header.main_header.active .header_menu .shop_menu_item {
    order: 3;
    margin-right: 0;
    margin: 24px auto;
  }
  header.main_header.active .header_menu .main_language_switcher {
    order: 4;
    top: auto;
    margin-right: 0;
  }
  header.main_header.active .header_menu .main_language_switcher .language_placeholder {
    display: none;
  }
  header.main_header.active .header_menu .main_language_switcher .sub_lang_menu {
    display: flex;
    width: auto;
    background: #fff;
    position: relative;
    justify-content: center;
  }
  header.main_header.active .header_menu .main_language_switcher .sub_lang_menu .language_swticher_item {
    text-transform: uppercase;
  }
  header.main_header.active .header_menu .main_language_switcher .sub_lang_menu .language_swticher_item a {
    color: #de0b13;
    font-size: 14px;
    line-height: normal;
  }
  header.main_header.active .header_menu .main_language_switcher .sub_lang_menu .language_swticher_item:not(:first-child) {
    margin-left: 8px;
  }
  header.main_header.active .header_menu .menu_cart_link {
    order: 2;
    margin: 16px auto;
  }
  .psa_noti_bar {
    display: none;
  }
  body:not(.home) .content_container {
    position: relative;
    z-index: 2;
    max-width: 90%;
  }
  body:not(.home) .global_page_content {
    padding-top: 50px;
  }
  #cookie_notificatin .cookie_notification_container .cookie_notification_content {
    margin-right: 0px;
    max-width: 100%;
    margin-bottom: 16px;
  }
  body.page-template-template-homepage .global_page_content .front_products {
    margin-top: -164px;
  }
  .slider_section .slide_item {
    background-position: 50% 0%;
    height: 408px;
    position: relative;
  }
  .slider_section .slide_item::after {
    content: "";
    background-color: #00323a;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .slider_section .slide_item .slide_content {
    position: relative;
    z-index: 3;
    padding: 0 24px 100px;
    color: #f2f2f2;
  }
  .slider_section .slide_item .slide_content h3 {
    font-size: 26px;
    line-height: 28px;
  }
  .slider_section .slider_init .slick-dots {
    right: 12px;
  }
  .products_container .row .product_container {
    margin-bottom: 60px;
  }
  body.page-template-template-price-list .price_list_content {
    padding: 32px 0 16px;
  }
  body.page-template-template-price-list .price_list_gallery h5 {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-template-template-map .content_container .map_filter_container {
    top: 50px;
  }
  body.page-template-template-map .content_container .map_filter_container .content_width {
    max-width: 90%;
    margin: 0 auto;
  }
  body.page-template-template-map .content_container #routes_map_container #routes_map {
    min-height: auto;
    height: calc(100vh - 300px);
  }
  body.page-template-template-map .content_container #routes_map_container #stop_popup .stops_container .stop_item {
    flex-wrap: nowrap !important;
    flex-direction: column !important;
  }
  body.page-template-template-map .content_container #routes_map_container #stop_popup .stops_container .stop_item .half_size, body.page-template-template-map .content_container #routes_map_container #stop_popup .stops_container .stop_item .full_size {
    max-width: 100%;
    flex-basis: 100%;
  }
  body.page-template-template-map .content_container #routes_map_container #stop_popup .stops_container .stop_item .half_size.stop_content, body.page-template-template-map .content_container #routes_map_container #stop_popup .stops_container .stop_item .full_size.stop_content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  body.page-template-template-map .content_container .timetable_container {
    padding-top: 16px;
  }
  body.page-template-template-map .content_container .line_table > h5 {
    padding: 0;
  }
  body.page-template-template-stops .stops_sort_filter {
    top: 50px;
    height: auto;
  }
  body.page-template-template-stops .stops_sort_filter .content_width {
    max-width: 90%;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  body.page-template-template-stops .stops_sort_filter > div > span {
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.03px;
    margin-right: 16px;
  }
  body.page-template-template-stops .stops_container.regular .line_introductory_content .single_content_item > div, body.page-template-template-stops .stops_container.special .line_introductory_content .single_content_item > div {
    max-width: 100%;
  }
  body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold:first-child .single_content_item, body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold:first-child .single_content_item {
    margin-top: auto;
    margin-bottom: auto;
  }
  body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .half_size:nth-child(odd), body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .full_size:nth-child(odd), body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .half_size:nth-child(odd), body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .full_size:nth-child(odd) {
    padding-right: 24px;
  }
  body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .half_size:nth-child(even), body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .full_size:nth-child(even), body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .half_size:nth-child(even), body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .full_size:nth-child(even) {
    padding-left: 24px;
  }
  body.page-template-template-stops .stops_container.regular .stop_item, body.page-template-template-stops .stops_container.special .stop_item {
    margin-left: -24px;
    margin-right: -24px;
  }
  body.page-template-template-stops .stops_container.regular .stop_item:nth-child(odd) .half_size.stop_image, body.page-template-template-stops .stops_container.regular .stop_item:nth-child(odd) .full_size.stop_image, body.page-template-template-stops .stops_container.special .stop_item:nth-child(odd) .half_size.stop_image, body.page-template-template-stops .stops_container.special .stop_item:nth-child(odd) .full_size.stop_image {
    padding-left: 24px;
    padding-right: 24px;
  }
  body.page-template-template-stops .stops_container.regular .stop_item:nth-child(odd) .half_size.stop_content, body.page-template-template-stops .stops_container.regular .stop_item:nth-child(odd) .full_size.stop_content, body.page-template-template-stops .stops_container.special .stop_item:nth-child(odd) .half_size.stop_content, body.page-template-template-stops .stops_container.special .stop_item:nth-child(odd) .full_size.stop_content {
    padding-right: 24px;
    padding-left: 24px;
  }
  body.page-template-template-stops .stops_container.regular .stop_item:nth-child(even) .half_size.stop_image, body.page-template-template-stops .stops_container.regular .stop_item:nth-child(even) .full_size.stop_image, body.page-template-template-stops .stops_container.special .stop_item:nth-child(even) .half_size.stop_image, body.page-template-template-stops .stops_container.special .stop_item:nth-child(even) .full_size.stop_image {
    padding-right: 24px;
    padding-left: 24px;
  }
  body.page-template-template-stops .stops_container.regular .stop_item:nth-child(even) .half_size.stop_content, body.page-template-template-stops .stops_container.regular .stop_item:nth-child(even) .full_size.stop_content, body.page-template-template-stops .stops_container.special .stop_item:nth-child(even) .half_size.stop_content, body.page-template-template-stops .stops_container.special .stop_item:nth-child(even) .full_size.stop_content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .line_container .line_table .stop_location {
    margin-bottom: 32px;
  }
  .line_container .line_table .table_mobile_hint {
    display: block;
  }
  .timetable_extras .box_height > div {
    margin-bottom: 32px;
  }
  .timetable_extras .box_height.half_size {
    max-width: 100%;
    flex-basis: 100%;
  }
  .line_container .single_line .line_table .line_timetable_wrapper {
    overflow-x: scroll;
    margin-bottom: 32px;
  }
  .line_container .single_line .line_table .line_timetable_wrapper .line_timetable {
    margin-bottom: 0;
    overflow-y: scroll;
  }
  .line_container .single_line .line_table .line_timetable_wrapper .line_timetable td {
    white-space: nowrap;
    padding-right: 24px;
  }
  .line_container .single_line .line_table .line_timetable_wrapper .line_timetable:before, .line_container .single_line .line_table .line_timetable_wrapper .line_timetable:after {
    display: none;
  }
  #tickets_tour_information {
    padding: 0;
  }
  #tickets_tour_information .tour_information_container .tour_top {
    flex-direction: column;
  }
  #tickets_tour_information .tour_information_container .tour_top .tour_top_content {
    max-width: 100%;
    padding: 32px 0 16px;
  }
  #tickets_tour_information .tour_information_container .tour_top .tour_top_content .tour_top_content_container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #tickets_tour_information .tour_information_container .tour_top .tour_top_image {
    max-width: 100%;
    padding-bottom: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  #tickets_tour_information #tickets_timetable {
    margin: 16px 0;
  }
  #tickets_tour_information #tickets_timetable .line_container {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .faq_filters {
    width: 90%;
    max-width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 10px;
  }
  .faq_filters .page_title {
    margin-bottom: 32px;
  }
  .faq_filters .btn, .faq_filters .custom_search {
    margin-bottom: 6px;
  }
  #tickets_timetable .line_container {
    margin-bottom: 16px;
  }
  #tickets_timetable .line_container:nth-child(1) .line_top, #tickets_timetable .line_container:nth-child(1) .stops_container, #tickets_timetable .line_container:nth-child(2) .line_top, #tickets_timetable .line_container:nth-child(2) .stops_container {
    margin-left: 0;
    margin-right: auto;
  }
  .gallery_holder {
    margin: 0 -12px;
  }
  .gallery_holder .gallery_item {
    padding: 0 12px 32px;
    max-width: 50%;
    flex-basis: 50%;
  }
  .gallery_buttons {
    top: 50px;
  }
  .gallery_buttons .content_width {
    max-width: 90%;
  }
  #article_page {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  #article_page .content_container {
    max-width: 100%;
  }
  #article_page .page_title {
    margin-bottom: 36px;
  }
  #book_special_event {
    top: 50px;
    bottom: 0;
    height: auto;
  }
  .landing_cities .landing_options .landing_logo .HOHO_logo {
    min-width: unset;
  }
  .banner_section {
    /** Banner */
  }
  .banner_section .page_banner.full_text {
    padding: 20px;
  }
  .banner_section .page_banner.full_text .banner_text h2 {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .shop_parts_header {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px auto 16px;
  }
  .shop_parts_header .shop_part {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shop_parts_header .shop_part:before, .shop_parts_header .shop_part:after, .shop_parts_header .shop_part .shop_part_container .line {
    display: none;
  }
  .shop_parts_header .shop_part .shop_part_container {
    padding: 4px 0px;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    min-width: 80px;
    text-align: left;
  }
  .payment_page_container .woocommerce-cart-form table tbody tr {
    position: relative;
    margin-bottom: 32px;
  }
  .payment_page_container .woocommerce-cart-form table tbody tr td {
    padding: 10px 24px 10px 12px;
    display: flex;
    align-items: center;
  }
  .payment_page_container .woocommerce-cart-form table tbody tr td.product-remove {
    border-left: 0;
    position: absolute;
    top: -18px;
    right: -12px;
    padding: 0;
    margin: 0;
    background: transparent;
    width: 36px;
    height: 36px;
  }
  .payment_page_container .woocommerce-cart-form table tbody tr td.product-remove a {
    border: 1px solid #00323A;
    width: 36px;
    height: 36px;
  }
  .payment_page_container .woocommerce-cart-form table tbody tr td.product-tour {
    padding: 24px 24px 10px 12px;
  }
  .payment_page_container .woocommerce-cart-form table tbody tr td.product-tour .product_counter {
    display: none;
  }
  .payment_page_container .woocommerce-cart-form table tbody tr td.product-tour:before {
    margin-right: 24px;
  }
  .payment_page_container .woocommerce-cart-form table tbody tr td.product-subtotal {
    padding-bottom: 24px;
  }
  .payment_page_container .woocommerce-cart-form table tbody tr td.product-tour .product_counter, .payment_page_container .woocommerce-cart-form table tbody tr td.product-tickets .type, .payment_page_container .woocommerce-cart-form table tbody tr td.product-quantity .count_field, .payment_page_container .woocommerce-cart-form table tbody tr td.product-departure .date_field, .payment_page_container .woocommerce-cart-form table tbody tr td.product-subtotal .amount {
    margin-left: 24px;
  }
  .payment_page_container .woocommerce-cart-form table tbody .cart_footer.hidden {
    display: none;
  }
  .payment_page_container .cart-collaterals {
    padding-bottom: 82px;
  }
  .payment_page_container .cart-collaterals .cart_totals .order_totals_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .payment_page_container .woocommerce-checkout {
    flex-direction: column;
  }
  .payment_page_container .woocommerce-checkout .billing_details {
    display: flex;
    flex-direction: column-reverse;
  }
  .payment_page_container .woocommerce-checkout .billing_details .billing_contact_fields {
    display: flex;
    flex-direction: column-reverse;
  }
  .payment_page_container .woocommerce-checkout .billing_details .billing_contact_fields .select_method {
    margin-top: 12px;
  }
  .payment_page_container .woocommerce-checkout .billing_details .total_payment {
    margin-top: 0;
  }
  .payment_page_container .planning_container #add_ticket {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .payment_page_container .planning_container #add_ticket.cancel_ticket {
    margin-top: 32px;
  }
  .payment_page_container .planning_container #planning_tickets_container .ticket_container {
    margin-top: 0;
  }
  .payment_page_container .planning_container #planning_tickets_container .ticket_container .product_counter {
    display: none;
  }
  body.page-template-template-stops .stops_sort_filter > div > span {
    margin-bottom: 16px;
  }
  body.page-template-template-stops .stops_sort_filter .content_width {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 10px;
  }
  body.page-template-template-stops .stops_sort_filter .content_width .ajx_line_btn {
    margin-bottom: 6px;
  }
  body.page-template-template-stops .stops_sort_filter .content_width .ajx_line_btn:not(:last-child) {
    margin-right: auto;
  }
  body.page-template-template-stops .stops_container .stop_item:not(:first-child) {
    margin-top: 0px;
  }
  body.page-template-template-stops .stops_container.regular .line_introductory_content, body.page-template-template-stops .stops_container.special .line_introductory_content {
    padding-top: 32px;
  }
  body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold, body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold {
    flex-direction: column;
    margin-bottom: 32px;
  }
  body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .half_size, body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .full_size, body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .half_size, body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .full_size {
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .half_size.single_content_item, body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .full_size.single_content_item, body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .half_size.single_content_item, body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .full_size.single_content_item {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .half_size.single_content_item .stops_tour_title, body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .full_size.single_content_item .stops_tour_title, body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .half_size.single_content_item .stops_tour_title, body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .full_size.single_content_item .stops_tour_title {
    margin-bottom: 16px;
  }
  body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .half_size.line_image, body.page-template-template-stops .stops_container.regular .line_introductory_content .line_content_hold .full_size.line_image, body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .half_size.line_image, body.page-template-template-stops .stops_container.special .line_introductory_content .line_content_hold .full_size.line_image {
    min-height: 200px;
    max-width: 100%;
    order: 2;
    padding-right: 0;
  }
  body.page-template-template-stops .stops_container.regular .stop_item, body.page-template-template-stops .stops_container.special .stop_item {
    flex-direction: column;
  }
  body.page-template-template-stops .stops_container.regular .stop_item .stop_image.half_size, body.page-template-template-stops .stops_container.special .stop_item .stop_image.half_size {
    min-height: 200px;
    max-width: 100%;
  }
  body.page-template-template-stops .stops_container.regular .stop_item .stop_content.half_size, body.page-template-template-stops .stops_container.special .stop_item .stop_content.half_size {
    max-width: 100%;
    padding-top: 32px;
    padding-bottom: 16px;
  }
  body.page-template-template-stops .stops_container.regular .stop_item .stop_content.half_size > div, body.page-template-template-stops .stops_container.special .stop_item .stop_content.half_size > div {
    max-width: 100%;
  }
  body.page-template-template-stops .stops_container.regular .stop_item:nth-child(even) .half_size.stop_content, body.page-template-template-stops .stops_container.special .stop_item:nth-child(even) .half_size.stop_content {
    order: initial;
  }
  body.page-template-template-stops .stops_container.regular .stop_item:nth-child(odd) .half_size.stop_image, body.page-template-template-stops .stops_container.special .stop_item:nth-child(odd) .half_size.stop_image {
    order: 2;
    padding-right: 24px;
  }
  footer .upper_footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  footer .upper_footer .container {
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .upper_footer .container .fourth_size {
    margin-bottom: 32px;
    max-width: 100%;
  }
  footer .upper_footer .container .half_size {
    max-width: 100%;
    margin-bottom: 32px;
  }
  footer .lower_footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  footer .lower_footer .half_size {
    max-width: 100%;
  }
  footer .lower_footer .half_size .footer_menu {
    flex-direction: column;
  }
  footer .lower_footer .half_size .footer_menu a {
    margin-right: 0;
    margin-bottom: 11px;
  }
  .timetable_container {
    padding-top: 16px;
    padding-bottom: 10px;
  }
  .timetable_container .line_selector {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .timetable_container .line_selector .ajx_line_btn:not(:last-child), .timetable_container .line_selector .line_btn:not(:last-child) {
    margin-right: auto;
    margin-bottom: 6px;
  }
  .timetable_container .line_container {
    padding-top: 10px;
  }
  .timetable_container .line_container .single_line .line_tables {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }
  .timetable_container .line_container .single_line .line_tables .line_table_btn:not(:last-child) {
    margin-right: auto;
    margin-bottom: 16px;
  }
  .timetable_extras .box_height:last-child > div {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 480px) {
  header.main_header .header_logos img:not(:last-child) {
    margin-right: 12px;
  }
  .gallery_holder .gallery_item {
    max-width: 100%;
    flex-basis: 100%;
  }
  .gallery_holder .gallery_item:hover .gallery_hover {
    display: none;
  }
  .fancybox-container .fancybox-slide--image {
    padding: 24px;
  }
  .fancybox-container .fancybox-navigation .fancybox-button {
    top: calc(50% - 24px);
  }
  .fancybox-container .fancybox-navigation .fb_left {
    left: 12px;
  }
  .fancybox-container .fancybox-navigation .fb_right {
    right: 12px;
  }
  .landing_cities .landing_options {
    margin: 0 auto;
    width: calc(100% - 128px);
  }
  .landing_cities .landing_options .landing_pages .landing_buttons {
    flex-direction: column;
    align-items: center;
  }
  .landing_cities .landing_options .landing_pages .landing_buttons .singular_page_button {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
  .landing_cities .landing_options .landing_pages .landing_buttons .singular_page_button:nth-child(1) {
    margin-bottom: 8px;
  }
  .landing_cities .landing_options .landing_pages .landing_buttons .singular_page_button .button_arrow.left {
    left: calc(50% - 80px);
  }
  .landing_cities .landing_options .landing_pages .landing_buttons .singular_page_button .button_arrow.right {
    right: calc(50% - 80px);
  }
  #routes_map_container #stop_popup .popup_content .stops_container .stop_item .stop_image {
    height: 50%;
    min-height: 300px;
  }
  footer .lower_footer .container {
    flex-direction: column;
    align-items: center;
  }
  footer .lower_footer .container .fourth_size {
    max-width: 100%;
  }
  footer .lower_footer .container .half_size {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .woocommerce-page.woocommerce-cart .empty_cart_container {
    text-align: center;
  }
}
@media only screen and (max-width: 376px) {
  .landing_cities .landing_options {
    margin: 0 auto;
    width: calc(100% - 64px);
  }
}
@media only screen and (max-height: 700px) {
  .page-template-template-homepage .slider_section .slide_item {
    height: 280px;
  }
  .page-template-template-homepage .slider_section .slide_item .slide_content h3 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
  }
  .page-template-template-homepage .products_container .row .product_container {
    min-height: 310px;
  }
  .page-template-template-homepage .products_container .row .product_container .product_content .product_upper {
    padding: 14px 15px 0;
  }
  .page-template-template-homepage .products_container .row .product_container .product_content .price {
    padding: 5px 15px;
  }
  .page-template-template-homepage .global_page_content .front_products {
    margin-top: -140px !important;
  }
}
