/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: December.css
Organization:   iMarket Solutions

----------------------------------------------- */
.ui-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  padding: 10px;
  color: white;
  padding: 10px;
  font-size: 15px;
  font-family: sans-serif;
  border-radius: 5px;
  z-index: 100;
  position: absolute; }

#pierces-tree #container-all {
  background: none;
  z-index: 1; }
  #pierces-tree #container-all:after {
    content: none; }

#pierces-tree #container-content::after {
  bottom: 0;
  right: 23%; }

#pierces-tree #container-content::before {
  bottom: 0;
  right: 30%; }

body#pierces-tree {
  position: relative;
  z-index: 1; }

body#pierces-tree:after {
  content: '';
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
  animation: dance .75s infinite; }

body#pierces-tree:before {
  content: '';
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(/assets/templates/main/images/december/winter-bkg.jpg);
  background-position: center;
  background-size: cover; }

.tree {
  position: relative;
  margin: 30px auto;
  width: 100%;
  bottom: -90px; }

.tree:after {
  content: '';
  position: absolute;
  left: 100px;
  bottom: 70px;
  width: 110px;
  height: 150px;
  background-image: url(/assets/templates/main/images/elf1.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat; }

.tree_item {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 150px solid #5f9c2d;
  position: relative; }

.tree_item:nth-child(2) {
  margin-top: -60px;
  border-left-width: 140px;
  border-right-width: 140px;
  border-bottom-width: 190px; }

.tree_item:nth-child(3) {
  margin-top: -80px;
  border-left-width: 200px;
  border-right-width: 200px;
  border-bottom-width: 250px; }

.tree_stump {
  margin: 0 auto;
  width: 50px;
  height: 60px;
  background: #8c370f;
  background: linear-gradient(#8c370f, #5c240a);
  position: relative;
  z-index: 2; }

#tree-classic #december-container {
  position: relative; }

#tree-classic #december-container::before,
#tree-classic #december-container::after {
  content: '';
  height: 300px;
  width: 300px;
  border-bottom: 5px solid #f6d20f;
  position: absolute;
  bottom: -110px; }

#tree-classic #december-container::before {
  left: 0;
  border-left: 5px solid #f6d20f; }

#tree-classic #december-container::after {
  right: 0;
  border-right: 5px solid #f6d20f; }

/* ----- Tree Star -------  */
#star-five {
  height: 70px;
  width: 70px;
  background-color: white;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 60; }

@keyframes radiate {
  0% {
    height: 70px;
    width: 70px; }
  50% {
    height: 50px;
    width: 50px; }
  100% {
    height: 70px;
    width: 70px; } }
#star-glow {
  content: "";
  height: 70px;
  width: 70px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(white 0%, transparent 70%, transparent 100%);
  border-radius: 50%;
  z-index: 50;
  animation: radiate 5s infinite; }

/* ----- End Star -------  */
/* ----- Below Tree -------  */
#skirt {
  position: absolute;
  bottom: -40px;
  width: 350px;
  height: 100px;
  border-radius: 100px / 50px;
  background: linear-gradient(#BB2528, #890F11);
  border: 2px solid black;
  left: 50%;
  transform: translate(-50%, 10px);
  z-index: 0; }

#stand {
  position: absolute;
  bottom: -20px;
  width: 150px;
  height: 70px;
  border-radius: 75px / 35px;
  background-color: green;
  left: 50%;
  transform: translate(-50%, 10px);
  z-index: 1; }

/* ----- End Below Tree -------  */
/* ----- Tree Lights -------  */
@keyframes blink-0 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  0% {
    opacity: 1; } }
@keyframes blink-1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  0% {
    opacity: 0; } }
@keyframes blink-2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  83% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.tlight:not(.off) {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 10px white;
  position: absolute;
  display: block;
  z-index: 20; }

.tlight.lt-0.blink {
  animation: blink-0 5s infinite; }

.tlight.lt-1.blink {
  animation: blink-1 5s infinite; }
.tlight.lt-1.colored {
  background-color: red;
  box-shadow: 0 0 5px red; }

.tlight.lt-2.blink {
  animation: blink-2 5s infinite; }
.tlight.lt-2.colored {
  background-color: cyan;
  box-shadow: 0 0 5px cyan; }

.tlight.off {
  background-color: transparent;
  box-shadow: 0 0 5px transparent; }

/* ----- End Tree Lights -------  */
/* ----- Light Controls -------  */
#controls {
  display: inline-block;
  position: absolute;
  left: 190px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center; }

#controls .panel {
  position: relative;
  background-color: gray;
  height: 70px;
  width: 150px;
  border: 2px inset #222;
  border-radius: 5px;
  padding: 5px; }

.connector {
  position: absolute;
  left: -5px;
  top: 50%;
  height: 5px;
  width: 5px;
  background-color: gray; }

.handle {
  position: absolute;
  left: -10px;
  top: 40%;
  height: 20px;
  width: 5px;
  background-color: red;
  cursor: pointer;
  z-index: 10; }

.handle:after {
  content: '';
  width: 8px;
  height: 10px;
  background-color: silver;
  display: block;
  top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.handle.active {
  transform: rotate(180deg); }

#controls .panel .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  position: relative; }

#controls .stand {
  height: 50px;
  width: 10px;
  left: 50%;
  background: linear-gradient(#8c370f, #5c240a); }

.switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 12px; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transform: rotate(-90deg);
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: goldenrod; }

input:focus + .slider {
  box-shadow: 0 0 1px goldenrod; }

input:checked + .slider:before {
  transform: translateX(8px); }

.switch input[type='checkbox'] {
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  position: relative; }

#light-count {
  padding: 2px;
  font-size: 12px;
  background-color: white;
  color: green; }

/* ----- End Light Controls -------  */
/* ----- Candy Canes -------  */
.candy-wrapper {
  position: absolute;
  z-index: 10;
  bottom: 35px;
  right: 24%; }

.candyBox {
  position: absolute;
  padding: 20px;
  background: repeating-linear-gradient(45deg, #BB2528, #BB2528 10px, white 10px, white 20px); }
  .candyBox #get-cc {
    background-color: #5f9c2d;
    color: white;
    font-size: 14px; }

.candy-target {
  position: relative;
  bottom: 60px; }

.candy-cane {
  position: absolute;
  left: 0;
  top: 0; }
  .candy-cane img {
    width: 30px;
    height: auto; }

/* ----- End Candy Canes ---  */
#chibam {
  height: 400px;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../../images/chi-bam.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  bottom: 20%;
  transition: all 1s;
  z-index: 100;
  border-radius: 50%; }
  #chibam.flip {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(360deg);
    transition: all 1s;
    bottom: 30%; }

@keyframes dance {
  0% {
    margin-bottom: 0; }
  15% {
    margin-bottom: 10px; }
  25% {
    margin-bottom: 0; }
  50% {
    margin-bottom: 20px; }
  75% {
    margin-bottom: 0px; }
  85% {
    margin-bottom: 10px; }
  100% {
    margin-bottom: 0px; } }
#container-all.dance::after {
  animation: dance 1s infinite; }

#container-content.dance::before {
  animation: dance 1.5s infinite; }

#container-content.dance::after {
  animation: dance .75s infinite; }

.tree.dance:after {
  animation: dance .75s infinite; }

/*# sourceMappingURL=pierce-december.css.map */
