html,body {
	height: 100%;
}

#intro a {
	color: red;
}

body {
	background-color: black;
	color: white;
	font-family: 'Source Sans Pro', Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	opacity: 0;
}

#viz {
	margin: 0 auto;
}

.header {
	position: fixed;
	top: 0;
	z-index: 11;
	width: 100%;
}
.header .victimImg {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
}

.header .line1 {
	position: relative;
	z-index: 10;
	padding: 4px 10px 0;
}

.header .line2 {
	height: 40px;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	position: relative;
	z-index: 10;
	margin: 8px 0 20px;
}

.header .line2 .statContainer {
	width: 1000px;
}

.header .line2 .statContainer>div {
	float: left;
}

.headerStat>div {
	float: left;
}

.header .title {
	opacity: 0;
	float: left;
	font-weight: bold;
	font-size: 30px;
}

.total {
	opacity: 0;
	float: right;
}

.total>div {
	float: left;
}

.header .val {
	font-size: 30px;
	font-weight: bold;
}

.header .pct {
	font-size: 11px;
	font-weight: 600;
	margin-top: 16px;
	margin-left: 6px;
	display: none;
}

.header .lblBottom {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 10px;
	margin-top: 17px;
	letter-spacing: 2px;
}

.line2 .other {
	background: #aa9;
}

.line2 .other>div {

}

.line2 .target {
	background: white;
	height: 38px;
}

.line2 .lblTop {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 10px;
	position: absolute;
	left: 5px;
}

.line2 .val {
	position: absolute;
	left: 5px;
	top: 10px;
	font-size: 25px;
}

.line2 .highProfileLbl.lblTop {
	left: 5px;
	margin-left: 0;
	right: auto;
}

.line2 .highProfileVal {
	left: 5px;
	right: auto;
}

.line2 .otherLbl.lblTop {
	right: 5px;
	margin-right: 0;
	left: auto;
}

.line2 .otherVal {
	right: 5px;
	left: auto;
}

.line2 .otherVal .otherPct {
	margin-right: 5px;
}

.header .highProfileLbl {
	display: none;
}
.header .highProfileVal .pct {
	display: none;
}
.header .highProfileVal .value {
	display: none;
}


.header .hideMap {
	position: absolute;
	top: 0;
	background-color: #000;
	width: 100%;
	height: 87px;
}

.headerStat {
	padding: 2px 0px 0;
	position: relative;
	height: 38px;
	overflow: hidden;
}

.headerStat.animated {
	-webkit-transition: width 0.6s ease-in-out;
	transition: width 0.6s ease-out;
}

.headerStat.children {
	margin-right: 1px;
	background: red;
}

.headerStat.civilian {
	margin-right: 1px;
	background: #7a0000;
}

