@charset "utf-8";

html {
  box-sizing: border-box;
  font-family: 'Bree Serif', serif;
}
@font-face {
    font-family: 'bebas_neuethin';
    src: url(fonts/bebasneue_thin-webfont.eot);
    src: url(fonts/bebasneue_thin-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue_thin-webfont.woff2) format("woff2"), url(fonts/bebasneue_thin-webfont.woff) format("woff"), url(fonts/bebasneue_thin-webfont.ttf) format("truetype"), url(fonts/bebasneue_thin-webfont.svg#bebas_neuethin) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'bebas_neuebook';
    src: url(fonts/bebasneue_book-webfont.eot);
    src: url(fonts/bebasneue_book-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue_book-webfont.woff2) format("woff2"), url(fonts/bebasneue_book-webfont.woff) format("woff"), url(fonts/bebasneue_book-webfont.ttf) format("truetype"), url(fonts/bebasneue_book-webfont.svg#bebas_neuebook) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url(fonts/bebasneue_bold-webfont.eot);
    src: url(fonts/bebasneue_bold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue_bold-webfont.woff2) format("woff2"), url(fonts/bebasneue_bold-webfont.woff) format("woff"), url(fonts/bebasneue_bold-webfont.ttf) format("truetype"), url(fonts/bebasneue_bold-webfont.svg#bebas_neuebold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'bebas_neuelight';
    src: url(fonts/bebasneue_light-webfont.eot);
    src: url(fonts/bebasneue_light-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue_light-webfont.woff2) format("woff2"), url(fonts/bebasneue_light-webfont.woff) format("woff"), url(fonts/bebasneue_light-webfont.ttf) format("truetype"), url(fonts/bebasneue_light-webfont.svg#bebas_neuelight) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url(fonts/bebasneue_regular-webfont.eot);
    src: url(fonts/bebasneue_regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue_regular-webfont.woff2) format("woff2"), url(fonts/bebasneue_regular-webfont.woff) format("woff"), url(fonts/bebasneue_regular-webfont.ttf) format("truetype"), url(fonts/bebasneue_regular-webfont.svg#bebas_neueregular) format("svg");
    font-weight: 400;
    font-style: normal
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {background: #fafafa;}

img, iframe {
  max-width: 100%;
}

a {
	text-decoration: none;
	transition: all .3s linear;}
	
a:hover img {
	opacity: .5;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}	

a:hover {
	color: #999 !important;
	transition: all .3s linear}

/*
a:after {
	content: "";
    font-size: 12px;
    color: #fafafa;
    padding-left: 12px;
	margin: 0 0 0 6px;
	background: url(img/external.png) no-repeat;
	background-size: contain;}
	*/
	
p iframe {
	margin: 0 -30px;
}

#header {
	width: 100%;
	background: url(img/bgheader.jpg) bottom center no-repeat;
	height: 660px;
	positon: relative;
	padding: 20px 0 0 0 ;
}


#header .content {
	width:100%;
}

#header #tracer {
	background: url(img/tracer.png) no-repeat;
	position: absolute;
	top: 20px;
	right: 5%;
	min-width: 650px;
	width: 45%;
	z-index:20;
	height:100%;
	max-height: 800px;
	background-size: contain;
	float: right
}

#header .content .block {
	margin: 5% !important;
	position: absolute;
	width:45%;
	min-width: 600px;
	z-index: 50;
	float: left;}

#header .content h1 {
	font-family: 'bebas_neueregular', 'Oswald', sans-serif;
	background: -webkit-linear-gradient(#fbab18, #face15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 50px;
	text-align: right;
	letter-spacing: 1px;
}

#header .content p {
	font-size: 24px;
	color: #eaeaea;
	line-height: 36px;
	text-align: right;	
	right: 0px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1)
}

#header .logo {
	width: 100%;
	position: relative;
	background: url(img/linelogo.png) no-repeat center;
	text-align:center;
	z-index: 19;
	
}

#header .logo .link {background: url(img/logo-overwatchers.png) no-repeat center;
	background-size: contain;
	text-indent:-9999px;
	width: 128px;
	height: 148px;
	display: block;
	margin: auto;
	position: relative;
	z-index: 100;}
	

#main {
	width: 100%;
	border: 1px solid red;
	margin: 0px auto;
}


.timeline {
  text-align: center;
}

.timeline a {
	color: #191919;
	text-decoration: none;}

.timeline .whole {
	width: 100%;
	height: 600px;
	background-size: cover;
	right: 0;
	left: 0;
	border-top: 6px solid #fbab18;
	position: relative;
	display: inline-block;
}
	
.timeline .whole .block {
	width: 30%;
	min-width: 500px;
	padding: 30px 40px;
	text-align: left;	
	position: absolute;
	left: 20%;
	bottom: 10%;
	display: block;
	background: rgba(0, 0, 0, 0.7);
	color: #fbab18;
	font-size: 20px;
	line-height: 28px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1)}
	
.timeline .whole .block a {
	color: #fbab18
	}

/*
.timeline .whole .block a:after {
	content: "";
    font-size: 13px;
    color: #ccc;
	margin: 0 0 0 4px;
    padding-left: 11px;
	background: url(img/external2.png) no-repeat;
	background-size: contain;}
	
*/
.timeline .year {
  display: inline-block;
  font-size: 52px;
  padding: 20px 0 40px;
  font-weight: bold;
  position: relative;
  
}
.timeline .year:before {
	content:"•";
	color: #face15;
}
.timeline .year span {
  display: inline-block;
  padding-bottom: 1px;
}
.timeline .year:after {
  content: "";
  display: block;
  width: 80%;
  margin: auto;
  height: 0px;
  background: #face15;
}
.timeline .year--end:before {
	content:"•";
	color: #face15;
}
.timeline .year--end:after {
  content: none;
}
.timeline .days {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.timeline .days .day {
  width: 100%;
  float: left;
}
.timeline .days .day .events {
  position: relative;
  float: left;
  border-right: 4px solid #17141a;
  padding: 30px;
  text-align: right;
  width: 50%;
}
.timeline .days .day .events:after {
  content: "";
  width: 40%;
  display: inline-block;
  height: 1px;
  background: #face15;
  position: absolute;
  right: 0;
}
.timeline .days .day .events .date {
  font-family: 'bebas_neueregular', 'Oswald', sans-serif;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  padding: 30px;
  text-align: left;
  color: #face15;
  font-size: 30px;
  white-space: nowrap;
}
.timeline .days .day .events .day__img {
  margin-right: -30px;
  position: relative;
  overflow: hidden;
}
.timeline .days .day .events .day__img img {
  display: block;
  float: right;
}
.timeline .days .day .events .day__img .caption {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.timeline .days .day:nth-child(odd) .events {
  width: calc(50% + 4px);
  float: right;
  border-right: 0;
  border-left: 4px solid #17141a;
  text-align: left;
}
.timeline .days .day:nth-child(odd) .events:after {
  right: auto;
  left: 0;
}
.timeline .days .day:nth-child(odd) .events .date {
  left: auto;
  right: 100%;
  text-align: right;
}
.timeline .days .day:nth-child(odd) .events .day__img {
  margin-right: auto;
  margin-left: -30px;
}
.timeline .days .day:nth-child(odd) .events .day__img img {
  float: left;
}
.timeline .days .day:nth-child(odd) .events .day__img .caption {
  right: auto;
  left: 0;
}
