.imgholderset { cursor: pointer; }
.Gardenbtn { pointer-events: none; }
.gardencls { pointer-events: none; }
#plattgrnd .fa-edit { display: none; }
#plattgrnd .item { cursor: default; }

.bodyfrnt{  
	scrollbar-face-color: slategray;
  	scrollbar-track-color: #b8c0c8; 
  	background-color:#000;
 }

.bdydiv {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.frntimg-sd { width: 100%; max-width: 600px; margin-bottom: 20px; }

.footdiv {
	position: inherit;
	height: 150px;
	padding-top: 50px;
	margin-top: 10px;
	background-color: #000;
	color: #fff;
	font-weight: 300;
	font-size: 9px;
} 

.gradientbg{background: rgb(0,0,5);background: linear-gradient(180deg, rgba(0,0,5,1) 0%, rgba(41,41,41,1) 100%);}
.insdshadow {box-shadow: inset 0 0 25px #ccc;}
.insdshadow-sm {box-shadow: inset 0 0 12px #D6D6D6;}

@media (max-width: 450px) {
	.frntimg-sd { width: 400px; }
	.footdiv {
	height: 100px;
	padding-top: 50px;
	}
}