/* Bourbon 4.0.2
 * http://bourbon.io
 * Copyright 2011-2014 thoughtbot, inc.
 * MIT License */
html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#site {
  position: absolute;
  width: 1000px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#shadow-left {
  position: fixed;
  left: 50%;
  width: 16px;
  margin-left: -516px;
  top: 0px;
  height: 100%;
}

#shadow-right {
  position: fixed;
  left: 50%;
  width: 16px;
  margin-left: 500px;
  top: 0px;
  height: 100%;
}

.white {
  color: #FFF;
}

.black {
  color: #000;
}

.backgroundBlack {
  background-color: #000;
}

.backgroundGray {
  background-color: #f2f2f2;
}

.backgroundWhite {
  background-color: #FFF;
}

.header, .menuLink {
  font-family: "headerEmbed", Arial, sans-serif;
  letter-spacing: 3px;
  font-size: 65px;
  line-height: 80px;
  -webkit-text-size-adjust: 100%;
  margin-top: -10px;
}

.menuLink {
  line-height: 110px;
  font-size: 55px;
}

.menuLinkSmall {
  font-size: 35px;
  display: inline-block;
  margin: 0 20px;
}

.subheader {
  font-family: "headerEmbed", Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 40px;
  -webkit-text-size-adjust: 100%;
  margin-top: -5px;
}

.bodyCopy {
  font-family: "bodyEmbed", "HelveticaNeue-Regular", Arial, sans-serif;
  font-size: 26px;
  -webkit-text-size-adjust: 100%;
}

.bodyCopyBold {
  font-family: "bodyEmbedBold", "HelveticaNeue-Bold", Arial, sans-serif;
  font-size: 26px;
  -webkit-text-size-adjust: 100%;
}

.legalCopy {
  font-family: "bodyEmbed", "HelveticaNeue-Regular", Arial, sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

.charityCopy {
  font-family: "bodyEmbed", "HelveticaNeue-Regular", Arial, sans-serif;
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
}

.menuCopy {
  font-family: "headerEmbed", Arial, sans-serif;
  font-size: 30px;
}

.drop-shadow {
  text-shadow: 2px 2px 2px #333333;
}

.emailSignup {
  color: #fff;
  font-size: 18px;
  /* line-height: 55px; */
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  /* height: 55px; */
  /* padding-top: 18px; */
  text-decoration: none;
  font-family: 'headerEmbed', Arial, sans-serif;
  letter-spacing: 1px;
  margin: 0;
}

/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
  .subheader {
    font-size: 40px;
    line-height: 50px;
  }
  .menuCopy {
    font-size: 40px;
  }
  .bodyCopy {
    font-size: 30px;
  }
  .bodyCopyBold {
    font-size: 30px;
  }
  .legalCopy {
    font-size: 20px;
  }
  .charityCopy {
    font-size: 24px;
  }
}

/* iPads (portrait) ----------- */
.copy-full {
  width: 1000px;
}

.full-width {
  position: absolute;
  width: 100%;
  height: auto;
}

.full-height {
  position: absolute;
  height: 100%;
  width: auto;
}

.full-all {
  position: absolute;
  height: 100%;
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-auto {
  overflow: auto;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.center-horz {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.center-vert {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.top {
  top: 0%;
}

.bottom {
  bottom: 0%;
}

.left {
  left: 0%;
}

.right {
  right: 0%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

#border-top {
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #FFF;
  top: 0%;
  left: 0%;
}

#border-bot {
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #FFF;
  bottom: 0%;
  left: 0%;
}

#border-left {
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: #FFF;
  top: 0%;
  left: 0%;
}

#border-right {
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: #FFF;
  top: 0%;
  right: 0%;
}

.container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.container-visible {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.container-width {
  overflow-x: hidden;
  position: absolute;
  width: 1000px;
  height: 100%;
  left: 50%;
  margin-left: -500px;
}

.cursor {
  cursor: pointer;
}

#menu-main {
  position: absolute;
  width: 1000px;
  height: 100%;
  min-height: 1200px;
  max-height: 1600px;
  overflow: hidden;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#menu-links {
  margin-top: -170px;
  width: 800px;
}

/*
#menu-social-links {
   position: absolute;
   bottom: 146px;
   right: 45px;
}
*/
#menu-button {
  position: absolute;
  width: 1000px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#menu-button-text {
  position: absolute;
  top: 16px;
  left: 40px;
}

#menu-cloud-left {
  width: 267px;
  margin-left: -70px;
  margin-top: -60px;
  left: 0px;
  top: 50%;
}

