html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* Fonts */
@font-face {
	font-family: 'open_sansbold';
	src: url('fonts/opensans-bold-webfont.eot');
	src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-bold-webfont.woff') format('woff'),
		url('fonts/opensans-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('fonts/opensans-regular-webfont.eot');
	src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-regular-webfont.woff') format('woff'),
		url('fonts/opensans-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sans_semiboldregular';
	src: url('fonts/opensans-semibold-webfont.eot');
	src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-semibold-webfont.woff') format('woff'),
		url('fonts/opensans-semibold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 14px;
	color:#121c25;
	background:url(../img/bcg_textura.png) repeat;
	font-family:'open_sansregular';
	min-width: 768px;
}
p {
	line-height:25px;
	font-size:14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 0px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

em {
	font-style: italic;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* styly HTML prvky */
body {color:#2f3b47; font-family:'open_sansregular'; font-size:13px;}
h1, h2, h3, h4, h5 { font-family: 'open_sans_semiboldregular'; font-weight:normal; }
h1 { font-size:32px; color:#2f3b47; }
h2 { font-size:26px; color:#9a090d; line-height:36px;}
h3 { font-size: 20px; }

h1 a, h2 a, h3 a, h4 a, h5 a {text-decoration:none}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {text-decoration:underline}

strong,b {font-family:'open_sansbold'}
i   {font-style: italic}
a {text-decoration:none; color:#9a090d;}
a:hover {text-decoration:underline}

.center {text-align:center !important;}

.toleft {float:left;display:block;}
.toright {float:right;display:block;}
.tocenter {display:block; text-align:center}

.marginRight10 {margin-right:10px;}
.marginRight20 {margin-right:20px;}
.marginRight40 {margin-right:40px;}
.marginTop20 {margin-top:20px;}
.marginTop40 {margin-top:40px;}
.marginBottom5 {margin-bottom:5px;}
.marginBottom30 {margin-bottom:30px;}
.marginBottom40 {margin-bottom:40px;}
/* Webove elementy */
#backgrounder {
	min-width:100%;
	min-height:100%;
	display:block;
	float:left;
	background:url(../img/bcg_body_2.jpg) no-repeat center 0;
}

#container {
	min-width:100%;
	min-height:100%;
	display:block;
	float:left;
}
#layout {
	overflow-x:hidden;
}
#menu {
	width:100%;
	height:70px;
	display:block;
	float:left;
	position:relative;
	background:url(../img/menu.png) repeat-x center 0;
}
#menu ul, #menu ul li {
	display:block;
}
#menu ul#mainMenu {
	float:left;
	margin-left:29px;
}
#menu ul#mainMenu li:last-child {
	margin-right:0;
}
#menu ul#mainMenu li {
	float:left;
	font-size:14px;
	margin-right:0
}
#menu ul#mainMenu li:hover {
	background:url(../img/menu_hover.png) no-repeat center 57px;
}
#menu ul#mainMenu li a {
	font-family:"open_sansbold", Arial;
	color:white;
	text-shadow:1px 1px 0px #520002;
	text-transform:uppercase;
	letter-spacing:0.1px;
	padding:0 6px;
	line-height:70px;
	height:70px;
	display:block;
}
#menu input {
	outline: none;
}
#menu a {
	text-decoration:none;
}
#menu a:hover {
	text-decoration:none;
}
#menu .rightMenu {
	display:block;
	float:right;
	height:70px;
}
#menu .rightMenu #langMenu {
	float:left;
	border-right: 1px solid #6A0003;
}
#menu .rightMenu ul li {
	float:left;
	font-size:14px;
	width:48px;
	border-left:1px solid #6a0003;
}
#menu .rightMenu ul a.cze {
	background-repeat:no-repeat;
	background-image:url(../img/cze_flag.png)
}
#menu .rightMenu ul a.eng {
	background-repeat:no-repeat;
	background-image:url(../img/eng_flag.png);
}
#menu #menuSearchBtn, #menu .search {
	width:50px;
	height:70px;
	display:block;
	float:left;
	text-indent:-9999em;
	font-size:0px;
	background:url(../img/search.png) no-repeat;
	border-right: 1px solid #6A0003
}
#menu #menuSearchBtn.active {
	background-position: 0 -70px;
}
#menu #menuSearchBox {
	width: 320px;
	height: 90px;
	padding: 20px 0 0 20px;
	background: #6a0003;
	display: none;
	position: absolute;
	top:70px;
	right: 0;
	z-index: 999;
}
#menu #menuSearchBox a {
	color: white;
	margin-top: 10px;
	display: block;
	float: left;
}
#menu #menuSearchBox a:hover {
	text-decoration: underline;
}

#menu ul#mainMenu .submenu a {
	font-family:'open_sansregular';
	font-size:13px;
	color:#9a090d;
	display:inline;
	float:none;
	text-transform:none;
	text-shadow:none;
	line-height:17px;
	height:auto;
	padding:0;
}
#mainMenu .submenu {
	display:none;
	position:absolute;
	z-index:9999;
	top:70px;
	left:20px;
	width:750px;
	height:auto;
	background:white;
	box-shadow: 0 11px 10px rgba(47,59,71,.5) !important; /* drop shadow */
	border:5px solid #d2d8e1;
}
#mainMenu .twoCols {
	background:url(../img/menu_twocols.jpg) repeat-y white;
}
#mainMenu .threeCols {
	background:url(../img/menu_threecols.jpg) repeat-y;
}
#mainMenu .colSingle {
	width:190px;
	min-height:100px;
	padding:10px 30px 20px 30px;
	display:block;
	float:left;
	position:relative;
}
#mainMenu .colDouble {
	width:440px;
	min-height:100px;
	padding:10px 30px 20px 30px;
	display:block;
	float:left;
	position:relative;
}
#mainMenu .submenu .noborder {
	width:190px;
	border-right:none;
}
#mainMenu li:hover .submenu {
	display:block;
}
#mainMenu .submenu .nadpis {
	font-size:16px;
	font-family:'open_sans_semiboldregular';
	display:block;
	clear:both;
	color:#2f3b47;
	margin:20px 0 19px;
}
#menu ul#mainMenu .submenu ul {
	margin:0;
	padding:0;
}
#menu ul#mainMenu .submenu ul li {
	margin:0 0 6px;
	padding:0;
	float:none;
	font-size:13px;
	/*padding-left:12px;
	background:url(../img/li_text.jpg) no-repeat 0 6px;*/
}
#menu ul#mainMenu .submenu ul.clanky li {
	margin-bottom:15px;
	padding-left:0;
	background:none;
	line-height:17px;
}
#menu ul#mainMenu .submenu ul li a {
}
#menu ul#mainMenu .submenu  a:hover {
	text-decoration:underline;
}
#menu ul#mainMenu .submenu ul li:hover {
	background:none;
}
#menu ul#mainMenu .submenu a.dalsi {
	font-family: 'open_sans_semiboldregular';
	display:block;
	text-align:right;
	float:right;
	margin-top:10px;
}
#menu ul#mainMenu .submenu .colDouble ul {
	width:500px;
}
#menu ul#mainMenu .submenu .colDouble li {
	width:200px;
	margin-right:40px;
	display:block;
	float:left;
}
#mainMenu .submenu .menuSearch, #sportovciPrehled .menuSearch {
	display:block;
	float:left;
	width:190px;
	height:50px;
	background:url(../img/menu_search.jpg) no-repeat;
	margin-bottom:20px;
}
#mainMenu .submenu .menuSearch input.text, #sportovciPrehled .menuSearch input.text {
	display:block;
	float:left;
	border:none;
	background:none;
	width:123px;
	height:38px;
	line-height:38px;
	font-size:14px;
	margin:5px 0 0 13px;
}
#mainMenu .submenu .menuSearch input.submit, #sportovciPrehled .menuSearch input.submit {
	display:block;
	float:right;
	border:none;
	background:none;
	width:38px;
	height:38px;
	text-indent:-999px;
	margin:5px 5px 0 0;
	cursor:pointer;
}
#menu ul#mainMenu .submenu .menuMediakit, #menu ul#mainMenu .submenu .menuAkreditace {
	width:148px;
	height:48px;
	line-height:48px;
	border:1px solid #d2d8e1;
	display:block;
	float:left;
	font-size:14px;
	font-family:'open_sans_semiboldregular';
	color:#2f3b47;
	text-shadow:1px 1px 0 white;
	padding-left: 40px;
}
#menu ul#mainMenu .submenu .menuMediakit {
	margin-bottom:10px;
	background:url(../img/menu_mediakit.png) white;
}
#menu ul#mainMenu .submenu .menuAkreditace {
	margin-bottom:10px;
	background:url(../img/menu_akreditace.png) white;
}
#menu ul#mainMenu .submenu .menuMediakit:hover, #menu ul#mainMenu .submenu .menuAkreditace:hover {
	background-color:#d2d8e1;
	text-decoration:none;
}
#mainMenu .submenu p{
	font-size:13px;
	line-height:17px;
}
#header {
	height:124px;
	display:block;
	float:left;
	width:100%;
	background:white;
}
#header a.logo {
	float:left;
	margin-top:23px;
	margin-left:40px;

	/*background:url(../img/logo-mucha2.png) no-repeat;
	width: 414px;
	background:url(../img/logo-park6.png) no-repeat; 
	width: 264px; */
}
#header a.logo .logo-text {
	width: 100px;
	margin-left: 12px;
}



