 #countdown{ 
    width: 155px;
    height: 162px;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6); */
    margin: auto;
    padding: 4px 0;
    position: absolute;
    top: 130px;
    bottom: 0;
    left: -55px;
    right: 0;
    transform: scale(0.6);
    transform-origin: 0 0;
    z-index: 10;
} 
/*#countdown{
	width: 335px;
	height: 162px;
	text-align: center;
	background: #666;
	background-image: -webkit-linear-gradient(top, #666, #777, #777, #666); 
	background-image:    -moz-linear-gradient(top, #666, #777, #777, #666);
	background-image:     -ms-linear-gradient(top, #666, #777, #777, #666);
	background-image:      -o-linear-gradient(top, #666, #777, #777, #666);
	border: 1px solid #111;
	border-radius: 5px;
	 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6); 
	margin: auto;
	padding:  4px 0;
	position: absolute;
  top: 90px; bottom: 0; left: 20px; right: 0;
      transform: scale(0.6);
    transform-origin: 0 0;
    z-index: 10
}*/
/*
#countdown:before{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; left: -10px;
}

#countdown:after{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; right: -10px;
}

#countdown #tiles{
	position: relative;
	z-index: 1;
}

#countdown #tiles > span{
	width: 92px;
	max-width: 92px;
	font: bold 48px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #111;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee); 
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
}

#countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
}

#countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #777;
	display: block;
	position: absolute;
	top: 48%; left: 0;
}

#countdown .labels{
	width: 100%;
	height: 25px;
	text-align: center;
	position: absolute;
	bottom: 8px;
}

#countdown .labels li{
	width: 102px;
	font: bold 15px 'Droid Sans', Arial, sans-serif;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}
*/


.counter {
   
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    color: #666;
}
.counter .title{
        font-weight: 100;
    font-size: 1rem;
    display: block;
    text-align: left;
    position: absolute;
   top: -75px;
    left: -70px;
 
}
 
.counter>div{
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin:0 auto;
}
.counter__time {
     margin: 10px 0 5px 0;
  /*margin-right: 6px;*/
  font-size: 1.5rem;
  flex: 1
}

.counter span {
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  left: 0px;
  color: #999;
}
