@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

html {
  scroll-behavior: smooth;
}

.mobileOnly {
	display: none;
}

body {
	margin: 0px;
	overflow-x: hidden;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	background: linear-gradient(to right, #111111, #333333, #111111);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #333333;
	text-align: justify;
}

.notFrontPage {
	padding-top: 48px;
}

#mobNav {
	display: none;
}

#buttMobNav {
	display: none;
}

#topNav {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	display: block;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(to right, #204c7f, #2968b2, #204c7f);
	border-bottom: 1px solid #000000;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.4);
	vertical-align: middle;
}

#innerTopNav {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
}

.holderWhite {
	display: block;
	width: 100%;
	background-color: #ffffff;
}

.holderGrey {
	display: block;
	width: 100%;
	background-color: #333333;
}

.holderGrey .content {
	color: #ffffff;
}

.holderBlue {
	display: block;
	width: 100%;
	background-color: #2968b2;
}

.holderRed {
	display: block;
	width: 100%;
	background-color: #ff0000;
}

.holderYellow {
	position: relative;
	display: block;
	width: calc(100% - 100px);
	background: linear-gradient(to bottom, #ffc920, #bd9519);
	padding: 50px;
}

.fpHolder {
	margin-top: calc(100vh - 50px);
}

#greyBand {
	display: block;
	width: 100%;
	height: 100px;
	background: linear-gradient(to right, #111111, #333333, #111111);
	border-top: 1px solid #ffffff;
	text-align: left;
}

#greyBand p {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 40px;
}

#innerGreyBand {
	position: relative;
	display: block;
	width: calc(100% - 130px);
	max-width: 1070px;
	padding-left: 130px;
	margin: auto;
}

#badge {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 150px;
}

.london {
	background-image: url(../siteimages/london.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#title {
	display: block;
	margin-left: 10px;
}

.arcTop {
	display: block;
	width: 100%;
}

.arcYellow {
	display: block;
	width: 100%;
}

.circleJester {
	position: absolute;
	left: 50%;
	top: -75px;
	transform: translateX(-50%);
}

.content {
	width: calc(100% - 100px);
	padding: 50px;
	padding-top: 70px;
	max-width: 1100px;
	margin: auto;
}

.blinking {
	animation: blinker 3s linear infinite;
}

@keyframes blinker {
	50% {
		background-color: #1a4271;
	}
}

#subscribeBox {
	display: block;
	vertical-align: middle;
}

#subscribe {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	font-size: 22px;
	margin-left: 10px;
}

#subscribeText {
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	color: #333333;
	font-size: 20px;
}

#subEmail {
	color: #bbbbbb;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	font-size: 22px;
	border: none;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	text-align: center;
	width: 90%;
	max-width: 300px;
}

#ifr {
	display: none;
	width: 100%;
	height: 500px;
}

.leftColumn {
	float: left;
	width: calc(50% - 20px);
}

.rightColumn {
	float: right;
	width: calc(50% - 20px);
}

.fpFeatureTitle {
	display: block;
	color: #2968b2;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

.spacer {
	display: block;
	clear: both;
}

.tBox {
	width: calc(100% - 20px);
	max-width: 400px;
	padding: 10px;
	text-align: center;
	border: 1px solid #333333;
}

.tArea {
	width: calc(100% - 80px);
	max-width: 800px;
	height: 300px;
	padding: 10px;
	resize: none;
	border: 1px solid #aaaaaa;
	color: #333333;
}

.formLabel {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.holderGrey .formLabel {
	color: #ffffff;
}

.contactInputs {
	width: 90%;
	max-width: 300px;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
}

#messageBody {
	resize: none;
	width: 90%;
	max-width: 600px;
	height: 200px;
	border: 1px solid #000000;
	padding: 5px;
}

#sentMessage {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #2968b2;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	border-radius: 3px;
}



#thumbDragger {
	width: 100%;
	height: 334px;
	cursor: grab;
	overflow: hidden;
}

#thumbDraggerInner {
	display: block;
	height: 334px;
	overflow-x: visible;
}

.fpTourPhotoHolder {
	display: inline-block;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 3px;
	padding: 2px;
	padding-bottom: 4px;
}

.fpTourPhoto {
	height: 300px;
	border-radius: 3px;
	cursor: pointer;
}

.fpTourCaption {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	display: block;
}





#thumbDragger2 {
	width: 100%;
	height: 114px;
	cursor: grab;
	overflow: hidden;
}

