body {
  margin:0;
	font-size: 11px;
  color: #222222;
  }

textarea {
  color: black;
  font-size:12px;
  border:1px solid #999;
}

body, textarea {
  font-family:  "FreeSans", arial, verdana, "Geneva CE", "Helvetica CE", sans-serif;
  background-color: white;
}

hr, .highlights {
  border:none;
  border-bottom:1px solid #999;
}
  
h1 {
  padding:0;
  margin:0;
  }
  
h2 {
  padding:0;
  margin:0;
  font-size: 1.3em;
  }
  
h3 {
  padding:0;
  margin: 0 0 5px 0;
  font-size: 1.2em;
  }
  
h2.ctenarske {
  font-size:1.2em;
  }
  
h2.rychlovky {
  font-size:1.2em;
  }
  
h2.kalendar {
  font-size:1.2em;
  }
  
a {
  color: #441111;
  } 
   
a:hover {
  color: #222222;
  }  
  
h2 a {
  text-decoration: none;
  color: #441111;
  }  
  
img {
  border: 0;
  }
  
img a {
  text-decoration:none;
  }
  
.pointer, label, input[type="radio"], input[type="checkbox"] {
  cursor:pointer;
}


.page {
  width: 1000px;
  margin: 0 auto 10px auto;  
  /*background: url('./images/menu.gif') repeat-y right #fff;*/  
  }
  
.podnadpis, .content h3 {
  font-weight:bold;
  font-size:1.05em;
  color: #500;
  }
  
.popisek {
  color: #500;
  }
  
.forumpage {
  width: 1000px;
  margin: 0 auto;  
  /*background-color: #fff;*/  
  position:relative;
  background:none;
  }
  
.menu {
  float:right;
  width:250px;
  position:relative;
  /*background: url('./images/menu.gif') repeat-y #fff;*/  
  }
  
.menu_b {
  float:right;
  text-align:right;
  }
  
.fleft {
  float:left;
}

.aright {
  text-align:right;
}
  
.typ_clanku {
  border-top:1px solid #ccc;
  padding-bottom: 0px !important;
  margin-top:5px !important;
}
  
.share {
  float:right;
  text-align:left;
  padding:5px;
  margin: 0 0 5px 5px;
  border-left:1px solid #999;  
  border-bottom:1px solid #999;
  }

  
.share img {
  vertical-align:middle;
  border: 2px solid white; /*margin a padding dělají v odkaze na obrázku "podtržítko" v Chrome a FF :( */
  width:16px;
  height:16px;
  }
  
.autori {
  float:left;
  padding:0 5px 5px 5px;
  margin: 2px 5px 5px 0;
  border-right:1px solid #999;  
  height:82px;
  }
  
.autor {
  float:right;
  width:50px;
  padding-right:5px;
  }
  
.autor img {
  width:50px;
  height:50px;
  }
    
.hlavicka {
  width:750px;
  height:120px;
  position:relative;
  }
  
.obsah {
  width:740px;
  padding: 5px;
  margin-bottom:100px;
  }

.obsah .shortinfo {
  color:#888;
  margin-bottom:1.5em;
}

.obsah img {
  max-width: 700px;
}
  
.comment_textarea {
  border:1px solid #888;
  width:735px;
  height:16px;
}
  
#post_text_holder {
  color:#888;
  font-size:12px;
  padding:2px;
  cursor:text;
} 

.comment {
  min-height:50px;
}
  
img.comment_avatar {
  max-width:50px;
  max-height:50px;
  float:left;
}

.comment_time {
  float:right;
}
  
.comment_body {
  margin-left:60px;
}
  
.comment_body div {
  margin-top:.5em;
  font-size:1.2em;
}
  
.paticka {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding:5px;
  }
  
.VSNpruh {
  position: absolute;
  left:0;
  width: 100%; 
  height: 39px; 
  background: url('./images/vsnpruh.gif') repeat-x #952204;
  top:101px;
  }
  
.VSNpruh_m {
  position: absolute;
  width: 250px; 
  height: 49px; 
  background: url('./images/vsnpruh_m.gif') no-repeat #636363;
  top:76px;
  }
  
