/*------------------------------------------------------------------*/
/*---------- CORE STYLE ---------*/
#infobox-points {
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 270px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-25%, -175px) !important;
  transform: translate(-25%, -135px) !important;
  border-radius: 6px; }

#infobox-points:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 57px;
  border-top: 10px solid white;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent; }

.infobox-points-style {
  background-color: #ffffff;
  height: 120px; }

/*------- CLOSE BUTTON -----------*/
#infobox-points .dv-point-close-btn {
  display:none;
  top: -10px;
  right: -10px;
  z-index: 99999;
  width: 18px;
  height: 18px; }

#infobox-points .dv-point-close-btn:before {
  width: 2px;
  height: 10px;
  top: 4px;
  left: 8px; }

#infobox-points .dv-point-close-btn:after {
  width: 10px;
  height: 2px;
  top: 8px;
  left: 4px; }

/* --------- IMG -------------*/
#infobox-points img {
  max-width: 100%;
  height: auto; }

#infobox-points .dv-img {
  width: 85px;
  text-align: center;
  max-height: 75px;
  vertical-align: middle;
  display: table-cell;
  float: left;
  margin: 0px 0px 0px 5px; }

#infobox-points .dv-img img {
  height: 60px;
  width: 80px; }

/* ---------- TEXT ----------------*/
#infobox-points .dv-containter {
  width: 270px;
  height: 75px; }

#infobox-points .dv-title {
  z-index: 9999999999999999999;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 10px 3px 10px 3px;
  line-height: 1.2em;
  height: 45px; }

#infobox-points .dv-title a {
  /*font-weight: 800;*/
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 0.167em;
  color: #17191A; }

#infobox-points .dv-title a.title:hover {
  color: #ce6f1e; }

#infobox-points .dv-description {
  float: right;
  width: 173px;
  height: 75px;
  padding: 2px 2px 0px 5px;
  margin: 2px 2px 0px 5px; }

#infobox-points .dv-full-description {
  width: 270px;
  height: 75px;
  text-align: -webkit-center; }
  
  #dv-right-side h3,h4{
	color:black;
}
#dv-time-selector{
	background-color:#2d4b5a;
	height:130px;
}
#dv-time-selector h4{
	color:#fff;
	padding-bottom:15px;
}
.tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	font: 400 12px/12px Arial;
	border-radius: 3px;
	background: #fff;
	top: -43px;
	padding: 5px;
	left: -9px;
	text-align: center;
	width: 50px;
}
.tooltip strong {
	display: block;
	padding: 2px;
}
#dv-time-selector span{
	color:#fff;
}
.dv-filter-btn{
	background-color: #ff893b !important;
	border-color: #ff893b;
	color: #fff;
	position: absolute;
	top: 130px;
	left: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}
.dv-left-side-close{
	left:-300px; !important
}


.dv-filter-close-btn:after{
	content: "-";
	width: 40px;
	height: 40px;
	line-height: 34px;
	font-size: 30px;
	color: #fff;
}
.dv-filter-open-btn:after{
	content: "+";
	width: 40px;
	height: 40px;
	line-height: 34px;
	font-size: 30px;
	color: #fff;
}
.dv-event-btn{
	background-color: #ff893b !important;
	border-color: #ff893b;
	color: #fff;
	position: absolute;
	top: 210px;
	right: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}
.dv-event-close-btn:after{
	content: "-";
	width: 40px;
	height: 40px;
	line-height: 34px;
	font-size: 30px;
	color: #fff;
}
.dv-event-open-btn:after{
	content: "+";
	width: 40px;
	height: 40px;
	line-height: 34px;
	font-size: 30px;
	color: #fff;
}

#dv-map-type-selector li:hover{
	opacity:1;
	color:#ff893b;
}



#dv-map-type-selector li{
	opacity:0.5;
	float:left;
	width:50%;
	cursor:pointer;
}

.type-active{
	opacity:1 !important;
	color:#c14d00;
}

.gmnoprint div img{
	 max-width: none !important;
}

.gm-style-iw + div {display: none;}

li{
	cursor:pointer;
}

.dv-map-history h4{
	width:33.3%;
}
.dv-map-history .dv-content{
	width:60%;
}