body {
	/*margin-top: 100px;*/
	color: #FFF;
	font: 18px 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #000;
}

/* correcting original bootstrap fudges */

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

a:hover,
a:focus {
	text-decoration: none;
}

a img {
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

header {
	width: 100%;
	z-index: 100;
}

td {
	vertical-align: top;
}

.nav__dropdown {
	background: #000;
	text-transform: none;
	padding: 0;
}

#subnav .nav__dropdown {
	background: #000;
}

.nav__dropdown li {
	list-style: none;
	padding: 10px 2px;
	text-align: left;
}

.nav__dropdown a {
	font: 22px 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.toprow {
	text-align: right;
}

nav {
	flex: 2;
	width: 100%;
}

nav > ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

nav li a {
	padding: 0 10px !important;
}

#nav {
	color: #fff;
	background-color: #000;
}

.navbar-brand {
	margin: 0;	
}

@media (min-width: 651px) {
	.navbar-brand {
		margin: 0 50px;	
	}
}

#topnav {
	position: relative;
}

#topnav li > a, .dropdown-item {
	color: #fff;
	font: 28px/60px 'shortcutregular', Arial, Helvetica, sans-serif;
	display: block;
}

#topnav li > a.submit {
	color: #000;
}

.navbar {
	padding: 0;
}

#mainnav li > a:hover, #mainnav li > a:focus, li.active > a {
	color: #b02229;
	background-color: transparent;
}

#subnav > li > a:hover, #subnav > li > a:focus, #subnav li.active > a {
	color: #f4c705;
	background-color: transparent;
}

#subnav {
	display: inline-block;
	float: right;
	text-align: right;
}

.priority-nav__dropdown.show {
	z-index: 10000;
	right: 0;
}

.priority-nav-is-hidden {
	display: none;
}

.navbar-collapse {
	background: #000;
	z-index: 9999;
}

.navbar-toggler {
	border-color: #333;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler-icon {
	color: #333;
}

/* end fudges */

ul {
	padding-left: 20px;
}

.description {
	padding: 20px;
}

.description ul li {
	list-style-type: disc;
}

#dummy {
	padding-top: 45%;
}

.slider {
	/*background-color: #b02229;*/
	/*background: #b02229 url('/assets/img/loading.png') no-repeat 50% 50%;*/
	/*background: #b02229 url('/assets/img/1200x800-carousel01.jpg') no-repeat 50% 50%;*/
	background-size: cover;
	margin-bottom: -3px;
}

.toprow {
	background: #000;
	width: 100%;
}

.contactinfo {
	color: #FFF;
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
}

.contactinfo a {
	font-weight: normal;
	color: #b02229;
	text-decoration: none;
}

.contactinfo a:hover {
	font-weight: normal;
	color: #f4c705;
	text-decoration: none;
}

.underground {
	padding: 5px;
	width: 150px;
	position: absolute;
	top: 15px;
	left: 30px;
	z-index: 1000;
	height: 150px;
	background: rgba(0,0,0,.5);
	display: block !important;
}

.underground img {
	margin: auto;
	height: 140px;
	width: auto;
	display: block;
}

.hero {
	float: left;
	width: 100%;
	display: block;
}

.hero img {
	float: left;
	width: 100%;
	height: auto;
}

.testmonialtitle {
	background: #b02229 url(../img/testback.jpg) no-repeat center center;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 25px;
	background-size: cover;
}

.testmonialtitle .testtitle {
	color: #f4c705;
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
	font: 36px/40px 'shortcutregular', Arial, Helvetica, sans-serif;
}