#menu-cloud-right {
  width: 267px;
  margin-right: -40px;
  margin-top: -520px;
  right: 0px;
  top: 50%;
}

#menu-boy-fairy {
  width: 444px;
  height: 289px;
  bottom: 62px;
  margin-left: 126px;
}

#menu-boy-fairy-wing {
  left: 116px;
  top: 31px;
}

#menu-boy-fairy-blink {
  left: 234px;
  top: 76px;
}

#menu-link-facebook {
  width: 77px;
  height: 105px;
}

#menu-link-twitter {
  width: 98px;
  height: 105px;
}

#menu-link-pinterest {
  width: 102px;
  height: 105px;
}

#menu-link-email {
  width: 102px;
  height: 105px;
}

#content a {
  font-family: 'headerEmbed', Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 21px;
  line-height: 40px;
  text-decoration: none;
}

#content #header-logo {
  height: 200px;
  position: relative;
}

#menu-desktop {
  background-color: #fff;
  width: 810px;
  margin: 10px auto 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 55px;
}

#menu-desktop ul {
  padding: 0;
  margin: auto;
  text-indent: none;
}

#menu-desktop ul li {
  display: inline-block;
  margin: 0 5px;
  min-height: 55px;
}

#menu-desktop ul li a {
  color: #835693;
  font-size: 21px;
  line-height: 55px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.1s ease-in-out;
  height: 55px;
  padding-top: 18px;
}

#menu-desktop ul li a:hover {
  color: #ff6f00;
  transition: all 0.2s ease-in-out;
}

#menu-desktop ul li .buy-the-book span {
  background-color: #ff6f00;
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

#menu-desktop ul li .buy-the-book span:hover {
  background-color: #835693;
}

#menu-desktop {
  display: none;
}

#logo {
  top: 140px;
}

#logo-holder {
  position: relative;
  width: 1000px;
  height: 280px;
  margin-top: 20px;
}

#logo-click {
  cursor: pointer;
  width: 1000px;
  height: 200px;
  top: 0px;
  left: 0px;
  background-image: url("transparent.gif");
}

#logo {
  margin-left: 0px;
  margin-top: 0px;
}

#teeth {
  width: 329px;
  height: 185px;
  margin-left: -272px;
  margin-top: 28px;
}

#fairies {
  width: 332px;
  height: 171px;
  margin-left: 270px;
  margin-top: 28px;
}

#crest {
  width: 175px;
  height: 196px;
  margin-left: 0px;
  margin-top: 0px;
}

#dust-blue-1 {
  margin-left: -150px;
  margin-top: -150px;
}

#dust-blue-2 {
  margin-left: 100px;
  margin-top: 56px;
}

#dust-blue-3 {
  margin-left: -125px;
  margin-top: 30px;
}

#dust-pink-1 {
  margin-left: -40px;
  margin-top: -140px;
}

#dust-pink-2 {
  margin-left: 125px;
  margin-top: -85px;
}

#dust-pink-3 {
  margin-left: -20px;
  margin-top: 120px;
}

#dust-light-purple-1 {
  margin-left: -115px;
  margin-top: -35px;
}

#dust-light-purple-2 {
  margin-left: 60px;
  margin-top: 90px;
}

#dust-light-purple-3 {
  margin-left: 10px;
  margin-top: -120px;
}

#dust-purple-1 {
  margin-left: 96px;
  margin-top: 0px;
}

#dust-purple-2 {
  margin-left: -65px;
  margin-top: 95px;
}

#dust-purple-3 {
  margin-left: 55px;
  margin-top: -140px;
}

#buy-text {
  position: absolute;
  top: 34px;
  right: 40px;
}

#copyright {
  text-align: left;
  bottom: 14px;
  display: inline-block;
}

.seal {
  position: absolute;
  margin-top: -15px;
}

.read-more {
  position: relative;
  width: 299px;
  height: 102px;
  margin-left: auto;
  margin-right: auto;
}

.read-more-image {
  left: 0px;
  top: 0px;
  position: absolute;
}

.read-more-text {
  width: 100%;
  position: absolute;
  top: 25px;
}

/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
  .read-more-text {
    width: 100%;
    position: absolute;
    top: 20px;
  }
}

#preloader-copy {
  width: 150px;
  left: 50%;
  margin-left: -60px;
  text-align: left;
  margin-top: 280px;
}

#preloader-image {
  margin-top: -30px;
}

