#content-container #index-top-container {
	background: #fff; 
	border-bottom: 3px solid #ddd;
	padding: 20px; 
	width: 940px; 
}



/* Topstory
---------------------------------------------------------------------------------------- */
.topstory-1260 {
	display: block;
	visibility: visible;
}

#content-container #index-topstory {
	display: none;
	visibility: hidden;
}

#content-container #index-topstory-1260 h1 {
	margin-top: 5px!important;
}

#content-container #index-topstory-1260 h1 a {
	font-size: 30px;
	font-family: 'proxima_nova_rgbold', sans-serif;
	text-decoration: none;
	margin-top: 3px;
}

#content-container #index-topstory-1260 {
	float: left;
	height: 475px;
	margin: 0;
	position: relative;
	width: 620px;
}

#content-container #index-topstory-1260 #topstory-texts-1260 {
	float: left;
	height: 350px;
	position: relative;
	width: 620px;
	z-index: 50;
}

#content-container #index-topstory-1260 #topstory-texts-1260 .topstory-text-1260 {
	display: none;
	height: 350px;
	overflow: hidden;
	position: absolute;
	width: 620px;
	z-index: 50;
}

#content-container #index-topstory-1260 #topstory-texts-1260 .topstory-text-1260.on {
	display: block;
}

#content-container #index-topstory-1260 ul#topstory-lists-1260 {
	height: 125px;
	left: 0;
	top: 350px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 620px;
	z-index: 70;
}

#content-container #index-topstory-1260 ul#topstory-lists-1260 li {
	float: left;
}

#content-container #index-topstory-1260 ul#topstory-lists-1260 li a {
	background-image: url('../../img/bg-topstory-list-980.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	border-left: 1px solid #BDBDBD;
	display: block;
	height: 125px;
	overflow: hidden;
	width: 154px;
}

#content-container #index-topstory-1260 ul#topstory-lists-1260 li a#topstory-list-1260-1 {
	border-left: none;
	width: 155px;
}

#content-container #index-topstory-1260 ul#topstory-lists-1260 li a:hover,
#content-container #index-topstory-1260 ul#topstory-lists-1260 li a.on
{
	background-position: 0 -125px;
}

#content-container #index-topstory-1260 ul#topstory-lists-1260 li a img {
	border: 3px solid #fff;
	margin: 7px 0 0 35px;
	width: 85px;
}

#content-container #index-topstory-1260 ul#topstory-lists-1260 li a h2 {
	color: #771213;
	display: block;
	float: right;
	font-family: 'proxima_nova_ltbold', sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	width: 135px;
	z-index: 80;
	line-height: 15px;
}

#content-container #index-topstory-1260 ul#topstory-lists-1260 li a:hover h2,
#content-container #index-topstory-1260 ul#topstory-lists-1260 li a.on h2 {
	color: #fff;
	text-shadow: none;
}


@media only screen and (min-width: 1310px) {

	.topstory-1260 {
		display: block;
		visibility: visible;
	}
	
	#content-container #index-topstory {
		display: none;
		visibility: hidden;
	}
	
	#content-container #index-topstory-1260 h1 {
		margin-top: 5px!important;
	}
	
	#content-container #index-topstory-1260 h1 a {
		font-size: 30px;
		font-family: 'proxima_nova_rgbold', sans-serif;
		text-decoration: none;
		margin-top: 3px;
	}
	
	#content-container #index-topstory-1260 {
		float: left;
		height: 350px;
		margin: 0;
		position: relative;
		width: 940px;
	}
	
	#content-container #index-topstory-1260 #topstory-texts-1260 {
		float: left;
		height: 350px;
		position: relative;
		width: 620px;
		z-index: 50;
	}
	
	#content-container #index-topstory-1260 #topstory-texts-1260 .topstory-text-1260 {
		display: none;
		height: 350px;
		overflow: hidden;
		position: absolute;
		width: 620px;
		z-index: 50;
	}
	
	#content-container #index-topstory-1260 #topstory-texts-1260 .topstory-text-1260.on {
		display: block;
	}
	
	#content-container #index-topstory-1260 ul#topstory-lists-1260 {
		height: 350px;
		left: 610px;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 320px;
		z-index: 70;
		top: 0;
	}

	#content-container #index-topstory-1260 ul#topstory-lists-1260 li a {
		background: url('../../img/bg-topstory-list.png') 0 0 no-repeat;
		border-left: 10px solid transparent;
		display: block;
		height: 70px;
		overflow: hidden;
		width: 320px;
	}

	#content-container #index-topstory-1260 ul#topstory-lists-1260 li a#topstory-list-1260-1 {
		border-left: 10px solid transparent;
		width: 320px;
	}
	
	#content-container #index-topstory-1260 ul#topstory-lists-1260 li a:hover, 
	#content-container #index-topstory-1260 ul#topstory-lists-1260 li a.on,
	#content-container #index-topstory-1260 ul#topstory-lists-1260 li a#topstory-list-1260-1:hover, 
	#content-container #index-topstory-1260 ul#topstory-lists-1260 li a#topstory-list-1260-1.on 
	{
		background-position: 0 -70px;
		border-left: 10px solid #fff;
	}
	
	#content-container #index-topstory-1260 ul#topstory-lists-1260 li a img {
		border: 3px solid #fff;
		float: left;
		margin: 8px 7px 0 10px;
		width: 85px;
	}
	
	#content-container #index-topstory-1260 ul#topstory-lists-1260 li a h2 {
		color: #771213;
		display: block;
		float: right;
		font-family: 'proxima_nova_ltbold', sans-serif;
		font-size: 14px;
		font-weight: normal;
		margin: 0;
		overflow: hidden;
		padding: 10px;
		text-align: left;
		text-decoration: none;
		text-shadow: 1px 1px 0 #fff;
		width: 190px;
		z-index: 80;
	}
	
	#content-container #index-topstory-1260 ul#topstory-lists-1260 li a:hover h2,
	#content-container #index-topstory-1260 ul#topstory-lists-1260 li a.on h2 
	{
		color: #fff;
		text-shadow: none;
	}

}






