#flexchair_locator #maps {
	height: 500px;
	float: left;
	width: 100%;
}

#flexchair_locator #maps .fa-map-marker {
    font-size: 30px;
}

#flexchair_locator .tooltip {
	line-height: 20px;
	font-family: 'officina-sans-book';
}

#flexchair_locator .tooltip strong {
	width: 100%;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	border-bottom: 2px dotted #06B8D7;
}

body #flexchair_locator input[type='text'].search {
	width: 40%;
	float: left;
	font-family: 'officina-sans-book';
	font-size: 24px;
	float: left;
	padding-top: 13px;
}

body #flexchair_locator select.search_country {
	width: 29%;
	margin-left: 1%;
	float: left;
	font-family: 'officina-sans-book';
	font-size: 24px;
	float: left;
	padding-top: 13px;
	height: 52px;
}

#flexchair_locator .location {
	margin-bottom: 30px;
}

.maps_overlay {
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: 500px;
}

.maps_overlay .overlay {
	position: absolute;
	z-index: 10;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.error {
	border: 1px solid #D8000C;
	margin: 10px 0px;
	padding: 15px 10px 15px 15px;
	background-repeat: no-repeat;
	background-position: 10px center;	
	color: #D8000C;
	background-color: #FFBABA;
}

#flexchair_locator form {
	width: 100%;
	padding-top: 10px;
	float: left;
}

#flexchair_locator form input {
	width: 70%;
	float: left;
}

#flexchair_locator form button {
	width: 29%;
	float: right;
	height: 52px;
}

.maps_overlay .overlay:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "\f1ce";
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-size: 30px;
    color: #07C4E6;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}

0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}

@media only screen and (max-width: 600px) { 

	body #flexchair_locator input[type='text'].search, body #flexchair_locator select.search_country, #flexchair_locator form button {
		width: 100%;
		margin-left: 0;
	}

}