vatican.com Open in urlscan Pro
64.28.108.204  Public Scan

Submitted URL: http://vatican.com/
Effective URL: https://vatican.com/
Submission Tags: tranco_l324
Submission: On March 06 via api from DE — Scanned from DE

Form analysis 1 forms found in the DOM

POST

<form method="POST">
  <input type="hidden" name="NameXMLState" id="IdXMLState" value="">
  <input type="hidden" name="NameXMLPostbackState" id="IdXMLPostbackState">
  <input type="hidden" name="NamePostbackPageId" id="IdPostbackPageId">
  <input type="hidden" name="NameIPAddress" id="IdIPAddress" value="81.95.5.35">
  <input type="hidden" name="NameRequestTime" id="IdRequestTime" value="3/6/2024 6:29:54 AM">
  <input type="hidden" name="NameRequestTimeTick" id="IdRequestTimeTick" value="321172194">
  <div id="BodyAjax">
    <style>
      .U456293938 {
        display: table;
        width: 100%;
      }

      .U456293938 .PageRowColor {
        background-color: rgba(255, 255, 255, 0);
      }

      .U456293938 .PageRowLighterColor {
        background-color: ;
      }

      .U456293938 .PageRowDarkerColor {
        background-color: ;
      }
    </style>
    <section id="header" structure_name="" structure_id="" class="U456293938 PositionRelative PositionAbsolute ">
      <div style="background-color: rgba(,1);
" class="PaddingVertical20 ">
        <div class="container-fluid">
          <div class="row">
            <div class="Header TransparentMenu">
              <div class="MenuRow">
                <div class="MenuContainer">
                  <div class="SdMenu">
                    <div class="Brand">
                      <a href="/"><img style="max-height:70px;" class="BrandImg" src="https://images.vatican.com/307937.906.2eead85a70.png"></a>
                    </div>
                    <div class="MenuNavDiv">
                      <ul width="100%" style="float: inherit;" class="MenuNav in">
                        <li class="MenuLeft">
                          <div style="">
                            <a test="test" href="https://vatican.com/Tours-amp-Activities/">
<span>Tours &amp; Activities</span>
</a>
                          </div>
                          <ul>
                          </ul>
                        </li>
                        <li class="MenuLeft">
                          <div style="">
                            <a test="test" href="https://vatican.com/Places-of-Interest/">
<span>Places of Interest</span>
</a>
                          </div>
                          <ul>
                          </ul>
                        </li>
                        <li class="MenuLeft">
                          <div style="">
                            <a test="test" href="https://vatican.com/Articles/">
<span>Articles</span>
</a>
                          </div>
                          <ul>
                          </ul>
                        </li>
                        <li class="MenuRight Dropdown">
                          <div style="white-space:nowrap;">
                            <i class="fa fa-usernew AnonCircle"></i>
                            <a class="MenuAccountLink" href="https://vatican.com/Dashboard/">

<span>Log In</span>

</a>
                            <i class="fa fa-down-dir DownDir"></i>
                          </div>
                          <ul class="SubNav"><span class="arrow top"></span>
                            <li class="MenuLeft">
                              <div style="">
                                <a test="test" href="https://vatican.com/Inbox/">
<span>Inbox</span>
</a>
                              </div>
                              <ul>
                              </ul>
                            </li>
                            <li class="MenuLeft">
                              <div style="">
                                <a test="test" href="https://vatican.com/Sent-Requests/">
<span>Sent Requests</span>
</a>
                              </div>
                              <ul>
                              </ul>
                            </li>
                            <li class="MenuLeft">
                              <div style="">
                                <a test="test" href="https://vatican.com/Account/">
<span>Account</span>
</a>
                              </div>
                              <ul>
                              </ul>
                            </li>
                            <script type="text/javascript">
                              function LogoutMenu() {
                                $("#IdXMLPostbackState").val("<Action>Logout</Action>");
                                $("form")[0].submit();
                              }
                            </script>
                          </ul>
                        </li>
                        <li class="MenuRight">
                          <div style="">
                            <a test="test" href="https://vatican.com/Sign-Up/">