/* Infobar
---------------------------------------------------------------------------------------- */
#infobar-container {
	background: url("../../img/bg-infobar.png") top left repeat-x #4d4d4d;
	clear: both; 
	height: 45px; 
	margin: 10px 0 0 0;
	position: relative; 
	width: 940px;
}

#infobar-container #infobar {
	color: #000;
	font-size: 13px;
	font-weight: bold; 
	line-height: 45px;
	padding: 0px 0px 0px 0px; 
	text-align: center;
	text-shadow: 1px 1px 0 #FFF;
}

#infobar-container #infobar:before {
	background: url("../../img/ico-infobar.png") 10px 10px no-repeat;  
	color: #000;
	content: 'Infobar';
	display: block;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 13px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	text-transform: uppercase;
	width: 130px;
}

#infobar-container #infobar span {
    padding-left:20px;
}


#infobar-container #infobar a {
	color: #e01b26;
	padding-right: 10px;
}

@media only screen and (min-width: 1310px) {
		#infobar-container #infobar a {
		color: #e01b26;
		padding-right: 80px;
	}
}

#infobar-container #infobar strong {
	color: #B9161F; 
	font-weight: bold; 
	text-transform: uppercase;
}

#infobar-container #infobar .separator {
	background: url("../../img/dot.png") 0 20px no-repeat; 
	margin: 0 10px 0 10px;
	display: inline-block;
	width: 8px;
	height: 45px;
}


/* Infos
---------------------------------------------------------------------------------------- */
#index-infos {
	background: #fff;
	float: left;
	margin: 20px 0 0 0;
	padding: 20px;
	width: 940px;
}

#index-infos #articles {
	float: left;
	width: 940px;
}

#index-infos #articles ul {
	background: url('../../img/bg-hp-article-list.png') top left repeat-x;
	clear: both;
	height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
	width: 930px;
}

#index-infos #articles ul li {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	margin: 10px 5px 0 0!important;
	padding: 0!important;
}

#index-infos #articles ul li a {
	border: 1px solid transparent;
	display: block;
	font-family: 'proxima_nova_rgbold', sans-serif;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#index-infos #articles ul li a:hover, #index-infos #articles ul li a.current {
	background: url('../../img/bg-hp-article-list-active-item.png') top left repeat-x;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
	color: #000;
}

#index-infos #articles #index-article-panels .a-tym .responsive-hide-980,
#index-infos #articles #index-article-panels .juniorka .responsive-hide-980,
#index-infos #articles #index-article-panels .mladez .responsive-hide-980 {
	display: none!important;
	visibility: hidden!important;
}

#index-infos #articles #index-article-panels .a-tym .last-980,
#index-infos #articles #index-article-panels .juniorka .last-980,
#index-infos #articles #index-article-panels .mladez .last-980 {
	margin-right: 0;
}

#index-infos #articles .article {
	background: #F3F3F3;
	border-bottom: 1px solid #CFCFCF;
	float: left;
	height: 340px;
	margin: 10px 14px 0 0;
	padding: 7px;
	width: 210px;
}

#index-infos #articles .article img {
	margin-bottom: 10px
}

#index-infos #articles .article .date {
	font-size: 13px;
	padding: 0 10px
}

#index-infos #articles .article h2 {
	line-height: 1em;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

#index-infos #articles .article h2 a {
	color: #cd0206;
	text-decoration: none;
}

