#browserUpgrade {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#FFF;
	text-align:center;
	z-index:9999999;
}

#browserUpgrade p{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	top:30%;
	margin:0;
	padding:1.5em 0;
	color:#483d3c;
	font-size:16px;
	z-index:9999999;
	line-height:22px;
}

#browserUpgrade a {
	color:#b4a573;
}
#browserUpgrade a:hover {
	opacity:0.9;
}

#browserUpgrade .logo{
	display:block;
	text-indent:-9999em;
	width:96px;
	height:121px;
	margin:10px auto;
	background:url(/themes/gf-main-v2/images/glenfiddich_logo@2x.png);
}

.TourPage h1 {
	margin: 30px 0;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

.TourPage .main {
	background:#f9f9e1;
	min-height: 500px;
	vertical-align: middle;
}

.tour-page-header #nav .a-left,
.tour-page-header #nav .c-right {
	display: none;
}

.tour-page-header #navContainer {
	position: relative;
}

.tour-page-header .tour-back {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -6px;
	text-decoration: none;
	font-size: 14px;
}

@media (max-width: 768px) {
	.tour-page-header .tour-back {
		display: none;
	}
}

#contentWrapper {
	padding: 105px 30px 30px;
	text-align: center;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	#contentWrapper {
		padding: 55px 10px 30px;
		text-align: center;
	}
}

#tourContainer {
	display: flex;
	padding: 0 40px 20px;
}

@media (max-width: 768px) {
	#tourContainer {
		display: block;
	}
}

#tourContainer .tour {
	position: relative;
	flex: 1 1 33.33%;	
	margin-right: 10px;
	background-size: cover;
	background-position: 50% 50%;
	color: #000;
	padding: 0px;
	text-align: center;
	background: transparent;
	border: 1px solid #555;
	pointer-events: none;
}

#tourContainer .tour .tour__box-header {
	padding: 20px;
}

#tourContainer .tour .custom-h2 {
	float:left;
	font-size: 24px;
	margin-bottom: -1em;
	text-align: left;
	padding-top: 3px;
}

#tourContainer .tour .custom-h3 {
	float:right;
	font-size: 18px;
	margin-bottom: 0;
	display: flex;
}

#tourContainer .tour:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1;
}

@media (max-width: 768px) {
	#tourContainer .tour {
		box-sizing: border-box;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

#tourContainer .tour:last-child {
	margin-right: 0;
}

@media (max-width: 768px) {
	#tourContainer .tour:last-child {
		margin-bottom: 0;
	}
}

#tourContainer .tour .inner {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	z-index: 10;
	min-height: 230px;
}

#tourContainer .tour .inner:after {
	display: none;
}

#tourContainer p.error {
	color: red;
	text-align: center;
	width: 100%;
	display: block;
}

#tourContainer .tour .more-info-lightbox,
#bookTourContainer,
#payTourContainer,
#submitContainer {
	display: none;
}

#loading {
	font-size: 20px;
	text-align: center;
	flex: 1 1 100%;
}

#loading img {
	display: block;
	margin: 0 auto 10px;
}

#tourContainer .tour h2,
.more-info-lightbox h2 {
	font-size: 20px;
	font-family: TradeGothicLTCom-BdCn20, "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-weight: 700;
	text-align: center;
}

.more-info-lightbox h2 {
	min-height: 0;
	color: #b4a573;
}

.more-info-lightbox h3 {
	font-size: 18px;
	line-height: 20px;
	/*font-family: TradeGothicLTCom-BdCn20, "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-weight: 700;*/
	color: #b4a573;
}

#tourContainer .tour p {
	color: #000;
	font-family: "Baskerville Old Face",Garamond,"Times New Roman",serif;
}

#tourContainer .tour .desc {
	min-height: 140px;
	margin-bottom: 15px;
}

#tourContainer .tour .desc p {
	color: black;
	padding: 20px;
}


#tourContainer .tour .button-container {
	width: 100%;
	padding:20px;
	position: absolute;
	bottom: 0;
}


