/*
	WiLD Google Maps
	http://codecanyon.net/item/wild-google-maps/4045150
*/

/* Googlemap style reset */
html div.gmap *
{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	background:none;
	box-shadow:none
}

html div.gmap img
{
    max-width: none !important;
}

/* Customize Googlemap container */
html div.gmap
{

}

/* Customize Infowindow elements */
html div.gmap_infowindow
{
}

html div.gmap_infowindow .gmap_name
{
}

html div.gmap_infowindow .gmap_description
{
}

html div.gmap_infowindow .gmap_directions
{
}

/* Google map call */
.gmap_call
{
	position:fixed;
	display:none;
	visibility:hidden;
	width:0;
	height:0;
	font-size:0;
	opacity:0;
	text-indent:-999999999999999;
}