/*Interactive Map*/
#vods {
	margin:10px 0 10px 0;
}
.embed-container {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 max-width: 100%;
}
.embed-container iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

html {
  scroll-behavior: smooth;
}

.map_slide_title {
    font-size: 34px;
    line-height: 1.7;
    color: #4d2379;
    font-weight: 700;
    font-family: 'Trajan Pro', sans-serif;
    margin-bottom: 15px;
    margin-top: 40px;
}

.mapPage {
    background: #f7f7f7;
    padding-bottom: 30px;
}

.map-body {
}

.mapImagesSlider {
    /* margin-bottom: 150px; */
    width: 100%;
    /*	height:0;
	padding-top:75%; */
}

.mapImagesSlider .slide {
    width: 100%;
    /* height: 100%; */
    top: 0;
}

.advPager {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}

.pagerWrap {
    /* position: absolute; */
    /* bottom: -130px; */
    /* left: 0; */
    /* width: 100%; */
}

.advPager .pager {
    display: block;
    padding: 10px;
    /* opacity: 0.6; */
    transition: 300ms;
    /* max-width: 130px; */
    margin: 0;
    flex-basis: 20%;
}

.advPager .pager.cycle-pager-active {
    opacity: 1;
}

.mapImagesSlider .nextprev {
    width: 30%;
    height: 30%;
    /* background: #00703c; */
    position: absolute;
    font-size: 0;
    top: 20%;
    z-index: 105;
    /* margin-top: -25px; */
    cursor: pointer;
    /* visibility: hidden; */
	display:none;
}

.mapImagesSlider .nextprev:before, .mapImagesSlider .nextprev:after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    /* background: #fff; */
    position: absolute;
    top: 50%;
    left: 50%;
}

.mapImagesSlider .nextprev:before {
    transform: rotate(45deg);
    /* right: 11px; */
}

.mapImagesSlider .nextprev:after {
    transform: rotate(-45deg)
}

.mapImagesSlider .nextprev.cycle-prev:before, .mapImagesSlider .nextprev.cycle-prev:after {
    transform-origin: 0% 100%;
    left: 16px;
}

.mapImagesSlider .nextprev.cycle-next:before, .mapImagesSlider .nextprev.cycle-next:after {
    transform-origin: 100% 100%;
    left: 11px;
}

.mapImagesSlider .nextprev.cycle-prev {
    left: 0;
}

.mapImagesSlider .nextprev.cycle-next {
    right: 0;
    text-align: right;
}

#pageMap {
    width: 100%;
    position: relative;
    max-width: 1600px;
    margin: 0px auto 70px auto;
}

#pageMap .mapWrap {
    display: none;
}

#pageMap .mapWrap img {
    width: 100%;
    display: block;
}

.mapIcon {
    display: none;
}

.mapItem h2 {
    font-size: 40px;
    margin:0 0 30px 0;
    font-weight: 600;
    line-height: 1.2em;
}

.mapItem .itemBdy {
    padding-right: 3%;
}

.mapItem {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #bbbbbb;
}

.mapItem .itemNav {
    display: none;
}

#pageMap .mapWrap {
    display: block;
    /* max-width: 1169px; */
    position: relative;
}

.mapItemWRap {
    display: none;
}

.mapIcon.activeIcon {
    display: block;
    position: absolute;
    /* transform: translateX(-50%); */
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    width: 24px !important;
}

.mapIcon.activeIcon a {
    color: #fff;
    text-shadow: 0 0 3px #000;
    display: block;
    position: relative;
}

.mapIcon.activeIcon a .iconButton {
    display: inline-block;
    background-color: rgba(29,60,52,1);
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.mapIcon.activeIcon a .iconButton:after {
    content: '+';
    color: #fff;
    display: inline-block;
    text-shadow: none;
}

.iconLabel {
    display: none;
}

.mapIcon.activeIcon a:hover {
    text-decoration: none;
}

.mapIcon.activeIcon a:hover .iconButton {
    background-color: #09362a;
}

.mapItem {
    width: 90%;
    max-width: 1560px;
}

.mapItem .itemInner {
    padding: 30px;
}

.mapItem .itemNav {
    display: block;
    margin: 30px 0;
}

.mapItem .fancybox-navigation {
    display: none;
}

.mapItem .itemNav a {
    margin-right: 20px;
}

a:focus, button:focus {
    outline: 0;
}

.mapIcon.activeIcon a .iconButton {
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}


.iconLabel {
	display: block;
	line-height: 1.3;
	padding: 3px;
	position: absolute;
	width: 140px;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}

.back-to-map{
	display:none;
	background: #00713d;
	color: #fff;
	padding: 5px 10px;
	margin-top: 30px;
	margin-left: 15px;
	margin-bottom: 20px;
}

.back-to-map:hover{
	text-decoration:none;
	color:#fff;
}


@media(max-width:991px){
	.mapItem .itemInner {
		padding: 10px;
	}
	.back-to-map{
		display: inline-block;
	}

	.iconLabel {
		font-size:13px;
		line-height: 1.1;
		padding: 3px 0 0 0;
	}
}


@media(max-width:767px){
	.iconLabel {
		display:none
	}
}


.positionbottom .iconLabel {
	left: 50%;
	top: unset;
	bottom: 100%;
	transform: translateX(-50%);
	text-align: center;
}

.positionright .iconLabel {
	left: unset;
	right: 25px;
	text-align: right;
}

.positiontop .iconLabel {
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	text-align: center;
}

.mapIcon.activeIcon a {
	width: 24px;
	height: 24px;
}

.mapIcon.activeIcon a .iconButton {
	display: block;
}

/*
.button {
    display: inline-block;
    padding: 9px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 25px;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 300ms all;
    margin: 5px;
    border: 1px solid #00703c;
    color: #00703c;
}*/

.advPager {
    display: flex;
    flex-wrap: wrap;
}

.advPager .pager.cycle-pager-active {
    opacity: 1;
}

.advPager .pager {
    display: block;
    /* margin: 15px 15px; */
    /* opacity: 0.6; */
    transition: 300ms;
    /* max-width: 130px; */
    position: relative;
}

.videoWrapper {
    position: relative;
    padding-bottom: 75%;
    /* 16:9 */
    width: 100%;
    height: 0;
    background: #000;
}

.videoWrapper p {
    margin: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}

.isvid:before {
    content: "";
    background-image: url(images/ytplay.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%,50%);
}

.fancybox-navigation {
    display: none;
}

@media(max-width: 1199px) {
    .lang-flags {
        padding-top: 45px;
    }
}

@media(max-width: 991px) {
    .lang-flags {
        padding-top: 0px;
        display: inline-block;
        float: none;
    }

    .mapItemWRap {
        display: block;
    }

    .advPager .pager {
        padding: 1px;
    }

    .advPager {
        margin-left: 0;
        margin-right: 0;
    }

    .mapItem {
        width: 100%;
    }

    .mapItem .itemNav {
        display: none;
    }
}

#slideshow-1 {
    /* padding:0 15px; */
}

