@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	overflow-x: hidden;
	background: #8dc53e;
	font-family: 'Open Sans', sans-serif;
	color: #929497;
}
h1 {
	float: right;
	font-size: 2.5vw;
	margin-top: 3.2%;
}
hr {
	clear: both;
  	border: 0;
	height: 1px;
	background: #929497;
	position: relative;
	margin: 8% 0 1.6% 0;
	width: 100%
}
p {
	font-size: 1.2vw;
}
@media (max-width: 820px) {
p {
    font-size: 0.75em;
}
}
a {
	text-decoration: none;
}
.map {
  	position: relative;
	margin-top: 5%
}
@media (max-width: 820px) {
	.map {
		margin-top: -12%;
	}
}
@media (max-width: 415px) {
	.map {
		padding-bottom: 230%;
	}
}
.header {
	position: absolute;
	background: #fff;
	/* width: calc(100% - 4%); */
	padding: 2% 2% 1.5% 2%;
	margin-top: -5%;
}
@media (max-width: 820px) {
	.header {
		position: relative;
		margin-top: 0;
		z-index: 3;
		padding: 4% 4% 3.5% 4%;
	}
}
.header p {
	margin: 0;
}
.penninelogo {
	float: left;
	width: 20%;
}
.logorow {
	position: fixed;
	background: #e2f0cf;
	width: 100%;
	bottom: 0;
	z-index: 999;
	box-shadow: 0 -0.1rem 0.2rem gray;
}
.logos {
	width: 6.25%;
	float: left;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition:filter 0.2s linear;
	-webkit-transition:filter 0.2s linear;
	-moz-transition:filter 0.2s linear;
	-o-transition:filter 0.2s linear;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.50;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
@media (max-width: 415px) {
.logos {
	width: 12.5%;
}
}
.logos:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	transition:filter 0.2s linear;
	-webkit-transition:filter 0.2s linear;
	-moz-transition:filter 0.2s linear;
	-o-transition:filter 0.2s linear;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.road {
    margin: 24.17% 0 0 -0.1%;
    position: absolute;
    width: 100%;
}
.signpennine {
    margin: 15.6% 0 0 10.25%;
    position: absolute;
    width: 16.5%;
}

.pointer {
	width: 100%;
	position: relative;
	animation: animatedPointer 5s ease infinite;
}

.pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: animatedShadow 5s ease infinite;
}

@keyframes animatedPointer {
	0% { margin-top: 0; }
	50% { margin-top: -20%; }
	100% { margin-top: 0; }
}

@keyframes animatedShadow {
	0% { transform: scale(1); }
	50% { transform: scale(0.5); }
	100% { transform: scale(1); }
}

@keyframes PointerHover {
	0% { transform: scaleX(1); }
	25% { transform: scaleX(-1); margin-top: -20%; }
	100% { transform: scaleX(1); }
}

