/* FONT-SIZE AND COLOR */
/* FONT SELECTION */
/* ## BUTTON ## */
/* ## BREAKPOINT ## */
/* ## GRID ## */
/* ## PLACEHOLDER, INPUT ## */
@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@-moz-keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@-o-keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes swing {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}

@-moz-keyframes swing {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}

@-o-keyframes swing {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}

@keyframes swing {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}

#world .winter-is-coming, #world .snow {
  z-index: 100;
  pointer-events: none;
}

html, body {
  height: 100vh;
}

#wrapper, #event, #world {
  min-height: 100vh;
}

body {
  font-family: 'Mali', cursive;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Mali', cursive;
}

.smallbtn {
  font-family: 'Mali', cursive !important;
  font-size: 14px;
  font-weight: 600;
}

.ok-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-transition: background-color 300ms ease-out 0s;
  -moz-transition: background-color 300ms ease-out 0s;
  -ms-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s;
  transition: background-color 300ms ease-out 0s;
  background: #FA7268;
  font-family: "Lato", "DroidSans-Bold";
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  color: #FFF;
  border: 0;
  padding: 8px 10px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  box-shadow: 0px -3px 0px #f94d41 inset;
  border-radius: 3px;
  letter-spacing: 1px;
  color: #FFF;
}

.ok-btn:active, .ok-btn:focus {
  color: #FFF;
}

.ok-btn:hover {
  color: #FFF;
  background: #f95b4f;
}

.ok-btn[disabled] {
  background: #DDD;
  color: #FFF;
  cursor: default;
  pointer-events: none;
  border: 0;
}

.ok-btn i {
  margin-right: 5px;
}

.ok-btn[disabled] {
  box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.ok-btn:active, .ok-btn:focus, .ok-btn:hover {
  color: #FFF !important;
}

a {
  -webkit-transition: color 300ms ease-out 0s;
  -moz-transition: color 300ms ease-out 0s;
  -ms-transition: color 300ms ease-out 0s;
  -o-transition: color 300ms ease-out 0s;
  transition: color 300ms ease-out 0s;
  color: #FA7268;
}

a:active, a:focus {
  color: #FA7268 !important;
}

a:hover {
  color: #f41808 !important;
}

#loading {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loading .build .grow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

#loading .build img {
  animation: spin 5s linear infinite;
}

#loading .build .loading-text {
  display: block;
  margin-top: 30px;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.gift-mousemove {
  display: none;
  position: absolute;
  float: left;
  z-index: 999;
  width: 80px;
  overflow: visible;
  pointer-events: none;
}

#world .winter-is-coming {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 90%;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

#world .snow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: falling linear infinite both;
  transform: translate3D(0, -100%, 0);
}

#world .snow--near {
  animation-duration: 20s;
  background-image: url("//minimore.com/images/events/tree/sky/snow-large.png");
  background-size: auto;
}

#world .snow--near + .snow--alt {
  animation-delay: 10s;
}

#world .snow--mid {
  animation-duration: 40s;
  background-image: url("//minimore.com/images/events/tree/sky/snow-medium.png");
  background-size: auto;
}

#world .snow--mid + .snow--alt {
  animation-delay: 20s;
}

#world .snow--far {
  animation-duration: 60s;
  background-image: url("//minimore.com/images/events/tree/sky/snow-small.png");
  background-size: auto;
}

#world .snow--far + .snow--alt {
  animation-delay: 30s;
}

@keyframes falling {
  0% {
    transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    transform: translate3D(7.5%, 100%, 0);
  }
}

#world .sky {
  height: 100%;
  width: 100%;
  background-image: -ms-linear-gradient(top, #518EB4 0%, #C5D9EE 60%, #DDE6F4 100%);
  background-image: -moz-linear-gradient(top, #518EB4 0%, #C5D9EE 60%, #DDE6F4 100%);
  background-image: -o-linear-gradient(top, #518EB4 0%, #C5D9EE 60%, #DDE6F4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #518EB4), color-stop(60, #C5D9EE), color-stop(100, #DDE6F4));
  background-image: -webkit-linear-gradient(top, #518EB4 0%, #C5D9EE 60%, #DDE6F4 100%);
  background-image: linear-gradient(to bottom, #518EB4 0%, #C5D9EE 60%, #DDE6F4 100%);
  position: absolute;
  overflow: hidden;
  display: block;
}

#world .logo {
  -webkit-transition: color 300ms ease-out 0s;
  -moz-transition: color 300ms ease-out 0s;
  -ms-transition: color 300ms ease-out 0s;
  -o-transition: color 300ms ease-out 0s;
  transition: color 300ms ease-out 0s;
  color: #000;
  font-size: 35px;
  position: absolute;
  left: 30px;
  top: 20px;
  line-height: 1;
  z-index: 600;
}

#world .logo:active, #world .logo:focus {
  color: #000 !important;
}

#world .logo:hover {
  color: black !important;
}

@media only screen and (max-width: 992px) {
  #world .logo {
    left: 10px;
    top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #world .logo {
    font-size: 30px;
  }
}

