body {
	width  : 100%;
	height : 100%;
}

body {
	margin      : 0px;
	padding     : 0px;
	overflow-x  : hidden;
}

#content {
	position : fixed;
	top      : 0px;
	left     : 0px;
	width    : 100%;
	height   : 100%;
}

a { 
	color           : #6C6;
	text-decoration : none;
}

a:hover {
}


img {
	border: 0;
}

section {
	min-height : 500px;
	min-height : 100%;
	width      : 100%;
	position   : absolute;
	overflow   : hidden;
	visibility : hidden;
}

section .story {
	position      : relative;
	z-index       : 1;
}

/* default section show / hide animations */
section.start {
	top : 100%;
}

section.focus, section.to {
	bottom : 0%;
}

section.end {
	bottom : 100%;
}

/* default background image animation */

section .bg {
	position : absolute;
	left     : 0px;
	top      : 0%;
	width: 100%;
}

section .bg.start {
	top : -50%;
}

section .bg, section .bg.focus, section .bg.to {
	top : 0%;
}

section .bg.end {
	top : 50%;
}

/* Side Nav */
ul#nav {
	position : fixed;
	right     : 20px;
	top      : 50%;
	z-index  : 999;
	margin-top: -75px;
	height: 150px;
	width: 40px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

ul#nav li {
	height   : 20px;
	position : relative;
	margin-bottom: 8px;
}

ul#nav li.s1 {
	margin-top: 22px;
	}

ul#nav a {
	display     : block;
	width       : 20px;
	height      : 20px;
	text-indent : -9000px;
	overflow    : hidden;
	outline     : none;
	position: relative;
	margin-left: 10px;
}

ul#nav a:after {
	content: " ";
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #75d4ff;
	top: 4px;
	left: 4px;
}

ul#nav a:before {
	content: " ";
	display: block;
	position: absolute;
	height: 14px;
	width: 14px;
	border-radius: 7px;
	border: 2px solid transparent;
	top: 0px;
	left: 0px;
}

ul#nav a:hover:before, 
body.section-s1 ul#nav li.s1 a:before, 
body.section-s2 ul#nav li.s2 a:before, 
body.section-s3 ul#nav li.s3 a:before, 
body.section-s4 ul#nav li.s4 a:before, 
body.section-s5 ul#nav li.s5 a:before, 
body.section-s6 ul#nav li.s6 a:before {
	border: 2px solid #E1E1E1;
	}

ul#nav li.s1 a:after {
	background: #E1E1E1;
	}

ul#nav li.s2 a:after {
	background: #5D6B46;
	}

ul#nav li.s3 a:after {
	background: #650000;
	}

ul#nav li.s4 a:after {
	background: #48617D;
	}

ul#nav h1 {
	display     : none;
	opacity     : 0;
	position    : absolute;
	top         : 0px;
	white-space : nowrap;
	padding     : 3px 10px;
	margin      : -4px 0px 0px 0px;
	font-size   : 16px;
	background: #ffffff;
	border-radius: 4px;
	color: #ffffff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	}

ul#nav h1:before {
	position    : absolute;
	top         : 6px;
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-left: 8px solid rgba(0, 0, 0, 0.2);
	right: -17px;
	content: " ";
	display: block;
	}

ul#nav h1:after {
	position    : absolute;
	top         : 6px;
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-left: 8px solid #ffffff;
	right: -16px;
	content: " ";
	display: block;
	}

ul#nav li.s1 h1 {
	color: #616161;
	}

ul#nav li.s2 h1 {
	color: #5D6B46;
	}

ul#nav li.s3 h1 {
	color: #650000;
	}

ul#nav li.s4 h1 {
	color: #48617D;
	}

ul#nav span {
	display            : block;
	white-space        : nowrap;
}

#fancybox-left #fancybox-left-ico {
	left : -40px;
}

#fancybox-right #fancybox-right-ico {
	left  : auto;
	right : -40px;
}

.video-js-box.vjs-fullscreen {
	height : auto !important;
}