﻿.markerCluster-red          { background: #D66D60; }
.markerCluster-red div      { background: #D63E29; }
.markerCluster-red:hover    { background: #D63E29; }
.markerCluster-blue         { background: #71BCDB; }
.markerCluster-blue div     { background: #37A9DB; }
.markerCluster-blue:hover   { background: #37A9DB; }
.markerCluster-orange       { background: #F7BB7A; }
.markerCluster-orange div   { background: #F79730; }
.markerCluster-orange:hover { background: #F79730; }
.markerCluster-green        { background: #9BB181; }
.markerCluster-green div    { background: #72B125; }
.markerCluster-green:hover  { background: #72B125; }
        
.awesome-marker-icon-transparent 
{
    background: none;
}

.markerCluster 
{
	background-clip: padding-box;
	border-radius: 20px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.markerCluster:hover
{ 
	font: 18px "Helvetica Neue", Arial, Helvetica, sans-serif, bold;
}

.markerCluster div
{
    width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 15px;
}

.markerCluster span 
{
	line-height: 30px;
}