
/**THEME COLORS**/

/*3290*//* COLS: *//* GUTTER: *//* ROWSIZE: */
body{
	font-family: Roboto;
	
}

h1,h2,h3,h4,h5,h6{
	font-family: Open Sans;
	
}

h1 .subtitle{
	font-family: Open Sans;
	
}
a{
	color: #333333;
}


#portfolio .tile a.biglink h1 {
	text-align:center;
}

#portfolio .tile a.biglink h1 .subtitle{
	text-align:center;
}

.tile,
.grid-sizer{
    width: INF%;
}
.tile{
   padding:0px;
    height:px;
}

.grid-pagination button,
.grid-pagination a
{
	color:#333333;
	border-color:#333333;
}

@media screen and (max-width: 767px) {
	.tile{
	   padding-left:0px;
	   padding-right:0px;
	}
}