#header .socialBoxes {
	display:block;
	float:left;
	margin-top:52px;
}
.pluginSkinLight .pluginCountButton {
	display:none;
}

.countdown {
	float: right;
	margin: 38px 40px 0 15px;
	color: #000;
}
.countdown span {
	display: block;
	float: left;
}
.countdown .numbers {
	border-top: 1px #C1C1C4 solid;
	border-bottom: 1px #C1C1C4 solid;
	padding: 0 2px;
}
.countdown .numbers span {
	line-height: 45px;
	width: 20px;
	font-family: 'open_sans_semiboldregular';
	font-size: 32px;
	text-align: center;
}
.countdown .text {
	margin: 10px 10px 0 9px;
	font-family: 'open_sansregular';
	font-size: 13px;
}


.logo_pocitadla_baku{
	margin-left: 100px;

}
#content {
	width:100%;
	display:block;
	float:left;
	background:white;
	min-height:880px;
	position: relative;
}
#content.borderTop {
	border-top:5px solid #d2d8e1;
}
#topstoryHolder {
	width:100%;
	display:block;
	float:left;
}
#topstory {
	display:block;
	float:left;
	position:relative;
	overflow:hidden;
}
#topstory .slides_container div {
	display:block;
}
#topstory .prev {
	width:18px;
	height:36px;
	background:url(../img/topstory_left.png) no-repeat;
	position:absolute;
	left:20px;
	z-index:999;
}
#topstory .next {
	width:18px;
	height:36px;
	background:url(../img/topstory_right.png) no-repeat;
	position:absolute;
	right:20px;
	z-index:999;
}
#topstory h2 a, #topstory h1 a, #topstory h1 {
	position:absolute;
	display:block;
	bottom:0px;
	left:0;
	padding:12px 20px;
	/* padding:20px; font-size:32px */
	background:url(../img/blue_transparent.png) repeat;
	color:#fff;
	font-family:'open_sans_semiboldregular';
	font-size:28px;
	line-height:42px;
	z-index:990;
}
#topstory .pagination {
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:999;
}
#topstory .pagination li {
	display:block;
	float:left;
	margin-left:2px;
}
#topstory .pagination a {
	width:12px;
	height:12px;
	background:#fff;
	display:block;
	float:left;
	text-indent:-9999em;
	font-size:0px;
}
#topstory .pagination li a:hover, #topstory .pagination .current a {
	background:#ed1c23;
}
#socialMediaHubBox {
	width:300px;
	display:block;
	float:left;
}
#socialMediaHubBox #hubBoxHeader {
	height:41px;
	display:block;
	float:left;
	width:100%;
}
#socialMediaHubBox  #hubBoxHeader .toleft a {
	line-height: 31px;
	font-size: 20px;
	float:left;
}
#socialMediaHubBox #hubBoxHeader a.fb {
	text-indent:-9999em;
	font-size:0px;
	display:block;
	float:left;
	margin-left:2px;
	background:url(../img/fb_feed_gray.png);
	width:30px;
	height:30px;
}
#socialMediaHubBox #hubBoxHeader a.twitter {
	text-indent:-9999em;
	font-size:0px;
	display:block;
	float:left;
	margin-left:2px;
	background:url(../img/twitter_feed_gray.png);
	width:30px;
	height:30px;
}
#socialMediaHubBox #hubBoxHeader a.gplus {
	text-indent:-9999em;
	font-size:0px;
	display:block;
	float:left;
	margin-left:2px;
	background:url(../img/gplus_feed_gray.png);
	width:30px;
	height:30px;
}
#socialMediaHubBox #hubBoxHeader a.instagram {
	text-indent:-9999em;
	font-size:0px;
	display:block;
	float:left;
	margin-left:2px;
	background:url(../img/instagram_feed_gray.png);
	width:30px;
	height:30px;
}
#socialMediaHubBox #hubBoxHeader a.youtube {
	text-indent:-9999em;
	font-size:0px;
	display:block;
	float:left;
	margin-left:2px;
	background:url(../img/yt_feed_gray.png);
	width:30px;
	height:30px;
}
#socialMediaHubBox #hubBoxHeader a.fb:hover { background:url(../img/fb_feed.png); }
#socialMediaHubBox #hubBoxHeader a.twitter:hover { background:url(../img/twitter_feed.png); }
#socialMediaHubBox #hubBoxHeader a.gplus:hover { background:url(../img/gplus_feed.png); }
#socialMediaHubBox #hubBoxHeader a.instagram:hover { background:url(../img/instagram_feed.png); }
#socialMediaHubBox #hubBoxHeader a.youtube:hover { background:url(../img/yt_feed.png); }
#hubBoxFeedsHolder {
	border:1px solid #d2d8e1;
	display:block;
	float:left;
	padding:0;
	background:white;
	width:298px;
}
.hubBoxFeed {
	padding:0px 0px 0px 19px;
	display:none;
	float:left;
	width:279px;
	position:relative;
	overflow:hidden;
}
.sorter {
	display:block;
	float:left;
	width:59px;
	background: #f4f6f9;
	height:100%;
	margin-left: -19px;
}
.hubBoxFeed .post {
	display:block;
	float:left;
	padding: 15px 17px 15px 74px;
	font-size:13px;
	min-height:20px;
	line-height:16px;
	width: 207px;
	word-wrap:break-word;
	border-bottom:1px solid #d2d8e1;
}
.hubBoxFeed .post:last-child {
	border: none;
}
#smhAjaxInner .post, .socialMediaHubArchiv .post {
	display:block;
	float:left;
	padding: 15px 20px 15px 74px;
	font-size:13px;
	min-height:20px;
	line-height:16px;
	word-wrap:break-word;
	border-bottom:1px solid #d2d8e1;
}
#smhAjaxInner .post:last-child, .socialMediaHubArchiv .post:last-child {
	border-bottom: none;
}
.hubBoxFeed .jspDrag, #smhAjaxInner .jspDrag, .socialMediaHubArchiv .jspDrag {
	background:#c9d0db;
	width:8px;
	border-radius:4px;
}
.hubBoxFeed .jspTrack, .hubBoxFeed .jspVerticalBar, #smhAjaxInner .jspTrack, #smhAjaxInner .jspVerticalBar, .socialMediaHubArchiv .jspTrack, .socialMediaHubArchiv .jspVerticalBar {
	background:none;
}
.hubBoxFeed .fb, #smhAjaxInner .fb, .socialMediaHubArchiv .fb {
	background:url(../img/fb_feed.png) no-repeat 14px 14px;
}
.hubBoxFeed .twitter, #smhAjaxInner .twitter, .socialMediaHubArchiv .twitter {
	background:url(../img/twitter_feed.png) no-repeat 14px 14px;
}
.hubBoxFeed .instagram, #smhAjaxInner .instagram, .socialMediaHubArchiv .instagram {
	background:url(../img/instagram_feed.png) no-repeat 14px 14px;
}
.hubBoxFeed .gplus, #smhAjaxInner .gplus, .socialMediaHubArchiv .gplus {
	background:url(../img/gplus_feed.png) no-repeat 14px 14px;
}
.hubBoxFeed .gplus, #smhAjaxInner .youtube, .socialMediaHubArchiv .youtube {
	background:url(../img/yt_feed.png) no-repeat 14px 14px;
}
#smhAjaxInner .link a, .socialMediaHubArchiv .link a {
	background-position: 0 0;
	padding-left: 38px !important;
	display: inline-table;
	margin-top: 5px;
	line-height: 30px;
}
#socialMediaHubBox .currentFeed {
	display:block !important;
}
.hmpgBox h2 {
	margin:0 0 10px 0;
}
.hmpgBox h2 a {
	color:#9a090d;
}
#socialMediaHubBox.clanek .hubBoxFeed {
	height:251px;
}
#olympioniciSportyHolder {
	display:block;
	float:left;
	margin-bottom:35px;
}
.olympioniciSportyBox {
	width:620px;
	display:block;
	float:left;
}
.hmpgBox .pic, .olympiadaFotoVideoBox, .sportovecFotoVideoBox, .sportFotoVideoBox {
	display:block;
	float:left;
	width:300px;
	height:200px;
	position:relative;
}
.hmpgBox .pic .title, .olympiadaFotoVideoBox .title, .sportovecFotoVideoBox .title, .sportFotoVideoBox .title {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:270px;
	background:url(../img/blue_transparent.png) repeat;
	font-size:15px;
	color:white;
	font-family: 'open_sans_semiboldregular';
	padding:15px 15px 14px;
	text-decoration:none;
}
.hmpgBox .title:hover, .olympiadaFotoVideoBox .title:hover, .sportovecFotoVideoBox .title:hover {
	text-decoration:underline;
}
#olympiadaFotoVideo, #sportovecFotoVideo, #sportFotoVideo {
	display:block;
}
#olympiadaFotoVideo .foto span.ico, #sportovecFotoVideo .foto span.ico, #sportFotoVideo .foto span.ico {
	padding-left:30px;
	width:240px;
	background:url(../img/foto_white.png) no-repeat 0 center;
}
#olympiadaFotoVideo .video span.ico , #sportovecFotoVideo .video span.ico, #sportFotoVideo .video span.ico {
	padding-left:30px;
	width:240px;
	background:url(../img/video_white.png) no-repeat 0 center;
}
#olympiadaLeftPane {
	width:620px;
	display:block;
	float:left;
}
#olympiadaLeftPane #medaile {
	display:block;
	float:left;
	width:220px;
	margin-right:20px;
	margin-bottom:20px;
}
#sportovecProfile #medaile, #sportProfile #medaile {
	position: absolute;
	bottom: -10px;
	left: 0;
	display:block;
}
#olympiadaLeftPane #medaile h2 {
	color:#121c25;
	display:block;
	clear:both;
	font-size:20px;
	margin-bottom:17px;
}
#sportovecProfile h2, #sportProfile h2 {
	color:#121c25;
	display:block;
	clear:both;
	font-size:20px;
}
#olympiadaLeftPane #medaile span, #sportovecProfile #medaile span, #sportProfile #medaile span{
	display:block;
	float:left;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size: 38px;
	color:white;
	font-family:'open_sans_semiboldregular';
	margin-top:8px;
	margin-right:10px;
}
#olympiadaLeftPane #medaile .gold, #sportovecProfile #medaile .gold, #sportProfile #medaile .gold{ background:url(../img/gold_60x60.png) no-repeat; text-shadow:1px 1px 0 #c76e00;}
#olympiadaLeftPane #medaile .silver, #sportovecProfile #medaile .silver, #sportProfile #medaile .silver{ background:url(../img/silver_60x60.png) no-repeat;text-shadow:1px 1px 0 #929dac}
#olympiadaLeftPane #medaile .bronze, #sportovecProfile #medaile .bronze, #sportProfile #medaile .bronze{ background:url(../img/bronze_60x60.png) no-repeat; text-shadow:1px 1px 0 #533000;}

