/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/

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

.thumbs{
	max-width: 1200px;
	margin:120px auto 30px;
	text-align:center;
	width: 100%;
}


.thumbs a{
	width:363px;
	height:270px;
	display:inline-block;
	border:1px solid #303030;


	margin: 15px 17px 15px;
	position:relative;
	text-decoration:none;

	background-position:center center;
	background-repeat: no-repeat;

	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}

.thumbs2 a{
	width:555px;
	height:360px;
	display:inline-block;
	border:1px solid #303030;


	margin: 15px 17px 15px;
	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: #303030;
    border-radius: 7px;
    bottom: -136px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;

    display: inline-block;
    font-size: 10px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    white-space: nowrap;
}




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


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

	footer{
		display:none;
	}

	#bsaHolder{
		display:none;
	}
	.thumbs {
	    margin: 70px auto 30px;
	}
}
@media screen and (max-width:767px) {
	.thumbs a {
	    width: auto;
	    margin: 7px 0;
	}
	.thumbs {
	    margin: 80px auto 30px;
	}
}
