.new-quotes{
  padding: 40px 0 0 0;
  background: #2e86bc;
  color: #fff;
}

.new-quotes .quotes-head{
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2.2em;
  margin-top: 0px;
}
.ie8 .new-quotes .quotes-head {
  font-size: 56px;
}
.new-quotes .quotes-subhead{
  font-size: 1.3em;
  margin-top: 15px;
  text-align: left;
  text-align: center;
}
@media (min-width: 992px){
  .new-quotes .quotes-subhead{
    text-align: left;
  }
}
/*.fb-container{
  text-align: center;
}
*/
.quotes-counter{
  text-align: center;
}


@keyframes animate-top {
  0% {
   background: #E9E9E9; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f2ee 0%, #E9E9E9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2ee), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f2ee 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f2ee 0%,#E9E9E9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f2ee 0%,#E9E9E9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f2ee 0%,#E9E9E9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2ee', endColorstr='#E9E9E9',GradientType=0 );
  }

  100% {
    color: #474747;
    transform:
      translateX(0px)
      translateY(0.35em)
      translateZ(5px)
      rotateX(-90deg)
      rotateY(0deg)
      rotateZ(0deg);
  }
}

@keyframes animate-bottom {
  0% {
    color: #474747;
    opacity: 1;
  }

  100% {
    transform:
      translateX(0)
      translateY(0)
      translateZ(0)
      rotateX(0deg)
      rotateY(0deg)
      rotateZ(0deg);

    opacity: 1;
  }
}

