* { box-sizing: border-box; }

body {
  background-color: white; 
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  font-size: 15px;
  color: black;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: background-color .3s;
  -moz-transition: background-color .3s;
}
#background-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}
hr {
  border: none;
  border-bottom: 1px solid #aeaeae;
}

img {
  border: none;
}

#loading {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100px;
  width: 384px;
  height: 512px;
  background-color: white;
  opacity: 1;
  margin-left: -192px;
  z-index: 60;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 220px;
  outline: none;
  font-size: 26px;
  color: silver;
  text-transform: uppercase;
  text-align: center;
}
#loading.hidden {
  display: none;
}
#loading.visible {
  display: block;
}

#marketing-app {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 60px;
  width: 424px;
  height: 660px;
  opacity: 1;
  margin-left: -212px;
  z-index: 70;
  outline: none;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 40px 20px;
}
#marketing-app.hidden {
  display: none;
}
#marketing-app-background {
  height: 512px;
  background-image: url(../img/marketing-app.jpg);
  background-color: white;
  padding: 20px;
  outline: none;
  font-size: 40px;
  border: 6px solid black;
  background-position: -12px -12px;
  transition: background-position .5s;
  padding-top: 363px;
}
.marketing-app-selector {
  display: inline-block;
  width: 17px;
  height: 20px;
  display: block;
  border: 3px solid white;
  box-shadow: 2px 2px 0px rgba(0,0,0,.3);
  margin-top: 6px;
}


a {
  color: #d45500;
}
a:link {
  color: #d45500;
}
a:visited {
  color: #d45500;
}


#cloud-left {
  position: fixed;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 551px;
  height: 128px;
  background-image: url(../img/cloud-left.png);
  background-repeat: no-repeat;
}

#cloud-right {
  position: fixed;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 318px;
  height: 164px;
  background-image: url(../img/cloud-right.png);
  background-repeat: no-repeat;
}

#logo-right {
  position: fixed;
  z-index: 300;
  width: 100px;
  height: 23px; 
  top: 6px;
  right: 116px;
  background-image: url(../img/logo-color.png);
  background-size: 100px 23px;
  /* cursor: url(../img/cursor-eyedropper.png) 2 16, default; */
  cursor: default;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: top .5s;
}
#logo-right.visible {
  top: 6px;
}
#logo-right.hidden {
  top: -30px;
}

#logo-left {
  position: fixed;
  z-index: 300;
  width: 100px;
  height: 23px; 
  top: 6px;
  background-image: url(../img/logo-color.png);
  background-size: 100px 23px;
  /* cursor: url(../img/cursor-eyedropper.png) 2 16, default; */
  cursor: default;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: left .5s;
  left: 12px;
}
#logo-left.visible {
  left: 12px;
}
#logo-left.hidden {
  left: -100px;
}


#logo-small {
  position: fixed;
  z-index: 300;
  bottom: 15px;
  right: 55px;
  width: 200px;
  height: 45px;
  cursor: url(../img/cursor-eyedropper.png) 2 16, default;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: right .5s;
  visibility: hidden;
}
#logo-small.hidden {
  right: -250px;
}
.logo-welcome {
  width: 307px;
  height: 70px;
}


#welcome-image {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 0;
  height: 90%;
  z-index: 0;
  background-image: url(/img/banner-bitsbox-in-grass.jpg);
  background-size: 100%;
  max-height: 585px;
  
  background-repeat: no-repeat;
  border-bottom: 1px solid white;
  background-position: top left;
}
#welcome-image.welcome-image-teachers {
  background-image: url(/img/banner-girls-in-circle.jpg);
}


/* Review Styling */

#review-image {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 0;
  height: 90%;
  z-index: 0;
  background-image: url(/img/banner-girl-reviewing-bitsbox2.jpg);
  background-size: 100%;
  max-height: 400px;
  
  background-repeat: no-repeat;
  border-bottom: 1px solid white;
  background-position: top left;
}
@media screen and (min-width: 1800px) {
  #review-image {
    background-image: url(/img/banner-girl-reviewing-bitsbox.jpg);
    background-position: 0px -140px;
  }
}
@media screen and (max-width: 479px) {
  #review-image {
    background-image: url(/img/banner-girl-reviewing-bitsbox-mobile.jpg);
    width: 100%;
  }
}
@media screen and (max-width: 349px) {
  #review-image {
    width: 110%;
  }
}

#review-panel {
  margin-top: 440px;
  position: relative;
}
.review-tagline {
  vertical-align: top;
  width: 100%;
  max-width: 438px;
  display: inline-block;
  color: #646464;
  position: relative;
  padding: 20px;
  padding-top: 90px;
  text-align: center;
  margin: 0;
}
.review-tagline h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.review-tagline h3 {
  margin-top: -35px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: lighter;
}
.review-product {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  max-width: 640px;
  padding: 20px 30px 0px 30px;
  position: relative;
  text-align: center;
  margin: 0;
}
.review-product a {
  margin-top: 20px;
}
.review-product p {
  width: 100%;
  display: inline-block;
  color: #646464;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}
.review-product img {
  width: 100%;
}

.review-nav {
  margin-top: 90px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
}
.review-nav #parent-review-link {
  border-bottom: 1px solid black;
}
.review-nav a {
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 16px;
  margin: 0px 27px;
}
.review-nav a:hover {
  color: #646464;
}

#mr-fancy-big {
  position: absolute;
  background-image: url(../img/mr-fancy-big.png);
  background-repeat: no-repeat;
  background-size: 300px 362px;
  height: 362px;
  min-width: 300px;
  margin-top: -270px;
  margin-left: 10px;
  z-index: -1;
}
@media screen and (max-width: 1137px) {
  .review-tagline {
    padding-top: 5%;
  }
  #mr-fancy-big {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .review-tagline {
    margin-top: -10%;
  }
}
@media screen and (max-width: 720px) {
  #review-panel {
    margin-top: 380px;
  }
}
@media screen and (max-width: 479px) {
  #review-panel {
    margin-top: 440px;
  }
}
@media screen and (max-width: 384px) {
  #review-panel {
    margin-top: 370px;
  }
}

#parent-review-div,
#teacher-review-div,
#kid-review-div {
  column-count: 3;
  column-gap: 1em;
  -moz-column-count: 3;
  -moz-column-gap: 1em;
  position: block;
  width: 100%;
  text-align: center;
  height: auto;
  margin-top: -40px;
  padding-right: 20px;
  padding-bottom: 60px;
}
@media screen and (min-width: 2387px) {
  #teacher-review-div {
    column-count: 5;
    -moz-column-count: 5;
  }
}
@media screen and (max-width: 2386px) {
  #teacher-review-div {
    column-count: 4;
    -moz-column-count: 4;
  }
}
@media screen and (min-width: 1600px) {
  #parent-review-div,
  #kid-review-div {
    column-count: 5;
    -moz-column-count: 5;
  }
}
@media screen and (max-width: 1599px) {
  #parent-review-div,
  #teacher-review-div,
  #kid-review-div {
    column-count: 4;
    -moz-column-count: 4;
  }
}
@media screen and (max-width: 1350px) {
  #parent-review-div,
  #teacher-review-div,
  #kid-review-div {
    column-count: 3;
    -moz-column-count: 3;
  }
}
@media screen and (max-width: 1000px) {
  #parent-review-div,
  #teacher-review-div,
  #kid-review-div {
    column-count: 2;
    -moz-column-count: 2;
  }
}
.comment-block {
  vertical-align: top;
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  min-height: 200px;
  margin: 10px;
  padding-left: 5px;
  padding-right: 5px; 
}
.comment-block aside {
  border-radius: 10px;
  background-color: #4bcec6;
  padding:37.5px;
}
.comment-block p {
  color: white;
  text-align: left;
}
.comment-block em {
  color: #646464;
  text-align: left;
}
.comment-block em a {
  color: white;
  text-decoration: none;
  font-style: normal;
}
.comment-block em a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 665px) {
  #parent-review-div,
  #teacher-review-div,
  #kid-review-div {
    column-count: 1;
    -moz-column-count: 1;
    margin-top: 5px;
  }
  .review-product {
    padding: 0px;
  }
  .review-nav {
    margin-top: 40px;
  }
  .review-nav a {
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .review-tagline h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .review-tagline h3 {
    margin-top: -35px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: lighter;
  }
}
@media screen and (max-width: 349px) {
  #review-panel {
    margin-left: 20px;
  }
  .review-tagline h2 {
    font-size: 17px;
  }
  .review-tagline h3 {
    font-size: 11px;
  }
  .comment-block {
    margin-left: 30px;
  }
  #write-a-review {
    margin-left: 20px;
  }
  #awards-panel {
    margin-left: 20px;
  }
}

#write-a-review {
  width: 100%;
  text-align: center;
  vertical-align: top;
}

#awards-panel {
  position: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.award-icons {
  display: inline-block;
  margin: 80px 15px;
  height: 150px;
  min-width: 100px;
  background-image: url(../img/award-icons-bw.png);
  background-repeat: no-repeat;
  background-size: 955px 150px;
}
.award-icons:hover {
  background-image: url(../img/award-icons.png);
}
.award-icons.apex {
  background-position: 0px 0;
  width: 125px;
}
.award-icons.educents {
  background-position: -305px 0;
  width: 315px;
}
.award-icons.entrepreneur {
  background-position: -150px 0;
  width: 150px;
}
.award-icons.rise {
  background-position: -650px 0;
  width: 150px;
}
.award-icons.academics {
  background-position: -825px 0;
  width: 130px;
}
#awards-panel h1 {
  color: #646464;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

/* End Review Styling */

#splash-panel {
  color: black;
  text-align: center;
  display: block;
  margin: -12px -30px 0 -30px;
  padding: 0 0;
  background-image: url(../img/banner-bitsbox-in-grass.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.splash-cta {
  font-size: 30px !important;
  padding: 20px 40px !important;
  letter-spacing: -1px;
}

.splash-title {
  color: white;
  text-shadow: 0px 0px 3px rgba(0,0,0,.4);
  font-size: 44px;
  padding: 20px 12px 0 12px;
  letter-spacing: -1px;
  font-weight: bold;
  margin: 6px 0 -12px 0;
  position: relative;
  top: 46px;
}
@media screen and (max-width: 1000px) {
  #splash-panel .splash-title {
    font-size: 34px;
  }
  .splash-cta {
    font-size: 20px !important;
    padding: 15px 30px !important;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 650px) {
  #splash-panel .splash-title {
    margin-top: 36px;
    font-size: 34px;
  }
  #splash-panel {
    background-size: 160%;
    background-position: top center;
  }
  .splash-cta {
    font-size: 18px !important;
    padding: 12px 24px !important;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 450px) {
  #splash-panel .splash-title {
    font-size: 24px;
    padding-top: 0;
  }
}

.splash-image {
  margin-top: 50px;
  display: inline-block;
  max-width: 554px;
  height: auto;
  width: 100%;
  vertical-align: middle;
  display: none;
}
.splash-image img {
  width: 100%;
}

.splash-text {
  display: block;
  max-width: 300px;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  text-align: center; 
  color: #646464;
  padding-bottom: 25px;
  margin-top: 22%;
}
.splash-text strong {
  color: #ff6a10;
}

#splash-email {
  background: #00aca4;
  padding: 12px 12px;
  color: white;
  margin: 20px 0 40px 0;
  font-size: 15px;
  font-weight: 100;
  width: 100%;
  line-height: 22px;
}
#splash-email-group {
  display: inline-block;
  margin: 6px 0;
  max-width: 330px;
  width: 100%;
}
#splash-email input {
  margin: 0;
  padding: 6px !important;
  width: auto;
  font-size: 12px;
  border-radius: 8px !important;
  border: 0;
  padding: 12px;
  font-size: 15px;
}
#splash-email input[type=email] {
  text-align: left;
  height: auto;
  border: 0 !important;
  color: black;
  width: 220px  !important;
  padding-left: 16px !important;
}
#splash-email input[type=submit] {
  color: white;
  height: auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: rgba(255,255,255,.5);
}