.clearall {
  clear: both;
  border: none;
  padding: 0;
  margin: 0;
  }
  
  
.clearleft {
  clear: left;
  }

.logo {
  position:relative;
  top: 24px;
  left: 5px;
  color:white;
  }

.logo h1 img {
  margin-bottom: 6px;
  width:205px;
  height:54px;
  }
  
.lpdatum {
  width:66px;
  }
  
.lp {
  padding-left:2px;
  /*padding-top:1px;*/
  border-top:1px solid white;
  white-space: nowrap;
  }

.lpuziv {
  width:85px;
  }
  
.lptopic {
  font-size:1.1em;
  line-height:1.3em;
  overflow:hidden;
}

#sigc {
  font-size:12px;
  background-color: #fff;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  padding: 0 5px;
  float: right;
}
  
.lpfav {
  background: #ffe7db;
  border-bottom:1px solid #ffcabb;
  }
  
.lpremoved {
  text-decoration: line-through;
  opacity: .8;
  filter: blur(.8px);
  }

.lpremoved:hover {
  opacity: 1;
  filter: none;
}
  
.lpcomment.lptopic {
  font-style: italic;
  }
  
.vip {
  color:#800;
}
  
.clanek-top {
  display:none;
  position:absolute;
  top:0px;
  right:0;
  width: 10px;
  height: 10px;
  background-image: url('images/ctop.gif');
  overflow: hidden;
  }
  
.clanek-bot {
  display:none;
  position:absolute;
  bottom:-1px;
  left:0;
  width: 10px;
  height: 10px;
  background-image: url('images/cbot.gif');
  overflow: hidden;
  }
  
.clanek {
  border-radius: 0 15px;
  -moz-border-radius:0 15px;
  padding: 10px;
  /*height: 140px;*/
  /*border-bottom: 1px solid #e6c4c2;*/
  /*border: 1px solid #999;*/
  margin: 10px 0 10px 0;
  /*background: #faf4f3 url('images/back.gif') repeat-x;*/
  background: #faf6f3 url('images/back_1.gif') repeat-x;
  border-bottom: 1px solid #eedecf;
  position:relative;
  }
  
.clanek-bottom {
  height:1.2em;
}
  
.clanek_attach {
  padding:5px;
  text-align:center;
  margin:10px 0 0 0;
}

.clanek_attach p {
  font-size:1.2em;
  font-weight:bold;
  margin:5px 0 0 0;
  padding:0;
}

.clanek.spambot
{
	opacity: .5;
	transition: opacity .5s;
}
.clanek.spambot:hover
{
	opacity: 1;
}


.kategorie {
  font-weight:bold;
  text-decoration:none;
}

.stitky a {
  margin:0 10px;
  white-space: nowrap;
}

img.nahled {
  position:relative;
  max-height: 110px;
  max-width:200px;
  margin: 0 8px 0 0;
  padding: 1px;
  border: 1px solid #999;
  float: left;
  }
  
img.nahled_clanek {
  height:82px;
  max-width:200px;
}

.clanek img.ikona {
  width: 23px;
  height: 9px;
  margin: 1px;
  }

.clanek-text {
  /*border-top: 1px solid #999;*/
  border-bottom: 1px solid rgba(128,128,128,0.4);
  padding: 5px 5px 5px 0;
  margin: 5px 0 5px 0;
  text-align: justify;
  max-height: 130px;
  overflow:auto;
  line-height:1.3em;
  }

.clanek-info {
  font-size: 0.9em;
  font-weight: bold;
  }
  
/*.clanek-telo {
  margin-top: 5px;
  margin-bottom: 0px;
  }*/
  
h2.contentheader {
  margin-top:1em;
  font-size:1.6em;
}

.content {
  text-align: left;
  font-size:1.3em;
  padding:5px 5px 5px 0;
  line-height: 1.5em;
  }
  
.content-casti {
  padding: 5px;
  margin: 5px;
  border: 1px solid #ccc;
  }