@-webkit-keyframes animate-top {
  0% {
    background: #E9E9E9; /* Old browsers */
  background: -moz-linear-gradient(top,  #f3f2ee 0%, #E9E9E9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2ee), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f3f2ee 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f3f2ee 0%,#E9E9E9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f3f2ee 0%,#E9E9E9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f3f2ee 0%,#E9E9E9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2ee', endColorstr='#E9E9E9',GradientType=0 );
  }

  100% {
    color: #474747;

    -webkit-transform:
      translateX(0px)
      translateY(0.35em)
      translateZ(5px)
      rotateX(-90deg)
      rotateY(0deg)
      rotateZ(0deg);
  }
}

@-webkit-keyframes animate-bottom {
  0% {
    color: #474747;
    opacity: 1;
  }

  100% {
    -webkit-transform:
      translateX(0)
      translateY(0)
      translateZ(0)
      rotateX(0deg)
      rotateY(0deg)
      rotateZ(0deg);

    opacity: 1;
  }
}

.quotes-number {
  position: relative;
  float: left;
  width: 1em;
  height: 1.5em;
  font-size: 3.5em;
  margin: 0px 4px;
}

.quotes-number span {
  position: absolute;
  display: block;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #393939;
  width: 1em;
  height: 1.5em;
  perspective: 7.14em;

}

.quotes-number span:before {
  display: block;
  height: 0.75em;
  overflow: hidden;
  line-height: 1.52em;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 10% 10% 0 0;
  background: #E9E9E9; /* Old browsers */
  background: -moz-linear-gradient(top,  #f3f2ee 0%, #E9E9E9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2ee), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f3f2ee 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f3f2ee 0%,#E9E9E9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f3f2ee 0%,#E9E9E9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f3f2ee 0%,#E9E9E9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2ee', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
}

.quotes-number span:after {
  display: block;
  height: 0.75em;
  overflow: hidden;
  line-height: 0;
  /*border-top: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 0 0 10% 10%;
  transition: color 100ms, background-color 100ms;
  background: #f3f2ee; /* Old browsers */
  background: -moz-linear-gradient(top,  #fff 0%, #f3f2ee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f3f2ee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff 0%,#f3f2ee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff 0%,#f3f2ee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff 0%,#f3f2ee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fff 0%,#f3f2ee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f3f2ee',GradientType=0 ); /* IE6-9 */
}


.flip .primary:before {
  animation: animate-top 250ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation: animate-top 250ms;
  -webkit-animation-fill-mode: forwards;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top,  #000000 0%, #303030 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#303030)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #000000 0%,#303030 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #000000 0%,#303030 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #000000 0%,#303030 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #000000 0%,#303030 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
}

.flip .primary:after {
  animation: animate-bottom 250ms;
  -moz-animation-fill-mode: forwards;
  animation-delay: 250ms;

  -webkit-animation: animate-bottom 250ms;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 250ms;
}

.primary:after {
  opacity: 0;

  transform:
    translateX(0)
    translateY(-0.28em)
    translateZ(0.35em)
    rotateX(91deg)
    rotateY(0deg)
    rotateZ(0deg);

  -webkit-transform:
    translateX(0)
    translateY(-0.28em)
    translateZ(0.35em)
    rotateX(91deg)
    rotateY(0deg)
    rotateZ(0deg);
}

.primary {
  z-index: 2;
}

.secondary {
  z-index: 1;
}

/* Number 0 */
[data-number="0"] span.primary:before {
  content: "0";
}
[data-number="0"] span.secondary:after {
  content: "0";
}
[data-number="0"] span.secondary:before {
  content: "9";
}
[data-number="0"] span.primary:after {
  content: "9";
}

/* Number 9 */
[data-number="9"] span.primary:before {
  content: "9";
}
[data-number="9"] span.secondary:after {
  content: "9";
}
[data-number="9"] span.secondary:before {
  content: "8";
}
[data-number="9"] span.primary:after {
  content: "8";
}

/* Number 8 */
[data-number="8"] span.primary:before {
  content: "8";
}
[data-number="8"] span.secondary:after {
  content: "8";
}
[data-number="8"] span.secondary:before {
  content: "7";
}
[data-number="8"] span.primary:after {
  content: "7";
}

/* Number 7 */
[data-number="7"] span.primary:before {
  content: "7";
}
[data-number="7"] span.secondary:after {
  content: "7";
}
[data-number="7"] span.secondary:before {
  content: "6";
}
[data-number="7"] span.primary:after {
  content: "6";
}

/* Number 6 */
[data-number="6"] span.primary:before {
  content: "6";
}
[data-number="6"] span.secondary:after {
  content: "6";
}
[data-number="6"] span.secondary:before {
  content: "5";
}
[data-number="6"] span.primary:after {
  content: "5";
}

/* Number 5 */
[data-number="5"] span.primary:before {
  content: "5";
}
[data-number="5"] span.secondary:after {
  content: "5";
}
[data-number="5"] span.secondary:before {
  content: "4";
}
[data-number="5"] span.primary:after {
  content: "4";
}

/* Number 4 */
[data-number="4"] span.primary:before {
  content: "4";
}
[data-number="4"] span.secondary:after {
  content: "4";
}
[data-number="4"] span.secondary:before {
  content: "3";
}
[data-number="4"] span.primary:after {
  content: "3";
}

/* Number 3 */
[data-number="3"] span.primary:before {
  content: "3";
}
[data-number="3"] span.secondary:after {
  content: "3";
}
[data-number="3"] span.secondary:before {
  content: "2";
}
[data-number="3"] span.primary:after {
  content: "2";
}

/* Number 2 */
[data-number="2"] span.primary:before {
  content: "2";
}
[data-number="2"] span.secondary:after {
  content: "2";
}
[data-number="2"] span.secondary:before {
  content: "1";
}
[data-number="2"] span.primary:after {
  content: "1";
}

/* Number 1 */
[data-number="1"] span.primary:before {
  content: "1";
}
[data-number="1"] span.secondary:after {
  content: "1";
}
[data-number="1"] span.secondary:before {
  content: "0";
}
[data-number="1"] span.primary:after {
  content: "0";
}

@media (min-width: 767px){
  .new-quotes{
    padding: 140px 0;
  }
  .new-quotes .quotes-head{
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
  }

  .new-quotes .quotes-subhead{
    font-size: 1.3em;
  }

  /*.fb-container{
    margin: 20px 11px 0 32px;
  }*/

  .quotes-number {
    margin: 0px 6.5px;
      font-size: 6em;
  }

  .quotes-counter{
    margin-top: 15px;
  }
}
@media (min-width: 992px){
  .fb-container{
    margin: 20px 0 0 0;
  }

  .new-quotes .quotes-head{
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .new-quotes{
    padding: 80px 0;
  }
  .new-quotes .quotes-counter{
    padding-left: 135px;
  }
  .new-quotes .quotes-head{
    text-align: center;
  }
}

@media (min-width: 321px) and (max-width: 568px) {
  .new-quotes .quotes-counter{
    padding-left: 140px;
  }
}

.counter-wrapper {
  float: none;
  position: relative;
}

@media (min-width : 992px) {
  .counter-wrapper {
    margin: 30px 0 0;
    float: right;
  }
}
.flip-counter {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 290px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flip-counter {
    max-width: 465px;
  }
}
@media (min-width: 992px) {
  .flip-counter {
    max-width: 465px;
    margin: auto;
  }
}
@media (min-width : 992px) {
  .flip-counter {
    max-width: 100%;
    margin: 0;
  }
}
.flip-counter li {
  float: right;
}
.no-csstransforms3d span.back {
  display: none;
}
.flip-counter.default .digit {
  position: relative;
  z-index: 0;
  width: 50px;
  height: 68px;
  margin-left: 10px;
  background-color: #fff;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .flip-counter.default .digit {
     width: 85px;
    height: 120px;
  }
}
.flip-counter.default .digit:last-child {
  margin-left: 0;
}
.flip-counter.default .digit span {
  position: absolute;
  left: 8px;
  height: 34px;
  width: 35px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 53px;
  font-family: 'Ubuntu', sans-serif;
  text-indent: 2px;
  background-color: #fff;
  color: #393939;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .flip-counter.default .digit span {
    left: 15px;
      height: 60px;
      width: 55px;
      font-size: 90px;
  }
}
.flip-counter.default .digit span.front {
  top: 8px;
  padding-top: 25px;
  background: transparent;
}
@media (min-width: 768px) {
  .flip-counter.default .digit span.front {
    top: 15px;
      padding-top: 45px;
  }
}
.flip-counter.default .digit span.back {
  bottom: 0;
}
.flip-counter.default .digit .line {
  position: absolute;
  z-index: 10;
  height: 34px;
  width: 50px;
}
.flip-counter.default .digit .line-lower {
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+40&amp;0.4+0,0+40 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 40%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(40%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 40%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 40%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 40%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 40%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
  z-index: 20;
}
@media (min-width: 768px) {
  .flip-counter.default .digit .line {
      height: 60px;
      width: 85px;
  }
  .flip-counter.default .digit .line-lower {
      height: 60px;
      width: 85px;
  }
}
.flip-counter.default .digit .hinge-wrap {
  z-index: 5;
  position: relative;
  overflow: visible;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
.flip-counter.default .digit .hinge {
  position: absolute;
  height: 34px;
  width: 45px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
@media (min-width: 768px) {
  .flip-counter.default .digit .hinge {
    height: 60px;
      width: 85px;
  }
}
.flip-counter.default .digit .hinge span {
  height: 0;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.default .digit .hinge span.front {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .flip-counter.default .digit .hinge span.front {
    padding-top: 45px;
  }
}
.flip-counter.default .digit .hinge span.back {
  height: 25px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
@media (min-width: 768px) {
  .flip-counter.default .digit .hinge span.back {
    height: 45px;
  }
}
.flip-counter.default .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.default .digit-delimiter {
  padding-top: 38px;
  margin-right: -5px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: black;
  text-indent: 3.33333333px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.flip-counter.light .digit {
  position: relative;
  z-index: 0;
  width: 60px;
  height: 90px;
  margin-left: 10px;
  background-color: #e8f1ff;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(232, 241, 255, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(232, 241, 255, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(232, 241, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.light .digit:last-child {
  margin-left: 0;
}
.flip-counter.light .digit span {
  position: absolute;
  left: 0;
  height: 45px;
  width: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 90px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-indent: 2px;
  background-color: #e8f1ff;
  color: white;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.light .digit span.front {
  top: 15px;
  padding-top: 45px;
}
.flip-counter.light .digit span.back {
  bottom: 0;
}
.flip-counter.light .digit .line {
  position: absolute;
  z-index: 10;
  height: 45px;
  width: 55px;
  border-bottom: 1px solid rgba(232, 241, 255, 0.7);
  -webkit-box-shadow: 0px 5px 7px -4px rgba(232, 241, 255, 0.7);
  -moz-box-shadow: 0px 5px 7px -4px rgba(232, 241, 255, 0.7);
  box-shadow: 0px 5px 7px -4px rgba(232, 241, 255, 0.7);
}
.flip-counter.light .digit .hinge-wrap {
  z-index: 5;
  position: relative;
  overflow: visible;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
.flip-counter.light .digit .hinge {
  position: absolute;
  height: 45px;
  width: 60px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.light .digit .hinge span {
  height: 0;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.light .digit .hinge span.front {
  padding-top: 45px;
}
.flip-counter.light .digit .hinge span.back {
  height: 45px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.light .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.light .digit-delimiter {
  padding-top: 38px;
  margin-right: -5px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: #e8f1ff;
  text-indent: 3.33333333px;
  text-shadow: 1px 1px 5px rgba(232, 241, 255, 0.5);
}
.flip-counter.small .digit {
  position: relative;
  z-index: 0;
  width: 30px;
  height: 40px;
  margin-left: 5px;
  background-color: black;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.small .digit:last-child {
  margin-left: 0;
}
.flip-counter.small .digit span {
  position: absolute;
  left: 0;
  height: 20px;
  width: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 34px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-indent: 2px;
  background-color: black;
  color: white;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.small .digit span.front {
  top: 0;
  padding-top: 20px;
}
.flip-counter.small .digit span.back {
  bottom: 0;
}
.flip-counter.small .digit .line {
  position: absolute;
  z-index: 10;
  height: 20px;
  width: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
}
.flip-counter.small .digit .hinge-wrap {
  z-index: 5;
  position: relative;
  overflow: visible;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
.flip-counter.small .digit .hinge {
  position: absolute;
  height: 20px;
  width: 30px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.small .digit .hinge span {
  height: 0;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.small .digit .hinge span.front {
  padding-top: 20px;
}
.flip-counter.small .digit .hinge span.back {
  height: 20px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.small .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.small .digit-delimiter {
  padding-top: 15px;
  margin-right: -2.5px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: black;
  text-indent: 1.66666667px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.flip-counter.huge .digit {
  position: relative;
  z-index: 0;
  width: 140px;
  height: 200px;
  margin-left: 20px;
  background-color: black;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.huge .digit:last-child {
  margin-left: 0;
}
.flip-counter.huge .digit span {
  position: absolute;
  left: 0;
  height: 100px;
  width: 140px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 190px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-indent: 2px;
  background-color: black;
  color: white;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.huge .digit span.front {
  top: 0;
  padding-top: 100px;
}
.flip-counter.huge .digit span.back {
  bottom: 0;
}
.flip-counter.huge .digit .line {
  position: absolute;
  z-index: 10;
  height: 100px;
  width: 140px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.7);
}
.flip-counter.huge .digit .hinge-wrap {
  z-index: 5;
  position: relative;
  overflow: visible;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}
.flip-counter.huge .digit .hinge {
  position: absolute;
  height: 100px;
  width: 140px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.huge .digit .hinge span {
  height: 0;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.huge .digit .hinge span.front {
  padding-top: 100px;
}
.flip-counter.huge .digit .hinge span.back {
  height: 100px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.huge .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.huge .digit-delimiter {
  padding-top: 130px;
  margin-right: -10px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: black;
  text-indent: 6.66666667px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.digit .wrap {
  height: 34px;
  position: absolute;
  width: 50px;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7e6e2+100 */
  background: #E9E9E9; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U2ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #e7e6e2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e6e2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e6e2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e7e6e2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e7e6e2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e7e6e2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e6e2',GradientType=0 ); /* IE6-8 */

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (min-width: 768px) {
  .digit .wrap {
    height: 60px;
      width: 85px;
  }
}

@media all\0 {
  .flip-counter.default .digit .hinge-wrap,
  .flip-counter.default .digit span.back {
    display: none;
  }
  .flip-counter.default .digit span {
      height: 80px;
  }
  .ie8 .counter-wrapper {
    width: 475px;
  }
  .ie8 .new-quotes .quotes-subhead {
    padding-left: 10px;
  }
}