#olympiadaLeftPane #medaile ul li {
	font-size:13px;
	margin-bottom:10px;
	clear: both;
}
#olympiadaLeftPane #medaile ul li img{
	vertical-align:middle;
	margin-right:10px;
}
#olympiadaLeftPane .text {
	display:block;
	float:left;
	width:370px;
}
#olympiadaLeftPane .text p {
	margin-bottom:25px;
}
#olympiadaLeftPane .text span.label {
	width:145px;
	font-family:'open_sansbold';
	display:inline-block;
}
#olympiadaSportovci {
	display:block;
	width:620px;
}
#olympiadaSportovci h2, #sportovecVysledky h2 {
	color:#121c25;
	font-size:20px;
	margin-bottom:10px;
}
#olympiadaSportovci table, #sportovecVysledky table {
	width:620px;
	margin-bottom:20px;
}
#olympiadaSportovci table tr, #sportovecVysledky table tr {
	border:1px solid #d2d8e1;
}
#olympiadaSportovci table th, #sportovecVysledky table th {
	font-family:'open_sans_semiboldregular';
	text-align:left;
	padding:12px 20px;
	background:#f0f2f7;
}
#olympiadaSportovci table td, #sportovecVysledky table td {
	text-align:left;
	padding:12px 20px;
	line-height: 18px;
}
#olympiadaSportovci table tr.dark td, #sportovecVysledky table tr.dark td {
	background:#f0f2f7;
}
#olympiadaClanky {
	display:block;
	float:left;
}

#staticClanky{
	margin-top: 40px;
}

#olympiadaClanky div {
	display:block;
	float:left;
	width:260px;
	padding:14px 19px 0;
	height:100px;
	margin-right:20px;
	border:1px #d2d8e1 solid;
	background:#f4f6f9;
	line-height:21px;
	margin-bottom:20px;
}
#sportovecClanky div, #sportClanky div , #staticClanky div{
	display:block;
	float:left;
	width:260px;
	padding:14px 19px 0;
	/* height:100px; */
	border:1px #d2d8e1 solid;
	background:#f4f6f9;
	line-height:21px;
	margin-bottom:20px;
}
#olympiadaClanky div a, #sportovecClanky div a, #sportClanky div a, #staticClanky div a{
	font-size:16px;
	font-family:'open_sans_semiboldregular';
	clear:both;
}
#olympiadaClanky div span.date, #sportovecClanky div span.date, #sportClanky div span.date, #staticClanky div span.date{
	color:#888d92;
	display:block;
	clear:both;
}