.splash-text li {
  padding: 6px 0 6px 0;
  background-image: url(../img/icon-checkmark.png);
  background-size: 26px 31px;
  background-repeat: no-repeat;
  margin-left: -40px;
  padding-left: 40px;
  list-style: none;
}

.splash-video-link {
  margin:  12px 0 20px 82px;
  text-decoration: underline;
  font-size: 11px;
  display: block;
  color: #888;
  cursor: pointer;
  font-weight: normal;
}

.splash-btn {
  color: #ff6a10;
  border-radius: 8px;
}



#splash-panel.variant-c {
  background-image: url(../img/splash-child-shot.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.variant-c .splash-image {
  height: 100px;
  max-width: 450px;
}
.variant-c .splash-image img {
  display: none;
}
.variant-c .splash-title {
  color: white;
  text-shadow: 0px 0px 3px rgba(0,0,0,.4);
}
.variant-c #splash-email {
  background: #ff6a10;
}
.variant-c .splash-text {
  max-width: 350px;
  margin-top: 24px;
}

.variant-c .splash-bullets {
  background-color: rgba(255,255,255,.85);
  padding: 3px 12px 3px 20px;
}
.variant-c .button-orange {
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}
.variant-c .splash-video-link {
  text-align: center;
  margin: 12px 0;
  color: white;
}



#welcome-panel {
  position: absolute;
  top: 290px;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 20px 50px;
  z-index: 299;
  transition: opacity .5s;
  color: black;
  text-align: center;
}
#welcome-panel.homepage {
  top: 100px;
  display: none;
}
#welcome-panel.hidden {
  opacity: 0;
  display: none;
}
#welcome-panel .welcome-tagline h1 {
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
  font-size: 35px;
  letter-spacing: -1px;
  line-height: 120%;
  font-weight: normal;
}
#welcome-panel.homepage .welcome-tagline h1 {
  margin-bottom: 25%;
}

#welcome-panel .welcome-text {
  opacity: .7;
  font-size: 15px;
  font-weight: 400;
}

#welcome-arrow {
  position: absolute;
  left: 50%;
  margin-left: 225px;
  top: 650px;
  width: 130px;
  height: 130px;
  font-size: 12px;
  z-index: 200;
  margin-top: -70px;
  text-align: center;
  color: black;
  opacity: .5;
  transition: opacity 1s;
  border-radius: 150px;
  padding: 18px 20px;
  cursor: pointer;
  z-index: 100;
}
#welcome-arrow.hidden {
  opacity: 0;
}
#welcome-arrow:before {
  position: absolute;
  content: ' ';
  width: 40px;
  height: 40px;
  border-top: 10px solid black;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  opacity: .5;
  top: 54px;
  left: 45px;
}

.welcome-tagline {
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 3px;
}
.welcome-tagline .button-flat {
  margin: 6px;
}
.welcome-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
}
.welcome-text em {
  font-size: 7px;
  vertical-align: top;
}

#overview-panel {
  margin-top: 660px;
}


#press-panel {
  position: block;
  width: 100%;
  background-color: #e3e3e3;
  text-align: center;
  padding: 15px;
  height: 90px;
  overflow: hidden;
}

.press-logo {
  display: inline-block;
  margin: 0 15px;
  height: 60px;
  min-width: 10px;
  background-image: url(../img/press-logos.png);
  background-repeat: no-repeat;
  background-size: 1000px 60px;
  opacity: .3;
  transition: opacity .5s;
  margin-bottom: 15px;
}
.press-logo:hover {
  opacity: .6;
}
.press-logo.abc {
  background-position: -8px 0;
  width: 60px;
}
.press-logo.cbs {
  background-position: -109px 0;
  width: 108px;
}
.press-logo.nbc {
  background-position: -255px 0;
  width: 51px;
}
.press-logo.cnn {
  background-position: -347px 0;
  width: 74px;
}
.press-logo.techcrunch {
  background-position: -464px 0;
  width: 70px;
}
.press-logo.forbes {
  background-position: -569px 0;
  width: 103px;
}
.press-logo.today {
  background-position: -734px 0;
  width: 70px;
}
.press-logo.geekdad {
  background-position: -841px 0;
  width: 73px;
}
.press-logo.sharktank {
  background-position: -935px 0;
  width: 66px;
}

.infographic {
  width: 200px;
  min-height: 220px;
  display: inline-block;
  margin: 20px 20px 0 20px;
  vertical-align: top;
  font-size: 14px;
}
.infographic p {
  padding: 10px 20px;
  line-height: 24px;
}

#who-panel .infographic p {
  line-height: 18px;
}

.infographic img {
  width: 200px;
  height: 150px;
}


.month-panel {
  width: 100%;
  max-width: 300px;
  min-height: 250px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font-size: 14px;
  background-image: url('/img/month-animalhouse.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  font-weight: normal;
}
.month-panel h3 {
  margin-top: 220px;
  margin-bottom: 0;
}
.month-panel em {
  display: inline-block;
  margin: 10px 0;
  color: #d45500;
}



#testimonial-panel {
  padding: 0 25px 25px 25px;
  background-color: #24d6d7;
  font-style: italic;
  color: white;
}
#testimonial-panel p {
  margin-top: 25px;
}
#testimonial-panel b {
  display: block;
  font-style: normal;
  font-size: 14px;
  padding-top: 6px;
}

.quote-hidden {
  display: none;
}
.quote-visible {
  display: block;
}

#how-panel {
  min-height: 600px;
  display: block;
}

#how-panel h2 {
  color: #ffca12;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 3px;
}
#how-panel h3 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 6px;
  margin-top: 0;
}
#how-panel p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
#how-panel a {
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}
#how-panel a:hover {
  text-decoration: underline;
}

.how-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/how-arrow.png);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin-top: 70px;
  vertical-align: top;
}
.how-arrow.1 {
  left: 33%;
}
.how-arrow.2 {
  left: 66%;
}

.how-step {
  display: inline-block;
  width: 300px;
  height: 380px;
  vertical-align: top;
  padding-top: 225px;
}
.how-1 {
  width: 575px;
  margin-left: -335px;
  padding-left: 335px;
  background-image: url(../img/how-1.png);
  background-repeat: no-repeat;
  background-size: 575px 225px;
}
.how-2 {
  width: 240px;
  background-image: url(../img/how-2.png);
  background-repeat: no-repeat;
  background-size: 240px 225px;
}
.how-3 {
  width: 435px;
  margin-right: -195px;
  padding-right: 195px;
  background-image: url(../img/how-3.png);
  background-repeat: no-repeat;
  background-size: 435px 225px;
}

#why-panel {
  background-color: #24d6d7;
  color: white;
}
#why-panel h1 {
  margin-bottom: 12px;
}
#why-panel .infographic {
  width: 250px;
  margin-top: 0;
}
#why-panel .infographic img {
  height: 200px;
}
#why-panel p {
  color: black;
  margin-top: -12px;
}
#why-panel .button-cta {
  margin: 40px 0 20px 0;
}

#faq-panel {
  background-color: #24d6d7;
  color: white;
}
#faq-panel h1 {
  margin-bottom: 12px;
}
#faq-panel .infographic {
  width: 250px;
  margin-top: 0;
}
#faq-panel .infographic img {
  height: 200px;
}
#faq-panel p {
  color: black;
  margin-top: -12px;
}
#faq-panel .button-cta {
  margin: 40px 0 20px 0;
}
.faq-question {
  margin-top: 30px;
  margin-bottom: -6px;
  font-size: 20px;
  display: block;
  font-weight: normal;
  color: black;
}

#team-panel p {
  font-size: 15px;
  margin-bottom: 20px;
  max-width: 1000px;
  margin-top: 0;
}
.team-member {
  width: 150px;
  min-height: 220px;
  display: inline-block;
  margin: 10px 15px 10px 15px;
  vertical-align: top;
  font-size: 14px;
}
.team-member p {
  padding: 0;
  color: #d45500;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 6px;
}
.team-member img {
  width: 150px;
  height: 150px;
}
.team-member h3 {
  margin-bottom: 6px;
  margin-top: 0;
}
.team-member h3 b {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  font-size: 20px;
}


#etc-panel {
  padding: 25px;
  background-color: #d45500;
  color: white;
  padding-bottom: 60px;
}
#etc-panel h1 {
  margin-bottom: 12px;
}
#etc-panel h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
#etc-panel a {
  color: #fec111;
  text-decoration: none;
}
#etc-panel a:hover {
  color: #fec111;
  text-decoration: underline;
}
#etc-panel a:visited {
  color: #fec111;
  text-decoration: none;
}
#etc-panel .infographic {
  width: 250px;
  margin-top: 0;
  margin: 20px;
}
#etc-panel .infographic img {
  width: 150px;
  height: 110px;
}
#etc-panel p {
  margin-top: 0;
  font-size: 16px;
}
#etc-panel .button-cta {
  margin: 40px 0 20px 0;
}
#etc-panel small {
  font-size: 11px;
}

#etc-panel .address {
  font-size: 13px;
  margin-top: 12px;
}

/* Footer Styling */

#footer-panel {
  height: auto;
  padding: 60px 30px 40px;
  background-color: #d45500;
  color: white;
}
#mr-fancy {
  position: absolute;
  background-image: url(../img/mr-fancy.png);
  background-repeat: no-repeat;
  background-size: 57px 73px;
  height: 73px;
  min-width: 57px;
  margin-top: 5px;
  z-index: 999;
}

#sign-up-and-save {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  max-width: 382px;
  width: 100%;
  padding-bottom: 50px;
}

.footer-email {
  max-width: 340px;
  text-align: left;
}
.footer-email-group {
  float: left;
  display: inline-block;
  margin: 6px 0;
  margin-left: 10px;
  width: 330px;
}
.footer-email input {
  margin: 0;
  padding: 6px !important;
  width: auto;
  font-size: 12px;
  border-radius: 8px !important;
  border: 0;
  padding: 12px;
  font-size: 15px;
}
.footer-email input[type=email] {
  text-align: left;
  height: auto;
  border: 0 !important;
  color: black;
  width: 220px  !important;
  padding: 8px 20px !important;
  margin-right: 2px;
  font-weight: lighter;
}
.footer-email input[type=submit] {
  color: white;
  font-weight: bolder;
  height: auto;
  padding: 8px 20px !important;
  background-color: rgb(239,174,12);
}
.footer-email h4 {
  text-align: left;
  margin: 10px;
  font-size: 24px;
}
.footer-email p {
  text-align: left;
  display: inline-block;
  margin: 10px;
  font-size: 14px;
}
.footer-email a {
  color: white;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  margin: 20px 10px 20px 10px;
  font-size: 14px;
}
.footer-email a:hover {
  color: white;
  text-decoration: underline;
}
.footer-email a:visited {
  color: white;
  text-decoration: none;
}
#social-panel {
  position: block;
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-left: 5px;
}
.social-icons {
  display: inline-block;
  margin: 20px 3px 0 3px;
  height: 41px;
  min-width: 10px;
  background-image: url(../img/social-icons.png);
  background-repeat: no-repeat;
  background-size: 306px 41px;
}
.social-icons:hover {
  background-image: url(../img/social-icons-grey.png);
}
.social-icons.twitter {
  background-position: 0px 0;
  width: 41px;
}
.social-icons.facebook {
  background-position: -55px 0;
  width: 41px;
}
.social-icons.kickstarter {
  background-position: -108px 0;
  width: 41px;
}
.social-icons.pinterest {
  background-position: -160px 0;
  width: 41px;
}
.social-icons.YouTube {
  background-position: -213px 0;
  width: 41px;
}
.social-icons.instagram {
  background-position: -266px 0;
  width: 41px;
}

