/*----------------------------
	Thumbnails
-----------------------------*/

.thumbs{
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
}

.thumbs a{
	width: 200px;
	height: 150px;
	display: inline-block;
	border: 2px solid #000080;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-radius: 4px;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 20px;
	position: relative;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.thumbs a:after{
	background-color: #001851;
	border-radius: 4px;
	bottom: -10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	content: attr(title);
	display: none;
	font-size: 11px;
	/* [disabled]max-width: 90px; */
	overflow: hidden;
	padding: 2px 2px;
	position: relative;
	text-align: center;
	/* [disabled]white-space: nowrap; */
	font-weight: bold;
	width: 100%;
	height: 0px;
	margin-bottom: 0px;
	border: 1px solid #000080;
}

.thumbs a:hover:after{
	background-color: #70DC70;
	border-radius: 7px;
	bottom: -10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	color: #000000;
	content: attr(title);
	display: none;
	font-size: 11px;
	/* [disabled]max-width: 90px; */
	overflow: hidden;
	padding: 2px 2px;
	position: relative;
	text-align: center;
	/* [disabled]white-space: nowrap; */
	font-weight: bold;
	width: 100%;
	height: 30px;
	margin-bottom: 0px;
}

/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
	.thumbs, #credit{
		width:auto;
	}
	

}
