<div class="page old_fullfixed">
<article>
<header style="background-image:url(/uploads/5229e75fd3cfc.JPG);">
</header>
<div class="main">
<p id="toggle">
<a href="#">Hide text</a>
</p>
<script type="text/javascript">
$(document).ready(function() {
BN.registerPlugin('showHide', function(){
if ($('body').hasClass('concentrix')) {
return;
}
$('p#toggle').hide();
var postionLink = function() {
$('p#toggle').hide();
window.setTimeout(function() {
var top = ( $('.intro h1').length ) ?
~~($('.intro h1').offset().top) : 70;
var h = $('p#toggle').height();
$('p#toggle').css('top', top - h);
$('p#toggle').fadeIn('fast');
}, 1000);
};
$(window).resize(function() {
postionLink();
});
postionLink();
// $('p#toggle').show();
$('p#toggle a').bind('click', function() {
$('.toggleContent').toggle('slow', function(){
var text = ( $(this).is(':visible') ) ?
'Hide Text' :
'Show Text';
if ($(this).is(':visible')) {
$('p#toggle a').text('Hide Text')
.removeClass('hidden')
.addClass('invisible');
postionLink();
} else {
$('p#toggle a').text('Show Text')
.removeClass('invisible')
.addClass('hidden');
}
});
return false;
});
});
});
</script>
<div class="intro toggleContent">
<h1><span>Virtuoso Amenities</span></h1>
</div>
<div class="container toggleContent">
<p class="summary">As a Virtuoso guest not only do you receive a complimentary bedroom upgrade (subject to hotel availability) and full Irish breakfast but also Traditional Afternoon Tea.</p>
<p class="byline">
</p>
<p>
A ceremony created by a yesteryear high society Duchess. Anna Maria Russell, Queen Victoria’s Lady of the Bedchamber, turning afternoon tea into an occasion. An indoor picnic – laced with china cups, chitchat, sweet treats and scandal – to banish ‘that sinking feeling’ between lunch and dinner. At the Culloden, we love tradition. So, take a seat and enjoy afternoon tea in our soothing surroundings.
</p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->