#footer-nav {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  max-width: 790px;
  vertical-align: top
}
.footer-nav-block {
  text-align: left;
  display: inline-block;
  max-width: 150px;
  vertical-align: top;
  width: 100%;
}
.footer-nav-block a h3 {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
.footer-nav-block a p {
  color: white;
  padding: 7px 7px 7px 0px;
  font-weight: lighter;
  font-size: 14px;
}
.footer-nav-block a {
  text-decoration: none;
}

#footer-privacy-large-width {
  text-align: left;
  margin-left: 10px;
  margin-top: 50px;
}
#footer-privacy-large-width p {
  color: white;
  margin: 10px 0;
  font-weight: lighter;
  font-size: 14px;
}
#footer-privacy-large-width p a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#footer-privacy-small-width {
  display: none;
}
#footer-privacy-small-width p {
  display: none;
}
#footer-privacy-small-width p a {
  display: none;
}
#footer-privacy-small-width-codepage {
  display: block;
  padding-bottom: 10px;
}
#footer-privacy-small-width-codepage p {
  display: inline-block;
  color: white;
  font-weight: lighter;
  font-size: 14px;
}
#footer-privacy-small-width-codepage p a {
  display: inline-block;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#footer-contact-large-width {
  float: left;
  margin-left: 10px;
  margin-top: 123px;
}
#footer-contact-small-width {
  display: none;
}

#footer-panel .footer-info {
  color: white;
  display: inline-block;
  float: inherit;
  font-size: 13px;
  text-align: center;
  max-width: 100%; 
  width: 100%;
}
#footer-panel .footer-info a,
#footer-panel .footer-info a:link,
#footer-panel .footer-info a:visited,
#footer-panel .footer-info a:hover,
#footer-panel .footer-info a:active,
#footer-panel .footer-info a:focus {
  color: white;
  text-decoration: none;
}
#footer-panel .footer-copyright {
  display: inline-block;
  width: 100%;
  max-width: 100% !important;
  text-align: center;
  float: inherit;
  margin: 10px 0;
  clear: both;
}
#footer-panel small {
  font-size: 11px;
}

/* End Footer Styling */

.icon-social {
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 6px;
  margin-bottom: 30px;
}
.icon-social.twitter {
  background-image: url(../img/icon-twitter.png);
}
.icon-social.facebook {
  background-image: url(../img/icon-facebook.png);
}
.icon-social.kickstarter {
  background-image: url(../img/icon-kickstarter.png);
}


#tablet {
  -webkit-perspective: 2000;
  width: 484px;
  height: 900px;
  position: fixed;
  z-index: 300;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: -380px;
  background: none;
  transition: all .5s;
  transition-property: left, margin-left,top,margin-top,transform,-webkit-transform,-moz-transform;
  transition-timing-function: ease-in;

  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 40px 200px;
}
#tablet.hidden {
  left: 50%;
  margin-left: -218px;
  top: -100%;
}
#tablet.centered {
  left: 50%;
  margin-left: -242px;
  top: 50%
}
#tablet.left {
  left: 15px;
  margin-left: 0px;
  top: -15px;
  margin-top: 0px;
}
#tablet.welcome {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 40px 200px;
  position: absolute;
  left: 50%;
  margin-left: -240px;
  margin-top: -910px;
  top: 0%;
}
#tablet-color {
  position: absolute;
  width: 484px;
  height: 712px;
}
#tablet-overlay {
  position: absolute;
  width: 484px;
  height: 712px;
  background-image: url(../img/tablet-i-overlay.png);
  background-size: 484px 712px;
}


#tablet-title {
  display: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  padding-top: 22px;
  font-weight: bold;
  padding-right: 20px;
  color: rgba(0,0,0,.5);
  letter-spacing: 2px;
  cursor: default;
}
#tablet-screen {
  width: 384px;
  height: 512px;
  position: absolute;
  left: 50px;
  top: 100px;
  background-image: url(../img/tablet-screen-1.png);
  background-size: 384px 512px;
  background-color: #fff8a7;
}
#tablet-canvas {
  position: absolute;
  z-index: 100;
  transition: all .3s;
  background: white;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: all .5s;
}
#tablet-canvas.hidden {
  width: 0px;
  height: 0px;
  left: 192px;
  top: 206px;
}
#tablet-canvas.visible {
  left: 0px;
  top: 0px;
  width: 384px;
  height: 512px;
}

#coordinate-tick-panel {
  transition: opacity .5s;
}
#coordinate-tick-panel.visible {
  opacity: 1;
}
#coordinate-tick-panel.hidden {
  opacity: 0;
}
#coordinate-tick-x {
  height: 8px;
  width: 384px;
  border-right: 2px solid #f7931d;;
  position: absolute;
  margin-top: -60px;
  font-size: 12px;
}

#coordinate-tick-y {
  height: 512px;
  width: 8px;
  border-bottom: 2px solid #f7931d;
  position: absolute;
  margin-left: -33px;
  font-size: 12px;
}
#coordinate-tick-x span {
  position: relative;
  float: right;
  left: 25px;
  margin-top: -27px;
  color: #f7931d;
  text-align: center;
  display: inline-block;
  width: 50px;
  line-height: 13px;
}
#coordinate-tick-y span {
  display: inline-block;
  text-align: right;
  position: absolute;
  left: -63px;
  margin-top: -22px;
  top: 100%;
  width: 60px;
  height: 12px;

  
  color: #f7931d;
}



.icons-panel {
  width: 15360px;
  height: 430px;
  z-index: 2;
  transition: margin-left .5s;
}

.icons-panel-page {
  float: left;
  width: 384px;
  height: 430px;
}

.icons-panel-scroller {
  width: 384px;
  overflow: hidden;
}

.icons-panel-nav {
  position: absolute;
  top: 400px;
  left: 150px;
  width: 90px;
  text-align: center;
}
.icons-panel-nav-button {
  display: inline-block;
  border: 1px solid #eee;
  width: 9px;
  height: 9px;
  margin: 1px;
  border-radius: 9px;
  cursor: pointer;
  background: rgba(0,0,0,.3);
}
.icons-panel-nav-button.selected {
  background: white;
}

.icon-container {
  width: 90px;
  min-height: 90px;
  height: 90px;
  overflow: visible;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  margin: 1px;
  position: relative;
  cursor: pointer;
  line-height: 15px;
  vertical-align: top;
  color: black;
  text-shadow: #FFF 0px 0px 2px, #FFF 0px 0px 2px, #FFF 0px 0px 2px, #FFF 0px 0px 2px;
  -webkit-font-smoothing: antialiased;

  text-transform: capitalize;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: all .1s;
  transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform;
}
.icon-container:hover {
  left: -1px;
  top: -1px;
}
.icon-container:active {
  left: 0px;
  top: 0px;
}
.icon.tilt-left {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
}
.icon.tilt-right {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
}

.icon {
  width: 70px;
  height: 75px;
  margin-left: 10px;
  background-image: url(../img/icon-smile.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 3px;

  padding-top: 52px;
}
.icon span {
  font-family: 'Source Code Pro',monospace;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 13px;
  background: #eee;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0,0,0,.5);
  padding: 1px 3px;
  text-shadow: none;
  color: black;
  font-weight: normal;
  margin-left: 36px;
}

.icon-lock {
  position: absolute;
  z-index: 10;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  background-image: url(../img/icon-lock.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: -20px -20px;
  left: 26px;
  top: 28px;
}

#tablet-buttons-main {
  position: absolute;
  top: 425px;
  left: 0px;
  width: 384px;
  text-align: center;
}

#button-new-app {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../img/button-new-app.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#button-new-app:hover {
  margin: -1px 1px 1px -1px;
}
#button-new-app:active {
  margin: 0 0 0 0;
}

#button-new-tutorial {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../img/button-new-tutorial.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  display: none;
}
#button-new-tutorial:hover {
  margin: -1px 1px 1px -1px;
}
#button-new-tutorial:active {
  margin: 0 0 0 0;
}


#button-logout {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  background-image: url(../img/icon-logout.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-size: 40px 40px;
  margin: 0 0 0 0;
  top: -55px;
  left: 10px;
}
#button-logout:hover {
  margin: -1px 1px 1px -1px;
}
#button-logout:active {
  margin: 0 0 0 0;
}

#button-alert {
  position: relative;
  width: 88px;
  height: 48px;
  background-image: url(../img/icon-alert.png);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  background-size: 40px 40px;
  margin: 0 0 0 0;
  top: -55px;
  left: 20px;
  font-size: 10px;
  padding-left: 36px;
  padding-top: 10px;
  color: rgba(0,0,0,.6);
}
#button-alert.hidden {
  display: none;
}
#button-alert.visible {
  display: block;
}
#button-alert:hover {
  margin: -1px 1px 1px -1px;
}
#button-alert:active {
  margin: 0 0 0 0;
}

.button-delete-app {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/button-delete-app.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all .2s;
}
.button-delete-app.hidden {
  width: 0px;
  height: 0px;
  background-size: 0px 0px;
  margin-left: 10px;
  margin-top: 16px;
}
.button-delete-app.visible {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  margin-left: -6px;
  margin-top: 0px;
}


#settings-panel {
  width: 384px;
  height: 512px;
  position: absolute;
  background: white;
  z-index: 100;
  transition: .5s;
  transition-property: width,height,margin-left,margin-top;
  overflow: hidden;
  cursor: default;
}
#settings-panel.hidden {
  margin-left: 182px;
  margin-top: 256px;
  width: 0px;
  height: 0px;
}
#settings-panel.visible {
  width: 384px;
  height: 512px;
}
#settings-colors {
  cursor: url(../img/cursor-eyedropper.png) 2 16, default;
}
#settings-display-name {
  text-transform: capitalize;
}
.settings-selector-category {

}
.settings-selector {
  color: silver;
  display: inline-block;
  margin: 0 6px 0 6px;
  cursor: pointer;
}
.settings-selector.selected {
  font-weight: bold;
  color: black;
  text-shadow: 1px 1px silver;
}
.settings-background {
  width: 41px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  border: 0px solid black;
  border-radius: 6px;
  margin: 2px;
  cursor: pointer;
}
.settings-background.selected {
  box-shadow: 1px 1px silver;
  border: 3px solid black;
  margin: 2px;
  box-shadow: 0px 0px -2px black;
}
.settings-background img {
  width: 41px;
  height: 50px;
}

.tablet-ui-head {
  display: block;
  padding: 9px;
  text-align: center;
  font-size: 17px;
  background-color: #f7931d;
  color: white;
}
.tablet-ui-panel {
  display: block;
  padding: 0px 20px;
  text-align: center;
  font-size: 14px;
  width: 384px;
}
.tablet-ui-input {
  background: white;
  border: 1px solid black;
  border-radius: 6px;
  width: 100%;
  outline: none;
  padding: 4px 4px 4px 9px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  font-size: 19px;
  text-align: center;
}
.tablet-ui-label {
  padding: 10px 9px 9px 9px;
  font-size: 15px;
  border-top: 1px solid rgba(247, 147, 29, .5);
  margin-top: 12px;
}
.tablet-ui-label.first {
  margin-top: -1px;
}

.tablet-ui-slider {
  width: 384px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

#button-customize {
  position: absolute;
  left: 320px;
  top: 20px;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../img/icon-customize.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-size: 40px 40px;
  margin: 0 0 0 0;
}
#button-customize:hover {
  margin: -1px 1px 1px -1px;
}
#button-customize:active {
  margin: 0 0 0 0;
}
#button-customize.hidden {
  display: none;
}