#olympiadySlider {
	width:100%;
	display:block;
	float:left;
	height:100px;
	background:#eff1f7;
	margin: 40px 0 ;
	position:relative;
}
#olympiadySlider .rocnik {
	font-family: 'open_sans_semiboldregular';
	font-size:22px;
	width:140px;
	height:80px;
	color:#2f3b47;
	display:block;
	float:left;
	padding-top:20px;
	text-shadow:1px 1px 0 #fff;
	background:url(../img/olympiady_hmpg_light.png) no-repeat;
	z-index:2;
	text-align:center;
}
#olympiadySlider a.dark {
	background:url(../img/olympiady_hmpg_dark.png) no-repeat;
}
#olympiadySlider .detail {
	display: none;
	position: absolute;
	background: url(../img/olympiady_hmpg_detail.png);
	width: 212px;
	height: 232px;
	top: -67px;
	z-index: 999;
}
#olympiadySlider .detail.double {
	height: 464px;
	top: -170px;
	background: url(../img/olympiady_hmpg_detail_double.png);
}
#olympiadySlider .detail .detail-inner {
	display: block;
	float: left;
	height: 232px;
	width: 212px;
	margin: 0;
	padding: 0;
}
#olympiadySlider .detail .detail-inner a {
	width: 212px;
	display: block;
	text-align: center;
}
#olympiadySlider .detail .detail-inner h3 {
	margin-top: 30px;
	color: #9a090d;
	font-size: 20px;
}
#olympiadySlider .detail .detail-inner .misto {
	color: #2f3b47;
	margin: 3px 0 15px;
}
#olympiadySlider .scrollable {
	position:relative;
	overflow:hidden;
	height:100px;
	float:left;
	display:block;
}
#olympiadySlider .prev {
	display:block;
	float:left;
	width:40px;
	height:100px;
	background:url(../img/olympiady_hmpg_left.png) no-repeat;
	cursor:pointer;
}
#olympiadySlider .next {
	display:block;
	float:left;
	width:40px;
	height:100px;
	background:url(../img/olympiady_hmpg_right.png) no-repeat;
	cursor:pointer;
}
#olympiadySlider .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
#clanek {
	display:block;
	float:left;
}
#clanek .text {
	display:block;
	float:left;
	font-size:16px;
	line-height:25px;
}
#clanek .text h2 {
	margin-bottom: 10px;
}
#clanek .text h3 {
	line-height: 28px;
	margin-bottom: 8px;
}
#clanek .text ul, #clanek .text ol {
	margin-bottom: 25px;
	font-size: 16px;
}
#clanek .text li {
	line-height: 25px;
	padding-left: 20px;
}
#clanek .text ul li {
	background: url(../img/li_text.jpg) no-repeat 4px 9px;
}
#clanek .text ol li {
	list-style: decimal inside;
	padding: 0;
}
#clanek .text ul ul, #clanek .text ol ol {
	margin-left: 10px;
}
#clanek .text p {
	margin-bottom:25px;
	font-size:16px;
	line-height:25px;
}
#clanek .text p.anotace {
	font-size:18px;
	font-family:'open_sans_semiboldregular';
}
#clanek .rightPane {
	display:block;
	float:left;
}
#clanek .leftPane .socialSharing {
	width:100%;
	border-top:#d2d8e1 1px solid;
	display:block;
	float:left;
	margin-top:5px;
	height:22px;
	padding:20px 0;
}
#clanek .leftPane #clankyNextPrev, .calendar-event .strankovani{
	display:block;
	float:left;
	border-top:#d2d8e1 1px solid;
	background:url(../img/gray_dot.png) repeat-y center;
	width:100%;
}
#clanek #clankyNextPrev .prev, .calendar-event .strankovani .prev{
	background:url(../img/gray_left.png) no-repeat;
	padding-left:40px;
	float:left;
}
#clanek #clankyNextPrev .next, .calendar-event .strankovani .next{
	background:url(../img/gray_right.png) no-repeat right 0;
	padding-right:40px;
	text-align:right;
	float:right;
}
#clanek #clankyNextPrev .next, #clanek #clankyNextPrev .prev, .calendar-event .strankovani .next, .calendar-event .strankovani .prev{
	display:block;
	text-transform:uppercase;
	font-family: 'open_sans_semiboldregular';
	font-size:13px;
	line-height:21px;
}
#clanek #clankyNextPrev a {
	text-transform:none;
	font-size:16px;
	clear:both;
	display:block;
}
#clanek .leftPane {
	display:block;
	float:left;
}
#clanek .submenu {
	display:block;
	float:left;
	width:300px;
	border-top:1px solid #d2d8e1;
}
#clanek .submenu ul {
	margin:0;
}
#clanek .submenu ul li {
	width:100%;
	display:block;
	float:left;
}
#clanek .submenu ul a, #clanek .articleDate{
	font-size:16px;
	font-family:'open_sans_semiboldregular';
	display:block;
	padding:12px 20px;
}
#clanek .submenu ul a {
	width:260px;
	border-bottom: 1px solid #d2d8e1;
}
#clanek .articleDate{
	padding-top: 0px;
}
#olympiadaHeader {
	width:100%;
	display:block;
	float:left;
	background-position: right 0;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:white;
	height:auto;
	margin-bottom:25px;
	position: relative;
}
#olympiadaHeader h1 {
	margin:35px 0 0 37px;
}
#olympiadaHeader p {
	font-size:16px;
	text-shadow:1px 2px 0 white;
	margin-left:40px;
	margin-top:45px;
	width:610px;
}
#archivClanku {
	display:block;
	float:left;
	margin-top:40px;
}
#archivClanku h1, #socialMediaHub h1, .event-calendar h1 {
	color:#2f3b47;
	padding-bottom:16px;
	border-bottom:1px solid #d2d8e1;
	width:100%;
	margin-bottom:21px;
}
#archivClanku .item {
	display:block;
	float:left;
	width:100%;
	margin-bottom:19px;
	border-bottom:1px solid #d2d8e1;
	padding-bottom:19px;
}
#archivClanku .date {
	display:block;
	float:left;
	width:60px;
	margin-right:20px;
	margin-top:10px;
}
#archivClanku .dayMonth {
	font-size:26px;
	display:block;
	float:right;
	text-align:right;
}
#archivClanku .year{
	font-size:16px;
	display:block;
	float:right;
	text-align:right;
}
#archivClanku .pic {
	width:300px;
	display:block;
	float:left;
	margin-right:20px;
}
#archivClanku .nadpis {
	display:block;
	float:left;
	margin-top:5px;
}
#archivClanku .strankovani .prev {
	height:35px;
	line-height:35px;
	background:url(../img/gray_left.png) no-repeat;
	padding-left:40px;
	float:left;
	font-family: 'open_sans_semiboldregular';
	font-size:16px;
	display:block;
	width:120px;
}
#archivClanku .strankovani{
	display:block;
	float:left;
	width:100%;
	margin-bottom:20px;
}
#archivClanku .strankovani .next {
	height:35px;
	line-height:35px;
	background:url(../img/gray_right.png) no-repeat right 0;
	padding-right:40px;
	float:right;
	font-family: 'open_sans_semiboldregular';
	font-size:16px;
	display:block;
	width:110px;
	text-align:right;
}
#archivClanku .strankovani .strana {
	font-size:16px;
	line-height:35px;
	display:block;
	text-align:center;
	float:left;
}
.event-calendar .time{
	font-size:16px;
	display:block;
	float:right;
	text-align:right;
}
#archivClanku.event-calendar .nadpis{
	width: 840px;
}
#sportovec, #sport {
	display:block;
	float:left;
}
#sportovecProfile, #sportProfile {
	width:620px;
	display:block;
	float:left;
}
#sportovecProfile .pic, #sportProfile .pic {
	width:300px;
	height:200px;
	margin-right:20px;
	position:relative;
	float:left;
	display:block;
}
#sportovecProfile .pic .ico, #sportProfile .pic .ico {
	position:absolute;
	left:0;
	bottom:0;
}
#sportovecProfile .nadpis, #sportProfile .nadpis {
	width:280px;
	display:block;
	float:left;
	position:relative;
	height:200px;
}
#sportovecProfile h1{
	line-height:37px;
	margin-top: -5px;
}
#sportProfile h1 {
	line-height:37px;
	margin-top: -5px;
}
#sportProfile .subtitle {
	font-size:14px;
	font-family:'open_sansbold';
	bottom:0;
	left:0;
	line-height:16px;
}
#sportovecVysledky, #sportVysledky {
	display:block;
	width:620px;
}
#sportText {
	width:620px;
	display:block;
	float:left;
}
#sportText .leftPane {
	width:220px;
	margin-right:20px;
	display:block;
	float:left;
}
#sportText .rightPane {
	display:block;
	float:left;
	margin-bottom: 40px;
}
#sportText .leftPane p {
	margin-bottom:20px;
	line-height:20px;
}
#sportText .rightPane p {
	margin-bottom:35px;
}
#sportText .fbLink {
	padding-left:25px;
	background:url(../img/ico_fb.png) no-repeat;
	margin-top:4px;
	display:inline-table;
}
#sportText .twitterLink {
	padding-left:25px;
	background:url(../img/ico_twitter.png) no-repeat;
	margin-top:4px;
	display:inline-table;
}