#thumbDraggerInner2 {
	display: block;
	height: 114px;
	overflow-x: visible;
}

.tourPhotoHolder {
	display: inline-block;
	background-color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 3px;
	padding: 2px;
}

.tourPhoto {
	height: 100px;
	border-radius: 3px;
	cursor: pointer;
}

#bigImage {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: calc(100% - 100px);
	max-height: calc(100% - 100px);
	z-index: 1000;
	box-shadow: 0px 0px 20px hsla(0,0%,0%,1);
	border: 10px solid #ffffff;
	border-radius: 5px;
}

#xCloser {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	font-size: 20px;
	font-weight: bold;
	background-color: hsla(0,0%,0%,0.8);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 50%;
	color: #ffffff;
	user-select: none;
	cursor: pointer;
	transition: all 0.5s;
}

.fright {
	float: right;
	margin-left: 30px;
	margin-bottom:30px;
	border-radius: 5px;
	width: 300px;
	display: block;
}

.centreImage {
	display: block;
	width: 100%;
	border-radius: 5px;
}

#tourMap {
	display: block;
	width: 100%;
	height: 600px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.4);
	margin-top: 20px;
}





.tourTable {
	display: table;
	width: calc(100%);
	background-color: #eeeeee;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.4);
	margin-bottom: 30px;
	border-radius: 5px;
	cursor: pointer;
	filter: brightness(100%);
	transition: filter 1s;
}

.tourTable:hover {
	filter: brightness(130%);
}

.tourRow {
	display: table-row;
}

.tourTableImageTd {
	display: table-cell;
	width: 200px;
	height: 200px;
	padding: 10px;
}

.tourTableImage {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 3px;
}

.tourTableInfoTd {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}

.tourTableTitle {
	font-size: 22px;
	font-weight: bold;
	color: #2968b2;
	display: block;
}

.tourTabDistance {
	font-size: 14px;
	color: #000000;
	margin-right: 30px;
}

.tourTableDescription {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #000000;	
}


.bookingHolder {
	display: block;
	width: calc(100% - 40px);
	margin: auto;
	background-color: #2968b2;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.4);
	color: #ffffff;
	text-align: center;
	transform: scale(1, 1);

	transition: transform 0.3s ease-in-out;
}

.bookingHolder:hover {
	transform: scale(1.1, 1.1);
}

.bookNow {
	font-size: 30px;
	font-weight: bold;
	color: #ffc920;
}

.bookNow2 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 20px;
}









#warning {
	display: none;
	width: 500px;
	text-align: center;
	background-color: #ff0000;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
}

.summaryTable {
	display: inline-table;
	margin-left: 20px;
	margin-right: 20px;
	width: 180px;
	background-color: #333333;
	border-radius: 5px;
}

.summaryTable td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
}

.social {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 35px;
	width: 30px;
}

#fb {
	margin-right: 20px;
}












.blogTable {
	display: table;
	width: calc(100%);
	background-color: #eeeeee;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.4);
	margin-bottom: 30px;
	border-radius: 5px;
	cursor: pointer;
	filter: brightness(100%);
	transition: filter 1s;
}

.blogTable:hover {
	filter: brightness(130%);
}

.blogRow {
	display: table-row;
}

.blogTableImageTd {
	display: table-cell;
	width: 100px;
	height: 100px;
	padding: 10px;
}

.blogTableImage {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 3px;
}

.blogTableInfoTd {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}

.blogTableTitle {
	font-size: 22px;
	font-weight: bold;
	color: #2968b2;
}

.blogTableTime {
	display: block;
	font-size: 12px;
	color: #999999;
}

.blogTableDescription {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #000000;	
}

.review {
	color: #333333;
	font-family: Times, "Times New Roman";
	display: block;
	text-align: center;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

.reviewBooking {
	max-width: 500px;
}



















#bottom {
	display: block;
	background: linear-gradient(to right, #000000, #222222, #000000);
	color: #ffffff;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
}

#bottomInner {
	padding-top: 30px;
	padding-bottom: 30px;

	background-image: url(../siteimages/london.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#bottomFlex {
	width: 100%;
	display: flex;
	column-count: 2;
	flex-direction: row;
}

#bottom1 {
	flex: 1;
	margin-right: 20px;
	text-align: right;
}

#bottom2 {
	flex: 1;
	margin-left: 20px;
	text-align: left;
}

