/* 
 * mark-list
 * use font awesome on lists 
 *
 * nb you specify font-weight on the individual :befores to make them light or solid 
 *
 * need important to override cart markers
 */
.mark-list {
  list-style: none !important;
}

.mark-list li {
  padding: 3px 0px;
}

.mark-list li:before {
  font-family: 'Font Awesome 5 Pro';
  float: left;
  margin-left: -1.5em;
}

/* NB - marks based on li classes MUST be !important or the containers will override them */
.mark-list.mark-all-yes li:before { content: "\f058"; color: #75af05; }
.mark-list li.mark-yes:before { content: "\f058" !important; color: #75af05 !important; }

.mark-list.mark-all-no li:before { content: "\f057"; color: red; }
.mark-list li.mark-no:before { content: "\f057" !important; color: red !important; }

.mark-list li.mark-mebbe:before { content: "\f059" !important; color: blue !important; }
/* END mark-list */


/* 
 * mark-message 
 * automatically add fonts to the start of (div?) messages ... eg <div class='mark-message mark-not-available foobar'>...</div> 
 * nb you specify font-weight on the individual :befores to make them light or solid 
 */ 
.mark-message { 
    font-weight: bold; 
    padding: 20px;
    font-size: 18px;
}

.mark-message:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 20px;
  padding: 0 10px 10px 0;
}

.mark-message.mark-not-available:before { content: "\f0f3"; color: #f16378; } /* fa-calendar-plus */
.mark-message.mark-alternatives:before { content: "\f271"; color: #f16378; }  /* fa-bell */

/* END mark-message */

/* changes to register popup */
#checkout_login_form {
	padding: 0;
}

#checkout_login_form h3 {
  font-size: 18px;
  line-height: 25px;
  margin-top: 10px;
}

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

.ty-login-reglink__a {
  display: inline-block;
  background: #ea621f;
  background-image: none;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  padding: 6px 14px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms;
  -o-transition: background 200ms;
  transition: background 200ms;
}

/* END changes to register popup */

/* 
 * split container (eg ul or p) into up to five columns eg list of countries 
 * - see https://css-tricks.com/guide-responsive-friendly-css-columns/ 
 */
.list_in_five { columns: 5 120px; }


.media_flag { color: red; }
.media_none { color: green; }

.tickitaly_feature_icon {
    font-size: 25px;
    color: #677ab1;
}

.reviewCaveat, .reviewCaveat p { font-weight: bold; }

/* don't be masked by translate! */
#ui-datepicker-div {
    z-index:1100 !important;
}

/* smaller datepicker */
div.ui-datepicker {
  width: 15em !important;
  
}

.ty-product-options__description {
    color: #333;
    margin: 5px 5px 5px 10px;
}

.update_payment_details a {
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 25px 6px 25px;
  border-radius: 5px;
  border: 0;
  margin-bottom: 20px;
  background-color: #75AF05;
  color: white;
}

.section_datepicker_strip {
    /*
    margin-top: -65px; 
    */
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
}

.datepicker_strip {
    background-color: #677ab1;
    position: relative;
    padding: 11px;
    margin-bottom: 30px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 0px 0px 15px 15px;
}

.datepicker_strip h1 {
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
    color: white;
    margin: 0;
    padding-top: 3px;
    text-align: right;
}

.datepicker_strip label {
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
    color: white;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.datepicker_strip input {
    margin: 0px 0px 0px 20px;
    border-width: 0;
    padding-left: 35px;
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 3px;
    background-image : url('/assets/wf1/images/cal_icon_04.png');
    background-Position : 3% center;
    background-Repeat :no-repeat;
    cursor:pointer;
    font-weight: bold;
    font-size: 18px;
    color: #d0021b;
}

/* Fix to hide 'Prev' and 'Next' text in full datepciker at small viewports */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    font-size: 0;
}

body {
  font-family: 'PT Sans', sans-serif;
  color: #1b2d4b;
  font-size: 16px;
  line-height: 20px;
  background-color: #fff;
}

ul {
  font-size: 16px;
}

h2 {
  text-align: left;
  text-transform: none;
}

p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

a {
  border-bottom: 1px dashed #27962c;
  color: #042c18;
  text-decoration: none;
}

.no_green_dots a, a.no_green_dots {
    border-bottom: none;
}

.section.section_collection {
  
  padding-top: 30px;
  }

.section.section_collection_home {
  padding-top: 15px;
  }

.section.section_reviews_home {
  padding-top: 20px;
  padding-bottom: 25px;
  }