#sportText .webLink {
	padding-left:25px;
	background:url(../img/ico_web.png) no-repeat;
	margin-top:4px;
	display:inline-table;
}

#sportText .socialLink{
	padding-left:25px;
	background:url(../img/ico_sochub.png) no-repeat;
	margin-top:4px;
	display:inline-table;
	background-position:2px;
}


#sportovecText {
	display: block;
	float: left;
	width: 620px;
}

#sportovecText .leftPane {
	display: block;
	float: left;
	margin-right: 20px;
	width: 620px;
	border-bottom: 1px solid #ECEEF2;
	margin-bottom: 20px;
	padding-bottom: 8px;
}

#sportovecText .leftPane table {
	width: 620px;
}

#sportovecText .leftPane table tr td {
	font-family: 'open_sans_semiboldregular';
	text-align: left;
	padding: 12px 20px;
}

#sportovecText .leftPane table tr td.item {
	font-weight: bold;
}

#sportovecText .leftPane .line {
	display:block;
	margin-bottom:12px;
	float:left;
}
#sportovecText .leftPane span.label {
	font-family: 'open_sansbold';
	display:block;
	float:left;
	width:220px;
	line-height:18px;
}
#sportovecText .leftPane span.obsah {
	display:block;
	float:left;
	width:380px;
	line-height:18px;
}


#sportovecText .rightPane {
	display: block;
	float: left;
	width: 620px;
}

#sportovecText .leftPane p {
	line-height: 20px;
	margin-bottom: 10px;
}

#sportovecText .rightPane p {
	margin-bottom: 35px;
}

#sportovecText .fbLink {
	float: left;
	background: url(../img/ico_fb.png) no-repeat;
	display: block;
	width:18px;
	height: 18px;
	margin-right:6px;
	font-size: 1px;
	text-indent: -9999em;
}

#sportovecText .twitterLink {
	background: url(../img/ico_twitter.png) no-repeat;
	display: block;
	margin-right:6px;
	width:18px;
	height: 18px;
	float: left;
	font-size: 1px;
	text-indent: -9999em;
}

#sportovecText .wikipedieLink {
	background: url(../img/ico_wiki.png) no-repeat 0 center;
	display: block;
	float: left;
	margin-right:6px;
	height: 18px;
	width:27px;
	font-size: 1px;
	text-indent: -9999em;
}

#sportovecText .webLink {
	background: url(../img/ico_web.png) no-repeat;
	display: block;
	margin-right:6px;
	width:18px;
	height: 18px;
	float: left;
	font-size: 1px;
	text-indent: -9999em;
}

#sportovecText .googleLink {
	background: url(../img/ico_gplus.png) no-repeat;
	display: block;
	margin-right:6px;
	width:18px;
	height: 18px;
	float: left;
	font-size: 1px;
	text-indent: -9999em;
}


#sportovciPrehled, #sportyPrehled, #socialMediaHub, #vyhledavani, #media {
	display:block;
	float:left;
	margin-top:40px;
}
#sportovciPrehled .filtr, #sportyPrehled .filtr, #media .filtr{
	width:100%;
	/*height:39px;*/
	border-top:1px solid #d2d8e1;
	border-bottom:1px solid #d2d8e1;
	margin-bottom:40px;
	margin-top:15px;
}
#sportovciPrehled .filtr:after, #sportyPrehled .filtr:after, #media .filtr:after {
	content: "";
	display: block;
	clear: both;
	margin-bottom: -6px;
}
#content #media .filtr {
	display:block;
	float:left;
	margin-top:20px;
}
#sportovciPrehled .filtr li, #sportyPrehled .filtr li, #media .filtr li{
	display:block;
	float:left;
}
#sportovciPrehled .filtr a, #sportyPrehled .filtr a, #media .filtr a {
	color:#2f3b47;
	font-size:16px;
	font-family:'open_sans_semiboldregular';
	text-shadow:1px 1px 0 white;
	line-height:39px;
	height:39px;
	display:block;
	float:left;
	padding-bottom:6px;
}
#media .filtr a {
	padding-left:15px;
	padding-right:15px;
}
#sportovciPrehled .filtr a:hover, #sportovciPrehled .filtr a.aktivni, #sportyPrehled .filtr a:hover, #sportyPrehled .filtr a.aktivni , #media .filtr a:hover, #media .filtr a.aktivni {
	background:url(../img/prehledy_filtr.png) no-repeat center 0;
	text-decoration:none;
}
#sportovciPrehled .sportovciHolder, #sportyPrehled .sportyHolder, #socialMediaHub .socialMediaHubHolder {
	display:block;
	float:left;
	margin-bottom:20px;
}
#sportovciPrehled .item, #sportyPrehled .item, #socialMediaHub .item{
	width:300px;
	display:block;
	float:left;
	margin-right:20px;
	height:60px;
	margin-bottom:20px;
}
#sportovciPrehled .item .ico, #sportyPrehled .item .ico, #socialMediaHub .item .ico {
	display:block;
	float:left;
}
#sportovciPrehled .item .name, #sportyPrehled .item .name, #socialMediaHub .item .name {
	display:table-cell;
	padding:0px 20px;
	width:199px;
	height:58px;
	border:1px solid #d2d8e1;
	border-left:none;
	background:#f4f6f9;
	font-size:16px;
	line-height:21px;
	vertical-align:middle;
	font-family: 'open_sans_semiboldregular';
}

#olympicsPrehled .item{
	width: 296px;
	height: 62px;
	border:1px solid #d2d8e1;
	background:#f4f6f9;
}

#olympicsPrehled .item .name{
	border: none;
	height: 62px;
}
#olympicsPrehled .item .ico{
	padding: 1px;
}

#menu ul#mainMenu li .submenu .sport {
	width:215px;
	display:block;
	float:left;
	margin-right:0px;
	height:60px;
	margin-bottom:20px;
}
#menu ul#mainMenu li .submenu .sport .ico {
	display:block;
	float:left;
}
#menu ul#mainMenu li .submenu .sport .name {
	display:table-cell;
	padding:0px 10px;
	width:109px;
	height:58px;
	border:1px solid #d2d8e1;
	border-left:none;
	background:#f4f6f9;
	font-size:14px;
	line-height:21px;
	vertical-align:middle;
	font-family: 'open_sans_semiboldregular';
}

