/* General
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden {
	display: none!important;
}

.cf {
  clear: both;
}

.light {
	font-size: smaller;
	color: #888;
}

#debug {
	position: fixed;
	top: 5px;
	left: 5px;
	color: #F00;
	opacity: 1;
	font-family: sans-serif;
	font-size: 0.8rem;
	z-index: 1;
}

/* VIZ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#viz {
	position: relative;
	background: #FAFAFC;
	padding: 10px 15px;
	
	background: #FFF;
	padding: 0;
}

#viz h1, #viz h2, #viz h3, #viz h4, #viz h5, #viz h6 {
	font-family: 'DharmaGothicE', sans-serif;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	line-height: 1;
	border:  none;
}

#viz p,
#viz th,
#viz td {
	font-family: "Droid Serif", serif;
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
	line-height: 1.35;
}

#viz caption {
	text-align: left;
  font-family: "Droid Serif", serif;
  font-size: 0.8rem;
  line-height: 1.4;
  color:  #444;
  margin-bottom: 7px;
}

#viz .legend {
  font-family: "epocapro", sans-serif;
  font-size: 0.9rem;
  font-weight: 100;
	line-height: 1.35;
	margin-bottom: 5px;
}

#viz .legend img {
  height: 1.2rem;
  vertical-align: bottom;
}

#viz .trigger span {
	color: #FFF;
	padding: 1px 2px;
  border-bottom: 1px dotted #FFF;
  cursor: pointer;
}

#viz .trigger span:hover {
  background-color: rgba(0,0,0,0.5);
  border-color: rgba(0,0,0,0);
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#viz .header {
	margin-bottom: 20px;
}

#viz .header h1 {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 15px;
}
#viz .header img {
	width: 100%;
	margin-bottom: 10px;
}
#viz .header p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 10px;
}
#viz .header .social-links-placeholder {
	background: #3C5A98;
	height: 36px;
	margin: 10px 0;
}

/* Map
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#map {
  height: 50vh;
  background: #FFF;
	0border-bottom: 2px solid #484848;
	margin-bottom: 10px;
}

#viz .leaflet-popup {
	width: 200px;
}

#viz .leaflet-popup-content-wrapper {
	border-radius: 0;
}

#viz .leaflet-popup .info {
	text-align: center;
	background: #E5454D;
}

#viz .leaflet-popup .info .date {
	padding: 5px;
  font-family: "DharmaGothicE", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 0px;
}

#viz .leaflet-popup .info .nom {
	font-family: "DharmaGothicE", sans-serif;
	font-size: 1.5rem;
	line-height: 1;
	margin: 0;
	background: #DDD;
	background: rgba(0,0,0,0.4);
	color: #FFF;
	padding: 7px 0;
}

#viz .leaflet-popup .info .description {
	display: none;
	font-size: 0.85rem;
	text-align: left;
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 7px 10px;
	max-height: 100px;
	overflow: auto;
	background: #EEE;
}

#viz .leaflet-popup .info .trigger {
  font-family: "Epocapro", sans-serif;
  font-size: 0.8rem;
	color: #FFF;
	background: rgba(0,0,0,0.2);
	padding: 7px 0;
}

#viz .info .trigger i {
  margin-right: 10px;
  opacity: 1;
}

/* Horizontal Timeline
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#viz #h-timeline {
	height: 20vh;
	background: #000;
	margin-bottom: 10px;
}
#viz #h-timeline g.event .dot {
	fill: #484848;
	fill: #CCC;
  fill-opacity: 1;
	pointer-events: none;
}
#viz #h-timeline g.event.murder .dot {
	fill: #E5454D;
}
#viz #h-timeline g.event .hit-target {
	fill-opacity: 0;
	stroke: #FFF;
	stroke-width: 3px;
	stroke-opacity: 0;
	cursor: pointer;
}
#viz #h-timeline g.event.highlighted .hit-target,
#viz #h-timeline g.event .hit-target:hover {
	stroke: #CCC;
	stroke-opacity: 0.5;
}
#viz #h-timeline g.event.murder.highlighted .hit-target,
#viz #h-timeline g.event.murder .hit-target:hover {
	stroke: #E5454D;
}
#viz #h-timeline g.event.selected .hit-target {
	stroke: #7D191A;
	stroke: #AC2324;
	stroke-opacity: 1;
	fill: #AC2324;
	fill: #7D191A;
	fill-opacity: 0.8;
}
#viz #h-timeline g.event.selected .dot {
	fill: #FFF;
}

#viz #h-timeline path.line {
  fill: none;
  stroke: #666;
  stroke-width: 1.5px;
}

#viz #h-timeline path.area {
  fill: #e7e7e7;
}

#viz #h-timeline .axis {
  shape-rendering: crispEdges;
}

#viz #h-timeline .x.axis line {
  stroke: #fff;
	stroke-opacity: 0.2;
}

#viz #h-timeline .x.axis text {
	font-family: "Epocapro", sans-serif;
	font-weight: 100;
	font-size: 0.7rem;
  fill: #fff;
}

#viz #h-timeline .x.axis .minor {
  stroke-opacity: .5;
}

#viz #h-timeline .x.axis path {
  display: none;
}

#viz #h-timeline .y.axis line,
#viz #h-timeline .y.axis path {
  fill: none;
  stroke: #FFF;
}



/* Vertical Timeline
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
#v-timeline {
  background: #FFF;
	background: #111111;
	padding: 1px 20px;
}

#v-timeline .timeline::before {
	background: #000;
}

#v-timeline .timeline-content {
	background: #000;
	color: #FFF;
	font-size: 0.9rem;
}

#v-timeline .murder .timeline-content {
	background: #E5454D;
	color: #FFF;
}

#v-timeline .timeline-content .timeline-date {
	color: #E5454D;
  font-family: "Epocapro", sans-serif;
	width: 120px;
	top: 5px;
}

#v-timeline .timeline-content .timeline-date {
	color: #000;
}

#v-timeline .murder .timeline-content .timeline-date {
}

#v-timeline .timeline-block:nth-of-type(2n) .timeline-content .timeline-date {
	text-align: right;
}

#v-timeline .timeline-icon i {
	color: #000;
}

#v-timeline .timeline-block.murder .timeline-icon i {
	color: #E5454D;
}
*/
	#v-timeline .timeline::before {
	  background: #484848;
  }

	#viz #v-timeline {
		background: #000;
		padding: 10px 20px;
	}
	
	#viz #v-timeline .timeline-date {
		font-family: "Epocapro", sans-serif;
		font-size: 0.9rem;
		font-weight: 400;
		color: #FFF;
	}
	
  #viz #v-timeline .timeline-icon {
		background: #111111;
	}
  @media screen and (max-width: 800px){
  	#viz #v-timeline .timeline-icon {
			display: none;
  	}
  }
	
  #viz #v-timeline .timeline-icon i {
		color: #484848;
	}
	#viz #v-timeline .murder .timeline-icon i {
		color: #E5454D;
	}
	#viz #v-timeline .timeline-content {
		background: #484848;
		color: #fff;
		border: none;
		width: 100%;
	}
	#viz #v-timeline .murder .timeline-content {
		background: #E5454D;
		color: #fff;
	}
	#viz #v-timeline .murder .timeline-content {
		background: #E5454D;
		color: #fff;
	}
	
	#viz #v-timeline .timeline-block.highlighted .timeline-content {
	}

	#viz #v-timeline .timeline-content .header {
		font-family: "DharmaGothicE", sans-serif;
		font-size: 1.2rem;
		letter-spacing: 1px;
		margin-bottom: 10px;
		opacity: 0.75;
	}
	#viz #v-timeline .timeline-content .header i {
		margin-right: 10px;
	}
	#viz #v-timeline .timeline-content .trigger {
		font-family: "Epocapro", sans-serif;
		font-size: 0.9rem;
	}

  @media screen and (max-width: 800px){
		#viz #v-timeline .timeline::before {
			background: rgba(255,255,255,0.1);
		}
  	#viz #v-timeline .timeline-block .small-screen-timeline-date {
			color: #FFF;
			font-family: "Epocapro", sans-serif;
			font-size: 0.9rem;
			text-align: center;
			margin-bottom: 5px;
			background: #000;
  	}
  	#viz #v-timeline .timeline-content .timeline-date {
			display: none;
  	}
  }

  #viz #v-timeline .timeline-content .trigger {
		margin-right: 20px;
	}
  #viz #v-timeline .timeline-content .trigger i {
		margin-right: 5px;
		opacity: 0.75;
	}
	#viz #v-timeline .timeline-content .trigger a {
		text-decoration: none;
		color: #FFF;
		padding-bottom: 1px;
		border-bottom: 1px dotted #FFF;
	}


