ul#filterOptions {
	width: auto;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 17px 20px 10px;
    text-align: center;
    border-top: 1px dashed #eee;
}
ul#filterOptions li {
    height: auto;
    margin-right: 5px;
    display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
}
ul#filterOptions li a {
    height: auto;
    padding: 2px 10px 0;
    border: 1px solid #0e3b54;
    background: #0e3b54;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
	cursor: pointer;
}
ul#filterOptions li a:hover {
	background: #1e5a7b;
	border: 1px solid #1e5a7b;
}
ul#filterOptions li.active a {
	background: #23b274;
	border: 1px solid #23b274;
	color: #FFFFFF;
	font-weight: 400;
}
ul.ourHolder {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0;
}
ul.ourHolder li.item {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}
ul.ourHolder li.item h3 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
}
@media only screen and (min-width : 641px) {
	ul.ourHolder li.item {
    width: 50%;
}
}
@media only screen and (min-width : 1024px) {
	/* SIMLPE CSS RESET */
img {
	max-width: 100%;
	height: auto;
	}
ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*- -*/
/*- GENERIC BODY STYLES -*/
#container {
	width: 100%;
	margin: 0 auto;
}
/*- -*/
/*- FILTER OPTIONS -*/
/*- -*/
/*- OUR DATA HOLDER -*/
ul.ourHolder {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0;
}
ul.ourHolder li.item {
    width: 353.333px;
    height: auto;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}
ul.ourHolder li.item h3 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
}
/*- -*/
}