body{
	background:#484c50;
	margin-top:55px;
	margin-bottom:60px;
	overflow-x:hidden;
}
body.admin{
	background:#fff;
}
.black{
	color:#343434;
}
.padbox{
	padding:10px;
	margin:5px;
}
.row.footer{
	background:#343a40;
	color:#fff;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding:5px;
}
.row.footer a{
	color:#fff;
}
.row.content{
	color:#fff;
}
.row .col-md-12.grid-box{
	flex:none;
}
.row .col-md-12.grid-box,
.row.gallery .img-box{
	display:table;
	width:120px;
	height:120px;
	overflow:hidden !important;
	background-size:auto 100% !important;
	background-position:center center !important;
	border-radius:50%;
	cursor:pointer;
	margin:5px;
}
.row.gallery .img-box{
	border-radius:0;
	width:calc(360px - 2px);
	height:240px;
	background-size:auto 100%;
	background-position:center center !important;
	border:1px solid #fff;
	margin:1px;
	opacity:1;
	position:relative;
}
.row.gallery .img-box .lock-ico{
	display:none;
	position:absolute;
	top:10px;
	right:10px;
	color:#fff;
	background:rgba(66,158,244,0.7);
	text-align:center;
	padding:5px;
	border-radius:10px;
}
.row.gallery .img-box .lock-ico.ac{
	display:block;
}
.row.gallery .img-box .del-img.hd{
	display:none;
}
.row.gallery .img-box .del-img,
.row.gallery .img-box .lock-img{
	opacity:0;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:rgb(255,0,0);
	padding:5px;
	font-size:smaller;
	cursor:pointer;
	color:#fff;
	line-height:50px;
}
.row.gallery .img-box .lock-img{
	bottom:auto;
	top:0;
	background:rgb(66,158,244);
}
.row.gallery .img-box:hover .del-img,
.row.gallery .img-box:hover .lock-img{
	transition:opacity .5s;
	opacity:1;
}
.row.gallery .img-box:hover{
	opacity:0.7;
	transition:opacity .5s;
}
.row .col-md-12.grid-box p{
	padding:5px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	position:absolute;
	text-align:center;
	left:10px;
	right:10px;
	top:45%;
}
.row .col-md-12.grid-box p.small{
	top:35%;
}
.row.gallery {
  max-width:1800px;
  margin:0 auto;
}
#lightbox{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.9);
	z-index:9999;
	text-align:center;
	cursor:pointer;
	color:#fff;
}
#lightbox img{
	margin-top:25px;
	max-height:80%;
	max-width:100%;
}
h1.page-title{
	padding:20px;
	padding-left:120px;
	margin-top:0;
	margin-bottom:25px;
	color:#284484;
}
.sub-nav{
	background:#fff;
	padding:15px;
	margin:0;
}
.nav-item{
	position:relative;
}
.nav-item span.badge{
	background:#cc0000;
	color:#fff;
	padding:3px;
	position:absolute;
	top:0px;
	right:-20px;
}
@media only screen and (max-width: 980px) {
	h1.page-title{
		background-size:auto 100% !important;
	}
	.row.gallery .img-box{
		margin:0 auto 1px 1px !important;
	}
}
@media only screen and (max-width: 700px) {
	h1.page-title{
		background-position:right center !important;
		padding-left:0 !important;
		text-align:center !important;
	}
	.row.gallery .img-box{
		margin:0 auto !important;
		margin-bottom:10px !important;
	}
	.nav-item span.badge{
		right:100px;
		top:30%;
	}
}