.content-casti div {
  padding-bottom:5px;
  margin-bottom:5px;
  text-align:center;
  border-bottom: 1px solid #ccc;
}

.clanek-obrazek {
  text-align:center;
  margin-top:8px;
}

.embed_video {
  width: 719px;
  height: 405px;
}

object.embed_video {
  margin:5px;
  padding:0;
}
  
.menu-item {
  /*padding: 7px;*/
  position:relative;
  margin-top:5px;
  background: white;
  }
  
.menu-item h3 {
  padding:3px;
  margin:0;
  background: url('./images/tlacitko.gif') bottom repeat-x #ae3410;
  color: white;
  border-top: 1px solid #500;
  border-left: 1px solid #500;
  border-right: 1px solid #500;
  /*border-top-left-radius:5px;
  border-top-right-radius:5px;*/
  } 
  
.menu-item h3 a {
  color:white;
  text-decoration:none;
  }
  
.menu-item h3 a:hover {
  text-decoration:underline;
  }
  
.menu-item .okynko {
  border-top:none;
  /*border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;*/
}
  

.hlasovani	{
  margin-top:10px;
  }
  
.left-box {
  position: relative;
  float: left;
  width: 350px;
  margin:0px 0px 0px 0px;
  clear: left;
  }
  
.box {
  padding: 5px;
  margin-top: 10px;
  }
  
.right-box {
  margin:0px 0px 0px 365px;
  position:relative;
  clear: none;
  }
  
.right-box .spodek {
  position:absolute;
  bottom:1px;
  padding:7px 0px;
  width:352px;
  border-top:1px solid #999;
}
  
.usr {
  text-decoration: underline;
  color: black;
}
  
.users .usr {
  font-weight:bold;
  text-decoration: none;
  color: black;
}

.users .uzivatel {
  white-space:nowrap;
}

.usr.sef {
  color:#bb1700;
}

.usr.tym {
  color:#446d8c;
}

.usr.zena {
  color:#ae10cf;
}

.usr.anonym {
  text-decoration:none;
}

.usr.hide {
  font-style: italic;
}

.bot {
  color: #090;
}

.usr.bot { /*na hl. stránce, ať to moc neprudí chudinky šéfíky*/
  color: #aaa;
}
  
.users a:hover {
  text-decoration: underline;
  }
  
.tlacitka {
  margin-top:0px;
  }
  
.cudlik, .tabs a {
  position: relative;
  float: left;
  height: 20px;
  padding: 0 8px; 
  line-height: 20px; 
  margin-right:1px;
  font-weight: bold; 
  color: white; 
  display: block; 
  background: url('./images/tlacitko.gif') bottom repeat-x #ae3410;
  text-decoration: none;
  }
  
.cudlik_l {
  position: relative;
  float: left;
  height: 20px;
  width:5px;
  display: block; 
  background: url('./images/tlac_l.gif') bottom repeat-x transparent;
  margin-right:1px;
  }
  
.cudlik_r {
  position: relative;
  float: left;
  height: 20px;
  width:5px;
  display: block; 
  background: url('./images/tlac_r.gif') bottom repeat-x transparent;
  }

input {
  border:1px solid #999;
  margin:1px;
  background-color:#fff;
  }

.okynko input[name="q"]
{
	width: 165px;
}
.okynko input[value="Hledat"]
{
	width: 60px;
}
  
input.ifrm {
  width: 73px;
  margin-bottom:1px;
  }
  
input.ibutton {
  width: 73px;
  background-color: #fff;
  }

/*#panacc input[type="text"],
#panacc input[type="password"],
#panacc input[type="submit"] {
	width: 73px;
}*/
  
select.kifrm {
  width: 220px;
  }
  
.f_hdlouhy {
  width:720px;
}
  
.f_hstredni {
  width:355px;
}

.f_hstredni-20 {
  width:320px;
}

.f_vstredni {
  height: 100px;
  }
  
div.vote {
  margin: 15px 40px 5px auto;
  width:200px;
  text-align:center;
  }
  
iframe.vote {
  border:none;
  width:350px;
  height:25px;
  margin:18px auto 15px 30px;
  float:left;
}
  