.strapline {
	background: #b02229;
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.strapline h1 {
	color: #f4c705;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 48px/50px 'shortcutregular', Arial, Helvetica, sans-serif;
}

.strapline h1 .secondline {
	color: #FFF;
	font-size: 60px;
	line-height: 60px;
}

.strapline h2 {
	color: #f4c705;
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
	font: 36px/40px 'shortcutregular', Arial, Helvetica, sans-serif;
}

.white {
	background: #fff url(../img/white-bg.jpg) no-repeat fixed center center;
	float: left;
	width: 100%;
	color: #000;
	background-size: cover;
}

.white p, .white li, .textblock p, .textblock li {
	font-size: 20px;
	line-height: 120%;
}

.white.vidpage {
	background: transparent;
	background: rgba(0,0,0,.5);
	color: #fff;
}

.white .secthead {
	font: 36px/36px 'shortcutregular', Arial, Helvetica, sans-serif;
	color: #b02229;
	margin: 20px 0px;
}

.specialfont{
	font: 36px 'shortcutregular', Arial, Helvetica, sans-serif;
}

.white h2, .white h3, .white h4 {
	/*font-family: 'shortcutregular', Arial, Helvetica, sans-serif;*/
	color: #b02229;
	margin: 20px 0px 20px;
}

.white img {
	max-width: 100%;
	height: auto;
}

.white iframe {
	max-width: 100%;
}

.lightgrey {
	background: #374741;
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 0px;
}

.lightgrey .secthead {
	font: 36px/36px 'shortcutregular', Arial, Helvetica, sans-serif;
	color: #f4c705;
	margin: 0px 0px 20px;
}

.lightgrey .subhead {
	font: 28px/28px 'shortcutregular', Arial, Helvetica, sans-serif;
	color: #f4c705;
	margin: 0px 0px 20px;
}

.product {
	margin-bottom: 25px;
}

.productimg {
	height: auto;
	width: 100%;
	float: left;
}

.prodimgbox {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 66.666666%;
	position: relative;
	width: 100%;
}

.prodimgbox .prodimgnu {
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	width: 100%;
}

.caption p {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	margin: 0px;
	padding: 0 5px;
	float: left;
	clear: left;
	text-align: center;
	width: 100%;
}

.caption.packcap p:first-child {
	padding-top: 5px;
}

.caption.packcap p:last-child {
	padding-bottom: 5px;
}

.caption strong {
	font: 16px/20px 'shortcutregular', Arial, Helvetica, sans-serif;
}

.caption .readmore {
	background: #b02229;
	color: #f4c705;
	float: left;
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
	clear: both;
	width: 100%;
}

/*.product:hover .caption .readmore {
	color: #b02229;
	text-transform: uppercase;
}*/

.caption .scentitle {
	color: #FFF;
	margin: 0px;
	float: left;
	clear: left;
	font: 24px/20px 'shortcutregular', Arial, Helvetica, sans-serif;
	padding: 10px 5px 5px;
}

.caption .packtitle , .caption .scentitle {
	color: #f4c705;
}

.product:hover .caption .packtitle , .product:hover .caption .scentitle {
	color: #fff;
}

.btn-booknow {
	float: right;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f4c705;
	background: #b02229;
	text-align: center;
	height: 45px;
	width: 55px;
	padding: 5px 0px 0px;
	white-space: normal;
}

.textblock {
	background: #b02229;
}

.textblock .texthead {
	font: 48px/50px 'shortcutregular', Arial, Helvetica, sans-serif;
	color: #f4c705;
	margin-bottom: .5em;
}

.textblock img {
	border: 3px solid #f4c705;
}

.textblock a, .lightgrey a {
	color: #f4c705;
	text-decoration: none;
}

.map {
	clear: both;
	width: 100%;
	max-width: 750px;
	display: block;
	margin: auto;
}

.title {
	font: 48px/50px 'shortcutregular', Arial, Helvetica, sans-serif;
	color: #f4c705;
	text-align: center;
	margin-top: 20px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16/9 ratio */
	padding-top: 30px;
	/* IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar {
	background: #000;
	text-align: right;
	margin-bottom: 25px;
	color: #fff;
}

.sidebar {
	text-align: left;
}

.sidebar ul {
	padding: 0;
}

.sidebar li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 10px;
}

.sidebar i {
	color: #b02229;
}

.sidebar a {
	color: #FFF;
	text-decoration: none;
}

.sidebar a:hover {
	color: #f4c705;
	text-decoration: none;
}

.sidebar h2 , .objectives h2 {
	font: 18px/20px 'shortcutregular', Arial, Helvetica, sans-serif;
	color: #f4c705;
}

.directions h2 , .directions h3 {
	font: normal 18px/20px 'shortcutregular', Arial, Helvetica, sans-serif;
	color: #b02229;
}

.directions h2 {
	margin-top: 0px;
}

.directions h2 strong {
	font-weight: normal;
}

.sidebar h2 {
	margin-top: 10px;
}

.directions {
	padding-bottom: 25px;
}

.objectives h2 {
	margin-top: 0px;
}

.objectives ul li {
	font-size: 16px;
	margin-bottom: 5px;
}

.thumb {
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}

.footer {
	background: #000;
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 14px;
	line-height: 18px;
}

.footer .callus {
	color: #fff;
	text-align: left;
	font: 36px/36px 'shortcutregular', Arial, Helvetica, sans-serif;
}

.footnav a , .subnav a {
	color: #FFF;
}

.footnav a:hover , .subnav a:hover {
	color: #f4c705;
	text-decoration: none;
}

.subnav {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0 0 0 10px;
}

.or {
	font-size: 19px;
	font-weight: bold;
	color: #f4c705;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.or-book {
	font-size: 19px;
	font-weight: bold;
	color: #f4c705;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
}

.row.bookings {
	color: #000;
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: -10px;
	margin-left: -10px;
	font-size: 14px;
	line-height: 14px;
}

.row.bookings .btn-booknow {
	border-radius: 4px;
}

.row.bookings .btn-booknow:hover {
	color: #333;
	text-decoration: none;
}

.subline {
	font-size: 14px;
	line-height: 14px;
}

.white .form-control {
	border: 1px solid #f4c705;
	border-radius: 0px;
}

.white .value {
	border: 1px solid #f4c705;
	border-radius: 0px;
	color: #FFF;
	background: #000;
	text-align: center;
	width: 60px;
	font-size: 14px;
	line-height: 28px;
	box-sizing: border-box;
	margin: 0px 5px;
	padding: 0px;
	display: block;
	float: left;
}
.minus , .plus {
	margin: 0;
	height: 30px;
	width: 30px;
	border-style: none;
	display: block;
	float: left;
	background: #f4c705;
	color: #b02229;
}
.minus:hover , .plus:hover {
	background: #b02229;
	color: #f4c705;
}
/*.qty-balls .minus {
	background: url(../img/pellets-minus.png);
}
.qty-balls .plus {
	background: url(../img/pellets-plus.png);
}*/
.white .extra {
	line-height: 30px;
}
.cattitle {
	font: 24px/24px 'shortcutregular', Arial, Helvetica, sans-serif;
	color: #f4c705;
}

.cattitle a {
	color: #f4c705;
	text-decoration: none;
}

.cattitle a:hover {
	color: #b02229;
	text-decoration: none;
}

.coltitle {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
}

.itemtitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}

.iteminfo {
	font-size: 14px;
	line-height: 14px;
	color: #374741;
}

.itemcost {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.qty {
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin: auto;
	display: block;
	color: #FFF;
	background: #000;
	border: 1px solid #f4c705;
}

.buttonrow {
	margin-top: 25px;
	margin-bottom: 25px;
}

.total {
	font-size: 38px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 10px;
}

.grandtotal {
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}

.submit {
	background: #f4c705 !important;
	line-height: 40px;
	max-width: 100%;
	color: #b02229;
	border-style: none;
	font-size: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
	border-radius: 4px;
	padding: 2px 10px;
	/*
	text-transform: uppercase;
	width: 270px;
	margin-bottom: 25px;
	margin-top: 10px;
	*/
}

.submit:hover {
	text-decoration: none;
}

.submit.middle {
	margin: auto;
}

.formcol .submit {
	margin-bottom: 50px;
}

.addressinfo h2 {
	font: 36px/36px 'shortcutregular', Arial, Helvetica, sans-serif;
	color: #f4c705;
	margin: 0px 0px 20px;
	text-align: center;
}
.prevnext {
	text-align: center;
	margin-top: 25px;
	font-size: 18px;
	width: 100%;
}

.prevnext a {
	color: #FFFFFF;
	text-decoration: none;
	font: 18px/40px 'shortcutregular', Arial, Helvetica, sans-serif;
	background: #f4c705;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}

.prevnext a:hover {
	color: #FFFFFF;
	background: #b02229;
	text-decoration: none;
}

.prevnext .prev {
	float: left;
}

.prevnext .next {
	float: right;
}

.gallery img {
	height: auto;
	width: 100%;
	margin-bottom: 25px;
}

.events .gallery img {
	height: auto;
	width: 24%;
	margin-bottom: 10px;
	margin-right: 1%;
	float: left;
}
.events .gallery {
	clear: both;
	float: left;
	margin-bottom: 25px;
}

.galleryrow {
	padding: 20px 0;
}

.events p img {
	height: auto;
	max-width: 100%;
}

label {
	font-size: 14px;
	line-height: 14px;
}

.social {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
	height: 22px;
}

.social span {
	box-sizing: content-box;
}

.qty-select {
	clear: right;
	float: left;
	display: block;
}

.qty-capt {
	float: left;
	display: block;
	width: 100%;
	margin-top: 10px;
}

.qty-example {
	float: right;
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}

.centre {
	margin-left: auto;
	margin-right: auto;
}

.col-book {
	width: 20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.tourlink , .tourlinkimg {
	display: block;
	height: auto;
	text-align: center;
	width: 100%;
}

.tourimg {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: auto;
}

.sitemaph2 {
	font: 24px/24px 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	text-align: left !important;
}

.zonelink {
	color: #f4c705;
	float: left;
	margin: 0 0 0 305px;
	padding: 0px;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
}

.zonelink:hover {
	color: #b02229;
}

.contactnos {
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	margin-right: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 290px;
}

.contactnos a {
	color: #fff;
}

/* BOOKING PAGE
-------------------------------------------------- */

.ui-datepicker-inline {
	margin: auto;
}
.ui-widget-content {
	background: #000;
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
.ui-widget-header {
	border: none;
	background: #1b2320;
	color: #fff;
	font-weight: bold;
}
.ui-widget-header a {
	background-color: #f4c705/*{fcHeader}*/;
	border-radius: 0;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: normal;
	border: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #2298ca;
	border: none;
	color: #fff;
	text-align: center;
}
.ui-datepicker-today .ui-state-default {
	background-color: #b02229;
	font-weight: bold;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #f4c705;
	color: #2298ca;
}
.radio , .checkbox {

	margin-bottom: 30px;
}
.radio label, .checkbox label {
	font-size: 21px;
}
.accordion-heading .accordion-toggle {
	display: block;
	font-weight: bold;
	padding: 5px 0;
	width: 100%;
}
.accordion-body {
	padding-top: 5px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#headcarousel {
	height: 650px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
#headcarousel .item {
	height: 650px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: auto;
}
.carousel-caption h1 {
	font: 48px/50px 'shortcutregular', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 500px) {
	.contactinfo {
		font-size: 14px;
		line-height: 18px;
		width: 100%;
		text-align: center;
	}
	.underground {
		width: 70px;
		top: 10px;
		right: 10px;
		height: 70px;
	}
	.underground img {
		margin: auto;
		height: 60px;
		width: auto;
		display: block;
	}
	.col-book {
		width: 100%;
	}
	.textblock .texthead {
		font: 28px/30px "shortcutregular",Arial,Helvetica,sans-serif;
	}
	.footicons a i {
		font-size: 28px;
		margin-right: 5px;
	}
	.sidebar ul li {
		line-height: 30px;
	}
}
@media (min-width: 501px) and (max-width: 992px) {
	.col-book {
		width: 50%;
	}
}
@media (max-width: 650px) {
	body {
		/*margin-top: 75px;*/
	}
	header {
		height: 75px;
	}

	.navbar {
		min-height: 50px;
	}
	.navbar-inverse .navbar-nav > li > a {
		font: 20px/25px "shortcutregular", Arial, Helvetica, sans-serif;
	}
	.strapline h1 , .title , .texthead {
		font: 24px/28px "shortcutregular", Arial, Helvetica, sans-serif;
	}
	.strapline h1 .secondline {
		font-size: 28px;
		line-height: 30px;
	}
	.secthead , .footer .callus {
		font: 20px/20px 'shortcutregular', Arial, Helvetica, sans-serif !important;
	}
	.zonelink {
		margin: 0;
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		text-align: center;
	}
	.contactnos {
		font-size: 20px;
		line-height: 15px;
		margin-bottom: 5px;
		margin-left: 0;
		margin-top: 0;
		width: 100%;
	}
}

@media (max-width: 768px) {
	body {
		/*margin-top: 110px !important;*/
	}
	#nav {
		height: 58px;
	}

	.dropdown-menu {
		position: absolute;
		text-align: left;
		border-bottom: none;
		border-top: none;
	}

}

@media (min-width: 651px) and (max-width: 992px) {
	#subnav, #mainnav {
		padding-left: 175px;
	}

	.navbar-inverse .navbar-nav > li > a {
		font: 18px/60px "shortcutregular", Arial, Helvetica, sans-serif;
	}
	.nav > li > a {
		padding: 0px 10px;
	}
	.strapline h1 , .title , .texthead {
		font: 36px/40px "shortcutregular", Arial, Helvetica, sans-serif;
	}
	.strapline h1 .secondline {
		font-size: 45px;
		line-height: 50px;
	}
	.secthead , .footer .callus {
		font: 28px/28px 'shortcutregular', Arial, Helvetica, sans-serif !important;
	}
	.zonelink {
		margin: 0;
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		text-align: center;
	}
	.contactnos {
		font-size: 20px;
		/*line-height: 15px;*/
		line-height: 30px !important;
		margin-bottom: 5px;
		margin-left: 200px;
		margin-top: 0;
	}
	.contactinfo {
		line-height: 30px;
	}
	/*
  body {
  	margin-top: 145px;
  }
  */

}

@media (min-width: 768px) {

	#subnav, #mainnav {
		padding-left: 175px;
	}

	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}
	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}

	/* Dropdown menus */

	.dropdown-menu {
		/*position: fixed !important;*/
	}

	.dropdown-menu > li {
		display: inline-block;
	}

}