#preload-cache {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: .25s;
  animation-iteration-count: 1;
}

#rotate {
  visibility: hidden;
}

#castle-main {
  position: absolute;
  width: 1000px;
  height: 100%;
  min-height: 700px;
  max-height: 1600px;
  overflow: hidden;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#castle-flag-purple {
  margin-left: 232px;
  margin-top: -245px;
}

#castle-flag-orange {
  margin-left: 366px;
  margin-top: -265px;
}

#castle-flag-purple-right {
  margin-left: 475px;
  margin-top: -345px;
}

#fairy-blink-left {
  margin-left: -14px;
  margin-top: -165px;
}

#fairy-blink-right {
  margin-left: 41px;
  margin-top: -160px;
}

#fairy-wing-left {
  margin-left: -94px;
  margin-top: -72px;
}

#fairy-wing-right {
  margin-left: 88px;
  margin-top: -57px;
}

#castle-m {
  margin-left: -185px;
  margin-top: -120px;
}

#castle-m-wing-left {
  margin-left: -139px;
  margin-top: -18px;
}

#castle-m-wing-right {
  margin-left: 138px;
  margin-top: -21px;
}

#castle-m-copy-1 {
  margin-left: 126px;
  margin-top: -90px;
  width: 1000px;
}

#castle-m-copy-2 {
  margin-left: 0px;
  margin-top: 35px;
  width: 1000px;
}

#castle-copy {
  margin-left: -190px;
  margin-top: 60px;
  width: 700px;
}

#castle-sun {
  margin-left: -35px;
  margin-top: 155px;
}

#castle-castle {
  margin-left: 281px;
  margin-top: -55px;
}

#castle-cloud-back {
  margin-left: 70px;
  margin-top: 454px;
}

#castle-cloud-mid {
  margin-left: 258px;
  margin-top: 246px;
}

#castle-cloud-front {
  margin-left: 261px;
  margin-top: 530px;
}

#castle-cloud-drift-back {
  margin-left: 640px;
  margin-top: 0px;
}

#castle-cloud-drift-front {
  margin-left: 840px;
  margin-top: 360px;
}

#houses-main {
  position: absolute;
  width: 1000px;
  height: 100%;
  min-height: 700px;
  max-height: 1600px;
  overflow: hidden;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#houses-cloud-big-1 {
  margin-left: -400px;
  margin-top: 0px;
}

#houses-cloud-big-2 {
  margin-left: 400px;
  margin-top: 0px;
}

#houses-cloud-small {
  margin-left: -140px;
  margin-top: 0px;
}

#houses-cloud-small-drift {
  margin-left: 800px;
  margin-top: 130px;
}

#houses-cloud-big-drift {
  margin-left: 1200px;
  margin-top: -450px;
}

#houses-fly {
  margin-top: -140px;
}

#houses-fly-fly {
  margin-left: -202px;
  margin-top: -66px;
}

#houses-fly-right {
  margin-left: 130px;
  margin-top: -61px;
}

#houses-fly-down {
  margin-left: 27px;
  margin-top: 84px;
}

#houses-w {
  margin-left: -270px;
  margin-top: -120px;
}

#houses-light {
  margin-left: -122px;
  bottom: 6px;
}

#houses-w {
  margin-left: -270px;
  margin-top: -120px;
}

#houses-w-wing-left {
  margin-left: -96px;
  margin-top: 4px;
}

#houses-w-wing-right {
  margin-left: 110px;
  margin-top: 0px;
}

#houses-w-copy-1 {
  margin-left: 64px;
  margin-top: -97px;
  width: 1000px;
}

#houses-w-copy-2 {
  margin-left: 0px;
  margin-top: 26px;
  width: 1000px;
}

#houses-copy {
  width: 1000px;
  margin-top: -160px;
}

#fairy-pink-wing-left {
  margin-left: -10px;
  margin-top: -84px;
}

#fairy-pink-wing-right {
  margin-left: 26px;
  margin-top: -90px;
}

#fairy-pink-body {
  margin-left: 0px;
  margin-top: 0px;
}

#fairy-red-wing-left {
  margin-left: -82px;
  margin-top: 36px;
}

#fairy-red-wing-right {
  margin-left: 9px;
  margin-top: -79px;
}

#fairy-red-body {
  margin-left: 0px;
  margin-top: 0px;
}

#fairy-red-head {
  margin-left: 48px;
  margin-top: 81px;
}

#fairy-purple-wing {
  margin-left: 48px;
  margin-top: -205px;
}

