@CHARSET "ISO-8859-1";
@import url("/css/ionicons.min.css")
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #2C3E50;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: 900;
	font-family: Chivo;
	margin: 0 0 10px;
    padding:0;
    color: black;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: Chivo;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

p{
	margin-bottom: 5px;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
}
#menu li {
	display:inline-block;
	margin: 0 5px 5px;
	color: #000;
}

#menu li.active{
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 10px;
	display:block;
	border-bottom-style: none;
}
#menu li.active a{
	color: #C0392B;
}
#menu{
	position:fixed;
	top:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	bottom: 0;
}

#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;	
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}



/*Styles*/

.unit {
	display: block;
}

.clear {
	display: block;
	width: 100%;
	height: 2px;
	clear: both;
}


.left {float: left;}
.right {float: right;}
.centre {margin: auto;}

.ten {width: 10%}
.twenty {width: 20%;}
.thirty {width: 30%;}
.forty {width: 40%;}
.fifty {width: 50%;}
.sixty {width: 60%;}
.seventy {width: 70%;}
.eighty {width: 80%;}
.ninety {width: 90%;}
.hundred {width: 100%;
}

.container {
	position: relative;
}

p.bio {
	color: #2C3E50;
	font-size: 14px;
}

#section0 {
	background: url(./i/bg.jpg) left top fixed #f5f5f5;
	background-size: cover;
}

.resources p {
	margin-top: 10px;
	margin: bottom;
}

.resources h3 {
	height: 50px;
}

.resources a {
	color: #349;
	border-bottom-style: none;
}

.col {
	width: 30%;
	float: left;
	height: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.col:first-of-type{
	padding-right: 1%;
	margin-right: 1%;
	border-right: 1px solid black;
}

.col:last-of-type {
	padding-left: 1%;
	margin-left: 1%;
	border-left: 1px solid;
}

.support {
	margin-top: 20px;
	border-top: 1px solid black;
	padding-top: 10px;
}

img.logo {
	margin-right: 30px;
	height: 50px;
	width: auto;
}

.controlArrow {
	font: 50px ionIcons;
	position: absolute;
    top: 50%;
    cursor: pointer;
	margin-top: -38px;
	width: 0;
	height: 0;
	color: white;
}
.controlArrow.prev {
    left: 15px;
}

.controlArrow.prev:before {
    content: '\f108';
}


.controlArrow.next {
    right: 15px;
}

.controlArrow.next:before {
	content: '\f10b';
	position: absolute;
	right: 0;
	top: 0;
}

.speaker-nav {
	position: absolute;
	top: 100px;
	
}

.speaker {
	position: relative;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: black;
}

.speaker-goto {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom-style: none;
	font-size: 24px;
	text-align: right;
	color: black;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;	
}

.speaker-goto:hover, .speaker:hover h1, .speaker:hover h2, .speaker:hover {
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	color: white;
	border-bottom-color: white;
}

/*Animations*/

.info, .abstract, .slidenav, .about, .resources {
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
}

.info {
	position: absolute;
}

.info.moveout {
	left: -40px;
}

.info.movein {
	top: 0;
	left: 0;
}

.abstract.moveout {
	left: -100px;
}

.abstract.movein {
	top: 0;
	right: 0;
}


.slidenav.moveout {
	opacity: 0;
	margin-top: 400px;
}

.slidenav.movein {
	top: 0;
	opacity: 1;
}


.about.moveout {
	opacity: 0;
	margin-top: 200px;
}

.about.movein {
	top: 0;
	opacity: 1;
}

.resources.moveout {
	opacity: 0;
	margin-top: 200px;
}

.resources.movein {
	top: 0;
	opacity: 1;
}


/*Audio*/
.player{
	position: relative;
}

.thirty.left img {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

   .audiojs {
   	background: none transparent;
   	-webkit-box-shadow: none; -moz-box-shadow: none;
        -o-box-shadow: none; box-shadow: none;
   	margin-bottom: 10px;
   	padding: 0;
   	width: 100%;
   	position: absolute;
   	top: 0;
   	right: 0;
   	left: 0;
   	bottom: 0;
   	height: 100%;
   }
      .audiojs .play-pause {
      	border-right-style: none;
	  	background: url(none);
	  	color: white;
	  	font: 50px ionIcons;
	  	float: left;
	  	padding: 0;
	  	vertical-align: middle;
	  	position: absolute;
	  	top: 0;
	  	bottom: 0;
	  	left: 0;
	  	right: 0;
	  	width: 100%;
	  	height: 100%;
	  	z-index: 50;
	  }
	  
	  .audiojs p.play, .audiojs p.pause {
	  	height: 30px;
	  	position: absolute;
	  	background-image: none;
	  	width: 30px;
	  	text-align: left;
	  	right: 50%;
	  	top: 50%;
	  	margin-top: -15px;
	  	margin-right: -15px;
	  	font-size: 50px;
	  	line-height: 29px;
	  }
	  
	  .audiojs p.play:before {
	  	content: '\f1c8';
	  	position: absolute;
	  	color: #C0392B;
	  }
	  
	  .audiojs p.play:after {
	  	content: '\f1c7';
	  	position: absolute;
	  	color: #ECF0F1;
	  }
	  .audiojs p.pause:before {
	  	content: '\f1be';
	  	position: absolute;
	  	color: #C0392B;
	  }
	  .audiojs p.pause:after {
	  	content: '\f1bd';
	  	position: absolute;
	  	color: #ECF0  F1;
	  }
	  
	  	  
      .audiojs p {
	  	margin: -3px 0px 0px -1px;
	  	border-right-style: none;
	  	
	  }
	  
      .audiojs .scrubber { background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%) transparent;
	  	margin: 5px 0 0;
	  	border-left-style: none;
	  	border-top-style: none;
	  	padding: 0;
	  	width: 100%;
	  	position: absolute;
	  	bottom: 0;
	  	height: 20%;
	  	z-index: 2;
	  }
      .audiojs .progress {
	  	width: 0px;
	  	background: none #C0392B;
	  	border-style: none;
	  	height: 100%;
	  }
      .audiojs .loaded {
	  	background: none;
	  	border-style: none;
	  	height: 2px;
	  }
      .audiojs .time { float: right;
	  	line-height: 25px;
	  	border-left-style: none;
	  	text-shadow:none;
	  	font-family: Chivo;
	  	text-align: right;
	  	margin: 0;
	  	padding: 0;
	  	position: absolute;
	  	bottom: 10px;
	  	z-index: 5;
	  	left: 10px;
	  	height: 20px;
	  }
	  
	  .audiojs .time:before {
	  	font: 20px 'ionIcons';
	  	content: '\f171';
	  	color: white;
	  }
      .audiojs .error-message { height: 24px;line-height: 24px; }

      .track-details { clear: both; height: 20px; width: 448px; padding: 1px 6px; background: #eee; color: #222; font-family: monospace; font-size: 11px; line-height: 20px;
        -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15); }
      .track-details:before { content: '♬ '; }
      .track-details em { font-style: normal; color: #999; }
