@charset "utf-8";
/* CSS Document */
#map-view {
  width: 100%;
  /*height: 700px;*/
}
#googleMap{
        border: 1px dashed #C0C0C0;
        width: 100%;
        height: 700px;
        font-family: 'New Rail Alphabet Light', Arial, serif;
        background: transparent !important;
        border: none;
      }

      /* cluster */
      .cluster{
      	color: #FFFFFF;
      	text-align: center;
      	font-family: 'New Rail Alphabet Light', Arial, serif;
      	font-size:14px;
      	font-weight:bold;
      	text-shadow: 0 0 2px #000;
        -moz-text-shadow: 0 0 2px #000;
        -webkit-text-shadow: 0 0 2px #000;
        padding-top: 2px;
      }
      .cluster-1{
        background: url(/wp-content/themes/eoc/public/img/map_cluster.png) no-repeat;
        line-height:40px;
      	width: 40px;
      	height: 40px;
      }
      .cluster-2{
        background: url(/wp-content/themes/eoc/public/img/map_cluster.png) no-repeat;
        line-height:40px;
      	width: 40px;
      	height: 40px;
      }
      .cluster-3{
        background: url(/wp-content/themes/eoc/public/img/map_cluster.png) no-repeat;
        line-height:40px;
      	width: 40px;
      	height: 40px;
      }

      /* infobulle */
      .infobulle{
        overflow: hidden;
        cursor: default;
        clear: both;
        position: relative;
        height: 230px;
		    width: 250px;
        padding: 20px 18px;
        background-color: rgb(70, 72, 84);
         color: rgb(237, 239, 242);
         font-family: 'New Rail Alphabet Light', Arial, serif;
         font-size: 16px;
      }
      .infobulle .title{ border-bottom: 1px solid rgb(103,105,116); padding-bottom: 16px; font-weight: bold; }
	  .infobulle .left{ float: left; padding-top: 16px; width: 49%; }
	  .infobulle .right{ float: right; padding-top: 16px; width: 49%;}
	  .infobulle .bottom{ position: absolute; bottom: 0; left: 0;	right: 0;	height: 50px;	background: rgb(255,111,73); font-size: 18px; font-weight: bold; line-height: 48px; padding: 0 18px;}
    .infobulle .bottom a{color: rgb(237, 239, 242);}
    .infobulle .bottom a:hover {color: rgb(70, 72, 84);}
    .arrow{ position: absolute; right: 0px; height: 40px; width: 40px; background: url(/wp-content/themes/eoc/public/img/map_info_pointer.png) no-repeat; }