@media (min-width: 992px) and (max-width: 1200px) {
	#nav {
		height: 100px;
	}

	.navbar-inverse .navbar-nav > li > a {
		font: 22px/60px "shortcutregular", Arial, Helvetica, sans-serif;
	}
	.zonelink {
		margin: 0 0 0 225px;
	}
	.contactnos {
		margin-left: 0;
	}
}
@media (min-width: 992px) and (max-width: 1100px) {
	#nav {
		height: 60px;
	}
	.nav > li > a {
		padding: 0px 10px;
	}
	.caption .scentitle {
		font: 20px/20px "shortcutregular",Arial,Helvetica,sans-serif;
	}
	.caption strong {
		font: 13px/20px "shortcutregular",Arial,Helvetica,sans-serif;
	}
	.caption p {
		font-size: 13px;
		line-height: 20px;
	}
	.btn-booknow {
		font-size: 13px;
		line-height: 16px;
		width: 45px;
	}
	.zonelink {
		margin: 0 0 0 275px;
		font-size: 20px;
		line-height: 40px;
	}
	.contactinfo {
		font-size: 20px;
		line-height: 40px;
	}
	.contactnos {
		font-size: 20px;
		line-height: 40px !important;
		margin-left: 0;
	}
}

@media (max-width: 1024px) {
	.tourvid {
		display: none;
	}
	.tourlink {
		display: block;
	}
}

