/* SEARCH FORM */

.yp-search-companies {
	text-align: center;
}

.yp-search-companies form {
	margin: 0;
	background: rgba(255,255,255,0.15);
	display: inline-block;
	text-align: center;
	padding: 20px;
	color: #fff;
}

.yp-search-companies form .typeahead {
	text-align: left;
}

#search_key {
	margin-right: 20px;
}

/* CHANGE LOCATION BLOCK */

.yp-location {
	position: relative;
	z-index: 5001;
}

.yp-location--fixed {
	background: #ff8873;
	display: none;
	float: none !important;
}

.yp-location--fixed .yp-location__toggle-container {
	color: #fff;
	padding: 10px 20px;
}

.yp-location--fixed .yp-location__toggle-container a {
	color: #fff;
	border-bottom-color: #fff;
}

.yp-location--fixed .yp-location__toggle-container.opened {
	color: #666;
}

.yp-location--fixed .yp-location__toggle-container.opened a {
	color: #666;
	border-bottom-color: #666;
}

.yp-location__toggle-container {
	display: inline-block;
	padding: 0 20px;
}

.yp-location__toggle-container a {
	text-decoration: none;
	border-bottom: 1px dashed;
	line-height: 30px;
}

.yp-location__toggle-container.opened {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.yp-location__locations {
	display: none;
	position: absolute;
	z-index: 5000;
	left: 0;
	top: 100%;
	width: 300px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

/* VIEW COMPANY PAGE */

.ia-item-view .field > span {
	color: #999;
}

.field-pictures .thumbnail {
	width: 150px;
}

.field-pictures .thumbnail .caption {
	font-size: 12px;
}