.menu {
	margin-top: 85px;
}
.footer .menu {
	margin-top: 0;
}
.categoris h2 {
	color: #f70;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px
}
.description {
	padding: 10px;
	text-align: justify;
}
	.description p {
		color: #fff;
		font-weight: 400;
	}
/**/
.albom {
	/*width: 290px;*/
	height: 335px;
	margin: 5px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}.albom:hover {
	box-shadow: 0 0 10px 1px #fff;
}
	.albom img {
		width: 100%;
		height: 290px;
	}
	.title-albom {
		position: absolute;
		width: 100%;
		top: 93%;
		left: 50%;
		transform: translate(-50%,-50%);
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		font-weight: 700;
		font-size: 20px;
		text-shadow: 1px 1px #000;
		background: rgba(0,0,0,.9);
		padding: 5px;
	}
.alb {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.categoris .history {
	background: rgba(0,0,0,.5);
}
.categoris .history a,
.categoris .history i,
.categoris .history a:before {
	color: #fff;
}
.categoris .history a:hover,
.categoris .history a:hover > i {
	color: #f70;
}
.page a {
	background: #f70;
	color: #fff;
	font-weight: 700;
	/*text-shadow: 1px 1px #000;*/
}
@media screen and (max-width:992px) {
	.menu {
		margin-top: 0px;
	}
}
