html, body {
	height: 100%;
}

/* Hide Gateway stacks from the main page container (stops flickering on page load) */
#gatewayBarstacks_in_33_page14 {
	display: none;
}

#gatewayWindowShadestacks_in_33_page14 {
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none !important;
	z-index: 998;
	background: #000000;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

#gatewayContainerstacks_in_33_page14 {
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 0%;
	left: 0%;
	display: block;
	width: 100%;
	z-index: 999;
}

#gatewayBarstacks_in_33_page14 {
	width: 100%;
	display: block;
}

#gatewayBarFillstacks_in_33_page14 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#gatewayBarstacks_in_33_page14 {
	display: none;
	position: relative;
}

#gatewayBarContentstacks_in_33_page14 {
	position: relative;
	z-index: 10;
	display: block;
	color: #FFFFFF;
	max-width: 800px;
	margin: 0 auto;
}

#gatewayBarContentstacks_in_33_page14 h1,
#gatewayBarContentstacks_in_33_page14 h2,
#gatewayBarContentstacks_in_33_page14 h3,
#gatewayBarContentstacks_in_33_page14 h4,
#gatewayBarContentstacks_in_33_page14 h5,
#gatewayBarContentstacks_in_33_page14 h6,
#gatewayBarContentstacks_in_33_page14 label {
	color: #FF0000;
}

#gatewayBarContentstacks_in_33_page14 a {
	color: #FF0000;
}

#gatewayBarContentstacks_in_33_page14 a:hover {
	color: #FF0000;
}

#gatewayLinkstacks_in_33_page14 a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 100%;
	width: 100%;
	background: transparent;
}

#closeButtonstacks_in_33_page14 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#closeButtonstacks_in_33_page14:hover {
	cursor: pointer;
	color: #CDCDCD;
}

#closeButtonstacks_in_33_page14 [class^="fa fa-"] {
	color: #FFFFFF;
}

#closeButtonstacks_in_33_page14:hover [class^="fa fa-"] {
	color: #CDCDCD;
}

/* @group Behaviours */









/* Helper class to keep GW hidden, even when the page is scrolled. */
.GatewayPermaHide {
	display: none !important;
}

/* @end */

@media print {
	#gatewayWindowShadestacks_in_33_page14,
	#closeButtonstacks_in_33_page14,
	#gatewayContainerstacks_in_33_page14 {
		display: none !important;
	}
}




#onTimestacks_in_10_page14 .onTimestacks_in_10_page14_content{
	display: none;
}







#onTimestacks_in_10_page14 #stacks_in_10_page14countdown_dashboard {
	height: auto;
	padding-bottom: 0px;
	position: relative;
	margin:0 auto;
	/*margin-left:;*/
}

#onTimestacks_in_10_page14 #stacks_in_10_page14countdown_dashboard .cdCounter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#onTimestacks_in_10_page14 .dash {
	width: auto;
	height: auto;
	margin-left: 0px;
	position: relative;
	padding: 0 3.600000px 20px;
	display: inline-block;
}

#onTimestacks_in_10_page14 .dash .digit {
	
	width: auto;
	float: left;
	text-align: center;
	color: #333333;
	position: relative;
	background-color: #FCFCFC;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#DFDFDF), color-stop(0.531, #FCFCFC), to(#F1F1F1));
	background-image: -moz-linear-gradient(90deg, #DFDFDF 0%, #FCFCFC 53.1%, #F1F1F1 100%);
	border-radius: 0px;
	font-weight: bold;
	font-size: 72px;
	font-family: Times, serif;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	height: 86.400002px;
	line-height: 1;
	padding: 4px 6px;

}

#onTimestacks_in_10_page14 .dash .digit:first-of-type {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
}

#onTimestacks_in_10_page14 .dash .digit:last-of-type{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#onTimestacks_in_10_page14 .dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}

@media screen and (max-width: 480px) {
	#onTimestacks_in_10_page14 .dash {
		padding: 0 0 20px;
	}

	#onTimestacks_in_10_page14 .dash .digit {
		font-size: 16px;
		height: 26px;
		box-sizing: border-box;
	}

	#onTimestacks_in_10_page14 .dash_title {
		font-size: 8px;
		letter-spacing: 0;
		right: 0;
	}
}