#viz #v-timeline .gallery {
	margin-top: 10px;
}
#viz #v-timeline .gallery .img-container:not(:last-child) {
	margin-bottom: 10px;
}
#viz #v-timeline .gallery img {
	width: 100%;
  border: 1px solid rgba(0,0,0,0.2);
}

/* Helpers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Larger than mobile
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 360px) {
}

@media (min-width: 550px) {
  #viz .header h1 {
   	font-size: 4rem;
		margin-bottom: 20px;
  }
	#viz #map {
	}
	#viz #timeline {
	}
}

@media (min-width: 800px) {
	#viz h2 {
		font-size: 2rem;
	}
	
	#viz p.legend {
		font-size: 0.9rem;
		margin-bottom: 10px;
	}

	#viz .header .social-links-placeholder {
	  margin: 20px 0;
  }
	
	#viz #map {
		height: 60vh;
	}

	#viz #v-timeline .timeline-content {
		width: 45%;
	}
}

@media (min-width: 1000px) {
}

@media (min-width: 1200px) {}


/*
#viz {
	padding: 0;
}
#viz .header {
	z-index: 2;
	padding: 10px 0;
	color: #FFF;
	background-image: url(../media/e4365f94-406d-428e-8097-30a20e3fbce5_ORIGINAL.jpg);
  opacity: 0.5;
}
#viz .header img {
	display: none;
}
#viz .header h1,
#viz .header p,
#viz .header .social-links-placeholder {
	margin: 20px;
}

#viz #map {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}
*/
