/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}

i.fa{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	/*position:relative;
	color:#FFFFFF;
	top:30px;
	font-size:18px;
	z-index:99999;*/
}
    .fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	}
/*	div.camIcon{
		width:100%;
	}*/
	div.camIcon img{
		z-index:99999;
		position:relative;
		top:-14px;
		left:0px;
		float:right:


	}

/*-------------------------
	General Styles
--------------------------*/


html{
	background:url('img/tl-xtile.png') repeat #eeefef;
}


body{
	min-height: 700px;
    padding: 0 0 50px;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	overflow:hidden;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

section, footer, header{
	display: block;
}


/*----------------------------
	Styling the timeline
-----------------------------*/


#timeline{
	background:none;
}

.slider .slider-container-mask .slider-container{
	background:none;
}

#timeline div.navigation{
    background: url('img/timeline_bg.jpg') repeat;
    border-top:none;
}

/* Creating the 3D effect for the timeline navigation */

#timeline div.navigation:before{
	position:absolute;
	content:'';
	height:40px;
	width:100%;
	left:0;
	top:-40px;
	background: url('img/timeline_bg.jpg') repeat;

}

#timeline div.navigation:after{
	position:absolute;
	border-top-color: #68676c;
    border-top-width: thin;
	content:'';
	height:1px;
	width:100%;
	left:0;
	top:-40px;
	background:repeat-x;

	background-image: linear-gradient(bottom, #434446 0%, #68676c 100%);
	background-image: -o-linear-gradient(bottom, #434446 0%, #68676c 100%);
	background-image: -moz-linear-gradient(bottom, #434446 0%, #68676c 100%);
	background-image: -webkit-linear-gradient(bottom, #434446 0%, #68676c 100%);
	background-image: -ms-linear-gradient(bottom, #434446 0%, #68676c 100%);
	opacity:.3;
}


/* Adding a darker background to the timeline navigation */

#timeline div.timenav-background{
	background-color:#f0e1c4 !important;
 	/*background-color:rgba(0,0,0,0.0) !important;*/

}

#timeline .navigation .timenav-background .timenav-interval-background{
	background:none;
}

#timeline .top-highlight{
	background-color:transparent !important;
}

/* The zoom-in / zoom-out toolbar */

#timeline .toolbar{
	border:none !important;
	background-color: #006993 !important;
}

#timeline .toolbar div{
	border:none !important;
}

/* Styling the timeline numbers on the bottom */

#timeline .navigation .timenav .time .time-interval-minor .minor{
	margin-left:-1px;
}

#timeline .navigation .timenav .time .time-interval div{
	color: #68676c;
}

/* The vertical lines */

#timeline .navigation .timenav .content .marker .line {
	background: #eeefef;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.05);
}

#timeline .navigation .timenav .content .marker .dot {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px 3px 3px 3px;
}

/* The previous / next arrows & labels */

.slider .nav-previous .icon {
	background: url("timeline.png") no-repeat scroll 0 -293px transparent;
}

.slider .nav-previous,.slider .nav-next{
	/*font-family:'Segoe UI',sans-serif;*/
}

/*.slider .nav-previous{
	left:26px;
}
.slider .nav-next{
	right:-26px;
}
*/
.slider .nav-next .icon {
	background: url("timeline.png") no-repeat scroll 72px -221px transparent;
	width: 70px !important;
}

.slider .nav-next:hover .icon{
	position:relative;
	/*right:-5px;*/
}

.slider .nav-previous:hover, .slider .nav-next:hover {
    color: #006993;
    cursor: pointer;
}

#timeline .thumbnail {
	border: medium none;
}

/* Color of the headings */

#timeline h1, #timeline h2, #timeline h3, #timeline h4, #timeline h5, #timeline h6{
	color:#53555c;
}

/* The loading screen */

#timeline .feedback {
	background-color: #222222;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
	border:none;
}

#timeline .feedback div{
	color: #AAAAAA;
	font-size: 14px !important;
	font-weight: normal;
}


/*----------------------------
	The Slides
-----------------------------*/


#timeline .slider-item h2{
	font-family:'Antic Slab','Segoe UI',sans-serif;
    font-family: "ff-meta-serif-web-pro",serif;
    font-family: Georgia, serif;
    font-style: normal;
}

#timeline .slider-item h3{
	font-family:'Antic Slab','Segoe UI',sans-serif;
    font-style: bold;
	font-weight:400;
}

#timeline .slider-item h2{
	color:#006993;
}

#timeline .slider-item p{
	font-family:'Segoe UI',sans-serif;
}


#timeline .slider-item img,
#timeline .slider-item iframe{
	border:none;
}

/* Customizing the first slide - the cover */

#timeline .slider-item:nth-child(1) h2{
	color:#006993;
    font-family: "Georgia",Times New Roman,Times,serif;
	background:rgba(0,0,0,0.0);
	white-space: nowrap;
	padding:10px 5px 5px 20px;
	position:relative;
	right:-60px;
	z-index:10;
}