#index-infos #articles .article h2 a:hover {
	text-decoration: underline;
}

#index-infos #articles .article p {
	padding: 0 10px;
	font-size: 14px
}

#index-infos #articles .article:last-child, #index-infos #articles .article.last-980 {
	margin-right: 0;
}





/* Infos 2
---------------------------------------------------------------------------------------- */
.index-infos-2 {
	background: url('../../img/bg-hp-infos-2.png') top left repeat-x #fff;
	float: left; 
	margin: 0; 
	padding: 20px; 
	width: 940px;
}    

.index-infos-2 .press-box .items {
    display: table;  
    width: 100%;
    border-collapse: collapse; 
    table-layout: fixed;
}

.index-infos-2 .press-box .item {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
    border-left: 1px solid #E2E2E2;   
}
.index-infos-2 .press-box .item:first-child {
    border-left: 0;
    padding-left: 0;
}
.index-infos-2 .press-box .item:last-child {
    width: 130px;
    white-space: nowrap;
}
.index-infos-2 .press-box a.out {
    background: url('../../img/ico/outanchor.png') no-repeat right 6px !important;
    padding-left: 0;
    padding-right: 12px;
}
.index-infos-2 .press-box .item:last-child {
    text-align: right;
    vertical-align: bottom;
}
.index-infos-2 .press-box .item a.button {
    display: inline-block;
}


.index-infos-2 .box {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
}


.index-infos-2 .box .box-inner {
	height: 330px;
	min-height: 330px;
}

.index-infos-2 .box.last, .index-infos-2 .box.last-980 {
	margin-right: 0;
}

.index-infos-2 .box.next-articles .next-article {
	border-bottom: 1px solid #e2e2e2; 
	padding: 10px;
}

.index-infos-2 .box.next-articles .next-article.last {
	border-bottom: none;
}

.index-infos-2 .date {
	font-size: 12px;
}

.index-infos-2 .box.next-articles .next-article h3 {
	font-size: 1.1em; 
	margin: 0; 
	padding: 0;
}

.index-infos-2 .box.next-articles .next-article h3 a {
	color: #cd0206;
}

.index-infos-2 .box-facebook {
	clear: both; 
	display: block; 
	float: left; 
	margin: 20px 0 0 0; 
	width: 940px;
}



/* Newsletter
---------------------------------------------------------------------------------------- */
#index-newsletter {
	border-top: 2px solid #DEDEDE; 
	float: left; 
	font-family: 'proxima_nova_rgbold', sans-serif; 
	font-size: 14px; 
	padding: 20px 0;	
	text-align: center; 
	text-transform: uppercase; 
	width: 980px;
}

#index-newsletter p {
	display: inline
}

#index-newsletter form {
	display: inline;
}

#index-newsletter form input[type="text"] {
	width: 160px;
}



/*!
 * jQuery UI Tabs 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs .ui-tabs-panel { 
	background: none; 
	border-width: 0; 
	display: block; 
}
.ui-tabs .ui-tabs-hide { 
	display: none !important; 
}

.perex {
	color: #000!important;
}


/* RESPONSIVE DESIGN
----------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1310px) {

	#content-container #index-top-container {
		width: 1260px; 
	}

	#layout #main #infobar-container {
		width: 1260px;
	} 

	#index-infos {
		width: 1260px;
	}

	.index-infos-2 {
		width: 1260px;
	}

	.index-infos-2 .box {
		float: left;
		margin: 0 20px 0 0;
		width: 300px;
	}

	#index-newsletter {
		width: 1300px;
	}

	.news {
		float: right;
		margin: 0;
	}

	.index-infos-2 .box-facebook {
		width: 1260px;
	}

	.index-infos-2 .box.last-980 {
		margin-right: 20px;
	}

	#index-infos #articles .article.last-980 {
		margin-right: 14px;
	}

}

/* Poll -------------------------------------------------------------------------------- */
#box-anketa
{
	margin:10px 0 0
}

#box-anketa input[type="submit"]
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url('../../img/bg-button.png') top left repeat-x #DF1B25;
	border-radius: 5px;
	border: 1px solid #A11018;
	color: white;
	display: block;
	font-family: 'proxima_nova_ltbold', sans-serif;
	font-size: 12px;
	height: 31px;
	line-height: 34px;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #920E17;
	text-transform: uppercase;
}

#box-anketa .anketa_otazka
{
	border-bottom:1px solid #E2E2E2;
	color:#000;
	font-family:'proxima_nova_ltbold',sans-serif;
	font-size:14px;
	padding:0 10px 10px;
	text-align:left;
	margin: 0 0 5px 0;
}

#box-anketa .hlasuj
{
	clear:both;
	color:#000;
	display:block;
	margin:0
}

