@charset "utf-8";
/* CSS Document */

.dsCountDown:after		{content:''; clear: both;}
.dsCountDown			{*display: inline; zoom: 1;}

/* ------------------------- Flat Theme ------------------------- */
.dsCountDown.ds-flat				{width: 100%;}
.ds-flat .ds-element				{background-color: #cccccc; width: auto; display: inline-block; margin-right: 0.25rem; padding: 0.5rem; border-radius: 0.5rem; text-align: center;}
.ds-flat .ds-element:last-child		{margin-right: 0;}


.ds-flat .ds-element-title			{display: block; font-size: 75%; color: #000000; line-height: normal;}
.ds-flat .ds-element-value			{display: block; font-size: 150%; color: #000000; line-height: normal; font-weight: 500;}

/*	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {}

/* = = = = = LAPTOP = = = = = */
@media only screen and (min-width : 1200px) and (max-width: 1600px) {
	
}


/* = = = = = TABLET  = = = = = */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width : 300px) and (max-width : 767px) {	
	
.dsCountDown.ds-flat				{text-align: center;}
	
}