/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */



/* RESET CSS */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}




/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


ol, ul {
	list-style: none;
	margin: 0;
}



/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.Dobra-BoldItalic { 
	font-family: Dobra-BoldItalic;
	font-weight: normal;
	font-style: normal;
}
.Dobra-LightItalic { 
	font-family: Dobra-LightItalic;
	font-weight: normal;
	font-style: normal;
}
.Dobra-Bold { 
	font-family: Dobra-Bold;
	font-weight: normal;
	font-style: normal;
}
.Dobra-Light { 
	font-family: Dobra-Light;
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'icomoon';
	src:url('webfonts/icomoon.eot?-iy25hz');
	src:url('webfonts/icomoon.eot?#iefix-iy25hz') format('embedded-opentype'),
		url('webfonts/icomoon.woff?-iy25hz') format('woff'),
		url('webfonts/icomoon.ttf?-iy25hz') format('truetype'),
		url('webfonts/icomoon.svg?-iy25hz#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	padding-right: 8px;
}

.icon-image:before {
	content: "\e600";
}
.icon-headphones:before {
	content: "\e601";
}
.icon-film:before {
	content: "\e602";
}





body {
	font-family: Dobra-Book, Verdana, Arial, sans-serif;
    overflow-y:scroll;
}
	
.shell {
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;	
}		
	
	
.shell .overlay.active {
	background: url(images/bg_stripes.png) 0 0 repeat;
	background-attachment: fixed;	
	height: 1000px;
	position: fixed;
	width: 100%;
	z-index: 0;
	opacity: 1;
	animation-name: shellfadein;
	animation-iteration-count: 1;
	animation-duration: 1.5s;
	-webkit-animation-name: shellfadein;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1.5s;
}			

@keyframes shellfadein {
	
	from	{	opacity: 0;}
	to	{	opacity: 1;}
	
}
@-webkit-keyframes shellfadein {
	
	from	{	opacity: 0;}
	to	{	opacity: 1;}
	
}

.header {
	height: 100px;
	background: #fff;
	border-bottom: 1px solid #f00;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1010;
	
}

.header h1 {
	width: 340px;
	float: left;
	background: url(images/head-logo.png) 0 0 no-repeat;
	height: 100px;
	background-size: 100%;
	padding-top: 90px;
	font-family: Dobra-Bold;
	color: #f15a24;
	font-size: 16px;
	text-align: center;	
	margin-top: 20px;
	margin-left: 32px;
	text-indent: -9999px;
}

.header h2 {
	float: right;
	font-family: Dobra-Bold;
	font-size: 32px;
	border-left: 2px solid;
	padding-left: 20px;
	line-height: 32px;
	margin-top: 40px;
	padding-right: 32px;
	width: 380px;
}


.main {
	margin-top: 100px;
	position: relative;
	padding-top: 1000px;
}

.main.active {
	display: block;
	padding-top: 0;
	animation-name: scrollup;
	animation-duration: 1.25s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(.37,.55,.24,.99);
	-webkit-animation-name: scrollup;
	-webkit-animation-duration: 1.25s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: cubic-bezier(.37,.55,.24,.99);

}


@-webkit-keyframes scrollup {
	
	from {padding-top: 1000px;}
	to	{padding-top: 0;}
}

@keyframes scrollup {
	
	from {padding-top: 1000px;}
	to	{padding-top: 0;}
}



.content {
	width: 960px;
	margin: 0 auto;
	padding: 128px 0;
}	
	
	.content .intro h1 {
		font-size: 90px;
		font-family: Dobra-Bold;
		text-align: center;
		color: #fbb03b;
	}
	
	.content .intro h2 {
		font-size: 44px;
		font-family: Dobra-Bold;
		text-align: center;
		color: #fff;
		line-height: 100px;
		border-bottom: 2px solid;
	}
	
	.content .intro h2.explore {
		color: #fbb03b;
	}
	
	.content h3 {
		font-size: 26px;
		font-family: Dobra-LightItalic;
		color: #fff;
		text-align: center;
		line-height: 100px;

	}
	
	.content .intro p {
		background: rgba(210,210,210,.9);
		background: #d2d2d2;	
		width: 615px;
		padding: 30px 50px;
		border-radius: 12px;
		margin: 0 auto;
		font-size: 24px;
		font-family: Dobra-Book;
		line-height: 36px;
		
	}


	
		
.jp-interface {
	background: #333;
	position:fixed;
	bottom: 0;
	padding: 0;
	margin: 0;
	height: 57px;
	width: 100%;
	left: 0;
	z-index: 1000;
}
.jp-gui {
	padding: 0;
	margin: 0;
	background: #333333;
	color: #fff;
	height: 57px;
	border: 0;
}

.jp-gui * {
	margin:0;
	padding:0;
}
.jp-gui ul li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	cursor:pointer;
}
.jp-gui ul li a {
	margin:0;
}