#tourContainer .tour .more-info,
.book {
	display: inline-block;
	color: #183029;
	font-family: TradeGothicLTCom-BdCn20, "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-weight: 700;
	padding: 10px 20px;
	text-decoration: none;
	width: auto;
	background: #b4a573;
	border: 0;
	cursor: pointer;
	outline: none;
	font-size: 1.8rem;
	width:100%;
	z-index: 999999;
	pointer-events: auto;
}

#tourContainer .tour .more-info:hover {
	color: #fff;
}

.more-info-lightbox .book {
	float: right;
}

.more-info-lightbox .tour-payment.book,
.more-info-lightbox .confirm-booking.book {
	float: none !important;
}

@media (max-width: 768px) {
	.more-info-lightbox .book {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
}

.book:hover {
	background: #483d3c;
	color: #FFF;
	text-decoration: none;
}

.book {
	background: #b4a573;
	color: #183029;
}

.book:hover {
	background: #b4a573;
	color: #FFF;
}



#tourContainer .tour .duration, #tourContainer .tour .tour__box-header h3.custom-h3 .duration,
#tourContainer .tour .price, #tourContainer .tour h3.custom-h3 .price {
	display: flex;
	line-height: 15px;
	justify-content: center;
	margin: 15px auto;
}

#tourContainer .tour .price {
	line-height: 17px;
}


#tourContainer .tour .duration-icon, #tourContainer .tour .tour__box-header h3.custom-h3 .duration-icon,
#tourContainer .tour .price-icon, #tourContainer .tour h3.custom-h3 .price-icon {
	flex: 1 0 auto;
    margin-right: 5px;
	text-indent: -9999em;
	margin-top: -6px;
}

#tourContainer .tour .duration-icon:after, #tourContainer .tour .tour__box-header h3.custom-h3 .duration-icon:after,
#tourContainer .tour .price-icon:after, #tourContainer .tour h3.custom-h3 .price-icon:after {
	content: "";
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(../dist/images/tours-icon-clock-brown.png);
	background-size: 100% auto;
	margin-top: 6px;
}

#tourContainer .tour .price-icon:after {
	width: 17px;
	height: 17px;
	background-image: url(../dist/images/tours-icon-price-black.png);
}

#tourContainer .tour .duration-text, #tourContainer .tour h3.custom-h3 .duration-text,
#tourContainer .tour .price-text {
	flex: 1 1 auto;
	text-align: left;
}

.more-info-lightbox {
	display: flex;
	padding: 25px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.more-info-lightbox {
		display: block;
		padding: 10px;
	}
}

.more-info-lightbox .image {
	flex: 1 1 25%;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.more-info-lightbox .image {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.more-info-lightbox .image img {
	width: 100%;
	height: auto;
}

.more-info-lightbox .content {
	flex: 1 1 75%;
}

.more-info-lightbox .feature-container {
	display: flex;
	margin-top: 20px;
}

.more-info-lightbox .feature {
	flex: 1 1 auto;
}

@media (max-width: 768px) {
	.more-info-lightbox .feature-container {
		display: block;
	}
}

.more-info-lightbox .book-container {
	margin-bottom: 0;
}

.more-info-lightbox .mobile-only {
	display: none;
}

@media (max-width: 768px) {
	.more-info-lightbox .book-container {
		text-align: center;
	}

	.more-info-lightbox .mobile-only { 
		display: block;
	}

	.more-info-lightbox .book-container.mobile-only {
		margin-bottom: 20px;
	}
}

@media (width: 768px) {
	.more-info-lightbox .mobile-only { 
		display: none;
	}
}

#cboxLoadedContent #bookTourContainer  {
	display: block;
}

.more-info-lightbox.bookTourContainer,
.more-info-lightbox.payTourContainer {
	display: block;
}

.more-info-lightbox .desc {
	display: block;
	margin-top: 10px;
	font-size: 15px;
}

.more-info-lightbox label {
	display: block;
	margin: 10px 0;
/*	font-family: TradeGothicLTCom-BdCn20, "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-weight: 700;*/
	font-size: 18px;
	line-height: 20px;
	color: #b4a573;
}

.more-info-lightbox.payTourContainer h2 {
	margin-bottom: 20px;
}

.more-info-lightbox.payTourContainer h3 {
	line-height: 20px;
}

.more-info-lightbox.payTourContainer label {
	font-size: 15px;
	color: #483d3c;
}

.more-info-lightbox label span,
.more-info-lightbox h3 span.num {
	display: inline-block;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #b4a573;
    width: 20px;
}

.more-info-lightbox h3 span.num {
	border: 1px solid #b4a573;
}

.more-info-lightbox .section {
	display: block;
	margin-bottom: 20px;
}

.more-info-lightbox .section.disabled {
	opacity: 0.5;
	cursor: default;
}

.more-info-lightbox #tourDateInput {
	display: none;
}

