/*Interactive Map*/


.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;
}


.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;
    }

   
}

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

.tourMainCar {
    overflow: hidden;
}

.tourSlide {
    width: 100%;
    /*padding:0 15px;*/
    overflow: hidden;
	background:#fff;
}
.tourSlide  h2 {
	 font-family: 'Warnock', serif;
	 font-size: 30px;
	 margin: 0px 0 10px 0;
	 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: #021d33;
    padding: 20px;
}

.tourVid {
    /* max-width: 900px; */
    margin: 0 auto;
    /* padding:0 30px; */
    /* max-width:1200px; */
}

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

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

.tourNav .navIcon {
}

.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;
}

.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;
    font-size: 25px;
    color: #fff;
    width: 100%;
    background: #021d33;
    /*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;
    bottom: 0;
    background: transparent;
	text-shadow:2px 2px 3px #000;
}

.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: 'Warnock', 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: #021d33;
    /* border-radius: 50%; */
    margin-top: -17px;
}

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

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

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

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

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

.breadcrumbs {
    /* padding: 30px 0px 18px 0px; */
    margin: 60px 0px 40px 0px;
}

h1.entry-title {
    /* font-size: 34px; */
    color: #021d33;
}

.local-tab {
    padding:15px 20px;
    background: #021d33;
    text-transform: uppercase;
	text-decoration:none;
    color: #fff;
    cursor: pointer;
    margin-bottom:2px;
    font-size:16px;
    display: block;
		 border: 2px solid #021d33;
		 margin-top:40px;
}

.vod_slides {
	margin-bottom:20px;
}


@media (min-width:992px){



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

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