.headerStat.other {
	margin-right: 1px;
}
.headerStat.other .targetPointer {
	display: none;
	position: absolute;
	top: 34px;
	left: -37px;
}
.headerStat.target .targetPointer {
	display: none;
	position: absolute;
	top: 34px;
	right: -49px;
}
.controls {
	position: relative;
	opacity: 0;
	cursor: pointer;
	list-style-type: none;
	margin: 3px 0 0;
	padding: 0 10px;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.mapBackground {
		opacity: 0;
		background: rgba(0, 0, 0, 0.1) url('images/countryBG.png') 50% 0 no-repeat;
		position: absolute;
		top:0;
		width: 100%;
		height: 80px;
}
.controls li {
	float: left;
	background: rgba(0,0,0, 0.7);
	text-transform: uppercase;
	margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
	border-bottom: 3px black solid;
	-webkit-transition: border-color 0.1s ease-out;
	-moz-transition: border-color 0.1s ease-out;
	-o-transition: border-color 0.1s ease-out;
	transition: border-color 0.1s ease-out;
}

.controls li.active,.controls li:active {
	border-color: red;
}

.controls li:hover {
	border-color: #7a0000;
}

.controls li.active:hover {
	border-color: red;
}

.controls.inactive li {
	cursor: default;
}

.controls li.lang {
	float: right;
	margin-right: 0;
	border: 1px solid #aa9;
	padding: 0 3px;
	color: #aa9;
}

.controls li.lang:hover {
	border: 1px solid red;
}

.controls li.lang.active {
	border: 1px solid red;
	color: #fff;
	pointer-events: none;
}

.controls li.lang a {
	color: white;
	text-decoration: none;
}

.canvases {
	position: relative;
	overflow-x: hidden;
	margin-top: -160px;
	z-index: 1;
	top: 134px;
	width: 100%;
	height: 1040px;
}

.canvases img,.canvases canvas {
	position: absolute;
}

.canvases .bg {
	z-index: 2;
}

.canvases .overlay {
	z-index: 10;
}

.canvases canvas {
	z-index: 5;
}

.introText {
	font-weight: 600;
	position: absolute;
	z-index: 20;
	font-size: 24px;
	display: none;
	top: 270px;
}

.canvases svg {
	z-index: 10;
	position: absolute;
	shape-rendering: crispEdges;
}

svg .svgRectCovers rect {
	fill: black;
	pointer-events: none;
}

svg .death {
	stroke: black;
}

svg .deathHidden {
	opacity: 0.4;
}

svg .child {
	fill: rgb(255, 0, 0);
}

svg .civilian {
	fill: rgb(122, 0, 0);
}

svg .other {
	fill: #aa9;
}

svg .target {
	fill: rgb(255, 255, 255);
}

svg image {

}

svg .yearLbl {
	font-size: 16px;
	fill: white;
	text-anchor: middle;
}

svg .yearDashedLine {
	opacity: 0;
	stroke: #5d5d5d;
	stroke-dasharray: 5, 4;
}

svg .victimStatAttacks {
	opacity: 0;
	fill: white;
	text-anchor: end;
}

svg .victimStatVictims {
	opacity: 0;
	fill: red;
	text-anchor: end;
}

svg .victimsStat {
	font-size: 26px;
	font-weight: bold;
	text-anchor: end;
	opacity: 0;
}

svg .victimsStat.attacks {
	fill: white;
}

svg .victimsStat.victims {
	fill: red;
}

svg .victimsLbl {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-anchor: end;
	opacity: 0;
}

svg .victimsLbl.attacks {
	fill: white;
}

svg .victimsLbl.victims {
	fill: red;
}

svg .yearLbls rect {
	fill: black;
	opacity: 0.5;
}

svg .monthName {
	fill: white;
	font-size: 11px;
}

svg .deathImage {
	display: none;
}

svg .bucketStat {
	opacity: 0;
}

svg .bucketStats {
	pointer-events: none;
}

svg .bucketStats text {
	text-anchor: middle;
	fill: #fFf;
}

svg.bucketStats text.statValue {
	font-weight: bold;
}

svg .bucketStats .attacksTxt,
svg .bucketStats .deathsTxt {
	font-size: 12px;
}

svg .bucketStats circle {
	fill: red;
}

.deathTT {
	pointer-events: none;
	position: absolute;
	z-index: 24;
	font-size: 13px;
	display: none;
	width: 311px;
}

.deathTT .arrow {
	background: url('images/ttArrows.png') 0 0 no-repeat;
	height: 9px;
	width: 11px;
	z-index: 5;
}

.deathTT .ttContent,.deathTT .arrow {
	position: absolute;
}

.deathTT .left {
	top: 0;
	left: 0;
}

.deathTT .right {
	top: 0;
	left: 336px;
	background-position: -11px 0;
}

.deathTT .ttContent {
	top: 0;
	left: 10px;
	z-index: 3;
	border: 1px solid #5f5f5f;
	background: rgba(0, 0, 0, 0.9);
	width: 305px;
	padding: 10px;
	position: relative;
}

.deathTT .victimText {
	margin-bottom: 10px;
	font-size: 15px;
}

.deathTT .stats>div {
	float: left;
}

.deathTT .stat {
	font-size: 20px;
	font-weight: 600;
	width: 35px;
	padding-top: 4px;
	height: 31px;
	text-align: center;
	margin-right: 5px;
	border: 2px solid white;
}

.deathTT .stat.numDeaths {
	border-color: #aa9;
}
.deathTT .stat.numChildren {
	border-color: red;
}
.deathTT .stat.numCivs {
	border-color: #7a0000;
}

.deathTT .statLbl {
	margin-right: 20px;
	margin-top: 2px;
	line-height: 12px;
	padding-top: 7px;
}

.deathTT .statLbl.otherDeathsLbl {
	margin-right: 0;
}


.deathTT .date {
	/*position: absolute;
	top: 11px;
	left: 10px;*/
	font-size: 14px;
	margin-bottom: 10px;
}

.deathTT .whereLocation {
	font-weight: bold;
	margin: 2px 0 5px;
}

.deathTT .targets {
	position: relative;
	width: 325px;
	color: black;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #5f5f5f;
	top: -1px;
	left: 10px;
}

.deathTT .targets .text {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	padding-bottom: 10px;
	width: 90%;
}

.deathTT .targets .target {
	font-weight: bold;
	margin-bottom: 12px;
  font-size: 16px;
  display: inline-block;
  border-bottom: 2px solid black;
  padding-bottom: 3px;

}

.deathTT .targets .name {
	font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 15px;
}

.deathTT .monthlyTotals {
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid white;
	padding-bottom: 5px;
	display: inline-block;
}
.deathTT .monthlyTotals span {
	font-size: 18px;
}
.deathTT .description {
	width: 90%;
}

.news {
	opacity: 0;
	width: 1000px;
	margin: 0 auto;
	margin-top: 134px;
	padding-bottom: 10px;
}

.news h2 {
	margin-top: 0;
}

.news .article {
	padding: 5px;
	position: relative;
	float: left;
	background: red;
	width: 300px;
	margin: 1px;
}

.news .articleTwoCol {
	width: 612px;
}

.news .articleThreeCol {
	width: 924px;
}

.news .article .source {
	position: absolute;
	top: 5px;
	left: 5px;
	color: black;
	font-size: 12px;
	font-weight: 600;
}

.news .article .date {
	position: absolute;
	top: 5px;
	right: 5px;
	color: black;
	font-size: 12px;
	font-weight: 600;
}

.news .article .title {
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1em;
	font-size: 14px;
}

.news .article .title a {
	color: white;
	text-decoration: none;
}

.news .article .title a:hover {
	text-decoration: underline;
}

#intro {
	font-size: 24px;
	z-index: 30;
	font-weight: bold;
	position: absolute;
	top: 0;
	text-align: center;
	opacity: 0;
}

