@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/BebasNeue-webfont.eot');
  src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
  overflow: hidden;
  height: 100%; 
  margin: 0;
}
body {
  color: black;
  background: #ffffff url("../images/wood.jpg");
  background-position: 50% top;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 0.2% 5% 7%;
}

.hidden>#div {
    display: none;
}
.visible>div {
    display:block;
}

.description {
	width: 50%;
	text-align:center;
	position: relative;
	bottom: -1em;
}

.left{
	float:left;
}
.right{
	float:right; 
}

.wowbook {
  color: #333;
}
.wowbook-page-content {
  background: white;
}
.wowbook-left .wowbook-gutter-shadow {
  background-image: url('../images/page_left_background.png');
  opacity: 0.5;
  width: 60px;
}
.wowbook-right .wowbook-gutter-shadow {
  background-image: url('../images/page_right_background.png');
  background-position: 0 0;
  width: 75px;
}
.wowbook-gutter-shadow {
    z-index: 10;
}

a,
a:active,
a:visited {
  text-decoration: none;
}
#container {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-top: 2px;
  padding-bottom: 1%;
}

footer {
	color: #ffffff;
	background-color: #000000;
	display: in-line;
	width: 100%;
	position: relative;
	z-index: 1;
}

*.icon-white 	{color: white}
*.icon-silver 	{color: silver}
*.icon-black 	{color: black}
*.icon-red 		{color: red}
*.icon-blue 		{color: blue}
*.icon-green 	{color: #0C6F17}
*.icon-purple 	{color: #340186}

#header {
	position:relative;
	text-align: center;
	/*color: #0C6F17; */
	color: #340186;
	text-shadow: 2px 2px 2px #39BE00;
	left:0;
	right:0;
	width: 100%;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 200%;
	display: inline-block;	
}

#helpContent {
	position:relative;
	text-align: right;
	color: 39BE00;
	//text-shadow: 1px 1px 1px #003300;
	width: 100%;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	display: inline-block;	
}

ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 45px;
    right: 0px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 55px;
}
ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 55px;
    height: 32px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
}
ul#TOCTab {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 45px;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#TOCTab li {
    width: 100px;
}

ul#TOCTab li a {
    display: table-cell;
    vertical-align: bottom;
	font-weight: 600;
    margin-right: -2px;
    width: 80px;
    height: 32px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
}

.icon-general {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 40px;
    bottom: 0;
    text-align: center;
}

.menu-btn {
    display: inline;
    cursor: pointer;
    background: none;
}