@media (min-width: 1025px) {
	#nav {
		height: 60px;
	}
	.tourvid {
		display: block;
	}
	.tourlink {
		display: none;
	}
}
@media (min-width: 992px) {

	.dropdown-menu > li:first-child {
		margin-left: 250px;
	}

	.featurette-heading {
		margin-top: 120px;
	}
}

/* book online now */

.bookonlinenow {
	padding: 15px 5px;
	width: 150px;
	position: absolute !important;
	top: 15px;
	right: 30px;
	height: 150px;
	background: rgba(0,0,0,.5);
	font: 40px/40px 'shortcutregular', Arial, Helvetica, sans-serif;
	text-align: center;
	box-sizing: border-box;
	margin: 0 !important;
	z-index: 20;
}

.bookonlinenow a {
	color: #fff;
}

.bookonlinenow a:hover {
	color: #f4c705;
}

@media (max-width: 991px) {
	.bookonlinenow {
		width: 100px;
		top: 10px;
		right: 10px;
		height: 100px;
		font: 25px/25px 'shortcutregular', Arial, Helvetica, sans-serif;
		padding: 13px 5px;
	}
}

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

/* christmas times */

.xmasopening {
	padding: 10px 5px 0 5px;
	width: 350px;
	position: absolute;
	top: 15px;
	left: 50%;
	z-index: 1000;
	height: auto;
	border: 1px solid #FFF;
	border-radius: 5px;
	background: rgba(0,0,0,.5);
	font: 15px/20px 'Karla', Arial, Helvetica, sans-serif;
	text-align: center;
	box-sizing: border-box;
	margin-left: -175px;
}
@media (max-width: 700px) {
	.xmasopening {
		display: none;
	}
}

/* archery */
.archery {
	background-color: #b02229;
	color: #fff;
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.archery .strong {
	color: #f4c705;
}
.archery a {
	color: #f4c705;
	text-decoration: none;
}
.archery a:hover {
	color: #000;
	text-decoration: none;
}
@media (max-width: 1024px) {
	.archery {
		font-size: 18px;
		line-height: 14px;
	}
}
@media (max-width: 640px) {
	.archery {
		font-size: 14px;
		line-height: 10px;
	}
}

/* directions accordion */

.directions .panel-default > .panel-heading {
	background-color: #000;
	border: none;
	border-radius: 0;
	color: #f4c705;
	font: normal 18px/20px 'shortcutregular', Arial, Helvetica, sans-serif;
}
.directions .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 10px 0;
}
.directions .panel {
	background-color: transparent;
	border: none;
}

/* new hero image */

#hero2017 {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

#hero2017 #hero2017img {
	display: block;
	height: auto;
	width: 100%;
}

/* new events header images */

.event-top {
	display: block;
	height: auto;
	margin-bottom: 30px;
	width: 100%;
}

/* it's a knockout elements */

#knockout {
	background-color: #b02229;
	background-image: url('/assets/img/knockout-banner-bg.png'), url('/assets/img/knockout-banner-bg2.png');
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 20px;
	padding: 35px 0;
	text-align: center;
	text-shadow: 0 0 10px #b02229;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

#knockout p {
	margin-bottom: 0;
	margin-left: 210px;
}

#knockout p span {
	color: #f4c705;
	font-weight: bold;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#knockout:hover {
	background-color: #f4c705;
	text-shadow: 0 0 10px #f4c705;
	color: #000;
}

#knockout:hover p span {
	color: #b02229;
}

@media (max-width: 1024px) {
	#knockout {
		background-image: url('/assets/img/knockout-banner-bg.png');
		background-position: left top;
		background-repeat: no-repeat;
		background-size: contain;
		font-size: 18px;
		line-height: 16px;
		padding: 15px 0;
	}
}

@media (max-width: 768px) {
	#knockout p {
		text-align: right;
		margin-left: 0;
		margin-right: 10px;
	}
}

@media (max-width: 480px) {
	#knockout {
		background-image: none;
		font-size: 14px;
		line-height: 12px;
		padding: 10px 0;
	}
	#knockout p {
		margin-left: 10px;
		text-align: center;
	}
}

.btn-knockout {
	background-color: #f4c705;
	clear: both;
	color: #b02229;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.btn-knockout:hover {
	background-color: #b02229;
	color: #f4c705;
}

.gallery-list {
	display: block;
	padding-left: 0 !important;
	list-style: none;
	width: -webkit-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: calc(100% + 30px);
}

.gallery-list li {
	display: block;
	float: left;
	padding-right: 30px;
	width: 33.33333%;
}

.gallery-list li .gallery-link {
	background-color: #f4c705;
	display: block;
	height: 100px;
	margin-bottom: 30px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.gallery-list li .gallery-link .link-caption {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}

.gallery-list li .gallery-link .link-caption .link-header {
	font-size: 30px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.gallery-list li .gallery-link .link-caption .link-date {
	margin-bottom: 0;
}

.gallery-list li .gallery-link:hover {
	background-color: #b02229;
	color: #f4c705;
}

.gallery-list li:before {
	content: '' !important;
	margin: 0;
}

#gallery-thumbs {
	display: block;
	list-style: none;
	padding: 30px 0;
	text-align: center;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
}

#gallery-thumbs li {
	display: inline-block;
	margin-right: 10px;
}

#gallery-thumbs li:before {
	content: '';
	margin: 0;
}

#gallery-thumbs li .gallery-thumb {
	display: block;
	height: auto;
	max-height: 150px;
	max-width: 150px;
	width: auto;
}

.btn-iak-galleries {
	background-color: #f4c705;
	color: #b02229;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	max-width: 500px;
}

