/**** Base styles ****/


/* Images
---------------------------------------------------------------------- */

.portfolio p,
.portfolio ul {
	margin: auto;
}
.portfolio {
	margin: auto;
}
#performance-toggle {
  text-align: center;
  margin-right: 0;
  font-size: 11px;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
}

#performance-toggle:hover {
  opacity: 0.999;
}

/* Grelha
---------------------------------------------------------------------- */

.image-grid {
	width: auto;
	padding-left: 20px;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
	width: 210px;
	float: left;
	text-align: center;
	color: #686f74;
	height: 202px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 30px;
	list-style-type: none;
	background-color: #F5F5ED;
	cursor: pointer;
	border-radius: 5px;
	margin-left: 0px;
	
}

.image-grid li img,
.image-grid li p {
	display: block;
}

.image-grid li p {
	color: #525252;
	margin-top: 10px;
}

p.question {
	font-weight: bolder;
}

q { 
	background-color: #1D1F21;
}

ol.faq { 
	margin-right: 0;
}

/**_____________________________________________________________________**/

/*- FILTER OPTIONS -*/
ul#filterOptions {
	width: 980px;
	height: 32px;
	margin: 35px 0;
	overflow: hidden;
	padding:0px;
}
ul#filterOptions li {
	height: 52px;
	margin-right: 2px;
	display: inline-block;
	float: left;
}
ul#filterOptions li a {
	/* [disabled]height: 50px; */
	padding: 0 20px;
	/* [disabled]border: 1px solid #999; */
	background: #f5f5ed;
	color: #222;
	/* [disabled]font-weight: bold; */
	line-height: 32px;
	text-decoration: none;
	display: block;
	border-radius:6px;	
}
ul#filterOptions li a:hover {
	background: #CCCFFF;
	text-align: left;
}
ul#filterOptions li.segment-1.selected-1 a {
	color: #DA6901;
	background-color: #FFF;
}
ul#filterOptions li.segment-0.selected-0 a {
	color: #DA6901;
	background-color: #FFF;
}
ul#filterOptions li.segment-2.selected-2 a {
	color: #DA6901;
	background-color: #FFF;
}
