.content
{
	text-align: center;
}
.content .load{
	border: 1px solid #e1e1e1;
	font-family: museo;
	padding: 5px;
	display: inline-block;
	border-radius: 5px;
}
.content .load a{
	padding: 15px 50px;
	background: #b6bd7c;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	transition: all 1s ease;
}
.content .load a:hover{
	padding: 15px 50px;
	background: #ce3b3b;
}
.content .btn {
	transition: border-color .4s, background .4s, color .4s;
}

.content .btn-default {
	background: transparent;
	color: #999;
	border: none;
	padding: 14px 20px;
	font-family: museo;
}

.content .btn-default:hover,
.content .btn-default:focus,
.content .btn-default.active {
	background: #ce3b3b;
	color: #FFF;
	box-shadow: none;
}

.footer { 
	padding: 15px;
	text-align: center;
}

.footer p {
	margin-bottom: 0;
}

/* Magnet */
.magnet {
	/*padding: 5px 0 0 5px;
	border: 2px solid #313139;
	border-radius: 4px;*/
}

.magnet-filter {
	margin-bottom: 30px;
}

.magnet-item {
	margin: 0 5px 5px 0;
	width: 270px;
	height: 240px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	padding: 5px;
	margin-bottom: 20px;
	margin-right: 5px;
}
.magnet-item img{
	width: 100%;
	height: 100%;
	
}


.magnet-item.w2 {
	width: 205px;
}

.magnet-item.w3 {
	width: 310px;
}

.magnet-item.h2 {
	margin-top: 0;
	height: 205px;
}

.magnet-item.h3 {
	margin-top: 0;
	height: 310px;
}

.type {
	margin-bottom: 0;
	text-align: right;
	font-size: 10px;
}

.number {
	margin-bottom: 0;
	text-align: center;
	font-size: 36px;
}

.string {
	text-align: center;
	font-size: 12px;
}