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

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

#site {
  position: absolute;
  width: 1000px;
  height: 100%;
  min-height: 700px;
  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%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

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

.center-vert {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  height: 55px;
  padding-top: 18px;
}

#menu-desktop ul li a:hover {
  color: #ff6f00;
  -webkit-transition: all 0.2s ease-in-out;
          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;
  -webkit-transition: all 0.2s ease-in-out;
          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;
}

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

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

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

#rotate {
  visibility: hidden;
}

.video-player {
  position: relative;
  width: 800px;
  height: 515px;
  margin-left: auto;
  margin-right: auto;
}

.video-frame {
  position: absolute;
  width: 800px;
  height: 515px;
  left: 0px;
  right: 0px;
}

.video-iframe {
  position: absolute;
  width: 710px;
  height: 400px;
  left: 44px;
  top: 58px;
  overflow: hidden;
}

.video-header {
  margin-bottom: 0px;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(http://teethfairies.com/css/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(http://teethfairies.com/css/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(http://teethfairies.com/css/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("rs-default.png");
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-default.png");
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}

/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

.rsDefault .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(http://teethfairies.com/preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

.rsDefault .rsArrowIcn {
  background-color: transparent;
}

.rsDefault .rsArrowIcn:hover {
  background-color: transparent;
}

a:link {
  color: #fff;
  border: none;
}

a:visited {
  color: #fff;
  border: none;
}

img {
  border: none;
}

.col-6 {
  width: 50%;
  float: left;
}

#fairylandSection {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url("fairylandBG.jpeg");
}

#enter-fairyland {
  position: absolute;
  top: 10%;
  left: 35%;
  text-align: left;
  color: #E6582A;
  text-shadow: 0px 2.5px white;
}

#castle-container {
  top: 5%;
  position: absolute;
  left: 54%;
}

#castle-cloud-back {
  width: 30%;
  left: 71%;
  top: 60%;
}

#castle-cloud-mid {
  width: 20%;
  left: 45%;
  top: 82%;
}

#castle-cloud-front {
  width: 21%;
  left: 80%;
  top: 95%;
}

#castle-cloud-drift-front {
  top: 89%;
  left: 60%;
}

#castle-castle {
  width: 60%;
}

#castle-flag-purple {
  width: 10%;
  position: absolute;
  left: 38%;
  top: 20%;
}

#castle-flag-orange {
  width: 10%;
  position: absolute;
  left: 57%;
  top: 15%;
}

#castle-flag-purple-right {
  width: 10%;
  position: absolute;
  left: 73%;
  top: 2%;
}

#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%;
  z-index: 1;
}

.cloudDiv1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 12%;
  width: 80%;
}

.cloudDiv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 80%;
  left: 100%;
}

#cloud1 {
  z-index: 1;
}

#cloud3 {
  top: 1%;
  position: absolute;
  left: 5%;
}

#fairy {
  top: 95%;
  left: 30%;
}

.wingsDiv {
  position: absolute;
  left: -6%;
  top: 20%;
  width: 100%;
  z-index: -1;
}

#fairy-boy {
  position: absolute;
  top: 35%;
  left: 22%;
}

#fairy-boy-wing {
  width: 10%;
  left: 42%;
  position: absolute;
  top: -4%;
}

#fairy-boy-body {
  width: 15%;
}

#fairy-click {
  background-image: url("transparent.gif");
  width: 1000px;
  height: 390px;
  margin-top: 0px;
}

#fairyland {
  margin-top: -100px;
}

#fairyland-text {
  width: 800px;
  margin-top: 170px;
}

#book-image {
  visibility: hidden;
}

#cloud-bottom {
  position: fixed;
  width: 1000px;
  height: 220px;
  bottom: 0%;
  left: 50%;
  margin-left: -500px;
}

#cloud-bottom-image {
  left: 0px;
}

#cloud-bottom-text {
  bottom: 10px;
}

#crest-image {
  width: 175px;
  height: 195px;
}

#site, #content {
  min-height: 2600px;
  height: 100%;
}

#site {
  width: 1000px;
}

#site {
  background: url("teeth-fairy-background.jpg") repeat;
}

#content section#tile-animation {
  height: 390px;
  position: relative;
  display: inline-block;
  padding: 0px 95px;
}

#content section#tile-fairyland {
  height: 390px;
  position: relative;
  overflow: hidden;
  padding: 0px 95px;
}

#content section#tile-buybook {
  height: 390px;
  position: relative;
  padding: 0px 95px;
}

#content #buybook {
  background-color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