.forumvote {
  margin: 25px auto 25px auto;
  text-align:center;
  width:950px;
  background: url('./forum/templates/Rage/images/hlasovani.gif') no-repeat;
}
  
/*forum*/

.postrow {
  border: 1px solid #999;
  padding:5px;
  margin-bottom:10px;
  }
  
.leftpost {  
  position:relative;
  float:left;
  width:145px;
  }
  
.rightpost {
  margin-left: 150px;
  }
  
.bottompost, .cast {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #999;
  }

.toppost {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
  }
  
.multi {
  color: #555;
  }
  
/*.vrsektopic {
  padding:5px;
  margin-top:15px;
  }*/
  
.forumpage h2 {
  margin-top: 15px;
  font-size: 1.6em;
  }
  
.forumpage .toppost h3 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 1.15em;
  display:inline;
  }
  
.velke {
  margin: 10px 0 10px 0;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration:none;
  }

.velke a {
  text-decoration:none;
  }
  
.velkeradky {
  line-height: 2;
  }
  
.postbody {
  font-size:12px;
  color: black;
  padding-bottom:15px;
  margin-bottom:5px;
  border-bottom:1px solid #999;
  width:825px;
  overflow-x: auto;
  }

.postbody .image {
	overflow-x: auto;
    max-width: 825px;
    display: inline-block;
}
  
.odrazka {
  padding:0 2% 0 2%;
  font-size:11px;
  width:96%;
  }
  
.quote {
  border:1px solid black;
  background-color: #eee;
  padding:5px;
  margin:5px 0 5px 0;
  font-size:11.5px;
  overflow-y:auto;
  }
  
.code {
  border:1px solid black;
  background-color: #d83725;
  color: #fff;
  padding:5px;
  margin:5px 0 5px 0;
  font-family: 'Courier New', 'Lucida Console', 'FreeMono', Courier, sans-serif;
  font-size:12px;
  overflow-y:auto;
  }
  
.forumline {
  background-color: #999;
  border: 0px;
  }
  
td.row1 {
  background-color: #f9f9f9;
  border: 1px solid #FFFFFF;
  vertical-align: middle;
  }

td.row2 {
  background-color: #efefef;
  border: 1px solid #FFFFFF;
  vertical-align: middle;
  }

td.row3 {
  background-color: #D83725;
  border: 1px solid #FFFFFF;
  white-space: nowrap;
  vertical-align: middle;
  }
  
.center {
  text-align:center;
}

.left {
  text-align:left;
}
  
.forumtop,th {
  background: url('./images/tlacitko.gif') bottom repeat-x #ae3410;
  color: white;
  white-space: nowrap;
  padding:4px;
  }

.forumtop a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  }
  
.forumtop a:hover {
  color: #441111;
  }
  
.okynko {
  border: 1px solid #999;
  padding:5px;
  margin-bottom:5px;
  }
  
.namelink {
  font-weight:bold;
  font-size:1.1em;
  text-decoration:none;
  }
  
.hlavnitlacitko {
  background: white;
  border: 1px solid black;
  }
  
.tab_radek {
  margin:5px;
  }
  
.groupcp_l {
  float:left;
  width:200px;
  }
  
.center {
  text-align: center;
  }
  
.button {
  background-color: white;
  }
  
.post-radek {
  padding:5px 0 5px 0;
  /*margin:0 0 5px 0;*/
  border-bottom:1px solid #999;;
  }
  
.post-l {
  float:left;
  width:190px;
  margin-bottom:5px;
  }
  
.post-r {
  margin-left:200px;
  }
  
.post-field {
  width:780px;
  font-family: "FreeSans", arial, verdana, "Geneva CE", "Helvetica CE", sans-serif;
  }
  
td {
  background:white;
  }

.logform {
  float:right;
  padding-left:10px;
  margin:0 5px 0 10px;
  border-left:1px solid #999;
}

.mlk {
  height: 20px;
  line-height: 20px;
  background: #faf6f3;
  padding-left:5px;
  }
  
.snd {
  float:right;
  width:11px;
  height:11px;
}