<span>Sign Up</span>
</a>
                          </div>
                          <ul>
                          </ul>
                        </li>
                      </ul>
                      <ul style="float: right; display: none;" class="MenuNav ResponsiveMenuButton">
                        <li class="MobileNavSearchButton" onclick="ShowSearchModal('Search');return false;">
                          <div><a href=""><i style="font-size:32px;" class="fa fa-search"></i></a></div>
                        </li>
                        <li onclick="ShowResponsiveMenu();return false;">
                          <div><a href=""><i style="font-size: 32px;" class="fa fa-menu"></i></a></div>
                        </li>
                      </ul>
                    </div>
                    <script type="text/javascript">
                      function InitSDMenu() {
                        $("ul.MenuNav > li > ul > li").parent().addClass("SubNav");
                        $("ul.MenuNav > li > ul > li").parent().parent().addClass("Dropdown");
                        $("ul.MenuNav > li > ul ul > li ").parent().addClass("RightSubNav");
                        $("ul.MenuNav > li > ul ul > li ").parent().parent().addClass("Dropdown");
                        $(".MenuNav > li > .SubNav").prepend('<span class="arrow top"></span>');
                        $("ul.MenuNav .SubNav li").hover(function() {
                          var right_sub_nav = $(this).find(".RightSubNav");
                          if ($(this).closest('.MenuNav > li').hasClass('MenuRight')) right_sub_nav.css("left", 'inherit').css("right", $(this).css("width"));
                          else right_sub_nav.css("left", $(this).css("width")).css("right", 'inherit');
                          right_sub_nav.addClass("DropdownActive");
                          $(this).hover(function() {
                            right_sub_nav.addClass("DropdownActive");
                          }, function() {
                            right_sub_nav.removeClass("DropdownActive");
                          });
                        }, function() {});
                        $("ul.MenuNav > li").hover(function() {
                          var width = parseInt($(this).closest('li').css("width")) - 1 + 30;
                          if (width < 200) width = 200;
                          $(this).closest('.MenuNav').find("ul.SubNav").css("left", "inherit").css("right", "0");
                          $(this).closest('.MenuNav').find("ul.SubNav > li").css("width", 200);
                          $(this).closest('li').find("ul.SubNav > li").css("width", width);
                          $(this).closest('li').find("ul.SubNav").addClass("DropdownActive");
                          $(this).closest('li').hover(function() {
                            $(this).find("ul.SubNav").addClass("DropdownActive");
                          }, function() {
                            $(this).find("ul.SubNav").removeClass("DropdownActive");
                          });
                        }, function() {});
                        $(window).bind('resize', ResizeMenu);
                        ResizeMenu();
                      }

                      function MenuHasMoreThanOneRow() {
                        if ($(".MenuNav").first().height() > 70) return true;
                        return false;
                      }

                      function ResizeMenu() {
                        if ($('body.Mobile').length || MenuHasMoreThanOneRow()) {
                          $('.MenuNav').not('.ResponsiveMenuButton').hide().removeClass("in");
                          $('.ResponsiveMenu ul, .ResponsiveMenu li, .ResponsiveMenu div').css({
                            'float': '',
                            'display': 'block'
                          });
                          $('.ResponsiveMenuButton').show().addClass("in");
                        } else {
                          $('.ResponsiveMenuButton').hide().removeClass("in");
                          $('.MenuNav').not('.ResponsiveMenuButton').show().addClass("in");
                          /* calculate width of search bar */
                          /*var navigationWrapper = $('.NavBarSearchBoxDivWrapper')
                          if(navigationWrapper.length) {
                          navigationWrapper.hide();
                          var menuSiblingsWidth=0;
                          var paddingWidth = 30;
                          $(".MenuNav.in")
                          .children(".MenuLeft:not(.NavBarSearchBoxDivWrapper)")
                          .each(function(){
                          menuSiblingsWidth+=$(this).outerWidth()
                          });
                          $(".MenuNav.in")
                          .children(".MenuRight")
                          .each(function(){
                          menuSiblingsWidth+=$(this).outerWidth()
                          });
                          var searchBarWidth = $('.MenuNav.in').outerWidth() - menuSiblingsWidth - paddingWidth;
                          var width_to_set = Math.min(300,Math.max(searchBarWidth,200));
                          navigationWrapper.css("width", width_to_set );
                          navigationWrapper.attr("mywidth", width_to_set );
                          navigationWrapper.show();
                          }*/
                        }
                      }

                      function ResizeResponsiveMenu() {
                        $('.ResponsiveMenu').css('height', $(window).height() + 'px');
                      }

                      function HideResponsiveMenu() {
                        $('.ModalBackdrop').removeClass('in');
                        $('.ResponsiveMenu').addClass('Out');
                        $(window).unbind('resize', ResizeResponsiveMenu);
                        setTimeout(function() {
                          $('.ResponsiveMenu, .ModalBackdrop').remove();
                          $('body').removeClass("modal-open");
                        }, 700);
                      }

                      function ShowResponsiveMenu() {
                        $('body').addClass('modal-open').append('<div class="ModalBackdrop fade"></div>');
                        $('body').append("<div class='ResponsiveMenu'></div>");
                        var menu_html = "";
                        $('.MenuNav').not('.ResponsiveMenuButton').each(function() {
                          $(this).children('.NavBarSearchBoxDivWrapper').remove();
                          menu_html += $(this)[0].outerHTML;
                        });
                        $('.ResponsiveMenu').html(menu_html);
                        $('.ResponsiveMenu').css('height', $(window).height() + 'px');
                        $('.ResponsiveMenu .MenuNav').css({
                          'display': 'block'
                        });
                        $('.ModalBackdrop').show();
                        $('.ModalBackdrop').addClass('in');
                        $('.ResponsiveMenu').addClass('In');
                        $('.ResponsiveMenu > ul > li.Dropdown').each(function() {
                          $(this).children('div').on("click", function(ev) {
                            $(this).parent().toggleClass('DropdownOpen');
                            if (window.navigator.userAgent.indexOf("MSIE ") > 0 || window.navigator.userAgent.indexOf(" Edge/") > 0) $(this).parent().children(".SubNav").toggle();
                            else $(this).parent().children(".SubNav").slideToggle();
                          });
                          $(this).find('.Dropdown > div').on("click", function(ev) {
                            $(this).parent().toggleClass('DropdownOpen');
                            if (window.navigator.userAgent.indexOf("MSIE ") > 0 || window.navigator.userAgent.indexOf(" Edge/") > 0) $(this).parent().find("> ul").toggle();
                            else $(this).parent().find("> ul").slideToggle();
                          });
                          $(this).find('a[href]').on("click", function(ev) {
                            window.location.href = $(this).attr('href');
                            return false;
                          });
                        });
                        $('.ModalBackdrop').bind('touchstart', HideResponsiveMenu);
                        $('.ModalBackdrop').click(HideResponsiveMenu);
                        $(window).bind('resize', ResizeResponsiveMenu);
                      }
                      InitSDMenu();
                    </script>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <style>
      .U456293939 {
        height: 100vh;
        display: table;
        width: 100%;
      }

      .U456293939 .PageRowColor {
        background-color: #000000;
      }

      .U456293939 .PageRowLighterColor {
        background-color: #1A1A1A;
      }

      .U456293939 .PageRowDarkerColor {
        background-color: #000000;
      }
    </style>
    <section id="hero" structure_name="" structure_id="" class="U456293939 PositionRelative  ">
      <script>
        function ScrollDownArrowU456293939() {
          $('html,body').animate({
            scrollTop: $('section.U456293939').offset().top + $('section.U456293939').height()
          }, 1000);
        }
      </script>
      <div style="color: white;
margin: auto;
display: block;
text-align: center;
bottom: 0;
position: absolute;
z-index: 1;
width: 100%;
font-size: 30px;"><i onclick="ScrollDownArrowU456293939();" style="display: inline-block;
cursor: pointer;
padding: 20px;" class="fa fa-down-open"></i></div>
      <div style="position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -3;background-image: url('https://images.vatican.com/379451.906.6558239a2f.jpg');background-size:cover;background-position-x: center;background-position-y: center;">
      </div>
      <div style="background-color: rgba(0,0,0,0.30);