.more-info-lightbox .flatpickr-day.selected {
	background: #b4a573;
	border-color: #b4a573;
}

/*.flatpickr-day.today:hover, .flatpickr-day.today:focus {
	background: #b4a573;
}*/

.more-info-lightbox .flatpickr-day.today {
	 /*border-color: #b4a573;*/
}

.more-info-lightbox input[type=tel] {
	border: none;
    background: 0 0;
    height: 40px;
    width: 393px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 15px;
    font-size: 16px;
    color: #483d3c;
}

.more-info-lightbox input.error {
	/*border: 1px solid #FF0000;*/
}

@media (max-width: 768px) {
	.more-info-lightbox input[type=tel] {
		width: auto !important;
    	padding-left: 10px !important;
    }
}

.more-info-lightbox select {
	background: #f9f9e1 url(../images/icons/select_arrow.png) right 0 no-repeat;
    margin-right: 5px;
    border: 1px solid #b4a573;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 38px;
    width: 37px;
}

.more-info-lightbox select:disabled{
   opacity: 0.5;
}

@media (max-width: 768px) {
	.more-info-lightbox .flatpickr-calendar {
		width: 100%;
		max-width: 258px;
		margin: 0 auto;
	}
	.more-info-lightbox .flatpickr-weekdays,
	.more-info-lightbox .flatpickr-days,
	.more-info-lightbox .dayContainer {
		width: 100%;
		min-width: 100%;
		max-width: 258px;
	}
}

@media (max-width: 480px) {
	.form .selectField,
		width: 15% !important;
		box-sizing: border-box;
	}
}

@media (max-width: 768px) {
	.more-info-lightbox form .textField,
	.more-info-lightbox form .selectField,
	.more-info-lightbox form input[type="text"],
	.more-info-lightbox form input[type="email"],
	.more-info-lightbox form input[type="tel"] {
		width: 100% !important;
		box-sizing: border-box;
	}
}

/*@media (max-width: 768px) {*/
	#colorbox {
		top: 0 !important;
	}
/*}*/
#success {
	padding-top: 2.5em;
	padding-bottom: 4em;
}

#success table,
#booking-summary {
	width: 100%;
}

#success table {
	max-width: 800px;
    margin: 0 auto;
}

#success th,
#booking-summary th {
	font-size: 18px;
	font-family: TradeGothicLTCom-BdCn20, "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-weight: 700;
	color: #b4a573;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #b4a573;
}

#booking-summary h4,
#success h4 {
	font-family: Times;
	font-size: 16px;
	line-height: 16px;
	color: #483d3c;
}

#success td,
#booking-summary td {
	font-size: 16px;
	padding: 10px;
	text-align: center;
	color: #483d3c;
	border-bottom: 1px solid #483d3c;
}

@media (max-width: 768px) {
	#success td,
	#booking-summary td {
		padding: 10px 2px;
	}
}

#success td.no-border,
#booking-summary td.no-border {
	border-bottom: 0;
}