li.jp-pause,
li.jp-repeat-off,
li.jp-unmute,
.jp-no-solution {
	display:none;
}

	.jp-gui.jp-no-volume .jp-volume-slider {
	display:none;
}


.jp-clearboth {
	clear:both;
}



.jp-gui ul li.jp-play, .jp-gui ul li.jp-pause {
	border-radius: 19px;
	height: 38px;
	width: 38px;
	line-height: 38px;
	padding: 0;
	border: 0;
	background: #F15833;
	position: absolute;
	top: 10px;
	left: 52px;
}

.jp-play.ui-icon {
	background: url(js/play-pause.png) 14px 9px no-repeat;
	border-radius: 19px;
	height: 38px;
	width: 38px;
	
}

.jp-pause.ui-icon {
	background: url(js/play-pause.png) -13px 9px no-repeat;
	border-radius: 19px;
	height: 38px;
	width: 38px;
	
}


.jp-gui ul li.jp-previous, .jp-gui ul li.jp-next {
	background: #F15833;
	border-radius: 12px;
	height: 24px;
	width: 24px;
	line-height: 38px;
	padding: 0;
	border: 0;
	background: #F15833;
	position: absolute;
	top: 16px;
}
.jp-gui ul li.jp-previous{
	right: 80px;
}
.jp-gui ul li.jp-next {
	right: 52px;	
}

.jp-previous .ui-icon {
	background: url(js/play-pause.png) -70px 2px no-repeat;
	border-radius: 12px;
	height: 24px;
	width: 24px;
	
}
.jp-next .ui-icon {
	background: url(js/play-pause.png) -49px 2px no-repeat;
	border-radius: 12px;
	height: 24px;
	width: 24px;
}


.jp-progress-slider .ui-slider-handle {
	cursor:pointer;
	border: 0;
	border-radius: 10px;
	padding: 0;
	height: 20px;
	width: 20px;
	background: #E6E6E6;
	margin-top: -2px;
	margin-left: -10px;
	
}


.jp-progress-slider {
	position:absolute;
	top:28px;
	left:315px;
	width:880px;
	height: 6px;
	padding: 0;
	border: 0;
	background: #000;
}

div.ui-slider-range-min {
	background: #F15833;
}


.jp-volume-slider {
	position:absolute;
	top:20px;
	left:250px;
	width:45px;
	height: 20px;
	border: none;
	border-radius: 0;
	background: #fff url(js/volume-bars.png) 0 0 repeat-x;
	
}
.jp-volume-slider .ui-slider-handle {
	display: none;
}
.jp-volume-slider .ui-slider-range-min {
	background: #F15833 url(js/volume-bars.png) 0 0 repeat-x;
	border-radius: 0;
}