.btn-iak-galleries:hover {
	background-color: #b02229;
	color: #f4c705;
}

#hero2017 #link2 {
	display: block;
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 43.75%;
}

/* 2018 */

html, body {
	height: 100%;
}

.centre-xy {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.trans {
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

#hero2018 {
	display: block;
	float: left;
	height: 750px;
	height: 80vh;
	overflow: hidden;
	/*padding-bottom: 75%;*/
	position: relative;
	width: 100%;
}

/* hero H1 rework */

#hero2018 h1 {
	left: 50%;
	line-height: .75;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 20px #000 , 0 0 15px #000 , 0 0 10px #000 , 0 0 5px #000;
	top: 50px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60%;
	z-index: 40;
}

#hero2018 h1 .firstline {
	clear: both;
	color: #f4c705;
	display: block;
	font: 40px/40px 'shortcutregular', Arial, Helvetica, sans-serif;
}

#hero2018 h1 .secondline {
	color: #FFF;
	font: 50px/50px 'shortcutregular', Arial, Helvetica, sans-serif;
}

/* previous H1 styling

#hero2018 h1 .firstline , #hero2018 h1 .secondline {
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 20px #000 , 0 0 15px #000 , 0 0 10px #000 , 0 0 5px #000;
	width: 100%;
}

#hero2018 h1 .firstline {
	color: #f4c705;
	font: 48px/50px 'shortcutregular', Arial, Helvetica, sans-serif;
	top: 30%;
	-webkit-transform: translate(-50%,-50%) rotate(5deg);
	-moz-transform: translate(-50%,-50%) rotate(5deg);
	-ms-transform: translate(-50%,-50%) rotate(5deg);
	-o-transform: translate(-50%,-50%) rotate(5deg);
	transform: translate(-50%,-50%) rotate(5deg);
	z-index: 40;
}

#hero2018 h1 .secondline {
	color: #FFF;
	font: 60px/60px 'shortcutregular', Arial, Helvetica, sans-serif;
	top: 36%;
	-webkit-transform: translate(-50%,-50%) rotate(3deg);
	-moz-transform: translate(-50%,-50%) rotate(3deg);
	-ms-transform: translate(-50%,-50%) rotate(3deg);
	-o-transform: translate(-50%,-50%) rotate(3deg);
	transform: translate(-50%,-50%) rotate(3deg);
	z-index: 30;
}

 */

#heroimg {
	display: block;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 10;
}

.homeboxes {
	background: rgba(0, 0, 0, .5);
	background: -moz-linear-gradient(270deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(270deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(270deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 30px 15px;
	position: absolute;
	width: 100%;
	z-index: 20;
}

.homeboxes li {
	flex-basis: 20%;
	flex-grow: 0;
	flex-shrink: 1;
	padding: 0 15px;
}

.homeboxes li a {
	background-color: transparent;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	display: block;
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.homeboxes li a span {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	bottom: 20px;
	color: #f4c705;
	font: 24px/25px 'shortcutregular', Arial, Helvetica, sans-serif;
	padding: 10px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px #000;
	width: 100%;
	z-index: 20;
}

.homeboxes li a:hover span {
	color: #fff;
}

.homeboxes li a .box-img {
	height: 100%;
	object-fit: cover;
	opacity: .7;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.homeboxes li a:hover .box-img {
	height: 125%;
	opacity: 1;
	width: 125%;
}

.homeboxes li a p {
	background: #b02229;
	background: rgba(176,34,41,.8);
	bottom: 0;
	color: #f4c705;
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 20;
}

/* booking page */

.type {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
	width: 100%;
}

.type input[type="radio"] {
	display: none;
}

.type label {
	background-color: #eee;
	background-color: rgba(0,0,0,.15);
	color: #fff;
	cursor: pointer;
	flex-basis: 100%;
	flex-shrink: 0;
	height: 200px;
	margin: 0 1% 20px;
	overflow: hidden;
	position: relative;
}

.type label h4 {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	color: #f4c705;
	display: block;
	font: 24px/25px 'shortcutregular', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 10;
}

.type label:hover h4 {
	color: #fff;
}

.type label span {
	background-color: #f4c705;
	bottom: 45px;
	color: #b02229;
	height: 20px;
	line-height: 20px;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 10;
}

.type label .box-img {
	left: 50%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 5;
}

/*.type.guns label .box-img {
	object-fit: contain;
}*/

.type label:hover .box-img , .type input[type="radio"]:checked+label .box-img {
	height: 115%;
	width: 115%;
}

.type input[type="radio"]:checked+label h4 {
	background-color: #b02229;
	color: #fff;
}

.type input[type="radio"]:checked+label span {
	opacity: 1;
}

#form .form-control , #form select {
	font-size: 16px;
}

#form select {
	height: 34px;
	width: 100%;
}

.event-types label {
	background-color: #f4c705;
	color: #b02229;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding: 5px;
	text-transform: uppercase;
	width: 100%;
}

.event-types .radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.event-types .radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.event-types .checkmark {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 24px;
	width: 24px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.event-types .radio-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.event-types .radio-container input:checked ~ .checkmark {
	background-color: #b02229;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.event-types .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.event-types .radio-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.event-types .radio-container .checkmark:after {
	top: 6px;
	left: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
}

#ui-datepicker-div {
	z-index: 50 !important;
}

/* booking form ammunition section */

.upgrades {
	display: block;
	padding-left: 0;
	width: 100%;
	list-style: none;
}

.upgrades li {
	padding: 5px;
}

.upgrades li:first-child {
	border-bottom: 1px solid #f4c705;
}

.upgrades li:before {
	display: none;
}

.upgrades li p {
	border-bottom: 1px solid #b02229;
	display: block;
	font-weight: bold;
	margin: 5px 0;
	width: 100%;
}

.upgrades li .name {
	height: 30px;
}

.upgrades li .name , .upgrades li .ammo , .upgrades li .gun {
	line-height: 30px;
}

.upgrades li .ammo , .upgrades li .ammo-qty {
	flex-basis: 20%;
	height: 30px;
	margin-right: 5%;
	text-align: center;
}

.upgrades li .ammo-qty {
	/*background: #f4c705;*/
	background: #000;
	border: none;
	color: #fff;
	margin-top: 5px;
}

.upgrades li .gun , .upgrades li .gun-select {
	flex-basis: 50%;
	height: 30px;
	text-align: center;
}

.upgrades li .gun-select {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.upgrades li .gun-select input[type="radio"] {
	display: none;
}

/*.upgrades li .gun-select label {
	background-color: #ddd;
	background-color: rgba(0,0,0,.25);
	color: #fff;
	cursor: pointer;
	flex-basis: 50%;
	flex-shrink: 0;
	height: 30px;
	overflow: hidden;
	position: relative;
}

.upgrades li .gun-select label:hover {
	background-color: #aaa;
	background-color: rgba(0,0,0,.4);
}

.upgrades li .gun-select input[type="radio"]:checked+label {
	background-color: #b02229;
}

.upgrades li .gun-select label h6 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
}*/

.upgrades li label {
	color: #b02229;
	margin-right: 5px;
}

#gunshow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 150px;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	list-style: none;
}

#gunshow li {
	background-color: #eee;
	background-color: rgba(0,0,0,.15);
	flex-basis: 45%;
	position: relative;
}

#gunshow li:before {
	display: none;
}

#gunshow li .box-img {
	left: 50%;
	height: 80%;
	object-fit: cover;
	position: absolute;
	top: 60%;
	width: 80%;
	z-index: 5;
}

