body {
	font-family: 'Roboto', sans-serif;
}

#admwrapper section#content {
	width: 100%;
	margin-top: 60px;
	padding: 0 12px;
}
.container {
	padding-left:0 !important;
	padding-right: 0 !important;
}
h1 {
	font-size: 2rem;
	font-weight: bold;
}

.place-card-container-background {
	background: #eee;
	-webkit-box-shadow: 0px -4px 6px 1px rgba(217,214,217,1);
	-moz-box-shadow: 0px -4px 6px 1px rgba(217,214,217,1);
	box-shadow: 0px -4px 6px 1px rgba(217,214,217,1);
	z-index: 9;
}
#place-card-container {
	overflow: auto;
}
.place-card {

}
.place-card h5.card-header {
	font-size: 1rem;
}
.place-card .card-body {
	display: none;
}
.card-header {
	background: none;
	border: none;
}
.card.place-card:hover .card-header,
.card.place-card:hover .card-body,
.card.place-card.active .card-header,
.card.place-card.active .card-body{
	background-color: #EEEEEE;
}
.map-container-row {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
#show-all {
	font-weight: bold;
	/*background-color: #fff;*/
}
.map-container-row .col-12 {
	padding: 0 !important;
}
.mobile-credit-container {
	border-left: 5px solid #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 2rem;
}

.mobile-credit-container .credit-item .credit-text {
	display: inline-block;
}
.top-image {
	margin: 0 -12px;
	margin-bottom: 12px;
}
.top-image img {
	width: 100%;
}
h2.section-heading {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background: #509550;
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px;
	margin: 0 -12px;
}
h2.section-heading.yellow {
	background: #FFCB06;
}
h2.section-heading.blue {
	background: #0366B4;
}
.map-piece {
	margin: 0 -12px;
}
.map-piece img {
	width: 100%;
}
.select-buttons {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 10;

}
.select-buttons button {
	background-color: #CEAF89;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
}
.select-buttons button:focus {
	box-shadow: none;
}
.select-buttons button.active {
	background-color: #6D5435;
	color: #FFFFFF;
}
.select-buttons button img {
	display: block;
}