#success td.total,
#booking-summary td.total {
	/*font-family: TradeGothicLTCom-BdCn20, "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-weight: 700;*/
}

.go-back {
	float: right;
	display: inline-block;
	color: #183029;
	font-family: TradeGothicLTCom-BdCn20, "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-weight: 700;
	padding: 10px 20px;
	text-decoration: none;
	width: auto;
	background: #b4a573;
	font-size: 12px;
	text-decoration: none;
	text-align: center; 
	margin-left: 25px;
}

.go-back:hover {
	background: #b4a573;
	color: #FFF;
	text-decoration: none;
}

@media (max-width: 768px) {
	.go-back {
		float: none;
		display: block;
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.desktop-container {
		display: flex;
		width: 100%; /* Required for IE11 */
	}
	.desktop-column.first {
		flex: 1 1 30%;
		padding-right: 25px;
	}
	.payTourContainer .desktop-column.first { 
		flex: 0 1 60%;
	}
	.desktop-column.second {
		flex: 1 1 70%;
		padding-left: 25px;
		border-left: 1px solid #b4a573;
	}
	.payTourContainer .desktop-column.first { 
		flex: 1 0 40%;
	}
	.payTourContainer .desktop-column.second {
		padding-left: 40px;
	}
	.payTourContainer .desktop-column.second h2 {
		text-align: center;
	}
	.more-info-lightbox .confirm-booking.proceed-right {
		float: right !important;
	}
}

.more-desc img {
	float: right;
    margin: 0 0 25px 25px;
    max-width: 40%;
}

#cc_c2a {
	z-index: 100001 !important;
}

#tourAddressManually {
	display: block;
	font-size: 15px;
}

#tourPrintAddress {
	font-weight: 700;
}

@media (max-width: 768px) {
	.desktop-column.second {
		margin-top: 20px;
	}
}

.error-message {
	margin: 10px 0 0;
	font-size: 15px;
	color: #FF0000;
}

.TourPage #error {
	text-align: center;
}

.TourPage #error .book {
	margin: 20px auto;
}

/* IE11 Fixes */
.ie11 .flatpickr-current-month {
	top: 0;
	padding-top: 0;
	font-size: 110%;
}
.ie11 .flatpickr-prev-month, .ie11 .flatpickr-next-month {
	padding: 5px calc(3.57% - 1.5px);
}

/* Logo Center Fix */
@media only screen and (min-width: 800px) {
	.en-GB .tour-page-header #navWrapper .cCentre .pNav.b-home {
	    left: 50%;
	}
}

/* Tully Overrides */
#cboxLoadedContent .animate>* {
	opacity: 1;
}

.flatpickr-calendar {
	background: #f9f9e1;
	font-family: TradeGothicLTCom-BdCn20,"Arial Black","Arial Bold",Gadget,sans-serif;
	box-shadow: 1px 0 0 #b4a573, -1px 0 0 #b4a573, 0 1px 0 #b4a573, 0 -1px 0 #b4a573, 0 3px 13px rgba(0,0,0,0.08)
}

.flatpickr-month,
.flatpickr-day {
	color: #172f28;
}

span.flatpickr-weekday {
	color: #b4a573;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	border-color: #172f28;
	background-color: #172f28;
	color: #fff;
}

.more-desc {
	color: #172f28;
	font-family: HoeflerTextItalic,"Baskerville Old Face",Garamond,"Times New Roman",serif;
	font-size: 1.8rem;
}

.more-desc p {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.more-desc p {
		font-size: 1.5rem;
	}
	p.help-text {
		font-size: 1.5rem;
		margin: 1em 0;
	}
}

form .textField {
	display: block;
    margin-right: 0;
    border: 1px solid #b4a573;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    padding: 0;
    width: 423px;
    font-size: 16px;
    color: #999;
}

form .textField input {
	border: none;
    background: 0 0;
    height: 40px;
    width: 393px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 15px;
    font-size: 16px;
    color: #000;
    font-family: HoeflerTextItalic,"Baskerville Old Face",Garamond,"Times New Roman",serif;
}

