#map { min-height: 370px;
	position: relative !important;
	width: 100%; 
}
body {

}


#side_bar { width: 100%; height: 495px; overflow-y: auto; position: relative; min-height: 495px; max-height: 495px;}
.map { width:60%; vertical-align:top; font-size:11px;}
.side_bar { width: 40%; vertical-align:top; padding:4px; font-size:11px; overflow:auto;}
.storelocator, select {overflow: scroll; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size:12px;}
.storewrap { margin: -30px 0 0 0;}

#side_bar p {
	text-align: center;
}

#locbut {
	cursor: pointer;
}

#locbut {
	background-color: #eee;
	-webkit-appearance: none;
	border: none;
	width: 10%;
	height: 35px;
}

#locbut:focus {
	box-shadow: none !important;
	outline: 0;
}


.storewrap .dataentry {
	margin-top: 50px;
	position: relative;
	width: 502px;
	float: right;
}

.locatorresult {
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
}

.locatorresult:hover {
	color: #000;
}

.loading {
	margin-top: 7px;
	background: url('images/loading.gif') 50% 50% no-repeat ;
	height: 100%;
}
#side_bar div {
	border-top: 1px solid #b2b2b2;
	padding-top: 7px;
}

#map input {
	position: relative;
	top: 10px;
	margin-top: -5px;
}

.bob {
	width: 0;
	height: 0;
}



.storelogo {
	width: 40% !important;
	float: left !important;
}

form.dataentry {
	width: 60% !important;
	float: left !important;
}

.select-arrow {
	width: 25%;
	float: left;
	margin-bottom: 3px;
	position: relative;
}

.select-arrow:after {
	position: absolute;
	right: 13px;
	top: 16px;
	content: '';
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333;
}

.select-arrow.radius {

}

.select-arrow.location {
	
}

.dataentry div > select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 8px 8px !important;
	font-weight: bold !important;
	margin-right: 5px;
	background-color: #eee !important;
	height: 35px;
	width: calc(100% - 5px);
	overflow: visible;
}

.dataentry div > select:focus {
	outline: 0;
	border: none;
	box-shadow 0;
}

.dataentry > input[type="text"] {
	height: 35px;
	float: left;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	box-shadow: none !important;
	outline: 0 !important;
	background-color: #eee !important;
	padding: 10px 6px !important;
	margin-right: 5px;
	margin-bottom: 3px;
	width: calc(40% - 5px) !important;
	border: 1px solid rgba(0,0,0,0.6);
	animation-duration: 1s; 
	-moz-animation-duration: 1s; 
	-webkit-animation-duration: 1s; 
	animation-fill-mode: forwards; 
	-webkit-animation-fill-mode: forwards; 
	-moz-animation-fill-mode: forwards; 
	animation-timing-function: ease-in; -out
	-webkit-animation-timing-function: ease-in-out; 
	-moz-animation-timing-function: ease-in-out; 
	animation-iteration-count:4; 
	-webkit-animation-iteration-count:4; 
	-moz-animation-iteration-count:4; 
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-name: pulse; 
	-webkit-animation-name: pulse; 
	-moz-animation-name: pulse; 
} 

@keyframes pulse { 
	0% { border: 1px solid rgba(0,0,0,.6); } 
	50% {  border: 1px solid rgba(0,0,0, 0); } 
	100% { border: 1px solid rgba(0,0,0,0.6); } 
}

@-webkit-keyframes pulse { 
	0% { border: 1px solid rgba(0,0,0,.6); } 
	50% {  border: 1px solid rgba(0,0,0, 0); } 
	100% { border: 1px solid rgba(0,0,0,0.6); } 
} 

@-moz-keyframes pulse { 
	0% { border: 1px solid rgba(0,0,0,.6); } 
	50% {  border: 1px solid rgba(0,0,0, 0); } 
	100% { border: 1px solid rgba(0,0,0,0.6); } 
} 


.dataentry > input[type="submit"] {
	color: #FFF;
	height: 35px;
	display: block;
	padding: 10px 6px;
	float: left;
	-webkit-appearance: none !important;
	background-color: #AAA !important;
	box-shadow: none !important;
	border: none !important;
	width: 10%;
}


.locatortable {
	float: left;
	margin-top: 12px;
}

.storelogo {
	background: url('//www.lingualsystems.fr/wp-content/uploads/2013/05/movetowin.png') no-repeat;
	display: block;
	width: 251px;
	height: 77px;
	position: relative;
	min-width: 251px;
	margin-top: 7px;
}

.storelink {
	text-decoration: none;
	color: #4C4C4C;
}

.storelink:hover {
	color: black;
}

@media only screen 
and (max-width : 839px) {
	.storewrap .dataentry {
		width: 390px;
	}
}

@media only screen 
and (max-width : 546px) {
	.storelogo {
		display: none;
	}
	.map {
		display: none;
	}

	.dataentry > div {
		width: 50% !important;
	}

	form.dataentry {
		width: 100% !important;
	}

	.storewrap {
		text-align: center;
	}

	.locatortable {
		margin-left: 3px;
	}

	.dataentry > input[type="text"] {
		width: calc(50% - 5px) !important;
	}

	.dataentry > input[type="submit"] {
		width: calc(50% - 5px) !important;;
		float: left !important;
	}
}

@media only screen
and (max-width : 400px) {
	.storewrap .dataentry {
		width: 100% !important;
		text-align: center !important;
		float: none !important;
	}
}

@media only screen 
and (min-width : 574px) {
	#side_bar p {
		text-align: left !important;
	}
}

@media only screen 
and (min-width : 880px) {
	#side_bar p {
		max-width: 300px;
	}
}


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

	form.dataentry {
		width: 100% !important;
	}

	.storelogo {
		margin: 8px auto -20px;
		float: none !important;
		width: 250px !important;
	}

	.locatortable {
		margin-left: 0 !important;
	}
}