" class="PaddingVertical100 PaddingVerticalBottom50 TextAlignCenter VContent VideoOnMobile ScrollDownArrow ">
        <div class="container-fluid">
          <div class="row">
            <script language="javascript">
              /* what and where data default init*/
              $(function() {
                var what_local = null;
                var where_local = null;
                var default_bounds = null;
                what_local = [{
                  "name": htmlDecode("All Tours"),
                  "fonticon": "",
                  "default": "Yes",
                  "iconexists": false,
                  "filter": "",
                  "bounds": {
                    "NE": {
                      "Lat": 45.4408474,
                      "Lng": 14.4820746
                    },
                    "SW": {
                      "Lat": 40.6262925,
                      "Lng": 10.3018798
                    }
                  },
                  "structuretype": "3953",
                  "value": htmlDecode("All Tours"),
                  "tokens": "All Tours,Activities".split(/[\s,]+/)
                }, {
                  "smallname": htmlDecode("Group Tours"),
                  "smallfonticon": "",
                  "default": "",
                  "iconexists": false,
                  "filter": "<I><StructureRefStructureId>-1</StructureRefStructureId><Groups><I><Name>Information</Name><Fields><I><Type>MultiChoice</Type><Name>Type</Name><V><I>Group Tour</I></V></I></Fields></I></Groups></I>",
                  "bounds": {
                    "NE": {
                      "Lat": 45.4408474,
                      "Lng": 14.4820746
                    },
                    "SW": {
                      "Lat": 40.6262925,
                      "Lng": 10.3018798
                    }
                  },
                  "structuretype": "3953",
                  "value": htmlDecode("Group Tours"),
                  "tokens": "Group Tours,".split(/[\s,]+/)
                }, {
                  "name": htmlDecode("Places of Interest"),
                  "fonticon": "",
                  "default": "",
                  "iconexists": false,
                  "filter": "",
                  "bounds": {
                    "NE": {
                      "Lat": 41.9064878,
                      "Lng": 12.6485192
                    },
                    "SW": {
                      "Lat": 41.7497932,
                      "Lng": 12.4502387
                    }
                  },
                  "structuretype": "3954",
                  "value": htmlDecode("Places of Interest"),
                  "tokens": "Places of Interest,Places".split(/[\s,]+/),
                  "overridesearchpage": "https://vatican.com/-/233/106/4583/-/295/"
                }, ];
                where_local = [];
                if (what_local[0].bounds) {
                  var north = what_local[0].bounds.NE.Lat;
                  var east = what_local[0].bounds.NE.Lng;
                  var south = what_local[0].bounds.SW.Lat;
                  var west = what_local[0].bounds.SW.Lng;
                  $.each(what_local, function() {
                    if (this.bounds) {
                      if (this.bounds.NE.Lat > north) north = this.bounds.NE.Lat;
                      if (this.bounds.NE.Lng > east) east = this.bounds.NE.Lng;
                      if (this.bounds.SW.Lat < south) south = this.bounds.SW.Lat;
                      if (this.bounds.SW.Lng < west) west = this.bounds.SW.Lng;
                    }
                  });
                  default_bounds = new google.maps.LatLngBounds(new google.maps.LatLng(south, west), new google.maps.LatLng(north, east));
                }
                // default initialialization for navigator
                if ($('.NavU456293940 .TypeaheadWhat').length) InitWhat($('.NavU456293940 .TypeaheadWhat'), what_local, function() {
                  SDNavigateAction($('.NavU456293940 .TypeaheadWhere'), $('.NavU456293940 .TypeaheadWhat'), null, null, $('.NavU456293940 .NavigatorListButton').attr('actionlink'), $('.NavU456293940 .NavDateTimeFrom'), $(
                    '.NavU456293940 .NavDateTimeTo'));
                });
                if ($('.NavU456293940 .TypeaheadWhere').length) InitWhere($('.NavU456293940 .TypeaheadWhere'), where_local, default_bounds, function() {
                  SDNavigateAction($('.NavU456293940 .TypeaheadWhere'), $('.NavU456293940 .TypeaheadWhat'), null, null, $('.NavU456293940 .NavigatorListButton').attr('actionlink'), $('.NavU456293940 .NavDateTimeFrom'), $(
                    '.NavU456293940 .NavDateTimeTo'));
                }, what_local);
                $('.NavU456293940 .NavigatorListButton').click(function() {
                  SDNavigateAction($('.NavU456293940 .TypeaheadWhere'), $('.NavU456293940 .TypeaheadWhat'), null, null, $('.NavU456293940 .NavigatorListButton').attr('actionlink'), $('.NavU456293940 .NavDateTimeFrom'), $(
                    '.NavU456293940 .NavDateTimeTo'));
                  return false;
                });
                InitNavDateRanges();
              });
            </script>
            <div class="NavigatorContainer NavU456293940">
              <div align="center" class="TextAboveBox">
                <h1 style="">Vatican</h1>
                <h3>Tours &amp; activities in and around the Vatican - Rome, Italy</h3>
              </div>
              <div class="NavBox">
                <div class="NavSearchBoxDiv">
                  <i class="fa fa-search HelpImg"></i><i onclick="ClearText(this);" class="fa fa-down-dir HelpImgRight"></i><span class="twitter-typeahead" style="position: relative; display: inline-block;"><input class="tt-hint" type="text"
                      autocomplete="off" spellcheck="off" disabled=""
                      style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0); opacity: 1;"><input type="search" value=""
                      name="name_what1" autocomplete="off" style="background-color: transparent; position: relative; vertical-align: top;" class="TypeaheadWhat tt-query" placeholder="What are you looking for" spellcheck="false" dir="auto"><span
                      style="position: absolute; left: -9999px; visibility: hidden; white-space: nowrap; font-family: &quot;Roboto Slab&quot;, Helvetica, Arial, sans-serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></span><span
                      class="tt-dropdown-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none;"></span></span>
                </div>
                <input style="display:none;" name="autocomplete_buster" type="text" value="" autocomplete="new-password" class="NavDateTimeDummy" placeholder="Pickup">
                <div class="SearchButton" style="vertical-align: middle;display: inline-block;">
                  <a href="" actionlink="https://vatican.com/-/233/106/4583/-/295/" class="button buttonsearch NavigatorListButton">Search</a>
                </div>
              </div>
            </div>
            <div
              style="visibility:hidden;; visibility: visible; transform: translateY(0) scale(1); opacity: 1; -webkit-transform: translateY(0) scale(1); opacity: 1; -webkit-transition: -webkit-transform 0.6s ease 0s, opacity 0.6s ease 0s; transition: transform 0.6s ease 0s, opacity 0.6s ease 0s; -webkit-perspective: 1000;-webkit-backface-visibility: hidden;"
              class="PaddingVertical0 PaddingVerticalTop30  col-md-12  ">
              <a href="https://www.facebook.com/sharer/sharer.php?u=vatican.com" target="_blank" class="U456293941 SocialButton SocialButtonFacebook SmallSocialButton
 fa-facebook fb-share ">
<div class="SocialNumberWrapper" style="width: 38px;"><span class="FacebookCount">Like</span><span class="NumberTag"></span></div>
<div class="SpaceNumber">12345</div>
</a>
              <script>
                var widthSpaceNumber = $(".SpaceNumber").width();
                $('.U456293941 .SocialNumberWrapper').css('width', widthSpaceNumber);
                $('.U456293941 .FacebookCount').html('Like');
              </script>
            </div>
          </div>
        </div>
      </div>
    </section>
    <style>
      .U456293942 {
        display: table;
        width: 100%;
      }

      .U456293942 .PageRowColor {
        background-color: #eaeaea;
      }

      .U456293942 .PageRowLighterColor {
        background-color: #FFFFFF;
      }

      .U456293942 .PageRowDarkerColor {
        background-color: #DADADA;
      }
    </style>
    <section id="tours" structure_name="" structure_id="" class="U456293942 PositionRelative  ">
      <div style="background-color: rgba(234,234,234,1);
" class="PaddingHorizontal10 PaddingVertical50 BorderTop BorderBottom TextAlignCenter ">
        <div class="container">
          <div class="row">
            <div name="" class="HeaderNew PaddingVerticalBottom20 ">
              <h1 style="" class="RowHeaderTitle ">Featured Tours</h1>
              <h3 style="" class="RowSubTitle ">Featured tours of the month. Skip the line tours in Vatican City.</h3>
            </div>
            <div class="ListingsArray">
              <div class="GalleryView DataPreview">
                <div class="GalleryWrapper ">
                  <div class="ImageBox CompleteListingTable">
                    <div class="ListingsTable" structure_data_id="1440292">
                      <div class="ImageText Image">
                        <div class="GalleryCarouselWrapper">
                          <a href="https://vatican.com/Semi-Private-Early-Morning-Vatican-Tour-with-Sistine-Chapel/">
<div class="OverPhoto"><span class="TitleFont">Semi-Private Early Morning Vatican Tour with Sistine Chapel</span></div>
</a>
                          <div
                            images="https://images.vatican.com/330429.450.3d5bd5ee02.jpg,https://images.vatican.com/330668.450.1890aa7e2d.jpg,https://images.vatican.com/330669.450.81dc670765.jpg,https://images.vatican.com/423862.450.3b0cae2eed.jpg,https://images.vatican.com/423863.450.2f2c769024.jpg,https://images.vatican.com/424490.450.bee77b2ef6.jpg,https://images.vatican.com/424491.450.7a1fb8b23d.jpg,https://images.vatican.com/424489.450.959028bb41.jpg,https://images.vatican.com/425628.450.b7476e88cf.jpg,https://images.vatican.com/425633.450.3a04813f3b.jpg,"
                            class="GalleryCarousel TransitionOpacity05 owl-carousel owl-theme-SS">
                            <div class="OwlFix" style="width: 368px;"><a href="https://vatican.com/Semi-Private-Early-Morning-Vatican-Tour-with-Sistine-Chapel/">