#fairy-purple-body {
  margin-left: 9px;
  margin-top: -79px;
}

#fairy-purple-tail {
  margin-left: -6px;
  margin-top: -129px;
}

#fairy-boy {
  margin-left: 0px;
  margin-top: 0px;
}

#fairy-boy-wing {
  margin-left: -8px;
  margin-top: -68px;
}

#crown-main {
  position: absolute;
  width: 1000px;
  height: 100%;
  min-height: 700px;
  max-height: 1600px;
  overflow: hidden;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#crown-crown {
  bottom: 0px;
  width: 542px;
  height: 351px;
}

#crown-eyes {
  left: 207px;
  top: 256px;
}

#crown-sparkle-left {
  left: 126px;
  top: 52px;
}

#crown-sparkle-middle {
  left: 274px;
  top: 3px;
}

#crown-sparkle-right {
  left: 392px;
  top: 28px;
}

#crown-copy-1 {
  width: 1000px;
  margin-top: -130px;
}

#crown-copy-2 {
  width: 1000px;
  margin-top: -130px;
}

#tooth {
  bottom: -230px;
  margin-left: -60px;
  left: 50%;
}

#tooth-holder {
  width: 1000px;
  overflow: hidden;
  height: 100%;
  margin-top: -274px;
}

#smile-main {
  position: absolute;
  width: 1000px;
  height: 100%;
  min-height: 700px;
  max-height: 1600px;
  overflow: hidden;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#kid-holder {
  width: 920px;
  height: 472px;
  top: 50%;
  margin-top: -236px;
  left: 40px;
}

#smile-holder {
  width: 501px;
  height: 208px;
  margin-top: 100px;
}

#smile-copy-1 {
  width: 1000px;
}

#smile-copy-2 {
  width: 1000px;
  margin-top: -100px;
}

#boy-1 {
  left: 524px;
  top: 206px;
}

#boy-1-lids {
  left: 84px;
  top: 96px;
}

#boy-1-body {
  left: 0px;
  top: 0px;
}

#boy-2 {
  left: 0px;
  top: 0px;
}

#boy-2-head {
  left: -1px;
  top: 10px;
}

#boy-2-lids {
  left: 60px;
  top: 81px;
}

#boy-2-body {
  left: 28px;
  top: 193px;
}

#boy-3 {
  left: 708px;
  top: 17px;
}

#boy-3-head {
  left: 0px;
  top: 0px;
}

#boy-3-body {
  left: -3px;
  top: 192px;
}

#girl-1 {
  left: 185px;
  top: 227px;
}

#girl-1-body {
  left: 0px;
  top: 0px;
}

#girl-1-lids {
  left: 99px;
  top: 79px;
}

#girl-2 {
  left: 220px;
  top: 40px;
}

#girl-2-head {
  left: 0px;
  top: 0px;
}

#girl-2-body {
  left: -10px;
  top: 160px;
}

#girl-3 {
  left: 415px;
  top: 0px;
}

#girl-3-body {
  left: 0px;
  top: 0px;
}

#girl-3-lids {
  left: 97px;
  top: 99px;
}

#wiggle-main {
  position: absolute;
  width: 1000px;
  height: 1600px;
  overflow: hidden;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#wiggle-cat {
  margin-top: 130px;
}

#wiggle-girl {
  width: 841px;
  height: 1111px;
}

#wiggle-girl-image {
  left: 0px;
  top: 0px;
}

#wiggle-girl-arm {
  left: 393px;
  top: 466px;
}

#wiggle-girl-eyes {
  left: 417px;
  top: 335px;
}

#wiggle-girl-tooth {
  left: 552px;
  top: 513px;
}

#wiggle-girl-lip {
  left: 509px;
  top: 471px;
}

#bumper-main {
  position: absolute;
  width: 1000px;
  height: 100%;
  min-height: 700px;
  max-height: 1600px;
  overflow: hidden;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#bumper-cloud {
  position: absolute;
  width: 1000px;
  height: 100%;
  min-height: 1000px;
  overflow: hidden;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

#bumper-book {
  margin-top: -50px;
}

#bumper-copy {
  margin-top: 264px;
}

#cloud-back {
  top: 50%;
  margin-top: -150px;
  left: 100%;
}

#cloud-behind {
  top: 50%;
  margin-top: -300px;
  left: 100%;
}

#cloud-front {
  top: 50%;
  margin-top: -70px;
  left: 100%;
}

#menu-desktop {
  display: none;
}