html {
	position: relative;
	min-height: 100%;
}
.logo {
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin-top: -20px;
	padding: 50px 20px 50px 20px;
	color: #333;
	font-family: 'Comfortaa', cursive;
	font-size: 2.2em;
}
.logo a {
	color: inherit;
	text-decoration: none;
}

.font12px {
	font-size: 12px;
}
.menu { margin-top: 20px; }
.menu a { color: inherit; }
.new { margin-right: 8px; }
.new h4 { margin: 20px 0 0 0; }
.gallery { margin-bottom: 40px; }
.paginator { margin-top: 30px; }
.full-image {
	width: 600px;
	margin: 20px auto 50px auto;
}

.image {
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 200px;
	display: inline-block;
	background: #eee;
}
.image:after {
	content: "";
	position: absolute;
	top: 91%;
	left: 0;
	height: 20%;
	width: 110%;
	background: white;
	transform: rotate(-7deg);
}
.image:before {
	content: "";
	position: absolute;
	bottom: 91%;
	right: 0;
	height: 20%;
	width: 110%;
	background: white;
	transform: rotate(-7deg);
}
.image img {
	width: 250px;
}
.link {
	position: absolute;
	opacity: 0;
	background: black;
	color: white;
	top: 90%;
	left: 0;
	width: 100%;
	height: 60%;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	transition: all 0.3s ease-in-out;
}

.image:hover .link {
	top: 40%;
	opacity: 0.6;
	text-decoration: none;
	color: white;
}
footer {
	float: right;
	clear: both;
	margin: 20px;
}

footer p {
	margin: 17px 5px 0 0;
}
