@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@media screen and (min-width: 1921px) {
#container {
	width: calc(100% - 2px);
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
}


html {
  scroll-behavior: smooth;
}

.mobileOnly {
	display: none;
}

.desktopOnly {
	display: block;
}

body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: justify;
	background: linear-gradient(to bottom right, #aaaaaa, #dddddd);
}

#buttMobNav {
	display: none;
}

#mobNavHolder {
	display: none;
}

#topNav {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: block;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 10px;
	background-color: #333333;
	text-align: center;
	border-bottom: 1px solid #a4995a;
}

#topSpacer {
	display: block;
	height: 44px;
}

#container {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: auto;
	background-color: #ffffff;
}



#availabilityBand {
	position: relative;
	display: inline-block;
	width: calc(100% - 40px);
	background-color: #333333;
	padding: 20px;
	text-align: center;
	margin-bottom: 12px;

	animation: blinker 3s ease-in-out infinite;
}

@keyframes blinker {
	50% { opacity: 0.8; }
}









#availabilityFish {
	position: absolute;
	left: 50%;
	top: -33px;
	transform: translateX(-50%);
	display: block;
	height: 50px;
	border-radius: 50%;
	padding: 5px;
	border: 3px solid #ffffff;
	background-color: #c7bd86;
}

#availabilityBand p {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

.abFishing p {
	margin-top: 10px !important;
}

#availability2 {
	color: #c7bd86 !important;
	font-size: 26px !important;
}



#midBand {
	text-align: center;
	margin-bottom: 8px;
}

#fpBigImage {
	display: block;
	width: 100%;
	margin-bottom: 13px;
}

#fpVideoHolder {
	position: relative;
	display: block;
	width: 100%;
}

#fpVideo {
	position: relative;
	display: block;
	width: 100%;
}

#brush {
	position: absolute;
	right: 100px;
	bottom: 50px;
	display: block;
	height: 250px;

	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;

	user-select: none;
}

#brush div {
	display: inline-block;
	vertical-align: middle;
}

#brush img {
	height: 100%;
	vertical-align: middle;
	margin-left: 20px;
}

#brush span {
	display: block;
	color: #c7bd86;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
}

.brushMain {
	width: auto !important;
	height: 250px;
	float: right;
	margin-left: 50px;
	margin-bottom: 30px;
}

#titleHolder {
	display: block;
	background-color: #001722;
	border-top: 1px solid #ffffff;
}

#titleHolder img {
	display: block;
	max-width: calc(100% - 40px);
	margin: auto;
}

.fpFeature {
	width: 100%;
}

.featureTitle {
	position: absolute;
	bottom: 40px;
	right: 0px;
	background-color: #001722;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-weight: bold;	
	font-size: 22px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

.holder1 {
	display: block;
	background-color: #ffffff;
}

.holder2 {
	display: block;
	background-color: #c7bd86;
	background: linear-gradient(to bottom right, #a79d66, #c7bd86, #a79d66);
}

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










#bottom {
	display: block;
	background-color: #001722;
	padding: 30px;
}

#bottom p {
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
}

#bottom hr {
	border: none;
	border-top: 1px dotted #c7bd86;
	width: 50%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.bottContact {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
}

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

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

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

#rural {
    color: #A3A3A3;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

#p58 {
	height: 30px;
}

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

.pCentre p {
	text-align: center;
}

.fpIcon {
	padding: 10px;
	background-color: #001722;
	border-radius: 50%;
	width: 100px;
	margin: 20px;
}

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

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

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

#mapHolderSatellite {
	display: none;
}

#riverMap {
	display: inline-block;
	width: calc(50% - 25px);
	height: 400px;
	border: 1px solid #ffffff;
	vertical-align: top;
}

#streetView {
	display: inline-block;
	width: calc(50% - 25px);
	height: 400px;
	border: 1px solid #ffffff;
	vertical-align: top;
}

.buttKey {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	user-select: none;
	cursor: pointer;
	margin-top: 30px;
}

.buttKey img {
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

#keyTable {
	display: none;
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #333333;
	color: #ffffff;
	vertical-align: top;
	border: 1px solid #ffffff;
	margin-right: 50px;
	box-shadow: 0px 0px 20px rgba(0,0,0,1);
}

#keyHeader td {
	background-color: #506772;
	border-bottom: 1px solid #ffffff;
	text-align: left !important;
	font-size: 20px !important;
}

#keyCloser {
	float: right;
	background-color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
	padding-left: 7px;
	padding-right: 6px;
	padding-bottom: 2px;
	cursor: pointer;

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

#keyCloser:hover {
	background-color: #00D3FF;
}

#keyTable td {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 50%;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#keyTable hr {
	border-top: 1px solid #ffffff;
	margin-top: 18px;
	margin-bottom: 18px;
	width: calc(100% - 30px);
}

.keyImage {
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#mapHolderPrinted {
	display: block;
	width: calc(100% - 2px);
	margin-top: 30px;
	overflow-x: hidden;
	border: 1px solid #ffffff;
}

#mapHolderPrinted img {
	display: block;
}

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

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

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

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

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

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

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

#mapContact {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	width: 60%;
	max-width: 700px;
	height: 400px;
	border: 1px solid #333333;
}

.iconPhone2 {
	height: 20px;
	margin-right: 9px;
	vertical-align: middle;
}

.iconEmail2 {
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
}

.galleryHolder {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
}

.galleryThumb {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	cursor: pointer;

	filter: brightness(100%);
	transition: filter 0.5s ease-in-out;
}

.galleryThumb:hover {
	filter: brightness(150%);
}

