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

.thumbs{ 
	margin:10px -20px 35px 0; 
}

.thumbs a{
	width:22%;
	height:80px;
	display:inline-block;
 	border-radius:2px;
	margin: 0 10px 10px 0;
	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{
	 
}
.thumbsTitle
{
	width:100%;
	margin-top:30px;
	text-align:center;
	}
.thumbsTitle span
{
	background-color: #303030;
    border-radius: 7px;
	font-size: 16px;
	color: #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
	padding:5px 10px;
	}

/*----------------------------
	Media Queries
-----------------------------*/
 
@media screen and (max-width: 1024px) {
 	
	footer{
		display:none;
	}
	
	#bsaHolder{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.thumbs a{width:15.4%; height:10vw;}
}

@media (max-width: 480px){
	.thumbs a{width: 46%; height: 35vw  }
	.closebtn{ display: none}
}
@media (max-width: 320px){
	.thumbs a{width: 45%; height: 35vw }
}
 