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


*{
	margin:0;
	padding:0;
}


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


html{
	background:#ffffff;
}


body{
	min-height: 700px;
    padding: 0 0 50px;
	font:14px/1.3 Arial,Verdana,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:#ffffff;
	margin-top:-150px!important;;
}

h2.date{
	padding: 20px 0px!important;
	font-size: 28px!important;
	color: #fff!important;
	z-index: 0!important;
	text-align: center!important;
	background: #001D37;
	text-transform: uppercase!important;
}

.slider .slider-container-mask .slider-container{
	background:#DEDEDE!important;
	width:400px!important;
}

#timeline div.navigation{
    background:#DEDEDE!important;
    border-top:none;
}

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

#timeline div.navigation:before{
		font-family: Arial, sans-serif,sans-serif;
	position: absolute;
	content: '';
	height: 40px;
	width: 100%;
	left: 0;
	top: -50px;
	background: #f8f6f8!important;
	text-align: center;
	padding-top: 10px;
}

#timeline div.navigation:after{
	position:absolute;
	content:'';
	height:10px;
	width:100%;
	left:0;
	top:-40px;
	background:repeat-x;
}


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

#timeline div.timenav-background{
 	background-color:#5A6772!important;
 	
}

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

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

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

#timeline .toolbar{
	border:none !important;
	background: #109AC2!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: #CCCCCC;
}

/* The vertical lines */

#timeline .navigation .timenav .content .marker .line {
	background: #242828;
	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: Arial, sans-serif,sans-serif;
}

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

.slider .nav-next:hover .icon{
	position:relative;
}

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

#timeline .thumbnail {
	border: medium none;
}

/* Color of the headings */

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

/* The loading screen */

#timeline .feedback {
	background-color: #f8f6f8;
	border:none;
}

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


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


#timeline .slider-item h2{
	font-family:'Gotham-Bold',Arial,Verdana,sans-serif;
}

#timeline .slider-item h3{
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
}

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

#timeline .slider-item h3{
	color: #5A6772;	
	background: #cdcdcd;
	padding: 10px;
	text-align: center!important;
}
.newidth {
	width:470px!important;
}
#timeline .slider-item p{
	font-family: Arial,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{
	font: 35px 'Gotham-Bold',Arial,Verdana,sans-serif;
	padding:0px 5px 5px 10px;
	position:relative;
	z-index:0;
	color: #5A6772;
	background: #cdcdcd;
	text-transform:uppercase;
	margin-bottom:-20px!important;
	width:490px!important;
}

#timeline .slider-item:nth-child(1) p i{
	font: 35px 'Gotham-Bold',Arial,Verdana,sans-serif;
	background:rgba(0,0,0,0.3);
	white-space: nowrap;
	padding:5px 20px;
	position:relative;
	z-index:10;
	text-align:right;
}

#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:267px;
	height:48px;
	position:fixed;
	top:0;
	left:50%;
	margin-left: -440px;
	z-index: 1000;
}

header a{
	border:none !important;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../img/download_on_tutorialzine.jpg') no-repeat;
}

/*----------------------------
	ADD
-----------------------------*/