.postoffice {
    position: absolute;
    width: 20.4%;
    margin: 36.75% 0 0 41.35%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.postofficepointer {
	position: absolute;
	width: 8.8%;
	margin: 27.4% 0 0 45.25%;
}
.postofficecontainer:hover .postoffice {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.postofficecontainer:hover .postofficepointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.postofficecontainer:hover .postofficepointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: 1s ease 1;
}

.entscomplex {
    margin: 21.4% 0 0 68.1%;
    position: absolute;
    width: 30.8%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.entscomplexpointer {
	position: absolute;
	width: 8.8%;
	margin: 16% 0 0 81.5%;
}
.entscomplexcontainer:hover .entscomplex {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.entscomplexcontainer:hover .entscomplexpointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.entscomplexcontainer:hover .entscomplexpointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.officemarketing {
    margin: 43.8% 0 0 16.9%;
    position: absolute;
    width: 11.6%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.officemarketingpointer {
	position: absolute;
	width: 8.8%;
	margin: 34.9% 0 0 18.4%;
}
.officemarketingcontainer:hover .officemarketing {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.officemarketingcontainer:hover .officemarketingpointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.officemarketingcontainer:hover .officemarketingpointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.officepublishers {
    margin: 52.5% 0 0 1.8%;
    position: absolute;
    width: 11.6%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.officepublisherspointer {
	position: absolute;
	width: 8.8%;
	margin: 43.55% 0 0 3.2%;
}
.officepublisherscontainer:hover .officepublishers {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.officepublisherscontainer:hover .officepublisherspointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.officepublisherscontainer:hover .officepublisherspointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.officeprinters {
    margin: 50.1% 0 0 27.8%;
    position: absolute;
    width: 11.6%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.officeprinterspointer {
	position: absolute;
	width: 8.8%;
	margin: 41.2% 0 0 29.2%;
}
.officeprinterscontainer:hover .officeprinters {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.officeprinterscontainer:hover .officeprinterspointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.officeprinterscontainer:hover .officeprinterspointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.officeaccountants {
    margin: 58.9% 0 0 12.85%;
    position: absolute;
    width: 11.6%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.officeaccountantspointer {
	position: absolute;
	width: 8.8%;
	margin: 50% 0 0 14.2%;
}
.officeaccountantscontainer:hover .officeaccountants {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.officeaccountantscontainer:hover .officeaccountantspointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.officeaccountantscontainer:hover .officeaccountantspointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.signofficebusinesspark {
    margin: 55.7% 0 0 25.8%;
    position: absolute;
    width: 11%;
}

.cafe {
    margin: 56.4% 0 0 71.95%;
    position: absolute;
    width: 9.8%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.cafepointer {
	position: absolute;
	width: 8.8%;
	margin: 47% 0 0 72.5%;
}
.cafecontainer:hover .cafe {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.cafecontainer:hover .cafepointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.cafecontainer:hover .cafepointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.park {
    margin: 85.8% 0 0 21.2%;
    position: absolute;
    width: 29.2%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.parkpointer {
	position: absolute;
	width: 8.8%;
	margin: 75.3% 0 0 33.1%;
}
.parkcontainer:hover .park {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.parkcontainer:hover .parkpointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.parkcontainer:hover .parkpointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.warehouse {
    margin: 96.5% 0 0 1%;
    position: absolute;
    width: 26%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.warehousepointer {
	position: absolute;
	width: 8.8%;
	margin: 88% 0 0 11%;
}
.warehousecontainer:hover .warehouse {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.warehousecontainer:hover .warehousepointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.warehousecontainer:hover .warehousepointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.cinema {
    margin: 77.85% 0 0 76.8%;
    position: absolute;
    width: 21.6%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.cinemapointer {
	position: absolute;
	width: 8.8%;
	margin: 69.1% 0 0 84.6%;
}
.cinemacontainer:hover .cinema {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.cinemacontainer:hover .cinemapointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.cinemacontainer:hover .cinemapointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.buildingsite {
    margin: 89.45% 0 0 47.6%;
    position: absolute;
    width: 34.5%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.buildingsitepointer {
	position: absolute;
	width: 8.8%;
	margin: 90.6% 0 0 62.6%;
}
.buildingsitecontainer:hover .buildingsite {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.buildingsitecontainer:hover .buildingsitepointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.buildingsitecontainer:hover .buildingsitepointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.bookshop {
    margin: 119.6% 0 0 79.4%;
    position: absolute;
    width: 11.2%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.bookshoppointer {
	position: absolute;
	width: 8.8%;
	margin: 110.17% 0 0 80.1%;
}
.bookshopcontainer:hover .bookshop {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.bookshopcontainer:hover .bookshoppointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.bookshopcontainer:hover .bookshoppointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.footballpitch {
    margin: 114.9% 0 0 10.5%;
    position: absolute;
    width: 48%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.footballpitchpointer {
	position: absolute;
	width: 8.8%;
	margin: 116% 0 0 30.9%;
}
.footballpitchcontainer:hover .footballpitch {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.footballpitchcontainer:hover .footballpitchpointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.footballpitchcontainer:hover .footballpitchpointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.school {
    margin: 122.4% 0 0 49%;
    position: absolute;
    width: 20%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.schoolpointer {
	position: absolute;
	width: 8.8%;
	margin: 111.5% 0 0 54.5%;
}
.schoolcontainer:hover .school {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.schoolcontainer:hover .schoolpointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.schoolcontainer:hover .schoolpointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.forensics {
    margin: 136.1% 0 0 39.5%;
    position: absolute;
    width: 15.1%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.forensicspointer {
	position: absolute;
	width: 8.8%;
	margin: 128.2% 0 0 42.5%;
}
.forensicscontainer:hover .forensics {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.forensicscontainer:hover .forensicspointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.forensicscontainer:hover .forensicspointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.factory {
    margin: 136.8% 0 0 4%;
    position: absolute;
    width: 22.4%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.factorylorries {
    margin: 154.2% 0 0 25%;
    position: absolute;
    width: 13%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.factorystock {
    margin: 154.6% 0 0 4.6%;
    position: absolute;
    width: 19.3%;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.factorypointer {
	position: absolute;
	width: 8.8%;
	margin: 133.6% 0 0 13.5%;
}
.factorycontainer:hover .factory, .factorycontainer:hover .factorylorries, .factorycontainer:hover .factorystock {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.factorycontainer:hover .factorypointer .pointer {
	width: 100%;
	position: relative;
	animation: PointerHover 1s ease 1;
}
.factorycontainer:hover .factorypointer .pointershadow {
	margin: 129% 0 0 31.9%;
	width: 36%;
	position: absolute;
	animation: ShadowHover 1s ease 1;
}

.signevergreen {
    margin: 163.4% 0 0 35.85%;
    position: absolute;
    width: 16.5%;
}

.didyouknow1 {
    margin: 30.3% 0 0 62.4%;
    position: absolute;
    width: 5.9%;
}
.dyk1 {
    margin: 27.5% 0 0 59.35%;
    position: absolute;
    width: 12%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.dyk1:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}

.didyouknow2 {
    margin: 31.7% 0 0 8.1%;
    position: absolute;
    width: 5.9%;
}
.dyk2 {
    margin: 29% 0 0 5.08%;
    position: absolute;
    width: 12%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.dyk2:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}

.didyouknow3 {
    margin: 63.8% 0 0 6%;
    position: absolute;
    width: 5.9%;
}
.dyk3 {
    margin: 60.8% 0 0 2.95%;
    position: absolute;
    width: 12%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.dyk3:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}

.didyouknow4 {
    margin: 110.6% 0 0 6%;
    position: absolute;
    width: 5.9%;
}
.dyk4 {
    margin: 107.7% 0 0 2.95%;
    position: absolute;
    width: 12%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.dyk4:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}

.didyouknow5 {
    margin: 131.7% 0 0 29.5%;
    position: absolute;
    width: 5.9%;
}
.dyk5 {
    margin: 128.7% 0 0 26.5%;
    position: absolute;
    width: 12%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.dyk5:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}

.didyouknow6 {
    margin: 131% 0 0 70.5%;
    position: absolute;
    width: 5.9%;
}
.dyk6 {
    margin: 128% 0 0 67.5%;
    position: absolute;
    width: 12%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.dyk6:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}

.didyouknow7 {
    margin: 142.5% 0 0 55.2%;
    position: absolute;
    width: 5.9%;
}
.dyk7 {
    margin: 139.5% 0 0 52.2%;
    position: absolute;
    width: 12%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
.dyk7:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition:opacity 0.5s linear;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
}
@media (max-width: 820px){
	.dyk1, .dyk2, .dyk3, .dyk4, .dyk5, .dyk6, .dyk7 {
		opacity: 1;
	}
}
.carblue {
    margin:69.6% 0 0 21.3%;
    position: absolute;
    width: 6.2%;
}
.carred {
    margin:109.2% 0 0 28.9%;
    position: absolute;
    width: 6.2%;
}
.carblack {
    margin:151.8% 0 0 34%;
    position: absolute;
    width: 6.2%;
}
.pond {
    margin:66.9% 0 0 25.3%;
    position: absolute;
    width: 42.8%;
}
.deer {
    margin: 172.5% 0 0 82%;
    position: absolute;
    width: 4%;
}
.butterflies1 {
    margin: 165.8% 0 0 76%;
	transform: scale(-1,1);
    position: absolute;
    width: 2%;
}
.butterflies2 {
    margin: 170% 0 0 65%;
    position: absolute;
    width: 2%;
}
.rabbit1 {
    margin: 174% 0 0 66%;
    position: absolute;
    width: 1.5%;
}
.rabbit2 {
    margin: 173.5% 0 0 69%;
	transform: scale(-1,1);
    position: absolute;
    width: 1.5%;
}
.rainbow {
    margin: 150% 0 0 80.02%;
    position: absolute;
    width: 20%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.tree1 {
    margin: 13.6% 0 0 -1.15%;
    position: absolute;
    width: 8.68%;
}
.tree2 {
    margin: 13.8% 0 0 9.85%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree3 {
    margin: 15.8% 0 0 2.15%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree4 {
    margin: 19% 0 0 19.15%;
    position: absolute;
    width: 8.68%;
}
.tree5 {
    margin: 22.3% 0 0 24.2%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree6 {
    margin: 19.1% 0 0 40.7%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree7 {
    margin: 22.1% 0 0 35.3%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree8 {
    margin: 25.2% 0 0 33.7%;
    position: absolute;
    width: 8.68%;
}
.tree9 {
    margin: 28.6% 0 0 38.85%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree10 {
    margin: 30.8% 0 0 29.15%;
    position: absolute;
    width: 5.85%;
}
.tree11 {
    margin: 33.75% 0 0 33.35%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree12 {
    margin: 18.1% 0 0 72%;
    position: absolute;
    width: 8.68%;
}
.tree13 {
    margin: 19.1% 0 0 62.8%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree14 {
    margin: 22.1% 0 0 57.1%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree15 {
    margin: 22.1% 0 0 49.9%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree16 {
    margin: 25.2% 0 0 55.45%;
    position: absolute;
    width: 8.68%;
}
.tree17 {
    margin: 28.6% 0 0 49.9%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree18 {
    margin: 13.6% 0 0 90.5%;
    position: absolute;
    width: 8.68%;
}
.tree19 {
    margin: 17% 0 0 93.7%;
	transform: scale(-1,1);	
    position: absolute;
    width: 6.3%;
}
.tree20 {
    margin: 22% 0 0 90%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree21 {
    margin: 26.3% 0 0 -1.4%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree22 {
    margin:41.2% 0 0 12.85%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree23 {
    margin:44.3% 0 0 7.75%;
    position: absolute;
    width: 8.68%;
}
.tree24 {
    margin:45.5% 0 0 -1.4%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree25 {
    margin:59.2% 0 0 -3.3%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree26 {
    margin:61.6% 0 0 4.2%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree27 {
    margin:66.5% 0 0 -1.9%;
    position: absolute;
    width: 8.68%;
}
.tree28 {
    margin:73% 0 0 -5.2%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree29 {
    margin:48.5% 0 0 59.2%;
    position: absolute;
    width: 8.68%;
}
.tree30 {
    margin:51.95% 0 0 64.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree31 {
    margin:45.25% 0 0 93.7%;
	transform: scale(-1,1);	
    position: absolute;
    width: 6.3%;
}
.tree32 {
    margin:50% 0 0 91.3%;
    position: absolute;
    width: 8.68%;
}
.tree33 {
    margin:51.8% 0 0 86.4%;
    position: absolute;
    width: 8.68%;
}
.tree34 {
    margin:55% 0 0 84.7%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree35 {
    margin:56.5% 0 0 91.1%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree36 {
    margin:60.35% 0 0 83.2%;
    position: absolute;
    width: 8.68%;
}
.tree37 {
    margin:65.6% 0 0 91.3%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree38 {
    margin:72.7% 0 0 93.7%;
	transform: scale(-1,1);	
    position: absolute;
    width: 6.3%;
}
.tree39 {
    margin:55% 0 0 48.2%;
    position: absolute;
    width: 8.68%;
}
.tree40 {
    margin: 64.8% 0 0 51.2%;
    position: absolute;
    width: 5.85%;
}
.tree41 {
    margin:75% 0 0 13.2%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree42 {
    margin:76.2% 0 0 18.7%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree43 {
    margin:78.2% 0 0 8%;
    position: absolute;
    width: 8.68%;
}
.tree44 {
    margin:81.5% 0 0 13.25%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree45 {
    margin:66.75% 0 0 68.1%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree46 {
    margin:71% 0 0 75.4%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree47 {
    margin:72.8% 0 0 64.6%;
    position: absolute;
    width: 8.68%;
}
.tree48 {
    margin:75% 0 0 68%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree49 {
    margin:77.3% 0 0 61%;
    position: absolute;
    width: 8.68%;
}
.tree50 {
    margin:77.2% 0 0 53.6%;
    position: absolute;
    width: 8.68%;
}
.tree51 {
    margin:77.3% 0 0 46.4%;
    position: absolute;
    width: 8.68%;
}
.tree52 {
    margin:82.7% 0 0 55.3%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree53 {
    margin:88.8% 0 0 0.6%;
    position: absolute;
    width: 8.68%;
}
.tree54 {
    margin:91% 0 0 8%;
    position: absolute;
    width: 8.68%;
}
.tree55 {
    margin:92.8% 0 0 -3.1%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree56 {
    margin:95% 0 0 4.6%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree57 {
    margin:98.5% 0 0 -1.4%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree58 {
    margin: 100.4% 0 0 25.5%;
    position: absolute;
    width: 5.85%;
}
.tree59 {
    margin:115.3% 0 0 -1.6%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree60 {
    margin:97.7% 0 0 91.3%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree61 {
    margin:106.8% 0 0 90.4%;
    position: absolute;
    width: 8.68%;
}
.tree62 {
    margin:111% 0 0 93.7%;
	transform: scale(-1,1);	
    position: absolute;
    width: 6.3%;
}
.tree63 {
    margin:112.2% 0 0 84.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree64 {
    margin: 115.4% 0 0 76.95%;
    position: absolute;
    width: 5.85%;
}
.tree65 {
    margin:116.4% 0 0 91.3%;
    position: absolute;
    width: 8.68%;
}
.tree66 {
    margin:120.6% 0 0 91.3%;
    position: absolute;
    width: 8.68%;
}
.tree67 {
    margin: 121.7% 0 0 87.8%;
    position: absolute;
    width: 5.85%;
}
.tree68 {
    margin:132.5% 0 0 35%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree69 {
    margin: 135.4% 0 0 34.7%;
    position: absolute;
    width: 5.85%;
}
.tree70 {
    margin: 133.5% 0 0 49.2%;
    position: absolute;
    width: 5.85%;
}
.tree71 {
    margin: 136.5% 0 0 54.8%;
    position: absolute;
    width: 5.85%;
}
.tree72 {
    margin: 139.7% 0 0 60.3%;
    position: absolute;
    width: 5.85%;
}
.tree73 {
    margin:132.5% 0 0 -1.4%;
    position: absolute;
    width: 8.68%;
}
.tree74 {
    margin:137.4% 0 0 -3.3%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree75 {
    margin: 152.5% 0 0 39.5%;
    position: absolute;
    width: 5.85%;
}
.tree76 {
    margin:133.5% 0 0 93.7%;
	transform: scale(-1,1);	
    position: absolute;
    width: 6.3%;
}
.tree77 {
    margin:139.2% 0 0 91.3%;
    position: absolute;
    width: 8.68%;
}
.tree78 {
    margin:141.7% 0 0 85%;
    position: absolute;
    width: 8.68%;
}
.tree79 {
    margin:142.6% 0 0 90.5%;
    position: absolute;
    width: 8.68%;
}
.tree80 {
    margin: 145% 0 0 88.4%;
    position: absolute;
    width: 5.85%;
}
.tree81 {
    margin: 144.2% 0 0 75.2%;
    position: absolute;
    width: 5.85%;
}
.tree82 {
    margin:147% 0 0 79.1%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree83 {
    margin:147% 0 0 93.7%;
	transform: scale(-1,1);	
    position: absolute;
    width: 6.3%;
}
.tree84 {
    margin: 148.1% 0 0 85.9%;
    position: absolute;
    width: 5.85%;
}
.tree85 {
    margin:152.3% 0 0 91.3%;
    position: absolute;
    width: 8.68%;
}
.tree86 {
    margin: 156.6% 0 0 93.3%;
    position: absolute;
    width: 5.85%;
}
.tree87 {
    margin:160.8% 0 0 93.7%;
	transform: scale(-1,1);	
    position: absolute;
    width: 6.3%;
}
.tree88 {
    margin: 168% 0 0 94.1%;
    position: absolute;
    width: 5.85%;
}
.tree89 {
    margin:147.2% 0 0 68.15%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree90 {
    margin:151.3% 0 0 72%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree91 {
    margin:153.5% 0 0 59%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree92 {
    margin:155% 0 0 66%;
    position: absolute;
    width: 8.68%;
}
.tree93 {
    margin: 157% 0 0 63.5%;
    position: absolute;
    width: 5.85%;
}
.tree94 {
    margin:158% 0 0 50%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree95 {
    margin:159% 0 0 57%;
    position: absolute;
    width: 5.85%;
}
.tree96 {
    margin: 163.5% 0 0 45%;
    position: absolute;
    width: 8.68%;
}
.tree97 {
    margin:169% 0 0 49%;
    position: absolute;
    width: 5.85%;
}
.tree98 {
    margin:173.7% 0 0 52.7%;
    position: absolute;
    width: 5.85%;
}
.tree99 {
    margin: 175.6% 0 0 93.7%;
	transform: scale(-1,1);	
    position: absolute;
    width: 6.3%;
}
.tree100 {
    margin: 179% 0 0 87.9%;
    position: absolute;
    width: 5.85%;
}
.tree101 {
    margin: 182% 0 0 91.3%;
    position: absolute;
    width: 8.68%;
}
.tree102 {
    margin: 180% 0 0 64%;
    position: absolute;
    width: 5.85%;
}
.tree103 {
    margin: 183% 0 0 81%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree104 {
    margin: 183% 0 0 73%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree105 {
    margin: 185.3% 0 0 69.5%;
    position: absolute;
    width: 5.85%;
}
.tree106 {
    margin: 187% 0 0 89%;
    position: absolute;
    width: 8.68%;
}
.tree107 {
    margin: 188.5% 0 0 76.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree108 {
    margin: 189.3% 0 0 84%;
    position: absolute;
    width: 5.85%;
}
.tree109 {
    margin: 191.5% 0 0 93.7%;
	transform: scale(-1,1);	
    position: absolute;
    width: 6.3%;
}
.tree110 {
    margin: 195.9% 0 0 86.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree111 {
    margin: 193.5% 0 0 70%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree112 {
    margin: 186.5% 0 0 63%;
    position: absolute;
    width: 8.68%;
}
.tree113 {
    margin: 189.2% 0 0 57.3%;
    position: absolute;
    width: 8.68%;
}
.tree114 {
    margin: 163.7% 0 0 2.2%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree115 {
    margin: 168.1% 0 0 9.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree116 {
    margin: 171.4% 0 0 0.6%;
    position: absolute;
    width: 8.68%;
}
.tree117 {
    margin: 174.6% 0 0 17%;
    position: absolute;
    width: 8.68%;
}
.tree118 {
    margin: 176.4% 0 0 9.9%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree119 {
    margin: 179.3% 0 0 14.1%;
    position: absolute;
    width: 8.68%;
}
.tree120 {
    margin: 180.6% 0 0 2.1%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree121 {
    margin: 177.7% 0 0 26.5%;
    position: absolute;
    width: 8.68%;
}
.tree122 {
    margin: 181.9% 0 0 28.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree123 {
    margin: 181.85% 0 0 11.7%;
    position: absolute;
    width: 5.85%;
}
.tree124 {
    margin: 184.9% 0 0 25.25%;
    position: absolute;
    width: 5.85%;
}
.tree125 {
    margin: 184.8% 0 0 -1.2%;
    position: absolute;
    width: 8.68%;
}
.tree126 {
    margin: 183.5% 0 0 17.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree127 {
    margin: 189.3% 0 0 3.5%;
    position: absolute;
    width: 5.85%;
}
.tree128 {
    margin: 194% 0 0 -4%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree129 {
    margin: 189.2% 0 0 9.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree130 {
    margin: 191.6% 0 0 18%;
    position: absolute;
    width: 5.85%;
}
.tree131 {
    margin: 191.4% 0 0 24.7%;
    position: absolute;
    width: 8.68%;
}
.tree132 {
    margin: 188.4% 0 0 32.55%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree133 {
    margin: 189.3% 0 0 40%;
    position: absolute;
    width: 5.85%;
}
.tree134 {
    margin: 195.7% 0 0 34.85%;
    position: absolute;
    width: 8.68%;
}
.tree135 {
    margin: 188.5% 0 0 45%;
    position: absolute;
    width: 8.68%;
}
.tree136 {
    margin: 193% 0 0 50%;
	transform: scale(-1,1);
    position: absolute;
    width: 8.68%;
}
.tree137 {
    margin: 195.5% 0 0 58%;
    position: absolute;
    width: 5.85%;
}
.flower1 {
    margin: 158.4% 0 0 79.6%;
	transform: scale(-1,1);
    position: absolute;
    width: 1.1%;
}
.flower2 {
    margin: 158.4% 0 0 81.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 0.7%;
}
.flower3 {
    margin: 158.4% 0 0 82.8%;
    position: absolute;
    width: 1.3%;
}
.flower4 {
    margin: 164.3% 0 0 71%;
	transform: scale(-1,1);
    position: absolute;
    width: 1%;
}
.flower5 {
    margin: 166.5% 0 0 69.5%;
    position: absolute;
    width: 1%;
}
.flower6 {
    margin: 166% 0 0 63%;
	transform: scale(-1,1);
    position: absolute;
    width: 0.7%;
}
.flower7 {
    margin: 167% 0 0 67%;
    position: absolute;
    width: 1.3%;
}
.flower8 {
    margin: 171% 0 0 55%;
	transform: scale(-1,1);
    position: absolute;
    width: 1.3%;
}
.flower9 {
    margin: 169% 0 0 56%;
	transform: scale(-1,1);
    position: absolute;
    width: 0.8%;
}
.flower10 {
    margin: 170.5% 0 0 56.9%;
	transform: scale(-1,1);
    position: absolute;
    width: 0.8%;
}
.flower11 {
    margin: 172% 0 0 57.9%;
	transform: scale(-1,1);
    position: absolute;
    width: 0.8%;
}
.flower12 {
    margin: 164.5% 0 0 91.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 0.8%;
}
.flower13 {
    margin: 168% 0 0 93.3%;
	transform: scale(-1,1);
    position: absolute;
    width: 0.7%;
}
.flower14 {
    margin: 169.5% 0 0 94.5%;
    position: absolute;
    width: 0.7%;
}
.flower15 {
    margin: 173% 0 0 93.3%;
    position: absolute;
    width: 0.8%;
}
.flower16 {
    margin: 167% 0 0 91.5%;
    position: absolute;
    width: 1%;
}
.flower17 {
    margin: 170% 0 0 92.5%;
	transform: scale(-1,1);
    position: absolute;
    width: 1.2%;
}
.flower18 {
    margin: 181% 0 0 58%;
	transform: scale(-1,1);
    position: absolute;
    width: 1%;
}
.flower19 {
    margin: 179% 0 0 59%;
	transform: scale(-1,1);
    position: absolute;
    width: 0.8%;
}
.flower20 {
    margin: 180% 0 0 60.2%;
    position: absolute;
    width: 1%;
}
.flower21 {
    margin: 181% 0 0 85%;
	transform: scale(-1,1);
    position: absolute;
    width: 1%;
}
.flower22 {
    margin: 180% 0 0 87%;
    position: absolute;
    width: 0.8%;
}