#header {margin-top: 15%;
		margin-bottom: -10%;
		margin-left: 5%;}

.gallery1{margin-top: -5%;}
.gallery {
     
     margin-top: 15%;
	 text-align: center;
	 list-style:none;
}

li {
	display: inline-block;
	padding: 20px;
}

li img {
	border: 5px solid #505050; 
	width: 250px;
	height: 200px;
}

.image {
	display: block;
}

.img-title {
	display: inline-block;
	line-height: 20px;
	color: #fff;
	background-color: #101010;
	margin-top:10px;
	padding:10px 30px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 5px;
	opacity: 0.4;
}


.modal {
	display: none;
/*	position: absolute !important;*/
	z-index: 200;
	background: #505050;
	-moz-box-shadow: 2px 2px 10px 2px #000; 
  	-webkit-box-shadow: 2px 2px 10px 2px #000; 
  	box-shadow: 2px 2px 10px 2px #000; 
  	margin-top: -15%;
}

.modal-bg { 
	display: none;
	position: fixed; 
	top: 0;bottom: 0;
	left: 0; right: 0; 
	background: #141414;
	background: rgba(14,14,14,0.85);
	cursor: pointer;
	z-index: 199;
}

.modal .image-title{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	background-color: #101010;
	padding:5px;
	opacity: 0.5;
}
.close{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url('../images/close.png') no-repeat;
	opacity: 0.8;
}

.loader{
	display: none;
	position: absolute;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
}

.loader img {
	display: block;
}

.modal {
    overflow-y:auto;
    max-height:90%;
    
}