#button-share {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/icon-share.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-size: 48px 48px;
  margin: 0 0 0 0;
}
#button-share:hover {
  margin: -1px 1px 1px -1px;
}
#button-share:active {
  margin: 0 0 0 0;
}
#button-share.hidden {
  display: none;
}

#share-app-panel {
  background: rgba(0,0,0,.2);
  width: 384px;
  position: absolute;
  padding: 20px;
  z-index: 5000;
  transition: all .5s;
  overflow: hidden;
}
#share-app-panel.hidden {
  z-index: -1;
  opacity: 0;
  height: 0px;
  top: 512px;
}
#share-app-panel.visible {
  z-index: 50;
  z-index: 1;
  height: 512px;
  top: 0px;
}
#share-app-window {
  width: 100%;
  height: 100%;
  border: 3px solid #f7941f;
  background: #f7941f;
  padding: 20px;
  border-radius: 12px;
}
#share-app-window-title {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: bold;
  background-image: url(../img/icon-share.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-left: -6px;
  padding-left: 66px;
  padding-top: 13px;
  margin-bottom: -20px;
  margin-top: -9px;
  height: 80px;
  color: #870088;
  cursor: default;
  background-size: 60px 60px;
}
.form-label {
  margin-top: 9px;
  color: black;
  font-size: 15px;
}
#share-body {
  background: white;
  border: 1px solid black;
  border-radius: 6px;
  height: 240px;
  width: 100%;
  padding: 9px 9px 0 9px;
  font-size: 12px;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 3px;
}
#share-body a {
  color: #0d4e9c;
  text-decoration: none;
}
#share-app-window input {
  background: white;
  border: 1px solid black;
  border-radius: 6px;
  width: 100%;
  outline: none;
  padding: 4px 4px 4px 9px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  font-size: 12px;
}
#share-app-window button {
  background: #9f1f63;
  border: 3px solid #9f1f63;
  border-radius: 9px;
  color: white;
  font-size: 18px;
  outline: none;
  padding: 6px 12px;
  font-weight: bold;
  float: right;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  cursor: pointer;
  margin-top: 6px;
}
#share-app-window button:hover {
  margin-top: 5px;
}
#share-app-window button:active {
  margin-top: 6px;
}


#new-app-panel {
  background: rgba(0,0,0,.8);
  width: 384px;
  position: absolute;
  z-index: 5000;
  transition: all .3s;
  overflow: hidden;
}
#new-app-panel.hidden {
  z-index: -1;
  opacity: 0;
  height: 512px;
  top: 0px;
}
#new-app-panel.visible {
  z-index: 50;
  z-index: 1;
  height: 512px;
  top: 0px;
}

.new-app-subpanel {
  padding: 15px;
  overflow: hidden;
  transition: height .3s;
  padding-top: 50px;
  vertical-align: top;
}
.new-app-subpanel.half {
  height: 256px;
  transition: height .3s;
}
.new-app-subpanel.quarter {
  height: 128px;
  transition: height .3s;
}
#new-app-subpanel-icons .icon-container {
  width: 80px;
}
#new-app-subpanel-icons .icon {
  margin-left: 5px;
}

.new-app-subpanel-or {
  position: absolute;
  margin-top: -61px;
  margin-left: 170px;
}
.new-app-subpanel .button-flat {
  padding: 5px 9px;
  margin-bottom: 6px;
  border: 2px solid #24d6d7;
  color: #24d6d7;
  background-color: white;
  font-size: 15px;
  width: 250px;
  box-shadow: none;
  border-radius: 6px;
}
.new-app-subpanel .button-flat:hover {
  box-shadow: none;
  background-color: #24d6d7;
  color: white;
}
.new-app-subpanel h2 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  letter-spacing: -1px;
}

.quarter .hide-when-quarter-screen {
  display: none;
}
.half .hide-when-half-screen {
  display: none;
}
#activity-number-error {
  margin-top: 12px;
}

#context-panel {
  width: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 15px;
  z-index: 499;
  color: black;
  font-size: 15px;
  background: #e3e3e3;
  padding: 20px;
  line-height: 22px;
  transition: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition: 0.2s;
  -webkit-transition-timing-function: ease-out;
  margin-left: -540px;
  margin-top: -250px;
}
#context-panel.hidden {
  z-index: 298;
  transform: scale(1,0);
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  border-bottom: 12px solid black;
  opacity: 0;
}
#context-panel:before {
  position: absolute;
  content: ' ';
  width: 40px;
  height: 40px;
  border-left: 36px solid #e3e3e3;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  top: 6px;
  left: 297px;
  transition: left .5s;
}
#context-panel h3 {
  margin-top: 0;
}
#context-panel.number {
  margin-left: -530px;
  margin-top: -190px;
}
#context-panel.online {
  margin-left: -530px;
  margin-top: -80px;
}
#context-panel.custom {
  margin-left: -530px;
  margin-top: 125px;
}
.context-panel-number-img {
  width: 290px;
  height: 190px;
  margin-left: -10px;
  margin-top: -30px;
  margin-bottom: -35px;
}


.new-app-subpanel-help {
  position: absolute;
  right: 15px;
  margin-top: -32px;
  border: 2px solid #24d6d7;
  color: #24d6d7;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#new-app-subpanel-number {
  background: white;
  color: #333;
}
#new-app-subpanel-number.quarter {
  
}
#new-app-subpanel-online {
  background: #eee;
  color: #333;
}
#new-app-subpanel-custom {
  background: white;
  color: #333;
}

#new-app-icons {
  height: 305px;
  width: 310px;
  margin-top: 9px;
}
.new-app-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  background-image: url(../img/icons-cute-large.png);
  background-size: 60px 60px;
  margin: 0 0 0 0;
  opacity: .2;
  cursor: pointer;
  transition: all .3s;
}
.new-app-icon:hover {
  opacity: 1;
}
.new-app-icon.selected {
  opacity: 1;
  xbox-shadow: 0 0 12px yellow;
  background-color: white;
  border-radius: 12px;
}

#new-app-instructions {
  width: 200px;
  font-size: 13px;
  height: 60px;
  padding: 4px 12px 0 12px;
  color: white;
  text-align: center;
}
#new-app-instructions a, #new-app-instructions a:visited {
  color: white;
}
#new-app-window {
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fec111;
  border-radius: 12px;
  text-align: center;
}
#new-app-window form {
  overflow: hidden;
}
#new-app-header {
  border-bottom: 1px solid #aaa;
  margin: -12px -20px 24px -20px;
  padding-bottom: 6px;
  font-size: 12px;
}
#new-app-window-title {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: bold;
  background-image: url(../img/button-new-app.png);
  background-repeat: no-repeat;
  background-position: top left;
  left: 30px;
  top: 36px;
  padding-left: 90px;
  padding-top: 30px;

  height: 80px;
  color: #870088;
  cursor: default;
  margin-bottom: -40px;
  position: absolute;
}

#new-tutorial-panel {
  background: rgba(0,0,0,.2);
  width: 384px;
  position: absolute;
  padding: 20px;
  z-index: 5000;
  transition: all .5s;
  overflow: hidden;
  display:none;
}
#new-tutorial-panel.hidden {
  z-index: -1;
  opacity: 0;
  height: 0px;
  top: 512px;
}
#new-tutorial-panel.visible {
  z-index: 50;
  z-index: 1;
  height: 512px;
  top: 0px;
}
#new-tutorial-window {
  width: 100%;
  height: 100%;
  border: 3px solid #f7941f;
  background: #f7941f;
  padding: 20px;
  border-radius: 12px;
}
#new-tutorial-window-title {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: bold;
  background-image: url(../img/button-new-tutorial.png);
  background-repeat: no-repeat;
  background-position: top left;
  left: 30px;
  top: 36px;
  padding-left: 90px;
  padding-top: 30px;

  height: 80px;
  color: #870088;
  cursor: default;
  margin-bottom: -40px;
  position: absolute;
}

.tutorial-challenge {
  margin: 6px 0 0 -24px;
}
.tutorial-challenge h4 {
  margin: 0;
}
.tutorial-challenge li {
  padding-bottom: 9px;
}

.tutorial-stamp {
  width: 70px;
  min-height: 80px;
  height: 80px;
  overflow: visible;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  margin: 6px 0 0 0;
  position: relative;
  cursor: pointer;
  line-height: 12px;
  vertical-align: top;
  color: black;
  text-shadow: #FFF 0px 0px 2px, #FFF 0px 0px 2px, #FFF 0px 0px 2px, #FFF 0px 0px 2px;
  -webkit-font-smoothing: antialiased;

  transition: all .1s;
  transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform;
}

.tutorial-fill {
  width: 70px;
  min-height: 90px;
  height: 90px;
  overflow: visible;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  margin: 6px 0 0 0;
  position: relative;
  cursor: pointer;
  line-height: 12px;
  vertical-align: top;
  color: black;
  text-shadow: #FFF 0px 0px 2px, #FFF 0px 0px 2px, #FFF 0px 0px 2px, #FFF 0px 0px 2px;
  -webkit-font-smoothing: antialiased;

  transition: all .1s;
  transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform;
}

.tutorial-fill img {
  width: 60px;
  height: 80px;
  background-repeat: no-repeat;
  margin-bottom: 3px;
  background-color: white;
}


.tutorial-stamp img {
  width: 60px;
  height: 60px;
  border: 3px solid white;
  background-repeat: no-repeat;
  margin-bottom: 3px;
  border-radius: 12px;
  background-color: white;
}

#button-home {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 525px;
  left: 155px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

#button-run {
  width: 60px;
  height: 60px;
  position: fixed;
  color: rgba(0,0,0,0);
  background-image: url(../img/button-run.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  cursor: pointer;
  font-size: 22px;
  padding-left: 25px;
  padding-top: 14px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  letter-spacing: -1px;
  transition: top .5s;
  z-index: 500;
}
#button-run.visible {
  top: 200px;
  left: 495px;
}
#button-run.hidden {
  top: -1560px;
  left: 495px;
}
#button-run:hover {
  margin-top: -1px;
  margin-left: 0px;
  left: 495px;
}
#button-run:active {
  margin-top: 0px;
  margin-left: 0px;
  left: 495px;
}

#page {
  padding-top: 6px;
  padding-bottom: 20px;
  min-height: 280px;
}
#page-panel {
  display: block;
  padding-left: 470px;
  margin-left: 30px;
  position: relative;
  z-index: 289;
  /* transition: all .5s;
  transition-timing-function: ease-in;*/
  top: 30px;
}
#page-panel.hidden {
  height: 20px;
  overflow: hidden;
  visibility: hidden;
}
#page-panel.visible {
  visibility: visible;
}

#page-header {
  height: 98px;
  padding: 13px 0 0 20px;
}
#page-footer {
  height: 13px;
  position: relative;
  z-index: 100;
  background-repeat: repeat-x;
  left: -3px;
  position: relative;
}
#page-border {
  padding-right: 35px;
  background-repeat: repeat-y;
  background-position: top right;
}

#editor-panel {
  padding-left: 60px;
}
#page-title {
  font-size: 30px;
  font-weight: bold;
  margin-left: 100px;
  margin-top: 6px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  letter-spacing: -1px;
  border: none;
  width: 100%;
  background: none;
  text-transform: capitalize;
  outline: none;
}
#page-author {
  margin-left: 100px;
  margin-top: -6px;
  font-size: 20px;
  font-family: 'Roboto Slab', 'Montserrat', sans-serif;
  text-transform: capitalize;
}
#page-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 25px;
  cursor: pointer;
}

#preload-container {
  visibility:hidden;
  position:absolute;
  width:100px;
  height:100px;
  overflow:hidden;
  top:0;
  left:0;
}

.CodeMirror {
  background: none;
  height: auto;
  font-family: 'Source Code Pro',monospace;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 20px;
}
.CodeMirror-gutters {
  background: none;
  border: none;
}
.CodeMirror-linenumber {
  padding-right: 20px;
  display: inline-block;
  color: #f7931d;
  position: relative;

}
.CodeMirror-code pre {
  
}



