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


*{
	margin:0;
	padding:0;
}


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

/*
html{
	background:url('../img/page_bg.jpg') repeat #191919;
}


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
-----------------------------*/


#storyjs-timeline{
	background:none;
	max-width: 1050px;
}

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

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

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

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

#storyjs-timeline div.vco-navigation:after{
	position:absolute;
	content:'';
	height:10px;
	width:100%;
	left:0;
	top:-40px;
	background:repeat-x;
	
	background-image: linear-gradient(bottom, #434446 0%, #363839 100%);
	background-image: -o-linear-gradient(bottom, #434446 0%, #363839 100%);
	background-image: -moz-linear-gradient(bottom, #434446 0%, #363839 100%);
	background-image: -webkit-linear-gradient(bottom, #434446 0%, #363839 100%);
	background-image: -ms-linear-gradient(bottom, #434446 0%, #363839 100%);
}


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

#storyjs-timeline div.timenav-background{
	background-color: #323433 !important;
 	/*background-color:rgba(0,0,0,0.4) !important;*/
 	
}

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

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

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

#storyjs-timeline .vco-toolbar{
	border:none !important;
	background-color: #202222 !important;
}

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

/* Styling the timeline numbers on the bottom */

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

#storyjs-timeline .vco-navigation .timenav .time .time-interval div{
	color: #CCCCCC;
}

/* The vertical lines */

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

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

/* The previous / next arrows & labels */

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

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

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

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

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

#storyjs-timeline .vco-thumbnail {
	border: medium none;
}

/* Color of the headings */

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

/* The loading screen */

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

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


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


#storyjs-timeline .vco-slider-item h2,
#storyjs-timeline .vco-slider-item h3{
	font-family:'Antic Slab','Segoe UI',sans-serif;
}

#storyjs-timeline .vco-slider-item h2{
	color:#fff;
}

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


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

/* Customizing the first slide - the cover */

#storyjs-timeline .vco-slider-item:nth-child(1) h2{
	font:normal 70px/1 'Antic Slab','Segoe UI',sans-serif;
	background:rgba(0,0,0,0.3);
	white-space: nowrap;
	padding:10px 5px 5px 20px;
	position:relative;
	right:-60px;
	z-index:10;
}

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

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

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

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

#storyjs-timeline .vco-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;
	box-shadow: 0 0 2px #000000;
}

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;
}
*/

.slider-container-mask {
  height: 326px !important;
  width: 1050px !important;
  /*background: #c59eb6 !important; /*edbcaa d06f3a fe0000 8c2337 B57A37*/
  background: rgb(232, 182, 157);
}

.vco-slider {
	padding-top: 0 !important;
}

.slider-item,
.nav-next,
.nav-prev {
	height: 100% !important;
}
#storyjs-timeline,
#storyjs-timeline * {
	font-family: inherit !important;
}
#storyjs-timeline .vco-container.vco-main {
	max-height: 100% !important;
	max-width: 100% !important;
	padding-bottom: 0 !important;
}

#storyjs-timeline .vco-navigation {
	/*height: 220px !important;*/
}

.timenav-interval-background {
	background-color: #6c6259 !important;
}
#storyjs-timeline .vco-feature .vco-slider {
	overflow: hidden !important;
}

#storyjs-timeline .vco-navigation .timenav {
	top: 5px !important;
}
#storyjs-timeline .vco-navigation .timenav-background {
	height: 155px !important;
}
#storyjs-timeline .vco-navigation .timenav-background .timenav-interval-background {
	top: 156px;
}

#storyjs-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
	font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
}

#storyjs-timeline .vco-slider-item:nth-child(1) p i,
#storyjs-timeline .vco-slider-item:nth-child(1) h2 {
	background-color: transparent;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow,
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame,
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
	background: none;
	background-color: transparent !important;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:before,
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:after {
	display: none !important;
}
#storyjs-timeline img,
#storyjs-timeline .thumbnail {
	border: 0;
	
    max-height: 271px !important;
}

.content-container.layout-text-media.pad-left {
	width: 100%;
}
.slider-item-container .content .text {
	width: 60% !important;
	max-width: 60% !important;
}
.slider-item-container .content .text .container > * {
	width: 100% !important;
}
#storyjs-timeline p,
#storyjs-timeline .vco-feature p,
#storyjs-timeline .caption {
	color: #000;
}

#storyjs-timeline .vco-navigation .timenav-background .timenav-interval-background .top-highlight {
	display: none;
}

#storyjs-timeline h2.start {	
	text-transform: capitalize;
	letter-spacing: 0.03em;
	font-variant: small-caps;
}

#storyjs-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3 {
	color: #000 !important;
}

#storyjs-timeline .vco-navigation .timenav-background .timenav-line,
#storyjs-timeline .vco-navigation .timenav .content .marker.active .dot,
#storyjs-timeline .vco-navigation .timenav .content .marker.active .line {
	background-color: #fff !important;
}

#storyjs-timeline .thumbnail {
	display: none;
}

#storyjs-timeline .vco-navigation .timenav .content .marker .flag,
#storyjs-timeline .vco-navigation .timenav .content .marker .flag:hover,
#storyjs-timeline .vco-navigation .timenav .content .marker.active .flag {
  width: 180px;
  background-size: 100%;
}

#storyjs-timeline .vco-navigation .timenav .content .marker .flag:hover,
#storyjs-timeline .vco-navigation .timenav .content .marker.active .flag {
	background-position: 0px -129px;
}

#storyjs-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
  height: 33px;
  line-height: 33px;
  vertical-align: middle;
  text-align: center;	
}

.vco-slider .nav-previous,
.vco-slider .nav-next {
	color: #333333 !important;
}
.vco-slider .slider-item .content .content-container .text .container p {
	  word-wrap: normal !important;
}
#iframe-locations:hover { cursor: pointer; }