﻿/* CSS style document */

@media all {



/* =======================================================================  COUNT DOWN  ======================================================================= */


#countBanner {
	width: 580px;
	height: 220px; /* 242 */
	display: block;
	padding: 0 5px;
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #eee;
	}

.eurovia { background: #fff url('../images/bgr_eurovia_dobes.jpg') no-repeat 5px 5px; }
.heger { background: #fff url('../images/bgr_nemocnice_heger.jpg') no-repeat 5px 5px; }
.stopVlade { background: #fff url('../images/bgr_stop_necasove_vlade.gif') no-repeat 5px 5px; }

#CountDownText {
	/*
	width: 190px;
	height: 75px;
	display: block;
	position: absolute;
	left: 0px;
	top: 30px;
	font-size: 20px;
	text-align: right;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	*/
	display: none;
	}

#countBanner a#CountDownMore {
	width: 150px;
	height: 20px;
	display: block;
	line-height: 20px;
	position: absolute;
	left: 40px;
	bottom: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: rgba(0,0,0,.7);
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-text-shadow: 1px 1px 1px #000;
	   -moz-text-shadow: 1px 1px 1px #000;
			text-shadow: 1px 1px 1px #000;
	}

#countBanner a#CountDownMore:hover { color: #f90; }

#CountDown {
	width: 350px;
	height: 75px;
	display: block;
	position: absolute;
	right: 10px;
	top: 130px;
	}

#CountDown .countdown_section {
	width: 65px;
	height: 72px;
	margin: 0 10px;
	padding-top: 3px;
	background: url('../images/bgr_countdown_pol.png') no-repeat left top;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	color: #f90;
	}

#CountDown .countdown_amount {
	font-size: 40px;
	color: #fff;
	-webkit-text-shadow: 1px 1px 1px #000;
	   -moz-text-shadow: 1px 1px 1px #000;
			text-shadow: 1px 1px 1px #000;
	}


/*===  RIGHT SIDE ===*/

#countBannerRS {
	width: 278px;
	height: 400px;
	display: block;
	margin-bottom: 30px;
	position: relative;
	background: url('../images/banner_rekonstrukce_statu.jpg') no-repeat left top;
	cursor: pointer;
	}

#countBannerRS #CountDown {
	width: 278px;
	height: 45px;
	display: block;
	position: absolute;
	left: 10px;
	top: 335px;
	}

#countBannerRS #CountDown .countdown_section {
	width: 52px;
	height: 45px;
	margin: 0 0 0 8px;
	padding-top: 0;
	background: url('../images/bgr_countdown_pol_rs.png') no-repeat left top;
	text-align: center;
	display: inline-block;
	font-size: 11px;
	color: #f90;
	}

#countBannerRS #CountDown .countdown_section:first-child { margin-left: 15px; }

#countBannerRS #CountDown .countdown_amount {
	font-size: 20px;
	line-height: 29px;
	color: #fff;
	-webkit-text-shadow: 1px 1px 1px #000;
	   -moz-text-shadow: 1px 1px 1px #000;
			text-shadow: 1px 1px 1px #000;
	}

#countBannerRS #CountDownText {
	width: 248px;
	height: 75px;
	display: block;
	padding: 0 15px;
	position: absolute;
	left: 0px;
	top: 255px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #777;
	}

#countBannerRS #CountDownText a { text-decoration: none; color: #777; }
#countBannerRS #CountDownText a:hover,
#countBannerRS:hover #CountDownText a { text-decoration: underline; color: #009ee1; }




} /* media all */