#footer {
	width:100%;
	display:block;
	float:left;
}
#footer .partneri {
	height:100%;
	background:white;
	width:100%;
	display:block;
	margin:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#footer .partneri-outer{
	border-top:5px solid #d2d8e1;
	border-bottom:5px solid #d2d8e1;
	background-color: white;
}

#footer #footerMenu {
	display:block;
	float:left;
	width:100%;
	background:url(../img/footer_menu.png) center 0 repeat-x #f0f2f7;
	height:60px;
}
#footer #footerMenu ul {
	text-align:center;
	margin-top:21px;
}
#footer #footerMenu ul li {
	display:inline;
}
#footer #footerMenu ul li a {
	color:#4a555f;
	font-size:14px;
	text-transform:uppercase;
	font-family:'open_sansbold';
	text-shadow:1px 1px 0 #fff;
}
#footer #copyright {
	text-align:center;
	font-size:11px;
	color:#f0f2f7;
	height:43px;
	display:block;
	float:left;
	width:100%;
}
#footer #copyright p {
	margin-top:14px;
}
#footer #copyright a {
	color:#f0f2f7;
}
#smhAjaxInner {
	display:block;
	float:left;
	min-height:500px;
}
#smhAjaxInner h2 {
	font-size:32px;
	color:#2f3b47;
	line-height:60px;
	margin-left:20px;
	float:left;
}
#smhAjaxInner .leftPane{
	display:block;
	float:left;
	margin-top:30px;
}
#smhAjaxInner .feedHolder {
	display:block;
	float:left;
	height:521px;
	border:1px solid #d2d8e1;
	overflow: hidden;
	background: url(../img/bcg_feed.png) repeat-y;
}
.socialMediaHubArchiv .feedHolder {
	display:block;
	float:left;
	height:721px;
	border:1px solid #d2d8e1;
	overflow: hidden;
	background: url(../img/bcg_feed.png) repeat-y;
}
#smhAjaxInner .feed {
	display:block;
	float:left;
	width:100%;
	height:521px;
	overflow:hidden;
}
.socialMediaHubArchiv .feed {
	display:block;
	float:left;
	width:100%;
	height:721px;
	overflow:hidden;
}
#smhAjaxInner .rightPane {
	display:block;
	float:left;
	width:280px;
	margin-left:30px;
	margin-top:30px;
}
#smhAjaxInner .dalsi, .socialMediaHubArchiv .dalsi {
	text-align:center;
	font-size:16px;
	line-height: 35px;
	display:block;
	font-family:'open_sans_semiboldregular';
}
#smhAjaxInner .link {
	display:block;
	padding-bottom:10px;
	border-bottom:1px solid #d2d8e1;
	margin-bottom:20px;
}
#smhAjaxInner h3 {
	font-size:18px;
	color:#121c25;
	margin-bottom:5px;
	margin-top:0;
}
#vyhledavani #filters {
	display:block;
	padding:19px 19px 9px 19px;
	border:1px solid #d2d8e1;
	background:#f4f6f9;
	float:left;
	margin-top:20px;
}
#vyhledavani #filters .checkboxHolder {
	display:block;
	float:left;
	padding:0px 10px;
	border:1px solid #d2d8e1;
	height:38px;
	width:98px;
	line-height:38px;
	background:white;
	vertical-align:middle;
	margin-bottom:10px;
}
#vyhledavani #filters .checkboxHolder label {
	font-size:13px;
	line-height:38px;
}
#vyhledavani #filters .checkboxHolder input {
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	padding:0;
}
#vyhledavani #filters .textHolder {
	display:block;
	float:left;
	padding:0px 10px;
	border:1px solid #d2d8e1;
	height:38px;
	width:98px;
	line-height:38px;
	background:white;
	vertical-align:middle;
	margin-bottom:10px;
	margin-right:10px;
}
#vyhledavani #filters .textHolder input {
	height:20px;
	width:85px;
	margin:0;
	padding:0 5px;
}
#vyhledavani #filters .selectHolder, #calendar-filter .selectHolder {
	display:block;
	float:left;
	height:38px;
	line-height:38px;
	border:1px solid #d2d8e1;
	background:white;
	padding:0 10px;
	margin-bottom:10px;
}
#calendar-filter .selectHolder{
	width: 238px;
}
#calendar-filter select{
	width: 100%;
}
#vyhledavani #filters .selectHolder select {
	width:170px;
	display:block;
	margin-top:10px;
}
#vyhledavani #filters .umisteniHolder {
	display:block;
	float:left;
	padding:0px 0px 0 10px;
	border:1px solid #d2d8e1;
	height:38px;
	line-height:38px;
	background:white;
	vertical-align:middle;
	margin-bottom:10px;
}
#vyhledavani #filters .umisteniHolder input{
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	padding:0;
	display:block;
	float:left;
	margin-top:11px;
}
#vyhledavani #filters .umisteniHolder label{
	height:28px;
	display:block;
	float:left;
	margin-top:6px;
	line-height:26px;
	margin-right:11px;
}
#vyhledavani #filters input.submit {
	background:url(../img/vyhledat_btn.png) no-repeat;
	border:none;
	width:113px;
	height:40px;
	float:right;
	display:block;
	text-indent:-9999px;
	margin-bottom:10px;
}
#vyhledavani #results {
	display:block;
	float:left;
	margin-top:40px;
}
#vyhledavani #results .item {
	display:block;
	float:left;
	width:620px;
	margin-right:20px;
	margin-bottom:40px;
}
#vyhledavani #results .item .header {
	display:block;
	float:left;
	height:40px;
	margin-bottom:1px;
	background:#f4f6f9;
	width:620px;
}
#vyhledavani #results #sportovecVysledky {
	width:620px;
	margin:0;
}
#vyhledavani #results #sportovecVysledky table {
	margin:0;
	width:620px;
}
#vyhledavani #results .item .header .ico {
	display:block;
	float:left;
	width:40px;
	height:40px;
}
#vyhledavani #results .item .header h2 {
	line-height:40px;
	font-family: 'open_sans_semiboldregular';
	font-size:16px;
	margin:0 0 0 10px;
	width:490px;
	float:left;
	clear:none;
}
#vyhledavani #results .item .header .profilepic{
	display:block;
	float:right;
	height:40px;
}
#content #media h1 {
	clear: none;
	float: left;
}
#media #mediaSearch {
	float:right;
	display:block;
	position: relative;
}
#media #mediaSearch .selectHolder {
	display:block;
	float:left;
	height:38px;
	line-height:38px;
	border:1px solid #d2d8e1;
	background:#f4f6f9;
	padding:0 4px;
	margin-right:10px;
	width:190px;
}
#media #mediaSearch .selectHolder select {
	height:16px;
	width:190px;
	display:block;
	margin-top:10px;
}
#media #mediaSearch .searchHolder {
	display:block;
	float:left;
	height:30px;
	padding:4px;
	background:#f4f6f9;
	border: 1px solid #d2d8e1;
}
#media #mediaSearch .searchHolder input.text {
	width: 230px;
	padding:4px;
	height:20px;
	line-height:20px;
	font-size:14px;
	background:white;
	border: 1px solid #d2d8e1;
	float:left;
	display:block;
}
#media #mediaSearch #mediaSearchBtn {
	display: block;
	float: left;
	line-height: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