#intro .text {
	height: 65px;
}

#intro .nextBtn {
	cursor: pointer;
	width: 50px;
	height: 49px;
	background: transparent url('images/nextBtn.png') 0 0 no-repeat;
	margin:40px auto 0;
	/*
	padding-bottom: 3px;
	font-size: 14px;
	border-bottom: 3px solid white;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	*/
}
#intro .nextBtn:hover {
	background-position: 0 -49px;
}

#overlay {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 25;
}

#introCanvasContainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 27;
	width: 100%;
	text-align: center;
}

#introCanvasContainer canvas {
	position: absolute;
	top: 0;
	left: -webkit-calc(50% -   500px);
	left: calc(50% -   500px);
}
#info {
	position: fixed;
	width: 900px;
	top: 5%;
	display: none;
	left: -webkit-calc(50% -   450px);
	left: calc(50% -   450px);
	z-index: 40;
	height: 95%;

}
#infoContent {
	overflow-y: scroll;
	max-height: 90%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 50px;
	font-size: 14px;
}

#info .col {
	float: left;
	width: 350px;
	margin-right: 50px;
}

#info .title {
	font-size: 20px;
	margin-bottom: 20px;
}

#info .infoHeader {
	font-size: 16px;
	margin-bottom: 5px;
}

#info .body {
	margin-bottom: 20px;
}

#info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#info li {

}

#info a {
	color: #ff0000;
}

#info .close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 30px;
	cursor: pointer;
}

#share {
	position: fixed;
	width: 150px;
	top: 130px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 40;
	padding: 50px;
	left: -webkit-calc(50% -   125px);
	left: calc(50% -   125px);
	font-size: 18px;
	display: none;
}

#share ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#share ul li {
	margin-bottom: 20px;
	cursor: pointer;
}

#share ul li:hover {
	text-decoration: underline;
}

#share ul li:last-child {
	margin-bottom: 0;
}
#share ul li .icon {
	width: 37px;
	height: 37px;
	background: transparent url('images/shareSprite.png') 0 0 no-repeat;
	float: left;
}
#share ul li .name {
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}
#share .fb .icon {
	background-position: 0 0;
}
#share .twitter .icon {
	background-position: 0 -49px;
}
#share .gplus .icon {
	background-position: 0 -143px;
}
#share .email .icon {
	background-position: 0 -96px;
}

#share .close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 30px;
	cursor: pointer;
}

#news-flag {
	display: none;
	z-index: 1;
	position: fixed;
	bottom: 20px;
	left: 10px;
	font-size: 14px;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

#news-flag-text {
	padding: 4px 8px;
	background-color: red;
	border: 1px solid #5f5f5f;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

@media screen and (max-width: 1100px) {
	.introText {
		font-size: 20px;
	}
	#intro {
		font-size: 18px;
	}
}

@media screen and (max-width: 1250px) and (min-width: 1100px) {
	.introText {
		font-size: 20px;
	}
	#intro {
		font-size: 20px;
	}
}