<img src="https://images.vatican.com/330665.450.23f21e45f0.jpg" style="width: 368px;">
</a></div>
                          </div>
                        </div>
                      </div>
                      <div class="BoxWrapper">
                        <div class="BoxPreview">
                          <!-- left side -->
                          <div class="LeftSide">
                            <div class="TableSet">
                              <div class="GBSet">
                                <div class="PrimaryGB">
                                  <div itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer" class="PrimaryAggregate">
                                    <meta itemprop="priceCurrency" content="USD"> <span class="TPP">
                                      <meta itemprop="lowPrice" content="143">
                                      <div class="FPCurrency">$</div>155<div class="FPCents">14</div>
                                    </span>
                                  </div>
                                  <div class="GroupBys"> <span class="GroupByItem">/ <span class="TPVGValue">Adult</span></span> <span class="TPVGName"></span></div>
                                </div>
                                <div class="AggContainer"></div>
                              </div>
                            </div>
                            <div class="TableSet">
                              <div class="GBSet">
                                <div class="AggContainer">
                                  <div class="Aggregate">
                                    <div class="TPN">Available:</div>
                                    <div name="Available" class="TPV">Thu, Mar 7 2024</div>
                                  </div>
                                  <div class="Aggregate">
                                    <div class="TPN">Time:</div>
                                    <div name="Time" class="TPV">7:30 AM</div>
                                  </div>
                                </div>
                              </div>
                            </div>
                            <div class="LeftSidePreview">
                              <div>
                                <div class="TPN">Language:</div>
                                <div class="TPV">English</div>
                              </div>
                              <div>
                                <div class="TPN">Max Group Size:</div>
                                <div class="TPV">10<span class="Unit">&nbsp;people</span></div>
                              </div>
                            </div>
                          </div>
                          <!-- right side -->
                          <div class="RightSide">
                            <div class="ReviewStars">
                              <i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star-half-alt"></i>&nbsp;(36)
                            </div>
                          </div>
                        </div>
                        <div class="BoxPreview">
                          <!-- left side -->
                          <div class="LeftSide">
                            <div class="LeftSidePreview">
                              <div>
                                <div class="TPN"> Places Visited: </div>
                                <div class="TPV">
                                  <div class="SLWrapperOne">
                                    <div class="SCLinkImg"><img border="0" class="LinkCoverPicture" src="https://images.vatican.com/315554.150.282e6e1555.jpg"></div>
                                    <div class="SCLinkLink"><a class="ViewLink TooltipInitialized" preview_page_id="127" structure_data_id="1429055" href="https://vatican.com/Raphael-rooms-Vatican-museums/">Raphael rooms (Vatican museums)</a>
                                    </div>
                                  </div>
                                  <div class="SLWrapperOne">
                                    <div class="SCLinkImg"><img border="0" class="LinkCoverPicture" src="https://images.vatican.com/315335.150.6211e85e0b.jpg"></div>
                                    <div class="SCLinkLink"><a class="ViewLink TooltipInitialized" preview_page_id="127" structure_data_id="1428896" href="https://vatican.com/Cortile-del-Belvedere/">Cortile del Belvedere</a>
                                    </div>
                                  </div>
                                  <div class="SLWrapperOne">
                                    <div class="SCLinkImg"><img border="0" class="LinkCoverPicture" src="https://images.vatican.com/314870.150.3af909e354.jpg"></div>
                                    <div class="SCLinkLink">
                                      <a class="ViewLink TooltipInitialized" preview_page_id="127" structure_data_id="1428490" href="https://vatican.com/Sistine-Chapel-Michelangelos-Painting/">Sistine Chapel - Michelangelo's Painting</a>
                                    </div>
                                  </div>
                                  <div class="SLWrapperAll">
                                    <div class="SCLinkLink">
                                      <a rel="nofollow" class="ViewStructureLink TooltipInitialized" preview_page_id="127" structure_data_id="1429055,1428896,1428490,1425609,1425596,1423322" href="https://vatican.com/Places-Visited-‒-Semi‒Private-Early-Morning-Vatican-Tour-with-Sistine-Chapel/219/93/4583/e22'1429055%2c1428896%2c1428490%2c1425609%2c1425596%2c1423322e3'3954/295/">All 6&nbsp;Places</a>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                        <div class="DescPreviewProp BodyText"><span>Enter the Vatican Museums a full hour before the general public and experience the Sistine Chapel at a time later in the morning when it is least busy. Get inspired by the Vatican's
                          </span><span>... <a href="" class="MoreButton" onclick="ShowMore(this);return false;">more</a></span><span class="MoreHidden">masterpiece.</span></div>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="GalleryWrapper ">
                  <div class="ImageBox CompleteListingTable">
                    <div class="ListingsTable" structure_data_id="1440458">
                      <div class="ImageText Image">
                        <div class="GalleryCarouselWrapper">
                          <a href="https://vatican.com/Semi-Private-Essential-Sistine-Chapel-Vatican-Museums-St-Peters-Basilica-Tour/">
<div class="OverPhoto"><span class="TitleFont">Semi-Private Essential Sistine Chapel, Vatican Museums &amp; St. Peter's Basilica Tour</span></div>
</a>
                          <div
                            images="https://images.vatican.com/330865.450.d2c309e5ce.jpg,https://images.vatican.com/330866.450.d8684b18ab.jpg,https://images.vatican.com/330867.450.79507e1452.jpg,https://images.vatican.com/330868.450.c776669fb2.jpg,https://images.vatican.com/424489.450.959028bb41.jpg,https://images.vatican.com/424490.450.bee77b2ef6.jpg,https://images.vatican.com/424491.450.7a1fb8b23d.jpg,https://images.vatican.com/425634.450.37d0568abf.png,https://images.vatican.com/425627.450.f72dc5e5bb.jpg,https://images.vatican.com/425635.450.5c2a895227.jpg,"
                            class="GalleryCarousel TransitionOpacity05 owl-carousel owl-theme-SS">
                            <div class="OwlFix" style="width: 368px;"><a href="https://vatican.com/Semi-Private-Essential-Sistine-Chapel-Vatican-Museums-St-Peters-Basilica-Tour/">
