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

#topNav {
	height: 20px;
	padding: 0px;
}

#buttMobNav {
	position: fixed;
	left: 50%;
	top: 6px;
	transform: translateX(-50%);
	z-index: 10000;
	
	display: block;
	height: 30px;
	cursor: pointer;
}

#topLinkHolder {
	display: none;
}

#topSpacer {
	height: 20px;
}

#mobNavHolder {
	display: block;
	position: fixed;
	left: -102%;
	top: 0px;
	z-index: 9000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #333333;
	border-right: 2px solid #ffffff;
	background-image: url(../siteimages/back_mob.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

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

#mobNavInner {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

h1 {
	font-size: 18px;
	padding-bottom: 10px;
}

h1:before {
	display: none;
}

h1:after {
	display: none;
}

p {
	font-size: 14px;
	line-height: 22px;
}

.frightHolder {
	width: 40%;
}

.fright {
	width: 100%;
}

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

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

#veryBottom {
	padding-top: 10px;
}

a:link.downloadLink, a:active.downloadLink, a:visited.downloadLink, a:hover.downloadLink {
	text-align: left;
}

.downloadIcon {
	height: 20px;
}







a:link.mobLinks, a:active.mobLinks, a:visited.mobLinks, a:hover.mobLinks, a:hover.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	background-color: #333333;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.7);
}

.mobLinkIcon {
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -2px;
}

}


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

#riverMap {
	float: none;
	width: 100%;
	height: 300px;
	margin-left: 0px;
}

}


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

#blueBand {
	padding-bottom: 10px;
}

.alignright {
	display: block;
	float: none;
	width: 100%;
	max-width: none;
	margin-left: 0px !important;
}

.alignleft {
	display: block;
	float: none;
	width: 100%;
	max-width: none;
	margin-right: 0px !important;
}

h2 {
	text-align: center !important;
}

.speciesTitle {
	font-size: 12px;
}

.linkBox {
	column-count: 1;
}

.speciesPhoto {
	height: 70px;
}

.newsPhoto {
	height: 70px;
}

#documentContainer {
	display: block;
}

.documentColumn {
	margin-bottom: 50px;
}

}


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

.content {
	width: calc(100% - 50px);
}

.frightHolder {
	display: block;
	float: none;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}

.fright {
	width: 100%;
	max-width: none;
}

.newsImagePage {
	display: block;
	float: none;
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.mobCentre {
	text-align: center;
	margin-top: 40px;
}

}


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

.speciesHolder {
	display: block;
	width: 100%;
	max-width: none;
	margin-left: 0px;
	margin-right: 0px;
}

.newsImageTd {
	width: 70px;
	padding: 5px;
}

.newsImage {
	display: block;
	width: 70px;
	height: 70px;
}

}