.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}


#sign-up-panel {
  position: fixed;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: -250px;
  z-index: 2550;
  text-align: center;
  overflow:hidden;
  transition: height .2s;
  top: 50%;
}
#sign-up-panel.hidden {
  height: 0px;
}
#sign-up-panel.visible {
  height: 600px;
}


#change-password-panel {
  position: fixed;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: -125px;
  z-index: 2550;
  text-align: center;
  overflow:hidden;
  transition: height .2s;
  top: 50%;
}
#change-password-panel.hidden {
  height: 0px;
}
#change-password-panel.visible {
  height: 600px;
}

#video-panel {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 15000;
  text-align: center;
  color: white;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 50px 0;
  overflow: hidden;
}
#video-panel.hidden {
  display: none;
}
#video-panel p {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
}
#video-panel-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.9);
  padding: 0px 10px;
  text-align: right;
  font-size: 40px;
}
#video-iframe {
  position: relative;
  top: -20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#login-panel {
  position: fixed;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: -150px;
  z-index: 2550;
  text-align: center;
  overflow:hidden;
  transition: height .2s;
  top: 50%;
}
#login-panel a {
  color: rgb(247, 147, 29);
  text-decoration: underline;
  cursor: pointer;
}
#login-panel h2 {
  margin-bottom: 0;
}
#login-panel.hidden {
  height: 0px;
}
#login-panel.visible {
  height: 400px;
}
#login-panel .icon-social {
  height: 50px;
  width: 42px;
  display: inline-block;
  background: url(../img/icons-social.png);
  background-size: 291px 50px;
  cursor: pointer;
  margin: 0px 10px 0 0;
}
#login-panel .google {
  background-position: -249px 0;
}
#login-panel .facebook {
  background-position: 0 0;
}
#login-panel .twitter {
  background-position: -42px 0;
}
#login-panel .github {
  background-position: -83px 0;
}
#login-panel .persona {
  background-position: -125px 0;
}

#login-panel .icon-social:hover {
  margin: -1px 11px 1px -1px;
}

.stick-dropdown {
  background: #f9f9f9;
  display: block;
  border-radius: 12px;
  margin-left: 45px;
  margin-right: 45px;
  padding: 60px 20px 20px 20px;
  margin-top: -30px;
  box-shadow: 3px 3px rgba(0,0,0,.2);
}
.stick-dropdown input[type=text], .stick-dropdown input[type=password],
.stick-dropdown input[type=email] {
  padding: 12px;
  padding-bottom: 8px;
  border-radius: 6px;
  outline: none;
  width: 270px;
  font-size: 18px;
  margin-right: 1px;
  margin-bottom: 5px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  border: 2px solid rgb(247, 147, 29);
}
#login-panel #password {
  width: 202px;
}
.stick-dropdown button, .stick-dropdown input[type=submit] {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  position: relative;
  padding: 12px 22px 9px 22px;
  left: 2px;
  border-radius: 15px;
  font-size: 15px;
  outline: none;
  border: 0;
  background: rgb(247, 147, 29);
  margin: 0 0 0 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  vertical-align: middle;
}
.stick-dropdown button:hover, .stick-dropdown input[type=submit]:hover {
  box-shadow: 2px 2px 0px rgba(0,0,0,.3);
  margin: -1px 1px 1px -1px;
}
.stick-dropdown button:active, .stick-dropdown input[type=submit]:active {
  box-shadow: none;
  margin: 0 0 0 0;
}

.stick-dropdown ul {
  font-size: 11px;
  text-align: left;
}



.stick-dropdown input[type=checkbox] {
  margin: 6px;
}
.stick-dropdown label {
  font-size: 13px;
  text-transform: none;
}

#error-panel {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 384px;
  height: 512px;
  background-color: #e3e3e3;
  padding: 20px;
  color: black;
  display: none;
  background-image: url(../img/error-panel.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#error-panel h3 {
  font-size: 52px;
  color: #d45500;
  margin: 0 0 6px 0;
  letter-spacing: -3px;
}
#error-panel a, #error-panel a:visited {
  color: white;
}
#error-message-panel {
  border-radius: 500px / 200px;
  min-height: 100px;
  margin-top: 60px;
  margin: 50px 20px;
  text-align: center;
  background: white;
  padding: 23px 20px;
  font-style: italic;
}
#error-translation {
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 12px;
}
#error-translation tt {
  color: black;
  font-weight: bold;
  font-family: 'Source Code Pro',monospace;
}
#error-message-panel:after {
  position: absolute;
  content: ' ';
  width: 40px;
  height: 40px;
  border-top: 40px solid white;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  margin-top: 12px;
  margin-left: -50px;
}
#error-help pre {
  background-color: #f1f1f1;
  color: black;
  font-size: 20px;
  font-family: 'Source Code Pro',monospace;
  padding: 6px 20px;
  letter-spacing: -1px;
  margin: 20px -20px -35px -20px;
}
#error-help pre ol {
  list-style-type: none;
  margin-left: -30px;
  counter-reset: level1;
}
#error-help pre ol li:before {
  content: counter(level1) " "; /*Instead of ". " */
  counter-increment: level1;
  margin-right: 12px;
  color: #f7931d;
}



#error-line {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

#error-message {
  font-size: 13px;
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  margin-bottom: 9px;
}

#error-message tt {
  font-size: 20px;
}

#error-message em {
  background-color: lime;
}


#error-panel .code {
  font-family: 'Source Code Pro',monospace;
  font-weight: 500;
  font-size: 18px;
  padding: 0 6px;
  font-weight: bold;
  color: rgb(222, 32, 44);
  display: inline-block;
}

#error-panel h1 {
  margin-top: -6px;
}

.CodeMirror-linenumber-error {
  background-image: url(../img/CodeMirror-linenumber-error.png);
  background-size: 90px 24px;
  color: white;
  font-weight: bold;
  background-position: right;
  background-repeat: no-repeat;
}


/*
#c123-logo.center {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 470px;
  height: 120px;
  margin-left: -235px;
  transition: all .5s;
}
#c123-logo.corner {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 235px;
  height: 60px;
  margin-left: 0px;
  transition: all .5s;
}

.dot {
  width: 38px;
  height: 38px;
  position: absolute;
  background: #abd5ff;
  top: 6px;
  left: 6px;
  z-index: -1;
  margin-left: 6px;
  margin-top: 6px;
}

#specially-kids.center {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: 205px;
  margin-top: 110px;
  transition: all .5s;
  opacity: .9;
}
#specially-kids.corner {
  position: absolute;
  top: 30px;
  left: 100px;
  margin-left: 0;
  margin-top: 0;
  transition: all .5s;
  opacity: 0;
}


*/

.coin-x {
  position: fixed;
  width: 80px;
  height: 100%;
  left: 50%;
  top: 0;
  transition: left .6s;
  transition-timing-function: linear;
  overflow: hidden;
  z-index: 1000;
  margin-left: -40px;
}
.coin-x-animation-end-0 { left: 0%; }
.coin-x-animation-end-1 { left: 2%; }
.coin-x-animation-end-2 { left: 13%; }
.coin-x-animation-end-3 { left: 20%; }
.coin-x-animation-end-4 { left: -12%; }
.coin-x-animation-end-5 { left: 114%; }
.coin-x-animation-end-6 { left: 71%; }
.coin-x-animation-end-7 { left: 92%; }
.coin-x-animation-end-8 { left: 95%; }
.coin-x-animation-end-9 { left: 100%; }

.coin-y {
  width: 80px;
  height: 80px;
  background-color: red;
  border-radius: 40px;
  position: absolute;
  transition: top .6s;
  transition-timing-function: cubic-bezier(0,.4,.4,1);
  left: 0;
  top: 100%;
  margin-top: -40px;
  background-image: url(../img/coin.png);
  box-shadow: 0px 20px rgba(0,0,0,.4);
}

.coin-y-animation-end-0 { top: -5%; }
.coin-y-animation-end-1 { top: -7%; }
.coin-y-animation-end-2 { top: -8%; }
.coin-y-animation-end-3 { top: -9%; }
.coin-y-animation-end-4 { top: -12%; }
.coin-y-animation-end-5 { top: -15%; }
.coin-y-animation-end-6 { top: -18%; }
.coin-y-animation-end-7 { top: -10%; }
.coin-y-animation-end-8 { top: -24%; }
.coin-y-animation-end-9 { top: -50%; }

.stick {
  width: 500px;
  height: 60px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -30px;
  background-position: -60px -1px;
  background-size: 600px 66px;
  border-radius: 30px;
  z-index: 500;
  background-image: url(../img/stick-info.png);
  text-align: center;
  color: black;
  font-size: 17px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-shadow: 0px 1px 3px rgba(0,0,0,.5);
  padding: 0 20px;
  line-height: 22px;
  transition: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition: 0.2s;
  -webkit-transition-timing-function: ease-out;
}
.stick-info {
  border-radius: 0;
  border-radius: 30px;
  background-image: url(../img/stick-info.png);
  border: none;
  background: #e3e3e3;
  box-shadow: 0px 1px 3px rgba(0,0,0,.5);
  text-shadow: none;
}
.stick-info.stick-right:before {
  background-image: url(../img/stick-info.png);
}
.stick-info.stick-left:before {
  background-image: url(../img/stick-info.png);
}

.stick a {
  color: rgb(175, 109, 29);
}
.stick a:visited {
  color: rgb(175, 109, 29);
}
.stick-inline {
  position: relative;
  top: 0;
  margin-top: 0;
}
.stick p {
  position: relative;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  cursor: default;
}
.stick-left {
  top: 50%;
  left: 50%;
  margin-left: 30px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  padding-left: 6px;
  min-width: 190px;
  max-width: 400px;
}
.stick-left p {
  margin-left: 0px;
}
.stick-left:before {
  content: '';
  width: 30px;
  height: 66px;
  position: absolute;
  background-image: url(../img/stick-info.png);
  margin-left: -30px;
  left: 0;
  margin-top: 0px;
  background-size: 600px 66px;
  background-position: -30px 0px;
}


.stick-right {
  top: 50%;
  left: 50%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: auto;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding-right: 6px;
  margin-left: -60px;
  min-width: 190px;
  max-width: 400px;
  background-position: right -1px;
}
.stick-right p {
  margin-left: 0px;
}
.stick-right:before {
  content: '';
  width: 30px;
  height: 66px;
  position: absolute;
  left: 100%;
  background-image: url(../img/stick-info.png);
  margin-left: 0px;
  margin-top: 0px;
  background-size: 600px 66px;
  background-position: 0 0;
}
#stick-special {
  margin-top: 153px;
  margin-left: -145px;
}
#stick-go-home {
  top: 640px;
  left: 290px;
}
#stick-first-app {
  margin-top: 150px;
  margin-left: -70px;
}
#stick-tutorials {
  margin-top: -263px;
  margin-left: -210px;
}
#stick-alert {
  z-index: 2560; 
  height: auto;
  background-image: none;
  background-color: #e3e3e3;
  line-height: auto;
  margin-top: -60px;
  text-align: left;
  min-height: 60px;
}
#stick-alert p {
  position: relative;
  margin: 18px 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  font-size: 14px;
  text-align: center;
}
#stick-alert  ul {
  text-align: left;
}
#stick-alert-text {
  
}
#stick-tutorial-step {
  left: 595px;
  top: 140px;
}
#stick-tutorial-line-of-code {
  left: 595px;
  top: 140px;
}
#stick-run {
  left: 525px;
  top: 230px;
}
#stick-tutorial-tap-info {
  top: 320px;
  left: 340px;
}
#stick-tutorial-info {
  top: 320px;
}
#stick-run-hint {
  left: 100%;
  top: 100%;
  margin-left: -550px;
  margin-top: -120px;
}
#stick-print-or-online {
  height: 310px;
  margin-top: -200px;
  width: 500px;
  margin-left: -250px;
  padding-top: 25px;
  background-image: url(../img/stick-print-or-online.png);
  background-size: 390px 185px;
  background-position: center 60px;
  background-repeat: no-repeat;
}
#stick-print-or-online h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 200px;
  font-size: 20px;
}
#stick-tutorial-help {
  text-align: left;
  height: 200px;
  top: 300px;
  padding: 20px;
}


