#ShowGallery{
	display:none;
	position:fixed;
	background-image:url(../Images/PreviewBg.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	z-index:4;
	margin-top:-15px;
}

#ShowGallery #image{
	position:absolute;
	width:360px;
	height:510px;
	top:50%;
	left:50%;
	text-align:right;
	margin:-255px 0px 0px -180px;
}

#ShowGallery #image i{
	font-size:20px;
	margin:10px;
	position:absolute;
	color:#ffffff;
	cursor:pointer;
}

#ShowGallery #image img{
	width:100%;
	height:100%;
	border:5px solid #ffffff;
}

#body{
	width:100%;
	border-top:4px solid #255293;
}

#body .inner{
	width:1000px;
	margin:0px auto;
	padding:0px;
	height:100%;
}

#body .inner #mainBlock{
	width:100%;
	margin:30px 0px;
	min-height:350px;
	color:#043778;
}

#body .inner #mainBlock h1{
	font-size:20px;
	margin-bottom:20px;
}

#body .inner #mainBlock #description{
	font-size:14px;
	width:540px;
	border-bottom:1px dotted #9c9c9c;
	padding:10px 0px;
	margin-bottom:30px;
}

#body .inner #mainBlock ul{
	margin:0px auto;
	padding:0px 15px;
	border:1px solid #dfdfdf;
	border-radius:5px;
	width:960px;
	height:700px;
	list-style-type:none;
}

#body .inner #mainBlock ul li{
	padding:0px;
	background-color:#ff0;
	height:310px;
	width:228px;
	margin:13px 15px 13px 0px;
	float:left;
	cursor:pointer;
}

#body .inner #mainBlock ul li.landScape{
	width:471px;
	height:332px;
}

#body .inner #mainBlock ul li.rightEdge{
	margin-right:0px;
}

#body .inner #mainBlock ul li img{
	transition:all 0.6s;
}

#body .inner #mainBlock ul li img.certificate{
	height:100%;
	width:100%;
}

#body .inner #mainBlock ul li img.zoomLogo{
	height:78px;
	width:78px;
	margin:116px 0px 0px 75px;
	position:absolute;
	opacity:0;
	z-index:2;
}

#body .inner #mainBlock ul li.landScape img.zoomLogo{
	margin:116px 0px 0px 196px;
}

#body .inner #mainBlock ul li:hover img{
	filter:grayscale(100%);
}

#body .inner #mainBlock ul li:hover img.zoomLogo{
	opacity:1;
}

@media only screen and (max-width:1000px ){
	#ShowGallery, #ShowGallery #image{
		height:0px;
		width:0px;
	}
	
	#body .inner{
		width:100%;
	}
	
	#body .inner #mainBlock #description{
		width:100%;
	}
	
	#body .inner #mainBlock ul{
		width:100%;
		height:auto;
		box-sizing:border-box;
	}

	#body .inner #mainBlock ul li, #body .inner #mainBlock ul li.landScape, #body .inner #mainBlock ul li.rightEdge{
		float:none;
		margin:10px auto;
	}
	
	#body .inner #mainBlock ul li.landScape{
		width:228px;
		height:160px;
	}
	
	#body .inner #mainBlock ul li img.zoomLogo{
		display:none;
	}
}