@charset "UTF-8";
#wrapper{
	z-index:1;	
}
.arrow,.arrow:active,.arrow:hover,.arrow:focus,.arrow:visited{
	opacity:1;
	z-index:99;
}
.arrow .arrow-img,
.arrow:active .arrow-img,
.arrow:hover .arrow-img,
.arrow:focus .arrow-img,
.arrow:visited .arrow-img,
.arrow-img{
	opacity:.99;
	background-image: url(../media/icons/arrow_icon_100.png);
	background-repeat: no-repeat;
	background-position:center;
	width:130px;
	height:140px;
	position: absolute;
	bottom: 13px;
}


.arrow .arrow-txt{
	display:block;
	opacity:0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	color: white;
	text-shadow: 0px 1px 7px #000000;
	text-align: center;

	margin-top: -5px;
	font-weight: bold;
	width:130px;
	font-size: 27px;
}

.arrow:hover .arrow-txt { opacity:1;cursor:pointer }
.arrow:hover .arrow-img { opacity:1 }

.hotspot{
}
.hotspot-img{
	background-image: url(../media/icons/info_icon_64.png);
	background-repeat: no-repeat;
	background-position:center;
	width:94px;
	height:94px;
	position: absolute;
	bottom: -47px;
	left: -47px;
	text-indent:10000px;
}
.hotspot-img:hover,.arrow-img:hover{
	cursor:pointer;
}
.hotspot-pic{
	float:left;
	max-height:84%;
	max-width:100%;
	margin-right:3%;
	
	-moz-user-select: none;
  	-webkit-user-select: none;
	-ms-user-select: none;
}

.overlay{
	background-color: rgba(0,0,0,0.66);
	color: white;
	position: absolute;
	top: 52px;
	right: 125px;
	z-index: 10;
	box-sizing: border-box;
	padding: 20px;
	/* height: 100%; */
	width: 400px;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.22);
}
.overlay h1 {
	background: #069613;
	/* margin: 0 50px; */
	/* height: 30px; */
	padding: 4px 5px;
	margin: 0px;
	/* -webkit-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.22); */
	-moz-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.22);
	position: relative;
	top: 0;
	left: 0;
	font-weight:normal;
}
#overlay-close {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: none;
	float: right;
	color: #fff;
	font-size: 30px;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	top: -27px;
	right: -27px;
	z-index: 99999999999;
	position: absolute;
	opacity: 1;
}

#overlay-close: hover {
	cursor:pointer;
	background-color:#069613;
}

.hotspot-pic {
	margin: 0 0 20px 0;
}

.overlay p {
	margin: 0 0 5px 0;
	/* font-family: Baskerville; */
	font-size: 18px;
}
.overlay .close-button{
	width: 24px;
	height: 24px;
	background: #000;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: none;
	float: right;
	color: #fff;
	font-size: 19px;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 24px;
	/* margin: -20px -20px; */
	position: relative;
	top: -33px;
	right: -34px;
}
.overlay .close-button:hover {
	cursor:pointer;
	background-color:#005F09;
}
.hotspot-img:after{
	content:"i";
}


/* ---------------------------------- */
.overlay {
	position: absolute;
	top: 52px;
	right: 25%;
	z-index: 10;
	box-sizing: border-box;
	max-height: 70%;
	width: 50%;
	max-width:500px;
	overflow-y: auto;
	padding: 20px;
	margin-left:0;
	background-color: rgba(0,0,0,0.66);
	color: white;
	border: 2px solid #fff;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.6);
}
#overlay-close {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: none;
	float: right;
	color: #fff;
	font-size: 22px;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 27px;
	top: 23px;
	right: 23px;
	z-index: 99999999999;
	position: absolute;
	opacity: 1;
	text-indent: 0px;
}
@media (min-width: 1000px) {
    .overlay{left:50%;margin-left:-250px;}
}

/*  NEW ICON STYLES  */

.hotspot-img {
	background-image: url(../media/black_25.png);
	background-color:transparent;
	background-repeat: repeat;
	background-position: center;
	width: 94px;
	height: 94px;
	position: absolute;
	bottom: -47px;
	left: -47px;
	text-indent: 0px;
	text-align: center;
	line-height: 94px;
	font-size: 88px;
	border: 3px solid #fff;
	border-radius: 25%;
	color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 1);
}
.hotspot-img:hover {
	background-color:#069613;
}

.arrow .arrow-img, .arrow:active .arrow-img, .arrow:hover .arrow-img, .arrow:focus .arrow-img, .arrow:visited .arrow-img, .arrow-img {
	background-image: url(../media/icons/arrow_icon_100.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 110px;
	position: absolute;
	bottom: 57px;
	background-image: url(../media/icons/white_arrow2.png);
	background-color: transparent;
	background-repeat: repeat;
	background-position: center;
	position: absolute;
	left: 9px;
	text-indent: 0px;
	text-align: center;
	line-height: 94px;
	font-size: 88px;
	border: 3px solid #fff;
	border-radius: 25%;
	color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 1);
	background-size: contain;
}

.arrow:hover .arrow-img { 
	background-color:#069613;
}