#timeline .slider-item:nth-child(1) p i{
	font:normal normal 40px 'Dancing Script','Segoe UI',sans-serif;
	background:rgba(0,0,0,0.0);
	white-space: nowrap;
	padding:5px 20px;
	position:relative;
	right:-60px;
	z-index:10;
}

#timeline .slider-item:nth-child(1) p .c1{
	color:#1bdff0;
}

#timeline .slider-item:nth-child(1) p .c2{
	color:#c92fe6;
}

#timeline .slider-item:nth-child(1) .media-container {
	left: -30px;
	position: relative;
	z-index: 1;
}

#timeline .slider-item:nth-child(1) .credit{
	text-align: center;
}


/*----------------------------
	Back to Tzine header
-----------------------------*/


header{
	width:100%;
	height:55px;
	position:fixed;
	top:0;
	/*left:50%;
	margin-left: -440px;*/
	padding:14px 14px;
	z-index: 1000;
	background-color:#eeefef;
	border-bottom-color:#68676c;
	border-bottom-width:thin;
	box-shadow: 0 0 2px #000000;
}

header img{
		height:54px;
}

#logo_block{
	height:100%;
	width:60px;
	display:block;
	float:left;
	margin-right:10px;
}
#category_block{
	height:100%;
	width:20%;
	display:block;
	float:left;
}
#title_block{
	height:30px;
	width:73%;
	display:block;
	float:right;
	margin-right:15px;
	padding-top: 20px;
	/*position:relative;
	top:-70px;*/
}

header a{
	border:none !important;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

span.timeline_header-main{
	    font-size: 44px;
    line-height: 44px;

	color:#e68f1a;
    font-family: "Georgia",Times New Roman,Times,serif;
	position:relative;
	top:5px;
}
span.timeline_header-sub, a span.timeline_header-sub{
    margin-bottom: 6px;
	color:#006993;
	font-family: Tahoma,sans-serif;
	font-weight:500;
	float:right;
	margin-right:15px;
	text-align:right;

	    font-size: 30px;
    line-height: 30px;
	color:#1d5e75;
    font-family: "Georgia",Times New Roman,Times,serif;
		display:block;
		/*fade*/
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
/* ...and now for the proper property */
    transition:.3s;
}

span.timeline_header-sub.active, a span.timeline_header-sub.active{
	color:#e68f1a;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
/* ...and now for the proper property */
    transition:.3s;
}

span.timeline_header-sub.active:hover, a span.timeline_header-sub.active:hover{
	color:#53555c;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
/* ...and now for the proper property */
    -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);

    transition:.3s;
}

span.timeline_header-sub:hover, a span.timeline_header-sub:hover{
    margin-bottom: 6px;
	color:#006993;
	font-family: Tahoma,sans-serif;
	font-weight:500;
	float:right;
	margin-right:15px;
	text-align:right;

	    font-size: 30px;
    line-height: 30px;
	color:#0079c2;
    font-family: "Georgia",Times New Roman,Times,serif;
	cursor:pointer;
	display:block;
	/*fade*/
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
/* ...and now for the proper property */

    -ms-transform: scale(1.05,1.05); /* IE 9 */
    -webkit-transform: scale(1.05,1.05); /* Safari */
    transform: scale(1.05,1.05);
    transition:.3s;
}

span.timeline_header-delim{
		font-family: Tahoma,sans-serif;
	font-weight:500;
	float:right;
	margin-right:15px;
	text-align:right;

	    font-size: 30px;
    line-height: 30px;
	color:#1d5e75;
    font-family: "Georgia",Times New Roman,Times,serif;
}

:-webkit-full-screen {
  background: url('{exp:session_variables:get name="datapath"}assets/app/img/tl-xtile.png') repeat #eeefef;
}

:-moz-full-screen {
  background: url('{exp:session_variables:get name="datapath"}assets/app/img/tl-xtile.png') repeat #eeefef;
}

:-ms-fullscreen {
  background: url('{exp:session_variables:get name="datapath"}assets/app/img/tl-xtile.png') repeat #eeefef;
}

:full-screen { /*pre-spec */
  background: url('{exp:session_variables:get name="datapath"}assets/app/img/tl-xtile.png') repeat #eeefef;
}

:fullscreen { /* spec */
  background: url('{exp:session_variables:get name="datapath"}assets/app/img/tl-xtile.png') repeat #eeefef;
}

span.timeline_header-main {
    /*color: #ffffff;*/
}
div.metro_overlay.open {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
div.metro_lightbox iframe::-webkit-scrollbar {
    display: none;
}
span.timeline_header-subtitle {
    font-size: 28px;
    line-height: 44px;
    color: #007ac2;
    font-family: "Georgia",Times New Roman,Times,serif;
    position: relative;
    top: 3px;
    padding-left: 14px;
}
