@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				{width: 90px; display: inline-block; margin-right: 0.25rem; padding: 1.1rem 1rem; border-radius: 15rem; text-align: center; border: 1px solid #333333;}
.ds-flat .ds-element:last-child		{margin-right: 0;}


.ds-flat .ds-element-title			{display: block; font-size: 75%; line-height: normal; text-transform: uppercase;}
.ds-flat .ds-element-value			{display: block; font-size: 150%; 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) {	
	

	
}


/* iPad Landscape */
@media only screen   
and (orientation : landscape)   
and (-webkit-min-device-pixel-ratio: 2)  
and (min-width : 768px)   
and (max-width : 1024px)   
{
	
.ds-flat .ds-element-title			{font-size: 75%;}
.ds-flat .ds-element-value			{font-size: 125%;}	
	
}


/* iPad Portrait */
/* Orientation : Portrait */  
@media only screen   
and (orientation : portrait)   
and (-webkit-min-device-pixel-ratio: 2)   
and (min-width : 768px)   
and (max-width : 1024px)  
{
	
.ds-flat .ds-element				{width: 80px;}	
	
.ds-flat .ds-element-title			{font-size: 75%;}
.ds-flat .ds-element-value			{font-size: 125%;}	
	
}


/* Mobile - For 480 Resolution */  
@media only screen   
and (min-width : 320px)   
and (max-width : 640px)
{
	
.ds-flat .ds-element				{width: 80px;}
	
.ds-flat .ds-element-title			{font-size: 75%;}
.ds-flat .ds-element-value			{font-size: 125%;}	
	
}