ul.results{ list-style: none; margin: 0; }
ul.results li .content { padding:40px ; margin:0; width: 300px; float: left; min-height: 550px; max-height: 600px;}


ul.results li .content img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

 ul.results li .content.hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}


ul.results li .content.hover { background:#f2f2f2; cursor: pointer; }
ul.results li .content h3 { font-size: 22px; }

ul.results a.readmore{
	background: url('/u/idmpartners/assets/images/readmore-bg.gif') bottom right no-repeat #313131; 
	margin-top: 20px;
	font-size: 22px;
	font-family:@Raleway-family !important;
	padding: 6px 10px;
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: 400;
	width: 120px;

}
ul.results a:hover.readmore { color: #fff; }

div.plugin{ font-size: 15px; }
div.project-detail ul li{ padding: 13px 0 0 0; }

div.plugin h2 {
	text-align: center;
	font-size: 35px !important;
	margin: 20px 0 !important;
}
div.plugin h3 {
	font-size: 22px !important;
	margin: 19px 0 20px 0 !important;
	text-align: center;
}
div.plugin h4 {
	font-size: 22px !important;
	font-family:@Raleway-family !important;
	margin: 0 0 20px 0 !important;
	font-weight: 300;
}
div.plugin .h3-title {
	font-size: 23px !important;
	margin: 9px 0 !important;
	padding: 10px 10px;
	line-height: 43px;
	font-family:@Raleway-family !important;
}
div.plugin .h3-title span.grey {
	color:#494949;
	font-size: 18px;
}

div.plugin div.results div.content h3 {
	text-align: left !important;
	font-family:@Raleway-family !important;
	font-size: 23px !important;
	margin: 9px 0 !important;
}

div.plugin ul.sector {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

div.plugin .circleSmall {
	font-family: 'Raleway', serif;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	margin: 0 15px;
}

div.plugin .circleLarge {
	font-family: 'Raleway', serif;
	font-size: 29px;
	text-align: center;
	line-height: 30px;
	margin: 0 55px;
}

div.plugin a.gallery-thumb {
	margin: 0 70px 70px 0;
	display: block;
	float: left;
}


@media only screen  and (max-width: 480px) {
ul.results li .content { padding:40px 0; margin:0;}
}

/* Project Selector */
.project-selector { color:#fff !important; background:#313131 url(dropdown.png) right top no-repeat; display:block; padding:15px; text-decoration:none; }
.project-selector:hover { text-decoration:none; background-color:#444; }
.dropdown-menu a { color:#000 !important; }
.dropdown-menu .selected { color:#fff !important; background-color:#313131; }
.dropdown-menu a:hover { color:#000 !important; background-color:#d9dadd !important; }
