#map-canvas {
  width:600px
}
.gm-style-iw
{
	height:auto;
}
.portfolioFilter a { 
    margin-right: 10px; 
	color:#666;
	text-decoration:none;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
	position:relative;
}
.portfolioFilter
{
	color:#666;
	padding:10px 0 0 10px;
	line-height:20px;
}
.portfolioFilter a.current { 
    color:#91a2bf;
	font-weight:bold;
}

.refbox
{

	width:190px;
	height:100px;
	background-color:rgba(0,0,0, .02);
	border:1px solid #ccc;
	margin: 20px 0 0;
	text-align:center;
	cursor:pointer;
	display: table;
}
.portfolioContainer
{
	margin: 15px 0 35px 0;
	display:flex;
	flex-wrap:wrap;
	gap:20px 17px;
}
.portfolioContainer img {
    height:35px;
	margin: 10px auto 3px;
	opacity:0.4;
}
.active-rb img
{
	opacity:1 !important;
}

.active-rb
{
	background:#fff !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	border-color: #293e6b;
}
.active-rb h2
{
	font-weight: 600;
	color: #293e6b;
}
.list_refbox img
{
	float:left;
}

.portfolioContainer a
{
	text-decoration:none;
}	
.portfolioContainer .is-hidden
{
	display:none;
}
#buttons a h2
{
	margin:2px;
	padding:0;
	font-size:13px;
	font-style:lighter;
	color:#444;
	line-height:12px;
	display: table-row;
}
.maps_view
{
	background-repeat:no-repeat;
	display:inline-block;
	width:30px;
	height:30px;
	background-size:20px 20px;
	background-position:bottom;
	opacity:0.6;
}
.gm-style-iw
{
	width:auto !important;
}
.maps_view.enter
{
	opacity:1 !important;
}
.maps_view.grid
{
	background-image:url("../images/grid.png");
}
.maps_view.list
{
	background-image:url("../images/list.png");
}
.leaflet-container
{
	font-family: inherit;
}
.map-fallback
{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	margin:0;
	border:1px solid #d8d8d8;
	background:#fafafa;
	color:#444;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}