#media #mediaSearch .searchHolder input.submit {
	background:url(../img/media_search_btn.jpg) no-repeat;
	border:none;
	height:30px;
	width:27px;
	float:left;
	display:block;
	text-indent:-9999em;
}
#media #mediaSearch #mediaSearchBox {
	display: none;
	position: absolute;
	width: 370px;
	border: 1px solid #D2D8E1;
	border-top:none;
	top:39px;
	left: 0;
	background:#f4f6f9;
	padding-bottom: 15px;
}
#media #mediaSearch #mediaSearchBox select{
	display: block;
	float: left;
	clear: right;
	width: 172px;
	font-size: 13px;
	margin: 0px 0 0 7px;
}
#media #mediaSearch #mediaSearchBox .checkboxHolder {
	display:block;
	float:left;
	padding:0px 7px;
	height:38px;
	width:103px;
	line-height:38px;
	vertical-align:middle;
}
#media #mediaSearch #mediaSearchBox .checkboxHolder label {
	font-size:13px;
	line-height:38px;
}
#media #mediaSearch #mediaSearchBox .checkboxHolder input {
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	padding:0;
}
.archivSearch {

}
.archivSearch label input {
	vertical-align: -15%;
}
#archivClanku h1 {
	width: 78%;
}
#archivClanku .archivSearch {
	position: absolute;
	top: 20px;
	right: 20px;
}
#menuSearchBox .archivSearch label {
	color: white;
}
.archivSearch .searchHolder {
	display:block;
	width:290px;
	height:45px;
	padding:5px;
	background:url(../img/archiv_search.png) no-repeat;
}
.archivSearch .searchHolder input.text {
	width: 240px;
	padding:5px;
	height:30px;
	line-height:30px;
	font-size:16px;
	background:none;
	border:none;
	float:left;
	display:block;
}
.archivSearch .searchHolder input.submit {
	background:none;
	border:none;
	height:40px;
	width:40px;
	float:left;
	display:block;
	text-indent:-9999em;
	cursor: pointer;
}

#media h2 {
	margin-bottom:40px;
	font-size:26px;
	color:#2f3b47;
	float:left;
}
#media #results {
	display:block;
	float:left;
}
#media .line {
	display:block;
	float:left;
	width:100%;
	margin-bottom:40px;
}
#media .item {
	width:300px;
	margin-right:20px;
	display:block;
	float:left;
	text-align:center;
	position:relative;
	height:330px;
}
#media .superalbums { text-align: center; }
#media .superalbums .item { display: inline-block; float: none }
#media .item .pic {
	width:300px;
	display:block;
	float:left;
	margin-bottom:10px;
}
#media .item h2 {
	font-size:16px;
	text-align:center;
	margin-bottom:8px;
	line-height:25px;
	float:none;
}
#media .item h3 {
	font-size: 14px;
	text-align:center;
	font-family:'open_sansregular';
	margin-bottom:8px;
	line-height:20px;
}
#media .item .detail {
	font-size:12px;
}
#media .item .badge {
	width:36px;
	height:36px;
	top:9px;
	right:9px;
	display:block;
	position:absolute;
	background:url(../img/media_badge.png) no-repeat;
	text-align:center;
	line-height:36px;
	font-family:'open_sans_semiboldregular';
	color:white;
	font-size:16px;
}
#fancybox-overlay {
	display:none !important;
}
.fancybox-skin {
	box-shadow: 0 0 10px rgba(47,59,71,.5) !important; /* drop shadow */
	background:white !important;
	border-radius:0 !important;
}
.smhFancybox .fancybox-close {
	background:url(../img/fancybox_close.jpg) no-repeat;
	width:150px;
	height:31px;
	top:30px;
	right:30px;
}

#fotoHolder .item{
	height: 200px;
	font-family: 'open_sansbold';
}

#fotoHolder .item:hover{
	box-shadow: 0 0 6px rgba(17,27,37,0.25);
}

#fotoHolder .red{
	color: #9A090D;
	font-size: 1.1em;
}

.foto p{
	width:250px;
	margin:auto;
	margin-top: 10px;
}

.galleryContent #olympiadaClanky a.toright{
	margin-right: 80px;
}

ul.detail-medal {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}

ul.detail-medal li div.detail-medal-text {
	width: 155px;
	float: right;
	line-height: 16px;
	margin-bottom: 10px;
}

ul.detail-medal li div.detail-medal-text a {
	font-weight: bold;
}

h2#media-more-results{
	clear: both;
	margin-bottom: 50px;
	font-size: 2em;
	float: none;
}

.esgallery{
	font-size: 1.3em ;
}

#media-top #media-title h1{
	font-family: sans-serif;
	font-weight: bold;
}

a.video {
	position: relative;
}

a.video:after {
	background: url('/img/ico-play.png') 50% 50% no-repeat;
	bottom: 0;
	content: '';
	display: block;
	height: 200px;
	left: 0;
	position: absolute;
	width: 300px;
}

#svazy {
	display:block;
	float:left;
	margin-top:40px;
}
#svazy h1 {
	color:#2f3b47;
	padding:0;
	margin:0;
	clear:none;
	float:left;
}
#svazy h2{
	color:#121c25;
	margin-bottom:40px;
}
#svazy.event-calendar h1{
	padding-bottom: 16px;
}
#svazy.event-calendar h2.main-headline{
	margin-bottom: 0px;
	margin-top: 68px;
}
.event-calendar .text{
	width: 460px;
	float:left;
}
.event-calendar p a{
	color: #2F3B47;
}
.event-calendar p a:hover{
	text-decoration: none;
}
#svazy.event-calendar .item{
	border-bottom: 1px solid #D2D8E1;
	padding-bottom: 19px;
	margin-bottom: 19px;
}
#svazy.event-calendar .strankovani{
	border: none;
	padding-top: 0;
}
#svazy .text h2{
	margin-bottom: 0;
	color: #9A090D;
}
#svazy .leftPane {
	display:block;
	float:left;
	margin-top:20px;
	padding-top:30px;
	border-top:1px solid #d2d8e1;
	padding-right:40px;
}
#svazy .rightPane {
	display:block;
	float:left;
	margin-top:20px;
	padding-top:30px;
	border-top:1px solid #d2d8e1;
}
#svazy .submenu {
	display:block;
	float:left;
	width:300px;
}
#svazy .submenu ul {
	margin:0;
}
#svazy .submenu ul li {
	width:100%;
	display:block;
	float:left;
}
#svazy .submenu ul a{
	font-size:16px;
	font-family:'open_sans_semiboldregular';
	display:block;
	padding:12px 20px;
}
#svazy .submenu ul a {
	width:260px;
	border-bottom: 1px solid #d2d8e1;
}
#svazy.socialMediaHubArchiv .submenu ul a {
	padding: 15px 20px 15px 40px;
	background-position: 0 center !important;
}
#svazy .item {
	width:100%;
	display:block;
	float:left;
	margin-bottom:40px;
}
#svazy .item .header {
	display:block;
	float:left;
	width:100%;
	height:30px;
	background:#f0f2f7;
	margin-bottom:13px;
}
#svazy .item .ico {
	width:30px;
	height:30px;
	display:block;
	float:left;
	margin-right:10px;
}
#svazy .item .header span {
	font-size:14px;
	line-height:30px;
}
#svazy .date{
	display:block;
	float:left;
	width:60px;
	height:60px;
	padding-right:17px;
	border-right:1px solid #d2d8e1;
	margin-right:20px;
	margin-top:7px;
}
#svazy.event-calendar .date{
	width: 77px;
	height: 102px;
	display: block;
	float: left;
	background: url(../img/kalendar.png) no-repeat;
	padding-right:17px;
	border-right:1px solid #d2d8e1;
	margin-right:20px;
	margin-top:7px;
}
.event-calendar .date .month {
	font-family: 'open_sansbold', Arial, Helvetica;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: #1e579e 1px 1px 0;
	padding: 11px 4px 0;
	height: 19px;
	width: 69px;
	display: block;
	float: left;
	text-align: center;
}
.event-calendar .date .day {
	color: #9A090D;
	font-size: 46px;
	font-family: 'open_sansbold', Arial, Helvetica;
	padding: 10px 4px 0;
	width: 69px;
	display: block;
	float: left;
	text-align: center;
}
#svazy .dayMonth {
	font-size:26px;
	display:block;
	float:right;
	text-align:right;
}
#svazy .year{
	font-size:16px;
	display:block;
	float:right;
	text-align:right;
}
#svazy h3 {
	font-size:26px;
	line-height:35px;
	margin-top:20px;
}
#svazy .submenu h3 {
	font-size: 20px;
	margin: 0 0 10px;
}
#svazy .strankovani .prev, .calendar-event .strankovani .prev {
	height:35px;
	line-height:35px;
	background:url(../img/gray_left.png) no-repeat;
	padding-left:40px;
	float:left;
	font-family: 'open_sans_semiboldregular';
	font-size:16px;
	display:block;
	width:120px;
}
#svazy .strankovani{
	display:block;
	float:left;
	width:100%;
	margin-bottom:20px;
	border-top:1px solid #d2d8e1;
	padding-top:20px;
}
#svazy .strankovani .next, .calendar-event .strankovani .next {
	height:35px;
	line-height:35px;
	background:url(../img/gray_right.png) no-repeat right 0;
	padding-right:40px;
	float:right;
	font-family: 'open_sans_semiboldregular';
	font-size:16px;
	display:block;
	width:120px;
	text-align:right;
}
#staticText.calendar-event .strankovani .prev, #staticText.calendar-event .strankovani .next {
	margin-top: 17px;
	padding-bottom: 17px;
	width: auto !important;
}
#svazy .strankovani .strana {
	font-size:16px;
	line-height:35px;
	display:block;
	text-align:center;
	float:left;
}
#svazy #svazySearch {
	float:right;
	width:300px;
	display:block;
}
#svazy #svazySearch .selectHolder {
	display:block;
	float:left;
	height:38px;
	line-height:38px;
	border:1px solid #d2d8e1;
	background:#f4f6f9;
	padding:0 4px;
	margin-right:10px;
	width:290px;
}
#svazy #svazySearch .selectHolder select {
	height:16px;
	width:290px;
	display:block;
	margin-top:10px;
}
#calendar-filter{
	background: none repeat scroll 0 0 #F4F6F9;
	border: 1px solid #D2D8E1;
	display: block;
	float: left;
	padding: 19px 19px 9px;
	width: 260px;
}
#calendar-filter ul{
	font-size: 16px;
	margin-left: 15px;
}
#calendar-filter .month{
	float: left;
	padding-right: 10px;
}
#calendar-filter li{
	clear: left;
	display: block;
	height: 16px;
	margin-bottom: 5px;
}
#calendar-filter a:hover{
	text-decoration: underline;
}