<img src="https://images.vatican.com/330864.450.5409120e43.jpg" style="width: 368px;">
</a></div>
                          </div>
                        </div>
                      </div>
                      <div class="BoxWrapper">
                        <div class="BoxPreview">
                          <!-- left side -->
                          <div class="LeftSide">
                            <div class="TableSet">
                              <div class="GBSet">
                                <div class="PrimaryGB">
                                  <div itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer" class="PrimaryAggregate">
                                    <meta itemprop="priceCurrency" content="USD"> <span class="TPP">
                                      <meta itemprop="lowPrice" content="131">
                                      <div class="FPCurrency">$</div>142<div class="FPCents">12</div>
                                    </span>
                                  </div>
                                  <div class="GroupBys"> <span class="GroupByItem">/ <span class="TPVGValue">Adult</span></span> <span class="TPVGName"></span></div>
                                </div>
                                <div class="AggContainer"></div>
                              </div>
                            </div>
                            <div class="TableSet">
                              <div class="GBSet">
                                <div class="AggContainer">
                                  <div class="Aggregate">
                                    <div class="TPN">Available:</div>
                                    <div name="Available" class="TPV">Wed, Mar 6 2024</div>
                                  </div>
                                  <div class="Aggregate">
                                    <div class="TPN">Time:</div>
                                    <div name="Time" class="TPV">12:45 PM<span>, </span>1:45 PM<span>, </span>9:15 AM</div>
                                  </div>
                                </div>
                              </div>
                            </div>
                            <div class="LeftSidePreview">
                              <div>
                                <div class="TPN">Language:</div>
                                <div class="TPV">English</div>
                              </div>
                              <div>
                                <div class="TPN">Max Group Size:</div>
                                <div class="TPV">10<span class="Unit">&nbsp;people</span></div>
                              </div>
                            </div>
                          </div>
                          <!-- right side -->
                          <div class="RightSide">
                            <div class="ReviewStars">
                              <i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star-half-alt"></i>&nbsp;(45)
                            </div>
                          </div>
                        </div>
                        <div class="BoxPreview">
                          <!-- left side -->
                          <div class="LeftSide">
                            <div class="LeftSidePreview">
                              <div>
                                <div class="TPN"> Places Visited: </div>
                                <div class="TPV">
                                  <div class="SLWrapperOne">
                                    <div class="SCLinkImg"><img border="0" class="LinkCoverPicture" src="https://images.vatican.com/315554.150.282e6e1555.jpg"></div>
                                    <div class="SCLinkLink"><a class="ViewLink TooltipInitialized" preview_page_id="127" structure_data_id="1429055" href="https://vatican.com/Raphael-rooms-Vatican-museums/">Raphael rooms (Vatican museums)</a>
                                    </div>
                                  </div>
                                  <div class="SLWrapperOne">
                                    <div class="SCLinkImg"><img border="0" class="LinkCoverPicture" src="https://images.vatican.com/314870.150.3af909e354.jpg"></div>
                                    <div class="SCLinkLink">
                                      <a class="ViewLink TooltipInitialized" preview_page_id="127" structure_data_id="1428490" href="https://vatican.com/Sistine-Chapel-Michelangelos-Painting/">Sistine Chapel - Michelangelo's Painting</a>
                                    </div>
                                  </div>
                                  <div class="SLWrapperOne">
                                    <div class="SCLinkImg"><img border="0" class="LinkCoverPicture" src="https://images.vatican.com/310579.150.f235016987.jpg"></div>
                                    <div class="SCLinkLink"><a class="ViewLink TooltipInitialized" preview_page_id="127" structure_data_id="1425609" href="https://vatican.com/Saint-Peters-Basilica/">Saint Peter's Basilica</a>
                                    </div>
                                  </div>
                                  <div class="SLWrapperAll">
                                    <div class="SCLinkLink">
                                      <a rel="nofollow" class="ViewStructureLink TooltipInitialized" preview_page_id="127" structure_data_id="1429055,1428490,1425609,1425596" href="https://vatican.com/Places-Visited-‒-Semi‒Private-Essential-Sistine-Chapel,-Vatican-Museums-&amp;-St.-Peter's-Basilica-Tour/219/335/4583/e22'1429055%2c1428490%2c1425609%2c1425596e3'3954/295/">All 4&nbsp;Places</a>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                        <div class="DescPreviewProp BodyText"><span>Uncover great artistic masterpieces of the Vatican on this tour specifically designed for visitors with limited time.</span></div>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="GalleryWrapper ">
                  <div class="ImageBox CompleteListingTable">
                    <div class="ListingsTable" structure_data_id="1440031">
                      <div class="ImageText Image">
                        <div class="GalleryCarouselWrapper">
                          <a href="https://vatican.com/Semi-Private-VIP-Vatican-in-a-Day-Tour-Experience-Art-and-History-as-Never-Before/">
<div class="OverPhoto"><span class="TitleFont">Semi-Private VIP Vatican in a Day Tour: Experience Art and History as Never Before</span></div>
</a>
                          <div
                            images="https://images.vatican.com/330275.450.0e010f504e.jpg,https://images.vatican.com/330276.450.426094d7d5.jpg,https://images.vatican.com/330277.450.ec81edaf3b.jpg,https://images.vatican.com/380176.450.e5b98158c4.jpg,https://images.vatican.com/380177.450.0f7f46c147.jpg,https://images.vatican.com/380178.450.b58622228d.jpg,https://images.vatican.com/380184.450.04c40875aa.jpg,https://images.vatican.com/424491.450.7a1fb8b23d.jpg,https://images.vatican.com/423862.450.3b0cae2eed.jpg,https://images.vatican.com/424490.450.bee77b2ef6.jpg,"
                            class="GalleryCarousel TransitionOpacity05 owl-carousel owl-theme-SS">
                            <div class="OwlFix" style="width: 368px;"><a href="https://vatican.com/Semi-Private-VIP-Vatican-in-a-Day-Tour-Experience-Art-and-History-as-Never-Before/">
<img src="https://images.vatican.com/330274.450.a3d8064138.jpg" style="width: 368px;">
</a></div>
                          </div>
                        </div>
                      </div>
                      <div class="BoxWrapper">
                        <div class="BoxPreview">
                          <!-- left side -->
                          <div class="LeftSide">
                            <div class="TableSet">
                              <div class="GBSet">
                                <div class="PrimaryGB">
                                  <div itemprop="offers" itemscope="" itemtype="http://schema.org/AggregateOffer" class="PrimaryAggregate">
                                    <meta itemprop="priceCurrency" content="USD"> <span class="TPP">
                                      <meta itemprop="lowPrice" content="167">
                                      <div class="FPCurrency">$</div>181<div class="FPCents">18</div>
                                    </span>
                                  </div>
                                  <div class="GroupBys"> <span class="GroupByItem">/ <span class="TPVGValue">Adult</span></span> <span class="TPVGName"></span></div>
                                </div>
                                <div class="AggContainer"></div>
                              </div>
                            </div>
                            <div class="TableSet">
                              <div class="GBSet">
                                <div class="AggContainer">
                                  <div class="Aggregate">
                                    <div class="TPN">Available:</div>
                                    <div name="Available" class="TPV">Wed, Mar 13 2024</div>
                                  </div>
                                  <div class="Aggregate">
                                    <div class="TPN">Time:</div>
                                    <div name="Time" class="TPV">9:45 AM<span>, </span>9:15 AM<span>, </span>7:30 AM</div>
                                  </div>
                                </div>
                              </div>
                            </div>
                            <div class="LeftSidePreview">
                              <div>
                                <div class="TPN">Language:</div>
                                <div class="TPV">English</div>
                              </div>
                              <div>
                                <div class="TPN">Max Group Size:</div>
                                <div class="TPV">10<span class="Unit">&nbsp;people</span></div>
                              </div>
                            </div>
                          </div>
                          <!-- right side -->
                          <div class="RightSide">
                            <div class="ReviewStars">
                              <i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i>&nbsp;(13)
                            </div>
                          </div>
                        </div>
                        <div class="BoxPreview">
                          <!-- left side -->
                          <div class="LeftSide">
                            <div class="LeftSidePreview">
                              <div>
                                <div class="TPN"> Places Visited: </div>
                                <div class="TPV">
                                  <div class="SLWrapperOne">
                                    <div class="SCLinkImg"><img border="0" class="LinkCoverPicture" src="https://images.vatican.com/330329.150.c31cb5c16d.jpg"></div>
                                    <div class="SCLinkLink"><a class="ViewLink TooltipInitialized" preview_page_id="127" structure_data_id="1440071" href="https://vatican.com/Pinacoteca-Vatican-Museums/">Pinacoteca - Vatican Museums</a>
                                    </div>
                                  </div>
                                  <div class="SLWrapperOne">
                                    <div class="SCLinkImg"><img border="0" class="LinkCoverPicture" src="https://images.vatican.com/315901.150.54cb38fd0f.jpg"></div>
                                    <div class="SCLinkLink"><a class="ViewLink TooltipInitialized" preview_page_id="127" structure_data_id="1429378" href="https://vatican.com/Vatican-Museums/">Vatican Museums</a>
                                    </div>
                                  </div>
                                  <div class="SLWrapperOne">
                                    <div class="SCLinkImg"><img border="0" class="LinkCoverPicture" src="https://images.vatican.com/315335.150.6211e85e0b.jpg"></div>
                                    <div class="SCLinkLink"><a class="ViewLink TooltipInitialized" preview_page_id="127" structure_data_id="1428896" href="https://vatican.com/Cortile-del-Belvedere/">Cortile del Belvedere</a>
                                    </div>
                                  </div>
                                  <div class="SLWrapperAll">
                                    <div class="SCLinkLink">
                                      <a rel="nofollow" class="ViewStructureLink TooltipInitialized" preview_page_id="127" structure_data_id="1440071,1429378,1428896,1428490,1423320" href="https://vatican.com/Places-Visited-‒-Semi‒Private-VIP-Vatican-in-a-Day-Tour%3a-Experience-Art-and-History-as-Never-Before/219/16/4583/e22'1440071%2c1429378%2c1428896%2c1428490%2c1423320e3'3954/295/">All 5&nbsp;Places</a>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                        <div class="DescPreviewProp BodyText"><span>Our Vatican tour explores masterpieces of the Vatican Museums, Sistine Chapel &amp; St. Peter's Basilica, with expedited entrance tickets.</span></div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <!--  -->
    <style>
      .U456293979 {
        display: table;
        width: 100%;
      }

      .U456293979 .PageRowColor {
        background-color: #F5F5F5;
      }

      .U456293979 .PageRowLighterColor {
        background-color: #FFFFFF;
      }

      .U456293979 .PageRowDarkerColor {
        background-color: #E5E5E5;
      }
    </style>
    <section id="structure types" structure_name="" structure_id="" class="U456293979 PositionRelative  ">
      <div style="background-color: rgba(245,245,245,1);
