@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@font-face {
	font-family: "Trajan";

	src: url("../fonts/TrajanPro-Regular.eot") format("eot"),
	url("../fonts/TrajanPro-Regular.woff") format("woff"),
	url("../fonts/TrajanPro-Regular.ttf") format("truetype");

	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}

.mobileOnly {
	display: none;
}

.desktopOnly {
	display: block;
}

body {
	margin: 0px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	background-color: #200000;
	text-align: justify;
	overflow-x: hidden;
}

#container {
	display: block;
	width: 100%;
	max-width: 1920px;
	height: calc(100vh - 50px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	overflow: auto;
}

#buttMobNav, #mobNavHolder {
	display: none;
}

#topNav {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	background-color: #9E9300;
	text-align: center;
}

#topSpacer {
	display: block;
	height: 38px;
}

#videoHolder {
	position: relative;
}

#fpVideo {
	display: block;
	width: 100%;
}

#videoTitleHolder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 860px;
}

#videoWelcome {
	display: block;
	font-size: 40px;
	color: #ffffff;
	text-align: right;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.5), -3px -3px 10px rgba(0,0,0,0.5);
}

#videoTitle {
	display: block;
	font-family: Trajan;
	font-size: 80px;
	font-weight: bold;
	color: #FAFFB2;
	text-align: right;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.5), -3px -3px 10px rgba(0,0,0,0.5);
}

#videoSheep {
	display: block;
	float: right;
	height: 140px;
	margin-left: 20px;
	
}

#socialBand {
	display: flex;
	width: 100%;
	border-top: 1px solid #ffffff;
}

.socialIcon {
	display: block;
	height: 20px;
	margin: auto;
}

.holderWhite {
	display: block;
	background-color: #ffffff;
}

.holderCream {
	display: block;
	background-color: #FAFFB2;
	background: linear-gradient(to right, #dadf92, #FAFFB2, #dadf92);
}

.content {
	display: block;
	width: calc(100% - 100px);
	max-width: 1100px;
	padding: 50px;
	margin: auto;
}

#bottom {
	display: flex;
	background-color: #200000;
	border-top: 1px solid #ffffff;
}

.bottomColumn {
	display: block;
	flex: 1;
	padding: 30px;
	text-align: #000000;
}

.bottomColumn img {
	display: block;
	width: 80px;
	margin: auto;
	opacity: 0.2;
}

#bottom p {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

#bottom a:link, #bottom a:active, #bottom a:visited {
	color: #ffffff;

	transition: color 0.3s ease-in-out;
}

#bottom a:hover {
	color: #FAFFB2;
}

#p58 {
	display: block;
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	opacity: 1 !important;
}

#fpSponsor {
	width: calc(25% - 40px);
	max-width: 506px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.spacer {
	display: block;
	clear: both;
}

#bannerHolder {
	display: block;
	width: 100%;
	height: 400px;

	background-repeat: no-repeat;
	background-position: center;
}

#fpFlex {
	display: flex;
	align-items: center;
	gap: 50px;
}

#fpFlex img {
	display: block;
	width: 200px;
	border-radius: 5px;
}

.bannerHalf {
	display: inline-block;
	width: calc(50% - 6px);
	margin-top: 4px;
	margin-bottom: 4px;

	filter: brightness(100%);
	transition: filter 0.3s ease-in-out;
}

.bannerHalf:first-child {
	margin-right: 4px;
}

.bannerHalf:hover {
	filter: brightness(120%);
}

.newsList {
	display: flex;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #333333 !important;

	background-color: rgba(0,0,0,0);
	transition: background 0.3s ease-in-out;
}

.newsList:hover {
	background-color: rgba(255,255,255,0.5);
}

.newsList img {
	display: block;
	width: 148px;
	height: 148px;
	object-fit: cover;
	border: 1px solid #aaaaaa;
}

.newsList div {
	display: block;
	padding: 20px;
}

.newsListHeadline {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #760000;
}

.newsListDate {
	display: block;
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}

#newsDate {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #888888;
}

#mapContact {
	display: block;
	width: calc(100% - 2px);
	height: 350px;
	margin-bottom: 30px;

	border: 1px solid #dddddd;
}

label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.red {
	color: #FFBE00;
}

#contactFlex {
	display: flex;
	margin-bottom: 30px;
}

