/* ==========================================================================
   Progress Bar
   ========================================================================== */


.progress {
  height: 20px;
  width: 80%;
    margin-left: auto;
    margin-right: auto;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #a8cf41;
 
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
 
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #315122;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress {
    padding: 3px;
    margin-bottom: 10px;
    border: 3px solid #000000;
    height: 30px;
    position: relative;
}

/*
 * countdown
 */

.description, .countdown {
	margin-bottom: 20px;
}
.description, .countdown {
	font-size: 14px;
	position: relative;
	display: block;
	line-height: 18px;
}
.time span {
	font-size: 36px;
	line-height: 65px;
}
.slash {
	margin: 0 4px;
	display: inline;
}

.dark {
	color: #fff;
}