#iconPhone {
	height: 15px;
	margin-right: 10px;
	vertical-align: middle;
	filter: brightness(200%);
}

#iconEmail {
	height: 12px;
	margin-right: 10px;
	vertical-align: middle;
	filter: brightness(200%);
}

#iconPhone2 {
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

#iconEmail2 {
	height: 12px;
	margin-right: 5px;
	vertical-align: middle;
}

#p58 {
	display: block;
	height: 25px;
	margin: auto;
	margin-top: 20px;
}

#bottom hr {
	border: none;
	border-top: 1px solid #666666;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blogDate {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #888888;
	margin-top: 5px;
	margin-bottom: 20px;
}

.blogHeading {
	display: block;
	background-color: #2968b2;
	padding: 10px;
	border-radius: 5px;
	color: #ffffff !important;
	margin-bottom: 30px;
}

#bookingDetailsHolder {
	display: none;
	margin-top: 30px;
	max-width: 500px;
}

#bookingDate {
	display: block;
	text-align: center;
	background-color: #ffc920;
	color: #000000;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

.yellow {
	color: #ffc920;
}

/* Hide the real button so we can use our own style */
.stripe-button-el {
	width: 1px;
	height: 1px;
	opacity: 0;
}

#slideHolder {
	display: block;
	float: right;
	position: relative;
	width: 400px;
	height: 267px;
	margin-left: 40px;
	margin-bottom: 30px;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	border-radius: 5px;

    transition: opacity 2s;
}



#scheduleBookingHolder {
	display: block;
	width: calc(100% - 40px);
	margin: auto;
	background-color: #2968b2;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.4);
	color: #ffffff;
	text-align: center;
	transform: scale(1, 1);

	transition: transform 0.3s ease-in-out;
}

#youTube {
	display: block;
	float: right;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 560px;
	height: 274px;
	border: 10px solid #333333;
	border-radius: 10px;
}

#fpVideoHolder {
	position: relative;
	display: block;
	float: right;
	width: 50%;
	margin-left: 50px;
	margin-bottom: 30px;
	margin-top: 20px;
	cursor: pointer;
}

#overlayVideo {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	border-radius: 5px;

	transition: opacity 1s;
}

#fpVideo {
	width: 100%;
	border-radius: 5px;
}

.hideOverlay {
	opacity: 0;
}

















h1 {
	font-family: Oswald;
	font-size: 28px;
	text-align: center;
}

h2 {
	font-size: 20px;
	color: #2968b2;
	text-align: center;
}

p {
	font-size: 18px;
	text-align: justify;
	line-height: 28px;
}

.holderWhite h1 {
	color: #ff0000;
}

.holderWhite  {
	color: #333333;
}

.holderRed h1 {
	color: #ffffff;
}

.holderRed p {
	color: #ffffff;
}

.holderYellow p {
	color: #333333;
}

.holderYellow h2 {
	color: #000000;
}

.holderGrey h1 {
	color: #ffc920;
}

.holderGrey p {
	color: #ffffff;
}

.pCentre p {
	text-align: center;
}

hr {
	width: calc(100% - 100px);
	border: none;
	border-top: 1px dotted #ffc920;
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
}

.holderYellow hr {
	border-color: #333333;
}

button {
	background-color: #2968b2;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	border-radius: 3px;
	cursor: pointer;
	border: none;
	height: 40px;
	text-align: center;
	margin: auto;
}

.holderGrey button {
	background-color: #ff0000;
}











a:link {
	text-decoration: none;
	color: #ffc920;

	transition: color 0.5s, background 0.5s;
}

a:active {
	text-decoration: none;
	color: #ffc920;
}

a:visited {
	text-decoration: none;
	color: #ffc920;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}








a:link.topLinks {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;

	transition: all 0.5s;
}

a:active.topLinks {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
}

a:visited.topLinks {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
}

a:hover.topLinks {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #ffff88;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
}

.topButtImage {
	height: 28px;
	margin-right: 10px;
	vertical-align: middle;
}






a:link.imageButton {
	text-decoration: none;
	filter: brightness(100%);

	transition: all 0.5s;
}

a:active.imageButton {
	text-decoration: none;
	filter: brightness(100%);
}

a:visited.imageButton {
	text-decoration: none;
	filter: brightness(100%);
}

a:hover.imageButton {
	text-decoration: none;
	filter: brightness(150%);
}



























