.customMarker img { width: 30px; height: 30px; /*margin: 1px;*/ position:relative; top:3px; }

.customMarker {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  
  width: 40px;
  height: 40px;
  
  padding:0px;
  
  margin-left: -20px;/* -width/2 */
  margin-top: -48px; /* -height + arrow */
  
  background: #ab3c3c; /*#731E15; /*bg di default */
  
  text-align: center;
  
}

.customMarker:after{border-top-color:#731E15; }


.customMarker.marker-rounded
/*,.customMarker.marker-rounded img*/{
  border-radius:50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/*
.customMarker.marker-shadow-black{
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}*/

.customMarker.marker-bordered{ border-width:2px; border-style:solid; }

.customMarker:after, .customMarker:before {
  z-index:9;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.customMarker.marker-rounded:after, .customMarker.marker-rounded:before{ margin-top:-3px; }

.customMarker:after {
  border-color:transparent;
	/*border-color: rgba(115, 30, 21, 0);*/
	border-top-color: #ab3c3c; /*#731e15;*/
	border-width: 10px;
	margin-left: -10px;
}
.customMarker:before {
  border-color:transparent;
	/*border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;*/
	border-width: 13px;
	margin-left: -13px;
}

/*schemi di colori sfondo*/
.customMarker.marker-bg-secondary{ background: #505050;}
.customMarker.marker-bg-secondary:after{ border-top-color: #505050; }

.customMarker.marker-bg-brown-1{ background: #731e15;}
.customMarker.marker-bg-brown-1:after{ border-top-color: #731e15; }

.customMarker.marker-bg-red-1{ background: #fc0000;}
.customMarker.marker-bg-red-1:after{ border-top-color: #fc0000; }

.customMarker.marker-bg-green-1{ background: #00ad36;}
.customMarker.marker-bg-green-1:after{ border-top-color: #00ad36; }

.customMarker.marker-bg-blue-1{ background: #008bdb;}
.customMarker.marker-bg-blue-1:after{ border-top-color: #008bdb; }

.customMarker.marker-bg-orange-1{ background: #ffac1e;}
.customMarker.marker-bg-orange-1:after{ border-top-color: #ffac1e; }

.customMarker.marker-bg-purple-1{ background: #ff1ed1;}
.customMarker.marker-bg-purple-1:after{ border-top-color: #ff1ed1; }

/*schemi di colore bordi*/
.customMarker.marker-bd-white{ border-color: #ffffff;}
.customMarker.marker-bd-white:before{ border-top-color: #ffffff; }

/*        
.customMarker:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 8px;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #731e15 transparent;
  display: block;
  width: 0;
}
*/
        
        