		#vidya {
			-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		}
		
		#fromAnalysis {
			background: #054767;
			color: #F9B949;
			font-weight: bold;
		}
		
		.titleBar {
			height: 50px;
			line-height: 50px;
			margin: 15px;
		}
		
		#pernter {
			cursor: pointer;
		}
		
		.myStudentsTitle {
			font-size: 20px;
			color: #2a2f45;
			font-weight: 550;
			padding-top: 2px;
			vertical-align: center;
			font-family: Helvetica, sans-serif;
		}
		
		#refreshStudent {
			cursor: pointer;
		}
		
		.addStudent {
			text-align: center;
			height: 40px;
			line-height: 40px;
			vertical-align: center;
			font-size: 18px;
			-moz-border-radius-bottomleft:6px;
			-moz-border-radius-bottomright:6px;
			-webkit-border-bottom-left-radius:6px;
			-webkit-border-bottom-right-radius:6px;
			border-bottom-left-radius:6px;
			border-bottom-right-radius:6px;
		}
		
		.addStudent:hover {
			background: #eee;
		}
		
		.newStudent {
			height: 50px;
			font-size: 16px;
			float: left;
			display: inline-block;
			width: 100%;
			/*line-height: 50px;
			vertical-align: center;*/
			-moz-border-radius-bottomleft:6px;
			-moz-border-radius-bottomright:6px;
			-webkit-border-bottom-left-radius:6px;
			-webkit-border-bottom-right-radius:6px;
			border-bottom-left-radius:6px;
			border-bottom-right-radius:6px;
		}
		
		.spesser2 {
		    height: 1px;
		    width: 100%;
		    background-color: #2a2f45;
		}
		
		#mystudents {
			position: absolute;
			top: 75px;
			left: 50%;
			transform: translate(-50%,0);
			width: 500px;
			background: white;
			border-radius: 5px;
			-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		}
		
		#voices {
			font-weight: bold;
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			border:1px solid #dcdcdc;
		}
		
		#pieceList {
			background: white;
			top: 200px;
			left: 50%;
			transform: translate(-50%,0);
			width: 500px;
			z-index: 1000;
			position: fixed;
			padding: 15px;
			
			border-radius: 5px;
			-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		}
		
		#pieceListTitle {
			color: black;
			font-size: 32px;
			text-align: center;
			font-family: times;
		}
		
		.composerLib {
			color: black;
			font-size: 26px;
			font-weight: bold;
			font-family: times;
		}
		
		.setHeading {
			color: black;
			font-family: times;
			font-size: 22px;
		}
		
		.pieces {
			color: black;
		}
		
		.piece {
			color: black;
			font-family: times;
			font-size: 20px;
		}
		
		.piece:hover {
			background: #eee;
		}
		
		#mainMenu {
		    top: 50px;
		    width: 150px;
		    border: 1px solid black;
		    z-index: 1000;
		}
		
		#fakeMenu {
			top: 50px;
			width: 150px;
			background: transparent;
		}
		
		.menuItem {
		    font-family: times;
		    font-size: 20px;
		    background: white;
		}
		
		.menuItem:hover {
			background: #eee;
		}
		
		.vspess {
			height: 10px;
		}
		
		.spesser {
		    height: 1px;
		    width: 100%;
		    background-color: black;
		}
		/*.wrapper {
		  display: -webkit-box;
		  display: -moz-box;
		  display: -ms-flexbox;
		  display: -webkit-flex;
		  display: flex;  
		  
		  -webkit-flex-flow: row wrap;
		  flex-flow: row wrap;
		  
		  font-weight: bold;
		  text-align: center;
		}

		.wrapper > * {
		  padding: 10px;
		  flex: 1 100%;
		}

		.header {
		  background: tomato;
		}

		.footer {
		  background: lightgreen;
		}

		.main {
		  text-align: left;
		  background: deepskyblue;
		}

		.aside-1 {
		  background: gold;
		}

		.aside-2 {
		  background: hotpink;
		}

		@media all and (min-width: 600px) {
		  .aside { flex: 1 auto; }
		}

		@media all and (min-width: 800px) {
		  .main    { flex: 3 0px; }
		  .aside-1 { order: 1; } 
		  .main    { order: 2; }
		  .aside-2 { order: 3; }
		  .footer  { order: 4; }
		}*/
		@import url("https://p.typekit.net/p.css?s=1&k=alj2kya&ht=tk&f=8482.8483.8484.8485&a=11390567&app=typekit&e=css");

		@font-face {
		font-family:"adobe-caslon-pro";
		src:url("https://use.typekit.net/af/3cbd9b/000000000000000000012d68/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/3cbd9b/000000000000000000012d68/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/3cbd9b/000000000000000000012d68/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
		font-style:normal;font-weight:400;
		}

		@font-face {
		font-family:"adobe-caslon-pro";
		src:url("https://use.typekit.net/af/200aad/000000000000000000012d67/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/200aad/000000000000000000012d67/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/200aad/000000000000000000012d67/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
		font-style:italic;font-weight:400;
		}

		@font-face {
		font-family:"adobe-caslon-pro";
		src:url("https://use.typekit.net/af/ed9e57/000000000000000000012d65/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/ed9e57/000000000000000000012d65/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/ed9e57/000000000000000000012d65/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
		font-style:normal;font-weight:700;
		}

		@font-face {
		font-family:"adobe-caslon-pro";
		src:url("https://use.typekit.net/af/d7062a/000000000000000000012d66/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/d7062a/000000000000000000012d66/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/d7062a/000000000000000000012d66/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
		font-style:italic;font-weight:700;
		}

		.tk-adobe-caslon-pro { font-family: "adobe-caslon-pro",serif; }		
		
		
		* {
		  box-sizing: border-box;
		}
		/*body::-webkit-scrollbar {
			width: 8px;
			height: 8px;
			background: #F9F9F9;
		}
		body::-webkit-scrollbar-thumb {
			background: #A0AFB3;
			-webkit-border-radius: 0px;
		}*/
		
		body {
			height:2000px;
			margin:0;
			/*background: #F9F9F9;*/
			overflow-X: hidden;
			-webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		}
		body {
			/*background: #ECEDFF url(http://api.thumbr.it/whitenoise-361x370.png?background=ecedffff&noise=5c5c5c&density=13&opacity=62);*/
			background-color: #f1f7ff;
		}
		body > #header{position:fixed;}
		
		.container {
		  width: 90%;
		  margin: 0 auto;
		}
		
		.buttons {
		  display: flex;
		  width: 50%;
		  margin: auto;
		  vertical-align: center;
		  line-height: 100px;
		}
		
		.buttons > div {
		  color: #90278F;
		}
		
		.topClicked {
		  color: #90278F;
		}
		
		.gi-1x{font-size: 1.5em;}
		.gi-2x{font-size: 2em;}
		.gi-3x{font-size: 3em;}
		.gi-4x{font-size: 4em;}
		.gi-5x{font-size: 5em;}
		
		.buttons > div:hover {
		  background-color: #eee;
		}
		
		nav {
		  float: right;
		  padding-right: 35px;
		  line-height: 74px;
		}
		
		.container > .nav-links {
		  display: inline;
		  float: right;
		  font-size: 24px;
		}

		.container > .nav-links > a {
		  display: inline-block;
		  padding: 13px 10px 13px 10px;
		  text-decoration: none;
		  color: #F9B949;
		}

		.container > .nav-links > a:hover {
		  background-color: #eee;
		}
		
		h3 {
		  font-weight: 700;
		  font-size: 48px;
		  text-transform: uppercase;
		  
		  float: left;
		  padding-left: 20px;
		  color: #F9B949;
		  font-family: "proxima-nova", sans-serif;
		  line-height: 124px;
		}
		
		#logo {
			float: left;
			top: -5px;
			position: relative;
		}
		
		h1 {
		  font-family: "proxima-nova", sans-serif;
		  line-height: 25px;
		  font-size: 24px;
		}
		
		/*h2 {
		  font-family: "proxima-nova", sans-serif;
		  margin-left: auto;
		  margin-right: auto;
		  line-height: 16px;
		  font-size: 16px;
		}*/
		
		#htit {
		  margin-right: auto;
		  margin-left: auto;
		  display: inline-block;
		  text-align: center;
		}
		
		#trebleDiv {
		  position: relative;
		  left: 50%;
		  top: 40px;
		  padding-bottom: 60px;
		  width: 300px;
		}
		
		#treble {
		  transform: translate(-50%, 0);
		}
		
		#bassDiv {
		  position: relative;
		  left: 50%;
		  top: 40px;
		  padding-bottom: 60px;
		  width: 300px;
		}
		
		#bass {
		  transform: translate(-50%, 0);
		}
		
		#trebleVid {
		  position: relative;
		  left: 50%;
		  top: 40px;
		  margin: 0 auto;
		  transform: translate(-50%, 0);
		  width: 100%;
		  padding-bottom: 60px;
		}
		
		.overview {
		  position: fixed;
		  display: none;
		  margin-left: 50%;
		  transform: translate(-50%,0);
		  width: 100%;
		  max-width: 1050px;
		  height: calc(100% - 8.5em);
		  -webkit-transition: margin 1s, transform 1s;
		  transition: margin 1s, transform 1s;
		  margin-top: 65px;
		  margin-bottom: 15px;
		  border-radius: 15px;
		  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		}
		
		.overviewShow {
		  position: fixed;
		  margin: 50%;
		  transform: translate(-50%,0);
		  width: 1200px;
		  height: calc(100% - 80px);
		  -webkit-transition: margin 1s, transform 1s;
		  transition: margin 1s, transform 1s;
		  margin-top: 0px;
		  margin-bottom: 15px;
		  border-radius: 15px;
		  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		}
		
		.SKER {
		  display: block;
		  margin: auto;
		  /*transform: translate(-50%,0);*/
		  -webkit-transition: margin 1s, transform 1s;
		  transition: margin 1s, transform 1s;
		  margin-top: 65px;
		  margin-bottom: 15px;
		  border-radius: 15px;
		  background: #fffefa;
		  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		}
		
		.SKERMOVE {
		  display: block;
		  margin: 150%;
		  transform: translate(-50%,0);
		  -webkit-transition: margin 1s, transform 1s;
		  transition: margin 1s, transform 1s;
		  margin-top: 65px;
		  margin-bottom: 15px;
		  /*border-radius: 15px;*/
		  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		}
		
		#bassVid {
		  position: relative;
		  left: 50%;
		  top: 40px;
		  margin: 0 auto;
		  transform: translate(-50%, 0);
		  width: 100%;
		  padding-bottom: 60px;
		}
		
		#content {
		  font-family: adobe-caslon-pro, serif;
		  font-style: normal;
		  font-weight: 400;
		  /*width: 800px;*/
		  margin: auto;
		  position: relative;
		  
		  top: 100px;
		  
		}
		
		p {
		  /*font-size: 20px;*/
		  line-height: 33px;
		}
		
		h5 {
		  font-size: 30px;
		  text-align: center;
		  font-style: italic;
		  padding-top: 20px;
		}
		
		#part1 {
			display: inline;
			float: left;
			width: 77%;
			margin: 0 1.5%;
			max-width: 680px;
			display: block;
			margin: 0 auto;
			float: none
		}
		
		.fug {
			font-family: "Work Sans";
			font-weight: 300;
			font-size: 32px;
			text-transform: uppercase;
			letter-spacing: 2px;
			color: #f1f7ff;
		}
		
		.butn {
			width: 50%;
			display: inline;
		}
		
		#anasub {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
		}
		
		#edisub {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
		}
		
		#memd {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
		}
		
		#memtool {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
		}
		
		#memsub {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
		}
		
		#menuTitle {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius-topleft:6px;
			-moz-border-radius-topright:6px;
			-webkit-border-top-left-radius:6px;
			-webkit-border-top-right-radius:6px;
			border-top-left-radius:6px;
			border-top-right-radius:6px;
			border:1px solid #dcdcdc;
		}
		
		.bmemdiv {
			-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
		}
		
		#bulb {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
		}
		
		#info {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
		}
		
		#bulb2 {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
		}
		
		body::-webkit-scrollbar-track {
			display: none;
		}
		
		.infoP {
			font-size: 1.25em;
		}
		
		.infoB {
			-moz-border-radius-topleft:15px;
			-webkit-border-top-left-radius:15px;
			border-top-left-radius:15px;
			/*cursor:pointer;*/
			font-family:adobe-caslon-pro;
			font-size:2em;
			font-weight: bold;
			width:100%;
			height:50px;
			position: absolute;
			vertical-align:center;
			line-height:57.5px;
			text-align:center;
			display:inline-block;
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
		}
		
		.lernk {
			cursor: pointer;
		}
		
		.lernk:hover{
			color:#5A7E98;
		}
		
		.infoB2 {
			-moz-border-radius-topleft:15px;
			-webkit-border-top-left-radius:15px;
			border-top-left-radius:15px;
			-moz-border-radius-topright:15px;
			-webkit-border-top-right-radius:15px;
			border-top-right-radius:15px;
			/*cursor:pointer;*/
			font-family:adobe-caslon-pro;
			font-size:2em;
			font-weight: bold;
			width:100%;
			height:50px;
			position: absolute;
			vertical-align:center;
			line-height:57.5px;
			text-align:center;
			display:inline-block;
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
		}
		
		.butn_zh > button {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
			display:inline-block;
			cursor:pointer;
			font-family:adobe-caslon-pro;
			font-size:26px;
			font-weight:bold;
			height: 50px;
			line-height: 57.5px;
			vertical-align: center;
			padding-left:6px;
			padding-right:6px;
			min-width: 16%;
			text-decoration:none;
			text-shadow:0px 1px 0px #ffffff;
		}
		
		.butn > button {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
			background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
			background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
			background-color:#f9f9f9;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
			display:inline-block;
			cursor:pointer;
			font-family:adobe-caslon-pro;
			font-size:30px;
			font-weight:bold;
			height: 50px;
			line-height: 57.5px;
			vertical-align: center;
			padding-left:6px;
			padding-right:6px;
			min-width: 16%;
			text-decoration:none;
			text-shadow:0px 1px 0px #ffffff;
		}
		.butn > button:hover {
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
			background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
			background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
			background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
			background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
			background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
			background-color:#e9e9e9;
		}
		.butn > button:active {
			position:relative;
			top:1px;
		}
		.butn > button:focus {outline:0;}
		
		.butn_zh > button:hover {
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
			background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
			background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
			background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
			background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
			background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
			background-color:#e9e9e9;
		}
		.butn_zh > button:active {
			position:relative;
			top:1px;
		}
		.butn_zh > button:focus {outline:0;}
		
		#header {
		  font-size:24px; 
		  width:100%; 
		  height:60px;
		  background: #5A7E98;
		  position:fixed;
		  text-align: center;
		  line-height: 60px;
		  top: 0;
		  left: 0;
		  z-index: 3;
		  transition: all 0.15s linear;
		}
		
		#headerBack {
		  font-size:24px; 
		  width:100%; 
		  height:53px;
		  background: white;
		  position:fixed;
		  text-align: center;
		  line-height: 50px;
		  top: 0;
		  left: 0;
		  z-index: 2;
		  transition: all 0.15s linear;
		}

		#header.active {
			 box-shadow: 0 0 60px rgba(0,0,0,0.4);
			 transition: 0.15s linear; 
		}
		
		/*================Standard=================*/
		@page { 
			size: landscape;
		}
		@font-face {
			font-family: taFont;
			src: url(../fonts/ArialMT1.ttf);
		}
		@media screen and (-webkit-min-device-pixel-ratio:0) {
		  @font-face {
			font-family: taFont;
			src: url(../fonts/ArialMT1.ttf);
		  }
		}		
		@font-face {
			font-family: myFirstFont;
			src: url(../fonts/Untitled1.ttf);
		}
		@media screen and (-webkit-min-device-pixel-ratio:0) {
		  @font-face {
			font-family: myFirstFont;
			src: url(../fonts/Untitled1.ttf);
		  }
		}
		body {
			/*background: rgba(5,71,103,0.01);*/
			cursor: default;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;					
		}
		/*================Standard=================*/
		
		#nav-check {
		  display: none;
		}
		
		.container > .nav-btn {
		  display: none;
		}
		
		/*Big Nav Menu*/
		#omenu {
			z-index: 9999;
			position: fixed;
			top: 200px;
			left: 100%;
			border-top: 1px solid #F9B949;
			border-bottom: 1px solid #F9B949;
			background-color: #FFFAF4;
			width: 100%;
			max-height: 100%;
			transition: 0.2s linear;
			overflow-y: scroll;
		}
		
		#nav-check:not(:checked) + #omenu {
			left: 100%;
	    }
	    #nav-check:checked + #omenu {
		    left: 0px;
	    }
		
		#omenu-title {
			font-size: 64px;
			text-align: center;
			background-color: #FFFAF4;
			color: #F9B949;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		/*.accordion {
			background-color: #FFFAF4;
			color: #F9B949;
			cursor: pointer;
			padding-left: 6.5%;
			padding-right: 6.5%;
			padding-top: 30px;
			padding-bottom: 30px;
			width: 100%;
			border: none;
			text-align: left;
			outline: none;
			font-size: 50px;
			font-family: times;
			vertical-align: center;
			line-height: 30px;
			border-radius: 5px;
			transition: 0.4s;
		}*/
		
		#exam {
			background-color: #FFFAF4;
			color: #F9B949;
			cursor: pointer;
			padding-left: 6.5%;
			padding-right: 6.5%;
			padding-top: 30px;
			padding-bottom: 30px;
			width: 100%;
			border: none;
			text-align: left;
			outline: none;
			font-size: 50px;
			font-family: times;
			vertical-align: center;
			line-height: 30px;
		}

		/*.active2, .accordion:hover {
			background-color: #eee;
		}*/
		
		#spacer {
			display: block;
			width: 60%;
			height: 15px;
			border-top: 3px solid #F9B949;
			left: 20%;
			position: relative;
		}

		.panel {
			padding: 0 18px;
			background-color: #FFFAF4;
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.4s ease-out;
		}
		
		.panel div:hover {
			background-color: #eee;
			border-radius: 5px;
		}
		
		.panel div {
			min-height: 45px;
			width: 100%;
			text-align: center;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 10px;
			padding-bottom: 10px;
			vertical-align: center;
			line-height: 80px;
			font-size: 40px;
			color: #F9B949;
			background-color: #FFFAF4;
		}
		
		/*.accordion:after {
			content: '\02795';
			font-size: 13px;
			color: #777;
			float: right;
			margin-left: 5px;
		}*/

		.active2:after {
			content: "\2796"; /* Unicode character for "minus" sign (-) */
		}
		
		/*Responsive*/
		/*@media (max-width:980px) {
		  .container > .nav-btn {
			display: inline-block;
			position: absolute;
			right: 35px;
			top: 25px;
		  }
		  .container > .nav-btn > label {
			display: inline-block;
			width: 50px;
			height: 50px;
			padding: 13px;
		  }
		  .container > .nav-btn > label:hover {
			background-color: rgba(0, 0, 0, 0.3);
		  }
		  .container > .nav-btn > label > span {
			display: block;
			width: 35px;
			height: 10px;
			border-top: 5px solid #000;
		  }
		  .container > .nav-links {
			position: absolute;
			display: block;
			width: 100%;
			background-color: #FFFAF4;
			height: 0px;
			transition: all 0.3s ease-in;
			overflow-y: hidden;
			top: 100px;
			left: 0px;
		  }
		  .container > .nav-links > a {
			display: block;
			width: 100%;
		  }
		  .container > #nav-check:not(:checked) + .nav-links {
			height: 0px;
		  }
		  .container > #nav-check:checked + .nav-links {
			height: calc(100vh - 50px);
			overflow-y: auto;
		  }
		  
		  #part1 {
			display:inline;
			float: left;
			width: 87%;
			margin: 0 1.5%;
			max-width: 960px;
			display: block;
			margin: 0 auto;
			float: none;
		  }
		  
		  p {
			font-size:12px;
			line-height: 33px;
		  }
		}*/
		/*Responsive*/
		/*@media (min-width: 640px) and (max-width: 980px) and (orientation: landscape){
		  #header {
			height: 100px;
		  }
		  #content {
			top: 100px;
		  }
		  .container > .nav-btn {
			display: inline-block;
			position: absolute;
			right: 35px;
			top: 30px;
		  }
		  .container > .nav-btn > label {
			display: inline-block;
			width: 75px;
			height: 75px;
			padding: 13px;
			
		  }
		  
		  .container > .nav-btn > label > span {
			display: block;
			width: 35px;
			height: 8px;
			border-top: 4px solid #F9B949;
		  }
		  .container > .nav-links {
			position: absolute;
			display: block;
			width: 100%;
			background-color: #FFFAF4;
			height: 0px;
			transition: all 0.3s ease-in;
			overflow-y: hidden;
			top: 100px;
			left: 0px;
		  }
		  .container > .nav-links > a {
			display: block;
			width: 100%;
			font-size: 30px;
			line-height: 60px;
			vertical-align: center;
		  }
		  .container > #nav-check:not(:checked) + .nav-links {
			height: 0px;
		  }
		  .container > #nav-check:checked + .nav-links {
			height: calc(100vh - 50px);
			overflow-y: auto;
		  }
		  
		  #part1 {
			display:inline;
			float: left;
			width: 87%;
			margin: 0 1.5%;
			max-width: 960px;
			display: block;
			margin: 0 auto;
			float: none;
		  }
		  
		  p {
			font-size:16px;
			line-height: 39px;
		  }
		}
		
		@media (min-width: 640px) and (max-width: 980px) and (orientation: portrait){
		  #logo {
			float: left;
			padding-top: 0px;
			position: fixed;
			top: 15px;
			content: url(../img/bigMonkey.png);
		  }
		
		  #header {
			height: 200px;
		  }
		  
		  #content {
			top: 200px;
		  }
		  
		  h5 {
		    font-size: 40px;
		    text-align: center;
		    padding-top: 45px;
		  }
		
		  .container > .nav-btn {
			display: inline-block;
			position: absolute;
			right: 50px;
			top: 75px;
		  }
		  .container > .nav-btn > label {
			display: inline-block;
			width: 75px;
			height: 75px;
			padding: 13px;
			
		  }
		  
		  .container > .nav-btn > label > span {
			display: block;
			width: 50px;
			height: 15px;
			border-top: 8px solid #F9B949;
		  }
		  
		  #part1 {
			display:inline;
			float: left;
			width: 87%;
			margin: 0 1.5%;
			max-width: 960px;
			display: block;
			margin: 0 auto;
			float: none;
		  }
		  
		  p {
			font-size:14px;
			line-height: 33px;
			padding-bottom: 10px;
			padding-top: 10px;
		  }
		}
		 
		@media (min-width: 768px){
		}
		 
		@media (min-width: 1024px){
		}
		 
		@media (min-width: 1200px){
		}*/