.tourMainCar {
    overflow: hidden;
}

.tourSlide {
    width: 100%;
    /*padding:0 15px;*/
    overflow: hidden;
	background:#fff;
}
.tourSlide  h2 {
	 font-family: 'Trajan Pro', sans-serif;
    font-size: 30px;
    margin: 25px 0 10px;
    font-weight: 400;
}
.tourSlide.cycle-slide.cycle-slide-active{z-index:150 !important;}


.tourFeatured {	
	margin-top:30px;
	margin-bottom:20px;
}
.tourGallery {
    /*margin:0 -15px 0px;*/
	margin-top:30px;
}

.galleryWrap .row {
    margin-left: -10px;
    margin-right: -10px;
}

.tourGallery .galleryItem {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
}

.tourGallery .galleryItem img {
    width: 100%;
}

/*Video*/
.tourSlide.layout-video {
    background-color: #585858;
    /* padding: 0 20px; */
}

.tourVid {
    margin: 0 auto;
    /* padding:0 30px; */
}

h2.tourvidTitle {
	color: #fff;
   
}
/*Navigation Carousel*/
.tourNav {
    margin-top: 20px;
}

.tourNav:after {
    content: '';
    display: table;
    clear: both;
}

.tourNav .navIcon {
    font-size: 22px;
}

.tourNav .navIcon .icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.tourNav .navIcon .navIconImg {
    padding-top: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	margin-top:3.5em;
}

.tourNav .navIcon .navIconImg:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
}

.tourNav .navIcon .navIconImg:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.tourNav .navIcon .title {
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%;
    background: rgba(29,60,52,1);
    /*font-weight: 700;
    font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;*/
    z-index: 5;
    height: 3.5em;
    line-height: 3.5em;
    position: absolute;
    top:0;
}

.tourNav .navIcon .title span {
    line-height: 1.3;
    padding: 10px 20px 10px 20px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: 'Playfair Display', serif;
    text-transform: unset;
    line-height: 1.2em;
}

.tourNav .navIcon:hover .title {
    /* background: #585858; */
}

.tourNav .navIcon .navIconImg .sizerimg {
    display: none;
}

.slideshow-2 {
    margin-left: -15px;
    margin-right: -15px;
}

#tourNav {
    position: relative;
    /* padding:0 15px; */
    margin-bottom: 20px;
}

#tourNav .navIcon {
    cursor: pointer;
}

#tourNav .owl-prev, #tourNav .owl-next {
    position: absolute;
    top: 50%;
    width: 37px;
    height: 37px;
    border: solid 3px #fff;
    color: #fff;
    text-align: center;
    line-height: 32px;
    background: rgba(29,60,52,1);
    border-radius: 50%;
    margin-top: -17px;
}

#tourNav .owl-prev.disabled, #tourNav .owl-next.disabled {
    display: none;
}

#tourNav .owl-prev {
    left: 0;
    text-indent: -2px;
}

#tourNav .owl-next {
    right: 0;
    text-indent: 1px;
}

/*Manor House only*/
.nothome header {
    /* position:absolute; */
}

.map-how-to {
    margin-top: 5px;
}

.breadcrumbs {
    padding: 30px 0px 18px 0px;
}

h1.entry-title {
    font-size: 34px;
    color: #4d2379;
}

.local-tab {
    padding:15px 20px;
    background: #bdbba2;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-bottom:2px;
    font-size:16px;
    display: block;
}



@media (min-width:992px){



	.local-tabs {
    display: flex;
		margin: 0 -1px 0 -1px;
		/* width: 100%; */
	}
	.local-tab {
		display: flex;
		flex-basis: 33.33%;		
		align-content: center;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		padding: 30px;
		 border: 1px solid #fff;
		border-width: 0 1px 0px 1px;
	}
}
.local-tab:first-child {
    background: #585858;
}

.mainContent a.local-tab:hover {
    background: #585858;
    text-decoration: none;
    color: #fff;
}
.wrapper.nothome {
	position:absolute;
}