
ul li
{
/* float:left;  removed by matt because of issues with lists in park closure */
list-style:none;

}

.popup {
   padding-left:10px;
}
.imagetext li p
{
display:none;
}
.imagetext li
{
  text-align:center;
  margin:2px;
  border:1px solid #FFF;
}
.box {
  width: 20%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
 
  color: #fff;
  
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: absolute;
  top: 0;
 
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  width: 100%;
    height: auto;
	z-index:999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;

  position: relative;
  transition: all 5s ease-in-out;
  z-index:99;
      width: 56.5%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top:0px;
  right: 6px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }

}
@media screen and (max-width : 1279px){
.popup {
    width: auto;
}
}
@media (width:480px){
.park1 p{
   margin-top:54px !important;
}
.add img {
    margin-top: 20px;
}
}
@media (width:667px){
.notes ul li {
    cursor: pointer;
    float: left;
    height: 44px;
    list-style-type: none;
    padding: 9px 10px;
    text-align: center;
    width: 206px;
}

}
@media (width:414px){
.park1 > p {
    margin-top:54px !important;
}
.add {
    margin-top: 101px;
}


}
@media (width:738px){
.park h1{ display:none;}
.mobileresh1{display:block !important;}
.deskresh1 {
    display: block !important;
}
.deskresh2 {
    display: none !important;
}
.park1 p {
    margin-top: 54px;
    width: 98%;
}
.park ul {
   
    min-height: 89px;
   
}
.park ul li {
   
    width: 164px;
}
.add img {
    margin-top: 3px;
}
}
@media (min-width: 980px) and (max-width:1024px) {
.deskresh2 {
    width: 55%;
}
}
@media (width:980px){
.notes ul li {
    cursor: pointer;
    float: left;
    height: 76px;
    list-style-type: none;
    padding: 25px 10px;
    width: 158px;
}
}