#box-anketa .anketa_odpoved
{
	color:#e20025;
	font-size:14px;
	padding:0 10px 5px;
	width:280px
}

#box-anketa .anketa_odpoved input
{
	background:transparent;
	border:0;
	float:left;
	line-height:12px;
	height:12px;
	margin:0;
	padding:0;
	width:20px
}

#box-anketa .anketa_odpoved label
{
	float:right;
	line-height:1.3em;
	margin:0;
	width:260px;
	font-family:'proxima_nova_ltbold',sans-serif;
	
}

#box-anketa .anketa_graf
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:url('../../img/bg-pool-graph.png') top left repeat-x #EFEFEF;
	border-radius: 2px;
	border:1px solid #dadada;
	display:block;
	float:left;
	font-size:0;
	line-height:0;
	margin:0 0 0 10px;
	padding:1px;
	width:240px
}

#box-anketa .anketa_graf_vyplnene
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background:url('../../img/bg-pool-graph-fill.png') top left repeat-x #C40D06;
	border:1px solid #dadada;
	display:block;
	float:left;
	font-size:0;
	height:14px;
	line-height:0
}

#box-anketa .anketa_procenta
{
	color:#000;
	display:block;
	font:13px sans-serif;
	line-height:24px;
	margin:0 0 0 5px;
	padding:0;
	text-align:center
}

#box-anketa .space.anketa_space
{
	height:5px
}

#box-anketa .line
{
	margin:5px auto
}

#box-anketa #q_status
{
	color:#000;
	font-size:.9em;
	float:left;
	font-weight:700;
	line-height:15px;
	padding:0;
	margin:15px 5px 0 10px;
	text-align:left;
	width:160px
}

#box-anketa #q_send
{
	float:right;
	text-align:right;
	margin:10px 0 0;
	width:100px
}


/* Banner
---------------------------------------------------------------------------------------- */

.bnnery-box {
    position: relative;	
    clear: both;
	height: 180px;
	width: 940px;
    text-align: center;
}
.bnnery-box#bnnery-horni { margin: 0 auto 20px; }
.bnnery-box#bnnery-horni2 { margin: 20px auto 0; }
.bnnery-box#bnnery-stredni { margin: 20px auto 0; }
.bnnery-box#bnnery-dolni { margin: 20px auto 20px; }
.bnnery-box#bnnery-dolni2 { margin: 20px auto 20px; }

.bnnery-box > div { 
    display: block; 
	height: 180px;
}
.bnnery-box > div + div { position: absolute; bottom: 0; left: 0; right: 0; display: none; }

.bnnery-box a { 
    display: block; 
	height: 180px;
	text-decoration: none;
}
.bnnery-box a:hover { text-decoration: none; }


.bnnery-box .visible-small { }
.bnnery-box .visible-large { display: none; }


@media only screen and (min-width: 1310px) {
	.bnnery-box { width: 1255px; }
    .bnnery-box .visible-small { display: none; }
    .bnnery-box .visible-large { display: block; }
}






/* Banner dolni
---------------------------------------------------------------------------------------- */

#banner-dolni, #banner-dolni2 {
	clear: both;
	height: 180px;
	margin: 20px auto 20px auto;
	width: 940px;
}

#banner-dolni a, #banner-dolni2 a {
	display: block;
	height: 180px;
	text-decoration: none;
	width: 940px;
}

#banner-dolni a:hover, #banner-dolni2 a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 1310px) {
	
	#banner-dolni, #banner-dolni2 {
		width: 1255px;
	}

	#banner-dolni a, #banner-dolni2 a {
		width: 1255px;
	}

}


/* Twitter
---------------------------------------------------------------------------------------- */

.twitter ul {
	/*background: url('../../img/bg-hp-article-list.png') top left repeat-x;*/
	clear: both;
	height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
	width: 290px;
}

.twitter ul li {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	margin: 10px 5px 0 0!important;
	padding: 0!important;
}

.twitter ul li a {
	/*border: 1px solid transparent;*/
	display: block;
	/*font-family: 'proxima_nova_rgbold', sans-serif;*/
	padding: 0 5px 0 29px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 16px;
	position: relative;
}

.twitter ul li a:after {
	background: url('../../img/ico-twitter.png') center left no-repeat;
	position: absolute;
	height: 28px;
	width: 28px;
	top: 0;
	left: 4px;	
	content: '';
}

.twitter ul li a:hover, .twitter ul li a.current {
/*	background: url('../../img/bg-hp-article-list-active-item.png') top left repeat-x;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
*/	color: #000;
}

.twitter ul li a.current:after {
	background: url('../../img/ico-twitter-2.png') center left no-repeat;
}


.twitter p.toright {
	margin-top: 45px;
}