.stick-button-close {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  display: inline-block;
  margin-top: 13px;
  background-image: url(../img/button-x-yellow.png);
  background-size: 30px 30px;
  left: 2px;
  cursor: pointer;
  z-index: 10;
}
.stick-button-next {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  display: inline-block;
  margin-top: 13px;
  background-image: url(../img/button-next-yellow.png);
  background-size: 30px 30px;
  left: 2px;
  cursor: pointer;
  z-index: 10;
}

.stick.hidden {
  z-index: 298;
  transform: scale(1,0);
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  border-bottom: 12px solid black;
  opacity: 0;
}
.stick-right.hidden {
  -webkit-transform: scale(1,0) translateX(-100%);
  -moz-transform: scale(1,0) translateX(-100%);
  -ms-transform: scale(1,0) translateX(-100%);
  transform: scale(1,0) translateX(-100%);
  z-index: 298;
}

#headerbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  padding: 5px 9px 0 16px;
  background-color: transparent;
  z-index: 290;
  transition: all .3s;
  color: black;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  text-align: right;
  background-repeat: no-repeat;
  background-size: 190px 44px;
  background-position: 30px 16px;
}
#headerbar.white {
  background: white;
  height: 40px;
}
#headerbar .hidden {
  display: none;
}
#headerbar.headerbar-scrolled {
  height: 42px;
  background-repeat: no-repeat;
  background-size: 120px 28px;
  background-position: 12px 4px;
  background-color: white;
  border-bottom: 1px solid #e3e3e3;
}
.code-page #headerbar {
  background-image: url(../img/logo-color.png);
}
.code-page #headerbar.white {
  background: white;
}

#headerbar-logged-in {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  height: 50px;
  padding: 5px 9px 0 16px;
  z-index: 20;
  transition: background .3s;
  color: black;
  border-bottom-left-radius: 12px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#headerbar-logged-in.hidden {
  display: none;
}
#headerbar-logged-in .headerbar-link {
  color: black;
}

.headerbar-link {
  margin: 0px;
  font-size: 13px;
  color: black;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  left: 0px;
  transition: left .5s;
  vertical-align: middle;
}
.headerbar-link.hidden {
  left: 120px;
}
.headerbar-link.visible {
  left: 0px;
}
.headerbar-link img {
  opacity: .4;
}
.headerbar-link.selected img {
  opacity: 1;
}

.headerbar-text-link {
  margin-right: 18px;
  top: -9px;
}

a.headerbar-link {
  color: black;
}

.headerbar-link:hover {
  text-decoration: underline;
  color: black;
}
.headerbar-home-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  border: 1px solid red;
  height: 40px;
  opacity: 0;
}


.headerbar-button-close {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/button-x-yellow.png);
  background-size: 20px 20px;
  cursor: pointer;
  z-index: 10;
  vertical-align: middle;
  margin: 0px 6px 0 6px;
}

.white .headerbar-link {
  color: black;
}

#headerbar-logo {
  width: 92px;
  height: 21px;
}



.button-flat {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  position: relative;
  padding: 12px 22px 9px 22px;
  left: 2px;
  border-radius: 15px;
  font-size: 15px;
  outline: none;
  border: 0px;
  background: rgba(0, 0, 0, .3);
  margin-top: 0px;
  margin-left: 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  color: white;
  opacity: 1;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.5);
}
.button-flat:hover {
  box-shadow: 2px 2px 0px rgba(0,0,0,.4);
  color: white;
}
.button-flat:active {
  box-shadow: none;
  color: white;
}
.button-flat:link {
  color: white;
}
.button-flat:visited {
  color: white;
}
.button-flat.button-outline {
  background-color: white;
  color: black;
  border: 1px solid black;
}
.button-flat.button-outline:hover {
  text-decoration: none;
}
.button-flat.button-cta {
  background-color: #fec111;
  color: black;
  border: none;
}
.button-flat.button-white {
  background-color: white;
  color: black;
  border: none;
}
.button-flat.button-orange {
  background-color: #ff6a10;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 14px 30px;
  font-size: 18px;
}
.button-flat.button-white:hover {
  text-decoration: none;
}


#forgot-password-panel {
  position: absolute;
  z-index: 1000;
  background: #f9f9f9;
  height: 180px;
  width: 360px;
  margin: auto;
}
#forgot-password-panel.hidden {
  display: none;
}

#popup-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0,0,0,.5);
  z-index: 1900;
}
#popup-background.hidden {
  display: none;
}

#why-sign-up-toggle {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#why-sign-up {
  height: 120px;
  overflow: hidden;
  transition: height .3s;
}
#why-sign-up.hidden {
  height: 0px;
}


#qr-panel {
  top: 39px;
  right: 25px;
  padding: 16px;
}
#qr-panel:before {
  left: -10px;
  top: -3px;
}
#qr-image-panel {
  padding: 12px;
  background: white;
  border-radius: 12px;
  margin: -6px;
}
/*
#qr-image-panel:before {
  content: ' ';
  background: #dadada;
  border-radius: 12px;
  box-shadow: 0px 1px 0px rgba(0,0,0,.3);
  display: block;
  height: 24px;
  margin: -18px -6px 6px -6px;
}
#qr-image-panel:after {
  content: ' ';
  background: #dadada;
  border-radius: 12px;
  display: block;
  height: 24px;
  margin: 6px -6px -22px -6px;
}
*/
#qr-panel .icon-new-tab {
  width: 20px;
  height: 20px;
  float: right;
  cursor: pointer;
  margin-top: 1px;
}
#qr-panel img {
  width: 135px;
  height: 135px;
}
#share-url {
  margin-top: 6px;
  width: 100%;
}
#share-url-field {
  margin-right: 3px;
  font-size: 9px;
  border-radius: 3px;
  border: 1px inset;
  padding: 1px 3px;
  margin-left: -6px;
}
/*#qr-share-panel {
  font-size: 14px;
}
#qr-share-panel img {
  width: 30px;
  height: 30px;
  margin-top: -16px;
  margin-left: -9px;
}*/

#screenshot-div {
  margin-top: 6px;
  margin-bottom: -6px;
}
#download-screenshot-link {
  color: black;
  font-size: small;
  text-decoration:none;
  
}

.addthis_sharing_toolbox {
  display: block;
  margin: -3px 0 -6px 0;
  vertical-align: top;
}

#badge-panel {
  width: 600px;
  height: 600px;
  position: fixed;
  margin-left: -300px;
  margin-top: -300px;
  left: 50%;
  top: 50%;
  background-image: url(../img/badge-glow.png);
  background-size: 600px 600px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1000;
  text-align: center;
  padding-top: 100px;
  font-size: 20px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: .3s;
  transition-property: -webkit-transform, -moz-transform, transform, left, top;
  transition-timing-function: ease-out;
}
#badge-panel.hidden {
  transform: scale(.001);
  -moz-transform: scale(.001);
  -webkit-transform: scale(.001);
  color: rgba(0,0,0,0);
}
#badge-panel.docked {
  transform: scale(.001);
  -webkit-transform: scale(.001);
  -moz-transform: scale(.001);
  left: 95%;
}

#badge-title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 40px;
}


#badge-image {
  display: inline-block;
  width: 256px;
  height: 256px;
  /* background-image: url(../badges/oneapp.png); */
  background-size: 256px 256px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px;
}
#badge-coins {
  margin-top: 0px;
}
#badge-coins b {
  display: inline-block;
  position: relative;
  top: 7px;
  font-size: 40px;
}

#count-panel {
  position: fixed;
  width: auto;
  top: 16px;
  left: 100%;
  margin-left: -110px;
  z-index: 300;
  cursor: default;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#count-panel.hidden {
  display: none;
}
#coin-count {
  /* display: inline-block; */
  display: none;
  width: 36px;
  height: 30px;
  background-image: url(../img/coin-count.png);
  background-size: 30px 30px;
  background-position: top right;
  background-repeat: no-repeat;
  font-size: 12px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
  margin-right: -6px;
  text-align: center;
  padding-top: 5px;
}
#badge-count {
  /* display: inline-block; */
  display: none;
  width: 32px;
  height: 30px;
  background-image: url(../img/badge-count.png);
  background-size: 30px 30px;
  background-position: top right;
  background-repeat: no-repeat;
  font-size: 12px;
  color: black;
  text-align: center;
  padding-top: 5px;
}

#tutorial-panel {
  position: fixed;
  left: 530px;
  width: 420px;
  height: 100%;
  margin-top: 0px;
  z-index: 310;
  text-align: center;
  overflow:hidden;
  background: #eb8c1b;
  display: block;
  border-radius: 12px;
  margin-left: 40px;
  padding: 20px 30px;
  color: white;
  transition: .5s;
  transition-property: left, top;
  -moz-transition: .5s;
  -moz-transition-property: left, top;
}
#tutorial-panel a {
  color: rgb(247, 147, 29);
  text-decoration: underline;
  cursor: pointer;
}
#tutorial-panel h2 {
  margin-bottom: 0;
}
#tutorial-panel.hidden {
  top: 100%;
}
#tutorial-panel.visible {
  top: 540px;
}

#tutorial-step {
  position: absolute;
  top: 20px;
  color: rgba(255,255,255,.5);
}
#tutorial-bubbles {
  position: absolute;
  top: 32px;
  color: rgba(255,255,255,.5);
  font-size: 60px;
  line-height: 0px;
  width: 100%;
  padding-right: 56px;
  text-align: right;
  letter-spacing: -1px;
  top: 10px;
}
#tutorial-bubbles em {
  color: white;
  font-style: normal;
}
#tutorial-text {
  text-align: left;
  padding-top: 30px;
  font-size: 20px;
}
#tutorial-panel code {
  display: block;
  background: white;
  padding: 6px 9px;
  margin: 9px 0;
  color: black;
  font-family: 'Source Code Pro',monospace;
  font-weight: 500;
  letter-spacing: -1px;
  border-radius: 3px;
  font-size: 20px;
}
#tutorial-next-panel {
  text-align: right;
  height: 55px;
  margin-top: 12px;
}
#tutorial-finish {
  height: 55px;
  margin-top: 20px;
  margin-bottom: 6px;
}
#tutorial-next {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255,255,255,.5);
  padding-right: 4px;
}
#tutorial-back {
  font-size: 12px;
  cursor: pointer;
  float: left;
  color: rgba(255,255,255,.5);
}
#tutorial-back:hover {
  color: rgba(255,255,255,1);
}

#tutorial-panel h1 {
  font-size: 28px;
  margin: 0 0 0 0;
}

#tutorial-hint-panel {
  display: none;
  text-align: left;
  margin-top: 12px;
}
#tutorial-hint-panel.show-button {
  display: block;
}
#tutorial-hint-panel.show-hint {
  display: block;
}
#tutorial-hint-panel.show-button #tutorial-button-hint {
  display: block;
}
#tutorial-hint-panel.show-button #tutorial-hint {
  display: none;
  border: 1px solid red;
}

#tutorial-hint-panel.show-hint #tutorial-button-hint {
  display: none;
}
#tutorial-hint-panel.show-hint #tutorial-hint {
  display: block;
}