#b1, #b2 {
  display:none;
  }

.tabs {
  position:absolute; 
  bottom:-21px;
  left:0px;
  padding-left:10px;
  width:353px;
}

.tabs a {
  font-weight: normal; 
}

.svatky {
  position: absolute;
  top: 86px; 
  right: 0px;
  text-align:right;
  color:white;
  padding-right:5px;
}

.svatky a {
  color:white;
  text-decoration:none;
}

td.prvniho {
  border-left:1px solid red;
}

td.dnes {
  background:#ddffdd;
}

td.den {
  padding:5px;
}

.jabfrm {
  position:absolute;
  border:1px solid #999;
  background:#faf6f3;
  padding:0 3px;
  }

.jabfrm a {
  font-weight:bold;
  text-decoration:none;
  font-size:11px;
  }
  
.jabfrm a:hover {
  color:red;
  }
  
.jabfrm input {
  border:none;
  border-left:1px solid #999;
  border-right:1px solid #999;
  padding-left:5px;
  margin-left:5px;
  margin-right:2px;
  vertical-align:bottom;
  background-color:#fff;
  }
  
.odpoved {
  border:1px solid #999;
  color: black;
  padding:3px 5px 3px 5px;
  background:white;
}
  
.odpoved:hover {
  color: #bd2b24;
  background: #faf6f3;
}

.sz-bubble {
  position:absolute;
  right:0px;
  top:1px;
  width:220px;
  height:50px;
  padding:15px;
  background-image:url('./images/bubblin.gif');
  overflow:hidden;
  text-align:center;
  font-weight:bold;
}

.voter {
  width:13px;
  height:13px;
  border:none;
}

.forumvote label {
  /*line-height:25px;*/
  font-size: 1.1em;
}

img.rank {
  margin-bottom:2px;
}

.tip {
  font-weight: bold;
  margin: 0 20px 0 20px;
  padding: 2px 0 2px 25px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-image:url('./images/rubik.gif');
  background-repeat:no-repeat;
  background-position: left center;
}

.tip:before {
  content: 'Tip: ';
}

.avatar {
  max-width: 101px;
  max-height: 101px;
  }
  
.nextprev {
  width:1000px;height:15px;display:block;
  }
  
.nextprev:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
  
.next_page {
  margin-top:-9px;
  background:url('./forum/images/next_img.png');
  }
  
.prev_page {
  margin-bottom:-9px;
  background:url('./forum/images/prev_img.png');
  }

img[src$="Quickchart.png"] {
    width: 100%;
}
  
.mobile_post {
  color: #884444;
  font-size: 11px;
  margin:10px 0 -5px 5px;
}

.mobile_post img {
  vertical-align:middle;
}

#baguetteBox-overlay .full-image figcaption
{
  font-size: 1.6em;
  height: calc(3em/1.6);
  pointer-events:none;
}

#baguetteBox-overlay .full-image img
{
  pointer-events:none;
  margin-bottom: 3em;
  max-height: calc(100% - 3em) !important;
}

#baguetteBox-overlay .full-image
{
	cursor: pointer;
}

@keyframes bboxStart
{
  75% { opacity: 1; }
  100% { opacity: 0; }
}
.baguetteBox-button
{
  animation-name: bboxStart;
  animation-duration: 2s;
  transition: opacity .3s !important;
  opacity: 0;
  border-radius: 0 !important;
  background-color: transparent !important; 
  top: 0 !important;
}
.baguetteBox-button:hover
{
  opacity: 1;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button
{
    width: 30% !important;
    height: 100% !important;
    z-index: 100;
}

.baguetteBox-button#next-button svg, .baguetteBox-button#previous-button svg
{
    top: 50%;
}

.baguetteBox-button svg
{
    background-color: rgba(50,50,50,.9);
    border-radius: 15%;
}

.baguetteBox-button#previous-button
{
    left: 0 !important;
}


.baguetteBox-button#previous-button svg
{
    left: 5%;
}

.baguetteBox-button#next-button
{
    right: 0 !important;
}



.baguetteBox-button#next-button svg
{
    left: calc(95% - 44px);
}

.baguetteBox-button#next-button svg:hover, .baguetteBox-button#previous-button svg:hover
{
    background-color: rgba(50,50,50,.9);
}

.baguetteBox-button#close-button 
{
	width: 100% !important;
    height: 30% !important;
    z-index: 99;
    right: 0 !important;
}

.baguetteBox-button#close-button svg
{
    left: calc(50% - 15px);
    top: 5%;
}
  
/* lightbox */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }


