@media screen and (max-width: 1199px) {

.featureTitle {
	bottom: 30px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

#brush {
	height: 150px;

	font-size: 30px;
}

#brush span {
	font-size: 16px;
}

}


@media screen and (max-width: 1099px) {

.fpIcon {
	width: 70px;
}

}


@media screen and (max-width: 999px) {

#slideHolder {
	width: 400px;
}

.slideCaption {
	width: 400px;
}

#availabilityBand {
	width: calc(100% - 20px);
	padding: 10px;
}

#availabilityFish {
	top: -28px;
	height: 40px;
}

#availabilityBand p {
	font-size: 14px;
}

#availability2 {
	font-size: 20px !important;
}

}


/* MOBILE */
@media screen and (max-width: 899px) {

body {
	font-size: 16px;
}

.mobileOnly {
	display: block;
}

.desktopOnly {
	display: none;
}

#buttMobNav {
	display: block;
	position: fixed;
	z-index: 100;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	width: 30px;
	padding: 5px;
	background-color: #c7bd86;
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	cursor: pointer;

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

#mobNavHolder {
	display: block;
	position: fixed;
	left: -102%;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #001722;
	border-right: 5px solid #ffffff;
	z-index: 98;
	transition: all 0.5s ease-in-out;
}

#innerMobNav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-60%, -50%);
}

#topNav {
	padding-top: 10px;
	padding-bottom: 10px;
}

#innerTopNav {
	display: none;
}

.featureTitle {
	bottom: 20px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

a:link.mobLinks, a:active.mobLinks, a:visited.mobLinks, a:hover.mobLinks {
	position: relative;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	width: 110px;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ffffff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.mobLinkIcon {
	position: absolute;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	left: -10px;
	top: -7px;
	background-color: #00D3FF;
	border: 2px solid #001722;
	border-radius: 50%;
}

.content {
	width: calc(100% - 40px);
	padding: 20px;
}

#mapContact {
	display: block;
	float: none;
	margin-left: 0px;
	margin-bottom: 30px;
	width: calc(100% - 2px);
	max-width: none;
}

.mobCentre {
	text-align: center;
}





#keyTable {
	margin-right: 0px;
	margin-bottom: 30px;
}

#keyCloser {
	font-size: 18px;
	padding-left: 7px;
	padding-right: 8px;
	padding-bottom: 2px;
}

#keyTable td {
	padding: 10px;
	font-size: 10px;
}

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

#riverMap {
	display: block;
	width: calc(100% - 2px);
	height: 500px;
	max-height: calc(100vh - 100px);
	margin-bottom: 20px;
}

.buttKey {
	margin-bottom: 30px;
}

#streetView {
	display: block;
	width: calc(100% - 2px);
	height: 300px;
	max-height: calc(100vh - 100px);
	margin-bottom: 40px;
}

#mapHolderPrinted {
	overflow-x: auto;
}

#thumbDragger3 {
	height: 280px;
	overflow-x: auto;
}

#thumbDraggerInner3 {
	height: 260px;
}

.catchTable {
	margin-left: 10px;
	margin-right: 10px;
}

.catchTable td {
	width: 20px;
	padding: 5px;
	font-size: 10px;
}

#brush {
	right: 30px;
	bottom: 30px;
}

}



@media screen and (max-width: 799px) {

#thumbDragger {
	overflow-x: auto;
	width: 100%;
}

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

.contentImage {
	display: block;
	float: none;
	margin-left: 0px;
	width: 100%;
}

.contentCaption {
	float: none;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 30px;
}

.accomPhotoHolder {
	margin-left: 5px;
	margin-right: 5px;
	height: 70px;
}

.accomPhoto {
	height: 70px;
}

#thumbDragger2 {
	overflow-x: auto;
	width: 100%;
	height: 74px;
}

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

.brushMain {
	height: 250px;
}

}


@media screen and (max-width: 699px) {

#buttMobNav {
	width: 20px;
}

a:link.bigImageLink, a:active.bigImageLink, a:visited.bigImageLink, a:hover.bigImageLink {
	width: calc(49% - 10px);
	margin-bottom: 10px;
}

.fpIcon {
	width: 50px;
	margin: 10px;
}

.rData {
	width: 100% !important;
}

.statTable {
	float: none;
	width: calc(100% - 2px);
	margin-bottom: 30px;
}

.rdH1 {
	display: block;
}

p {
	font-size: 14px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

.linkBox {
	column-count: 1;
}

#slideHolder {
	width: 300px;
}

.slideCaption {
	width: 300px;
}

#brush {
	height: 100px;

	font-size: 26px;
}

#brush span {
	font-size: 14px;
}

}


@media screen and (max-width: 599px) {

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

.newsImage {
	display: block;
	float: none;
	width: 300px;
	max-width: 100%;
	margin: auto;
	margin-bottom: 15px;
}

.newsDate {
	display: block;
	text-align: center;
}

#slideHolder {
	float: none;
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.slideCaption {
	float: none;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#brush {
	right: 20px;
	bottom: 10px;
	height: 60px;

	font-size: 16px;
}

#brush img {
	margin-left: 10px;
}

#brush span {
	font-size: 10px;
}

}


@media screen and (max-width: 529px) {

a:link.bigImageLink, a:active.bigImageLink, a:visited.bigImageLink, a:hover.bigImageLink {
	width: calc(100% - 40px);
}

.fpIcon {
	width: 30px;
	margin: 5px;
}

#availabilityBand p {
	font-size: 12px;
}

#availability2 {
	font-size: 16px !important;
}

}


@media screen and (max-width: 499px) {

.brushMain {
	display: block;
	float: none;
	margin: auto;
	margin-bottom: 30px;
}

}





