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


*{
	margin:0;
	padding:0;
}



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

.thumbs{
	width: 1200px;
	margin: 0 auto;
	text-align:center;
}

.thumbs a{
	width: 200px;
	height: 200px;
	display:inline-block;
	border:7px solid #303030;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	margin: 6px 6px 40px;
	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;  
	bottom: -193px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;  
	font-size: 12px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
*/


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


@media screen and (max-width: 960px) {
	.thumbs, #credit{
		width:auto;
	}
	
	
	#bsaHolder{
		display:none;
	}
	.magnific-popup-gallery {
		width:90% !important;
		text-align:center;
	}
	
	.magnific-popup-gallery .magnific-popup-image{
		float:none;
	}
	
}



