/* multiField geo filter block styles */
div.list_cont {
	padding:8px 11px;
}

div.list_item_parent {
	width:100px;
	padding:0 10px 10px 0;
}
.list_item_selected {
	font-weight:bold;
}
.list_item_link {
	font-weight:bold;
}

div.gf-caption {
	font-weight: bold;
	padding: 8px 0 5px 0;
}
img.gf-remove {
	background: url('gallery.png') 0 -53px no-repeat;
	width: 12px;
	height: 13px;
	margin: 0 2px;
}
ul.gf-list-tile {
	padding: 0 0 5px;
}
ul.gf-list-tile li {
	padding: 0 0 3px 17px;
	background: url('gallery.png') 0 -66px no-repeat;
}

table.gf-table {
	width: 100%;
	table-layout: fixed;
}
table.gf-table td {
	padding: 0 10px 2px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
table.gf-table div.sub_categories {
	display: inline-block;
	padding: 0 1px;
	*display: inline;
	*zoom: 1;
}
ul.child {
	padding: 0 0 5px 10px;
}
ul.child li {
	padding: 2px 0;
}
div.mf-gf img.tile {
	width: 12px;
	height: 14px;
	background: url('gallery.png') 0 -69px no-repeat;
}
div.mf-gf span.arrow {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 12px;
	height: 12px;
	background: url('gallery.png') 0 -91px no-repeat;
	cursor: pointer;
	vertical-align: middle;
	margin: 0 3px;
}
div.mf-gf span.arrow_down {
	background-position: -14px -91px;
}
div.mf-column {
	display: inline-block;
}
ul.gf-list {
	padding: 10px 0 0;
	max-height: 209px;
	overflow-y: auto;
	overflow-x: hidden;
}
ul.gf-list li {
	padding: 0 0 3px 0;
	vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
ul.gf-list.count-2 li {
	width: 48%;
	margin-right: 4%;
	display: inline-block;
}

ul.gf-list.count-2 li:nth-child(2n) {
	margin-right: 0;
}

ul.gf-list.count-3 li {
	width: 30%;
	margin-right: 5%;
	display: inline-block;
}

ul.gf-list.count-3 li:nth-child(3n) {
	margin-right: 0;
}

ul.gf-list.count-4 li {
	width: 22%;
	margin-right: 4%;
	display: inline-block;
}

ul.gf-list.count-4 li:nth-child(4n) {
	margin-right: 0;
}
@media screen and (min-width: 962px) and (max-width: 1199px) {
    #geo_selector {
        width: 35% !important;
    }
    #geo_selector_level1 {
        width: 40% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	
	ul.gf-list
	{
		max-height: none;		
	}
	section ul.gf-list.count-3 li {
		width: 48%;
		margin-right: 4%;
		display: inline-block;
	}

	section ul.gf-list.count-3 li:nth-child(3n) {
		margin-right: 4%;
	}
	section ul.gf-list.count-3 li:nth-child(2n) {
		margin-right: 0;
	}

	section ul.gf-list.count-4 li {
		width: 30%;
		margin-right: 5%;
		display: inline-block;
	}

	section ul.gf-list.count-4 li:nth-child(4n) {
		margin-right: 5%;
	}
	section ul.gf-list.count-4 li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	section ul.gf-list
	{
		max-height: none;		
	}

	section ul.gf-list.count-3 li {
		width: 48%;
		margin-right: 4%;
		display: inline-block;
	}

	section ul.gf-list.count-3 li:nth-child(3n) {
		margin-right: 4%;
	}
	section ul.gf-list.count-3 li:nth-child(2n) {
		margin-right: 0;
	}

	section ul.gf-list.count-4 li {
		width: 48%;
		margin-right: 4%;
		display: inline-block;
	}

	section ul.gf-list.count-4 li:nth-child(3n) {
		margin-right: 4%;
	}
	section ul.gf-list.count-4 li:nth-child(2n) {
		margin-right: 0;
	}
    #geo_gobutton_dd {
        margin-top: 15px;
    }
}

.mf_hide
{
	display: none !important;
}
/* multiField geo filter block styles end */

/* autocomplete search */
#geo_autocomplete
{
	width: 93%;
}
.geo_autocomplete
{
	height: auto;
	max-height: 130px;
	position: absolute;
	margin: 25px 0 0 0;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
	background: white;
	z-index: 500;
	font-size: 12px;
	box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
	max-width: 450px;
}
.geo_autocomplete li.item
{
	padding: 1px 20px 2px 10px;
	font-size: 16px;
	font-family: Trebuchet MS;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 22px;
	cursor: pointer;
}
.geo_autocomplete li.highlight
{
	background: rgba(0,0,0, 0.08);
}
/* autocomplete search end */