/*@charset "utf-8";*/

/*ib is short for info box*/
/*tl is short for time line*/

body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:normal;
	font-size:16px;
	color:#111;
	background-image:url(../img/bg.png);
}


.textShadow{
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.shadow{
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

b{
	font-weight:700;
}

.centerText{
	text-align:center;	
}

.button:hover{
	cursor:pointer;
}

.noBullet{
	list-style:none;
	margin-left:-40px;
}

.noBullet li{
	font-size:16px;
}

h1{
	font-size:40px;
	text-align:center;
	color: #6ed2fb;
	margin-top:20px 0;
}

h2{
	font-weight:normal;
	margin:0;
	padding:25px auto;
	font-size:52px;
	text-align:left;
	color:#c8ccd3;
	text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.7);
}

h3{
	font-weight:normal;
	padding-bottom:10px;
	margin:0 auto;
	font-size:32px;
	text-align:left;
	color:#2e3b65;
	line-height: 1;
}

h4{
	font-weight:normal;
	margin:0 auto 0 -15px;
	font-size:32px;
	text-align:left;
	color:#fff;
	line-height: 1;
}

h5{
	margin: 10% 0 10px 0.35em;
	font-size:36px;
	text-align:left;
	font-weight:normal;
}

p{
	text-align:left;
	padding:0 15px 15px 15px;
	margin:auto;
	word-break:normal;
}

ul{
	margin-top:-15px;
	margin-left:-20px;
	text-align: left;
}

.indent{
	margin: -5px 0 -8px 0;
	text-indent: 30px;
}

.hangingIndent{
	text-indent: -2em;
	margin-top:30px;
}

.important{
	font-weight:700;
	color:#20b1f2;
	font-size:14px;
}

#container{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

#header{
	margin:0 auto;
	padding:0;
	height:10vh;
	width:100%;
	background:url(../img/header.png) no-repeat;
	background-size: auto;
	background-position: center;
}

#content{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	background-color:rgba(0,0,0,0.6);
}

.page{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	min-height:70vh;
	overflow:hidden;
	background:#fff;
	background:rgba(255,255,255,0.2);
}

.pageBody{
	position:relative;
	padding:20px;
	width:calc(100% - 40px);
	min-height:calc(100% - 35px);
	min-height:70vh;
	text-align:left;
}

#pageBody0{
	margin:auto;
	background:url(../img/tl_img.jpg) no-repeat center; 
	background-size:cover;
	background-position: left center;
}

.infoBox{
	position:relative;
	padding:20px 20px 40px 20px;
	width:35%;
	background-color: rgba(255,255,255,0.9);
}

.ib_description{
	margin-top:10px;
	padding:0;
}

.tl_Item{
	position:relative;
	margin:5px 0 0 0 ;
	padding:30px 0 0px 0;
	width:calc((100% - 80px) / 10);
	display:inline-block;
	text-align:left;
}

.tl_Item:hover{
	cursor:pointer;
}

.tl_dot{
	position:absolute;
	margin-left:calc((100% - 48px) / 2);
	bottom:-16px;
	height:10px;
	width:10px;
	background-color:#000;
	border:solid 2px #fff;
	border-radius: 50% 50% 50% 50%;
}

.tl_dot:hover{
	cursor:pointer;
	-ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.visitedDot{
	background-color:#666666;
}


.fillDot{
	background-color:#fff;
}

#datesContainer{
	position:absolute;
	padding: 0px 0 10px 0;
	width:100%;
	bottom:0;
	background-color:#444;
	background-color:rgba(50, 50, 50, 0.7);
	z-index: 4;
}

#datesBar{
	padding-bottom:8px;
	border-bottom:solid 2px #fff;
	color:#fff;
	box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.4);
}

.date{
	position:relative;
	margin: -15% 0 0 28%;
	-ms-transform:rotate(-45deg);
  	-moz-transform:rotate(-45deg);
  	-webkit-transform:rotate(-45deg); 
  	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	/*outline:dashed yellow 1px;*/
}

.date p{
	padding:0;
	margin:0;
}

.block{
	padding: 0 0 3px 3px;
	/*outline:dashed red 1px;*/
}

#myReferences{
	padding:40px 0;
	margin-left:calc(5% + 3em);
	width:calc(80% - 3em);
	word-wrap:break-word;
	word-break:normal;
}

#myReferences p{
	color:#fff;
}

/*______________↓ Buttons ↓_______________*/


.closeBtn{
	position:absolute;
	top:5px;
	right:5px;
	height:26px; 
	width:26px; 
	background:url(../img/closeBtn.png) no-repeat;
	z-index:4;
}

.closeBtn:hover{
	cursor:pointer;
	background:url(../img/closeBtnHover.png) no-repeat;
}

.nextBtn{
	position:fixed;
	right:0px;
	top:calc(50vh - 30px);
	width:30px; 
	height:38px; 
	background:url(../img/nextBtn_shadow.png) no-repeat;
}

.prevBtn{
	position:fixed;
	left:0px;
	top:calc(50vh - 30px);
	width:30px; 
	height:38px; 
	background:url(../img/prevBtn_shadow.png) no-repeat;
}

#replayIcon{
	position:relative;
	padding:0;
	margin:auto;
	height:80px;
	width:80px;
	background:url(../img/replayBtn.png) no-repeat;
}


#replayIcon:hover, .prevBtn:hover, .nextBtn:hover{
	opacity: 0.7;
}


.pulse{
	opacity: 1;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
	0%,100% { opacity: 1 }
  	50% { opacity: 0.25 }
}

/*Dot Navigation*/
.dotNav{
	margin-top:5px;
}

.dotUL{
	margin:0px;
	position:relative;
	text-align:center;
	width:70%;
}

.dotstyle ul {
    position: relative;
    display: inline-block;
    padding: 0;
    list-style: none;
}
 
.dotstyle li {
    position: relative;
	display:inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
	clear:both;
}

.dotstyle a:hover{
	cursor:pointer;	
}
 
.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #666;
    background-color: rgba(255,255,255,0.4);
    text-indent: -999em;
    position: absolute;
	cursor: default;
}

/* Dot Nav fill up */
.dotstyle-fillup li a {
    overflow: hidden;
    background-color: rgba(0,0,0,0);
	box-shadow: inset 0 0 0 2px #666;
    transition: background 0.3s;
}
 
.dotstyle-fillup li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
  	background-color: #666;
	box-shadow: inset 0 0 0 2px #666;
    transition: height 0.3s;
}
 
.dotstyle-fillup li.currentDot a::after {
    height: 100%;
}

.visited{
	border-radius:50%;
	background-color: #111;
	background-color: rgba(10,10,10,0.8);
	box-shadow: inset 0 0 0 2px #111;
}
/*End Dot Navigation*/

@media (min-width: 0px) and (max-width: 950px) {
	#header{
		max-height:86px;
		background-size: contain;
		background-position: center;
	}
	
	h3{
		font-size: 36px;
	}
	
	.infoBox{
		width:calc(60% - 40px);
	}
	
	.date{
		position:relative;
		margin-left:35%;
		padding:0px 0 5% 0;
	}
	
	img{
		width:100%;
	}
}

@media (min-width: 0px) and (max-width: 595px) {
	body{
		font-size:15px;
	}
	
	.infoBox{
		width:calc(100% - 40px);
	}
	
	.date{
		position:relative;
		margin-left:0;
		padding:0px 0 8% 0;
	}
}