.contactColumn {
	flex: 1;
}

#messageForm {
	display: block;
	width: 100%;
}

.contactInputs {
	width: calc(100% - 40px);
	max-width: 280px;
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
}

select.contactInputs {
	width: calc(100% - 18px);
	max-width: 300px;
}

#messageBody {
	resize: none;
	width: 90%;
	max-width: 600px;
	height: 200px;
	border: 1px solid #000000;
	padding: 5px;
}

#sendButton img {
	display: block;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#sentMessage {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #be8a3f;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	border-radius: 3px;
}

.latestNewsHolder {
	display: inline-block;
	width: calc(32% - 20px);
	margin: 10px;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
}

.latestNewsHolder img {
	display: block;
	width: calc(100% - 2px);
	margin-bottom: 15px;
	border: 1px solid #aaaaaa;
}

.latestNewsHeadline {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #760000;
}

#filter {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0px;
	border: 1px solid #aaaaaa;
}

.pCentre p {
	text-align: center;
}

.contentWide {
	display: block;
	width: calc(100% - 2px);
	border: 1px solid #aaaaaa;
	margin-bottom: 50px;
}

.contentRight {
	display: block;
	float: right;
	width: 350px;
	margin-left: 50px;
	margin-bottom: 30px;
	border: 1px solid #aaaaaa;
}

.contentWideMobile, .contentRightMobile {
	display: none;
}

.sponsorLogo {
	max-width: calc(100%);
}

.flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
}

.flexBox div {
	flex: 1;
}


.galleryImage {
	display: inline-block;
	width: 250px;
	overflow: hidden;
	margin: 10px;
	text-align: left;
	vertical-align: top;
}

.galleryImage img {
	display: block;
	overflow: hidden;
	object-fit: cover;
	width: 250px;
	height: 200px;
	margin-bottom: 5px;
	border: 1px solid #aaaaaa;
	cursor: pointer;

	filter: brightness(100%);
	transition: filter 0.3s ease-in-out;
}

.galleryImage img:hover {
	filter: brightness(120%);
}

#bigPhoto {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#blocker {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: -1;

	opacity: 0;
	transition: opacity 1s ease-in-out;
}

#bigPhoto img {
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 150px);
	border: 5px solid #ffffff;
}

#detailsHolder {
	position: absolute;
	bottom: 10px;
	left: 5px;
	display: block;
	width: calc(100% - 30px);
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	padding: 10px;
}

#bigPhoto #title {
	display: block;
	font-size: 18px;
	color: #FAFFB2;
	font-weight: bold;
}

#bigPhoto #description {
	display: block;
	font-size: 14px;
	color: #ffffff;
}

#bigPhoto #bigCloser {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	cursor: pointer;

	background-color: #555555;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

#bigPhoto #bigCloser:hover {
	background-color: #FFDD00;
	color: #333333;
}

#bhh {
	display: block;
	width: 100%;
	max-width: 200px;
	margin-top: 50px;
}

#map {
	height: 500px;
	border-radius: 5px;
}

#distanceText {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

#start {
	padding: 10px;
	margin-top: 10px;
}

.rightImage {
	display: block;
	float: right;
	width: calc(50% - 50px);
	max-width: 500px;
	margin-left: 50px;
	margin-bottom: 30px;
	border: 1px solid #aaaaaa;
}

/* Responsive YouTube videos! */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 30px;
	border: 1px solid #aaaaaa;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.galleryHolder {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
}

.galleryThumb {
	width: calc(100% - 2px);
	max-height: 100%;
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
	border: 1px solid #aaaaaa;

	filter: brightness(100%);
	transition: filter 0.5s ease-in-out;
}

.galleryThumb:hover {
	filter: brightness(150%);
}






#shopItemsHolder {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	width: 100%;
	margin-top: 50px;

	justify-content: space-between;
}

.shopContainer {
	display: flex;
	flex-direction: column;
	width: 300px;
}

.shopThumbHolder {
	position: relative;
	display: block;
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 15px;
}

.shopThumbBlur {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	min-width: 350px;
	min-height: 350px;
	filter: blur(10px);
}

.shopThumb {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	max-width: 350px;
	max-height: 350px;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 10px #000000aa;

	filter: brightness(100%);
	transition: filter 0.3s ease-in-out;
}

