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

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

/* ------------------------- Black Theme ------------------------- */
.dsCountDown.ds-black {
	color: #fff;
	position: relative;
	font-family: Arial, Helvetica, sans-serif, serif;
	font-size: 1em;
	padding: 10px;
	/*border: 1px solid #0c0121;
	border-radius: 2px;*/

    background-color: rgba(0, 0, 0, 0.6);


}

.ds-black .ds-element {
	float: left;
	margin-right: 10px;
	text-align: center;
	border-right: 2px solid #0c0121;
	padding-right: 10px;
}

.dsCountDown.ds-black > .ds-element.ds-element-seconds {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.ds-black .ds-element-title {
	font-size: 0.8em;
	/*text-transform: lowercase;*/
	padding-bottom: 8px!important;
	margin-top: 0px;
	top: 0px;
}

.ds-black .ds-element-value {
	font-size: 2.5em;
	color: #fff;
	text-shadow: 0px -2px 0px #0c0121;
}
#right {
  position: absolute;
  bottom: 194px;
  right: 7.3%;
  /*border: 3px solid #0c0121;*/

}
#right_text {
	color: #C5C7F6;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif, serif;
	font-weight: bold;
	font-size: 1.7em;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 266px;
    right: 7.3%;
	padding: 12px 9px 7px 8px;

  /*border: 3px solid #0c0121;*/

}
#social {
  position: absolute;
  bottom: 0px;
  left: 0px;
	z-index: 999999;
  /*border: 3px solid #0c0121;*/

}
