@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Play:400,700);
@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/BebasNeue.eot');
  /* IE9 Compat Modes */
  src: url('fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/BebasNeue.woff') format('woff'), /* Modern Browsers */ url('fonts/BebasNeue.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/BebasNeue.svg#971508b09718b6144e128af2335b709c') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
html {
  height: 100%;
}
body {
  background-image: url('images/bg-blue.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
  padding: 0;
  margin: 0;
  font-family: 'Play', 'Noto Sans', sans-serif;
  font-weight: 400;
}
body.blue {
  background-image: url('images/bg-blue.jpg');
}
body.red {
  background-image: url('images/bg-red.jpg');
}
body.orange {
  background-image: url('images/bg-orange.jpg');
}
body.green {
  background-image: url('images/bg-green.jpg');
}
body.purple {
  background-image: url('images/bg-purple.jpg');
}
.header {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .header {
    margin-top: 10px;
  }
}
.header.absolute {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}
.header .title {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  margin: 0;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1200px) {
  .header .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 980px) {
  .header .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.header .subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1200px) {
  .header .subtitle {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 980px) {
  .header .subtitle {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .header .subtitle {
    font-size: 12px;
    line-height: 12px;
  }
}
.header .sword {
  width: 250px;
  height: 30px;
  margin: 5px auto;
  background-image: url('images/header-sword.png');
  background-repeat: no-repeat;
  background-size: 250px 30px;
}
@media (max-width: 1200px) {
  .header .sword {
    width: 180px;
    height: 22px;
    background-size: 180px 22px;
  }
}
@media (max-width: 980px) {
  .header .sword {
    width: 125px;
    height: 15px;
    background-size: 125px 15px;
  }
}
.header .logo img {
  max-width: 250px;
}
@media (max-width: 1200px) {
  .header .logo img {
    max-width: 200px;
  }
}
.header .logo .cinemas-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .header .logo .cinemas-text {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 980px) {
  .header .logo .cinemas-text {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .header .logo .cinemas-text {
    font-size: 11px;
    line-height: 11px;
  }
}
.header .social a {
  color: #08d52a;
  outline: none;
}
.header .social .fa {
  font-size: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  outline: none;
}
.btn-green {
  background: url("images/btn-green-middle.png") 14px 0 repeat;
  color: white;
  height: 40px;
  padding: 0 30px;
  position: relative;
  overflow: visible;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 20px auto 10px auto;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 35px;
  outline: none;
}
@media (max-width: 1200px) {
  .btn-green {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .btn-green {
    font-size: 12px;
  }
}
.btn-green:before {
  content: url("images/btn-green-left.png");
  top: 0;
  left: -11px;
  position: absolute;
}
.btn-green:after {
  content: url("images/btn-green-right.png");
  position: absolute;
  right: -11px;
  top: 0;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  color: #fff;
  text-decoration: none;
}
.icon-help {
  width: 40px;
  height: 40px;
  background: url('images/icon-help.png') no-repeat;
  background-size: 40px;
  position: fixed;
  bottom: 100px;
  left: 20px;
  cursor: pointer;
  z-index: 10;
}
.icon-help.mobile {
  position: relative;
  bottom: auto;
  left: auto;
  display: inline-block;
}
.icon-help:hover {
  opacity: 0.8;
}
.footer {
  height: 75px;
  background: #000;
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #08d52a;
  color: #8f8f8f;
  z-index: 20;
  font-size: 9px;
  line-height: 11px;
}
.footer .container-fluid {
  padding: 0;
}
@media (max-width: 1200px) {
  .footer {
    height: 85px;
  }
}
@media (max-width: 980px) {
  .footer {
    position: relative;
    height: auto;
    z-index: auto;
    padding: 20px 0;
  }
}
.footer .urls {
  margin: 10px auto 0 auto;
  line-height: 13px;
}
@media (max-width: 980px) {
  .footer .urls {
    margin: 30px auto 20px auto;
  }
}
.footer .urls a {
  color: #8f8f8f;
  margin: 0 5px;
  display: inline-block;
}
.footer .legal {
  font-size: 12px;
  line-height: 14px;
  margin: 0 auto 5px auto;
}
@media (max-width: 980px) {
  .footer .legal {
    margin: 20px auto 0 auto;
  }
}
.footer .copyright {
  margin: 10px;
  width: 80%;
  display: block;
}
@media (max-width: 1020px) {
  .footer .copyright {
    margin: 10px 5px 0 0;
  }
}
@media (max-width: 980px) {
  .footer .copyright {
    width: auto;
  }
}
.footer .copyright span {
  display: inline-block;
}
.footer .logo {
  height: 40px;
  width: auto;
  margin: 5px auto;
  display: inline;
  float: left;
}
@media (max-width: 980px) {
  .footer .logo {
    float: none;
    display: inline-block;
    text-align: center;
    height: auto;
    margin: 20px auto;
  }
}
.footer .logo.right {
  float: right;
}
@media (max-width: 980px) {
  .footer .logo.right {
    float: none;
  }
}
@media (max-width: 980px) {
  .footer .logo {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer .logo img {
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .footer .pull-left {
    text-align: center;
    float: none !important;
  }
}
.footer .pull-right {
  text-align: right;
}
@media (max-width: 980px) {
  .footer .pull-right {
    text-align: center;
    margin: 10px 0 0 10px;
    float: none !important;
  }
}
.footer .flags {
  margin: 13px 0 0 10px;
  text-align: center;
}
@media (max-width: 980px) {
  .footer .flags {
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .mobile-centered {
    text-align: center;
  }
}
@font-face {
  font-family: 'Permanent Marker';
  src: url('fonts/PermanentMarker.eot');
  /* IE9 Compat Modes */
  src: url('fonts/PermanentMarker.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/PermanentMarker.woff') format('woff'), /* Modern Browsers */ url('fonts/PermanentMarker.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/PermanentMarker.svg#3140e11339af8294998fd90b94c141d4') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
button:active,
.button:active,
button:focus,
.button:focus,
button:hover,
.button:hover {
  border: none !important;
  outline: none !important;
}
#page-top .header .logo {
  min-height: 230px;
}
@media (max-width: 768px) {
  #page-top .header .logo {
    min-height: 80px;
  }
}
.bake-btn {
  padding: 0;
  margin: 10px auto 30px auto;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefi */
  -ms-transform: rotate(-3deg);
  /* IE 9 */
  -webkit-transform: rotate(-3deg);
  /* Chrome, Safari, Opera */
  font-family: 'Bebas Neue', 'Noto Sans', sans-serif;
}
.bake-btn li {
  margin: 0 -1px 0 -1px;
  padding: 0;
  float: left;
  list-style: none;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
.bake-btn .left {
  background-image: url('images/BAKEPLATE_END_LEFT.png');
  width: 40px;
  height: 107px;
  background-size: 45px 108px;
}
@media (max-width: 1200px) {
  .bake-btn .left {
    width: 24px;
    height: 59px;
    background-size: 24px 60px;
  }
}
.bake-btn .right {
  background-image: url('images/BAKEPLATE_END_RIGHT.png');
  width: 45px;
  height: 107px;
  background-size: 45px 108px;
}
@media (max-width: 1200px) {
  .bake-btn .right {
    width: 24px;
    height: 59px;
    background-size: 24px 60px;
  }
}
.bake-btn .middle {
  height: 107px;
  font-size: 60px;
  line-height: 60px;
  color: #2f2928;
  background-image: url('images/BAKEPLATE_MIDDLE.png');
  background-size: auto 108px;
  margin: 0;
  padding: 3px 50px 0 50px;
  line-height: 100px;
  letter-spacing: -0.5px;
}
@media (max-width: 1200px) {
  .bake-btn .middle {
    height: 59px;
    background-size: auto 60px;
    font-size: 40px;
    line-height: 55px;
  }
}
.bake-btn.hover .left {
  background-image: url('images/BAKEPLATE_END_LEFT_shadow.png');
}
.bake-btn.hover .right {
  background-image: url('images/BAKEPLATE_END_RIGHT_shadow.png');
}
.bake-btn.hover .middle {
  background-image: url('images/BAKEPLATE_MIDDLE_shadow.png');
}
.selectedHover {
  position: absolute;
  display: inline-block !important;
  pointer-events: none;
  z-index: 50;
}
.gallery-link {
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 980px) {
  .gallery-link {
    font-size: 14px;
    line-height: 14px;
  }
}
.gallery-link .fa {
  margin: 0 auto;
  display: block;
}
.gallery-link .gallery-link-arrow {
  margin: 10px auto;
}
.nunchuks {
  position: absolute;
  bottom: -200px;
  left: -130px;
  background-image: url('images/nunchuks.png');
  width: 358px;
  height: 411px;
  background-size: 358px 411px;
  z-index: 9;
  pointer-events: none;
}
@media (max-width: 980px) {
  .nunchuks {
    display: none;
  }
}
.topping {
  position: absolute;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  display: block;
  transition: all 0.2s ease;
  background-size: cover;
}
.topping:hover {
  transform: scale(1.1);
}
.topping.banana {
  top: 0;
  right: -10px;
  background-image: url('images/toppings/banana.png');
  width: calc(168.18181818px);
  height: calc(196.36363636px);
}
@media (max-width: 1400px) {
  .topping.banana {
    width: calc(108.82352941px);
    height: calc(127.05882353px);
    top: 40px;
    right: 0px;
  }
}
.topping.rockcandy {
  top: 70px;
  right: 90px;
  background-image: url('images/toppings/rockcandy.png');
  width: calc(181.81818182px);
  height: calc(219.09090909px);
}
@media (max-width: 1400px) {
  .topping.rockcandy {
    width: calc(117.64705882px);
    height: calc(141.76470588px);
    top: 80px;
    right: 60px;
  }
}
.topping.beets {
  top: 260px;
  right: -20px;
  background-image: url('images/toppings/beets.png');
  width: calc(163.63636364px);
  height: calc(156.36363636px);
}
@media (max-width: 1400px) {
  .topping.beets {
    width: calc(105.88235294px);
    height: calc(101.17647059px);
    top: 280px;
    right: -20px;
  }
}
.topping.licorice {
  top: 410px;
  right: -50px;
  background-image: url('images/toppings/licorice.png');
  width: calc(272.72727273px);
  height: calc(71.81818182px);
}
@media (max-width: 1400px) {
  .topping.licorice {
    width: calc(176.47058824px);
    height: calc(46.47058824px);
    top: 230px;
  }
}
.topping.butterscotch {
  top: 230px;
  right: 230px;
  background-image: url('images/toppings/butterscotch_sauce.png');
  width: calc(136.36363636px);
  height: calc(128.18181818px);
}
@media (max-width: 1400px) {
  .topping.butterscotch {
    width: calc(88.23529412px);
    height: calc(82.94117647px);
    top: 200px;
    right: 150px;
  }
}
.topping.cheese {
  top: 340px;
  right: 210px;
  background-image: url('images/toppings/cheese.png');
  width: calc(145.45454545px);
  height: calc(139.09090909px);
}
@media (max-width: 1400px) {
  .topping.cheese {
    width: calc(94.11764706px);
    height: calc(90px);
    top: 260px;
    right: 120px;
  }
}
.topping.pickles {
  top: 490px;
  right: -30px;
  background-image: url('images/toppings/pickles.png');
  width: calc(245.45454545px);
  height: calc(173.63636364px);
}
@media (max-width: 1400px) {
  .topping.pickles {
    width: calc(158.82352941px);
    height: calc(112.35294118px);
    top: 370px;
    right: -30px;
  }
}
.topping.pepperoni {
  top: 670px;
  right: -40px;
  background-image: url('images/toppings/pepperoni.png');
  width: calc(181.81818182px);
  height: calc(269.09090909px);
}
@media (max-width: 1400px) {
  .topping.pepperoni {
    width: calc(117.64705882px);
    height: calc(174.11764706px);
    top: 460px;
    right: -10px;
  }
}
.topping.candycorn {
  top: 590px;
  right: 140px;
  background-image: url('images/toppings/candycorn.png');
  width: calc(136.36363636px);
  height: calc(136.36363636px);
}
@media (max-width: 1400px) {
  .topping.candycorn {
    width: calc(88.23529412px);
    height: calc(88.23529412px);
    top: 400px;
    right: 120px;
  }
}
.topping.bacon {
  top: 780px;
  right: 120px;
  background-image: url('images/toppings/bacon.png');
  width: calc(181.81818182px);
  height: calc(269.09090909px);
}
@media (max-width: 1400px) {
  .topping.bacon {
    width: calc(117.64705882px);
    height: calc(174.11764706px);
    top: 500px;
    right: 120px;
  }
}
.topping.chocolatesauce {
  top: 560px;
  right: 280px;
  background-image: url('images/toppings/chocolatesauce.png');
  width: calc(109.09090909px);
  height: calc(110.90909091px);
}
@media (max-width: 1400px) {
  .topping.chocolatesauce {
    width: calc(70.58823529px);
    height: calc(71.76470588px);
    top: 460px;
    right: 220px;
  }
}
.topping.gum {
  top: 680px;
  right: 300px;
  background-image: url('images/toppings/gum.png');
  width: calc(90.90909091px);
  height: calc(130px);
}
@media (max-width: 1400px) {
  .topping.gum {
    width: calc(58.82352941px);
    height: calc(84.11764706px);
    top: 360px;
    right: 220px;
  }
}
.topping.marshmallow {
  top: 300px;
  left: -30px;
  background-image: url('images/toppings/marshmallow.png');
  width: calc(163.63636364px);
  height: calc(135.45454545px);
}
@media (max-width: 1400px) {
  .topping.marshmallow {
    width: calc(105.88235294px);
    height: calc(87.64705882px);
    top: 220px;
    left: 0;
  }
}
.topping.greenpepper {
  top: 280px;
  left: 130px;
  background-image: url('images/toppings/greenpepper.png');
  width: calc(109.09090909px);
  height: calc(127.27272727px);
}
@media (max-width: 1400px) {
  .topping.greenpepper {
    width: calc(70.58823529px);
    height: calc(82.35294118px);
    top: 230px;
    left: 110px;
  }
}
.topping.jam {
  top: 320px;
  left: 210px;
  background-image: url('images/toppings/jam.png');
  width: calc(136.36363636px);
  height: calc(154.54545455px);
}
@media (max-width: 1400px) {
  .topping.jam {
    width: calc(88.23529412px);
    height: calc(100px);
    top: 270px;
    left: 160px;
  }
}
.topping.jellybeans {
  top: 440px;
  left: 0px;
  background-image: url('images/toppings/jelly_beans.png');
  width: calc(137.27272727px);
  height: calc(137.27272727px);
}
@media (max-width: 1400px) {
  .topping.jellybeans {
    width: calc(88.82352941px);
    height: calc(88.82352941px);
    top: 320px;
  }
}
.topping.sprinkles {
  top: 440px;
  left: 140px;
  background-image: url('images/toppings/sprinkles.png');
  width: calc(136.36363636px);
  height: calc(132.72727273px);
}
@media (max-width: 1400px) {
  .topping.sprinkles {
    width: calc(88.23529412px);
    height: calc(85.88235294px);
    top: 340px;
    left: 100px;
  }
}
.topping.sardines {
  top: 600px;
  left: 0px;
  background-image: url('images/toppings/sardines.png');
  width: calc(136.36363636px);
  height: calc(110.90909091px);
}
@media (max-width: 1400px) {
  .topping.sardines {
    width: calc(88.23529412px);
    height: calc(71.76470588px);
    top: 420px;
  }
}
.topping.ranchsauce {
  top: 580px;
  left: 130px;
  background-image: url('images/toppings/ranchsauce.png');
  width: calc(136.36363636px);
  height: calc(80.90909091px);
}
@media (max-width: 1400px) {
  .topping.ranchsauce {
    width: calc(88.23529412px);
    height: calc(52.35294118px);
    top: 420px;
    left: 100px;
  }
}
.topping.carrots {
  top: 620px;
  left: 230px;
  background-image: url('images/toppings/carrots.png');
  width: calc(109.09090909px);
  height: calc(119.09090909px);
}
@media (max-width: 1400px) {
  .topping.carrots {
    width: calc(70.58823529px);
    height: calc(77.05882353px);
    top: 480px;
    left: 60px;
  }
}
.topping.gummyworms {
  top: 740px;
  left: 310px;
  background-image: url('images/toppings/gummy_worms.png');
  width: calc(145.45454545px);
  height: calc(133.63636364px);
}
@media (max-width: 1400px) {
  .topping.gummyworms {
    width: calc(94.11764706px);
    height: calc(86.47058824px);
    top: 470px;
    left: 140px;
  }
}
.topping.chocolatechips {
  top: 850px;
  left: 230px;
  background-image: url('images/toppings/chocolatechips.png');
  width: calc(136.36363636px);
  height: calc(130px);
}
@media (max-width: 1400px) {
  .topping.chocolatechips {
    width: calc(88.23529412px);
    height: calc(84.11764706px);
    top: 530px;
    left: 210px;
  }
}
.topping.avocado {
  top: 750px;
  left: 150px;
  background-image: url('images/toppings/avocado.png');
  width: calc(136.36363636px);
  height: calc(123.63636364px);
}
@media (max-width: 1400px) {
  .topping.avocado {
    width: calc(88.23529412px);
    height: calc(80px);
    top: 560px;
    left: 100px;
  }
}
.topping.redpepperflakes {
  top: 730px;
  left: -20px;
  background-image: url('images/toppings/redpepperflakes.png');
  width: calc(154.54545455px);
  height: calc(136.36363636px);
}
@media (max-width: 1400px) {
  .topping.redpepperflakes {
    width: calc(100px);
    height: calc(88.23529412px);
    top: 550px;
  }
}
.toppings {
  width: 100%;
}
.toppings.mobile {
  position: fixed;
  top: -100%;
  z-index: 30;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media (max-width: 980px) {
  .toppings.mobile {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .toppings.mobile {
    background-size: cover;
  }
}
.toppings.mobile .toppings-container {
  position: relative;
  display: none;
  margin: 0 auto;
  background-image: url('images/toppings-box-mobile.png');
  width: 350px;
  height: 570px;
  background-size: 350px 570px;
  background-position: left bottom;
  transform: rotate(-2deg) translate3d(0, 0, 0);
}
@media (max-width: 500px) {
  .toppings.mobile .toppings-container {
    transform: scale(1) rotate(-2deg) translate3d(0, 0, 0);
    height: 600px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .toppings.mobile .toppings-container {
    transform: scale(1.2) rotate(-2deg) translate3d(0, 0, 0);
    height: 600px;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .toppings.mobile .toppings-container {
    transform: scale(1.5) rotate(-2deg) translate3d(0, 0, 0);
    height: 630px;
  }
}
.toppings.mobile .toppings-container .topping {
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
.toppings.mobile .toppings-container .topping:hover {
  transform: scale(1.1);
}
.toppings.mobile .toppings-container .topping.banana {
  background-image: url('images/toppings/banana.png');
  width: calc(80.43478261px);
  height: calc(93.91304348px);
  transform: rotate(60deg) translate3d(0, 0, 0);
  top: 420px;
  left: 230px;
}
.toppings.mobile .toppings-container .topping.banana:hover {
  transform: rotate(60deg) translate3d(0, 0, 0) scale(1.1);
}
.toppings.mobile .toppings-container .topping.rockcandy {
  background-image: url('images/toppings/rockcandy.png');
  width: calc(86.95652174px);
  height: calc(104.7826087px);
  top: 280px;
  left: 150px;
}
.toppings.mobile .toppings-container .topping.beets {
  background-image: url('images/toppings/beets.png');
  width: calc(78.26086957px);
  height: calc(74.7826087px);
  top: 360px;
  left: 20px;
  transform: rotate(240deg) translate3d(0, 0, 0);
}
.toppings.mobile .toppings-container .topping.beets:hover {
  transform: rotate(240deg) translate3d(0, 0, 0) scale(1.1);
}
.toppings.mobile .toppings-container .topping.licorice {
  background-image: url('images/toppings/licorice.png');
  width: calc(130.43478261px);
  height: calc(34.34782609px);
  transform: rotate(90deg) translate3d(0, 0, 0);
  top: 130px;
  left: 0px;
}
.toppings.mobile .toppings-container .topping.licorice:hover {
  transform: rotate(90deg) translate3d(0, 0, 0) scale(1.1);
}
.toppings.mobile .toppings-container .topping.butterscotch {
  background-image: url('images/toppings/butterscotch_sauce.png');
  width: calc(65.2173913px);
  height: calc(61.30434783px);
  top: 110px;
  left: 240px;
}
.toppings.mobile .toppings-container .topping.cheese {
  background-image: url('images/toppings/cheese.png');
  width: calc(69.56521739px);
  height: calc(66.52173913px);
  top: 340px;
  left: 250px;
}
.toppings.mobile .toppings-container .topping.pickles {
  background-image: url('images/toppings/pickles.png');
  width: calc(117.39130435px);
  height: calc(83.04347826px);
  transform: rotate(80deg) translate3d(0, 0, 0);
  top: 480px;
  left: 160px;
}
.toppings.mobile .toppings-container .topping.pickles:hover {
  transform: rotate(80deg) translate3d(0, 0, 0) scale(1.1);
}
.toppings.mobile .toppings-container .topping.pepperoni {
  background-image: url('images/toppings/pepperoni.png');
  width: calc(86.95652174px);
  height: calc(128.69565217px);
  top: 450px;
  left: 30px;
}
.toppings.mobile .toppings-container .topping.candycorn {
  background-image: url('images/toppings/candycorn.png');
  width: calc(65.2173913px);
  height: calc(65.2173913px);
  top: 490px;
  left: 120px;
}
.toppings.mobile .toppings-container .topping.bacon {
  background-image: url('images/toppings/bacon.png');
  width: calc(86.95652174px);
  height: calc(128.69565217px);
  transform: rotate(190deg) translate3d(0, 0, 0);
  top: 210px;
  left: 240px;
}
.toppings.mobile .toppings-container .topping.bacon:hover {
  transform: rotate(190deg) translate3d(0, 0, 0) scale(1.1);
}
.toppings.mobile .toppings-container .topping.chocolatesauce {
  background-image: url('images/toppings/chocolatesauce.png');
  width: calc(52.17391304px);
  height: calc(53.04347826px);
  top: 520px;
  left: 270px;
}
.toppings.mobile .toppings-container .topping.gum {
  background-image: url('images/toppings/gum.png');
  width: calc(43.47826087px);
  height: calc(62.17391304px);
  transform: rotate(110deg) translate3d(0, 0, 0);
  top: 160px;
  left: 250px;
}
.toppings.mobile .toppings-container .topping.gum:hover {
  transform: rotate(110deg) translate3d(0, 0, 0) scale(1.1);
}
.toppings.mobile .toppings-container .topping.marshmallow {
  background-image: url('images/toppings/marshmallow.png');
  width: calc(78.26086957px);
  height: calc(64.7826087px);
  top: 90px;
  left: 90px;
}
.toppings.mobile .toppings-container .topping.greenpepper {
  background-image: url('images/toppings/greenpepper.png');
  width: calc(52.17391304px);
  height: calc(60.86956522px);
  transform: rotate(70deg) translate3d(0, 0, 0);
  top: 100px;
  left: 180px;
}
.toppings.mobile .toppings-container .topping.greenpepper:hover {
  transform: rotate(70deg) translate3d(0, 0, 0) scale(1.1);
}
.toppings.mobile .toppings-container .topping.jam {
  background-image: url('images/toppings/jam.png');
  width: calc(65.2173913px);
  height: calc(73.91304348px);
  top: 160px;
  left: 170px;
}
.toppings.mobile .toppings-container .topping.jellybeans {
  background-image: url('images/toppings/jelly_beans.png');
  width: calc(65.65217391px);
  height: calc(65.65217391px);
  top: 170px;
  left: 90px;
}
.toppings.mobile .toppings-container .topping.sprinkles {
  background-image: url('images/toppings/sprinkles.png');
  width: calc(65.2173913px);
  height: calc(63.47826087px);
  top: 420px;
  left: 150px;
}
.toppings.mobile .toppings-container .topping.sardines {
  background-image: url('images/toppings/sardines.png');
  width: calc(65.2173913px);
  height: calc(53.04347826px);
  top: 230px;
  left: 40px;
}
.toppings.mobile .toppings-container .topping.ranchsauce {
  background-image: url('images/toppings/ranchsauce.png');
  width: calc(65.2173913px);
  height: calc(38.69565217px);
  transform: rotate(-80deg) translate3d(0, 0, 0);
  top: 250px;
  left: 170px;
}
.toppings.mobile .toppings-container .topping.ranchsauce:hover {
  transform: rotate(-80deg) translate3d(0, 0, 0) scale(1.1);
}
.toppings.mobile .toppings-container .topping.carrots {
  background-image: url('images/toppings/carrots.png');
  width: calc(52.17391304px);
  height: calc(56.95652174px);
  top: 240px;
  left: 110px;
}
.toppings.mobile .toppings-container .topping.gummyworms {
  background-image: url('images/toppings/gummy_worms.png');
  width: calc(69.56521739px);
  height: calc(63.91304348px);
  top: 350px;
  left: 110px;
  transform: rotate(-50deg) translate3d(0, 0, 0);
}
.toppings.mobile .toppings-container .topping.gummyworms:hover {
  transform: rotate(-50deg) translate3d(0, 0, 0) scale(1.1);
}
.toppings.mobile .toppings-container .topping.chocolatechips {
  background-image: url('images/toppings/chocolatechips.png');
  width: calc(65.2173913px);
  height: calc(62.17391304px);
  top: 415px;
  left: 80px;
}
.toppings.mobile .toppings-container .topping.avocado {
  background-image: url('images/toppings/avocado.png');
  width: calc(65.2173913px);
  height: calc(59.13043478px);
  top: 370px;
  left: 190px;
}
.toppings.mobile .toppings-container .topping.redpepperflakes {
  background-image: url('images/toppings/redpepperflakes.png');
  width: calc(73.91304348px);
  height: calc(65.2173913px);
  top: 290px;
  left: 60px;
  transform: rotate(380deg) translate3d(0, 0, 0);
}
.toppings.mobile .toppings-container .topping.redpepperflakes:hover {
  transform: rotate(380deg) translate3d(0, 0, 0) scale(1.1);
}
.toppings.mobile.open {
  top: -30px;
  opacity: 1;
}
@media (max-width: 980px) {
  .toppings.mobile.open {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .toppings.mobile.open {
    top: -40px;
  }
}
@media (max-width: 400px) {
  .toppings.mobile.open {
    top: -60px;
  }
}
.toppings.mobile.open .toppings-container {
  display: block;
}
.pizza-container {
  pointer-events: none;
  background-image: url('images/manhole.png');
  background-repeat: no-repeat;
  width: 700px;
  height: 700px;
  background-size: 700px;
  margin: -100px auto 0 auto;
  position: relative;
  padding: 20px;
}
@media (max-width: 1300px) {
  .pizza-container {
    width: 500px;
    height: 500px;
    background-size: 500px;
    margin: -100px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .pizza-container {
    width: 400px;
    height: 400px;
    background-size: 400px;
    margin: 0 auto 0 auto;
    padding: 7px;
  }
}
@media (max-width: 400px) {
  .pizza-container {
    width: 300px;
    height: 300px;
    background-size: 300px;
    margin: 0 auto 0 auto;
    padding: 7px;
  }
}
.pizza-container .desktop-pizza .canvas-container,
.pizza-container .desktop-pizza .upper-canvas,
.pizza-container .desktop-pizza #pizza-canvas,
.pizza-container .desktop-pizza canvas {
  border-radius: 650px;
  background-size: cover !important;
  height: 650px;
  width: 650px;
}
@media (max-width: 1300px) {
  .pizza-container .desktop-pizza .canvas-container,
  .pizza-container .desktop-pizza .upper-canvas,
  .pizza-container .desktop-pizza #pizza-canvas,
  .pizza-container .desktop-pizza canvas {
    height: 450px !important;
    width: 450px !important;
    border-radius: 450px !important;
  }
}
@media (max-width: 768px) {
  .pizza-container .desktop-pizza .canvas-container,
  .pizza-container .desktop-pizza .upper-canvas,
  .pizza-container .desktop-pizza #pizza-canvas,
  .pizza-container .desktop-pizza canvas {
    height: 380px !important;
    width: 380px !important;
    border-radius: 380px !important;
  }
}
@media (max-width: 400px) {
  .pizza-container .desktop-pizza .canvas-container,
  .pizza-container .desktop-pizza .upper-canvas,
  .pizza-container .desktop-pizza #pizza-canvas,
  .pizza-container .desktop-pizza canvas {
    height: 280px !important;
    width: 280px !important;
    border-radius: 280px !important;
  }
}
.pizza-container .mobile-pizza .canvas-container,
.pizza-container .mobile-pizza .upper-canvas,
.pizza-container .mobile-pizza #pizza-canvas,
.pizza-container .mobile-pizza canvas {
  border-radius: 650px;
  background-size: cover !important;
}
@media (max-width: 1300px) {
  .pizza-container .mobile-pizza .canvas-container,
  .pizza-container .mobile-pizza .upper-canvas,
  .pizza-container .mobile-pizza #pizza-canvas,
  .pizza-container .mobile-pizza canvas {
    border-radius: 450px !important;
  }
}
@media (max-width: 768px) {
  .pizza-container .mobile-pizza .canvas-container,
  .pizza-container .mobile-pizza .upper-canvas,
  .pizza-container .mobile-pizza #pizza-canvas,
  .pizza-container .mobile-pizza canvas {
    border-radius: 380px !important;
  }
}
@media (max-width: 400px) {
  .pizza-container .mobile-pizza .canvas-container,
  .pizza-container .mobile-pizza .upper-canvas,
  .pizza-container .mobile-pizza #pizza-canvas,
  .pizza-container .mobile-pizza canvas {
    border-radius: 280px !important;
  }
}
.pizza {
  pointer-events: auto;
  width: 650px;
  height: 650px;
  border-radius: 650px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .pizza {
    height: 450px;
    width: 450px;
    border-radius: 450px;
  }
}
@media (max-width: 768px) {
  .pizza {
    width: 400px;
    height: 400px;
    border-radius: 400px;
  }
}
@media (max-width: 400px) {
  .pizza {
    width: 300px;
    height: 300px;
    border-radius: 300px;
  }
}
.pizza img#pizza-cover {
  position: absolute;
  z-index: 10;
}
@media (max-width: 1300px) {
  .pizza img#pizza-cover {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 768px) {
  .pizza img#pizza-cover {
    width: 375px;
    height: 375px;
    margin: 3px;
  }
}
@media (max-width: 400px) {
  .pizza img#pizza-cover {
    width: 275px;
    height: 275px;
    margin: 3px;
  }
}
.undo {
  pointer-events: auto;
  background-image: url('images/button-undo.png');
  width: 80px;
  height: 80px;
  background-size: 80px;
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 10;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .undo {
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}
.undo:hover {
  cursor: pointer;
  background-image: url('images/button-undo-shadow.png');
}
.topping-selector {
  background: url('images/topping-selector-bg.png') no-repeat;
  width: 200px;
  height: 200px;
  background-size: 200px;
  position: absolute;
  right: -40px;
  top: -20px;
  z-index: 10;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .topping-selector {
    height: 150px;
    width: 150px;
    background-size: 150px;
  }
}
@media (max-width: 768px) {
  .topping-selector {
    right: -20px;
    top: -20px;
    height: 110px;
    width: 110px;
    background-size: 110px;
  }
}
.topping-selector .mobile-toppings-helper {
  background-image: url('images/mobile-toppings.gif');
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .topping-selector .mobile-toppings-helper {
    height: 120px;
    width: 120px;
    background-size: 120px;
    margin: 10px 0 0 0px;
  }
}
@media (max-width: 768px) {
  .topping-selector .mobile-toppings-helper {
    height: 100px;
    width: 100px;
    background-size: 100px;
    margin: 5px 0 0 -5px;
  }
}
.topping-selector .selected {
  height: 170px;
  width: 170px;
  position: relative;
  color: #fff;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 170px;
  padding: 65px 20px 0 20px;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1200px) {
  .topping-selector .selected {
    height: 120px;
    width: 120px;
    background-size: 120px;
    font-size: 16px;
    line-height: 16px;
    padding: 50px 10px 0 20px;
  }
}
@media (max-width: 768px) {
  .topping-selector .selected {
    height: 100px;
    width: 100px;
    background-size: 100px;
    padding: 35px 5px 0 5px;
    font-size: 14px;
    line-height: 14px;
  }
}
.topping-selector .selected.banana {
  background-image: url('images/toppings-selected/banana.png');
}
.topping-selector .selected.rockcandy {
  background-image: url('images/toppings-selected/rockcandy.png');
}
.topping-selector .selected.beets {
  background-image: url('images/toppings-selected/beets.png');
}
.topping-selector .selected.licorice {
  background-image: url('images/toppings-selected/licorice.png');
}
.topping-selector .selected.butterscotch {
  background-image: url('images/toppings-selected/butterscotch.png');
}
.topping-selector .selected.cheese {
  background-image: url('images/toppings-selected/cheese.png');
}
.topping-selector .selected.pickles {
  background-image: url('images/toppings-selected/pickles.png');
}
.topping-selector .selected.pepperoni {
  background-image: url('images/toppings-selected/pepperoni.png');
}
.topping-selector .selected.candycorn {
  background-image: url('images/toppings-selected/candycorn.png');
}
.topping-selector .selected.bacon {
  background-image: url('images/toppings-selected/bacon.png');
}
.topping-selector .selected.chocolatesauce {
  background-image: url('images/toppings-selected/chocolatesauce.png');
}
.topping-selector .selected.gum {
  background-image: url('images/toppings-selected/gum.png');
}
.topping-selector .selected.marshmallow {
  background-image: url('images/toppings-selected/marshmallow.png');
}
.topping-selector .selected.greenpepper {
  background-image: url('images/toppings-selected/greenpepper.png');
}
.topping-selector .selected.jam {
  background-image: url('images/toppings-selected/jam.png');
}
.topping-selector .selected.jellybeans {
  background-image: url('images/toppings-selected/jellybeans.png');
}
.topping-selector .selected.sprinkles {
  background-image: url('images/toppings-selected/sprinkles.png');
}
.topping-selector .selected.sardines {
  background-image: url('images/toppings-selected/sardines.png');
}
.topping-selector .selected.ranchsauce {
  background-image: url('images/toppings-selected/ranchsauce.png');
}
.topping-selector .selected.carrots {
  background-image: url('images/toppings-selected/carrots.png');
}
.topping-selector .selected.gummyworms {
  background-image: url('images/toppings-selected/gummy_worms.png');
}
.topping-selector .selected.chocolatechips {
  background-image: url('images/toppings-selected/chocolatechips.png');
}
.topping-selector .selected.avocado {
  background-image: url('images/toppings-selected/avocado.png');
}
.topping-selector .selected.redpepperflakes {
  background-image: url('images/toppings-selected/redpepperflakes.png');
}
.topping-selector .selected.carrots {
  background-image: url('images/toppings-selected/carrots.png');
}
.public-gallery {
  font-weight: 700;
  color: #fff;
  margin-top: 60px;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}
.public-gallery-container {
  width: 375px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .public-gallery-container {
    font-size: 14px;
  }
}
.public-gallery-container .public-gallery-button {
  position: relative;
  cursor: pointer;
  width: 355px;
  font-size: 14px;
}
.public-gallery-container .public-gallery-button span.icon {
  transform: rotate(0deg);
  transition: transform 250ms ease;
  position: absolute;
  right: 20px;
  top: 10px;
}
.public-gallery-container .public-gallery-button span.icon.up {
  transform: rotate(180deg);
  transition: transform 250ms ease;
}
.public-gallery-container .public-gallery-button span.text {
  padding: 0 40px 0 20px;
}
.public-gallery-container .public-gallery-selector {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 375px;
  top: 55px;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  display: none;
  overflow-x: auto;
}
.public-gallery-container .public-gallery-selector ul {
  padding: 0;
  list-style: none;
  margin: 10px 20px;
  text-align: center;
}
.public-gallery-container .public-gallery-selector ul li {
  cursor: pointer;
  padding: 0;
  margin: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.lightbox {
  overflow-x: auto;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  display: hidden;
  border-radius: 0 !important;
}
.lightbox .btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url('images/button-close.png');
  background-size: 20px;
  height: 20px;
  width: 20px;
  z-index: 30;
  cursor: pointer;
}
.lightbox .lightbox-container {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  display: table;
}
.lightbox .lightbox-container .helper-topping {
  margin: 0 auto;
  text-align: center;
  width: 400px;
  height: 503px;
  position: relative;
}
@media (max-height: 900px) {
  .lightbox .lightbox-container .helper-topping {
    width: 350px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .lightbox .lightbox-container .helper-topping {
    width: 199px;
    height: 250px;
  }
}
.lightbox .lightbox-container .helper-topping img {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 503px;
  z-index: -1;
}
@media (max-height: 900px) {
  .lightbox .lightbox-container .helper-topping img {
    width: 350px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .lightbox .lightbox-container .helper-topping img {
    width: 199px;
    height: 250px;
  }
}
.lightbox .lightbox-container .helper-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  pointer-events: none;
}
.lightbox .lightbox-container .helper-container .helper-anim {
  z-index: 5;
  background: url('images/help-pizza-bg.png') no-repeat;
  background-size: contain;
  width: 500px;
  margin: 0 auto;
}
@media (max-height: 900px) {
  .lightbox .lightbox-container .helper-container .helper-anim {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .lightbox .lightbox-container .helper-container .helper-anim {
    width: 350px;
    height: 350px;
  }
}
.lightbox .lightbox-container .helper-container .helper-anim.nopizza {
  background: none;
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge {
  background-size: contain;
  width: 500px;
  height: 500px;
}
@media (max-height: 900px) {
  .lightbox .lightbox-container .helper-container .helper-anim.challenge {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .lightbox .lightbox-container .helper-container .helper-anim.challenge {
    width: 350px;
    height: 350px;
  }
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.team-supreme {
  background-image: url('images/challenges/team-supreme.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.leonar-dough-deluxe {
  background-image: url('images/challenges/leonar-dough-deluxe.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.michelangelos-masterpiece {
  background-image: url('images/challenges/michelangelos-masterpiece.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.red-hot-sizzlin-raph {
  background-image: url('images/challenges/red-hot-sizzlin-raph.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.donnies-delight {
  background-image: url('images/challenges/donnies-delight.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.reporter-red-pepper {
  background-image: url('images/challenges/reporter-red-pepper.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.recipe-4-disaster {
  background-image: url('images/challenges/recipe-4-disaster.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.wanna-pizza-casey {
  background-image: url('images/challenges/wanna-pizza-casey.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.shredders-saucy-slice {
  background-image: url('images/challenges/shredders-saucy-slice.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.sensei-tional {
  background-image: url('images/challenges/sensei-tional.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.pepper-bro-ni {
  background-image: url('images/challenges/pepper-bro-ni.png');
}
.lightbox .lightbox-container .helper-container .helper-anim.challenge.krangalicious {
  background-image: url('images/challenges/krangalicious.png');
}
.lightbox .lightbox-container .helper-container .helper-anim img {
  height: auto;
  max-width: 500px;
}
@media (max-height: 900px) {
  .lightbox .lightbox-container .helper-container .helper-anim img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .lightbox .lightbox-container .helper-container .helper-anim img {
    max-width: 350px;
  }
}
.lightbox .lightbox-container .helper-container .helper-info {
  background: url('images/lightbox-background.png') no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 800px;
  padding: 90px 110px 90px 130px;
  color: #fff;
  margin: -80px auto 0 auto;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
  z-index: 10;
  background-position: center center;
}
@media (max-width: 768px) {
  .lightbox .lightbox-container .helper-container .helper-info {
    margin: 0 auto;
    padding: 9% 10%;
    background-image: url('images/lightbox-background-mobile-2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    min-height: 240px;
    padding: 90px 0;
    margin: -90px auto 0 auto;
  }
}
.lightbox .lightbox-container .helper-container .helper-info h2 {
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lightbox .lightbox-container .helper-container .helper-info h2 {
    font-size: 16px;
    line-height: 16px;
    margin: 0 auto;
    max-width: 300px;
  }
}
.lightbox .lightbox-container .helper-container .helper-info h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  font-family: Arial, 'Noto Sans', sans-serif;
}
@media (max-width: 768px) {
  .lightbox .lightbox-container .helper-container .helper-info h3 {
    font-size: 14px;
    line-height: 14px;
    max-width: 300px;
    margin: 10px auto 0 auto;
  }
}
.lightbox .lightbox-container .helper-container.block {
  display: block;
  background: url('images/lightbox-background.png') no-repeat;
  background-size: contain;
  margin: -150px auto 0 auto;
  max-width: 900px;
  padding: 60px 40px;
  background-position: center center;
}
@media (max-width: 900px) {
  .lightbox .lightbox-container .helper-container.block {
    margin: -150px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .lightbox .lightbox-container .helper-container.block {
    background: url('images/lightbox-background-mobile-2.png') no-repeat;
    padding: 0 20px;
    background-size: cover;
    margin: -70px auto 0 auto;
  }
}
.lightbox .lightbox-container .helper-container.block .helper-info {
  background: none;
  margin: -15px auto 0 auto;
  min-height: auto;
}
.lightbox .lightbox-container.block {
  display: block;
}
.lightbox .lightbox-container.block .helper-container {
  display: block;
}
.lightbox .lightbox-container.block .helper-container .title {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  margin: 25px auto 0 auto;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 980px) {
  .lightbox .lightbox-container.block .helper-container .title {
    font-size: 30px;
  }
}
.lightbox .lightbox-container.block .helper-container .sword {
  width: 250px;
  height: 30px;
  margin: 5px auto 40px auto;
  background-image: url('images/header-sword.png');
  background-repeat: no-repeat;
  background-size: 250px 30px;
}
@media (max-width: 980px) {
  .lightbox .lightbox-container.block .helper-container .sword {
    width: 125px;
    height: 15px;
    background-size: 125px 15px;
  }
}
.lightbox .carousel-container {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  padding-bottom: 70px;
}
.lightbox .carousel-container .carousel {
  pointer-events: all;
}
.lightbox .carousel-container .carousel-control {
  background-image: none;
}
.lightbox .carousel-container .carousel-control.left {
  pointer-events: all;
}
.lightbox .carousel-container .carousel-control.right {
  pointer-events: all;
}
.lightbox .carousel-container .carousel-control .fa {
  font-size: 50px;
  top: 45%;
  position: absolute;
}
.lightbox .pizza-gallery-item {
  width: 600px;
  position: relative;
  margin: 0 auto;
  height: 757px;
}
@media (max-width: 1200px) {
  .lightbox .pizza-gallery-item {
    width: 500px;
    height: 631px;
  }
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item {
    width: 350px;
    height: 441px;
  }
}
.lightbox .pizza-gallery-item #pizza-gallery-share .fa {
  font-size: 40px !important;
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item #pizza-gallery-share .fa {
    font-size: 30px !important;
  }
}
.lightbox .pizza-gallery-item .overlay {
  background-image: url('images/polaroid.png');
  background-size: 600px 757px;
  background-repeat: no-repeat;
  width: 600px;
  height: 757px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1200px) {
  .lightbox .pizza-gallery-item .overlay {
    width: 500px;
    height: 631px;
    background-size: 500px 631px;
  }
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item .overlay {
    background-size: 350px 441px;
    width: 350px;
    height: 441px;
  }
}
.lightbox .pizza-gallery-item .overlay .pizza-info {
  position: absolute;
  bottom: 10px;
  height: 120px;
  width: 100%;
  padding: 10px 20px 20px 20px;
  font-family: 'Permanent Marker', 'Noto Sans', sans-serif;
}
@media (max-width: 1200px) {
  .lightbox .pizza-gallery-item .overlay .pizza-info {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item .overlay .pizza-info {
    height: 75px;
    padding: 10px;
  }
}
.lightbox .pizza-gallery-item .overlay .pizza-info .share-likes {
  margin: 20px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item .overlay .pizza-info .share-likes {
    margin: 5px auto;
  }
}
.lightbox .pizza-gallery-item .overlay .pizza-info .button-close {
  background-image: url('images/button-close-black.png');
  width: 30px !important;
  height: 30px !important;
  background-size: 30px !important;
  display: block;
  background-repeat: no-repeat;
  margin: 6px 5px 0 35px;
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item .overlay .pizza-info .button-close {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px !important;
  }
}
.lightbox .pizza-gallery-item .overlay .pizza-info .pizza-name {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item .overlay .pizza-info .pizza-name {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0;
  }
}
.lightbox .pizza-gallery-item .overlay .pizza-info .pizza-creator {
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item .overlay .pizza-info .pizza-creator {
    font-size: 14px;
    line-height: 14px;
  }
}
.lightbox .pizza-gallery-item .overlay .pizza-info .icon-share {
  background-image: url('images/icon-share.png');
  height: 32px;
  background-size: 25px 26px;
  display: inline-block;
  padding-left: 38px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item .overlay .pizza-info .icon-share {
    font-size: 13px;
    height: 15px;
    background-size: 14px 15px;
    line-height: 15px;
    padding-left: 17px;
    margin-top: 5px;
  }
}
.lightbox .pizza-gallery-item .overlay .pizza-info .icon-share:hover {
  color: #139119;
}
.lightbox .pizza-gallery-item .overlay .pizza-info .icon-heart {
  background-image: url('images/icon-heart-empty.png');
  height: 29px;
  background-size: 25px 24px;
  display: inline-block;
  padding-left: 38px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 20px;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item .overlay .pizza-info .icon-heart {
    font-size: 13px;
    width: 14px;
    height: 15px;
    background-size: 14px 15px;
    line-height: 15px;
    padding-left: 17px;
    margin-top: 5px;
  }
}
.lightbox .pizza-gallery-item .overlay .pizza-info .icon-heart.liked {
  color: #a81917;
  background-image: url('images/icon-heart-liked.png');
}
.lightbox .pizza-gallery-item .overlay .pizza-info .icon-heart:hover {
  background-image: url('images/icon-heart-liked.png');
  cursor: pointer;
  color: #000;
}
.lightbox .pizza-gallery-item img {
  width: 575px;
  height: auto;
  margin: 35px 0 0 10px;
}
@media (max-width: 1200px) {
  .lightbox .pizza-gallery-item img {
    width: 480px;
    margin: 30px 0 0 10px;
  }
}
@media (max-width: 768px) {
  .lightbox .pizza-gallery-item img {
    width: 335px;
    margin: 20px 0 0 10px;
  }
}
#pizza-gallery-share {
  display: none;
}
#pizza-gallery-share button {
  background-color: transparent;
  border: none;
  padding: 0;
}
#pizza-gallery-share .button-close {
  background-image: url('images/button-close-black.png');
  width: 30px;
  height: 30px;
  background-size: 22px;
  display: block;
  margin: 4px 5px 0 15px;
  background-repeat: no-repeat;
}
#pizza-gallery-share ul {
  list-style: none;
  padding: 0;
  margin: 10px auto 0 auto;
}
#pizza-gallery-share ul li {
  display: inline-block;
  position: relative;
  height: 55px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
#pizza-gallery-share ul li .fa {
  font-size: 30px;
  color: #000;
  margin: 0 20px;
}
@media (max-width: 768px) {
  #pizza-gallery-share ul li .fa {
    font-size: 30px;
    margin: 0 10px;
  }
}
#pizza-gallery-share ul li .fa.fa-remove {
  margin-left: 40px;
}
@media (max-width: 768px) {
  #pizza-gallery-share ul li .fa.fa-remove {
    margin-left: 20px;
  }
}
#pizza-gallery-share ul.smaller .fa {
  font-size: 25px;
}
.pizza-finished .pizza-gallery-item {
  position: relative;
  margin: 80px auto 100px auto;
  width: 600px;
  height: 757px;
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item {
    width: 500px;
    height: 631px;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item {
    width: 350px;
    height: 441px;
    margin: 30px auto;
  }
}
.pizza-finished .pizza-gallery-item .overlay {
  background-image: url('images/polaroid.png');
  background-size: 600px 757px;
  background-repeat: no-repeat;
  width: 600px;
  height: 757px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item .overlay {
    width: 500px;
    height: 631px;
    background-size: 500px 631px;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay {
    background-size: 350px 441px;
    width: 350px;
    height: 441px;
  }
}
.pizza-finished .pizza-gallery-item .overlay #pizza-share,
.pizza-finished .pizza-gallery-item .overlay #pizza-actions {
  display: none;
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info {
  position: absolute;
  bottom: 10px;
  height: 120px;
  width: 100%;
  padding: 5px 20px 20px 20px;
  font-family: 'Permanent Marker', 'Noto Sans', sans-serif;
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info {
    height: 75px;
    padding: 5px 10px;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info button.marginbottom {
  margin-bottom: 10px;
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info button.margintop {
  margin-top: 15px;
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info .pizza-name {
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .pizza-name {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info .fa {
  font-size: 45px;
  color: #000;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .fa {
    font-size: 30px;
    margin: 0 10px;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info .fa.fa-remove {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .fa.fa-remove {
    margin-left: 20px;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info ul {
  list-style: none;
  padding: 0;
  margin: 10px auto 0 auto;
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info ul {
    margin: 5px auto 0 auto;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info ul.margin {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info ul.margin {
    margin-top: 20px;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info ul li {
  display: inline-block;
  position: relative;
  height: 55px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info ul li .pizza-by {
  text-align: right;
  margin-top: 10px;
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info ul li .pizza-by {
    font-size: 12px;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info ul li .small-text {
  color: #000;
  display: block;
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info ul li .small-text {
    font-size: 12px;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info ul .pizza-firstname {
  background-color: transparent;
  background-image: url('images/input-firstname.png');
  width: 200px;
  height: 50px;
  background-size: auto 50px;
  border: none;
  padding: 10px;
  outline: none;
  background-repeat: no-repeat;
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info ul .pizza-firstname.error {
  background-image: url('images/input-firstname-error.png');
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info ul .pizza-firstname {
    width: 180px;
    height: 40px;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info ul .pizza-firstname {
    width: 100px;
    height: 30px;
    background-size: 100px 30px;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info ul .pizza-lastinitial {
  background-color: transparent;
  background-image: url('images/input-lastinitial.png');
  width: 49px;
  height: 50px;
  background-size: 49px 50px;
  border: none;
  padding: 5px 10px;
  outline: none;
  background-repeat: no-repeat;
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info ul .pizza-lastinitial.error {
  background-image: url('images/input-lastinitial-error.png');
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info ul .pizza-lastinitial {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info ul .pizza-lastinitial {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info .button-submit {
  background-image: url('images/icon-submit.png');
  height: 25px;
  background-size: 28px 25px;
  display: block;
  padding-left: 33px;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 25px;
  outline: none;
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .button-submit {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .button-submit {
    font-size: 13px;
    height: 15px;
    background-size: 14px 15px;
    line-height: 15px;
    padding-left: 17px;
    margin: 0 10px 0 0;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info .button-share {
  background-image: url('images/icon-share.png');
  height: 25px;
  background-size: 24px 25px;
  display: block;
  padding-left: 33px;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 25px;
  cursor: pointer;
  margin: 0 20px;
  outline: none;
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .button-share {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .button-share {
    font-size: 14px;
    height: 15px;
    background-size: 14px 15px;
    line-height: 15px;
    padding-left: 17px;
    margin: 0 10px 0 0;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info .button-share:hover {
  color: #139119;
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info .button-download {
  background-image: url('images/icon-download.png');
  height: 25px;
  background-size: 28px 25px;
  display: block;
  padding-left: 33px;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 25px;
  cursor: pointer;
  margin: 0 20px;
  outline: none;
  color: #000;
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .button-download {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .button-download {
    font-size: 14px;
    height: 15px;
    background-size: 14px 15px;
    line-height: 15px;
    padding-left: 17px;
    margin: 0 10px 0 0;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info .button-download:hover {
  color: #139119;
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info .button-tryagain {
  background-image: url('images/icon-tryagain.png');
  height: 25px;
  background-size: 26px 25px;
  display: block;
  padding-left: 33px;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 25px;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .button-tryagain {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .overlay .pizza-info .button-tryagain {
    font-size: 14px;
    height: 15px;
    background-size: 14px 15px;
    line-height: 15px;
    padding-left: 17px;
    margin: 0;
  }
}
.pizza-finished .pizza-gallery-item .overlay .pizza-info .button-tryagain:hover {
  color: #139119;
}
.pizza-finished .pizza-gallery-item .share-pizza {
  position: absolute;
  z-index: 5;
  top: 73px;
  left: 65px;
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .share-pizza {
    top: 21px;
    left: 37px;
  }
}
.pizza-finished .pizza-gallery-item .share-pizza img {
  width: 440px;
  height: auto;
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item .share-pizza img {
    width: 360px;
    margin: 10px 0 0 0px;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .share-pizza img {
    width: 260px;
    margin: 40px 0 0 10px;
  }
}
.pizza-finished .pizza-gallery-item .share-bg {
  position: absolute;
  z-index: 1;
}
.pizza-finished .pizza-gallery-item .share-bg img {
  width: 575px;
  height: auto;
  margin: 35px 0 0 10px;
}
@media (max-width: 1200px) {
  .pizza-finished .pizza-gallery-item .share-bg img {
    width: 480px;
    margin: 20px 0 0 5px;
  }
}
@media (max-width: 768px) {
  .pizza-finished .pizza-gallery-item .share-bg img {
    width: 335px;
    margin: 20px 0 0 10px;
  }
}
.gallery-container {
  position: relative;
  max-width: 1200px;
  margin: 30px auto 70px auto;
  width: 100%;
  background-image: url('images/gallery-box-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 100px;
}
@media (max-width: 980px) {
  .gallery-container {
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .gallery-container {
    background: none;
    padding-top: 0;
    margin: 30px auto 0 auto;
  }
}
.gallery-container .arrow {
  position: absolute;
  top: 40%;
  font-size: 60px;
  color: #fff;
  cursor: pointer;
}
.gallery-container .arrow.left {
  left: 10px;
}
.gallery-container .arrow.right {
  right: 10px;
}
.gallery {
  overflow: hidden;
  position: relative;
  max-width: 1010px;
  margin: 0 auto;
  width: 100%;
  height: 480px;
}
@media (max-width: 1140px) {
  .gallery {
    width: 680px;
  }
}
@media (max-width: 768px) {
  .gallery {
    width: 340px;
  }
}
.gallery .gallery-box {
  overflow: hidden;
  width: 8200px;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .gallery .gallery-box {
    width: 8200px;
    height: 410px;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-box {
    width: 8200px;
    margin: 0 20px;
    height: 410px;
  }
}
.gallery .polaroids {
  padding: 0 10px;
  height: 420px;
  overflow-y: hidden;
}
.gallery .polaroid-box {
  float: left;
  width: 340px;
  padding: 10px 0;
}
.gallery .gallery-item {
  transform: rotate(-2deg);
  margin-bottom: 20px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 375px;
  width: 300px;
}
@media (max-width: 768px) {
  .gallery .gallery-item {
    margin: 0 0 10px 0;
  }
}
.gallery .gallery-item.one {
  transform: rotate(1deg) translate3d(0, 0, 0);
}
.gallery .gallery-item.two {
  transform: rotate(-2deg) translate3d(0, 0, 0);
}
.gallery .gallery-item.three {
  transform: rotate(-1deg) translate3d(0, 0, 0);
}
.gallery .gallery-item.four {
  transform: rotate(2deg) translate3d(0, 0, 0);
}
.gallery .gallery-item:hover {
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.9);
}
.gallery .gallery-item .overlay {
  background-image: url('images/polaroid.png');
  background-size: 300px 377px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 300px;
  height: 377px;
  pointer-events: none;
}
.gallery .gallery-item .overlay .pizza-info {
  position: absolute;
  bottom: 10px;
  height: 70px;
  width: 100%;
  padding: 15px;
  font-family: 'Permanent Marker', 'Noto Sans', sans-serif;
  pointer-events: all;
}
.gallery .gallery-item .overlay .pizza-info .share-likes {
  margin: 5px 0;
}
.gallery .gallery-item .overlay .pizza-info .pizza-name {
  font-size: 14px;
  line-height: 14px;
}
.gallery .gallery-item .overlay .pizza-info .pizza-creator {
  font-size: 12px;
  line-height: 12px;
}
.gallery .gallery-item .overlay .pizza-info .icon-share {
  background-image: url('images/icon-share.png');
  height: 16px;
  background-size: 15px 16px;
  display: inline-block;
  padding-left: 20px;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
  margin: 0 5px;
}
.gallery .gallery-item .overlay .pizza-info .icon-share:hover {
  color: #139119;
}
.gallery .gallery-item .overlay .pizza-info .icon-heart {
  background-image: url('images/icon-heart-empty.png');
  height: 14px;
  background-size: 15px 14px;
  display: inline-block;
  padding-left: 20px;
  background-repeat: no-repeat;
  font-size: 15px;
  margin: 0 5px;
  line-height: 15px;
}
.gallery .gallery-item .overlay .pizza-info .icon-heart.liked {
  color: #a81917;
  background-image: url('images/icon-heart-liked.png');
}
.gallery .gallery-item .overlay .pizza-info .icon-heart:hover {
  background-image: url('images/icon-heart-liked.png');
  cursor: pointer;
  color: #000;
}
.gallery .gallery-item .pizza-item img {
  width: 98%;
  margin: 4% auto 0 auto;
}
.credits {
  position: fixed;
  bottom: -100%;
  left: 0;
  background: #000;
  text-align: center;
  transition: bottom 0.3s ease 0s;
  width: 100%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
.credits img {
  width: 80%;
  height: auto;
  margin: 20px auto;
  padding: 0 0 75px 0;
}
@media only screen and (max-width: 768px) {
  .credits img {
    padding: 0;
  }
}
.credits .btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url('images/button-close.png');
  background-size: 20px;
  height: 20px;
  width: 20px;
  z-index: 30;
  cursor: pointer;
}
.credits.open {
  bottom: 0px;
  opacity: 1;
  z-index: 30;
  pointer-events: all;
}
.baking {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  display: none;
}
.baking .loading {
  background: url('images/bake-loader.gif') no-repeat;
  width: 200px;
  height: 250px;
  margin: -125px 0 0 -100px;
  top: 50%;
  left: 50%;
  position: absolute;
}
.baking .loading .text {
  width: 200px;
  font-size: 18px;
  color: #fff;
  padding-top: 170px;
  text-align: center;
}
img[data-img] {
  opacity: 0;
  transition: opacity 0.2s linear;
}
img[data-img].loaded {
  opacity: 1;
}