#tutorial-button-hint {
  cursor: pointer;

  width: 100px;
  position: relative;
  padding: 6px;
  left: 2px;
  border-radius: 6px;
  font-size: 10px;
  outline: none;
  border: 0px;
  background: rgba(0, 0, 0, .3);
  margin-top: 0px;
  margin-left: 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  opacity: 1;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(255,255,255,.5);
}
#tutorial-button-hint:hover {
  box-shadow: 2px 2px 0px rgba(0,0,0,.4);
}
#tutorial-hint {
  color: rgba(255,255,255,.5);
}


#stick-try-again {
  position: fixed;
  left: 260px;
  top: 300px;
  margin-left: -250px;
  margin-top: 30px;
}

#stick-try-again:after {
  content: ' ';
  position: fixed;
  background: rgba(0,0,0,0);
  left: -1000px;
  top: -500px;
  width: 3000px;
  height: 2000px;
}


#tutorial-panel .go-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/button-run.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  vertical-align: bottom;
}

.stick .go-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/button-run.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  vertical-align: middle;
}

/**
 * This is used for stamp lists.
 */
#tutorial-panel center {
  font-size: 14px;
  text-align: center;

}
#tutorial-panel center {
  font-size: 14px;
  text-align: center;
  font-family: 'Source Code Pro',monospace;
  font-weight: 500;
  letter-spacing: -1px;
  display: block;
  margin: 12px 0;
}

#tutorial-panel center img {
  width: 40px;
  height: 40px;
  margin-left: 6px;
  vertical-align: middle;
}

#kickstarter-panel {
  display: none;
  position: fixed;
  background-image: url(../img/kickstarter-panel.png);
  background-repeat: no-repeat;
  z-index: 120;
  width: 260px;
  height: 260px;
  left: 100%;
  top: 100%;
  margin-left: -260px;
  margin-top: -260px;
}
#kickstarter-panel a {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  border: 1px solid red;
  left: 90px;
  top: 90px;
  opacity: 0;
}
#kickstarter-panel.hidden {
  display: none;
}


#icon-editor-iframe {
  width: 750px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -375px;
  margin-top: -200px;
  border: none;
  z-index: 2530;
  overflow: hidden;
  background: #f9f9f9;
  border: 12px solid #f9f9f9;
  border-radius: 12px;
  box-shadow: 3px 3px rgba(0,0,0,.2);
}
#print-output-iframe {
  width: 750px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -375px;
  margin-top: -200px;
  border: none;
  z-index: 2530;
  background: #f9f9f9;
  border: none;
  box-shadow: 3px 3px rgba(0,0,0,.2);
}
.iframe-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0,0,0,.5);
  z-index: 2520;
}

.admin-widget-panel {
  position: absolute;
  margin-left: -260px;
  z-index: 310;
  height: 30px;
  background: #eee;
  border-radius: 3px;
  display: none;
  font-family: 'Source Code Pro', sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 21px;
  padding: 6px 8px;
  line-height: 19px;
  width: 100px;
  top: 6px;
  right: 116px;
}

.button-export {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/button-download.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-size: 20px 20px;
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.button-export:hover {
  margin: -1px 1px 1px -1px;
}
.button-export:active {
  margin: 0 0 0 0;
}


.popdown {
  background: #dadada;
  border-radius: 12px;
  box-shadow: 0px 1px 0px rgba(0,0,0,.3);
  position: absolute;
  padding: 12px;
  z-index: 600;
  transition: opacity .5s;
  margin-bottom: 20px;
  position: fixed;
}
.popdown:before {
  content: ' ';
  border-bottom: 10px solid #dadada;
  border-right: 10px solid rgba(0,0,0,0);
  border-left: 10px solid rgba(0,0,0,0);
  float: right;
  margin-top: -22px;
  position: relative;
  left: 8px;
  top: 3px;
}
.popdown.hidden {
  display: none;
}
.popdown.visible {
  display: block;
}
#nav-panel {
  top: 39px;
  right: 10px;
}
.nav-icon-wrapper {
  width: 26px;
  height: 26px;
  display: block;
  vertical-align: middle;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
}
.nav-item {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.nav-item.hidden {
  display: none;
}
.nav-item.selected .nav-icon-wrapper {
  background: white;
  box-shadow: 0px 1px 0px rgba(0,0,0,.3);
}

.nav-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: 30px 30px;
  background-position: center center;
}
#nav-item-coding .nav-icon {
  background-image: url(../img/icon-coding.png);
}
#nav-item-store .nav-icon {
  background-image: url(../img/icon-store.png);
}
#nav-item-help .nav-icon {
  background-image: url(../img/icon-help.png);
}
#nav-item-homepage .nav-icon {
  background-image: url(../img/icon-homepage.png);
}
.nav-label {
  vertical-align: middle;
  display: block;
  padding: 3px 9px;
  font-size: 15px;
  margin-left: 0px;
  padding-left: 12px;
  margin-top: 2px;
  color: black;
}
.nav-item:hover .nav-label {
  background: #c7c7c7;
  border-radius: 12px;
}
.nav-item.selected .nav-label,
.nav-item:hover.nav-item.selected .nav-label{
  background: #c7c7c7;
  border-radius: 12px;
}

.nav-title {
  font-weight: bold;
  height: 30px;
  font-size: 16px;
}


#assets-panel {
  position: absolute;
  top: 39px;
  left: 510px;
  min-height: 640px;
  width: -moz-calc(100% - 510px);
  width: -webkit-calc(100% - 510px);
  width: calc(100% - 539px);
  border-radius: 20px;
}
#assets-panel:before {
  left: -38px;
}

#assets-header {
  border-bottom: 1px solid #aeaeae;
  margin: -12px -12px 0 -12px;
  padding: 9px 0 9px 12px;
}

#assets-header a {
  text-decoration: none;
  color: black;
  margin: 0 6px 0 0;
  vertical-align: middle;
  display: inline-block;
  padding: 3px 9px;
}

#assets-header a.selected {
  background: #c7c7c7;
  border-radius: 12px;
}

#assets-content {
  padding: 20px 12px;
}

.thumb-stamp {
  width: 74px;
  height: 74px;
  margin: 6px;
  margin-bottom: 24px;
  border: 5px solid #dadada;
  border-radius: 15px;
  transition: all .2s;
  background-image: url(../img/thumbs.png);
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.thumb-stamp:hover {
  top: -1px;
  left: -1px;
}

.thumb-columns {
  -webkit-column-width: 150px;
  -moz-column-width: 150px;
  column-width: 150px;
}


.thumb-label {
  font-size: 11px;
  text-align: center;
  position: relative;
  top: 68px;
  cursor: default;
}

.thumb-fill {
  width: 64px;
  height: 86px;
  margin: 9px;
  margin-bottom: 24px;
  border: 0px solid #dadada;
  border-radius: 12px;
  transition: all .2s;
  background-image: url(../img/thumbs.png);
  display: inline-block;
  cursor: pointer;
  background-color: white;
  position: relative;
}
.thumb-fill:hover {
  top: -1px;
  left: -1px;
}
.thumb-fill .thumb-label {
  top: 90px;
}

.thumb-color {
  width: 170px;
  margin: 3px;
  border-radius: 6px;
  transition: all .2s;
  display: inline-block;
  padding: 3px 6px;
  position: relative;
}
.thumb-color:hover {
  top: -1px;
  left: -1px;
}

.thumb-sound {
  padding-left: 20px;
  position: relative;
}
.thumb-sound:hover {

}
.thumb-sound:hover:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon-sound.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: top left;
  cursor: pointer;
}

.thumb-song {
  padding-left: 20px;
  position: relative;
}
.thumb-song:hover {

}
.thumb-song:hover:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon-sound.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: top left;
  cursor: pointer;
}


.docs-panel {
  padding: 20px;
  max-width: 800px;
}
.docs-panel .columns {
  
}
.docs-panel .column1 {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
.docs-panel .columnwide {
  display: inline-block;
  width: 240px;
  vertical-align: top;
}
.docs-panel .column2 {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
.docs-panel .column3 {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
.docs-panel .column4 {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
.docs-panel .column5 {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
.docs-panel h2 {
  margin: 0 0 0 -8px;
  font-size: 40px;
}
.docs-panel h2 a {
  display: inline;
  min-width: 0;
  width: 0;
}
.docs-panel h4 {
  margin: 18px 0 6px 0;
}
.docs-panel a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  padding: 1px 6px;
  margin-left: -6px;
  display: inline-block;
  min-width: 100px;
}
.docs-panel a:hover {
  background: #c7c7c7;
  border-radius: 12px;
}
.docs-panel .CodeMirror {
  background: white;
  border-radius: 12px;
  padding: 12px 12px 12px 50px;
  font-size: 17px;
  margin-bottom: 26px;
}

.docs-panel ul {
  list-style-type: none;
  font-family: 'Source Code Pro',monospace;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 20px;
}
.docs-panel ol {
  xpadding-left: 0;
  xmargin-left: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}
.docs-panel .comment {
  /*background: #999;
  color: white;
  padding: 6px 12px 24px 12px;
  border-radius: 12px;
  margin-bottom: -18px;*/
  margin-bottom: 6px;
  color: #666;
  margin-top: 12px;
}

.button-run-docs {
  width: 40px;
  height: 40px;
  position: relative;
  margin-bottom: -40px;
  left: 6px;
  top: 8px;
  color: rgba(0,0,0,0);
  background-image: url(../img/button-run.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  cursor: pointer;
  font-size: 22px;
  padding-left: 25px;
  padding-top: 14px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  letter-spacing: -1px;
  transition: top .5s;
  z-index: 100;
}
.button-run-docs:hover {
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -39px;
}
.button-run-docs:active {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: -40px;
}


.bubble-panel {
  margin-top: 24px;
}
.bubble {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid black;
  border-radius: 60px;
  margin-right: -12px;
  background: white;
}
#bubble-mask {
  display: block;
  width: 200px;
  margin-top: -47px;
  height: 26px;
  background: white;
  position: relative;
  border: 0;
  margin-left: 8px;
  line-height: 25px;
  color: #eee;
  padding-left: 12px;
  letter-spacing: 28px;
  font-size: 40px;
  text-align: left;
  font-family: 'Source Code Pro',monospace;
}
.bubble-input {
  margin-top: -47px;
  border: 0;
  font-size: 50px;
  font-family: 'Source Code Pro',monospace;
  outline: none;
  font-weight: 500;
  width: 250;
  padding-left: 44px;
  position: relative;
  letter-spacing: 22px;
  border: none;
  background: none;
  color: rgb(247, 147, 29);
  position: relative;
  z-index: 100;
}
#new-app-panel .bubble-input {
  top: -12px;
  margin-left: 25px;
  width: 260px;
  padding-left: 30px;
}
#activity-number-help {
  font-size: 12px;
  padding: 10px;
  cursor: pointer;
  background: none;
  border-radius: 12px;
  margin: 9px 20px -12px 20px;
}


#sandbox-panel {
  background: rgba(255,255,255,1);
  position: absolute;
  z-index: 310;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: all .5s;
  overflow: hidden;
}
#sandbox-panel.hidden {
  width: 0px;
  height: 0px;
  left: 192px;
  top: 206px;
}
#sandbox-panel.visible {
  left: 0px;
  top: 0px;
  width: 384px;
  height: 512px;
}
#sandbox-panel iframe {
  width: 384px;
  height: 512px;
  overflow: hidden;
  border: none;
  background: transparent;
}