.section.section_welcome_home {
  background-image: url('../images/venus_backdrop_home.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.section.section_footer {
  }

.section.section_hero_product {
  height: 420px;
  background-image: url('../images/rome_colosseum.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.section_intro_product {
  padding-bottom: 5px;
  padding-top: 30px;
}

.section.section_calendar_product {
  padding-top: 25px;
  padding-bottom: 25px;
  }

.section.section_details_product {
  padding-bottom: 20px;
  }

.section.section_slider_product {
  padding-bottom: 35px;
  }


/* added position:relative so that hero image sits on top of bg color on section below that has negative padding; */
.section.section_hero_attraction {
  height: 500px;
  background-image: url('/assets/images/general/large/review_hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.section.section_intro_attraction {
  margin-top: -80px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
}

.section.section_related_attraction {
  padding-top: 20px;
  padding-bottom: 5px;
  }

.section.section_listings {
  padding-bottom: 10px;
  }

.section.section_tabs_listings {
  padding-top: 15px;
  padding-bottom: 25px;
  }

.section.section_hero_destination {
  height: 420px;
  background-image: url('../images/rome_hero_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.section_destination_best_sellers {
  padding-top: 15px;
  }

.section.section_last_minute {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent;
}

.section.section_full_list {
  padding-bottom: 25px;
  }

.section.section_navbar {
  background-color: #677ab1;
}

.section.section_hero_wrapper {
  height: 250px;
  background-image: url('/assets/images/general/hero/250_hero_000.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.section_content_wrapper {
  padding-top: 25px;
}

.container_flex_home_hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.block_flex_home_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 585px;
  -ms-flex-preferred-size: 585px;
  flex-basis: 585px;
  background-image: url('../images/home_hero_left_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.block_flex_home_hero.hero_block_left {
  position: relative;
  height: 375px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-image: url('/assets/images/colosseum/large/colosseum_gladiatorpre_large_06.jpg');
}


.left_pane_mask, .block_flex_hero_translayerleft {
  background-color: rgba(65, 67, 77, 0.69);
  width: 100%;
  height: 100%;
}
.block_flex_hero_translayerright {
  background-color: rgba(78, 82, 92, .27);
  width: 100%;
  height: 100%;
}


.block_flex_home_hero.hero_block_right {
  position: relative;
  height: 375px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-image: none;
}

.home_hero_h1 {
  padding-left: 20px;
  color: #fff;
  font-size: 76px;
  line-height: 64px;
}

.home_hero_h3 {
  margin-top: 10px;
  padding-left: 20px;
  color: #fff;
  font-style: normal;
}

.home_hero_green_span {
  color: #6fbd44;
}

.home_hero_red_span {
  color: #e63737;
}

.home_hero_right_slider {
  width: 100%;
  height: 375px;
  opacity: 1;
}

.home_hero_right_slider a {
  color: #beeca4;
  text-decoration: none;
  border-bottom: none;
}

.home_hero_right_slider a:hover {
  color: #ea621f;
  border-bottom: none;
}

.home_hero_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 375px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/home_hero_right_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_hero_slide.slide_01 {
  background-image: url('/assets/images/florence_cathedral/large/florence_cathedral_large_02.jpg');
}

.home_hero_slide.slide_03 {
  background-image: url('/assets/images/siena_palio/large/siena_palio_large_03.jpg');
}

.home_hero_slide.slide_04 {
  background-image: url('/assets/images/verona_opera/large/verona_opera_large_01.jpg');
}

.home_hero_slide.slide_05 {
  background-image: url('/assets/images/last_supper/large/last_supper_large_01.jpg');
}

.home_hero_slide.slide_06 {
  background-image: url('/assets/images/teatro_silenzio/large/teatro_silenzio_large_4.jpg');
}

.home_hero_slide.slide_07 {
  background-image: url('/assets/images/promotions/large/bfriday_tile.png');
}

.home_hero_slider_icon {
  margin-top: 325px;
  background-color: rgba(63, 87, 156, .85);
}

.home_hero_slider_wrapper {
  position: absolute;
  right: 40px;
  display: block;
  width: 70%;
  padding-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_hero_slider_inner {
  display: block;
  padding: 10px 20px 10px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 0px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  text-align: right;
}

.home_hero_slider_purplespan {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(30, 35, 61, .69), rgba(30, 35, 61, .69));
  background-image: linear-gradient(180deg, rgba(30, 35, 61, .69), rgba(30, 35, 61, .69));
  line-height: 31px;
}

.container.container_intro {
  padding-top: 15px;
  padding-bottom: 10px;
}

.container.container_translate {
  position: relative;
  margin-top: -75px;
  padding-top: 0px;
  text-align: right;
}

.container.container_collection.container_collection_seealso {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #c5bada;
}

.container.container_footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.container.container_header_review_product {
  margin-top: -30px;
}

.container.container_header_destination {
  margin-top: 40px;
  text-align: right;
}

.container.container_destination_best_sellers {
  margin-top: 20px;
  border-top: 1px solid #c5bada;
}

.container.container_text {
  padding-top: 25px;
  padding-bottom: 10px;
}

.container.container_full_list_intro {
  border-top: 1px solid #c5bada;
}

.container.container_full_list {
  padding-bottom: 1px;
}

.container.container_full_list_header {
  border-top: 1px solid #c5bada;
}

.text_block {
  font-size: 16px;
}

.text_block.text_block_intro_red {
  margin-top: 15px;
  font-family: Lustria, sans-serif;
  color: #bb394d;
  font-size: 22px;
  line-height: 30px;
}

.text_block.text_block_intro_green {
  margin-top: 15px;
  font-family: Lustria, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text_block.text_block_collection {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #7786b1;
  background-image: url('/assets/logos/tickitaly_logo_20.png');
  background-position: 97% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.text_block.text_block_collection:hover {
  color: #b3d88c;
}

.text_block.text_block_slider_review {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.text_block.text_block_welcome_home {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 17px;
}

.text_block.text_block_footer {
  padding-top: 19px;
  font-family: Lustria, sans-serif;
  font-size: 18px;
}

.text_block.text_block_footer_links {
  padding-top: 10px;
  font-family: Lustria, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text_block.text_block_intro {
  padding-bottom: 15px;
  text-align: left;
}

.text_block.text_block_product_snippet {
  padding-top: 15px;
}

.text_block.text_block_pane {
  padding-bottom: 10px;
  padding-left: 15px;
}

.text_block.text_block_intro_attraction {
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.text_block.text_block_map_pane {
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.text_block.text_block_collection_bestseller {
  padding: 15px 10px 5px 15px;
  background-color: #fff;
  color: #3f579c;
  font-size: 15px;
}

.text_block.text_block_collection_duration {
  padding-bottom: 5px;
  padding-left: 35px;
  background-color: #fff;
  background-image: url('/assets/logos/timer.png');
  background-position: 15px 2px;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #808b86;
  font-size: 14px;
}

.text_block.text_block_collection_count {
  margin-top: -10px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #fff;
  color: #96aebe;
  font-size: 14px;
}

.h3 {
  font-family: Lustria, sans-serif;
  color: #042c18;
  font-style: normal;
  font-weight: 400;
}

.h4 {
  color: #042c18;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.h4.home {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #123c62;
}

.link_red {
  border-style: none none dashed;
  border-width: 1px;
  border-color: #000 #000 #27962c;
  color: #bb394d;
}

.div_wrapper_review_slider {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.slider_review_textblock_home {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.container_intro_product {
  margin-top: -40px;
  margin-bottom: 30px;
}

.h1_product {
  margin-top: 20px;
  color: #4d5f94;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  font-family: Marcellus, sans-serif;
}

.button_header_review {
  display: block;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 21px;
  border-radius: 4px;
  background-color: #f16378;
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.h3_header_details_product {
  padding-bottom: 10px;
  font-weight: 700;
  font-family: Lustria, sans-serif;
  font-size: 21px;
}

.unordered_list {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 19px;
}

.unordered_list.unordered_list_padded {
  line-height: 25px;
}

.list_item {
  padding-bottom: 5px;
}

.slider_product {
  height: 100%;
  padding-top: 30px;
  background-color: transparent;
}

.div_title_overlay_slider {
  position: absolute;
  z-index: 100;
  padding-top: 30px;
}

.text_block_title_slider {
  padding-top: 15px;
  padding-left: 60px;
  background-image: url('/assets/logos/tickitaly_logo_50.png');
  background-position: 25px 10px;
  background-size: 28px;
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  text-shadow: 1px 1px 3px black;
}

.tab_ticket_type_pane {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.tab_label {
  margin-right: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: none;
  border-radius: 7px;
  background-color: #d0d8ee;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Lustria, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tab_label:hover {
  color: #f16378;
}

.tab_label.w--current {
  background-color: #00aeef;
  color: #fff;
}

.tab_map_pane {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.tab_tickets_pane {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.tab_information_pane {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.div_image_tab {
  width: 95%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.tabs_menu {
  text-align: center;
}

.div_block_image_listings {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-weight: 700;
  box-shadow: 5px 10px 10px #888888;
}

.div_ribbon_text_listings {
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
}

.span_ribbon_red_listings {
  position: absolute;
  top: 22px;
  right: -27px;
  display: inline-block;
  overflow: visible;
  width: 125px;
  padding: 3px 10px;
  background-color: #f16378;
  box-shadow: 1px 1px 5px 0 #3d3737;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 15px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.span_ribbon_red_listings.span_ribbon_green_listings {
  background-color: #b3d88c;
  font-size: 14px;
}

.div_arrow_up_listings {
  position: absolute;
  left: 200px;
  top: 0px;
  display: block;
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #8e3d48;
  border-left: 5px solid transparent;
}

.div_arrow_up_listings.div_arrowup_green_listings {
  border-bottom-color: #65794f;
}

.div_arrow_right_listings {
  position: absolute;
  left: 290px;
  top: 84px;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #8e3d48;
}

.div_arrow_right_listings.div_arrowright_green_listings {
  border-left-color: #65794f;
}

.text_block_blue_emphasis {
  color: #395ac2;
}

.container_listings {
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #96aebe;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.container_listings:hover {
  background-color: #e9edf1;
}

.link_block_listings {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom-width: 0px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.div_product_name_listings, .lastsuppertourdescription h3 {
  padding-top: 5px;
  padding-right: 50px;
  padding-right: 100px; /* this until we get rid of see more */
  font-weight: bold;
}
/* cludge to make lastsupper h3 match div_product_name_listing */
.lastsuppertourdescription h3 {
  line-height: 20px;
  margin-top: 0;
  font-size: 19px;
  margin-bottom: 20px;
}

.span_price_from_listings {
  color: #e3740d;
  font-size: 14px;
}

.div_product_snippet_listings {
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  font-size: 16px;
}

.hero_logo_container {
  position: relative;
  display: block;
  padding-top: 5px;
}

.hero_logo_link {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.hero_logo_image {
  width: 180px;
}

.h1_intro {
  margin-top: 15px;
  font-family: Lustria, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.h2_productname {
  margin-top: 15px;
  font-family: Lustria, sans-serif;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
}

/* eg bocelli link on front page - See Layout_Wf1_Section_CaptionedStrip */
.captioned_strip {
    position: relative;
    margin-bottom: 20px;
}

.captioned_strip .top_left {
    position: absolute;
    top: 20px;
    left: 20px;
    border: 0;
    font-family: PT Sans, sans-serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    background-image: linear-gradient(180deg, rgba(30, 35, 61, .69), rgba(30, 35, 61, .69));
    padding: 15px 20px 15px 10px;
}

.captioned_strip .top_left a {
    border-style: none none dashed;
    border-width: 1px;
    border-color: #000 #000 #fff;
    color: white;
}

.link_block {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.link_block.link_block_collection {
  margin-bottom: 15px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.link_block.link_block_collection.link_block_collection_bestseller {
  margin-top: 10px;
  box-shadow: 0 0 6px 0 #96aebe;
}

.div_header_review_box {
  padding-bottom: 10px;
}

.div_stars_review_box {
  display: inline-block;
  width: 35%;
  float: left;
  font-family: Lustria, sans-serif;
  color: rgba(227, 114, 9, .98);
  font-size: 40px;
}

.div_ratings_review_box {
  display: inline-block;
  width: 65%;
  float: left;
  font-family: Lustria, sans-serif;
  color: #6f8688;
  font-size: 18px;
}

.div_wrapper_review_box {
  margin-top: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border: 1px solid #b6b2ac;
  border-radius: 5px;
  box-shadow: inset 0 0 6px 0 #b6b2ac;
}

.div_row_review_box {
  padding-top: 10px;
}

.slider.slider_home_review {
  height: 340px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 20px;
}

.div_wrapper_header_review {
  width: 270px;
  float: right;
  background-color: transparent;
  box-shadow: 4px 4px 5px 3px rgba(50, 50, 50, .5);
}

.text_header_review_stars {
  display: inline-block;
  width: 35%;
  padding-top: 10px;
  padding-left: 15px;
  float: left;
  background-color: #fff;
  font-family: Lustria, sans-serif;
  color: #e3740d;
  font-size: 24px;
}

.text_header_review_name {
  display: inline-block;
  width: 65%;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  float: left;
  background-color: #fff;
  color: #96aebe;
  font-size: 14px;
  text-align: right;
}

.text_header_review_text {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  color: #393f3c;
}

.text_header_review_pricewrapper {
  display: inline-block;
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: left;
  background-image: url('/assets/logos/ticket_back_2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.text_header_review_price {
  color: #96aebe;
  font-size: 38px;
}

.text_header_review_from {
  color: #96aebe;
  font-size: 14px;
}

.div_header_review_button {
  display: inline-block;
  width: 55%;
  float: left;
  background-color: #fff;
  text-align: center;
}

.image_border_white {
  border: 1px solid #fff;
}

.image_border_shadow {
  box-shadow: 5px 10px 10px #888888;
}

.text_block_calendar_header {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #04a8da;
  font-family: Lustria, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.container_product {
  border-top: 1px solid #c5bada;
}

.container_product.container_product_overview {
  padding-left: 30px;
}

.div_image_details_product {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.text_details_list {
  padding-top: 10px;
  font-size: 17px;
}

.h1.h1_intro_attraction {
  margin-top: 0px;
  background-color: rgba(119, 134, 177, .79);
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.h1.h1_header_destination {
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 100px;
  text-shadow: 1px 1px 6px #000;
}

.div_block_intro_attraction {
  padding-top: 35px;
  padding-right: 10px;
}

.container_tabs {
  padding-top: 20px;
}

.div_stars_listings {
  display: inline-block;
  width: 91px;
  height: 20px;
  padding-top: 5px;
  background-image: url('../images/review_stars.svg');
  background-position: 0px 0px;
  background-size: 91px;
  background-repeat: no-repeat;
}

.div_stars_listings.div_stars_45 {
  background-position: 0px -20px;
}

.div_stars_listings.div_stars_40 {
  background-position: 0px -38px;
}

.div_stars_listings.div_stars_35 {
  background-position: 0px -59px;
}

.div_stars_listings.div_stars_30 {
  background-position: 0px -78px;
}

.div_stars_listings.div_stars_25 {
  background-position: 0px -97px;
}

.div_stars_listings.div_stars_20 {
  background-position: 0px -117px;
}

.div_stars_listings.div_stars_15 {
  background-position: 0px -137px;
}

.div_stars_listings.div_stars_10 {
  background-position: 0px -156px;
}

.div_review_score_listings {
  color: #96aebe;
}

.div_review_score_listings a:link {
  color: #96aebe;
  border-bottom: 0px;
  text-decoration: none;
  font-size: 15px;
}

.div_review_score_listings a:hover {
  color: #5b2b04;
  text-decoration: none;
  font-size: 15px;
}

.div_price_from_listings {
  margin-top: -35px;
  padding-right: 60px;
  color: #96aebe;
  font-size: 38px;
  text-align: right;
}

.div_last_minute_image {
  display: inline-block;
  padding-top: 6px;
  float: left;
}

.div_last_minute_image.div_last_minute_text {
  margin-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  background-image: url('/assets/logos/lm2.png');
  background-position: 0px 6px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.span_link_count_lastminute {
  display: inline-block;
  padding-left: 20px;
  border-bottom: 1px none #000;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.span_link_count_lastminute:hover {
  color: #0f44dd;
}

.span_link_red {
  color: #f16378;
}

.div_block_global_translate {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 5px;
  padding-left: 5px;
}

.div_block_global_translate.translate_home {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    margin-top: 5px;
    padding-left: 5px;
  }

.div_white_bestsellers {
  padding-top: 5px;
  padding-left: 15px;
  background-color: #fff;
}

.div_block_price_collection {
  margin-top: -40px;
  padding-right: 15px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #96aebe;
  font-size: 25px;
  text-align: right;
}

.text_block_attraction_header {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 1px solid #c5bada;
  border-bottom: 1px solid #c5bada;
  font-family: Lustria, sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div_block_destination_title {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.h2_destination_title {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c5bada;
  font-family: Lustria, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text_block_destination_copy {
  margin-bottom: 20px;
  padding: 20px 15px 20px 5px;
  font-size: 16px;
}

.container_full_list {
  padding-bottom: 10px;
}

.text_full_list_entry {
  min-height: 39px;
  padding-top: 5px;
  padding-right: 1px;
  padding-left: 1px;
  background-color: #7786b1;
  font-family: Lustria, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.link_block_full_list {
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: #fff;
}

.column_full_list {
  padding-right: 1px;
  padding-left: 0px;
}

.h2_full_listings {
  font-family: Lustria, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div_hero_wrapper_heading {
  position: relative;
  bottom: 8px;
  right: 5px;
  background-color: rgba(31, 44, 53, .44);
  text-align: center;
}

.h1_hero_wrapper {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 35px;
  padding: 5px 20px;
  float: right;
  font-family: Lustria, sans-serif;
  color: #fff;
  background-color: rgba(119, 134, 177, .79);
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.div_hero_wrapper_translate {
  position: relative;
  bottom: 10px;
  display: inline-block;
  padding-left: 30px;
  float: left;
  text-align: left;
}

.h2_wrapper_content {
  padding-left: 45px;
  background-image: url('/assets/logos/tickitaly_logo_45.png');
  background-position: 0px 29%;
  background-size: 31px;
  background-repeat: no-repeat;
  font-family: Lustria, sans-serif;
  color: #bb394d;
  font-size: 19px;
  font-weight: 400;
}

.div_wrapper_content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.grid-description {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.paragraph_wrapper_content {
  padding-left: 15px;
}

.div_block_return_top {
  padding-top: 20px;
  padding-left: 20px;
  font-size: 19px;
}

.div_logo_text_upper {
  display: block;
  padding-top: 13px;
  background-color: transparent;
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.span_logo_text_lower {
  font-size: 11px;
  font-weight: 600;
}

.div_hero_wrapper_logo {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-left: 30px;
}

.slider_shouter_link_block {
  width: 100%;
  height: 100%;
}

.slider_shouter_link_block.slide_link_01 {
  border-bottom-style: none;
}

.slider_shouter {
  width: 100%;
  height: 100%;
}

.slider_shouter_icon_left {
  margin-top: 60px;
  margin-left: 10px;
  font-size: 30px;
}

.slider_shouter_icon_right {
  margin-top: 60px;
  margin-right: 10px;
  font-size: 30px;
}

.slider_shouter_nav {
  padding-top: 20px;
  font-size: 12px;
}


.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container_flex_cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.link_block_attraction_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 280px;
  -ms-flex: 0 280px;
  flex: 0 280px;
  border-bottom-style: none;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #96aebe;
}


.link_block_attraction_card:hover {
  box-shadow: 0 0 15px 0 #96aebe;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.link_block_attraction_card .div_stars_listings {
    margin-left: 12px;
}

.text_block_attraction_card {
  padding: 15px 10px 10px;
  color: #3f579c;
  font-weight: 700;
  font-size: 15px;
}

.link_block_attraction_card a { border: 0; }

.text_block_attraction_icon_card {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #808b86;
  font-size: 14px;
}

a.special_card_link {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #808b86;
  font-size: 14px;
}

a.special_card_link:hover {
    color: #ea621f;
}

.text_block_attraction_icon_card.icon_review_card {

    display: inline-block;
    width: 55%;
    padding-bottom: 0px;
    color: #96aebe;
}

.text_block_attraction_card_price {
    display: inline-block;
    width: 40%;
    padding-right: 15px;
    color: #96aebe;
    font-size: 20px;
    text-align: right;
}

.text_box_attraction_card_price_label {
    padding-right: 25px;
    padding-bottom: 20px;
    color: #e3740d;
    font-size: 14px;
    text-align: right;
}

.text_block_attraction_card_button {
  margin-right: 70px;
  margin-bottom: 15px;
  margin-left: 70px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: -webkit-linear-gradient(270deg, #ea621f, #ea621f);
  background-image: linear-gradient(180deg, #ea621f, #ea621f);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}

.text_block_attraction_card_autodiv {
  margin-top: auto;
}

.text_block_destination_card_button {
  margin-right: 50px;
  margin-bottom: 15px;
  margin-left: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: -webkit-linear-gradient(270deg, #7786b1, #7786b1);
  background-image: linear-gradient(180deg, #7786b1, #7786b1);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.link_block_destination_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 280px;
  -ms-flex: 0 280px;
  flex: 0 280px;
  border-bottom-style: none;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #96aebe;
}

.link_block_destination_card:hover {
  box-shadow: 0 0 15px 0 #96aebe;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.link_block_destination_card a {
    border: 0;
}

.text_block_destination_card {
  padding: 15px 10px;
  color: #3f579c;
  font-weight: 700;
}

.text_block_destination_card.icon_alldestination_card {
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 20px;
  color: #808b86;
  font-size: 16px;
}

.text_block_destination_card.icon_alldestination_card:hover {
  color: #ea621f;
}

.text_block_destination_icon_card {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  background-position: 12px 6px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #808b86;
  font-size: 14px;
}

.text_block_destination_icon_card.icon_viewmore_card {
  padding-bottom: 2px;
  padding-left: 20px;
  color: #808b86;
}

.text_block_destination_icon_card.icon_viewmore_card:hover {
  color: #ea621f;
}

.text_block_destination_card_autodiv {
  margin-top: auto;
}

.response_product_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 280px;
  -ms-flex: 0 280px;
  flex: 0 280px;
  border-bottom-style: none;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #96aebe;
}

.header_product_card {
  padding: 10px 10px 10px;
  color: #3f579c;
  font-weight: 700;
  font-size: 16px;
}

.shortdesc_product_card {
  padding: 5px 10px 10px;
  font-size: 16px;
}


html.w-mod-js *[data-ix="intro-load"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

.datecheck_bar {
  background-color: transparent;
}

/*** TICKITALY_FULL_SIZE START ***/

.slidinggallerycaption {
    position: absolute; 
    bottom:10px;
    left: 10px;
    z-index:1000;
    color:#393f3c;
    padding: 3px;
    font-size: 16px;
    background: #cccccce6;
    
}

#ticker {
    float: right;
    margin-right: 40px;
    margin-top: 10px;
    padding: 5px 10px;
    background: rgba(238, 235, 248, 0.8);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-style: italic;
    border: 1px solid #fff;
}

#ticker a {
    border-bottom: 0;
    font-size: 15px;
    font-style: italic;
}

#google_translate_element a {
    border-bottom: 0;
}

.navigation-link-scroll.datecheck_button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-style: none;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(21, 115, 202, .97), rgba(21, 115, 202, .97));
  background-image: linear-gradient(180deg, rgba(21, 115, 202, .97), rgba(21, 115, 202, .97));
  color: white;
  font-size: 19px;
  font-weight: 700;
}

.prices {
    color: #3f579c;
    font-style: italic;
    padding-bottom: 10px;
}

.navbar_datecheck {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
  background-color: #484c7a;
  opacity: 1;
}

.navigation-menu-scroll .navbar_datecheck_label {
  border-bottom-style: none;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="intro-load"] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
}

html.w-mod-js *[data-ix="fade-in-text-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="fade-in-text-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="fade-in-arrow-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-in-text-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="fade-in-text-on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="fade-in-arrow-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="slide-in-navigation-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
}

html.w-mod-js *[data-ix="display-none-navigation-scroll-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="fade-in-text-on-load-5"] {
  opacity: 0.22;
  -webkit-transform: translate(0px, 506px);
  -ms-transform: translate(0px, 506px);
  transform: translate(0px, 506px);
}
/* CALENDAR RESULTS */
/* warning */

/* optional element - hide it until script turns it on */
#calendar_loading {
    display:none;
    padding: 10px;
    background-color: #677ab1;
    color: white;
    text-align: center;
    margin: 0 auto;
    border-radius:10px;
}

.calendarresult h2 { 
    background:orange; 
    font-size: 16px; 
    line-height: 20px;
    font-weight: 300;
    padding: 10px;
    border-radius: 10px;
}
/* product name - make room at the right for seemoretoggle */
/* @TODO make see more add this as a class to stop squeezing everything */
.product h3, .tour h3 { padding-right: 120px; }

.calendarresult .wehave {
    color: #3f579c;
    font-style: italic;
    margin-left: 25px;
}

.calendarresult .wedonthave {
    color: red;
}

/* shared layout  */
.buynow, .linkbutton {
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 6px 25px 6px 25px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 20px;
}

/* tighter layout for long lists */
.bocelli .buynow {
    margin-bottom: 0;
    padding: 3px 25px;
}

.buynow {
    background: #75AF05;
    color: white;
}

.buynow:hover  {
    background: #9dd62f;
} 

.buynowtiny { display: none; }

/* info, back links */
.linkbutton {
    background: #da5a1b;
    color: white;
}

.linkbutton:hover {
    background: #d55c2f;
} 


/* see more toggle for products and tours (last supper) */

/* landing page listings */
.productlist .product {
    background-color: white;
    margin: 20px auto;
}

/* avail response listings */
.products {
    margin-bottom: 70px;
}
.products .product {
    margin: 10px auto;
}

.hoisted_product { 
    margin-bottom: 80px;
}
.hoisted_links {
    text-align: right;
}

.products .hoisted_product .product {
  box-shadow: 0 0 9px 0 #ea621f;
  margin-bottom: 80px;
}

.productlist .product, .products .product { 
  position: relative; 
  padding: 10px 20px; 
  border-radius: 3px;
  box-shadow: 3px 3px 10px 0 #9d9a9a;
  border-style: solid;
  border-width: 1px;
  border-color: #b3cfdf;
  background-color: #fff;
}


.productlist .seemoretoggle, .product .seemoretoggle, .tour .seemoretoggle {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;

    position: absolute;
    top: 10px;
    right: 10px;

    display: inline-block;
    cursor: pointer;
    padding: 3px 25px;
    color: white;
    background-color: #cc5c00;
    border-radius: 5px;
    border: 0;
}

.productlist .seemoretoggle:hover, .product .seemoretoggle:hover, .tour .seemoretoggle:hover {
    background-color: #ea7f27;
}

/* 
 * moreinfo - these should have a hide class added to it in js (display:none disables javascript)
 */
.hide {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

/* eg refurbishments, limited hours, etc - not SCARY WARNINGS */
.generalnotice {
    color:#1a1430;
    font-size:18px;
    padding:10px;
    border-style: dashed;
    border-width: 1px;
    border-radius: 15px;
    background-color:#D0D8EE;
}

/* eg closures, weather alerts, cancellations SCARY WARNINGS */
.warningnotice {
    color:#1a1430;
    font-size:18px;
    padding:10px;
    border-style: dashed;
    border-width: 1px;
    border-radius: 15px;
    background-color: #eed19b;
}

/* used in destination datepicker results */
.availabilitynotice {
    color: #1b2d4b;
    font-style: italic;
    font-weight: 700;
    font-size:18px;
    padding:10px 20px 10px 30px;
    background-color:#D0D8EE;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 #96aebe;
}

/* eg for standout blocks of text within product descriptions, almost like a blockquote */
.product_indented_description {
	padding-left: 20px;
}

/* warning -nb DUPE of calendar result warning */
.warning { 
    background:orange; 
    font-size: 16px; 
    line-height: 20px;
    font-weight: 300;
    padding: 10px;
    border-radius: 10px;
}

/* stop content jumping when translate loads */
.div_block_global_translate {  
    min-height: 80px; 
}

/* remove dotted underline in calendar anchors */
.ui-widget a { border-bottom: 0; }

/* our container, not google's */
.review-aggregate {
    padding: 10px;
}

.review-help {
    background: #f8f8eb;
    margin: 0; 
    padding: 20px;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
}
.review-help dt {
    font-weight: bold;
    margin: 5px 0 2px;
}
.review-help dd {
    padding-left: 10px;
}

.priceblurb {
    color: green;
}
.priceblurb .oldprice {
    text-decoration: line-through;
}

.review-aggregate .stars { margin-top: 10px; }

.star-utf8 {
    color: rgba(227, 114, 9, .98);
    padding-right: 20px;
}

/* stolen from original div_wrapper_review_box */
.homepage_reviewbox {
  margin-top: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border: 1px solid #b6b2ac;
  border-radius: 5px;
  box-shadow: inset 0 0 6px 0 #b6b2ac;
  font-size: 22px;
  line-height: 30px;
}


.external-cart-contents {
    display: none;
    margin-bottom: 20px;
}
.external-cart-contents .head {
    background: #D24240;
    color:white;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 2px 3px 5px;
    border-radius: 5px 5px 0 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.external-cart-contents  a {
    display: block;
    text-align: center;
    padding: 5px 2px;
    border: 1px solid #ccc;

}

/* uses padding-bottom to acheive fluid height - https://stackoverflow.com/questions/9432029/setting-element-height-in-responsive-layout */
#map {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    margin-top: 20px;
    border: 1px solid silver;
}

.div_review_price_listings {
    padding: 10px 0 20px;
}

.review_response { 
    color: green;
}
.review_item  {
    background: white;
    margin: 30px 0;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 5px 5px 5px #ccc;
}

/* stripes */
.review_item:nth-child(odd) { 
    background-color: #eee;
}

.smallprint {
    font-size: 80%;
    font-weight: bold;
}

.centre {
    text-align: center;
}

/* bocelli responder groups */
.responder_group {
    margin-bottom: 100px;
    padding: 20px;
}

/*
 * from https://coolestguidesontheplanet.com/videodrome/youtube/ - two rules to set youtube video to scale responsively
 */
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* LP map popups */

.markerinfo h1 {
	padding-bottom: 5px;
	border-bottom: 1px solid #c5bada;
	margin-top: 5px;
	font-family: Lustria, sans-serif;
	font-size: 16px;
	color: #7E8EA5;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 30px;
}

.markerinfo a, .markerinfo li {
	font-size: 16px;
	
	text-decoration: none;
	line-height: 30px;
}

.markerinfo a:hover {
	color: #7E8EA5;
}

.marra_div_grid_hero {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.marra_div_grid_wrapper {
  padding: 11px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #677ab1;
}

#marra_div_grid_datepicker {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 3;
}

#marra_div_grid_rightpane {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

#marra_div_grid_leftpane {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}

/*** Making logged in 'My Account' more obvious ***/

.ty-dropdown-box__title.cm-combination.logged {
  background-color: #b3d88c;
}

.logged .ty-account-info__title {
  color: #3b444e;
}

/*** changing jquery datepicker next/prev to use fontawesome ***/

.ui-datepicker-prev span,
.ui-datepicker-next span {
  background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: 900;
  align-items: center;
  justify-content: center;
}

.ui-datepicker-prev:before {
  content: "\f100";
}

.ui-datepicker-next:before {
  content: "\f101";
}

ul.shortdesc {
  font-family: 'Font Awesome 5 Pro';
  list-style: none;
  font-family: 'PT Sans', sans-serif;
  color: #1b2d4b;
  font-size: 16px;
  line-height: 20px;
}

li.shortdesc:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  float: left;
  margin-left: -1.5em;
  color: #75af05;
}



.notesfull{
  width:90%;
  background-color: orange;
  padding: 20px 15px 20px 15px;
  margin-left: 20px;
  margin-top: 15px;
  border-radius: 15px;
  border: 0;

}

.notesleft {
  float:left;
  margin-right: 25px;
  font-size: 45px;
  
}

.notesright {
  font-size:16px;
  margin-left: 80px;
}

.tickitaly_after_qty {
  font-style: italic;
  font-size: 15px;
}

.hoisted_product_na {
  width:80%;
  padding: 20px 15px 20px 15px;
  margin-top: 15px;
  border-radius: 15px;
  border: 0;
}

.hoisted_product_na_left {
  float:left;
  margin-right: 15px;
  font-size: 22px;
  color: #f16378;
}

.hoisted_product_na_right {
  font-size:18px;
  font-weight: bold;
}

/*** end changing jquery datepicker next/prev to use fontawesome ***/

/*** TICKITALY_FULL_SIZE END ***/





@media (max-width: 991px) {
  .media_991 { color: green; }

  .section.section_hero_home {
    height: 320px;
    background-size: cover;
  }
  .section.section_home_hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.section_hero_product {
    height: 320px;
    background-position: 50% 50%;
  }
  .section.section_hero_attraction {
    height: 320px;
    background-position: 10% 50%;
  }
  .section.section_intro_attraction {
    margin-top: -60px;
  }
  .section.section_hero_destination {
    height: 320px;
  }
  .section.section_hero_wrapper {
    background-position: 50% 50%;
    background-size: cover;
  }
  .container.container_translate {
    position: static;
    margin-top: -100px;
  }
  .container.container_header_review_product {
    margin-top: -90px;
  }
  .container.container_header_destination {
    margin-top: -10px;
  }
  .container_product {
    padding-left: 20px;
    padding-right: 20px;
  }
  .h3 {
    margin-right: 20px;
  }
  .h3.h3_left {
    text-align: left;
  }
  .h2_productname {
  font-size: 22px;
  line-height: 20px;
  padding-left: 10px;
}
  .container_intro_product {
    margin-bottom: 10px;
  }
  .h1_product {
    padding-top: 5px;
    font-size: 25px;
    line-height: 30px;
  }
  .button_header_review {
    margin-right: 10px;
    font-size: 20px;
  }
  .h3_header_details_product {
    padding-left: 10px;
  }
  .tab_label {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .tab_label.w--current {
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .div_arrow_up_listings {
    left: 135px;
  }
  .div_arrow_right_listings {
    left: 224px;
    top: 83px;
  }
  .div_product_snippet_listings {
    padding-right: 25px;
  }

  .hero_logo_container {
    margin-top: 16px;
  }
  .hero_logo_link.w--current {
    z-index: 1040;
  }
  .hero_logo_image {
    width: 180px;
  }
  .link_block.link_block_collection {
    padding-bottom: 10px;
  }
  .link_block.link_block_collection.link_block_collection_bestseller {
    width: 280px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  .div_ratings_review_box {
    padding-left: 10px;
  }
  .div_wrapper_review_box {
    padding-right: 10px;
  }
  .slider.slider_home_review {
    height: 385px;
  }
  .h1.h1_intro_attraction {
    font-size: 30px;
  }
  .div_block_intro_attraction {
    padding-top: 20px;
  }
  .div_price_from_listings {
    margin-top: -48px;
    padding-right: 35px;
  }
  .div_last_minute_image.div_last_minute_text {
    margin-left: 0px;
    background-position: 0px 7px;
  }
  .span_link_count_lastminute {
    display: inline-block;
  }
  .div_block_tickets_sold {
    height: 45px;
    margin-right: 50px;
    float: right;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
  }
  .text_header_tickets_sold {
    padding-top: 13px;
    padding-right: 10px;
  }
  .text_block_dropdown_label {
    padding-left: 5px;
    font-size: 18px;
  }
  .div_block_global_translate {
    position: relative;
    z-index: 10;
    margin-top: 0px;
  }
  .text_block_attraction_header {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .text_full_list_entry {
    padding-bottom: 2px;
  }

  .div_hero_wrapper_heading {
    bottom: -1px;
  }
  .h1_hero_wrapper {
    width: 75%;
    font-size: 16px;
  }
  .div_hero_wrapper_translate {
    width: 25%;
    padding-right: 10px;
  }
  .div_wrapper_content {
    width: 90%;
  }

  .div_logo_text_upper {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 15px;
    text-align: center;
  }
  .span_logo_text_lower {
    font-size: 10px;
  }
  .div_hero_wrapper_logo {
    padding-top: 20px;
  }
  #ticker {
        margin-top: 20px;
  }

.datepicker_strip h1 {
    text-align: left;
}

.buynowprebooked {
    padding: 6px 10px 6px 10px;
}

.marra_div_grid_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
  }

#marra_div_grid_datepicker {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  
#marra_div_grid_rightpane {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  
#marra_div_grid_leftpane {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }

    /* clean up cart presentation at lower res */
    .calendar_info { display: none; }
}

@media (max-width: 767px) {
  .media_767 { color: green; }

  #ticker {
    display: none;
  }
  .navigation_top_section {
    height: 60px;
  }
  .section.section_hero_home {
    height: 180px;
  }
  .section.section_reviews_home {
    padding-top: 0px;
  }
  .section.section_hero_product {
    height: 180px;
  }
  .section.section_intro_product {
    padding-bottom: 5px;
  }
  .section.section_hero_attraction {
    height: 300px;
  }
  .section.section_intro_attraction {
    margin-top: -35px;
  }
  .section.section_related_attraction {
    padding-top: 5px;
  }
  .section.section_hero_destination {
    height: 180px;
  }
  .section.section_last_minute {
    padding-top: 5px;
    padding-left: 15px;
  }
  .section.section_full_list {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .section.section_hero_wrapper {
    height: 200px;
  }
  .section.section_content_wrapper {
    padding-top: 0px;
  }
  .container {
    padding-top: 0px;
  }
  .container.container_translate {
    margin-top: -30px;
    padding-right: 10px;
  }
  .container.container_collection {
    padding-top: 0px;
  }
  .container.container_collection.container_collection_seealso {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    box-shadow: none;
  }
  .container.container_header_review_product {
    margin-top: -135px;
    padding-top: 0px;
    padding-right: 10px;
  }
  .container.container_header_destination {
    margin-top: -65px;
    padding-right: 10px;
  }
  .container.container_text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.container_full_list {
    padding-top: 0px;
  }
  .container.container_shouter {
    padding-right: 30px;
    padding-left: 30px;
  }
  .text_block {
    font-size: 17px;
  }
  .text_block.text_block_intro_red {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
  }
  .text_block.text_block_intro_green {
    margin-top: 0px;
    font-size: 17px;
    font-weight: 600;
  }
  .text_block.text_block_welcome_home {
    padding-right: 25px;
    padding-left: 25px;
  }
  .text_block.text_block_footer.text_block_landscape_footer {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .text_block.text_block_footer_links.text_block_landscape_footer {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    text-align: center;
  }
  .text_block.text_block_intro {
    padding-right: 20px;
    padding-left: 30px;
  }
  .text_block.text_block_intro_home {
    text-align: center;
  }
  .text_block.text_block_product_snippet {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .text_block.text_block_intro_attraction {
    padding-right: 15px;
    padding-left: 20px;
  }
  .h3 {
    margin-left: 30px;
  }
  .container_intro_product {
    margin-top: 0px;
    padding-top: 0px;
  }
  .h1_product {
    margin-top: 15px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 25px;
  }
  .button_header_review {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .h3_header_details_product {
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 15px;
  }
  .unordered_list.unordered_list_padded {
    padding-left: 30px;
    font-size: 17px;
  }
  .tab_label {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .tab_label.w--current {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .tab_information_pane {
    padding-left: 15px;
  }
  .tabs_menu {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div_block_image_listings {
    width: 240px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .div_arrow_up_listings {
    left: 145px;
  }
  .div_arrow_right_listings {
    left: 234px;
  }
  .div_wrapper_listings {
    padding-left: 55px;
  }
  .navigation_top_container {
    height: 60px;
  }
  .hero_logo_container {
    padding-left: 26px;
  }
  .hero_logo_image {
    width: 135px;
  }
  .h1_intro {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
  }

  .captioned_strip .top_left {
    top: 2px;
    left: 2px;
    font-size: 15px;
    line-height: 20px;
  }
  .link_block.link_block_collection {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-bottom: 10px;
  }
  .link_block.link_block_collection.link_block_collection_bestseller {
    width: 250px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .link_block.link_block_landscape_footer {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    text-align: center;
  }
  .div_wrapper_review_box {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .slider.slider_home_review {
    height: 320px;
  }
  .div_block_lfloat_image {
    display: inline-block;
    width: 20%;
    padding-left: 15px;
    float: left;
  }
  .div_block_lfloat_text {
    display: inline-block;
    width: 80%;
    padding-right: 15px;
    float: left;
  }
  .div_block_landscape_footer {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .text_header_review_stars {
    padding-top: 5px;
  }
  .text_header_review_name {
    padding-top: 0px;
  }
  .text_header_review_text {
    padding-top: 5px;
  }
  .text_header_review_pricewrapper {
    padding-top: 0px;
    padding-bottom: 5px;
    background-color: transparent;
    background-position: 0px -15px;
    background-size: cover;
  }
  .text_header_review_price {
    font-size: 31px;
  }
  .container_product.container_product_overview {
    padding-right: 15px;
  }
  .h1.h1_intro_attraction {
    font-size: 21px;
  }
  .h1.h1_header_destination {
    font-size: 60px;
  }
  .div_block_intro_attraction {
    padding-top: 0px;
  }
  .div_block_calendar {
    margin-top: 40px;
  }
  .div_price_from_listings {
    margin-top: 0px;
  }
  .div_last_minute_image {
    float: none;
  }
  .div_wrapper_lastminute_links {
    padding-top: 10px;
  }
  .div_block_tickets_sold {
    margin-top: 10px;
    margin-right: 60px;
  }
  .div_block_global_translate {
    margin-top: -15px;
    padding-left: 0px;
  }
  .h2_full_listings {
    padding-left: 15px;
  }
  .container_intro_product_image {
    padding-top: 10px;
  }
  .div_hero_wrapper_heading {
    bottom: 4px;
  }
  .h1_hero_wrapper {
    width: 65%;
    padding-right: 10px;
    padding-left: 20px;
    float: left;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
  .div_hero_wrapper_translate {
    bottom: 10px;
    width: 35%;
    padding-right: 20px;
    text-align: right;
  }
  .h2_wrapper_content {
    margin-top: 5px;
  }
  .div_logo_text_upper {
    padding-top: 4px;
    font-size: 26px;
    line-height: 15px;
  }
  .span_logo_text_lower {
    font-size: 8px;
  }
  .div_hero_wrapper_logo {
    padding-left: 20px;
  }
  
  .link_block_attraction_card {
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
  .home_hero_h1 {
    font-size: 66px;
  }
  .home_hero_h3 {
    font-size: 22px;
  }
  .hoisted_links {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .media_479 { color: green }
  #ticker {
    display: none;
  }
  .datepicker_strip {
  padding: 11px 11px 11px 5px;
  }


  .buynowtiny { display: inline-block; }
  .buynowlarge { display: none; }
  
  .datepicker_strip h1 {
    text-align: left;
    padding-top: 10px;
  }
  .datepicker_strip label {
    padding-bottom: 10px;
}
  .section.section_hero_home {
    height: 280px;
  }
  .section.section_collection {
    padding-top: 10px;
  }
  .section.section_hero_product {
    height: 280px;
  }
  .section.section_intro_product {
    margin-top: 0px;
  }
  .section.section_calendar_product {
    padding-bottom: 15px;
  }
  .section.section_details_product {
    padding-bottom: 10px;
  }
  .section.section_hero_attraction {
    height: 280px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .section.section_intro_attraction {
    margin-top: -60px;
  }
  .section.section_hero_destination {
    height: 280px;
  }
  .section.section_last_minute {
    padding-left: 5px;
  }
  .section.section_full_list {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section.section_hero_wrapper {
    height: 250px;
    background-size: cover;
  }
  .container {
    padding-top: 0px;
  }
  .container.container_intro {
    padding-bottom: 0px;
  }
  .container.container_translate {
    margin-top: -50px;
  }
  .container.container_header_review_product {
    margin-top: 10px;
  }
  .container.container_header_destination {
    margin-top: 10px;
  }
  .container.container_shouter {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text_block {
    margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 5px;
  }
  .text_block.text_block_welcome_home {
    padding-top: 0px;
  }
  .text_block.text_block_product_snippet {
    text-align: left;
  }
  .text_block.text_block_pane {
    padding-left: 0px;
  }
  .text_block.text_block_collection_bestseller {
    margin-bottom: 0px;
  }
  .text_block.text_block_collection_duration {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .container_intro_product {
    padding: 10px;
    padding-top: 25px;
  }
  .h1_product {
    padding-left: 5px;
    text-align: left;
  }
  .h3_header_details_product {
    padding-left: 15px;
  }
  .unordered_list {
    padding-left: 25px;
  }
  .text_block_title_slider {
    padding-left: 54px;
    font-size: 16px;
  }
  .div_block_image_listings {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: auto;
  }
  .span_ribbon_red_listings {
    top: 12px;
    right: -26px;
    margin-top: 10px;
  }
  .div_arrow_up_listings {
    left: 215px;
    top: 0px;
  }
  .div_arrow_right_listings {
    left: 305px;
    top: 86px;
  }
  .link_block_listings {
    display: inline-block;
    padding-top: 15px;
    background-position: 96% 186px;
  }
  .div_wrapper_listings {
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 15px;
  }
  .div_product_snippet_listings {
    padding-right: 25px;
  }
  .div_review_price_listings {
    margin-left: 0px;
    padding-top: 10px;
  }
  .hero_logo_container {
    padding-top: 10px;
    padding-left: 20px;
  }
  .hero_logo_image {
    width: 120px;
  }
  .link_block.link_block_collection.link_block_collection_bestseller {
    width: 280px;
  }
  .slider.slider_home_review {
    height: 420px;
  }
  .div_block_lfloat_image {
    padding-left: 0px;
  }
  .div_block_lfloat_text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container_product.container_product_overview {
    padding-left: 15px;
  }
  .div_image_details_product {
    display: inline-block;
    width: auto;
    padding-left: 5px;
    float: left;
  }
  .text_details_list {
    display: inline-block;
    width: auto;
    float: left;
  }
  .h1.h1_intro_attraction {
    background-color: transparent;
    color: #f16378;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    text-shadow: none;
  }
  .div_block_calendar {
    margin-top: 30px;
    text-align: center;
  }
  .text_header_tickets_sold {
    font-size: 13px;
  }
  .div_block_global_translate {
    margin-top: -10px;
  }
  .h2_destination_title {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .div_block_header_sold {
    right: 57px;
    padding-right: 10px;
    font-size: 12px;
  }
  .div_hero_wrapper_heading {
    bottom: -15px;
  }
  .h1_hero_wrapper {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 10px;
    float: none;
    font-size: 16px;
    text-align: right;
  }
  .div_hero_wrapper_translate {
    position: static;
    display: block;
    width: 100%;
    margin-top: -10px;
    padding-right: 20px;
    float: none;
    text-align: right;
  }
  .h2_wrapper_content {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .div_wrapper_content {
    width: 95%;
    padding-top: 10px;
  }
  .grid-description {
    width: 95%;
  }
  .paragraph_wrapper_content {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-left: 5px;
  }
  .div_logo_text_upper {
    padding-top: 12px;
    font-size: 23px;
  }
  .span_logo_text_lower {
    font-size: 7px;
  }
  .div_hero_wrapper_logo {
    padding-left: 10px;
  }

  .slider_shouter_icon_left {
    margin-top: 15px;
    margin-left: 0px;
    font-size: 20px;
  }
  .slider_shouter_icon_right {
    margin-top: 15px;
    margin-right: 0px;
    font-size: 20px;
  }
  .slider_shouter_nav {
    padding-top: 26px;
    font-size: 10px;
  }

  .navigation-menu-scroll .navbar_datecheck_label {
    display: none;
  }
  .navigation-menu-scroll {
    float: none;
    text-align: center;
  }

  .link_block_attraction_card {
    -webkit-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }

  .home_hero_h1 {
    font-size: 46px;
    line-height: 46px;
  }
  .home_hero_h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .home_hero_slider_wrapper {
    width: 90%;
  }
  .home_hero_slider_inner {
    font-size: 15px;
  }

}/* end media 479 */