#content #buybook .book {
  width: 80%;
  margin-top: 60px;
}

#content #buybook div {
  width: 48%;
  float: left;
}

#content #buybook h1 {
  font-family: "headerEmbed", Arial, sans-serif;
  color: #FF6F00;
  margin-top: 70px;
}

#content #buybook p {
  font-family: "bodyEmbed", "HelveticaNeue-Regular", Arial, sans-serif;
  color: #00A3DB;
}

#content #buybook p.buy-the-book {
  font-size: 50px;
}

#content #buybook h3 {
  font-family: "bodyEmbed", "HelveticaNeue-Regular", Arial, sans-serif;
  color: #00A3DB;
  font-weight: bold;
  margin-bottom: 0.1em;
}

#content #buybook .buy {
  padding: 15px;
  text-align: left;
}

#content #buybook .buy img {
  display: inline-block;
  width: 40%;
  margin-left: -7px;
}

#content #games-header {
  position: absolute;
  left: 50%;
  margin-left: -116px;
  margin-top: -75px;
}

#content section#tile-games {
  position: relative;
  padding: 0px 95px;
  text-align: center;
}

#content section#tile-games #section-games {
  margin: 0 auto;
  background: url("fairylandBG.jpeg");
  padding: 40px;
}

#content section#tile-games .see-more {
  width: 15%;
  margin-top: 30px;
}

#content section#tile-games .tiles {
  margin-top: 60px;
}

#content section#tile-games .tiles div {
  display: inline-block;
  width: 30%;
}

#content section#tile-games .tiles div img {
  width: 95%;
}

#content section#tile-videos {
  height: 860px;
  position: relative;
  background-color: #bb8fc1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 810px;
  margin: auto;
}

#content section#tile-videos a {
  color: #fff;
}

#content section#tile-videos #videos-title {
  margin-top: 40px;
}

#content .video-player {
  position: relative;
  width: 800px;
  height: 515px;
  width: 640px;
  height: 412px;
  margin-left: auto;
  margin-right: auto;
}

#content .video-frame {
  position: absolute;
  width: 800px;
  height: 515px;
  width: 640px;
  height: 412px;
  left: 0px;
  right: 0px;
}

#content .video-iframe {
  position: absolute;
  width: 710px;
  height: 400px;
  width: 565px;
  height: 318px;
  left: 37px;
  top: 47px;
  overflow: hidden;
}

#content .video-header {
  margin-bottom: 0px;
}

#content .rsDefault .rsArrowIcn {
  background-color: transparent;
}

#content .rsDefault .rsArrowIcn:hover {
  background-color: transparent;
}

#content .see-more {
  width: 25%;
  margin-top: 30px;
  border: none;
}

#content .about {
  width: 10%;
  margin: 0;
}

footer {
  background-color: #bb8fc1;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
}

footer .container {
  width: 100%;
  position: relative;
  margin: auto;
}

footer .container #menu-footer-desktop {
  margin: 10px auto 0;
  min-height: 55px;
}

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

footer .container #menu-footer-desktop ul li {
  display: inline-block;
  margin: 0 15px;
  min-height: 55px;
}

footer .container #menu-footer-desktop ul li a {
  color: #fff;
  font-size: 21px;
  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;
}

footer .container #menu-footer-desktop ul li a:hover {
  color: #6f3086;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

footer .container .links {
  text-align: center;
  width: 100%;
}

footer .container .links img {
  width: 50px;
}

footer .container .footer-row {
  min-height: 60px;
}

footer .container .footer-row .seal {
  display: inline-block;
  margin-left: 20px;
  position: absolute;
  left: 0px;
}

footer .container .peek {
  position: absolute;
  bottom: 0;
  right: 0;
}

footer .container .copyright {
  padding: 20px;
}

.fb {
  width: auto !important;
  height: 50px;
  vertical-align: top;
}

.media-img {
  max-width: 15%;
  max-height: 60px;
  margin: 15px;
  vertical-align: middle;
  border: none;
}

.newsday {
  margin-top: 22px;
}

.logo-25 {
  max-width: 25%;
}

#buybook button {
  font-size: 21px;
  padding-top: 18px;
  background-color: #ff6f00;
  color: #fff;
  padding: 7px 15px;
  border: 0px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  font-family: 'headerEmbed', Arial, sans-serif;
}

#buybook button:hover {
  background-color: #835693;
}

#buybook button.learn {
  background-color: #835693;
  color: #fff;
}

#buybook button.learn:hover {
  background-color: #ff6f00;
  color: #fff;
}