#svazy.event-calendar h1{
	border-bottom: none;
}

#results .search-comment{
	color: #2F3B47;
	margin-left: 40px;
}

#harassment {
	margin-bottom: 40px;
	display: block;
	float: left;
	margin-top: 40px;
}

/* HARASSMENT */
.harassment {
	display: block;
	float: left;
	width: 300px;
	height: 300px;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 26px;
	line-height: 22px;
}
.harassment a {
	color: white;
	background: url(../img/harassment/play_button.png) no-repeat;
	padding: 238px 0 0 13px;
	width: 287px;
	height: 62px;
	display: block;
}
.harassment a:hover {
	background-position: 0 -300px;
	text-decoration: none;
}
.harassment span {
	font-size: 13px;
}
.harassment1 { background: url(../img/harassment/ashley.jpg) no-repeat; }
.harassment2 { background: url(../img/harassment/sophie.jpg) no-repeat; }
.harassment3 { background: url(../img/harassment/stephen.jpg) no-repeat; }
.harassment4 { background: url(../img/harassment/ryk.jpg) no-repeat; }
.harassment5 { background: url(../img/harassment/maria.jpg) no-repeat; } 
.harassment6 { background: url(../img/harassment/javier.jpg) no-repeat; }
.harassment7 { background: url(../img/harassment/jack.jpg) no-repeat; }
.harassment8 { background: url(../img/harassment/helga.jpg) no-repeat; }
.harassment9 { background: url(../img/harassment/gao.jpg) no-repeat; } 

#paralympicLink {
	display:block;
	float:right;
	margin:47px 25px 0 0;
	visibility: hidden;
}
.logolinks{
	position: relative;
	left: 260px;
	display: block;
	width: 170px;
	height: 100px;
}
#logolink {
	position:absolute;
	left: 0px;
	display: block;
	width: 160px;
	height: 100px;
	/*border: solid black 1px;*/
}
#logolinkViceboj{
	position:absolute;
	left: 195px;
	display: block;
	width: 205px;
	height: 100px;
	/*border: solid black 1px;*/
}

/* NOMINACE */
#nominace {
	margin-top: 40px;
	margin-bottom:40px;
	float: left;
}
#nominace h2 {
	color:#004993;
	margin-top:35px;
	font-size:26px;
	margin-bottom:20px;
	width:100%;
	float:left;
}
#nominace img {
	display: none;
}
#nominace .nominace {
	display:block;
	float:left;
	width:210px;
	height:73px;
	margin-right: 5px;
	margin-bottom: 5px;
	position:relative;
}
#nominace .nominace a:not([href]) {
	text-decoration: none;
}
#nominace .nominace a.sportovec {
	display:block;
	float:left;
}
#nominace .nominace a.popisek {
	display:block;
	position:absolute;
	width:190px;
	padding:10px 10px 15px;
	font-size:16px;
	color:white;
	line-height:20px;
}
#nominace .nominace .vek {
	font-size:13px;
}
#nominace .nominace a.blue {
	text-shadow:1px 1px 0 #00458e;
	background:rgb(14,89,158);
	background:rgba(14,89,158,0.8);
	bottom:0;
}
#nominace .nominace a.red {
	text-shadow:1px 1px 0 #00458e;
	background:rgb(226,36,50);
	background:rgba(226,36,50,0.8);
	bottom:0;
}
#nominace .nominace a.grayscale img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(grayscale.svg#greyscale);
}
h1#dokumentySoci {
	float:left;
	width:100%;
}

/* HOMEPAGE SOCHI */
#homepageSochi {
	display: block;
	float: left;
}
#homepageSochi .box {
	display: block;
	float: left;
	position: relative;
}
#homepageSochi .box .popisek {
	position: absolute;
	bottom: 0;
	left: 0;
}
#homepageSochi .box h2 a {
	display:block;
	background:url(../img/blue_transparent.png) repeat;
	color:#fff;
	font-family:'open_sans_semiboldregular';
}
#homepageSochi .box a.sekce {
	background: #9a090d;
	display:block;
	color:#fff;
	font-family:'open_sansregular'
}
#homepageSochi .banner {
	background: gray;
}
#bakulogo {
	background: #fff;
	text-align: center;
	height: 150px;
}

@media (max-width: 1344px) {}

/* menu.css BEGIN */
.ui-button{
	display:none !important;
}
.ui-combobox .ui-combobox-input{
	background: white;
	border-radius: 0;
	display:block;
	float:left;
	border:none;
	background:none;
	width:123px;
	height:38px;
	line-height:38px;
	font-size:14px;
	margin:5px 0 0 0;
	padding-left: 13px;
}
#ui-id-1{
	width: 183px;
	/*left: 177px !important;*/
	border-radius: 0px !important;
}
.ui-corner-all{
	border-radius: 0px !important;
}
.ui-state-hover, ui-state-active{
	background: none !important;
}
.displayBlock div{
	display:block !important;
}
/* menu.css END */
.text img {
    max-width: 100%;
}