#gunshow li p {
	color: #b02229;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0;
	text-align: center;
	width: 100%;
}

#subnav {
	clear: both;
	/*
	display: block;
	float: right;
	margin-bottom: -100%;
	margin-right: -20px;
	position: absolute;
	right: 0;
	top: 100%;
	*/
	margin-bottom: 0;
	z-index: 6000;
}

#subnav li {
	list-style: none;
	background: #000;
}

#subnav li a {
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	/*
	padding: 0 10px;
	*/
	text-transform: uppercase;
	font: 21px 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

#subnav li a:hover {
	color: #f4c705;
}

#subnav button {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding-top: 7px;
}

/* The container */
.check-container {
	display: block;
	line-height: 30px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: rgba(0,0,0,.15);
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
	background-color: #f4c705;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
	background-color: #b02229;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
	display: block;
}

.check-container > input:checked {
	color: red;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
	left: 10px;
	top: 3px;
	width: 10px;
	height: 20px;
	border: solid #f4c705;
	border-width: 0 5px 5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* PayPal button */

.btn-paypal {
	background: #ffc439;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	color: #111;
	cursor: pointer;
	height: 40px;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	padding: 5px;
	position: relative;
	vertical-align: top;
	width: 100%;
}

.btn-paypal span , .btn-paypal img {
	display: inline-block;
	height: 25px;
	margin: 0 2px;
	width: auto;
}

.btn-paypal:hover {
	background: #f2ba36;
}

.btn-pbc {
	background: #f4c705;
	border: 0;
	color: #b02229;
	display: block;
	font-size: 30px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

label[for=card-element] {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

#card-element {
	background-color: #000;
	border: 1px solid #f4c705;
	padding: 6px;
	width: 100%;
}

.btn-account {
	background: #f4c705;
	border: 0;
	border-radius: 0;
	color: #b02229;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0 10px;
	text-transform: uppercase;
}

.btn-pbc:hover , .btn-account:hover {
	background: #b02229;
	color: #f4c705;
}

.pbstripe {
	display: block;
	float: right;
}

.form-control.email {
	line-height: 25px;
}

/* It's A Knockout 2018 page */

#bgvid {
	position: fixed;
	right: 50%;
	bottom: 50%;
	min-width: 100%;
	min-height: 100%;
	z-index: -99;
}

.logo-knockout {
	display: block;
	margin: 25px auto;
	width: 350px;
}

.ko-boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 0 !important;
	width: 100%;
}

.ko-boxes li {
	flex-basis: 30%;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0;
}

.ko-boxes li:before {
	display: none;
}

.ko-boxes li a {
	background-color: #000;
	box-shadow: 0 0 15px #000;
	display: block;
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ko-boxes li a .box-img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.ko-boxes li a:hover .box-img {
	height: 125%;
	opacity: .75;
	width: 125%;
}

.ko-boxes li a span {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	bottom: 20px;
	color: #f4c705;
	font: 24px/25px 'shortcutregular', Arial, Helvetica, sans-serif;
	padding: 10px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px #000;
	width: 100%;
	z-index: 20;
}

.ko-boxes li a:hover span {
	color: #fff;
}

.ko-boxes li a p {
	background: #b02229;
	background: rgba(176,34,41,.8);
	bottom: 0;
	color: #f4c705;
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 20;
}

.white.vidpage table {
	display: none;
}

.white.vidpage a {
	color: #f4c705;
}

.white.vidpage a:hover {
	color: #f4c705;
	text-decoration: underline;
}

.white.vidpage a.submit {
	color: #b02229;
}

.white.vidpage a.submit:hover {
	color: #f4c705;
	text-decoration: none;
}

/* Shop pages */

#listing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

#listing li {
	flex-basis: 24%;
	margin: 10px;
}

#listing li:before {
	content: '';
	display: none;
}

#listing li a {
	/*align-items: flex-start;*/
	background-color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

#listing li a .shop-img {
	height: 175px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

#listing li a .shop-img img {
	height: 95%;
	left: 50%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	width: 95%;
}

#listing li a .shop-name {
	color: #fff;
	background-color: #b02229;
	bottom: 25px;
	flex-basis: 70%;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	min-height: 40px;
	padding: 5px;
	position: absolute;
	text-transform: uppercase;
	vertical-align: center;
	width: 100%;
}

#listing li a:hover .shop-name {
	color: #fff;
}

#listing li a .shop-price {
	background-color: #f4c705;
	color: #b02229;
	flex-basis: 30%;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	padding: 5px;
	text-align: center;
}

.search-box {
	background-color: #000;
	border: 1px solid #f4c705;
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 5px;
	padding-left: 0;
	width: 100%;
}

.search-box:focus-within {
	background-color: #555;
	border: 1px solid #b02229;
}