#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: auto;
	margin: 0 auto;
  max-width: calc(100vw - 40px);
	}

#lightboxImage
{
  max-width: calc(100vw - 60px);
}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
  max-width: calc(100vw - 40px);
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 34%;
	height: 100%;
	background: transparent url(./images/empty.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	margin: 10px;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#closeLink{
	height: 100%;
	background: transparent url(./images/empty.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	margin: 10px;
	}	
#prevLink:hover, #prevLink:visited:hover { background: url(./images/litebox/prev.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/litebox/next.png) right 50% no-repeat; }
#closeLink:hover, #closeLink:visited:hover { background: url(./images/litebox/close.png) 50% top no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
  max-width: calc(100vw - 40px);
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #caption a{ text-decoration: none	}
#imageData #odkaz{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #numberDisplay{ clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 80px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #080100;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* end lightbox */

.row1 img, .row2 img {
  margin: 1px 1px 0 0;
}

/*.hledani iframe {
  width:735px;
}*/

#vysledkygooglu .g {
  margin-top:10px;
  margin-bottom:10px;
}
#vysledkygooglu .std {
  margin-left:10px;
}
#vysledkygooglu .std .a {
  color:#555;
}
#vysledkygooglu em {
  font-weight:bold;
  text-decoration:underline;
}

#vysledkygooglu .ra {
  border:1px solid #600;
  margin-left:15px;
  margin-bottom:15px;
  margin-top:15px;
}

.rew {
  background:url('/images/zadost.gif') 50% 50% no-repeat;
}

.re-tail {
  width:745px;
  height:60px;
  margin-top:-105px;
  margin-bottom:5px;
  text-align: center;
}

.kocovina {
  background:url('/images/kocovina.png') no-repeat 50% 50%;
  min-height:150px;
}


  .chlastal 
  {
    padding: 15px 10px;
    animation: chlastHoupX 2s ease-in-out infinite alternate, chlastHoupY 3s ease-in-out infinite alternate, chlastHoup 4s ease-in-out infinite alternate, chlastRozostrit 5s ease-in-out infinite normal;
  }
  .hulil {
    animation: huleni 1s linear infinite normal;
  }
  .chlastal.hulil
  {
    animation: chlastHoupX 2s ease-in-out infinite alternate, chlastHoupY 3s ease-in-out infinite alternate, chlastHoup 4s ease-in-out infinite alternate, chlastRozostrit 5s ease-in-out infinite normal, huleni 1s linear infinite normal;
  }
  .chlastal:hover, .hulil:hover
  {
    animation: none;
    cursor: help;
  }


  @keyframes chlastHoupX { 
      from { 
          padding-left: 0px;
          padding-right: 20px;
      } 

      to { 
          padding-left: 20px;
          padding-right: 0px;
      } 
  }

  @keyframes chlastHoupY {
      from { 
          padding-top: 0px;
          padding-bottom: 30px;
      } 

      to { 
          padding-top: 30px;
          padding-bottom: 0px;
      } 
  }

  @keyframes chlastHoup {
      from { 
          transform: rotateZ(-1deg);
      } 

      to { 
          transform: rotateZ(1deg);
      } 
  }

  @keyframes chlastRozostrit {
    
      0% {
           filter: blur(0px);
      }
    
      30% {
           filter: blur(0px);
      }
    
      40% {
           filter: blur(1px);
      }
    
      50% {
           filter: blur(0px);
      }     
    
      60% {
           filter: blur(1px);
      }

      70% {
           filter: blur(1px);
      }

      100% {
           filter: blur(0px);
      }
  }

  @keyframes huleni {
    
      0% {
          color: #ff0000;
      }
    
      30% {
          color: #008800;
      }
    
      60% {
          color: #0000ff;
      }
    
      100% {
          color: #ff0000;
      }     
  }


