/*
  Tick.tick-flip
*/
/* line 20, ../scss/tick.scss */
.tick-flip + p {
  clear: both;
  text-align: right;
}

/* line 24, ../scss/tick.scss */

.tick-flip {
  position: relative;
  top: 16px;
  float: left;
  background-color: white;
  *zoom: 1;
  left: 0% !important;
  /* Fallback styles */
  color: white;
  width: 100%;
  line-height: 1;
  font-size: 1.8em;
  font-family: helvetica;
  text-align: center;
}
.tick-flip::after{
  clear:both;
}

/* line 54, ../scss/tick.scss */
.tick-flip.tick-active {
  color: #1e1e1e;
}

/* line 58, ../scss/tick.scss */
.tick-flip .tick-separator {
  padding: 0px 2px;
  color: #fff;
  display: inline-block;
  background-color: #000000;
}

/* line 63, ../scss/tick.scss */
.tick-flip .tick-wrapper {
  position: relative;
  display: inline-block;
/*   margin: 0 2px;
  border-radius: 4px; */
}

/* line 69, ../scss/tick.scss */
.tick-flip .tick-wrapper:after {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 998;
  display: block;
  height: 1px;
  width: 100%;
  content: '';
  background-color: #323232;
}

/* line 81, ../scss/tick.scss */
.tick-flip .tick-wrapper span {
  padding: 0 5px;
  border-right: 1px solid #55555F;
  color: white;
}

