.main_copy {
	padding-top:30px;
	margin-bottom:60px;
	text-align:center;
}

.wedding_container {
	margin-right:-56px;
	margin-bottom:20px;
}
.wedding_container li {
	width:236px;
	height:307px;
	line-height:0;
	margin-right:28px;
	margin-bottom:28px;
	float:left;
	cursor:pointer;
}
.page {
	margin:auto;	
}
.page li {
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border:#000 2px solid;
	float:left;
	margin:0 10px;
	font-family: 'Muli', sans-serif;
}


#overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:0%;
	background:#000;
	text-align:center;
	display:none;
	overflow:hidden;
}

#close {
	position:fixed;
	right:15px;
	top:15px;
	z-index:11;	display:none;cursor:pointer;
}
#next {
	position:fixed;
	right:15px;
	top:15px;
	z-index:11;	display:none;
	cursor:pointer;
}
#prev {
	position:fixed;
	left:15px;
	top:15px;cursor:pointer;
	z-index:11;	display:none;
}
#overlay .preloader {
	background:url(/img/loading2.gif) center center no-repeat ;
	display:block;
	
}

@media only screen and (max-width:738px){
.main_copy {
	padding-top:30px;
	margin-bottom:30px;
}

.main_copy img {
	width:300px;
	height:auto;	
}	
.wedding_container {
	margin-right:0px;
	margin-bottom:20px;
}
.wedding_container li {
	margin:0 !important;
	padding:5px;
	width:50%;
	height: auto;
	box-sizing: border-box;
}	
.wedding_container li img {
	max-width:100%;
	min-width:100%;
	height:auto;	
}
}