" class="PaddingHorizontal10 PaddingVertical50 BorderTop TextAlignCenter ">
        <div class="container">
          <div class="row">
            <div name="" class="HeaderNew PaddingHorizontal10 PaddingVertical30 PaddingVerticalTop10 ">
              <h1 style="" class="RowHeaderTitle ">Tours and Activities</h1>
              <h3 style="" class="RowSubTitle ">Explore Vatican tours.</h3>
            </div>
            <div style="visibility:hidden;; visibility: visible; transform: translateY(-20px) scale(0.95); opacity: 0; -webkit-transform: translateY(-20px) scale(0.95); opacity: 0; " class=" col-md-12  ">
              <style>
                .PhotoTileWrapper.U456293983 {
                  height: 300px;
                  background-size: cover;
                  background-position: center;
                  position: relative;
                  background-image: url('https://images.vatican.com/310576.7358.9bfcc39130.jpg');
                }
              </style>
              <div class="PhotoTile">
                <div class="PhotoTileWrapper U456293983">
                  <div class="U456293983">
                    <div class="BlackCover TransitionAll05">
                    </div>
                    <div class="BlackOverlay">
                      <a href="https://vatican.com/Tours-Activities/" class="VContainer NoDecoration PopUpTrigger">
<div class="TextAlignCenter TextWhite VContainer">
<div class="VContent HeaderTextShadow PaddingHorizontal20">

<h4 class="AboveTitleText">Find your own experience</h4>

<h1>All Tours</h1>
</div>
</div>
</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <div style="visibility:hidden;; visibility: visible; transform: translateX(-20px) scale(0.95); opacity: 0; -webkit-transform: translateX(-20px) scale(0.95); opacity: 0; " class=" col-md-6  ">
              <style>
                .PhotoTileWrapper.U456293984 {
                  height: 300px;
                  background-size: cover;
                  background-position: center;
                  position: relative;
                  background-image: url('https://images.vatican.com/311455.7360.26816d6f38.jpg');
                }
              </style>
              <div class="PhotoTile">
                <div class="PhotoTileWrapper U456293984">
                  <div class="U456293984">
                    <div class="BlackCover TransitionAll05">
                    </div>
                    <div class="BlackOverlay">
                      <a href="https://vatican.com/Private-Tours/" class="VContainer NoDecoration PopUpTrigger">
<div class="TextAlignCenter TextWhite VContainer">
<div class="VContent HeaderTextShadow PaddingHorizontal20">

<h4 class="AboveTitleText">personalized experience </h4>

<h1>Private Tours</h1>
</div>
</div>
</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <div style="visibility:hidden;; visibility: visible; transform: translateX(-20px) scale(0.95); opacity: 0; -webkit-transform: translateX(-20px) scale(0.95); opacity: 0; " class=" col-md-6  ">
              <style>
                .PhotoTileWrapper.U456293985 {
                  height: 300px;
                  background-size: cover;
                  background-position: center;
                  position: relative;
                  background-image: url('https://images.vatican.com/310560.7360.36f4d1364b.jpg');
                }
              </style>
              <div class="PhotoTile">
                <div class="PhotoTileWrapper U456293985">
                  <div class="U456293985">
                    <div class="BlackCover TransitionAll05">
                    </div>
                    <div class="BlackOverlay">
                      <a href="https://vatican.com/Group-Tours/" class="VContainer NoDecoration PopUpTrigger">
<div class="TextAlignCenter TextWhite VContainer">
<div class="VContent HeaderTextShadow PaddingHorizontal20">

<h4 class="AboveTitleText">experienced knowledgeable guides</h4>

<h1>Guided Group Tours</h1>
</div>
</div>
</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>
    <style>
      .U456293986 {
        display: table;
        width: 100%;
      }

      .U456293986 .PageRowColor {
        background-color: #efefef;
      }

      .U456293986 .PageRowLighterColor {
        background-color: #FFFFFF;
      }

      .U456293986 .PageRowDarkerColor {
        background-color: #DFDFDF;
      }
    </style>
    <section id="promos" structure_name="" structure_id="" class="U456293986 PositionRelative  ">
      <div style="background-color: rgba(239,239,239,1);
" class="PaddingHorizontal10 PaddingVertical30 PaddingVerticalTop50 BorderTop BorderBottom TextAlignCenter ">
        <div class="container">
          <div class="row">
            <div name="" class="HeaderNew PaddingVertical10 ">
              <h1 style="" class="RowHeaderTitle ">Popular choices</h1>
              <h3 style="" class="RowSubTitle PaddingVerticalBottom30 ">Sought-after tours for any taste.</h3>
            </div>
            <div class=" col-md-12  ">
              <a class="NoDecoration" href="https://vatican.com/The-Colosseum-Tours/">

<div class="BoxImage right" style="min-height:305px; background-color:#006ab3; ">
<div class="ImgWrap " style="background-image: url(https://images.vatican.com/311463.8078.cc4aae81ab.jpg);"></div>
<div class="DescText">
<i class=" fa-4x"></i>
<h1 class="TitleFont">The Colosseum</h1>
<h3>The Colosseum is one of Rome's most famous land marks. Explore all Colosseum tours here.</h3>

</div>
</div>

</a>
              <a class="NoDecoration" href="https://vatican.com/Vatican-Tours/">

<div class="BoxImage left" style="min-height:305px; background-color:#e9b400; ">
<div class="ImgWrap " style="background-image: url(https://images.vatican.com/310559.8078.d13113d0d9.jpg);"></div>
<div class="DescText">
<i class=" fa-4x"></i>
<h1 class="TitleFont">Vatican</h1>
<h3>Vatican City, a city-state, located within a walled enclave inside the City of Rome.  Book Vatican tours here.</h3>

</div>
</div>

</a>
              <a class="NoDecoration" href="https://vatican.com/Day-Trips-from-Rome/">

<div class="BoxImage right" style="min-height:305px; background-color:; ">
<div class="ImgWrap " style="background-image: url(https://images.vatican.com/311464.8078.5cd9aa7793.jpg);"></div>
<div class="DescText">
<i class=" fa-4x"></i>
<h1 class="TitleFont">Day Trips from Rome</h1>
<h3>Popular destinations for day trips from Rome</h3>

</div>
</div>

</a>
              <a class="NoDecoration" href="/Vatican-Shopping/">

