.gmpCustomControlsShell {
	font-family: Roboto,Arial,sans-serif;
	font-size: 1.1em;
}
.gmpCustomControlsShell .gmpCustomControlButton {
	width: 32px;
	height: 32px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	margin: 2px;
	line-height: 32px;
	border-radius: 0%;
}
.gmpCustomControlsShell .gmpCustomControlButton i.fa {
	padding-left: 1px;
}
.gmpCustomControlsShell .gmpCustomControlButton i.fa-plus,
.gmpCustomControlsShell .gmpCustomControlButton i.fa-minus {
	padding-top: 8px;
}
.gmpCustomControlsShell .gmpCustomControlButton:hover {
	-moz-box-shadow:	0 0 5px 1px #000000;
	-webkit-box-shadow:	0 0 5px 1px #000000;
	box-shadow:			0 0 5px 1px #000000;
}
.gmpCustomControlsShell .gmpCustomControlButton:active {
	-moz-box-shadow:	0 0 6px 1px #000000;
	-webkit-box-shadow:	0 0 6px 1px #000000;
	box-shadow:			0 0 6px 1px #000000;
}
.gmpCustomControlsShell .gmpActiveButton {
	-moz-box-shadow:	0 0 5px 1px #000000;
	-webkit-box-shadow:	0 0 5px 1px #000000;
	box-shadow:			0 0 5px 1px #000000;
}
.gmpCustomControlsShell .gmpSquareControls {
	border-radius: 0;
}
.gmpCustomControlsShell .gmpRoundedEdgesControls {
	border-radius: 30%;
}
.gmpCustomControlsShell .gmpRoundControls {
	border-radius: 50%;
}
.gmpSearchShell {
	position: relative;
	color: #000000;
}
.gmpSearchShell .gmpSearchForm {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	min-width: 250px;
	min-height: 100px;
	overflow: auto;
	padding: 10px;
	border: 2px solid #D4D0BA;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
.gmpSearchShell .gmpSearchFormRow {
	margin-bottom: 10px;
}
.gmpSearchForm .gmpSearchFormRow:nth-child(3) {
	margin-bottom: 0;
}
.gmpSearchShell input {
	width: 100%;
	background-color: #F6F7F7;
	color: #252728;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #DFE4E4;
	padding: 7px 5px;
	font-family: inherit;
	font-size: inherit;
}
.gmpSearchShell button {
	padding: 5px 10px;	
	width: auto;
	border: 0;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
}
.gmpSearchShell button:active {
	padding: 5px 10px;
	border-top: 0;
}
.gmpSearchShell button:focus {
	outline: none;
}
.gmpSearchShell .gmpSearchFormErrors {
	display: none;
	padding-top: 10px;
	font-family: inherit;
	font-size: inherit;
}
.gmpSearchShell .gmpSearchFormSlider {
	width: auto;
	height: auto;
	padding: 5px 0;
	line-height: 1em;
	font-family: inherit;
	font-size: inherit;
}
.gmpSearchShell .gmpSliderMax {
	float: right;
}
.gmpSearchShell .gmpSliderMin {
	float: left;
}
.gmpSearchShell .toeSliderDisplay {
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
    font-size: 1em;
    line-height: 1em;
}
.gmpSearchShell .ui-slider-horizontal {
	border: 1px solid #3C3C3C !important;
	background-color: #FFFFFF !important;
	clear: both;
}
.gmpSearchShell .ui-slider.ui-widget-content .ui-slider-handle {
	border: 1px solid #3C3C3C !important;
	background-color: #FFFFFF !important;
}
.gmpFilterShell {
	position: relative;
}
.gmpFilterShell .gmpFilterForm {
	display: none;
	position: absolute;
	min-width: 200px;
	max-height: 175px;
	overflow: auto;
	padding: 5px;
	background-color: #FFFFFF;
}
.gmpFilterShell .gmpFilterForm .list-group {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
}
.gmpFilterShell .gmpFilterForm .list-group-item {
	margin: 0;
	padding: 6px;
	font-family: inherit;
	font-size: inherit;
}