/*	GOOGLE MAPS
=======================*/
	
	.googlemaps-overlay 
	{
		width:241px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background-color:#FFFFFF;
		position:absolute;
		top:20px;
		right:20px;
		z-index:2;
		padding:14px 18px 30PX;
	}
		.googlemaps-overlay .btn {
			margin-top: 10px;
			font-size:15px;
		}
		
		.googlemaps-overlay .btn .icon-arrow-right {
			font-size:11px;
		}
		
	.google-maps-container
	{
		position:relative;
		width:100%;
		height:425px;
	}
	
	#googlemaps-canvas {
		width:100%!important;
	}
	
	.googlemaps-overlay input
	{
		margin-bottom:10px;
		border: 1px solid #dbdbdb;
		width:100%;
		box-sizing:border-box;
		padding: 10px 8px;
		line-height:16px;
		border-radius:3px;
	}