#imageView {
	position: fixed;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	opacity: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	border: 10px solid #ffffff;
	border-radius: 5px;

	transition: all 0.5s ease-in-out;
}

#imageViewClose {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	user-select: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #00D3FF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

	transition: all 0.5s ease-in-out;
}

#imageViewClose:hover {
	background-color: #ffffff;
	color: #000000;
}

#bigGalleryImage {
	display: block;
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 100px);
}

.contentImage {
	display: block;
	float: right;
	margin-left: 40px;
	width: 300px;
}

.contentCaption {
	display: block;
	float: right;
	clear: right;
	width: 300px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.bigContentImage {
	display: block;
	margin: auto;
	max-width: 100%;
	border-radius: 3px;
}

.bigCaption {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

#slideHolder {
	display: block;
	float: right;
	position: relative;
	width: 600px;
	margin-left: 40px;
}

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

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    transition: opacity 2s;
}

.slideCaption {
	display: block;
	float: right;
	clear: right;
	width: 600px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.accomHolder {
	display: inline-block;
	position: relative;
	width: calc(100% - 60px);
	max-width: 300px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 10px solid #ffffff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.accomImage {
	display: block;
	width: 100%;
	max-width: 300px;
	max-height: 300px;
	border-radius: 3px;
}

#thumbDragger2 {
	width: 100%;
	height: 114px;
	cursor: grab;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

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

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

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

#bigImage {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: calc(100% - 50px);
	max-height: calc(100% - 50px);
	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;
}

#mapAccommodation {
	width: calc(100% - 2px);
	height: 400px;
	display: block;
	border: 1px solid #ffffff;
}



#thumbDragger3 {
	width: 100%;
	height: 395px;
	cursor: grab;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

#thumbDraggerInner3 {
	display: block;
	height: 395px;
	overflow-x: visible;
	overflow-y: hidden;
}

.catchTable {
	display: inline-table;
	border: 1px solid #000000;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	margin-left: 20px;
	margin-right: 20px;
	background-color: #ffffff;
	user-select: none;
}

.catchTable td {
	display: table-cell;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-size: 14px;
}

.monthTitle {
	display: table-cell;
	background-color: #001722;
	color: #ffffff;
	text-align: right !important;
	font-weight: bold;
}

.yearTitle {
	display: table-cell;
	background-color: #001722;
	color: #ffffff;
	font-weight: bold;
}

.monthTotalTd {
	background-color: #c7bd86;
	font-weight: bold;
}

.yearTotalTd {
	background-color: #001722;
	color: #ffffff;
	font-weight: bold;
}

.documentIcon {
	display: inline;
	vertical-align: middle;
	height: 50px;
	margin-right: 10px;
}




.newsHolder {
	display: block;
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.newsHolder h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.newsHolder p {
	text-align: left;
}

.newsImage {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	width: 150px;
}

.newsDate {
	font-size: 12px;
	font-weight: bold;
}

.pagerTable {
	margin-bottom: 20px;
	margin-top: 20px;
}

.pagerArrowTd {
	width: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	line-height: 0px;
}

.pagerPageNumber {
	width: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
}

.pagerSpacer {
	width: 20px;
}

.buttPager {
	cursor: pointer;
	display: block;
}

.linkBox {
	column-count: 2;
	column-fill: auto;
}























/* ------- GRAPH STUFF ------- */
.graphTable {
	display: inline-table;
	height: 248px;
}

.barTd {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	font-size: 0px;
}

.graphBar {
	display: inline-block;
	width: 40px;
	text-align: left;
	vertical-align: bottom;
}

.dateTd {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dateLabel {
	display: block;
	font-size: 12px;
}

.statTable {
	display: table;
	float: right;
	height: 250px;
	padding: 0px;
	background-color: #ffffff;
	border: 1px solid #000000;
	vertical-align: bottom;
}

.statTable td {
	text-align: center;
	font-size: 14px;
	padding: 5px;
}

.statTitleTd {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.statSubtitle {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.rData {
	width: calc(100% - 182px) !important;
	border: 1px solid #333333;
	vertical-align: bottom;
	background-color: #ffffff;
}

.rdH1 {
	display: none;
}
/* -------------------------- */



/* Responsive YouTube videos! */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 10px solid #ffffff;
}

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



























h1 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #001722;
}

h2 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #506772;
}

hr {
	display: block;
	border: none;
	border-top: 1px dotted #c7bd86;
	width: 50%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.holder2 hr {
	border-color: #ffffff;
}

button {
	color: #ffffff;
	background-color: #001722;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	cursor: pointer;
}














a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #708792;
}





a:link.topLinks, a:active.topLinks, a:visited.topLinks, a:hover.topLinks {
	text-decoration: none;
	display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;

	transition: color 0.5s ease-in-out;
}

a:hover.topLinks {
	color: #c7bd86;
}




a:link.bigImageLink, a:active.bigImageLink, a:visited.bigImageLink, a:hover.bigImageLink {
	position: relative;
	display: inline-block;
	width: calc(33.3333% - 10px);
	max-width: 660px;
}







a:link.docLink, a:active.docLink, a:visited.docLink, a:hover.docLink {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	border: 1px solid #ffffff;
	padding: 20px;

	transition: border-color 0.3s ease-in-out;
}

a:hover.docLink {
	border: 1px solid #00D3FF;
}









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%);
}






a:link.linkLink, a:active.linkLink, a:visited.linkLink, a:hover.linkLink {
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #000000;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	break-inside: avoid;
	vertical-align: top;
	font-weight: bold;

	transition: all 0.5s;
}

a:hover.linkLink {
	background-color: #333333;
	color: #ffffff;
}


