/* General Styles CSS Document */

html {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
body {
	height: 100%;
	margin: 0px;
	font-size: 0.9em;
	line-height: 1.3em;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
img {
	display: block;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-text-fill-color: #624691 !important;
}
input, textarea, select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	letter-spacing: 0.05em;
	vertical-align: top;
	color: #624691;
	background-color: #fff;
	border: 1px #dadada solid;
	font-size: 13px;
	line-height: 18px;

	outline: none;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

	margin-bottom: 12px;
}
textarea {
	line-height: 15px;
}
input[type="color"] {
	height: 40px;
  padding: 0px;
	color: #bbb;
  padding-left: 8px;
}
input[type="checkbox"] {
	margin-bottom: 2px;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto;
}
input[type="file"] {
	/*width: 150px;*/
}
input[type="time"] {
	padding: 8px;
}
input[type="email"].in-email,
input[type="tel"].in-mobile,
input[type="text"].in-user,
input[type="tel"].in-credit,
input[type="text"].in-name,
input[type="text"]#qr,
input[type="password"],
input[type="password"].in-pass {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 0px;
}
input:disabled {
	background-color: #eee;
	color: #777;
}

a {
	text-decoration: none;
	color: #a083e4;
	font-weight: 400;
}
a.blank {
	color: #555;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #777;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777
}
::-ms-input-placeholder { /* Edge */
  color: #777
}
::placeholder {
  color: #777
}

.tbl {
	width: 100%;
	display: table;
	border-collapse: collapse;
	table-layout: auto;
}
.tbl-fixed {
	table-layout: fixed;
}
.tbl-row-grp {
	display: table-row-group;
}
.tbl-row {
	display: table-row;
}
.tbl-cell {
	display: table-cell;
	vertical-align: middle;
}
.tbl-cell-space {
	display: table-cell;
	width: 5px;
}

.cent {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.fright {
	float: right;
}
.top {
	vertical-align: top;
}
.mid {
	vertical-align: middle;
}
.shrink {
	display: inline-block;;
}
.full {
	width: 100%;
}
.pointer {
	cursor: pointer;
}
.none {
	background-color: #ccc;
	color: #555;
	font-size: 11px;
	padding: 5px 20px;
}
.close {
	outline: 0;
	float: right;
	cursor: pointer;
	font-size: 24px;
	font-weight: 800;
	color: #cacaca;
}
.close:hover {
	color: #999;
}
.close-dark {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 24px;
	font-weight: 800;
	color: #cacaca;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.close-dark:hover {
	color: #333;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.8);
}
.clear {
	clear: both;
}
.error {
	outline: 2px solid #d19291;
}
.error-major {
	outline: 3px solid #d19291;
}
.single {
	white-space: nowrap;
}
.pre {
	white-space: pre-wrap;
}
.green {
	color: rgba(7,130,13,0.6);/* Green */
}
.red {
	color: rgba(223,49,46,0.6);/* Red */
}
.blue {
	color: rgba(31,81,182,0.6);/* Blue */
}

button img {
	max-width: 19px;
	max-height: 20px;
	display: inline-block;
	vertical-align: middle;
}
button img.large {
	max-width: none;
	height: 20px;
	margin-top: -2px;
}
.btn-small img {
	max-width: 19px;
	max-height: 14px;
}
button span {
	vertical-align: middle;
}
label img {
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 2px;
}
.input-icon label {
	font-size: 16px;
	font-weight: 800;
	display: block;
  position: relative;
	color: #fff;
	width: 31px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 12px;
	border: 1px #dadada solid;
	border-right: 0px;
	background-color: #bbb;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.input-icon label img {
	height: auto;
	max-width: 14px;
	max-height: 14px;
	padding: 0px;

  position: absolute;
  top: 0;
  bottom: 0;
	left: 0;
	right: 0;
  margin: auto;
}
.input-icon input {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* Form alarm */
.alarm {
	width: 100%;
	position: fixed;
	font-size: 11px;
	line-height: 15px;
	z-index: 30;
}
.alarm .alarm-inner {
	color: #eee;
}
.alarm-text {
	padding: 10px 0px;
}
.alarm-close  {
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}
.loss {
	color: #df312e;/*red*/
}
.success {
	color: #07820d;/*green*/
}
.success .alarm-inner {
	background-color: rgba(0,120,0,0.7);
}
.failed {
	color: #df312e;/*red*/
	font-size: 10px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0px;
}
.errors.failed,
.alarm.failed {
	display: block;
}
.failed .alarm-inner {
	background-color: rgba(150,0,0,0.7);
}

/* Gender */
.male {
	color: #7ba9dd;
}
.female {
	color: #d371bf;
}

/* Loading screen */
.load-fade {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 65;
}
.load {
	background-color: rgba(0,25,50,0.7);
	color: #bbb;
	font-weight: 200;
	font-size: 30px;
	line-height: 36px;
	height: 82px;
	letter-spacing: 3px;
	vertical-align: middle;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 6px 0px;
}
.load-text {
	padding-bottom: 10px;
}
.load-halloween {
	background-color: rgba(74,42,0,0.7);
}
.load-thanksgiving {
	background-color: rgba(116,66,0,0.7);
}
.loading-bar {
	display: none;
  width: 300px;
  height: 21px;
  border-radius: 26px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin: 0px auto 10px;
  overflow: hidden;
  position: relative;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.loading-bar-inner {
  height: 11px;
  border-radius: 16px;
  background-color: rgba(216, 137, 125, 1.0);
  background-image: linear-gradient(to bottom, #d8897d, #ab6d64);
}
.load-bar {
	height: 121px;
}
.load-bar .loading-bar {
	display: block;
}

/* For Small Screen Desktop */
@media only screen and (min-width: 768px) {
	.tbl-cell-space {
		width: 8px;
	}
}

/*!
 * Halloween Spider
 */
.spider {
  position: absolute;
  height: 40px;
  width: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 40px 0 0 0;
  background: #110D04;
}
.spider *, .spider:before, .spider:after, .spider :after, .spider :before {
  position: absolute;
  content: "";
}
.spider:before {
  width: 1px;
  background: #AAAAAA;
  left: 50%;
  top: -550px;
  height: 550px;
}
.spider .eye {
  top: 16px;
  height: 14px;
  width: 12px;
  background: #FFFFFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.spider .eye:after {
  top: 6px;
  height: 5px;
  width: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: black;
}
.spider .eye.left {
  left: 14px;
}
.spider .eye.left:after {
  right: 3px;
}
.spider .eye.right {
  right: 14px;
}
.spider .eye.right:after {
  left: 3px;
}
.spider .leg {
  top: 6px;
  height: 12px;
  width: 14px;
  border-top: 2px solid #110D04;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  z-index: -1;
}
.spider .leg.left {
  left: -8px;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(36deg) skewX(-20deg);
  -moz-transform: rotate(36deg) skewX(-20deg);
  -ms-transform: rotate(36deg) skewX(-20deg);
  transform: rotate(36deg) skewX(-20deg);
  border-left: 2px solid #110D04;
  -moz-border-radius: 60% 0 0 0;
  -webkit-border-radius: 60%;
  border-radius: 60% 0 0 0;
  -webkit-animation: legs-wriggle-left 1s infinite;
  -moz-animation: legs-wriggle-left 1s infinite;
  -o-animation: legs-wriggle-left 1s infinite;
  animation: legs-wriggle-left 1s infinite;
}
.spider .leg.right {
  right: -8px;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-36deg) skewX(20deg);
  -moz-transform: rotate(-36deg) skewX(20deg);
  -ms-transform: rotate(-36deg) skewX(20deg);
  transform: rotate(-36deg) skewX(20deg);
  border-right: 2px solid #110D04;
  -moz-border-radius: 0 60% 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 60% 0 0;
  -webkit-animation: legs-wriggle-right 1.2s infinite;
  -moz-animation: legs-wriggle-right 1.2s infinite;
  -o-animation: legs-wriggle-right 1.2s infinite;
  animation: legs-wriggle-right 1.2s infinite;
}
.spider .leg:nth-of-type(2) {
  top: 14px;
  left: -11px;
	-webkit-animation: legs-wriggle-left 1.3s infinite;
  -moz-animation: legs-wriggle-left 1.3s infinite;
  -o-animation: legs-wriggle-left 1.3s infinite;
  animation: legs-wriggle-left 1.3s infinite;
}
.spider .leg:nth-of-type(3) {
  top: 22px;
  left: -12px;
  -webkit-animation: legs-wriggle-left 1.1s infinite;
  -moz-animation: legs-wriggle-left 1.1s infinite;
  -o-animation: legs-wriggle-left 1.1s infinite;
  animation: legs-wriggle-left 1.1s infinite;
}
.spider .leg:nth-of-type(4) {
  top: 31px;
  left: -10px;
  -webkit-animation: legs-wriggle-left 0.9s infinite;
  -moz-animation: legs-wriggle-left 0.9s infinite;
  -o-animation: legs-wriggle-left 0.9s infinite;
  animation: legs-wriggle-left 0.9s infinite;
}
.spider .leg:nth-of-type(6) {
  top: 14px;
  right: -11px;
  -webkit-animation: legs-wriggle-right 0.9s infinite;
  -moz-animation: legs-wriggle-right 0.9s infinite;
  -o-animation: legs-wriggle-right 0.9s infinite;
  animation: legs-wriggle-right 0.9s infinite;
}
.spider .leg:nth-of-type(7) {
  top: 22px;
  right: -12px;
  -webkit-animation: legs-wriggle-right 1.3s infinite;
  -moz-animation: legs-wriggle-right 1.3s infinite;
  -o-animation: legs-wriggle-right 1.3s infinite;
  animation: legs-wriggle-right 1.3s infinite;
}
.spider .leg:nth-of-type(8) {
  top: 31px;
  right: -10px;
  -webkit-animation: legs-wriggle-right 1s infinite;
  -moz-animation: legs-wriggle-right 1s infinite;
  -o-animation: legs-wriggle-right 1s infinite;
  animation: legs-wriggle-right 1s infinite;
}
@-webkit-keyframes legs-wriggle-left {
  0%, 100% {
    -webkit-transform: rotate(36deg) skewX(-20deg);
    transform: rotate(36deg) skewX(-20deg);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg) skewX(-20deg);
    transform: rotate(15deg) skewX(-20deg);
  }
  50% {
    -webkit-transform: rotate(45deg) skewX(-20deg);
    transform: rotate(45deg) skewX(-20deg);
  }
}
@-moz-keyframes legs-wriggle-left {
  0%, 100% {
    -moz-transform: rotate(36deg) skewX(-20deg);
    transform: rotate(36deg) skewX(-20deg);
  }
  25%, 75% {
    -moz-transform: rotate(15deg) skewX(-20deg);
    transform: rotate(15deg) skewX(-20deg);
  }
  50% {
    -moz-transform: rotate(45deg) skewX(-20deg);
    transform: rotate(45deg) skewX(-20deg);
  }
}
@-o-keyframes legs-wriggle-left {
  0%, 100% {
    -o-transform: rotate(36deg) skewX(-20deg);
    transform: rotate(36deg) skewX(-20deg);
  }
  25%, 75% {
    -o-transform: rotate(15deg) skewX(-20deg);
    transform: rotate(15deg) skewX(-20deg);
  }
  50% {
    -o-transform: rotate(45deg) skewX(-20deg);
    transform: rotate(45deg) skewX(-20deg);
  }
}
@keyframes legs-wriggle-left {
  0%, 100% {
		-webkit-transform: rotate(36deg) skewX(-20deg);
    -moz-transform: rotate(36deg) skewX(-20deg);
    -ms-transform: rotate(36deg) skewX(-20deg);
    transform: rotate(36deg) skewX(-20deg);
  }
  25%, 75% {
		-webkit-transform: rotate(15deg) skewX(-20deg);
    -moz-transform: rotate(15deg) skewX(-20deg);
    -ms-transform: rotate(15deg) skewX(-20deg);
    transform: rotate(15deg) skewX(-20deg);
  }
  50% {
		-webkit-transform: rotate(45deg) skewX(-20deg);
    -moz-transform: rotate(45deg) skewX(-20deg);
    -ms-transform: rotate(45deg) skewX(-20deg);
    transform: rotate(45deg) skewX(-20deg);
  }
}
@-webkit-keyframes legs-wriggle-right {
  0%, 100% {
    -webkit-transform: rotate(-36deg) skewX(20deg);
    transform: rotate(-36deg) skewX(20deg);
  }
  25%, 75% {
    -webkit-transform: rotate(-15deg) skewX(20deg);
    transform: rotate(-15deg) skewX(20deg);
  }
  50% {
    -webkit-transform: rotate(-45deg) skewX(20deg);
    transform: rotate(-45deg) skewX(20deg);
  }
}
@-moz-keyframes legs-wriggle-right {
  0%, 100% {
    -moz-transform: rotate(-36deg) skewX(20deg);
    transform: rotate(-36deg) skewX(20deg);
  }
  25%, 75% {
    -moz-transform: rotate(-15deg) skewX(20deg);
    transform: rotate(-15deg) skewX(20deg);
  }
  50% {
    -moz-transform: rotate(-45deg) skewX(20deg);
    transform: rotate(-45deg) skewX(20deg);
  }
}
@-o-keyframes legs-wriggle-right {
  0%, 100% {
    -o-transform: rotate(-36deg) skewX(20deg);
    transform: rotate(-36deg) skewX(20deg);
  }
  25%, 75% {
    -o-transform: rotate(-15deg) skewX(20deg);
    transform: rotate(-15deg) skewX(20deg);
  }
  50% {
    -o-transform: rotate(-45deg) skewX(20deg);
    transform: rotate(-45deg) skewX(20deg);
  }
}
@keyframes legs-wriggle-right {
  0%, 100% {
		-webkit-transform: rotate(-36deg) skewX(20deg);
    -moz-transform: rotate(-36deg) skewX(20deg);
    -ms-transform: rotate(-36deg) skewX(20deg);
    -o-transform: rotate(-36deg) skewX(20deg);
    transform: rotate(-36deg) skewX(20deg);
  }
  25%, 75% {
		-webkit-transform: rotate(-15deg) skewX(20deg);
    -moz-transform: rotate(-15deg) skewX(20deg);
    -ms-transform: rotate(-15deg) skewX(20deg);
    -o-transform: rotate(-15deg) skewX(20deg);
    transform: rotate(-15deg) skewX(20deg);
  }
  50% {
		-webkit-transform: rotate(-45deg) skewX(20deg);
    -moz-transform: rotate(-45deg) skewX(20deg);
    -ms-transform: rotate(-45deg) skewX(20deg);
    -o-transform: rotate(-45deg) skewX(20deg);
    transform: rotate(-45deg) skewX(20deg);
  }
}
.spider {
	position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-animation: spider-move 2s infinite;
  -moz-animation: spider-move 2s infinite;
  -o-animation: spider-move 2s infinite;
  animation: spider-move 2s infinite;
}
@-webkit-keyframes spider-move {
  0%, 100% {
  	transform: translate(-50%,120%);
  }
  70% {
  	transform: translate(-50%,220%);
  }
}
@-moz-keyframes spider-move {
  0%, 100% {
  	transform: translate(-50%,120%);
  }
  70% {
  	transform: translate(-50%,220%);
  }
}
@-o-keyframes spider-move {
  0%, 100% {
  	transform: translate(-50%,120%);
  }
  70% {
  	transform: translate(-50%,220%);
  }
}
@keyframes spider-move {
  0%, 100% {
  	transform: translate(-50%,120%);
  }
  70% {
  	transform: translate(-50%,220%);
  }
}

/*!
 * Halloween Pumpkin
 */
.pumpkin {
	width: 120px;
	height: 100px;
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pumpkin-body {
  position: absolute;
  border-radius: 70px;
  width: 120px;
  height: 100px;
  z-index: 60;
  background-color: #f18b36;
  box-shadow:
    -30px 0 0 0 #f38b36,
    -60px 0 0 0 #c95927,
    30px 0 0 0 #c95927,
    60px 0 0 0 #97441a;
  background-image: linear-gradient(to right, #f6ad60 50%, #f18b36 50%);
}
.pumpkin-body:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 25px;
  top: -25%;
  left: 41%;
  background-image: linear-gradient(-70deg, #a37c00 50%, transparent 50%);
}
.pumpkin-body:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 25px;
  top: -25%;
  left: 50%;
  background-color: #7b6200;
}
.pumpkin-eye:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 23px;
  top: 20%;
  right: 58%;
  transform: scaleX(-1);
  background-image: linear-gradient(to left top, #400c18 50%, transparent 50%);
}
.pumpkin-eye:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 23px;
  top: 20%;
  left: 58%;
  background-image: linear-gradient(to left top, #400c18 50%, transparent 50%);
}
.pumpkin-mouth {
  position: absolute;
  border-radius: 0 0 30px 30px;
  width: 90px;
  height: 30px;
  top: 55%;
  background-color: #400c18;
	left: 50%;
  transform: translateX(-50%);
}
.pumpkin-tooth-left {
  position: absolute;
  top: 55%;
  left: 26%;
  width: 1px;
  height: 1px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 13px solid #f6ad60;
}
.pumpkin-tooth-right {
  position: absolute;
  top: 55%;
  right: 26%;
  width: 1px;
  height: 1px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 13px solid #f18b36;
}

.pumpkin-mouth {
	-webkit-animation: pumpkin-nom-nom 1s infinite;
	-moz-animation: pumpkin-nom-nom 1s infinite;
	-o-animation: pumpkin-nom-nom 1s infinite;
  animation: pumpkin-nom-nom 1s infinite;
}
@-webkit-keyframes pumpkin-nom-nom {
  0% { transform: translateX(-50%) scale(1, 0.25); }
  25% { transform: translateX(-50%) scale(1, 0.75); }
  50% { transform: translateX(-50%) scale(1, 1); }
  85% { transform: translateX(-50%) scale(1, 0.75); }
  100% { transform: translateX(-50%) scale(1, 0.25); }
}
@-moz-keyframes pumpkin-nom-nom {
  0% { transform: translateX(-50%) scale(1, 0.25); }
  25% { transform: translateX(-50%) scale(1, 0.75); }
  50% { transform: translateX(-50%) scale(1, 1); }
  85% { transform: translateX(-50%) scale(1, 0.75); }
  100% { transform: translateX(-50%) scale(1, 0.25); }
}
@-o-keyframes pumpkin-nom-nom {
  0% { transform: translateX(-50%) scale(1, 0.25); }
  25% { transform: translateX(-50%) scale(1, 0.75); }
  50% { transform: translateX(-50%) scale(1, 1); }
  85% { transform: translateX(-50%) scale(1, 0.75); }
  100% { transform: translateX(-50%) scale(1, 0.25); }
}
@keyframes pumpkin-nom-nom {
  0% { transform: translateX(-50%) scale(1, 0.25); }
  25% { transform: translateX(-50%) scale(1, 0.75); }
  50% { transform: translateX(-50%) scale(1, 1); }
  85% { transform: translateX(-50%) scale(1, 0.75); }
  100% { transform: translateX(-50%) scale(1, 0.25); }
}


/*!
 * Halloween Ghost
 */
.halloween {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -64.5px;
  margin-top: 0px;
}
.halloween-ghost {
  animation: ghost-float 2s ease-out infinite;
}
@keyframes ghost-float {
  50% {
     transform: translate(0, 20px);
  }
}

.halloween-shadow-frame {
  width: 130px;
  margin-top: 15px;
}
.halloween-shadow {
  animation: shadow-shrink 2s ease-out infinite;
  transform-origin: center center;
  ellipse {
    transform-origin: center center;
  }
}
@keyframes shadow-shrink {
  0% {
    width: 90%;
    margin: 0 5%;
  }
  50% {
    width: 60%;
    margin: 0 18%;
  }
  100% {
    width: 90%;
    margin: 0 5%;
  }
}


/*
 * Thanksgiving
 */
.JT {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%,150%);
}
.JT-leg {
	position: absolute;
	top: 90px;
	z-index: -100;
}
.JT-leg_left {
	left: 48%;
}
.JT-leg_right {
	left: 63%;
}
.JT-leg-shin {
	width: 10px;
	height: 40px;
	background: #f8931f;
	position: relative;
	z-index: 100;
	background: linear-gradient(to right, #f7ad59 0%, #f9a94a 100%);
}
.JT-leg-foot {
	width: 40px;
	height: 10px;
	background-color: #f8931f;
	border-top-left-radius: 100% 100%;
	border-top-right-radius: 100% 100%;
	border-bottom-right-radius: 14% 100%;
	border-bottom-left-radius: 14% 100%;
	position: absolute;
	z-index: 200;
	bottom: -5px;
}
.JT-leg-foot-left {
	left: -30px;
	transform-origin: left;
	transform: rotate(0deg);
	position: absolute;
}
.JT-leg-foot-right {
	left: 0px;
	position: absolute;
	transform-origin: left;
	transform: rotate(-20deg);
	-webkit-animation: shake .5s infinite;
	animation: shake .5s infinite;
}
.JT-feathers {
	position: absolute;
	z-index: 50;
	left: -100%;
	top: 20%;
	transform: tronsform-origin(left bottom);
	transform: rotate(-5deg);
}
.JT-feather {
	width: 180px;
	height: 60px;
	background-color: #aa6615;
	border-top-left-radius: 40% 100%;
	border-top-right-radius: 100% 70%;
	border-bottom-right-radius: 100% 100%;
	border-bottom-left-radius: 40% 100%;
	box-shadow: 0px 0px 0px #000000;
	position: absolute;
	transform-origin: right center;
}
.JT-feather-1 {
	transform: rotate(20deg);
	background-color: #a95026;
}
.JT-feather-2 {
	transform: rotate(40deg);
	background-color: #ab8427;
}
.JT-feather-3 {
	transform: rotate(60deg)
}
.JT-feather-4 {
	transform: rotate(80deg);
	background-color: #f8931f;
}
.JT-feather-5 {
	transform: rotate(100deg);
	background-color: #f8931f;
}
.JT-feather-6 {
	transform: rotate(120deg)
}
.JT-feather-7 {
	transform: rotate(140deg);
	background-color: #ab8427;
}
.JT-feather-8 {
	transform: rotate(160deg);
	background-color: #a95026;
}
.JT-feather-9 {
	transform: rotate(180deg)
}
.JT-bod {
	position: relative;
	width: 120px;
	height: 100px;
	background-color: #7b2e12;
	background: linear-gradient(to right, rgba(123, 46, 18, 1) 0%, rgba(64, 19, 3, 1) 100%);
	border-top-left-radius: 100% 100%;
	border-top-right-radius: 100% 100%;
	border-bottom-right-radius: 50% 80%;
	border-bottom-left-radius: 50% 80%;
	z-index: 900;
}
.JT-sign {
	position: absolute;
	z-index: 1300;
	width: 140px;
	height: 40px;
	line-height: 45px;
	left: -10px;
	color: #555;
	background: #fff;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(207, 205, 207, 1) 100%);
	top: 45px;
	transform: rotate(5deg);
	text-align: center;
	font-family: 'Comic Sans MS', cursive;
	font-size: 22px;
	font-weight: bold;
}
.JT-sign::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: -10px;
	top: -5px;
	background-color: #7b2e12;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 30% 30%;
	border-bottom-left-radius: 30% 30%;
	transform: rotate(90deg);
}
.JT-sign::after {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #7b2e12;
	display: block;
	position: absolute;
	right: -12px;
	top: 15px;
	background-color: #7b2e12;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 30% 30%;
	border-bottom-left-radius: 30% 30%;
	transform: rotate(-90deg);
}

.JT-head {
	position: absolute;
	z-index: 1000;
	left: 20%;
	top: -50px;
	width: 70px;
	height: 75px;
	background-color: #c4694a;
	background: linear-gradient(to right, rgba(194, 142, 124, 1) 0%, rgba(196, 104, 74, 1) 100%);
	border-radius: 100%;
}
.JT-eye {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	background: #fff;
	position: absolute;
	top: -55px;
	z-index: 1050;
}
.JT-eye-left {
	left: 15px;
}
.JT-eye-right {
	left: 55px;
}
.JT-eye-iris {
	position: absolute;
	top: 36px;
	left: 20px;
	z-index: 1060;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	background: #000;
}
.JT-beak {
	position: absolute;
	top: -14px;
	left: 40px;
	z-index: 1040;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 20px 0 20px;
	border-color: #f8d04f transparent transparent transparent;
	border-radius: 200px;
}
.JT-hat {
	position: absolute;
	top: -115px;
	left: 15px;
	z-index: 1100;
	transform: tronsform-origin(left bottom);
	transform: rotate(-10deg);
}
.JT-hat-pipe {
	width: 70px;
	height: 60px;
	background-color: #000;
	background: linear-gradient(to right, rgba(74, 74, 74, 1) 0%, rgba(0, 0, 0, 1) 100%);
	border-bottom: 15px solid #fff;
	z-index: 1200;
	position: relative;
}
.JT-hat-brim {
	position: absolute;
	bottom: -15px;
	left: -60%;
	z-index: 1150;
	width: 160px;
	height: 26px;
	background-color: #000;
	background: linear-gradient(to right, rgba(74, 74, 74, 1) 0%, rgba(0, 0, 0, 1) 100%);
	border-top-left-radius: 100% 100%;
	border-top-right-radius: 100% 100%;
	border-bottom-right-radius: 57% 32%;
	border-bottom-left-radius: 66% 32%;
}
.JT-shake {
	-webkit-animation: shake 3.5s infinite;
					animation: shake 3.5s infinite;
}
.JT-rock {
	-webkit-animation: rock 3.5s infinite;
					animation: rock 3.5s infinite;
}
.JT-bounce {
	-webkit-animation: bounce 1s infinite;
					animation: bounce 1s infinite;
}

@keyframes shake {
	0% {
		-webkt-transform: rotate(0deg);
					 transform: rotate(0deg);
	}
	50% {
		-webkt-transform: rotate(-10deg);
					 transform: rotate(-10deg);
	}
	100% {
		-webkt-transform: rotate(0deg);
					 transform: rotate(0deg);
	}
}
@keyframes rock {
	0% {
		-webkit-transform: translate(10px);
						transform: translate(10px);
	}
	50% {
		-webkit-transform: translate(0px);
						transform: translate(0px);
	}
	100% {
		-webkit-transform: translate(10px);
						transform: translate(10px);
	}
}
@keyframes bounce {
	0% {
  	-webkit-transform: translate(0px, 0px);
   					transform: translate(0px, 0px);
	}
	30% {
  	-webkit-transform: translate(0px, 3px);
						transform: translate(0px, 3px);
	}
	75% {
		-webkit-transform: translate(0px, -3px);
						transform: translate(0px, -3px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
						transform: translate(0px, 0px);
	}
}

/**
 * Happy Holidas Snowman Theme
 */
.snowman {
	position: absolute;
	top: 220%;
	left: 50%;
	zoom: 0.9;
  -webkit-transform: translate(-50%,-50%); /* Safari */
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	transform: translate(-50%,-50%);
}
/* For Small Screen Desktop */
@media only screen and (min-width: 1024px) {
	.snowman {
		zoom: 1.0;
	  -webkit-transform: translate(-50%,-50%); /* Safari */
		-ms-transform: translate(-50%,-50%); /* IE 9 */
		transform: translate(-50%,-50%);
	}
}
.snowman__hat {
	position: absolute;
	transform: translate(-50%, -50%);
	transform: rotate(8deg);
	z-index: 7;
	top: -25px;
	left: 18px;
	animation-name: hat-eye__blink;
	animation-duration: 8s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
}
.snowman__hat--top {
	position: absolute;
	width: 80px;
	height: 100px;
	background-color: #000;
	border-radius: 50% 50% 27% 27% / 15% 20% 68% 49%;
	top: -70px;
	left: 30px;
	overflow: hidden;
	z-index: 4;
}
.snowman__hat--top > .hat__flourish {
	position: absolute;
	top: 70px;
	width: 100px;
	height: 30px;
	background-color: #ee0000;
}
.snowman__hat--brim {
	position: absolute;
	width: 100px;
	height: 35px;
	border-radius: 50% 50% 50% 50%;
	background-color: #000;
	top: 10px;
	left: 19px;
}
.snowman__head {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 4;
	animation-name: head-eye__blink;
	animation-duration: 8s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
}
.snowman__head .snowman__eye {
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #000;
	border-radius: 50%;
	top: 90px;
	left: 20px;
	animation-name: eye__blink;
	animation-duration: 8s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
}
.snowman__head .snowman__eye--highlight {
	position: absolute;
	background-color: white;
	height: 5px;
	width: 5px;
	left: 8px;
	top: 2px;
	border-radius: 50%;
}
.snowman__head .snowman__eye--right {
	left: 115px;
}
.snowman__body {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50% 50% 50% 50%/60% 57% 43% 40%;
	top: 139px;
	left: 25px;
	z-index: 6;
	overflow: hidden;
}
.snowman__arm--left {
	position: absolute;
	width: 55px;
	height: 6px;
	background-color: #BF360C;
	left: 5px;
	top: 170px;
	transform: rotate(25deg);
}
.snowman__arm--left:before {
	position: relative;
	display: block;
	content: '';
	width: 10px;
	height: 6px;
	top: 4px;
	left: -4px;
	transform: rotate(-45deg);
	background-color: #BF360C;
}
.snowman__arm--left:after {
	position: relative;
	display: block;
	content: '';
	width: 10px;
	height: 6px;
	top: -8px;
	left: -4px;
	transform: rotate(45deg);
	background-color: #BF360C;
}
.snowman__arm--right {
	position: absolute;
	width: 55px;
	height: 6px;
	background-color: #BF360C;
	left: 92px;
	top: 170px;
	transform: scaleX(-1) rotate(25deg);
}
.snowman__arm--right:before {
	position: relative;
	display: block;
	content: '';
	width: 10px;
	height: 6px;
	top: 4px;
	left: -4px;
	transform: rotate(-45deg);
	background-color: #BF360C;
}
.snowman__arm--right:after {
	position: relative;
	display: block;
	content: '';
	width: 10px;
	height: 6px;
	top: -8px;
	left: -4px;
	transform: rotate(45deg);
	background-color: #BF360C;
}
.snowman__shadow {
	position: absolute;
	width: 150px;
	height: 30px;
	border-radius: 50%;
	background-color: #64B5F6;
	z-index: 5;
	top: 220px;
	left: 0px;
}
.snowman__scarf {
	position: relative;
	width: 100px;
	height: 25px;
	background-color: red;
	transform: translate(-50%, -50%);
	top: 20px;
	left: 50px;
	z-index: 4;
	overflow: hidden;
}
.snowman__scarf.snowman__scarf__tail {
	position: absolute;
	transform: rotate(110deg);
	z-index: 1;
	width: 40px;
	left: 10px;
}
.snowman__scarf__stripe {
	width: 100px;
	height: 5px;
	top: 4px;
	background-color: #00EE00;
}
.snowman__scarf__stripe.snowman__scarf-1 {
	top: 12px;
	height: 2px;
}
.snowman__scarf__stripe.snowman__scarf-2 {
	top: 16px;
}
.snowman__nose {
	position: absolute;
	top: 105px;
	left: 68px;
	z-index: 6;
}
.snowman__nose-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ff6600;
}
.snowman__nose-2 {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ff6600;
	left: 13px;
	top: 4px;
}
.snowman__nose-3 {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ff6600;
	left: 24px;
	top: 8px;
}
@keyframes eye__blink {
 0% {
   height: 15px;
   top: 90px;
 }
 1% {
   height: 1px;
   top: 98px;
 }
 2% {
   height: 15px;
   top: 90px;
 }
 6% {
   height: 15px;
   top: 90px;
 }
 7% {
   height: 1px;
   top: 98px;
 }
 8% {
   height: 15px;
   top: 90px;
 }
 100% {
   height: 15px;
   top: 90px;
 }
}
@keyframes head-eye__blink {
 0% {
   top: 0px;
 }
 1% {
   top: 2px;
 }
 2% {
   top: 0px;
 }
 6% {
   top: 0px;
 }
 7% {
   top: 2px;
 }
 8% {
   top: 0px;
 }
 100% {
   top: 0px;
 }
}
@keyframes hat-eye__blink {
 0% {
   top: -25px;
 }
 1% {
   top: -23px;
 }
 2% {
   top: -25px;
 }
 6% {
   top: -25px;
 }
 7% {
   top: -23px;
 }
 8% {
   top: -25px;
 }
 100% {
   top: -25px;
 }
}
/**
 * Happy Holidays Christmas Tree
 */
.xmas {
	position: absolute;
	top: 220%;
	left: 46%;
	zoom: 0.7;
  -webkit-transform: translate(-70%,-66%); /* Safari */
	-ms-transform: translate(-70%,-66%); /* IE 9 */
	transform: translate(-70%,-66%);
}
/* For Small Screen Desktop */
@media only screen and (min-width: 1024px) {
	.xmas {
		zoom: 0.9;
	  -webkit-transform: translate(-50%,-55%); /* Safari */
		-ms-transform: translate(-50%,-55%); /* IE 9 */
		transform: translate(-50%,-55%);
	}
}
.xmas-tree {
  position: relative;
  top: 80px;
  float: left;
}
.xmas-tree-stalk, .xmas-tree-jar {
  display: table;
  margin: 0 auto;
}
.xmas-tree-star {
	position: absolute;
	top: 0;
	left: 40%;
	z-index: 4;
}
.xmas-tree-star::before {
	content: '';
	position: absolute;
	bottom: -16px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 25px solid #fcd000;
	box-shadow: 1px 19px 20px -7px #1d5022;
}
.xmas-tree-star::after {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 25px solid #fcd000;
}
.xmas-tree-part {
	width: 0;
	height: 0;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-bottom: 100px solid #49bd55;
	position: relative;
	z-index: 3;
}
.xmas-tree-part::before {
	content: '';
	position: absolute;
	width: 160px;
	background-repeat: repeat;
	height: 15px;
	background-size: 20px 20px;
	background-image: radial-gradient(circle at 10px 15px, #3fae4a 12px, transparent 13px);
	top: 99px;
	left: -80px;
	transform: rotateX(180deg);
}
.xmas-tree-part:nth-child(2) {
	border-bottom-color: #31883a;
	transform: scale(1.4);
	top: -45px;
	z-index: 2;
}
.xmas-tree-part:nth-child(2)::before {
	background-image: radial-gradient(circle at 10px 15px, #389b42 12px, transparent 13px);
}
.xmas-tree-part:nth-child(3) {
	border-bottom-color: #2b7532;
	transform: scale(1.8);
	top: -80px;
	z-index: 1;
}
.xmas-tree-part:nth-child(3)::before {
	background-image: radial-gradient(circle at 10px 15px, #31883a 12px, transparent 13px);
}
.xmas-tree-stalk {
	width: 25px;
	height: 75px;
	background: #7b652d;
	box-shadow: inset 0 22px 6px -1px #302812;
	position: relative;
	top: -40px;
}
.xmas-tree-jar {
	width: 80px;
	position: relative;
	top: -40px;
	left: 2px;
}
.xmas-tree-jar::before {
	content: '';
	width: 96px;
	height: 20px;
	float: left;
	background: #584444;
	box-shadow: 0 3px 2px -1px #4a3939;
	position: relative;
	border-radius: 2px;
	left: -3px;
}
.xmas-tree-jar::after {
	content: '';
	border-top: 50px solid #755a5a;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	width: 50px;
	float: left;
}
.xmas-tree-lights {
	width: 120px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 3px 0 -1px #000;
}
.xmas-tree-lights.xmas-left {
	transform: rotateZ(-20deg);
	position: relative;
	left: -73px;
	top: 41px;
}
.xmas-tree-lights.xmas-right {
	transform: rotateY(180deg) rotateZ(-20deg);
	position: relative;
	left: -43px;
	top: 31px;
}

.xmas-light-bulb {
	width: 8px;
	height: 3px;
	background: black;
	margin: 20px;
	border-radius: 20% 50%;
	position: absolute;
	animation: 1s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}
.xmas-light-bulb.xmas-red {
	background: #de3939;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14), 0 2px 6px 2px #de3939;
	transform: rotateZ(-73deg);
	top: 2px;
	left: -9px;
	animation-name: xmas-blink;
}
.xmas-light-bulb.xmas-yew {
	background: #69e622;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14), 0 2px 6px 2px #69e622;
	transform: rotateZ(-86deg);
	top: 6px;
	left: 20px;
	animation-name: xmas-blink2;
}
.xmas-light-bulb.xmas-purple {
	background: #9c6aff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14), 0 2px 6px 2px #9c6aff;
	transform: rotateZ(-96deg);
	top: 6px;
	left: 50px;
	animation-name: xmas-blink3;
}
.xmas-light-bulb.xmas-blue {
	background: #0ebeff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14), 0 2px 6px 2px #0ebeff;
	transform: rotateZ(-106deg);
	top: 3px;
	left: 75px;
	animation-name: xmas-blink4;
}

.xmas-gifts {
  position: absolute;
  bottom: -41px;
  left: 176px;
}
.xmas-gift {
  border-radius: 4px;
}
.xmas-gift::before {
  content: '';
  width: 100%;
  height: 10px;
  background: yellow;
  box-shadow: -30px 0 0 0 #d6d600;
  display: block;
  position: relative;
  top: 35px;
}
.xmas-gift::after {
  content: '';
  width: 10px;
  height: inherit;
  background: yellow;
  display: block;
  position: relative;
  top: -10px;
  margin: auto;
}
.xmas-gift.xmas-square {
  width: 80px;
  height: 80px;
  background: #ff54cf;
  box-shadow: -30px 0 0 0 #ed00aa;
  position: relative;
  z-index: 1;
}
.xmas-gift.xmas-rect {
  width: 60px;
  height: 120px;
  background: #0ebeff;
  box-shadow: -30px 0 0 0 #008dc1;
  position: absolute;
  top: -50px;
  left: 100px;
}
.xmas-tie-wrap {
  position: absolute;
  top: -20px;
  left: -6px;
  min-width: 82px;
}
.xmas-tie-wrap .xmas-tie, .xmas-tie-wrap .xmas-tie::before {
  width: 40px;
  height: 20px;
  background: yellow;
  border-radius: 50% 50% 20% 20%;
  float: left;
  z-index: 1;
  position: relative;
}
.xmas-tie-wrap .xmas-tie::before {
  content: '';
  background: #cccc00;
  transform: scale(0.5) translateX(15px) translateY(8px);
}
.xmas-tie-wrap .xmas-tie.xmas-reflected, .xmas-tie-wrap .xmas-reflected.xmas-tie::before {
  transform: rotateY(180deg);
}
.xmas-tie-wrap .xmas-reflected.xmas-tie::before {
  transform: scale(0.5) translateX(2px) translateY(8px);
}
.xmas-tie-wrap::after {
  transform: rotateY(180deg);
  left: 54px;
}
.xmas-rect .xmas-tie-wrap {
  left: -16px;
}
@keyframes xmas-blink {
  20% {
    background: #eb8888;
  }
}
@keyframes xmas-blink2 {
  60% {
    background: white;
  }
}
@keyframes xmas-blink3 {
  75% {
    background: #d9c6ff;
  }
}
@keyframes xmas-blink4 {
  100% {
    background: #a7e7ff;
  }
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-line-scale-party,
.la-line-scale-party > div {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
	margin:auto;
}
.la-line-scale-party {
  display: block;
  font-size: 0;
  color: #61c9ff;
}
.la-line-scale-party.la-dark {
  color: #333;
}
.la-line-scale-party.la-light {
  color: #eee;
}
.la-line-scale-party > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-line-scale-party {
  width: 70px;
  height: 32px;
}

.la-line-scale-party > div {
   width: 3px;
   height: 32px;
   margin: 4px;
   margin-top: 0;
   margin-bottom: 0;
   border-radius: 1px;
   -webkit-animation-name: line-scale-party;
      -moz-animation-name: line-scale-party;
        -o-animation-name: line-scale-party;
           animation-name: line-scale-party;
   -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
           animation-iteration-count: infinite;
}
.la-line-scale-party > div:nth-child(1) {
   -webkit-animation-duration: .43s;
      -moz-animation-duration: .43s;
        -o-animation-duration: .43s;
           animation-duration: .43s;
   -webkit-animation-delay: -.23s;
      -moz-animation-delay: -.23s;
        -o-animation-delay: -.23s;
           animation-delay: -.23s;
}
.la-line-scale-party > div:nth-child(2) {
   -webkit-animation-duration: .62s;
      -moz-animation-duration: .62s;
        -o-animation-duration: .62s;
           animation-duration: .62s;
   -webkit-animation-delay: -.32s;
      -moz-animation-delay: -.32s;
        -o-animation-delay: -.32s;
           animation-delay: -.32s;
 }
.la-line-scale-party > div:nth-child(3) {
   -webkit-animation-duration: .43s;
      -moz-animation-duration: .43s;
        -o-animation-duration: .43s;
           animation-duration: .43s;
   -webkit-animation-delay: -.44s;
      -moz-animation-delay: -.44s;
        -o-animation-delay: -.44s;
           animation-delay: -.44s;
}
.la-line-scale-party > div:nth-child(4) {
   -webkit-animation-duration: .8s;
      -moz-animation-duration: .8s;
        -o-animation-duration: .8s;
           animation-duration: .8s;
   -webkit-animation-delay: -.31s;
      -moz-animation-delay: -.31s;
        -o-animation-delay: -.31s;
           animation-delay: -.31s;
}
.la-line-scale-party > div:nth-child(5) {
  -webkit-animation-duration: .74s;
     -moz-animation-duration: .74s;
       -o-animation-duration: .74s;
          animation-duration: .74s;
  -webkit-animation-delay: -.24s;
     -moz-animation-delay: -.24s;
       -o-animation-delay: -.24s;
          animation-delay: -.24s;
}

.la-line-scale-party.la-sm {
  width: 20px;
  height: 16px;
}

.la-line-scale-party.la-sm > div {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.la-line-scale-party.la-2x {
  width: 80px;
  height: 64px;
}
.la-line-scale-party.la-2x > div {
  width: 8px;
  height: 64px;
  margin: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.la-line-scale-party.la-3x {
  width: 120px;
  height: 96px;
}
.la-line-scale-party.la-3x > div {
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(.3);
            transform: scaleY(.3);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-moz-keyframes line-scale-party {
  0% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
  }
  50% {
    -moz-transform: scaleY(.3);
         transform: scaleY(.3);
  }
  100% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
  }
}
@-o-keyframes line-scale-party {
  0% {
    -o-transform: scaleY(1);
       transform: scaleY(1);
  }
  50% {
    -o-transform: scaleY(.3);
       transform: scaleY(.3);
  }
  100% {
    -o-transform: scaleY(1);
       transform: scaleY(1);
  }
}
@keyframes line-scale-party {
  0% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(.3);
       -moz-transform: scaleY(.3);
         -o-transform: scaleY(.3);
            transform: scaleY(.3);
  }
  100% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
  }
}