/*.chlastal:hover {
  padding:10px !important;
  filter: none !important;
}*/

/*.hulil:hover {
  color:black !important;
}*/

.clanek .domena {
  color:#383838;
  font-size:0.75em;
}

.clanek .kal-info {
  margin:8px 0 6px 94px;
  padding:3px 0 3px 7px;
}

.stretcher {
  position:relative;
  overflow:hidden;
  height:0px;
}

.top_banner {
  position:absolute;
  top:5px;
  right:10px;
  width:468px;
  height:60px;
  overflow:hidden;
}

.forum_top_banner {
  position:absolute;
  top:10px;
  width:468px;
  height:60px;
  overflow:hidden;
}

#main_content, .vote_line {
  position:relative;
}

#main_content .clanek {
  font-size:1.1em;
}

.vote_empty {
  display:inline-block;
  height:10px;
  border-top:1px solid #999;
  border-left:1px solid #c00;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
}

.vote_voter {
  position:absolute;
  height:12px;
}

.pagination {
  text-align:center;
  margin: 5px 0;
}

.pagination a, .pagination span {
  padding:3px 7px;
  font-size:1em;
  margin: 0 3px;
  border-radius:3px;
  -moz-border-radius:3px;
  line-height:2.2em;
}

.pagination a {
  border:1px solid #999;
  text-decoration:none;
}

.pagination a:hover {
  border:1px solid #555;
  background:#eee;
}

.pagination span {
  border:1px solid #000;
  color: #555;
  font-weight:bold;
  box-shadow:0 0 7px #000;
  -moz-box-shadow:0 0 7px #000;
  -webkit-box-shadow:0 0 7px #000;
}

.pagination a.all {
  border:1px solid #e77;
}

.pagination span.all {
  color: #944;
  border:1px solid #500;
}

.kontakty {
  float:left;
  width:215px;
  margin:5px;
}

.nekontakty {
  opacity:.7;
  filter:alpha (opacity=70)
}

.nekontakty:hover {
  opacity:1;
  filter:alpha (opacity=100)
}

img.dalsi_clanky {
  height:82px;
}

div.dalsi_clanky {
  border:1px solid #999;
  padding:1px;
  margin:5px auto;
  width:82px;
  height:82px;
  overflow:hidden;
  text-align:center;
}

.hiddenlink {
  color: #222222;
  text-decoration:none;
}

.spantodiv {
  display: block;
}


.highlights {
  width: 350px;
  padding-bottom: 5px;
  height:180px;
  overflow-x:hidden;
  overflow-y:auto;
}

.highlights img {
  max-width:150px;
  max-height:150px;
}

.kocicka {
  font-size: .8em;
}

.kocicka img {
  margin: 0 auto;
  display: block;
}

.error {
  text-align: center;
  margin-top:10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  background-color: #fca;
}


.nopostoverlay
{
  position:absolute;
  background-color: #fff;
  opacity:.95;
  background-size: cover;
  background-position:50% 100%;
  pointer-events:none;
  top:18px;
  left:0;
  bottom:0;
  right:0;
  
  transition:  opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.left-box:hover .nopostoverlay
{
  opacity: 0.02;
}

#minichat {
	word-break: break-word;
}

div.spoiler {
	display: none;
	background-color: rgba(0,0,0,.05);
	transition: opacity .5s;
	opacity: 0;
}

input.spoiler {
	 display: inline;
}

input.spoiler[value="zobrazit »"] {
  border: 1px solid #080;
  box-shadow: #080 0 0 5px;
}

input.spoiler[value="« skrýt"] {
  opacity: .8;
}

.sexneclovek input, .sexneclovek label {
  cursor: default;
  opacity: 0;
}

.sexneclovek input:checked, .sexneclovek input:checked + label{
  opacity: .6;
}

/*.sexneclovek input:checked + label:before {
  content: "spambot: ";
}*/

.sexselect {
  margin-right: 20px;
}