html{-webkit-font-smoothing:antialiased;}
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	margin:0 auto;
	padding:0 auto;
}

.column-clear{ clear:both;}
.wrapper{ 
	float:left;
	margin:0px auto;
	padding:0px;
}
.filtr-item{
	padding:5px;
}
.simplefilter{
	margin:0 auto;
	padding-left:0px !important;
	text-align:center;
	background:#3d3d3d;
}
/*fix the gallery menu simplefilter element to not collide with email ink in iPad Air view */
@media only screen and (width: 820px) and (height: 1180px) {
 .simplefilter { margin-top: 30px;
 padding-left 0px !important;
 text-align:center;
 background:#3d3d3d;
 }
}
.simplefilter li{
	margin:0 auto;
	padding:10px 15px !important;
	float:none;
	display:inline-block;
	
}
.simplefilter li:hover{
	background-color: #B40404;
}

/**** PORTFOLIO STYLES*****/
.image-block{ 
	display:block;
	position: relative;
	width:225px;
	height:140px;
	border: 1px solid #d5d5d5;
	border-radius: 4px 4px 4px 4px;
	padding:10px;
	text-align:center;
}

.image-block img{
	max-width:205px;
	max-height:120px;
	width:auto;
	height:auto;
	background:#FFFFFF;
	display:inline-block;
}
.image-block img:hover{
	border: 1px solid #A9CF54;
	box-shadow:0 0 5px #A9CF54;
}

/**** END PORTFOLIO STYLES*****/