.jp-current-time,
.jp-duration {
	position:absolute;
	top:20px;
	font-size:18px;
	cursor:default;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.jp-current-time {
	left:110px;
}
.jp-current-time:after {
	content: " /"
	}

.jp-duration {
	left:184px;
}

.jp-playlist h2{
	font-size: 40px;
text-align: center;
line-height: 35px;
color: #fff;
font-family: Dobra-Bold;
border-bottom: 2px solid #fff;
padding: 20px;
}

.jp-playlist ul {
	list-style: none;
	margin-bottom: 120px;
}

.jp-playlist ul li {
	font-size: 24px;
	text-align: center;
	line-height: 35px;
}

.jp-playlist ul li a{
	color: #fff;
	text-decoration: none;
}

.jp-playlist ul li a:before {
	content: "\25b8";
	padding-right: 12px;
}

li.jp-playlist-current {
	/*padding: 15px 0;	*/
}

.jp-playlist ul li.jp-playlist-current a {
	
	/*font-size: 40px;
	font-weight: bold;
	line-height: 66px;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 15px 0;*/

	color: #fbb03b;
}


li.jp-playlist-current:first-child a {
	border-top: none;
}
li.jp-playlist-current:last-child a {
	border-bottom: none;
}





.soundfile {
	width: 140px;
	height: 140px;
	margin-left: 30px;
	float: right;
	background: #999;
	border-radius: 70px;
	position: relative;
}


.soundfile .jp-gui {
	width: 140px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.soundfile ul.jp-controls {
	margin: 0 !important;
	padding: 0 !important;
}
.soundfile ul.jp-controls li.ui-state-hover{
	border: none;
}
.soundfile .jp-play, .soundfile .jp-pause {
	display: block;
	width: 60px;
	height: 60px;
	background: #f15a23 url(js/play-pause-lg.png) 20px 10px no-repeat;
	border-radius: 30px;
	position: absolute;
	top: 40px;
	left: 40px;
	text-indent: -9999px;
}

.soundfile .jp-pause {
	background: #f15a23 url(js/play-pause-lg.png) -34px 10px no-repeat;
	
}




.intro .soundfile {
	float: none;
	margin: 40px auto;
	background: transparent;
}

.intro .soundfile a {
}


.intro .soundfile p{
	color: #fff;
	text-decoration: none;
	font-family: Dobra-Bold;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	padding: 110px 0 0 0;
	margin: 0;
	width: 140px;
	background: transparent;
}






h2.TOC-title {
	color: #fff;
	font-family: Dobra-Bold;
	font-size: 18px;
	width: 715px;
	margin: 20px auto;
}

.TOC{	
		background: rgba(210,210,210,.9);
		background: #d2d2d2;
		width: 615px;
		padding: 30px 50px;
		border-radius: 12px;
		margin: 0 auto;
		font-size: 24px;
		font-family: Dobra-Book;
		line-height: 36px;
		
}

.chapter h1 {
	color: #000;
	font-size: 24px;
	font-family: Dobra-Bold;
	border-bottom: 1px solid #000;
	margin-bottom:20px;
	position: relative;
	overflow: hidden;
	padding-right: 32px;
}

.chapter h1:after {	
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right:0;
	background: url(images/orange-arrow-left.png) 0 0 no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    -webkit-animation-name: unrotatearrow;
    -webkit-animation-duration: .75s;
    /* Standard syntax */
    animation-name: unrotatearrow;
    animation-duration: .75s;
}

@-webkit-keyframes unrotatearrow {
   to   {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	}
    from {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	}
}
@keyframes unrotatearrow {
    to  {transform: rotate(0deg);}
 
    from {transform: rotate(-90deg);}
}





.chapter.active h1:after {	
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right:0;
	background: url(images/orange-arrow-left.png) 0 0 no-repeat;


    /* Chrome, Safari, Opera */
    -webkit-animation-name: rotatearrow;
    -webkit-animation-duration: .75s;
    /* Standard syntax */
    animation-name: rotatearrow;
    animation-duration: .75s;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)

}
@-webkit-keyframes rotatearrow {
   from   {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	}
    to {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	}
}
@keyframes rotatearrow {
    from  {transform: rotate(0deg);}
 
    to {transform: rotate(-90deg);}
}



.chapter .chapter-content {
	display: none;
	font-size: 18px;
	line-height: 30px;
	font-family: Dobra-Light;
	
}

.chapter .chapter-content.active {
	display: block;
}

.chapter .chapter-content p, .chapter .chapter-content ul {
	margin-bottom: 1.5em;
}

.chapter .chapter-content ul li {
	margin-bottom: 1em;
}

.chapter .chapter-content ul {
	margin-left: 2em;
	list-style-type: disc;
}

.chapter .chapter-content h2 {
	font-family: Dobra-Bold;
	clear: both;
}
.chapter .chapter-content a {
	color: #f15a23;
	text-decoration:none;
}
.chapter .chapter-content a:hover {
	color: #fbb03b;
	text-decoration:none;
}


.slideshow {
	margin-bottom: 2em;
	text-align: center;
}

.slideshow p {
	color: #333;
	font-family: Dobra-LightItalic;
	padding: 20px;
	clear: both;
	text-align: left;
}
.slideshow a {
	display: inline-block;
	border-radius: 8px;
	width: 184px;
	height: 184px;
	overflow: hidden;
	box-shadow: 0px 8px 16px rgba(51,51,51,.8);
}


.speaker{
	font-family: Dobra-Bold;
}

.indent{
	margin-left:15px;
}

.cite{
  	padding-left: 22px ;
    text-indent: -22px ;
}
video {
	padding-bottom:50px;
	width:615px;
}

@media (max-width: 1279px) {
		.jp-gui {
		}	
		
		.jp-progress-slider {
			position:absolute;
			top:28px;
			left:315px;
			width:600px;
			height: 6px;
			padding: 0;
			border: 0;
			background: #000;
		}		

	}