.formal {
	font-family: "Times New Roman",serif !important;
}

.tierRow {
	margin-bottom: 5px;
	display: flex;
	text-align: left;
	align-items: center;
}

.tierRow label, .tierRow .selectField {
	flex: 0 0 auto;
}

.tierRow label {
	color: #172f28;
	font-size: 15px;
	margin: 0;
	flex: 1 1 100%;
}

.tierRow .selectField { 
	margin-right: 5px;
}

.ticket-row td {
	border-bottom: 0 !important;
}

.ticket-row-last td {
	border-top: 1px solid #b4a573 !important;
}

.tour-black {
	color: black;
}

#booking-first-row {
	border-top: 1px solid #b4a573 !important;
}

.metrics-border-box {
  display: block;
  border: 1px solid #b4a573;
  padding: 15px;
  background: #efefd7;
  max-width: 360px;
  float: right;
  margin-bottom: 1em;
}

.hidden {
	display: none !important;
}
.order-complete-subtext {
	margin-bottom: 0.5em;
	margin-top: 1em;
}
@media (max-width: 768px) {
	.order-complete-subtext {
		font-size: 1.4em;
	}
	#success {
		padding-top: 9em;
		padding-left: 2em;
    	padding-right: 2em;
	}
	#success th, #booking-summary th {
	    font-size: 15px;
	}
}

#tourTimeSelect {
	width: 180px;
}

.tour-details__panel {
	width: 50%;
    float: left;
    margin-bottom: 1em;
}

.tour-details__panel h4 {
	font-size: 1.8em;
}
.tour-details__panel--left {
	text-align: left;
}
.tour-details__panel--right {
	text-align: right;
}
#tourname, #toursched {
	color: black;
}
.bottom-border-row td {
	border-top: 0.5px solid #000;
	border-bottom: 0;
}
#booking-summary {
	margin-bottom: 1em;
}
#tourCountrySelect {
	width: 150px;
}
.flatpickr-rContainer {
	width: 100%;
}

.optin__reminder {
	text-align: right;
    display: block;
    float: right;
    max-width: 360px;
    margin-top: 10px;
    clear: both;
    font-size: 1.2em;
    margin-bottom: 1.5em;
    font-style: italic;
}

#tourContainer .tour .inner .custom-h2 {
    font-size: 24px;
    font-family: 'TradeGothicLTCom-BdCn20', "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-weight: 700;
    min-height: 60px;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}


#tourContainer .tour p {
    color: #000;
    /*text-shadow: 2px 2px 2px #000;*/
    font-size: 1.75rem;
}

#tourContainer .tour .duration, #tourContainer .tour .price {
    display: flex;
    line-height: 15px;
    justify-content: center;
    margin: 20px auto;
    min-height: 80px;
    font-family: 'TradeGothicLTCom-BdCn20', "Arial Black", "Arial Bold", Gadget, sans-serif;
}



@media (min-width: 992px) and (max-width: 1199px) {
	
	#tourContainer .tour .custom-h3 {
		float: left;
	}
	#tourContainer .tour .custom-h2 {
		font-size: 20px !important;
		display: block;
		margin-bottom: 0;
		float: none;
	}
	#tourContainer .tour div.desc {
		min-height: 180px !important;
		margin-bottom: 30px !important;	
	}
}

@media (max-width: 768px) {
	#tourContainer .tour div.desc {
		min-height: 50px !important;
		margin-bottom: 10px !important;	
	}
}

@media (max-width: 568px) {
	#tourContainer .tour .custom-h2 {
		font-size: 21px !important;
		width: 80%;
	}
}
.book {
	max-width: 300px;
}
.todaysTours {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 6px;
}
#custom-brand-message {
	font-size: 1.8em;
	text-align: center;
	padding: 0 4%;
	margin: 0 auto 25px;
	@media (max-width: 768px) {
		padding: 0 2em;
	}
}