#world .display-text {
  display: block;
  position: absolute;
  left: 30px;
  top: 80px;
  text-align: left;
}

@media only screen and (max-width: 992px) {
  #world .display-text {
    left: 10px;
    top: 50px;
  }
}

#world .display-text h2 {
  margin-bottom: 0;
  font-family: 'Allura', cursive;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
  font-size: 42px;
  color: #000;
}

@media only screen and (max-width: 992px) {
  #world .display-text h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  #world .display-text h2 {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

#world .display-text h1 {
  margin-bottom: 0;
  font-family: 'Allura', cursive;
  font-weight: 800;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 3px;
  color: #000;
}

@media only screen and (max-width: 992px) {
  #world .display-text h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 480px) {
  #world .display-text h1 {
    font-size: 40px;
  }
}

#world .space {
  position: relative;
  margin-top: 0px;
  z-index: 10;
}

#world .space .tree {
  padding-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.toggle-btn {
  position: fixed;
  bottom: 20px;
  left: 30px;
  display: flex;
  align-items: center;
  z-index: 800;
}

@media only screen and (max-width: 992px) {
  .toggle-btn {
    bottom: 10px;
    left: 15px;
  }
}

.toggle-btn i {
  width: 60px;
  height: 60px;
  font-size: 50px;
  padding: 5px;
  background: #FA7268;
  border-radius: 100%;
  color: #FFF;
  text-align: center;
}

.toggle-btn em {
  display: block;
  font-style: normal;
  color: #FA7268;
  font-weight: 700;
  font-size: 14px;
  padding-left: 15px;
}

.gift-box {
  transition: all 500ms ease-in;
  position: fixed;
  display: block;
  bottom: -400px;
  z-index: 900;
  width: 100%;
  background: #fff;
  padding: 20px 10px 10px 10px;
  text-align: center;
}

.gift-box.show {
  bottom: 0;
}

.gift-box .close-gift-box {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #CCC;
  font-size: 18px;
}

.gift-box .title {
  margin-bottom: 15px;
  color: #FA7268;
  font-size: 20px;
}

.gift-box .wrap {
  max-width: 850px;
  margin: 0 auto;
}

.gift-box .item {
  max-width: 40px;
  display: inline-block;
  margin-bottom: 10px;
}

.gift-box .item:hover {
  animation: swing 800ms linear infinite;
}

.sharing {
  position: absolute;
  display: block;
  right: 30px;
  z-index: 950;
  top: 20px;
}

@media only screen and (max-width: 992px) {
  .sharing {
    right: 10px;
    top: 10px;
  }
}

.sharing .shareactionitem {
  top: 0;
}

.modalbox {
  /*.greeting-box {
		font-size: 16px;
		color: #222222;
		font-family: 'DroidSans';
		height: 100px;
		margin-top: 10px;
	}*/
}

.modalbox .modal-dialog {
  max-width: 450px;
}

.modalbox .modal-content {
  padding: 10px;
}

.modalbox .modal-body {
  text-align: center;
}

.modalbox .modal-footer {
  border: 0;
  padding-top: 0;
}

.modalbox .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  z-index: 990;
}

.modalbox .giftimg {
  border: 2px dashed #FA7268;
  border-radius: 200px;
  padding: 12px;
  margin-bottom: 15px;
  max-width: 150px;
}

.modalbox .title {
  margin-bottom: 5px;
  font-weight: 600;
}

.modalbox .meta {
  font-size: 16px;
  color: #999;
  padding-bottom: 15px;
  border-bottom: 2px solid #FA7268;
  font-weight: 600;
}

.modalbox .msg {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 300;
  color: #000;
}

.modalbox textarea {
  box-shadow: none !important;
  border: 1px solid #f4f4f4;
  border-radius: 0 !important;
  resize: vertical;
  height: 100px;
  font-size: 16px;
}

.modalbox textarea:focus {
  border: 1px solid #CCC;
}

.modalbox .owner {
  margin-top: 15px;
}

.modalbox .owner .image-owner {
  width: 30px;
  border: 1px solid #f4f4f4;
}

.modalbox .owner .name-owner {
  display: inline-block;
  padding-left: 8px;
  margin: 0;
}

.modalbox .owner .name-owner a {
  -webkit-transition: color 300ms ease-out 0s;
  -moz-transition: color 300ms ease-out 0s;
  -ms-transition: color 300ms ease-out 0s;
  -o-transition: color 300ms ease-out 0s;
  transition: color 300ms ease-out 0s;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 600;
}

.modalbox .owner .name-owner a:active, .modalbox .owner .name-owner a:focus {
  color: #aaaaaa !important;
}

.modalbox .owner .name-owner a:hover {
  color: #777777 !important;
}

.modalbox .greeting-text {
  margin-bottom: 10px;
  font-weight: bold;
}

.modalbox .text-notice {
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}

#showGreetingBox .greeting-box {
  margin-left: -20px;
  font-weight: bold;
  line-height: 30px;
}
