.dsCountDown:after{
	content:'';
    clear: both;
}

.dsCountDown{
    display:inline-block;
	*display: inline;
    zoom: 1;
}

/* ------------------------- Black Theme ------------------------- */

.dsCountDown.ds-black {
    position: relative;
	width: 100%;
	margin: 10 0;
}
.ds-black .ds-element {
    float: left;
    text-align: center;
    width: 31.5%;
	margin: 0.5em 0;
	padding:1em 0;
   
}
.ds-element.ds-element-sums {
    width: 100%;
    color: #0b7dd6;
}

.ds-element.ds-element-minutes {
    margin: 0.5em 1em;
}
.ds-element.ds-element-days {
    width: 100%;    
    background: #0b7dd6;
}
.ds-element.ds-element-hours {
    background: #ef6653;
}
.ds-element.ds-element-minutes {
    background: #f0bd23;
}
.ds-element.ds-element-seconds {
    background: #009ea7;
}
.dsCountDown.ds-black > .ds-element.ds-element-seconds {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.ds-black .ds-element-title {
	 font-size: 2em;
    text-transform: uppercase;
    margin: 15px 0;
    color: #3a3a3a;
}
.ds-black .ds-element-title2 {
	 font-size: 2em;
    text-transform: uppercase;
    margin: 15px 0;
    color: #fff;
}

.ds-black .ds-element-uom2 {
	 font-size: 1em;
    margin: 15px 0;
    color: #fff;
       text-align: center;
}
.ds-black .ds-element-uom {
	 font-size: 1.5em;
    margin: 15px 0;
    color: #fff;
       text-align: center;
}


.ds-black .ds-element-value {
    font-size: 3em;
    color: #fff;
    letter-spacing: 2px;
	line-height: 1.2em;
	font-weight: 600;
}
.ds-element-value.ds-days{
	font-size: 6em;
	color: #fff;
}
.ds-element-value.ds-sums{
	font-size: 7em;
	color: #005077;
}




/*-- responsive media queries --*/
@media screen and (max-width: 800px){
	.ds-black .ds-element-value {
		font-size: 2.7em;
	}	
	.ds-element.ds-element-minutes {
		margin: 0.5em 0.95em;
	}
	
}	
@media screen and (max-width: 768px){
	.ds-black .ds-element-value {
		font-size: 2.5em;
	}
	.ds-black .ds-element-value {
		font-size: 2.4em;
	}
	.ds-black .ds-element {
  		width: 31.45%;
	}
	.ds-element.ds-element-days {
		width: 100%;
	}
}	

@media screen and (max-width: 736px){
	.ds-black .ds-element {
		width: 31.4%;
	}
	.ds-element.ds-element-days {
		width: 100%;
	}
}
@media screen and (max-width: 667px){
	.ds-black .ds-element-value {
		font-size: 2.3em
	}
	
}
@media screen and (max-width: 640px){
	.ds-element.ds-element-minutes {
		margin: 0.5em 0.9em;
	}
}
@media screen and (max-width: 568px){
	.ds-black .ds-element {
		width: 100%;
	}
	.ds-element.ds-element-minutes {
		margin: 1em 0;
	}
}
@media screen and (max-width: 480px){
	.ds-black .ds-element-value {
		font-size: 2.2em;
		padding:0 10px;
	}
}