.gal-container {
	width: 95%;
	margin: 1em auto;
	padding: 1em;
}
.title {
	width: 70%;
	margin: 0px auto 40px;
}
.gallery {
	width: 90%;
	margin: auto;
}
.filter {
	margin-bottom: 1em;
	padding: 2em 0 2em 1em;
	box-shadow: 0px 0px 5px #BD8D46;
	background:#fff;
}
.filter span {
	padding:0;
	font-family: 'open_sansregular';
}
.filter a {
	color: #BD8D46;
	font-size: .85em;
	text-decoration: none;
	text-transform: capitalize;
	padding: 3px 20px;
	background: url(../helpers/unchecked.png) no-repeat 0px 3px;
	display:block;
}
.filter a:hover {
	color: #B9121B;
}
.filter a.selected {
	color: #B9121B;
	background: url(../helpers/checked.png) no-repeat 0px 3px;
}
.thumbnail_wrap {
	position: relative;
	min-height:400px;
}
.thumbnail{
	border-radius:0px !important;
}
a.thumbnail {
	position: absolute;
}
a.thumbnail img {
	width: 150px;
	height: 150px;
	/*box-shadow: 0px 0px 4px #BD8D46;*/
}
a.thumbnail img:hover {
	box-shadow: 0px 0px 4px #4C1B1B;
}
.clear_floats {
	clear: both;
	line-height: 1px;
}


/* Vertical Media Queries 
@media screen and (min-width: 50px) and (max-width: 500px) {
.gallery {
	width: auto;
}
.filter span {
	display: block;
	margin-bottom: 10px;
}
.filter a {
	display: block;
}
}
@media screen and (min-width: 501px) and (max-width: 960px) {
.filter span {
	display: block;
	margin-bottom: 10px;
}
.filter a {
	display: block;
	width: 35%;
	float: left;
}
}
@media screen and (min-width: 320px) {
.filter span {
	padding-right: 10px;
}
}
*/