svg {
	
}

svg a {
	
}

svg a:hover rect,
svg a:hover polygon,
svg a.active rect,
svg a.active polygon {
	fill: #C4C3A5;
	cursor: pointer;
}

#stores h3 {
	display: inline-block;
	float: left;
}
#stores .store {
	display: none;
}
#stores .store-category {
	width: 23%;
	float: left;
	margin-top: 10px;
}
#stores .store-category h2 {
	font-size: 1em;
}
#stores .store-category > a.active {
	color: #C4C3A5;
}

#store-details .store {
	display: none;
}
.store {
	font-size: .75em;
}
.store .logo {
	text-align: center;
}
.store .logo img {
	max-height: 100px;
	width: auto;
	margin-bottom: 10px;
}
.store .phone:before {
	font-family: fontawesome;
	content: "\f095";
}
.store .address,
.store .hours {
	position: relative;
	padding-left: 13px;
}
.store .hours {
	padding-left: 15px;
}
.store .address:before {
	font-family: fontawesome;
	content: "\f041";
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 5px;
}
.store .hours:before {
	font-family: fontawesome;
	content: "\f017";
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 5px;
}