.search-box i {
	color: #f4c705;
	flex-basis: 30px;
	flex-grow: 0;
	flex-shrink: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.search-box input {
	background-color: transparent;
	border: none;
	color: #fff;
	flex-grow: 1;
	height: 30px;
	line-height: 30px;
	padding: 0;
}

.search-box input:focus {
	outline: none;
}

.search-box input:-webkit-autofill,
.search-box input:-webkit-autofill:hover,
.search-box input:-webkit-autofill:focus,
.search-box input:-webkit-autofill:active {
	webkit-box-shadow: 0 0 0 30px #000 inset;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #f4c705 !important;
}

.cart {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.cart .cart-qty {
	flex-basis: 50px;
	flex-grow: 0;
	height: 50px;
	position: relative;
}

.cart .cart-qty:before , .cart .cart-qty span:before {
	font-family: 'FontAwesome';
	position: absolute;
}

.cart .cart-qty:before {
	color: #b02229;
	content: '\f07a';
	font-size: 50px;
	line-height: 50px;
	z-index: 10;
}

.cart .cart-qty span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	left: 15px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	width: 25px;
	z-index: 20;
}

.cart .cart-qty span:before {
	color: #f4c705;
	content: '\f0a3';
	font-size: 30px;
	left: 0;
	line-height: 25px;
	top: 2px;
	z-index: -12;
}

.cart .cart-cost {
	font-size: 14px;
	line-height: 16px;
	padding-left: 10px;
}

.cart .cart-cost .cart-view {
	background-color: #b02229;
	color: #f4c705;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.cart .cart-cost .cart-view:hover {
	background-color: #f4c705;
	color: #b02229;
}

#category {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#category li:before {
	display: none;
}

#category li {
	margin-bottom: 5px;
}

#category li .checkmark {
	height: 20px;
	width: 20px;
}

#category li .check-container {
	line-height: 20px;
	padding-left: 25px;
	font-size: 14px;
}

#category li .check-container .checkmark:after {
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border-width: 0 2px 2px 0;
}

.formcol h3 {
	color: #b02229;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}

.ug-mob {
	display: none;
}

#home-mob {
	display: none;
}

.white pre {
	background-color: #f4c705;
	border: none;
	border-radius: 0;
	font: 18px/20px 'Karla', Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 100%;

	white-space: pre-wrap;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}

.item-desc h1 {
	color: #b02229;
	font: 36px/40px 'shortcutregular', Arial, Helvetica, sans-serif;
	margin-top: 0;
}

.item-desc select {
	background: #f4c705;
	border: none;
	height: 30px;
	margin-right: 5%;
	text-align: center;
}

.item-desc ul li {
	position: relative;
}

.item-desc ul li:before {
	left: -5px;
	position: absolute;
}

.item-info span {
	background-color: #f4c705;
	color: #b02229;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

/* 18-12-18 booking page design */

.event-types {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.event-types a {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	flex: 23%;
	flex-grow: 0;
	flex-shrink: 1;
	height: 200px;
	margin: 0 1% 20px;
	position: relative;
	overflow: hidden;
}

.event-types a h4 {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	color: #f4c705;
	font: 18px/20px 'shortcutregular', Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 50;
}

.event-types a:hover h4 {
	color: #fff;
}

.event-types a .event-bg {
	display: block;
	height: 100%;
	object-fit: cover;
	opacity: .5;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.event-types a:hover .event-bg {
	opacity: 1;
}

.event-types a .event-desc {
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	padding: 10px;
	position: absolute;
	text-align: justify;
	text-shadow: 1px 1px 5px #000;
	width: 100%;
	z-index: 40;
}

.event-types a:hover .event-desc {
	opacity: 0;
}

/* new responsive items */

@media (max-width: 1279px) {
	.homeboxes li a {
		height: 175px;
	}
	.homeboxes li a span {
		font: 16px/18px 'shortcutregular', Arial, Helvetica, sans-serif;
	}
	.homeboxes li a p {
		font-size: 12px;
	}
	#hero2018 h1 .firstline {
		font: 24px/24px 'shortcutregular', Arial, Helvetica, sans-serif;
	}
	#hero2018 h1 .secondline {
		font: 32px/32px 'shortcutregular', Arial, Helvetica, sans-serif;
	}
}

@media (max-width: 1199px) {
	.event-types a {
		flex-basis: 31.333333%;
	}
}

@media (max-width: 991px) {
	.underground {
		width: 100px;
		height: 100px;
	}
	.underground img {
		height: 90px;
	}
	#hero2018 h1 .firstline {
		font: 20px/20px 'shortcutregular', Arial, Helvetica, sans-serif;
	}
	#hero2018 h1 .secondline {
		font: 24px/24px 'shortcutregular', Arial, Helvetica, sans-serif;
	}
	.event-types a {
		flex-basis: 48%;
	}
}

@media (max-width: 767px) {
	#heroimg {
		display: none;
	}
	#hero2018 {
		background-image: url('/assets/img/home-mob.jpg');
		background-position: center center;
		background-size: cover;
		height: auto;
	}
	.homeboxes {
		display: block;
		flex-direction: column;
		float: left;
		position: static;
	}
	.homeboxes li {
		display: block;
		float: left;
		width: 100%;
	}
	.homeboxes li a {
		background-color: transparent;
		box-shadow: none;
		height: 48px;
		margin-bottom: 5px;
	}
	.homeboxes li a .box-img {
		display: none;
	}
	.homeboxes li a span {
		padding: 5px;
	}
	.underground {
		display: none !important;
	}
	.ug-mob {
		background-color: #f4c705;
		color: #b02229;
		display: block;
		float: left;
		font-size: 14px;
		font-weight: bold;
		/*left: 0;*/
		padding: 5px 10px;
		/*position: absolute;*/
		text-align: center;
		text-transform: uppercase;
		/*top: 0;*/
		width: 100%;
		z-index: 100;
	}
	#hero2018 h1 {
		display: block;
		float: left;
		margin: 50px 0 25px;
		position: static;
		top: 75px;
		-webkit-transform: translateX(-0%);
		-moz-transform: translateX(-0%);
		-ms-transform: translateX(-0%);
		-o-transform: translateX(-0%);
		transform: translateX(-0%);
		width: 100%;
	}
	/*#hero2018 h1 .firstline {
		font: 24px/24px 'shortcutregular', Arial, Helvetica, sans-serif;
		top: 15%;
		-webkit-transform: translate(-50%,-50%) rotate(0);
		-moz-transform: translate(-50%,-50%) rotate(0);
		-ms-transform: translate(-50%,-50%) rotate(0);
		-o-transform: translate(-50%,-50%) rotate(0);
		transform: translate(-50%,-50%) rotate(0);
	}
	#hero2018 h1 .secondline {
		font: 28px/28px 'shortcutregular', Arial, Helvetica, sans-serif;
		top: 25%;
		-webkit-transform: translate(-50%,-50%) rotate(0);
		-moz-transform: translate(-50%,-50%) rotate(0);
		-ms-transform: translate(-50%,-50%) rotate(0);
		-o-transform: translate(-50%,-50%) rotate(0);
		transform: translate(-50%,-50%) rotate(0);
	}*/
	#hero-mob {
		display: block;
		height: 100%;
		left: 50%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		width: 100%;
		z-index: 10;
	}
}