<div class="BoxImage left" style="min-height:305px; background-color:#b92939; ">
<div class="ImgWrap " style="background-image: url(https://images.vatican.com/380471.8078.f92b1e3c1d.jpg);"></div>
<div class="DescText">
<i class=" fa-4x"></i>
<h1 class="TitleFont">Vatican Shop</h1>
<h3>Vatican &amp; Christian items from around the world.</h3>

</div>
</div>

</a>
              <!--  -->
            </div>
          </div>
        </div>
      </div>
    </section>
    <div class="owl-carousel CarouselRow DarkControls ControlsShadow  U456293987  owl-theme" style="opacity: 1; display: block;">
      <div class="owl-wrapper-outer autoHeight" style="height: 480px;">
        <div class="owl-wrapper" style="width: 9600px; left: 0px; display: block;">
          <div class="owl-item" style="width: 1600px;">
            <div class="carousel-item">
              <style>
                .U456293988 {
                  display: table;
                  width: 100%;
                }

                .U456293988 .PageRowColor {
                  background-color: ;
                }

                .U456293988 .PageRowLighterColor {
                  background-color: #FFFFFF;
                }

                .U456293988 .PageRowDarkerColor {
                  background-color: #E5E5E5;
                }
              </style>
              <section id="" structure_name="" structure_id="" class="U456293988 PositionRelative  ">
                <div style="background-color: rgba(245,245,245,1);
" class="PaddingVertical70 ">
                  <div class="container">
                    <div class="row">
                      <section class="Quote">
                        <div class="col-md-8">
                          <div class="BoxQuote"><i class="fa fa-quote-left fa-ic ColorOne"></i>One of the most memorable tours visiting Rome, Italy was a tour to the Colosseum. This 3 –tiered monumental Amphitheatre built more than 2000 years ago is
                            the most recognizable buildings of Ancient Rome.<br>This tour included the neighboring landmarks as Emperor’s Constantine‘s Arch, and Palatine Hill, and Forum -– political, religious and commercial centers of ancient
                            city.<br>We enjoyed the tour and recommend to have it on a short bucket list visiting Rome, Italy.<br><br>A.G. June 2016</div>
                        </div>
                        <div class="col-md-4">
                          <div class="BoxProfile">
                            <img alt="Pixel" height="80" src="https://images.vatican.com/316212.150.5853b6b62f.jpg" width="80">
                            <div class="DescProfile">
                              <h3 class="Name">A.G.</h3>
                              <p>Texas</p>
                            </div>
                          </div>
                        </div>
                      </section>
                    </div>
                  </div>
                </div>
              </section>
            </div>
          </div>
          <div class="owl-item" style="width: 1600px;">
            <div class="carousel-item">
              <style>
                .U456293993 {
                  display: table;
                  width: 100%;
                }

                .U456293993 .PageRowColor {
                  background-color: ;
                }

                .U456293993 .PageRowLighterColor {
                  background-color: #FFFFFF;
                }

                .U456293993 .PageRowDarkerColor {
                  background-color: #E5E5E5;
                }
              </style>
              <section id="" structure_name="" structure_id="" class="U456293993 PositionRelative  ">
                <div style="background-color: rgba(245,245,245,1);
" class="PaddingVertical70 ">
                  <div class="container">
                    <div class="row">
                      <section class="Quote">
                        <div class="col-md-8">
                          <div class="BoxQuote"><i class="fa fa-quote-left fa-ic ColorOne"></i>We were very pleased with our Vatican tour. We visited Vatican Museums, Sistine Chapel &amp; St. Peter's Basilica. Our guide Franchesca was very
                            knowledgeable and insightful. His is the best way to visit the Vatican, and skip lines.</div>
                        </div>
                        <div class="col-md-4">
                          <div class="BoxProfile">
                            <img alt="Pixel" height="80" src="https://images.vatican.com/316217.150.2bc08babc4.jpg" width="80">
                            <div class="DescProfile">
                              <h3 class="Name">D.L.</h3>
                              <p>Texas</p>
                            </div>
                          </div>
                        </div>
                      </section>
                    </div>
                  </div>
                </div>
              </section>
            </div>
          </div>
          <div class="owl-item" style="width: 1600px;">
            <div class="carousel-item">
              <style>
                .U456293998 {
                  display: table;
                  width: 100%;
                }

                .U456293998 .PageRowColor {
                  background-color: ;
                }

                .U456293998 .PageRowLighterColor {
                  background-color: #FFFFFF;
                }

                .U456293998 .PageRowDarkerColor {
                  background-color: #E5E5E5;
                }
              </style>
              <section id="" structure_name="" structure_id="" class="U456293998 PositionRelative  ">
                <div style="background-color: rgba(245,245,245,1);
" class="PaddingVertical70 ">
                  <div class="container">
                    <div class="row">
                      <section class="Quote">
                        <div class="col-md-8">
                          <div class="BoxQuote"><i class="fa fa-quote-left fa-ic ColorOne"></i>Walking Tour of Rome.<br><br>Took a walking tour of Rome in summer. The tour is free, and you give tip at the end of the tour. Our guide Fabio was great,
                            we saw Trevi Fountain, Pantheon, Spanish Stairs, Piazza Navona with its famous and wonderful Bernini fountain. We learned a lot about the history.</div>
                        </div>
                        <div class="col-md-4">
                          <div class="BoxProfile">
                            <img alt="Pixel" height="80" src="https://images.vatican.com/316269.150.c58bb914d6.jpg" width="80">
                            <div class="DescProfile">
                              <h3 class="Name">Zev G.</h3>
                              <p>Idaho</p>
                            </div>
                          </div>
                        </div>
                      </section>
                    </div>
                  </div>
                </div>
              </section>
            </div>
          </div>
        </div>
      </div>
      <div class="owl-controls clickable">
        <div class="owl-pagination">
          <div class="owl-page active"><span class=""></span></div>
          <div class="owl-page"><span class=""></span></div>
          <div class="owl-page"><span class=""></span></div>
        </div>
        <div class="owl-buttons">
          <div class="owl-prev"><i class="fa fa-angle-left fa-4x"></i></div>
          <div class="owl-next"><i class="fa fa-angle-right fa-4x"></i></div>
        </div>
      </div>
    </div>
    <script>
      jQuery(document).ready(function() {
        $('.U456293987').owlCarousel({
          singleItem: true,
          transitionStyle: "fade",
          items: 1,
          autoHeight: true,
          pagination: true,
          stopOnHover: true,
          autoPlay: 500000,
          navigation: true,
          navigationText: ["<i class='fa fa-angle-left fa-4x'></i>", "<i class='fa fa-angle-right fa-4x'></i>"],
          afterInit: function(current) {
            if (current.find('video').length) current.find('video').get(0).play();
          }
        });
        if (typeof imagesLoaded !== "undefined") {
          imagesLoaded(".owl-carousel.U456293987.FixedHeight", function() {
            $(".owl-carousel.FixedHeight").css({
              'opacity': 0,
              'visibility': ''
            }).fadeTo(300, 1);
          });
        } else $(".owl-carousel.U456293987.FixedHeight").css({
          'opacity': 0,
          'visibility': ''
        }).fadeTo(300, 1);
      });
    </script>
    <style>
      .U456294003 {
        display: table;
        width: 100%;
      }

      .U456294003 .PageRowColor {
        background-color: #1e2327;
      }

      .U456294003 .PageRowLighterColor {
        background-color: #353D45;
      }

      .U456294003 .PageRowDarkerColor {
        background-color: #101214;
      }
    </style>
    <section id="footer" structure_name="" structure_id="" class="U456294003 PositionRelative  ">
      <div style="background-color: rgba(30,35,39,1);
