
div.gallery div.gp{
	float:left;
	text-align: center;
	margin-left:20px;
}

div.gallery h3{
	clear:left;
	margin:0;
	font-size:26px;
	border-bottom:1px solid gray;
    font-weight:normal;
    text-indent:15px;
    text-align: left;
    margin-bottom:30px;
}
div.list-group{margin-bottom:80px;text-align: left;}

div.gp div.imgbox{
	width:220px;
	height:220px;
	overflow:hidden;
	background-position: center center;
	background-size: 220px;
	background-repeat: no-repeat;
	background-color:#fff;
	background-size:cover;
}
div.gp{
	border:1px solid #eee;
	border-bottom:1px solid #e0e0e0;
	font-size:12px;
	font-family: verdana;
	line-height:20px;
	float:none !important;
	display:inline-block;
	margin:10px !important;
    overflow:nowrap;
}
div.gp:first-fhild{margin-left:0;}
div.gp:hover{
	background-color:#f5f5f5;

}
div.container{width:1000px !important;}



div.display{
	position: fixed;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index:1000000;
	display: none;
	background-position: center center;
	background-size:contain;
	background-repeat:no-repeat;
	background-color:rgba(0,0,0,0.85);
}

div.display div.close{
	width:60px;
	height:60px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	cursor:pointer;
	background-image:url(../gallery/close.svg);
}
div.display div.arrow{
	width:60px;
	height:60px;
	position: absolute;
	top: 48%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor:pointer;
}
div.display div.larrow{background-image:url(../gallery/l-arrow.svg);left:0px;}
div.display div.rarrow{background-image:url(../gallery/r-arrow.svg);right:0px;}




div.loading{
	display: block;
	width: 25%;
	height: 25%;
	line-height: 25%;
}









.loader,
.loader:after {
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.loader {
  margin: 70px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid rgba(255,255,255,0.75);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