@media (max-width: 575px) {
	.event-types a {
		flex-basis: 98%;
	}
}

/* mobile dropdown subnav */

.mobdropnav {
	display: none;
}

@media (max-width: 767px) {
	/*
	#subnav {
		display: none;
	}
	*/
	.mobdropnav {
		display: block;
	}
	.mobdropnav .dropdown-toggle , .mobdropnav .dropdown-menu {
		border-radius: 0;
		width: 100%;
	}
	.mobdropnav .dropdown-toggle {
		background: #000;
		border: none;
		font-weight: bold;
		text-transform: uppercase;
	}
	.mobdropnav .dropdown-toggle:focus {
		outline: none;
	}
	.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
		color: #f4c705;
		background-color: #b02229;
		border-color: #4e555b;
	}
	.mobdropnav .dropdown-menu {
		background-color: #000;
		border: none;
		margin-left: -5px;
		margin-top: -2px;
		padding: 10px;
	}
	.mobdropnav .dropdown-menu a {
		color: #fff;
		display: block;
		font-size: 20px;
		font-weight: bold;
		padding: 10px;
		text-transform: uppercase;
		width: 100%;
	}
}

/* new book now call to action button */

.testmonialtitle .top-book-now {
	background-color: #000;
	color: #fff;
	display: block;
	font: 24px/24px 'shortcutregular', Arial, Helvetica, sans-serif;
	margin: 10px auto -25px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
}

.testmonialtitle .top-book-now span {
	display: block;
	font: 14px/14px 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.testmonialtitle .top-book-now:hover {
	color: #f4c705;
}

/* new .sidecol styling */

.sidecol ul li {
	padding-bottom: 10px;
}

.sidecol ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* added booking page content */
.event-head {
	display: block;
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

.white img.accepted {
	clear: both;
	display: block;
	margin: auto;
	width: auto;
}

/* splat start */
img, .splatter {
	cursor: crosshair;
}

.circle {
	/* display:none; */
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 800;
	background: #f49b21;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: .20s;
	animation-duration: .30s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.splatter {
	background: url("//static.indigoimages.ca/2015/shop/orange-paint-splatter.png");
	width: 120px;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;

	position: absolute;
	top: -25px;
	left: -25px;
	z-index: 799;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
/* splat end */

/* font start */
@font-face {
	font-family: 'shortcutregular';
	src: url('../fonts/shortcut-webfont.eot');
	src: url('../fonts/shortcut-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/shortcut-webfont.woff') format('woff'),
	url('../fonts/shortcut-webfont.ttf') format('truetype'),
	url('../fonts/shortcut-webfont.svg#shortcutregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
/* font end */

/* google reviews start */
#map-plug {
	display: none;
}

#google-reviews {
	display: flex;
	flex-wrap: wrap;
	/*display: grid;
	grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}

.review-item {
	border: solid 1px rgba(190,190,190,.35);
	margin: 0 auto;
	padding: 1em;
	flex: 1 1 20%;
}

@media (max-width:1200px) {
	.review-item {
		flex: 1 1 40%;
	}
}

@media (max-width:450px) {
	.review-item {
		flex: 1 1 90%;
	}
}

.review-meta, .review-stars {
	text-align: center;
	font-size: 115%;
}
.review-author {
	text-transform: capitalize;
	font-weight: bold;
}
.review-date {
	opacity: .6;
	display: block;
}
.review-text {
	line-height: 1.55;
	text-align: left;
	max-width: 32em;
	margin: auto;
}

.review-stars ul {
	display: inline-block;
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.review-stars ul li {
	float: left;
	list-style: none !important;
	margin-right: 1px;
	line-height: 1;
}

.review-stars ul li i {
	color: #E4B248;
	font-size: 1.4em;
	font-style: normal;
}
.review-stars ul li i.inactive {
	color: #c6c6c6;
}
.star:after {
	content: "\2605";
}

/* google reviews end */

.glow {
	background: #000;
	-webkit-animation: glow 0.5s ease-in-out infinite alternate;
	-moz-animation: glow 0.5s ease-in-out infinite alternate;
	animation: glow 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
	from {
		text-shadow: 0 0 5px #65ff00, 0 0 10px #65ff00, 0 0 15px #65ff00, 0 0 20px #65ff00, 0 0 25px #65ff00, 0 0 30px #65ff00, 0 0 35px #65ff00;
	}
	to {
		text-shadow: 0 0 10px #51ff0d, 0 0 15px #51ff0d, 0 0 20px #51ff0d, 0 0 25px #51ff0d, 0 0 30px #51ff0d, 0 0 35px #51ff0d, 0 0 40px #51ff0d;
	}
}

.alert {
	z-index: 99999;
}

.modal {
	color: #000;
}

/* vuetify */
.v-application--wrap {
	min-height: auto !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #f4c705 !important;
}

label {
	margin: 0;
}

.v-application a {
	color: #b02229 !important;
}

.v-application .primary {
	background-color: #b02229 !important;
	border-color: #b02229 !important;
}

.v-application label {
	margin: 0;
}

[v-cloak] {
	display: none;
}

.bg-splat {
	background: url(/assets/img/backgrounds/splat-red.svg);
	background-repeat: repeat-y;
	background-size: contain;
}

.bg-splat-left {
	background: url(/assets/img/backgrounds/splat-yellow-left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40%;
	padding: 20px 40px;
}

.bg-splat-right {
	background: url(/assets/img/backgrounds/splat-yellow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40%; 
	padding: 20px 40px;
}

.feature-block {
	display: flex; 
	max-width: 1200px; 
	margin: 0 auto;
}

@media (max-width: 768px) {
	.feature-block {
		display: block;
	}
	.bg-splat-left, .bg-splat-right {
		width: 100%;
	}
}