" class="PaddingHorizontal10 PaddingVertical50 ">
        <div class="container">
          <div class="row">
            <div class="Inline BlockCenter">
              <div class="Inline VTop FooterBlock">
                <script type="text/javascript">
                  function SelectCurrency(sender) {
                    var abbr = $(sender).val();
                    var postback = '<SelectCurrency>' + abbr + '</SelectCurrency>';
                    $("#IdXMLPostbackState").val(postback);
                    $("form")[0].submit();
                  }
                </script>
                <div class="FooterColumn FooterSelect FooterLangCur">
                  <div class="PageRowLighterColor"><i class="fa fa-down-dir DownDir"></i></div>
                  <select class="PageRowLighterColor" onchange="SelectCurrency(this)">
                    <option value="USD" selected="selected">USD</option>
                    <option value="CAD">CAD</option>
                    <option value="EUR">EUR</option>
                    <option value="GBP">GBP</option>
                    <option value="JPY">JPY</option>
                    <option value="RUB">RUB</option>
                    <option value="AUD">AUD</option>
                    <option value="INR">INR</option>
                    <option value="NOK">NOK</option>
                    <option value="CZK">CZK</option>
                    <option value="NZD">NZD</option>
                  </select>
                </div>
              </div>
              <div class="Inline VTop FooterBlock FooterMenus">
                <div class="FooterColumn">
                  <div>
                    <div class="FooterGroupHeader TitleFont">Site</div>
                    <ul class="FooterLinks">
                      <li>
                        <a style="" href="https://vatican.com/Contact-Us/"><span>Contact Us</span></a>
                      </li>
                      <li>
                        <a style="" href="https://vatican.com/Terms-of-Service/"><span>Terms of Service</span></a>
                      </li>
                      <li>
                        <a style="" href="https://vatican.com/Privacy-Policy/"><span>Privacy Policy</span></a>
                      </li>
                      <li>
                        <a style="" href="https://vatican.com/Become-a-Partner/"><span>Become a Partner</span></a>
                      </li>
                      <li>
                        <a style="" href="https://vatican.com/Manage-your-Listings/"><span>Manage your Listings</span></a>
                      </li>
                    </ul>
                  </div>
                </div>
                <div class="FooterColumn">
                  <div>
                    <div class="FooterGroupHeader TitleFont">Discover</div>
                    <ul class="FooterLinks">
                      <li>
                        <a style="" href="https://vatican.com/Sitemap/"><span>Sitemap</span></a>
                      </li>
                      <li>
                        <a style="" href="https://vatican.com/Vatican-Shopping/"><span>Vatican Shop</span></a>
                      </li>
                    </ul>
                  </div>
                </div>
              </div>
            </div>
            <img src="https://images.vatican.com/307937.906.2eead85a70.png" style="" class="RowImage PaddingHorizontal10 PaddingVertical10 PaddingVerticalTop50 BlockCenter ">
            <ul class="list-inline SocialLinks PaddingVertical20 TextAlignCenter ">
              <li>
                <a target="_blank" href="https://www.facebook.com/Vaticancom/" class="U456294004 PageRowDarkerColor"><i class="fa fa-facebook"></i></a>
              </li>
            </ul>
          </div>
        </div>
      </div>
    </section>
  </div>
</form>

Text Content

 * Tours & Activities
 * Places of Interest
 * Articles
 * Log In
     
   * Inbox
   * Sent Requests
   * Account
     
 * Sign Up

 * 
 * 


VATICAN


TOURS & ACTIVITIES IN AND AROUND THE VATICAN - ROME, ITALY

Search
Like
12345


FEATURED TOURS


FEATURED TOURS OF THE MONTH. SKIP THE LINE TOURS IN VATICAN CITY.

Semi-Private Early Morning Vatican Tour with Sistine Chapel

$
155
14
/ Adult

Available:
Thu, Mar 7 2024
Time:
7:30 AM
Language:
English
Max Group Size:
10 people
 (36)
Places Visited:
Raphael rooms (Vatican museums)
Cortile del Belvedere
Sistine Chapel - Michelangelo's Painting
All 6 Places
Enter the Vatican Museums a full hour before the general public and experience
the Sistine Chapel at a time later in the morning when it is least busy. Get
inspired by the Vatican's ... moremasterpiece.
Semi-Private Essential Sistine Chapel, Vatican Museums & St. Peter's Basilica
Tour

$
142
12
/ Adult

Available:
Wed, Mar 6 2024
Time:
12:45 PM, 1:45 PM, 9:15 AM
Language:
English
Max Group Size:
10 people
 (45)
Places Visited:
Raphael rooms (Vatican museums)
Sistine Chapel - Michelangelo's Painting
Saint Peter's Basilica
All 4 Places
Uncover great artistic masterpieces of the Vatican on this tour specifically
designed for visitors with limited time.
Semi-Private VIP Vatican in a Day Tour: Experience Art and History as Never
Before

$
181
18
/ Adult

Available:
Wed, Mar 13 2024
Time:
9:45 AM, 9:15 AM, 7:30 AM
Language:
English
Max Group Size:
10 people
 (13)
Places Visited:
Pinacoteca - Vatican Museums
Vatican Museums
Cortile del Belvedere
All 5 Places
Our Vatican tour explores masterpieces of the Vatican Museums, Sistine Chapel &
St. Peter's Basilica, with expedited entrance tickets.


TOURS AND ACTIVITIES


EXPLORE VATICAN TOURS.

FIND YOUR OWN EXPERIENCE


ALL TOURS

PERSONALIZED EXPERIENCE


PRIVATE TOURS

EXPERIENCED KNOWLEDGEABLE GUIDES


GUIDED GROUP TOURS


POPULAR CHOICES


SOUGHT-AFTER TOURS FOR ANY TASTE.


THE COLOSSEUM


THE COLOSSEUM IS ONE OF ROME'S MOST FAMOUS LAND MARKS. EXPLORE ALL COLOSSEUM
TOURS HERE.


VATICAN


VATICAN CITY, A CITY-STATE, LOCATED WITHIN A WALLED ENCLAVE INSIDE THE CITY OF
ROME. BOOK VATICAN TOURS HERE.


DAY TRIPS FROM ROME


POPULAR DESTINATIONS FOR DAY TRIPS FROM ROME


VATICAN SHOP


VATICAN & CHRISTIAN ITEMS FROM AROUND THE WORLD.

One of the most memorable tours visiting Rome, Italy was a tour to the
Colosseum. This 3 –tiered monumental Amphitheatre built more than 2000 years ago
is the most recognizable buildings of Ancient Rome.
This tour included the neighboring landmarks as Emperor’s Constantine‘s Arch,
and Palatine Hill, and Forum -– political, religious and commercial centers of
ancient city.
We enjoyed the tour and recommend to have it on a short bucket list visiting
Rome, Italy.

A.G. June 2016


A.G.

Texas

We were very pleased with our Vatican tour. We visited Vatican Museums, Sistine
Chapel & St. Peter's Basilica. Our guide Franchesca was very knowledgeable and
insightful. His is the best way to visit the Vatican, and skip lines.


D.L.

Texas

Walking Tour of Rome.

Took a walking tour of Rome in summer. The tour is free, and you give tip at the
end of the tour. Our guide Fabio was great, we saw Trevi Fountain, Pantheon,
Spanish Stairs, Piazza Navona with its famous and wonderful Bernini fountain. We
learned a lot about the history.


ZEV G.

Idaho



USD CAD EUR GBP JPY RUB AUD INR NOK CZK NZD
Site
 * Contact Us
 * Terms of Service
 * Privacy Policy
 * Become a Partner
 * Manage your Listings

Discover
 * Sitemap
 * Vatican Shop

 * 


×