.gallery-section{
margin:0;
padding:0;
padding-bottom:50px;
}
.container {
	width: 100%;
	margin: 0;
	padding: 2% 5%;
	background-color: #ffffff;
	
position:relative;
}



.gallery {
	width: 100%;
	margin: auto;
}

.filter {
	background-color: #ffffff;
	
	padding: 45px 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #2980b9;
}

	

	.filter a {
		color: #000000;
		font-size: 15px;
		text-decoration: none;
		text-transform: uppercase;
		padding: 3px 20px;
		background: url('../img/unchecked.png') no-repeat 0px 3px;
	}

	.filter a:hover {
		color: #2980b9;
	}

	.filter a.selected {
		color: #2980b9;
		background: url('../img/checked.png') no-repeat 0px 3px;
	}

.thumbnail_wrap {
	position:relative;
 margin:0;
padding:2% 5%;
      
}

a.thumbnail {
	width: 95%;
	height: 230px;	
}

a.thumbnail img {
	width: 95%;
	height: 230px;
	box-shadow: 0px 0px 4px #2980b9;
}

	
.clear_floats {
	clear: both;
	line-height: 1px;
}





/* Vertical Media Queries */
@media screen and (min-width: 50px) and (max-width: 500px) {
	.title h1 {
		font-size: 18px;
	}

	body {
		padding: 0px 5px;
	}

	.gallery {
		width: auto;
	}

	.filter span {
		display: block;
		margin-bottom: 10px;
	}

	.filter a {
		display: block;
	}
}

@media screen and (min-width: 501px) and (max-width: 960px) {
	.title h1 {
		font-size: 24px;
	}

	.filter span {
		display: block;
		margin-bottom: 10px;
	}

	.filter a {
		display: block;
		width: 35%;
		float: left;
	}
}

@media screen and (min-width: 961px) {
	.filter span {
		padding-right: 20px;
	}
}