/* line 85, ../scss/tick.scss */
.tick-flip .tick-old {
  display: block;
  /* border-radius: 4px;
  box-shadow: 0 0 5px black; */
  /* background: $old_gradient; */
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2a2b37', endColorstr='#272729');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, #2a2b37), color-stop(100%, #272729));
  background-image: -webkit-linear-gradient(top, #2a2b37 60%, #272729 100%);
  background-image: -moz-linear-gradient(top, #2a2b37 60%, #272729 100%);
  background-image: -o-linear-gradient(top, #2a2b37 60%, #272729 100%);
  background-image: -ms-linear-gradient(top, #2a2b37 60%, #272729 100%);
  background-image: linear-gradient(top, #2a2b37 60%, #272729 100%);
}

/* line 95, ../scss/tick.scss */
.tick-flip .tick-new {
  overflow: hidden;
  position: absolute;
  z-index: 998;
  top: 0;
  display: block;
  height: 50%;
  /* border-radius: 4px 4px 0 0; */
  /* background: $new_gradient; */
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2a2b37', endColorstr='#272729');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a2b37), color-stop(100%, #272729));
  background-image: -webkit-linear-gradient(top, #2a2b37 0%, #272729 100%);
  background-image: -moz-linear-gradient(top, #2a2b37 0%, #272729 100%);
  background-image: -o-linear-gradient(top, #2a2b37 0%, #272729 100%);
  background-image: -ms-linear-gradient(top, #2a2b37 0%, #272729 100%);
  background-image: linear-gradient(top, #2a2b37 0%, #272729 100%);
}

/* line 112, ../scss/tick.scss */
.tick-flip .tick-old-move,
.tick-flip .tick-new-move {
  overflow: hidden;
  position: absolute;
  display: none;
  border-radius: 4px;
  background: white;
}

/* line 120, ../scss/tick.scss */
.tick-flip .tick-moving {
  display: block;
}

/* line 124, ../scss/tick.scss */
.tick-flip .tick-old-move {
  z-index: 999;
  bottom: 50%;
  height: 50%;
  /* background: $old_move_gradient; */
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2a2b37', endColorstr='#161616');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a2b37), color-stop(100%, #161616));
  background-image: -webkit-linear-gradient(top, #2a2b37 0%, #161616 100%);
  background-image: -moz-linear-gradient(top, #2a2b37 0%, #161616 100%);
  background-image: -o-linear-gradient(top, #2a2b37 0%, #161616 100%);
  background-image: -ms-linear-gradient(top, #2a2b37 0%, #161616 100%);
  background-image: linear-gradient(top, #2a2b37 0%, #161616 100%);
  /* box-shadow: 0 -4px 4px -3px black; */
  -moz-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

/* line 138, ../scss/tick.scss */
.tick-flip .tick-new-move {
  z-index: 997;
  height: 100%;
  top: 0;
  /* border-radius: 50px 50px 4px 4px; */
  /* background: $new_move_gradient; */
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2a2b37', endColorstr='#161616');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #2a2b37), color-stop(100%, #161616));
  background-image: -webkit-linear-gradient(top, #2a2b37 40%, #161616 100%);
  background-image: -moz-linear-gradient(top, #2a2b37 40%, #161616 100%);
  background-image: -o-linear-gradient(top, #2a2b37 40%, #161616 100%);
  background-image: -ms-linear-gradient(top, #2a2b37 40%, #161616 100%);
  background-image: linear-gradient(top, #2a2b37 40%, #161616 100%);
  /* box-shadow: 0 4px 4px -3px black; */
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

/*
  Tick.tick-scroll
*/
/* line 159, ../scss/tick.scss */
.tick-scroll {
  overflow: hidden;
  position: relative;
  float: left;
  padding: 0 10px;
  height: 96px;
  border: 1px solid #1e1e1e;
  /* border-radius: 5px; */
  /* box-shadow: 0 0 6px #969696; */
  color: #fff;
  line-height: 1;
  font-size: 4em;
  text-align: center;
  background-color: #3c3c3c;
}

/*
  Adding depth to the ticker by overlaying some gradients
*/
/* line 182, ../scss/tick.scss */
.tick-scroll:before,
.tick-scroll:after {
  position: absolute;
  z-index: 999;
  left: 0;
  content: '';
  width: 100%;
  height: 35%;
  /* border-radius: 5px; */
}

/* line 192, ../scss/tick.scss */
.tick-scroll:before {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#1e1e1e', endColorstr='#1e1e1e');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e1e1e), color-stop(10%, #1e1e1e), color-stop(100%, rgba(30, 30, 30, 0)));
  background-image: -webkit-linear-gradient(top, #1e1e1e 0%, #1e1e1e 10%, rgba(30, 30, 30, 0) 100%);
  background-image: -moz-linear-gradient(top, #1e1e1e 0%, #1e1e1e 10%, rgba(30, 30, 30, 0) 100%);
  background-image: -o-linear-gradient(top, #1e1e1e 0%, #1e1e1e 10%, rgba(30, 30, 30, 0) 100%);
  background-image: -ms-linear-gradient(top, #1e1e1e 0%, #1e1e1e 10%, rgba(30, 30, 30, 0) 100%);
  background-image: linear-gradient(top, #1e1e1e 0%, #1e1e1e 10%, rgba(30, 30, 30, 0) 100%);
}

/* line 196, ../scss/tick.scss */
.tick-scroll:after {
  bottom: 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#1e1e1e', endColorstr='#1e1e1e');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(30, 30, 30, 0)), color-stop(90%, #1e1e1e), color-stop(100%, #1e1e1e));
  background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1e1e1e 90%, #1e1e1e 100%);
  background-image: -moz-linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1e1e1e 90%, #1e1e1e 100%);
  background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1e1e1e 90%, #1e1e1e 100%);
  background-image: -ms-linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1e1e1e 90%, #1e1e1e 100%);
  background-image: linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1e1e1e 90%, #1e1e1e 100%);
}

/*
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 205, ../scss/tick.scss */
.tick-scroll .tick-wheel {
  position: relative;
  display: inline-block;
  width: 50px;
  border-right: 1px solid #6e6e6e;
  border-left: 1px solid #6e6e6e;
  margin: 0 2px;
  text-shadow: 0 -1px 0 black;
  color: white;
  background-color: #505050;
  /* box-shadow: 0 0 3px black; */
}

/* line 219, ../scss/tick.scss */
.tick-scroll .tick-wheel span {
  display: block;
  padding: 16px 0;
}

/* line 224, ../scss/tick.scss */
.tick-scroll .tick-separator {
  font-weight: normal;
}