@media screen and (max-width: 568px), screen and (max-height: 380px) {
  #container {
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  width: 800px;
  }
  nav {
    margin: auto;
    top: 0px;
  }
  nav li {
    height: 32px;
  }
  nav li a {
    background-size: 50% 50%;
    height: 32px;
    width: 32px;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  #click_to_open {
    display: none;
  }
}
.wowbook-page-content {
  padding: 1em;
}
#book {
  position: relative;
  margin: 0 auto;
  /*border: 2px solid purple; */
}
.wowbook-page h1 {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 32px;
  color: white;
  background: #aa2b2b;
  line-height: 1.5;
  padding: 5px 5px 0px;
  margin: 0;
}
.wowbook-page .subtitle {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 18px;
  color: black;
  line-height: 1.5;
  padding: 5px 5px 0px;
  font-style: italic;
}
.wowbook-page p,
.wowbook-page ul {
  font-family: 'News Cycle', sans-serif;
  font-size: 24px;
  margin-top: 0.5em;
}
.wowbook-page li {
  list-style: none;
}
#cover {
  background: #ffffff url("../WheresTheDanceFlyer.png") no-repeat;
  background-size: 100% 100%;
}
.features {
  padding: 1em 1em;
  font-family: 'BebasNeueRegular', sans-serif;
  height: 500px;
  width: 400px;
  background: white;
}
.features h1,
.features h2 {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 38px;
  color: black;
}
.wowbook-page .features.pagefx p {
  font-size: 22px;
}
.wowbook-page .features.pagefx .subtitle {
  margin-top: 0;
  font-size: 18px;
}
.wowbook-page .features.pagefx h1 {
  font-size: 48px;
  color: #aa2b2b;
  background: none;
  line-height: 0.7;
  padding: 5px 0px 0px;
  margin: 0;
}
.easy {
  background: #ffffff url("../images/easy.png") no-repeat left top;
  background-size: 200% 100%;
  zoom: 1;
  ffont-size: 1.5em;
  ffont-family: lato;
}
.easy h1,
.easy p,
.easy .subtitle {
  display: none;
}
.wowbook-right .easy {
  background-position: right top;
}
.design {
  background: #ffffff url("../images/design.png") no-repeat;
  background-size: 200% 100%;
}
.design h1 {
  background: none;
  text-indent: -10000px;
  color: #88bfbf;
  text-shadow: 1px 1px 0px #447f7f;
  font-size: 144px;
  line-height: 0.8;
  bborder-bottom: 2px solid #88bfbf;
}
.design .subtitle {
  font-family: 'News Cycle', sans-serif;
  font-style: normal;
  font-size: 30px;
  color: #333;
  position: absolute;
  top: 27%;
}
.wowbook-right .design {
  background-position: right top;
}
.wowbook-right .design p {
  text-align: right;
  position: absolute;
  bottom: 1.5em;
  font-size: 30px;
  padding-right: 1em;
}
.responsive pp {
  font-size: 16px;
}
.responsive hh2 {
  font-size: 20px;
}
.responsive h1 {
  color: white;
}
.thumbnails p {
  font-size: 16px;
}
.thumbnails h2 {
  font-size: 20px;
}
.thumbnails h1 {
  color: white;
}
#thumbs_holder {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 10000;
}
#thumbs_holder .wowbook-thumbnails {
  background: none repeat scroll 0 0 #222;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  border-top: 1px solid white;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid gray;
  border-bottom-color: rgba(64, 64, 64, 0.5);
  box-shadow: 0 0 20px #aa2b2b;
  padding: 10px 0;
  position: relative;
}
#thumbs_holder .wowbook-button {
  background-color: #AA2B2B;
}
.wowbook-thumbnails {
  background: none repeat scroll 0 0 #888;
  background: none repeat scroll 0 0 rgba(128, 128, 128, 0.48);
  border-top: 1px solid white;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid gray;
  border-bottom-color: rgba(64, 64, 64, 0.5);
  box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
}
.wowbook-horizontal.wowbook-thumbnails {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wowbook-vertical .wowbook-thumbnail {
  margin-top: 5px;
  margin-bottom: 5px;
}
#thumbs_type,
#thumbs_position,
#thumbs_size {
  text-align: center;
}
#thumbs_position button {
  width: 49%;
}
#zoom-feature {
  background: #ffffff url("../images/zoom.jpg") no-repeat;
  background-size: 200% 100%;
}
#zoom-feature h1 {
  font-size: 100px;
  color: #333;
  background: none;
  line-height: 1.1;
  padding: 5px 0px 0px;
  text-align: right;
}
#zoom-feature2 {
  background-color: white;
  background-image: url("../images/zoom.jpg");
  background-size: 200% 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
.deeplinking {
  color: white;
  background: url("../images/chain.jpg") no-repeat;
  background-size: 200% 100%;
}
.deeplinking h1 {
  color: white;
  background: #3d567d !important;
}
.deeplinking a,
.deeplinking a:active,
.deeplinking a:visited {
  color: #f8f8f8;
  text-decoration: underline;
}
.wowbook-right .deeplinking {
  background-position: top right;
}
.wowbook-page .feature.numbering {
  background: url("../images/numbering.png") #ffffff no-repeat;
  background-size: 100% 100%;
}
.wowbook-page .feature.numbering h1 {
  color: #AA2B2B;
  background: none;
  font-size: 40px;
  padding-left: 0;
  padding-right: 0;
}
.wowbook-page .feature.numbering p {
  font-size: 23px;
}
.wowbook-page .feature.numbering .wowbook-page-number {
  text-indent: 100%;
  overflow: hidden;
}
.wowbook-page .feature.slideshow h1 {
  color: #AA2B2B;
  background: none;
  font-size: 40px;
  padding-left: 0;
  padding-right: 0;
}
.wowbook-page .feature.slideshow a {
  display: block;
  text-align: center;
}
.wowbook-page .feature.flash {
  background: url("../images/flash.png") #ffffff no-repeat;
  background-size: 200% 100%;
  padding-top: 42%;
  /* 170px/400px */
}
.wowbook-page .feature.flash p {
  font-size: 20px;
  padding: 0.7em;
}
.wowbook-page .feature.flash h1 {
  display: none;
}
.feature.flash-demo {
  background: url("../images/flash.png") #ffffff no-repeat;
  background-position: top right;
  background-size: 200% 100%;
  padding-top: 25%;
  text-align: center;
  line-height: 2em;
  font-size: 1.2em;
}
.more {
  background: url("../images/more.png") #ffffff no-repeat;
  background-size: 200% 100%;
  padding-top: 30px;
}
.more h1 {
  display: none;
}
.more ul {
  margin-left: 1em;
}
.more li {
  margin-bottom: 0.7em;
}
.last_cover {
  padding: 0;
}
.wowbook-right .more {
  background-position: top right;
}