
@media screen and (max-width: 1199px) {

#news3 {
	display: block;
}

.latestNewsHolder {
	width: 400px;
	margin-bottom: 30px;
}

.latestNewsImageHolder {
	width: 400px;
	height: 400px;
}

.video-container2 iframe {
	width: 400px;
	height: 225px;
}

}


@media screen and (max-width: 1099px) {

.contentRight {
	width: 250px;
}

}


@media screen and (max-width: 999px) {

.latestNewsHolder {
	width: 300px;
}

.latestNewsImageHolder {
	width: 300px;
	height: 300px;
}

}


@media screen and (max-width: 899px) {

a:link.linksTop, a:active.linksTop, a:visited.linksTop, a:hover.linksTop {
	display: none;
}

#topNav {
	height: 25px;
}

#topSpacer {
	height: 23px;
}

#buttMobNav {
	position: fixed;
	left: 50%;
	top: 8px;
	transform: translateX(-50%);
	z-index: 1002;
	display: block;

	height: 20px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	padding: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	background-color: #333333;
	cursor: pointer;
}

#mobNavHolder {
	position: fixed;
	left: -104%;
	top: 0px;
	z-index: 1001;
	display: block;
	width: 100%;
	height: 100%;

	background-color: #000000;
	background-image: url(../siteimages/back_mob_nav.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	border-right: 1px solid #ffffff;

	transition: left 0.3s ease-in-out;
}

#innerMobNav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	
}

#innerMobNav img {
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	border-radius: 50%;
}

a:link.linksMob, a:active.linksMob, a:visited.linksMob, a:hover.linksMob {
	text-decoration: none;
	display: block;
	width: 200px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,0.9);
	padding: 10px;
}

.socialIcon {
	height: 15px;
}

.mobCentre {
	text-align: center;
}

.contentRight,contentWide {
	display: none;
}

.contentWide {
	display: none;
}

.contentRightMobile, .contentWideMobile {
	display: block;
	float: right;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 20px;
	border: 1px solid #aaaaaa;
}











#videoTitleHolder {
	width: 640px;
}

#videoWelcome {
	font-size: 30px;
}

#videoTitle {
	font-size: 60px;
}

#videoSheep {
	height: 100px;
}


h1 {
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 12px;
}

#fpImage {
	margin-left: 30px;
	margin-bottom: 10px;
}

.contentFlex {
	display: block;
}

.contentFlex img {
	display: none;
}


}


@media screen and (max-width: 799px) {

#fpSponsor {
	width: calc(50% - 40px);
}

.newsList {
	align-items: flex-start;
}

.newsList img {
	display: block;
	width: 100px;
	margin-left: 10px;
	margin-top: 20px;
}



#bigPhoto img {
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 100px);
}

#bigPhoto #bigCloser {
	top: 10px;
	right: 10px;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}

#bigPhoto #title {
	font-size: 14px;
}

}


@media screen and (max-width: 699px) {

#videoTitleHolder {
	width: 440px;
}

#videoWelcome {
	font-size: 24px;
}

#videoTitle {
	font-size: 40px;
}

#videoSheep {
	height: 75px;
	margin-left: 10px;
}

.latestNewsHolder {
	width: calc(100% - 20px);
	max-width: 400px;
}

.latestNewsImageHolder {
	width: 100%;
	height: auto;
}

.bannerHalf {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.bannerHalf:first-child {
	margin-right: 0px;
	margin-top: 10px;
}

.contentRightMobile, .contentWideMobile {
	float: none;
	width: calc(100% - 2px);
	margin-left: 0px;
	margin-bottom: 30px;
}

}


@media screen and (max-width: 649px) {

#fpFlex {
	flex-direction: column-reverse;
}

#fpFlex img {
	width: 100%;
	max-width: 250px;
	margin-bottom: 00px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}

}


@media screen and (max-width: 599px) {

body {
	font-size: 16px;
}

.content {
	width: calc(100% - 40px);
	padding: 20px;
}

#fpImage {
	float: none;
	width: 100%;
	max-width: none;
	margin-left: 0px;
	margin-bottom: 30px;
	padding: 0px;
	box-shadow: none;
}

#bottom {
	flex-wrap: wrap;
}

.bottomColumn {
	display: block;
	flex: 1;
	padding: 30px;
}

.bottomColumn img {
	display: none;
}

#bottCol3 {
	flex: auto;
	width: calc(100% - 20px);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a:link.buttSocial, a:active.buttSocial, a:visited.buttSocial, a:hover.buttSocial {
	padding-top: 5px;
	padding-bottom: 5px;
}

.socialIcon {
	height: 10px;
}

#contactFlex {
	display: block;
	margin-bottom: 10px;
}

.contactColumn {
	width: 100%;
	margin-bottom: 20px;
}

}


@media screen and (max-width: 499px) {

#videoTitleHolder {
	width: 290px;
}

#videoWelcome {
	font-size: 16px;
}

#videoTitle {
	font-size: 26px;
}

#videoSheep {
	height: 50px;
}

.newsList img {
	width: 70px;
}

#filter {
	display: block;
	width: calc(100% - 20px);
	margin-bottom: 10px;
}

#buttClear {
	display: block;
	width: calc(100%);
	max-width: 302px;
	margin-bottom: 50px;
}

.video-container2 iframe {
	width: 300px;
	height: 169px;
}

}


@media screen and (max-width: 399px) {

#bottom {
	display: block;
	background-color: #200000;
}

.bottomColumn {
	width: calc(100% - 20px);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted rgba(255,255,255,0.2);
}

.newsList {
	flex-direction: column;
}

.newsList img {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
}

.newsList div {
	padding-left: 0px;
	padding-right: 0px;
}

}












