#get-started-panel {
  background: rgba(0,0,0,.8);
  width: 384px;
  position: absolute;
  padding: 0px 20px 20px 20px;
  z-index: 5000;
  overflow: hidden;
}
#get-started-panel.hidden {
  z-index: -1;
  opacity: 0;
  height: 0px;
  top: 512px;
}
#get-started-panel.visible {
  z-index: 50;
  z-index: 1;
  height: 512px;
  top: 0px;
}
#get-started-window {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 20px;
  padding-top: 40px;
  border-radius: 12px;
  text-align: center;
}
#get-started-window h3 {
  font-size: 24px;
  padding: 0 40px;
  margin-top: 50px;
  margin-bottom: 12px;
  font-weight: normal;
  color: #fec111;
}
#get-started-window a {
  color: white;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 12px;
  display: block;
}
#get-started-window small {
  font-size: 11px;
  padding: 0px 20px;
  color: white;
  display: block;
  color: #fec111;
}


@media screen and (max-height:720px) {
  #tutorial-panel.visible {
    top: 460px;
  }
}
@media screen and (max-height:750px) {
  #tutorial-panel.visible {
    top: 490px;
  }
}
@media screen and (max-height:700px) {
  #tablet.left {
    top: -40px;
    margin-top: 0px;
  }
  #coordinate-tick-x {
    margin-top: -15px;
  }
  #coordinate-tick-x span {
    text-shadow: 1px 1px black;
    color: white;
  }
  #tutorial-panel.visible {
    top: 420px;
  }
  #tutorial-back {
    margin-top: -12px;
  }
}

@media screen and (max-height:640px) {

  #tutorial-panel.visible {
    top: 390px;
  }
  #tutorial-back {
    margin-top: -12px;
  }
}


@media screen and (max-width:1060px) {
  #tutorial-panel {
    left: 480px;
  }
}

.fit {
  -webkit-font-smoothing: antialiased;
  border-bottom-color: rgb(15, 33, 5);
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(15, 33, 5);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(15, 33, 5);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(15, 33, 5);
  border-top-style: none;
  border-top-width: 0px;
  color: rgb(15, 33, 5);
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  vertical-align: baseline;
  width: 700px;
  word-wrap: break-word;
  margin-bottom: 12px;
}

#at4-share {
  display: none;
  visibility: hidden;
  opacity: 0;
}

#instruction-panel {
  width: 470px;
  position: fixed;
  left: 560px;
  top: 185px;
  /* margin-left: 20px; */
  /* margin-top: -230px; */
  border-radius: 15px;
  z-index: 499;
  color: black;
  font-size: 15px;
  background: #e3e3e3;
  padding: 15px 15px 15px 50px;
  line-height: 22px;
  transition: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition: 0.2s;
  -webkit-transition-timing-function: ease-out;
}
#instruction-panel.hidden {
  z-index: 298;
  transform: scale(1,0);
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  border-bottom: 12px solid black;
  opacity: 0;
}
#instruction-panel pre {
  background-color: #f1f1f1;
  display: block;
  margin: 9px -15px 9px -50px;
  padding: 20px 12px 20px 50px;
  font-size: 20px;
}
#instruction-panel code, #instruction-panel pre {
  font-family: 'Source Code Pro',monospace;
  font-weight: 500;
  letter-spacing: -1px;
}
#instruction-panel code {
  font-size: 17px;
}
#instruction-panel pre > em {
  opacity: .4;
  font-style: normal;
}
string {
  color: #ec008c;
  font-family: 'Source Code Pro',monospace;
}
number {
  color: #00aeef;
  font-family: 'Source Code Pro',monospace;
}
keyword {
  color: blue;
  font-weight: bold;
  font-family: 'Source Code Pro',monospace;
}
#instruction-panel-arrow {
  position: absolute;
  content: ' ';
  width: 40px;
  height: 40px;
  border-bottom: 20px solid #e3e3e3;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  top: -40px;
  left: 45px;
  transition: left .5s;
}

#instruction-panel:after {
  position: absolute;
  content: ' ';
  z-index: -1;
  width: 470px;
  height: 32px;
  background: white;
  top: -32px;
  left: 0px;
  opacity: 1;
  transition: 1s;
  transition-timing-function: ease-out;
  -webkit-transition: 1s;
  -webkit-transition-timing-function: ease-out;
}
#instruction-panel.hidden:after {
  position: absolute;
  content: ' ';
  width: 35px;
  height: 1px;
  background: white;
  top: -1px;
  left: 0px;
  opacity: 0;
  transition: 1s;
  transition-timing-function: ease-out;
  -webkit-transition: 1s;
  -webkit-transition-timing-function: ease-out;
}

.blog-list-panel {
  text-align: center;
}
.blog-list {
  margin: auto;
  max-width: 930px;
  padding: 20px 0;
  min-height: 500px;
}
.blog-list h1 {
  font-weight: normal;
  color: black;
}
.blog-card {
  display: inline-block;
  width: 280px;
  margin: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  text-align: left;
  padding: 10px 16px;
  text-decoration: none;
  color: black;
  position: relative;
  vertical-align: top;
  height: 195px;
}
.blog-card-unpublished {
  border: 2px solid red;
}
.blog-card:hover {
  top: -2px;
  box-shadow: 0px 1px 3px rgba(0,0,0,.2)
}
.blog-card:link {
  color: black;
}
.blog-card:visited {
  color: gray;
}

.blog-card-image-container {
  width: 278px;
  height: 117px;
  overflow: hidden;
  margin: -10px -16px 10px -16px;
  border-bottom: 1px solid #e3e3e3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.article-panel {
  text-align: center;
}
.article {
  margin: auto;
  max-width: 640px;
  padding: 60px 20px;
  text-align: left;
  color: #50565a;
}
.article a:link {
  text-decoration: none;
}
.article a:hover {
  text-decoration: underline;
}
.article h1 {
  margin-bottom: 0;
  letter-spacing: -1px;
  font-weight: normal;
  color: black;
}
.article h2 {
  font-weight: normal;
  color: black;
}
.article h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 20px;
  display: block;
  font-weight: normal;
  color: black;
}
.article-byline {
  margin: 10px 0 20px 0;
  font-style: italic;
}

#article-description {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}
#article-body {
  margin-bottom: 20px;
  line-height: 24px;
}
#article-body p {
  margin-top: 20px;
}
#article-body h2 {
  margin-top: 40px;
}

/**
 * This is the style for the code while you're editing code
 * inside the blog editor.
 */
.article pre {
  background: none;
  font-family: 'Source Code Pro',monospace;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 17px;
  border: 2px solid silver;
  border-radius: 20px;
  padding: 15px 15px 15px 40px;
  color: black;
}

.article li {
  margin-top: 12px;
}

.article tt {
  background: none;
  font-family: 'Source Code Pro',monospace;
  color: black;
}
.article blockquote {
  padding: 12px;
  font-style: italic;
}
.article img {
  height: auto;
  max-width: 100%;
}


.author {
  display: block;
  min-height: 120px;
  color: #d45500;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 0px;
}
.blog-list .author {
  margin-top: -12px;
  margin-bottom: 0px;
  text-align: left;
  display: inline-block;
  max-width: 550px;
}


.author img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.author-description {
  display: inline-block;
  max-width: 400px;
  padding-top: 20px;
  line-height: 24px;
  vertical-align: top;
}

#blog-signup-panel {
  position: block;
  width: 100%;
  background-color: #e3e3e3;
  text-align: center;
  padding: 20px 20px;
  overflow: hidden;
  margin-top: 74px;
  font-size: 18px;
  font-weight: normal;
}
#blog-mailform input[type=text], #blog-mailform input[type=email] {
  padding: 10px;
  padding-bottom: 8px;
  border-radius: 12px;
  outline: none;
  max-width: 270px;
  width: 100%;
  font-size: 15px;
  /* margin-right: 1px; */
  /* margin-bottom: 5px; */
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  border: 2px inset;
}
#blog-mailform {
  margin-top: 12px;
}

.header-banner {
  position: block;
  width: 100%;
  background-color: #e3e3e3;
  text-align: center;
  padding: 20px 20px;
  overflow: hidden;
  margin-top: 70px;
  font-size: 18px;
  font-weight: normal;
  height: 200px;
  background-size: 1066px 200px;
  background-position: center center;
  margin-bottom: -20px;
}

.hoc2016-complete {
  position: relative;
  top: -115px;
  left: -20px;
  text-align: center;
}

.hoc2016-complete img {
  width: 360px;
  height: 201px;
  border-radius: 20px;
  display: block;
  margin: 0 0 30px 70px;
  border: 20px solid #e3e3e3;
  box-shadow: 0px 3px 4px rgba(0,0,0,.4);
}

/* Footer Query */

@media screen and (max-width: 1246px) {

  #sign-up-and-save {
    width: 100%;
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
    text-align: center;
    padding: none;
    clear: both;
  }
  .footer-email {
    display: inline-block;
    text-align: center;
  }
  .footer-email-group {
    margin-left: 0;
    float: none;
  }
  .footer-email h4 {
    text-align: center;
  }
  .footer-email p {
    text-align: center;
  }
  #footer-nav {
    margin: 10px 0 60px 0;
    max-width: none;
  }
  .footer-nav-block {
    margin: -3px 10px 20px 10px;
    text-align: center;
    float: none;
  }
  #social-panel {
    margin-left: 0;
    text-align: center;
  }
  #footer-privacy-large-width {
    display: none;
  }
  #footer-privacy-large-width p {
    display: none; 
  }
  #footer-privacy-small-width {
    display: inline-block;
    padding-bottom: 10px;
  }
  #footer-privacy-small-width p {
    display: inline-block;
    color: white;
    font-weight: lighter;
    font-size: 14px;
  }
  #footer-privacy-small-width p a {
    display: inline-block;
    color: white;
    font-weight: bold;
    text-decoration: none;
  }
  #footer-contact-large-width {
    display: none;
  }
  #footer-contact-small-width {
    display: block;
  }
}

@media screen and (max-width: 365px) {
  #mr-fancy {
    background-size: 43px 52px;
    height: 52px;
    min-width: 43px;
    margin-top: 5px;
    z-index: 999;
  }
  #footer-panel {
    width: 110%;
    margin-left: -16px;
  }
}

/* End Footer Query */

@media screen and (max-width: 650px) {

  #tablet {
    display: none;
    visibility: hidden;
  }

  #magazine-cover {
    display: none;
    visibility: hidden;
  }

  #magazine-message {
    width: 100%;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -130px;
    padding: 30px;
  }

  
  #welcome-panel .welcome-tagline h1 {
    color: black;
    text-shadow: none;
    font-size: 30px;
    padding: 0;
    
  }
  #welcome-panel.homepage .welcome-tagline h1 {
    margin-top: 55%;
    margin-bottom: 0;
  }
  
  #welcome-image {
    height: 230px;
    background-position: top center;
  }
  
  #overview-panel {
    margin-top: 500px;
  }
  .homepage #overview-panel {
    margin-top: 400px;
  }

  .page {
    padding: 30px; 
  }
  #press-panel {
    margin-top: 20px;
    padding: 12px;
    padding: 9px;
    height: 60px;
  }
  .press-logo {
    transform: scale(.75);
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -o-transform: scale(.75);
    -ms-transform: scale(.75);
    margin: -10px 0px 0px 0px;
    text-wrap: no-wrap;
  }

  .headerbar-text-link {
    display: none;
  }
  
  .how-arrow {
    display: none;
  }

  #nav-item-coding { display: none; }
  #nav-item-sign-in { display: none; }
  #nav-item-sign-up { display: none; }
  #nav-item-save { display: none; }
  #nav-panel hr { display: none; }

  #page-panel {
    display: none;
  }

  #why-panel {
    padding: 25px 10px;
  }
  #etc-panel {
    padding: 25px 10px;
  }

  #footer-panel {
    padding: 25px 10px;
  }
  
  .author {
    text-align: center;
  }
  .author img {
    margin: auto;
    display: block;
  }
  .author-description {
    padding: 9px 30px 20px 60px;
  }
  .blog-list .author {
    text-align: center;
  }
  #blog-mailform input[type=text], #blog-mailform input[type=email] {
    margin-bottom: 6px;
  }
}
