@-webkit-keyframes helpthrob {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
@-moz-keyframes helpthrob {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
@-o-keyframes helpthrob {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
@keyframes helpthrob {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
.helpthrob, .maptool.enabled{
  -webkit-animation: helpthrob 2s infinite; /* Safari 4+ */
  -moz-animation:    helpthrob 2s infinite; /* Fx 5+ */
  -o-animation:      helpthrob 2s infinite; /* Opera 12+ */
  animation:         helpthrob 2s infinite; /* IE 10+ */
}
body{
  margin:0;
  padding:0;
  width:100vw;
  height:100vh;
  overflow:hidden;
  background:#333;
  font-family:AppleSDGothicNeo-Light,GillSans-Light,Helvetica,Arial,sans-serif;
  font-size:14px;
  position:relative;
}
#mapblock{
  position:relative;
  height:472px;
  width:100%;
  top:0;left:0;
  min-height:200px;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
}
#mainmap{
  height:472px;
  width:1024px;
  -webkit-transform: translateZ(0px);
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position:absolute;
  left:0;top:0;
  /*
  max-height:100%;
  max-width:100%;
  */
}
#mapTools{
  position:absolute;
  bottom:0px;
  right:0px;
  width:100%;
  box-sizing:border-box;
  height:40px;
  background-color:rgba(0,0,0,.5);
}
.maptool{
  line-height:20px;
  height:40px;
  padding:10px;
  display:inline-block;
  float:right;
  color:rgba(255,255,255,.75);
  border-left:1px solid rgba(255,255,255,.25);
  -webkit-transform: translateZ(0px);
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.maptool.enabled{
  cursor:pointer;
  color:white;
  background-color:rgba(0,0,0,.5);
}
area{
  outline:none;
}
#thumbs{
  position:relative;
  min-height:296px;
  width:100%;
  white-space: nowrap;
  box-shadow:0px 0px 10px #000 inset;
  padding:10px;
  box-sizing:border-box;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.scrollpane{
  opacity:1;
  -webkit-transform: translateZ(0px);
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position:absolute;
  padding-right:10px;
}
.scrollpane.faded{
  opacity:.5;
}
#seeMoreInstruction{
  display:inline-block;
  position:absolute;
  bottom:35px;
  left:10px;
  opacity:.3;
  color:white;
  text-align:center;
  width:100%;
  text-transform:uppercase;
  line-height:2px;
  font-size:12px;
  -webkit-animation: helpthrob 2s infinite; /* Safari 4+ */
  -moz-animation:    helpthrob 2s infinite; /* Fx 5+ */
  -o-animation:      helpthrob 2s infinite; /* Opera 12+ */
  animation:         helpthrob 2s infinite; /* IE 10+ */
}
.unicodeIcon{
  line-height:24px;
  font-size:34px;
  opacity:.5;
  position:relative;
  top:4px;
}
.thumbnail{
  display:inline-block;
  vertical-align:top;
  margin:5px;
  text-align:center;
  width:120px;
  height:185px;
  opacity:1;
  -webkit-transform: translateZ(0px);
	-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color:rgba(255,255,255,0);
  padding:10px;
  margin-top:0px;
  cursor:pointer;
}
.thumbnail.active{
  background-color:rgba(255,255,255,.2);
  box-shadow:2px 2px 5px #222;
}
.thumbnailPic{
  width:120px;
  height:120px;
  text-align:center;
  display:block;
  background-size:contain;background-repeat:no-repeat;background-position:center center;
}
.thumbnailTitle{
  margin-top:5px;
  overflow:hidden;
  color:white;
  width:120px;
  -webkit-transform: translateZ(0px);
	-webkit-transition: color .5s;
  -moz-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  white-space: normal;
}
.thumbnail.active .thumbnailTitle{
  /*color:black;*/
}
.thumbNumber{
  position:absolute;
  width:100%;
  text-align:center;
  top:0;left:0;
  height:120px;
  font-size:80px;
  line-height:150px;
  color:white;
  text-shadow:2px 2px 8px #333;
  opacity:.8;
  font-family:didot,baskerville,serif;
}
#overlay{
  position:absolute;
  top:0px;
  left:0px;
  height:100vh;
  width:100vw;
  background-color:rgba(0,0,0,.7);
  visibility:hidden;
  opacity:0;
  -webkit-transform: translateZ(0px);
	-webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  display:block;
}
#overlayContent{
  display:block;
  width:654px;
  height:720px;
  position:absolute;
  left:50vw;
  margin-left:-327px;
  top:50vh;
  margin-top:-370px;
  background:#333;
  box-shadow:0px 0px 20px #000;
}
#photoTitle{
  color:white;
  font-size:150%;
  padding:10px 10px 0px 10px;
  height:30px;
}
#photoCaption{
  color:white;
  padding:10px;
  height:50px;
  /*
  -webkit-column-count:2; 
  -moz-column-count:2; 
  column-count:2;
  -webkit-column-gap:10px;
  -moz-column-gap:10px;
  column-gap:10px;
  */
}
#photoContainer{
  position:relative;
}
#photo{
  position:relative;
}
#POIoverlay{
  position:absolute;
  pointer-events:none;
  top:0;left:0;
  -webkit-animation: helpthrob 2s infinite; /* Safari 4+ */
  -moz-animation:    helpthrob 2s infinite; /* Fx 5+ */
  -o-animation:      helpthrob 2s infinite; /* Opera 12+ */
  animation:         helpthrob 2s infinite; /* IE 10+ */
}
.POImarker{
  position:absolute;
  top:0;
  left:0;
  width:40px;
  height:40px;
  line-height:32px;
  font-size:21px;
  background-color:rgba(0,0,0,.6);
  border:2px solid rgba(255,255,255,.7);
  box-sizing:border-box;
  border-radius:30px;
  color:white;
  margin-left:-20px;
  margin-top:-20px;
  text-align:center;
  font-family:didot,baskerville,serif;
  cursor:pointer;
  -webkit-transform: translateZ(0px);
	-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.POImarker.active{
  background-color:rgba(0,0,0,.9);
  border:2px solid rgba(255,255,255,1);
  box-shadow:2px 2px 10px #000;
}
#closeButton{
  position:absolute;
  top:0px;
  right:0px;
  padding:10px;
  color:white;
  text-transform:uppercase;
  cursor:pointer;
  padding-right:35px;
  -webkit-animation: helpthrob 2s infinite; /* Safari 4+ */
  -moz-animation:    helpthrob 2s infinite; /* Fx 5+ */
  -o-animation:      helpthrob 2s infinite; /* Opera 12+ */
  animation:         helpthrob 2s infinite; /* IE 10+ */
}
.closeicon{
  font-size:24px;
  color:#999;
  position:absolute;
  top:2px;
  right:10px;
}
#POIcontent{
  color:white;
  padding:10px;
  position:relative;
}
#POItitle{
  font-weight:bold;
  padding-left:50px;
}
#POItext{
  padding-left:50px;
  /*
  -webkit-column-count:2; 
  -moz-column-count:2; 
  column-count:2;
  -webkit-column-gap:10px;
  -moz-column-gap:10px;
  column-gap:10px;
  */
}
#POIkey{
  position:absolute;
  top:10px;
  left:10px;
  width:40px;
  height:40px;
  line-height:32px;
  font-size:21px;
  /*background-color:rgba(0,0,0,.7);*/
  border:2px solid rgba(255,255,255,.7);
  box-sizing:border-box;
  border-radius:30px;
  color:white;
  text-align:center;
  font-family:didot,baskerville,serif;
}
#POIhelp{
  color:white;
  padding:10px;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:2px;
  -webkit-animation: helpthrob 2s infinite; /* Safari 4+ */
  -moz-animation:    helpthrob 2s infinite; /* Fx 5+ */
  -o-animation:      helpthrob 2s infinite; /* Opera 12+ */
  animation:         helpthrob 2s infinite; /* IE 10+ */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}