.shopContainer:hover .shopThumb {
	filter: brightness(120%);
}

.shopSoldOut {
	position: absolute;
	top: 20px;
	right: -80px;
	display: block;
	width: 300px;
	transform: rotate(20deg);

	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 0px 10px #000000aa;

	padding-top: 5px;
	padding-bottom: 5px;
}

.shopTitle {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #760000;
}
.shopPrice {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.shopPrice img {
	height: 15px;
	vertical-align: middle;
}

#noProducts {
	display: none;
	margin-bottom: 50px;
}

#noProducts p {
	text-align: center;
	color: #760000;
}

#prodImageContainer {
	display: flex;
	flex-direction: column;
	width: 500px;
	float: right;
	margin-left: 50px;
	margin-bottom: 30px;
}

#prodImageHolder {
	position: relative;
	display: block;
	width: 500px;
	height: 500px;
	overflow: hidden;

	border: 1px solid #aaaaaa;
}

#prodImageBlur {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	min-width: 100%;
	min-height: 100%;
	filter: blur(10px);

	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

#prodImageMain {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #aaaaaa;
	box-shadow: 0px 0px 10px #000000aa;

	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

#thumbDragger {
	width: 100%;
	height: 100px;
	cursor: grab;
	overflow: hidden;
}

#thumbDraggerInner {
	display: block;
	height: 100px;
	overflow-x: visible;
}

.itemViewThumb {
	display: inline-block;
	height: 40px;
	margin: 5px;
	border: 1px solid #aaaaaa;
	cursor: pointer;
}

#buyBox {
	display: table;
	width: calc(100% - 550px);
	background-color: #eeeeee;
	padding: 10px;
	margin-top: 30px;
}

#buyBox td {
	text-align: center;
	vertical-align: middle;
}

.quantityTd {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}

.quantity {
	width: 40px;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}

#cartTable {
	width: 100%;
	margin-bottom: 30px;
	background-color: #eeeeee;
}

#cartTable td {
	text-align: center;
	vertical-align: middle;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.basketTitle {
	text-align: left !important;
	color: #333333;
	font-weight: bold;
}

.tBox {
	width: calc(100% - 40px);
	max-width: 280px;
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
}

.tBox select {
	width: calc(100% - 18px);
	max-width: 300px;
}

.tArea {
	resize: none;
	width: 90%;
	max-width: 600px;
	height: 200px;
	border: 1px solid #000000;
	padding: 5px;
}

.stripe-button-el {
	display: none !important;
}


.contentFlex {
	display: flex;
	gap: 50px;
}

.contentFlex img {
	display: block;
	width: 300px;
	height: 300px;
	border: 1px solid #dddddd;
}

.video-container2 {
	display: block;
	margin-top: 15px;

	text-align: center;
}

.video-container2 iframe {
	width: 560px;
	height: 315px;
}
































h1 {
	display: block;
	text-align: center;
	font-family: Trajan;
	font-size: 34px;
	font-weight: bold;
	color: #760000;
}

h2 {
	display: block;
	text-align: center;
	font-family: Trajan;
	font-size: 24px;
	font-weight: bold;
	color: #888888;
}

hr {
	display: block;
	border: none;
	border-top: 1px dotted #760000;
	width: calc(100% - 200px);
	margin-top: 50px;
	margin-bottom: 50px;
}

button {
	background-color: #760000;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 5px;
	cursor: pointer;
}









a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #760000;

	transition: color 0.5s;
}

a:hover {
	color: #999999;
}





a:link.linksTop, a:active.linksTop, a:visited.linksTop, a:hover.linksTop {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-left: 13px;
	margin-right: 13px;
	padding-top: 10px;
	padding-bottom: 10px;

	transition: color 0.5s;
}

a:hover.linksTop {
	color: #FFFEA3;
}



a:link.buttSocial, a:active.buttSocial, a:visited.buttSocial, a:hover.buttSocial {
	flex: 1;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

	filter: brightness(100%);
	transition: filter 0.3s ease-in-out;
}

a:hover.buttSocial {
	filter: brightness(150%);
}


a:link.imageLink img, a:active.imageLink img, a:visited.imageLink img, a:hover.imageLink img {
	filter: brightness(100%);
	transition: filter 0.3s ease-in-out;
}

a:hover.imageLink img {
	filter: brightness(120%);
}











