/* common styles */
/*
Generic gradient colors
#6600CC
#DC009D
#FF006C
#FF7747
#FFBD41
#F9F871

*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
/* menu styles - zacatek */
#menu-top {
  /*float: right;*/
  width: 192px;
  height: 13px;
  background-image: url(/images/lcars/menu_top.png);
  background-repeat: no-repeat;
}
#menu {
  width: 172px;
  padding: 76px 0px 0px 20px;
  background-image: url(/images/lcars/menu_select.png);
  background-position: 0px -320px;
  background-repeat: no-repeat;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.8em;
  /*&.m-pohlednice*/
}
#menu.fixed {
  position: fixed;
  top: -50px !important;
  background-color: transparent !important;
}
#menu.m-fanklub {
  background-position: 0px -292px;
}
#menu.m-fanlisting {
  background-position: 0px -264px;
}
#menu.m-fanfiction {
  background-position: 0px -236px;
}
#menu.m-databaze {
  background-position: 0px -208px;
}
#menu.m-trziste {
  background-position: 0px -180px;
}
#menu.m-skladiste {
  background-position: 0px -152px;
}
#menu.m-transporter {
  background-position: 0px -124px;
}
#menu.m-kniha-navstev,
#menu.m-knihanavstev {
  background-position: 0px -96px;
}
#menu.m-mapa-stranek,
#menu.m-mapastranek {
  background-position: 0px -68px;
}
#menu.m-kontakt {
  background-position: 0px -40px;
}
#menu a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background-image: url(/images/lcars/selected.png);
  background-repeat: no-repeat;
  background-position: 0px -25px;
  display: block;
  width: 147px;
  height: 25px;
  padding: 2px 0px 1px 22px;
}
#menu a:hover {
  background-position: 0px 0px;
  text-decoration: none;
}
/* bezne odkazy */
a:link,
a:visited,
a:active {
  color: #440099;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #6600cc;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}
/* odkazy databaze */
.databaze-seznam a {
  display: block;
  padding: 0px 5px 0px 50px;
  text-indent: -20px;
  margin: 0px 0px 0px 0px;
  border: 0px;
  font-weight: bold;
}
.epizody * a {
  padding-left: 34px !important;
}
.pravidla * a,
.pravidla a {
  padding-right: 0px !important;
  font-weight: normal !important;
}
.rejstrik.epizody a span,
.rejstrik.epizody a span span + span + span + span {
  font-weight: normal;
}
.rejstrik.epizody a span span + span + span {
  font-weight: bold;
}
.rejstrik.epizody a span span {
  display: block;
  float: left;
  /*height: 19px;*/
  text-align: right;
  width: 22px;
  opacity: 0.7;
  padding: 1px 0;
}
.rejstrik.epizody a span span + span {
  width: 38px;
  padding-right: 10px;
}
.rejstrik.epizody a span span + span + span {
  text-indent: 0;
  padding-right: 0;
  opacity: 1;
  text-align: left;
}
.rejstrik.epizody a span span + span + span {
  width: 330px;
}
.rejstrik.epizody a span span + span + span + span {
  width: 220px;
}
/* odkazy abeceda */
div.abeceda {
  display: flex;
  justify-content: space-between;
}
div.abeceda a {
  display: block;
  flex: 1 1 0px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
div.abeceda a:link,
div.abeceda a:visited,
div.abeceda a:active {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
div.abeceda a:hover,
div.abeceda a.selected {
  color: #6600cc;
  font-weight: normal;
  text-decoration: none;
}
div.abeceda a:hover:before,
div.abeceda a.selected:before {
  content: '';
  position: absolute;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
  -webkit-mask-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
}
/* odkazy serie - databaze - epizody - TOS, TAS, TNG atd. */
div.tabbed {
  padding: 15px 0;
  display: flex;
}
div.tabbed.tiny {
  padding: 0;
  margin: -5px 0;
}
div.tabbed div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
div.tabbed div:before {
  position: absolute;
  content: attr(data-title);
  top: -18px;
  left: 5px;
  opacity: 0.5;
  font-size: 0.8em;
  font-weight: bold;
}
div.tabbed div:first-child {
  flex-grow: 1;
}
div.tabbed div:nth-child(2) {
  margin-left: 15px;
}
div.tabbed div a {
  flex: 1 1 0px;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 5px;
}
div.tabbed div a:link,
div.tabbed div a:visited,
div.tabbed div a:active {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
div.tabbed div a:hover,
div.tabbed div a.selected {
  color: #6600cc;
  font-weight: normal;
  text-decoration: none;
}
div.tabbed div a:hover:before,
div.tabbed div a.selected:before {
  content: '';
  position: absolute;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
  -webkit-mask-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
}
/* odkazy fanlisting mapa */
a.fanlisting:link,
a.fanlisting:visited,
a.fanlisting:active {
  display: block;
  width: 42px;
  height: 20px;
  padding-top: 3px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #000000;
}
a.fanlisting:link:hover,
a.fanlisting:visited:hover,
a.fanlisting:active:hover,
a.fanlisting:link.selected,
a.fanlisting:visited.selected,
a.fanlisting:active.selected {
  background-image: url(/images/lcars/fanlisting_selected.png);
  background-repeat: no-repeat;
  color: #6600cc;
}
.social-media {
  width: 144px;
  margin: 0 auto;
  padding-top: 25px;
}
.social-media a {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  float: left !important;
  margin: 10px 10px !important;
  background-image: url(/images/icons/social-icons.png) !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
}
.social-media a:link,
.social-media a:active,
.social-media a:visited {
  color: transparent !important;
  overflow: hidden !important;
  font-size: 1px !important;
}
.social-media a.facebook {
  background-position: 0 0 !important;
}
.social-media a.twitter {
  background-position: -16px 0 !important;
}
.social-media a.google {
  background-position: -32px 0 !important;
}
.social-media a.rss {
  background-position: -48px 0 !important;
}
.social-media a:hover {
  background-position-y: -16px !important;
}
.drobecky {
  font-size: 0.8em;
  opacity: 0.5 !important;
  transition: opacity 0.1s ease-in-out;
}
.drobecky:hover {
  opacity: 1 !important;
}
.drobecky > div {
  display: flex;
  justify-content: space-between;
}
.drobecky > div > div {
  /*			flex-grow: 1;*/
}
.drobecky > div > div + div {
  /*flex-direction: column;*/
}
.drobecky > div > div + div .prev-next {
  display: flex;
}
.drobecky > div > div + div .prev-next a {
  padding: 0 10px;
}
.drobecky > div > div + div .prev-next a:first-child {
  transform: scaleX(-1);
}
.drobecky .tabbed {
  padding: 0;
  margin-top: -5px;
}
*:focus {
  outline: none;
}
pre {
  font-family: monospace;
  font-size: 8pt;
  line-height: 9pt;
  margin: 0;
}
/* core styles */
#centerer {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
html {
  padding: 0;
  margin: 0;
  border: 0;
  overflow-y: scroll;
  /*
    scrollbar-face-color: #6600cc;
  	scrollbar-shadow-color: #6600cc;
  	scrollbar-highlight-color: #6600cc;
  	scrollbar-3dlight-color: #6600cc;
  	scrollbar-darkshadow-color: #000000;
  	scrollbar-track-color: #9999ff;
  	scrollbar-arrow-color: #66ffcc;
  */
}
body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px;
  background-color: #000000;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #171717;
  font-family: 'Open Sans', sans-serif;
  /*font-family: "Arial", Arial, sans-serif;*/
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}
body.modal-open {
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  position: fixed;
}
#page {
  margin: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
}
#content {
  margin-left: 34px;
  display: flex;
  /*text-align: justify;
	overflow: visible;*/
}
#content-text {
  position: relative;
  /*width: 674px;*/
  flex-grow: 1;
  padding: 10px 50px 0px 50px;
  /*background: url(/images/lcars/content-background.png) repeat-y;*/
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 460px;
}
#content-text-Free {
  width: 774px;
  padding: 0px 0px 0px 0px;
}
#top {
  position: relative;
  height: 39px;
}
#seasons {
  position: absolute;
  width: 170px;
  height: 150px;
  right: 0px;
  border: 0px;
  top: -28px;
}
#logo-czk {
  position: absolute;
  right: 0px;
  border: 0px;
}
#bottom,
#bottomFree {
  height: 39px;
  background-repeat: no-repeat;
}
#bottom {
  background-image: url(/images/lcars/bottom-viii.png);
}
#bottomFree {
  background-image: url(/images/lcars/bottomFree.png);
}
#bottom p,
#bottomFree p,
#bottom a,
#bottomFree a {
  color: rgba(255, 255, 255, 0.6);
}
#bottom p,
#bottomFree p {
  margin: 0;
  text-align: right;
  font-size: 9px;
  font-weight: bold;
  padding: 25px 35px 0 0;
  text-shadow: 1px 1px 1px black;
}
#user-dashboard {
  margin: 30px 192px 0px 34px;
  padding: 0px 50px 0px 50px;
  text-align: center;
}
#user-dashboard.logged {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 20px;
  position: relative;
  top: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#user-dashboard p {
  margin: 0;
}
/* core styles - end */
/* basic classes - start */
.w100p {
  width: 100%;
}
.w95p {
  width: 95%;
}
.w90p {
  width: 90%;
}
.w85p {
  width: 85%;
}
.w80p {
  width: 80%;
}
.w75p {
  width: 75%;
}
.w70p {
  width: 70%;
}
.w65p {
  width: 65%;
}
.w60p {
  width: 60%;
}
.w55p {
  width: 55%;
}
.w50p {
  width: 50%;
}
.w45p {
  width: 45%;
}
.w40p {
  width: 40%;
}
.w35p {
  width: 35%;
}
.w30p {
  width: 30%;
}
.w25p {
  width: 25%;
}
.w20p {
  width: 20%;
}
.w15p {
  width: 15%;
}
.w10p {
  width: 10%;
}
.w5p {
  width: 5%;
}
.w20 {
  width: 20px;
}
.w70 {
  width: 70px;
}
.w100 {
  width: 100px;
}
.flL {
  float: left;
}
.flR {
  float: right;
}
.clL {
  clear: left;
}
.clR {
  clear: right;
}
.clB {
  clear: both;
}
.clearAll {
  clear: both !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.centered,
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}
a > img {
  border: 0;
}
.mt-0 {
  margin-top: 0;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
/* basio classes - end */
#login {
  display: none;
}
img[src*="divider"] {
  width: 100%;
}
#znamky {
  position: relative;
  display: flex;
  align-items: stretch;
  padding-bottom: 20px;
}
#znamky > ul {
  display: flex;
  flex-direction: column;
}
#znamky > ul:after {
  content: '';
  border-color: rgba(102, 0, 204, 0.2);
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background-color: rgba(102, 0, 204, 0.15);
  position: relative;
  width: 0.25em;
  flex-grow: 1;
  align-self: flex-end;
}
#znamky > ul li {
  width: 240px;
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
  box-sizing: border-box;
  background: none;
  padding: 0;
}
#znamky > ul li:first-child {
  display: none;
}
#znamky > ul li:after {
  content: '';
  border-color: rgba(102, 0, 204, 0.2);
  border-style: solid;
  border-width: 0 1px;
  background-color: rgba(102, 0, 204, 0.15);
  position: relative;
  width: 0.25em;
  justify-self: end;
}
#znamky > ul li:first-child:after {
  border-top-width: 1px;
}
#znamky > ul li a {
  flex-grow: 1;
  padding: 2px 0.5em;
  border-width: 1px 0 1px 1px;
  border-color: transparent;
  border-style: solid;
}
#znamky > ul li.active,
#znamky > ul li:hover {
  z-index: 2;
}
#znamky > ul li.active:after,
#znamky > ul li:hover:after {
  border-left-style: dashed;
  z-index: 1;
}
#znamky > ul li.active:before,
#znamky > ul li:hover:before {
  position: absolute;
  content: '';
  width: 1.5em;
  border-width: 1px;
  border-color: rgba(102, 0, 204, 0.2);
  border-style: solid;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  margin-right: 0.5em;
  background-color: rgba(102, 0, 204, 0.15);
  left: -2em;
  height: -webkit-fill-available;
}
#znamky > ul li.active a,
#znamky > ul li:hover a {
  background-color: rgba(102, 0, 204, 0.15);
  border-width: 1px 0 1px 1px;
  border-color: rgba(102, 0, 204, 0.2);
  border-style: solid;
}
#znamky > div {
  flex-grow: 1;
  padding-left: 2em;
}
#znamky h2.lcars {
  margin-top: 10px;
}
#znamky img {
  max-width: 100%;
  border-radius: 4px;
}
#znamky img.col2 {
  max-width: 49%;
}
#znamky img.flag {
  margin: 0 5px 0 25px !important;
  max-height: 70px;
}
#znamky .centered {
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 1em;
}
#znamky table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8em;
  margin-bottom: 2em;
}
#znamky table caption {
  caption-side: bottom;
  text-align: left;
  opacity: 0.7;
  font-size: 0.9em;
  padding-top: 1em;
}
#znamky table th,
#znamky table td {
  padding-left: 0;
  padding-right: 5px;
  width: 16%;
  text-align: left;
  border-bottom: 1px solid rgba(102, 0, 204, 0.15);
}
#znamky table th + th,
#znamky table td + th,
#znamky table th + td,
#znamky table td + td {
  padding-left: 5px;
  width: 29%;
}
#znamky table th + th + th,
#znamky table td + th + th,
#znamky table th + td + th,
#znamky table td + td + th,
#znamky table th + th + td,
#znamky table td + th + td,
#znamky table th + td + td,
#znamky table td + td + td {
  width: 43%;
}
#znamky table th + th + th + th,
#znamky table td + th + th + th,
#znamky table th + td + th + th,
#znamky table td + td + th + th,
#znamky table th + th + td + th,
#znamky table td + th + td + th,
#znamky table th + td + td + th,
#znamky table td + td + td + th,
#znamky table th + th + th + td,
#znamky table td + th + th + td,
#znamky table th + td + th + td,
#znamky table td + td + th + td,
#znamky table th + th + td + td,
#znamky table td + th + td + td,
#znamky table th + td + td + td,
#znamky table td + td + td + td {
  width: 12%;
  text-align: right;
}
#znamky table th {
  border-bottom: 1px solid #6600cc;
}
#znamky table.mince th,
#znamky table.mince td {
  width: 100px;
}
#znamky table.mince th + th,
#znamky table.mince td + th,
#znamky table.mince th + td,
#znamky table.mince td + td {
  width: auto;
}
#znamky table.mince th + th + th,
#znamky table.mince td + th + th,
#znamky table.mince th + td + th,
#znamky table.mince td + td + th,
#znamky table.mince th + th + td,
#znamky table.mince td + th + td,
#znamky table.mince th + td + td,
#znamky table.mince td + td + td {
  width: 100px;
}
#znamky table.tracklist th,
#znamky table.tracklist td {
  width: 20px;
  text-align: right;
}
#znamky table.tracklist th + th,
#znamky table.tracklist td + th,
#znamky table.tracklist th + td,
#znamky table.tracklist td + td {
  width: auto;
  text-align: left;
}
#znamky table.tracklist th + th + th,
#znamky table.tracklist td + th + th,
#znamky table.tracklist th + td + th,
#znamky table.tracklist td + td + th,
#znamky table.tracklist th + th + td,
#znamky table.tracklist td + th + td,
#znamky table.tracklist th + td + td,
#znamky table.tracklist td + td + td {
  width: 20%;
  text-align: right;
}
#znamky table tr.highlight {
  background: rgba(106, 0, 192, 0.05);
  font-weight: bold;
}
#znamky table tr.total {
  font-weight: bold;
  /*border-top: 1px solid red;*/
}
#znamky table tr.total td {
  border-bottom: 0;
}
@media (max-width: 480px) {
  #znamky {
    display: block;
  }
  #znamky > ul {
    position: sticky;
    top: 0;
  }
  #znamky > ul li {
    display: none;
  }
  #znamky > ul li:first-child {
    display: block;
    background-color: rgba(102, 0, 204);
    padding: 10px 20px;
    margin: 0 0 20px 0;
    color: #ffffff;
    width: 100%;
  }
  #znamky > ul.showToc li {
    display: flex;
  }
  #znamky > ul.showToc + div {
    display: none;
  }
  #znamky > div {
    padding-left: 0;
  }
}
a img {
  border: 0;
}
/*
.ImageBorder {
	border-top: 1px solid #6600cc;
	border-right: 1px solid #35006A;
	border-bottom: 1px solid #35006A;
	border-left: 1px solid #6600cc;
}

.ImageBorderG {
	border: 1px solid #202020;
}

.mark {
	color: #ffd700;
}
*/
.small {
  font-size: 8pt;
  line-height: 9pt;
}
.hidden {
  visibility: hidden;
}
img.error,
img.ok {
  position: relative;
  top: 3px;
}
dl,
dl dd {
  /*	margin: 0px 0px 0px 5px;*/
}
dl {
  /*
		border: 3px double #ccc;
		padding: 0.5em;
	*/
}
dt {
  float: left;
  clear: left;
  width: 140px;
  text-align: left;
  font-weight: bold;
}
dt:after {
  /*content: ":";*/
}
dl.reference dt {
  padding: 5px 0;
}
dl.reference dd a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: rgba(102, 0, 204, 0.1);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  margin-right: 2px;
  margin-bottom: 10px;
}
dl.reference dd a:hover {
  text-decoration: none;
  background-color: #a89dd7;
}
dl.reference .image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
dl.reference .image-list > div {
  width: 95px;
  text-align: center;
  justify-content: stretch;
  display: flex;
  margin-right: 10px;
  position: relative;
  min-height: 129px;
}
dl.reference .image-list > div a {
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 0;
}
dl.reference .image-list > div a:hover {
  position: absolute;
  white-space: normal;
  z-index: 999;
}
dl.reference .image-list > div div {
  width: 85px;
  height: 85px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto 5px auto;
  border-radius: 4px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  /*box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);*/
}
dl.reference dd:after {
  content: '';
  display: block;
  clear: both;
}
dd,
div.muzizeny {
  margin: 0 0 0 140px;
  padding: 0 0 0.5em 1em;
}
dt p,
dd p {
  margin-top: 0;
}
dd p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
  margin-top: 5px;
}
ul > li {
  padding-left: 2em;
  margin-bottom: 5px;
  list-style: none;
  background: url("/images/lcars/li-komunikator.png") no-repeat 12px 3px;
}
/* HTML styles */
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20.8px;
}
h2.diminished {
  font-size: 19.2px;
}
h3 {
  font-size: 19.2px;
}
h4 {
  font-size: 17.6px;
}
.navigation {
  /*display: none;*/
}
h1,
h2,
h3,
h4 {
  margin: 2em 0em 1.5em 0em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
h1.lcars,
h2.lcars,
h3.lcars {
  clear: both;
  /*margin: 1em 0;*/
  position: relative;
  display: flex;
  /*white-space: nowrap;*/
  font-size: 20.8px;
  line-height: 1em !important;
}
h1.lcars.thin,
h2.lcars.thin,
h3.lcars.thin {
  font-weight: 100;
  font-size: 1.2em;
}
h1.lcars span,
h2.lcars span,
h3.lcars span,
h1.lcars:before,
h2.lcars:before,
h3.lcars:before,
h1.lcars:after,
h2.lcars:after,
h3.lcars:after {
  content: '';
  height: 1.2em;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
}
h1.lcars.red,
h2.lcars.red,
h3.lcars.red {
  color: #b40000;
  text-transform: uppercase;
}
h1.lcars.red span,
h2.lcars.red span,
h3.lcars.red span,
h1.lcars.red:before,
h2.lcars.red:before,
h3.lcars.red:before,
h1.lcars.red:after,
h2.lcars.red:after,
h3.lcars.red:after {
  border: 1px solid rgba(250, 0, 0, 0.2);
  background-color: rgba(250, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(250, 0, 0, 0.2);
}
h1.lcars span,
h2.lcars span,
h3.lcars span {
  display: flex;
  flex-grow: 1;
  margin-left: 1em;
  margin-right: 0.25em;
  position: relative;
  top: -0.15em;
}
h1.lcars:before,
h2.lcars:before,
h3.lcars:before,
h1.lcars:after,
h2.lcars:after,
h3.lcars:after {
  position: relative;
  width: 2em;
  top: -0.15em;
}
h1.lcars:before,
h2.lcars:before,
h3.lcars:before {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  margin-right: 1em;
  margin-left: -0.5em;
}
h1.lcars:after,
h2.lcars:after,
h3.lcars:after {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  margin-right: -0.5em;
}
h1 small,
h2 small,
h3 small {
  font-size: 0.75em;
  font-weight: normal;
  opacity: 0.5;
  position: relative;
  top: 2px;
}
p.subtitle {
  margin: 0;
}
p.text,
div.text {
  text-align: justify;
  text-indent: 2em;
  margin: 0px 0px 10px 0px;
}
p.poznamka {
  font-size: 0.8em;
  font-style: italic;
  color: #404040;
}
.licha {
  background-image: url(/images/lcars/marker_odd.png);
  background-position: top left;
  background-repeat: repeat-y;
}
/* table styles */
td {
  vertical-align: top;
}
td b {
  color: #26004d;
}
td.b_dole {
  border-bottom-color: #6600cc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
td.b_vpravo {
  border-right-color: #6600cc;
  border-right-style: solid;
  border-right-width: 1px;
}
td.b_up {
  border-top-color: #6600cc;
  border-top-style: solid;
  border-top-width: 2px;
}
td.size {
  text-align: right;
}
/* table styles - end */
table.prihlaska td {
  padding: 5px;
}
div.login-progress div {
  width: 200px;
  padding: 11px;
  height: 50px;
  margin: 10px 2px 30px 0;
  float: left;
  border-bottom: 5px solid #6600cc;
  text-align: center;
}
div.login-progress div.off {
  opacity: 0.2;
}
div.login-progress div p {
  margin-top: 0;
}
div.login {
  display: table;
  height: 100px;
  padding: 0 20px;
}
a.login-close {
  position: absolute;
  right: 110px;
  color: #ffffff !important;
  top: 40px;
}
div.login a.login-button.prihlaska-button,
div.login a.registrace-button.prihlaska-button {
  width: 280px;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin: 10px;
}
div.login p {
  width: 70px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
a.prihlaska-button:hover {
  background-color: rgba(104, 0, 208, 0.1);
  text-decoration: none;
}
/* databaze styles */
.filtr {
  text-align: center;
}
#filtr {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 12px;
  padding: 15px 15px 5px 15px;
  width: 560px;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin: 0 auto;
}
#filtr div {
  float: left;
  width: 280px;
}
#filtr div[class="clearAll"] {
  float: none;
}
#filtr div ul {
  list-style-type: none;
  margin: 5px 0 10px 10px;
  padding: 0;
  border: 0;
}
#filtr div ul li {
  list-style-type: none;
  background-image: none;
  padding: 0;
}
div.databaze-seznam,
div.rejstrik.epizody {
  padding: 20px 0px 20px 10px;
  text-align: left;
}
div.column-left {
  width: 310px;
  border-right: 1px solid #9933ff;
  padding: 0px 5px 0px 0px;
}
div.column-right {
  width: 311px;
  padding: 0px 5px 0px 5px;
}
div.db_portret {
  position: relative;
  left: 6px;
}
div.db_left_column {
  position: relative;
  min-width: 120px;
  clear: left;
}
div.zahlavi > div,
div.tridy-informace > div {
  font-weight: bold;
  float: left;
  clear: left;
}
div.tridy-informace > div {
  padding-left: 10px;
}
div.zahlavi p,
div.tridy-informace p {
  margin-top: 0;
}
div.zahlavi p {
  padding-left: 150px;
}
div.tridy-informace p {
  padding-left: 160px;
}
div.zahlavi a span,
div.zahlavi p span,
dd span {
  color: #232323;
  opacity: 0.45;
  font-style: italic;
}
div.zahlavi #zastupci_all {
  display: none;
  margin-top: 10px;
}
img.obrazek {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  max-width: 100%;
}
.pravidla h2 {
  text-align: left;
  text-indent: -45px;
  padding-left: 45px;
  line-height: 1.5em;
}
.pravidla h2 span {
  display: inline-block;
  padding-right: 10px;
  text-align: right;
  width: 35px;
}
.pravidla p.poznamka {
  font-style: italic;
  font-size: 1em;
}
textarea {
  background-image: url(/images/lcars/textarea.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 5px;
  border: 0;
  width: 310px;
  margin: 0;
  padding: 5px;
}
fieldset {
  border: 0;
}
input.text,
select {
  background-image: url(/images/lcars/textarea.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  padding: 5px;
  width: 300px;
  /*height: 15px;*/
  border-radius: 5px;
}
select {
  width: 310px;
  height: 25px;
}
/* mapa - fanlisting, klub styles */
#kraje {
  position: relative;
  left: 37px;
  top: 0px;
  width: 738px;
  height: 471px;
  background-image: url(/images/fanlisting/mapa-cr-738x471.png);
  background-position: left;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  color: #000000;
  font-size: 10pt;
}
#kraje #mesta {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 738px;
  height: 471px;
  font-weight: bold;
}
#kraje div.stats {
  position: absolute;
  text-align: right;
  font-size: 8pt;
  line-height: 10pt;
  top: 30px;
  right: 30px;
}
#kraje div.legenda {
  position: absolute;
  font-size: 7pt;
  line-height: 11px;
  color: #404040;
  left: 30px;
  bottom: 10px;
}
#kraje div.legenda ul {
  margin: 5px 0 0 0;
  list-style-type: none;
  list-style-image: none;
}
#kraje div.legenda ul li {
  background: none;
  margin-bottom: 2px;
  padding-left: 30px;
}
#kraje a {
  position: absolute;
  padding: 0;
  width: 42px;
  height: 23px;
  display: block;
}
#kraje a#karlovarsky {
  left: 76px;
  top: 174px;
}
#kraje a#ustecky {
  left: 190px;
  top: 120px;
}
#kraje a#plzensky {
  left: 110px;
  top: 250px;
}
#kraje a#liberecky {
  left: 280px;
  top: 90px;
}
#kraje a#praha {
  left: 250px;
  top: 190px;
}
#kraje a#stredocesky {
  left: 280px;
  top: 220px;
}
#kraje a#jihocesky {
  left: 230px;
  top: 340px;
}
#kraje a#kralovehradecky {
  left: 385px;
  top: 135px;
}
#kraje a#pardubicky {
  left: 420px;
  top: 220px;
}
#kraje a#vysocina {
  left: 380px;
  top: 280px;
}
#kraje a#olomoucky {
  left: 550px;
  top: 270px;
}
#kraje a#jihomoravsky {
  left: 450px;
  top: 350px;
}
#kraje a#moravskoslezsky {
  left: 570px;
  top: 210px;
}
#kraje a#zlinsky {
  left: 580px;
  top: 335px;
}
/* trziste - styles */
#trziste-filtr {
  float: right;
  margin-right: 34px;
}
#trziste-filtr span {
  opacity: 0.7;
  font-size: 12px;
}
#prispevky-seznam {
  padding: 0px 29px 15px 33px;
  overflow: auto;
  margin-top: 0;
}
#prispevky-seznam li {
  background-image: none;
  padding: 0px 20px;
  margin: 10px;
  width: 241px;
  font-size: 90%;
  line-height: 130%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  float: left;
  text-align: left;
}
#formular div[class="flL"] {
  margin-right: 20px;
}
#formular div[class="flL"] + div {
  margin-right: 0px;
}
div.homepage-top-box:hover {
  background-position: 0 -175px !important;
}
/* --- Klub styles --- */
.akce .item {
  min-height: 82px;
  margin: 5px 40px 10px 40px;
  display: flex;
  flex-grow: 1;
  border-radius: 4px;
}
.akce .item h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.akce .item img {
  width: 150px;
  margin: 0 20px 0 10px;
  border-radius: 15px / 10px;
  align-self: flex-start;
}
.akce .item a {
  display: flex;
  flex-grow: 1;
  min-height: 72px;
  color: inherit;
  font-weight: inherit;
  padding: 5px 10px 5px 0;
}
.akce .item a:hover {
  text-decoration: none;
  background-color: rgba(102, 0, 204, 0.05);
  border-radius: 4px;
}
/* --- TV-list --- */
dl.tv-list {
  margin: 0;
  padding: 0 38px;
  text-align: left;
}
.tv-list dt {
  margin: 1em 0 0.3em 0;
  padding: 0;
  font-weight: bold;
  width: auto;
  float: none;
  text-align: left;
}
.tv-list dd {
  margin: 0 0 0.3em 1em;
  padding: 0px 0px 0px 36px;
  text-indent: -36px;
  font-size: 0.9em;
  line-height: 1.4em;
}
span.disabled {
  color: #808080;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.kniha-navstev {
  width: 70%;
}
.kniha-navstev li {
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(102, 0, 204, 0.1);
}
.kniha-navstev li p {
  margin: 0 0 5px 0;
}
.kniha-navstev li p + p {
  padding-left: 20px;
}
/* login dialog - start */
#user-dashboard {
  z-index: 100;
}
#user-dashboard .login-button {
  display: block;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  width: 146px;
  height: 17px;
  padding: 5px;
  position: relative;
  margin: auto;
  top: 3px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #860dff;
  border-bottom: 0;
  background: rgba(102, 0, 204, 0.6);
  background: linear-gradient(to bottom, rgba(102, 0, 204, 0.6) 0%, rgba(102, 0, 204, 0.6) 81%, rgba(102, 0, 204, 0.4) 100%);
}
#login > div {
  width: 380px;
  height: 330px;
  padding: 95px 85px 25px 85px;
  background-image: url(/images/lcars/login_padd.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
#login div.login-slide {
  width: 380px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
#login div.login-slide > div {
  position: absolute;
  width: 340px;
  height: 180px;
  padding: 20px;
}
#login div.login-slide > div > div {
  padding: 5px 34px 15px 38px;
  height: 100px;
}
#login div#zapomenute-heslo {
  left: 380px;
}
#login table,
#login img {
  z-index: 20;
}
#login #Login_PADD_submit,
#login #Login_PADD_zapomnel_submit {
  position: absolute;
  right: 106px;
  bottom: 57px;
  width: 125px;
  height: 59px;
  background-image: url(/images/lcars/login_button.png);
  background-position: 0 -59px;
  border: 0;
  background-color: transparent;
  font-weight: bold;
}
#login #Login_PADD_zapomnel,
#login #Login_PADD_prihlasit {
  position: absolute;
  left: 80px;
  bottom: 57px;
  width: 125px;
  height: 59px;
  background-image: url(/images/lcars/login_button_zapomnel.png);
  background-position: 0 -59px;
  border: 0;
  background-color: transparent;
  font-weight: normal;
  color: #9988a0;
  font-size: 11px;
}
#login #Login_PADD_submit:hover,
#login #Login_PADD_zapomnel_submit:hover,
#login #Login_PADD_zapomnel:hover,
#login #Login_PADD_prihlasit:hover {
  background-position: 0 0;
  cursor: pointer;
  color: #6600cc;
}
.perlicka-window > div {
  width: 670px;
  height: 437px;
  padding: 54px 90px 59px 90px;
  background-image: url(/images/lcars/perlicka_padd.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
.perlicka-window > div > div {
  height: 417px;
  padding: 10px 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
a.perlicka-close {
  position: absolute;
  right: 150px;
  color: #ffffff !important;
  top: 25px;
}
.ui-dialog {
  background: none !important;
  padding: 0 !important;
  border: 0 !important;
}
/* The outer container of the dialog.*/
.ui-dialog-titlebar {
  display: none;
}
/*: The title bar containing the dialog's title and close button.*/
/*: The container around the textual title of the dialog.*/
/*: The dialog's close button.*/
.ui-dialog-content {
  padding: 0 !important;
}
/*: The container around the dialog's content. This is also the element the widget was instantiated with.*/
/*: The pane that contains the dialog's buttons. This will only be present if the buttons option is set.*/
/*: The container around the buttons themselves.*/
/* login dialog - konec */
ul.povidky-seznam {
  display: flex;
  flex-wrap: wrap;
}
.povidky-seznam > li {
  position: relative;
  display: block;
  list-style: none;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: calc(50% - 15px);
  height: 87px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0px 15px 15px 0px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.povidky-seznam > li:hover {
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.povidky-seznam > li > a {
  display: block;
  padding: 7px 0px 0px 10px;
  width: 310px;
  height: 80px;
  color: #171717;
}
.povidky-seznam > li > a:hover {
  text-decoration: none;
}
.povidky-seznam > li ul {
  text-align: left;
  padding-right: 35px;
  margin-top: 0;
}
.povidky-seznam > li ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}
.povidky-seznam > li ul li + li {
  font-weight: bold;
}
.povidky-seznam > li ul li + li + li {
  font-weight: normal;
}
.povidky-seznam > li ul li.icon img {
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  max-height: 71px;
}
.povidky-seznam li.serie ul {
  display: block;
  float: right;
  width: 25px;
  font-size: 9px;
  line-height: 11px;
  padding: 4px 0 0 0;
  margin-left: 15px;
  font-weight: bold;
  color: #808080;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  right: 0px;
  height: 83px;
}
li.serie ul li {
  margin-left: 4px;
}
li.autor {
  color: #555555;
  font-style: italic;
  font-size: 11px;
}
li.status {
  position: absolute;
  bottom: 5px;
}
ul#pohlednice,
ul#pohlednice-list {
  overflow: hidden;
}
ul#pohlednice li,
ul#pohlednice-list li {
  background-image: none;
  position: relative;
  display: block;
  list-style: none;
  float: left;
  text-align: center;
  padding: 0;
}
ul#pohlednice li {
  width: 210px;
  height: 210px;
  background-position: top left;
  margin: 0px 10px 15px 0px;
}
ul#pohlednice-list li {
  width: 149px;
  height: 140px;
  margin: 0px 9px 15px 9px;
}
ul#pohlednice > li:hover,
ul#pohlednice-list > li:hover {
  /*background-color: rgba(255,255,255,0.8);*/
  cursor: pointer;
}
ul#pohlednice li a {
  display: block;
  padding-top: 170px;
}
ul#pohlednice li a:link,
ul#pohlednice li a:visited,
ul#pohlednice li a:active {
  font-weight: bold;
  color: #ffffff;
}
ul#pohlednice-list img {
  height: 96px;
}
#pohlednice-filtr ul {
  overflow: auto;
}
#pohlednice-filtr ul li {
  background: none;
  display: block;
  float: left;
  padding: 0px 5px 5px 5px;
  width: 140px;
}
ul.float-boxes {
  display: flex;
  flex-wrap: wrap;
}
ul.float-boxes li {
  background-image: none;
  position: relative;
  display: flex;
  flex-direction: column;
  list-style: none;
  width: calc(25% - 15px);
  text-align: center;
  padding: 0;
  margin: 0px 5px 15px 5px;
}
.poh-potvrzeni {
  margin: 10px 5px 0px 5px;
  text-align: center;
}
.poh-potvrzeni a {
  margin: 10px !important;
  padding: 5px 20px;
  background-color: #220044;
  border-radius: 5px;
  color: #8800ee;
}
.poh-potvrzeni a:hover {
  background-color: #440088;
  color: #9900ff;
}
div.pohlednice-frame {
  width: 640px;
  height: 480px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #a0a0a0;
  background-color: rgba(255, 255, 255, 0.3);
  margin: auto;
}
#pohlednice-left {
  width: 280px;
  height: 401px;
  margin: 30px 0px 0px 40px;
  border-right: 1px solid #6600cc;
  float: left;
}
#pohlednice-left .titulek {
  font-size: 9px;
  margin: 0;
  line-height: normal;
}
#pohlednice-left #odesilatel-m,
#pohlednice-left #odesilatel-e,
#pohlednice-left .text {
  font-family: 'Petit Formal Script', cursive;
}
#pohlednice-left #odesilatel-m,
#pohlednice-left .text {
  font-size: 14px;
  font-weight: bold;
  color: #000F77;
}
#pohlednice-left #odesilatel-m,
#pohlednice-left #odesilatel-e {
  text-align: right;
  padding-right: 30px;
}
#pohlednice-left #odesilatel-e {
  font-size: 12px;
  line-height: 20px;
}
#pohlednice-left .text {
  line-height: 30px;
  padding: 20px 20px 0px 0px;
  max-height: 300px;
  overflow: auto;
  text-align: left;
}
#pohlednice-right {
  width: 250px;
  height: 401px;
  margin: 30px 29px 0px 40px;
  float: left;
  position: relative;
}
#pohlednice-right #znamka {
  width: 80px;
  height: 100px;
  border: 1px dotted #a0a0a0;
  position: absolute;
  right: 0;
}
#pohlednice-right #razitko {
  position: absolute;
  right: 50px;
  top: 40px;
  transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  /* IE 9 */
  -webkit-transform: rotate(-15deg);
  /* Safari and Chrome */
  z-index: 10;
}
#pohlednice-right #carky {
  position: absolute;
  right: 40px;
  bottom: 10px;
}
#pohlednice-right #prijemce-m,
#pohlednice-right #prijemce-e {
  font-family: 'Petit Formal Script', cursive;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  margin-right: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #808080;
}
#pohlednice-right #prijemce-m {
  margin-top: 230px;
}
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.flip-container,
.front,
.back {
  width: 640px;
  height: 480px;
}
.flipper {
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  position: relative;
}
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-container:hover .back,
.flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container:hover .front,
.flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.front {
  z-index: 2;
}
ul#kalendar {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul#kalendar li {
  display: block;
  float: left;
  text-align: center;
  margin: 10px;
  width: 204px;
  height: 250px;
  background: none;
  padding: 0;
}
ul#kalendar li .obrazek {
  width: 200px;
}
#register_czk {
  display: none;
  text-align: center;
}
#register_czk > div {
  width: 214px;
  display: inline-block;
  vertical-align: top;
  padding: 40px 40px 20px 20px;
  text-align: justify;
  font-family: 'Oswald', sans-serif;
}
#register_czk > div + div {
  width: 400px;
  padding: 40px 0 0 0;
  text-align: left;
}
#register_czk label {
  display: block;
  width: 90px;
  float: left;
  padding: 5px;
  clear: left;
}
#register_czk input {
  width: 260px;
  float: left;
}
#register_czk input[type="submit"] {
  width: 100px;
  margin: 20px 0 20px 110px;
}
#register_czk img {
  position: relative;
  top: 7px;
  left: 10px;
  display: none;
}
#register_czk #error_msg {
  display: none;
  font-size: 10px;
  padding: 10px 15px;
  border: 1px solid #a0a0a0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  width: 238px;
  border-radius: 5px;
  margin-left: 110px;
}
#register_czk #overeni,
#register_czk #overeni2 {
  display: none;
  padding: 5px;
  float: left;
}
#register_czk #account-register-slider {
  position: relative;
  width: 400px;
  height: 200px;
  overflow: hidden;
}
#register_czk #account-register-slider > div {
  position: absolute;
  width: 400px;
  height: 200px;
}
#register_czk #account-register-slider #account-register-confirm {
  left: 400px;
  width: 280px;
  padding: 0 60px;
}
ul.dva-sloupce {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.dva-sloupce li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
}
ul.klub li {
  background-image: none;
}
ul.klub li a {
  display: block;
  height: 50px;
  padding: 30px 0px 0px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
}
ul.klub li a:hover {
  background-position: 0 -80px;
  background-color: rgba(102, 0, 204, 0.05);
  border-radius: 3px;
}
ul.klub li.akce a {
  background-image: url("/images/icons/klub_akce.png");
}
ul.klub li.mapa a {
  background-image: url("/images/icons/klub_mapa.png");
}
ul.klub li.prihlaska a {
  background-image: url("/images/icons/klub_prihlaska.png");
}
ul.klub li.informace a {
  background-image: url("/images/icons/klub_informace.png");
}
ul.klub li.clenska-sekce a {
  background-image: url("/images/icons/klub_clenska-sekce.png");
}
img.akce-title {
  max-width: 100%;
}
/*** Tabs ***/
.tabs {
  list-style: none;
  margin: 2em 0 0 0;
  padding: 0;
  border: 0;
  zoom: 1;
}
.tabs li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.tabs:before,
.tabs:after {
  content: '';
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
  padding-right: 0;
  width: 20%;
  background: transparent;
}
.tabs li:first-child,
.tabs li.first {
  padding-left: 0;
}
.tabs li:last-child {
  padding-right: 0;
}
.tabs li.last {
  padding-right: 0;
}
.tabs a {
  border-bottom: 1px solid #6600cc;
  display: block;
  padding: 5px 0 10px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabs a:visited {
  /*color: white;*/
}
.tabs .active a {
  padding-bottom: 11px;
  background: transparent url(img/uiTabsArrow.png) no-repeat bottom center;
  border: none;
}
#zalozky > li {
  background: none;
  padding-left: 0;
}
.perlicka-window {
  display: none;
}
a.button {
  color: #c387ff;
  padding: 5px 10px 7px 10px;
  background-color: #6600cc;
  border-radius: 5px;
}
a.button:hover {
  color: #ffffff;
}
#slider-control {
  width: calc(100% - 130px);
  margin: 5px auto 2px auto;
  background: rgba(102, 0, 206, 0.1) !important;
  border: 1px solid rgba(102, 0, 204, 0.2) !important;
  height: 5px;
}
#slider-control a {
  text-decoration: none !important;
  cursor: pointer;
}
.ui-slider-handle {
  font-size: 12px;
  width: 130px !important;
  text-align: center;
  color: #ffffff !important;
  height: 22px !important;
  margin-left: -65px !important;
  margin-top: -6px !important;
  border: 1px solid rgba(102, 0, 204, 0.2) !important;
  background: rgba(102, 0, 204, 0.6) !important;
  border-radius: 0;
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
}
.ui-slider-handle span {
  position: absolute;
  width: 25px;
  top: -1px;
  height: 22px;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.6);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
}
.ui-slider-handle span#sl-left {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  left: -30px;
}
.ui-slider-handle span#sl-right {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  right: -30px;
}
/* spinner - start */
.spinner {
  width: 30px;
  height: 30px;
  background-color: rgba(102, 0, 204, 0.1);
  border: 1px solid #860dff;
  margin: 100px auto 300px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
div[id^=snippet] {
  transition: opacity 0.25s;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* spinner - end */
.puzzle-image {
  text-align: center;
  flex-grow: 1;
}
.puzzle-image + p {
  opacity: 0.7;
  margin-bottom: 0;
}
.puzzle-image + p + p {
  height: 38px;
  margin-top: 0;
}
#slider img {
  width: 774px;
  height: 258px;
}
section.reportaz img {
  max-width: 300px;
  max-height: 225px;
}
section.reportaz img.flL {
  margin: 0px 20px 10px 0px;
}
section.reportaz img.flR {
  margin: 0px 0px 10px 20px;
}
li.napsali-o-nas ul li {
  display: inline-block;
  vertical-align: top;
  width: 325px;
  height: 110px;
  padding: 0;
  text-align: left;
}
li.napsali-o-nas ul li:nth-child(even) {
  padding-left: 10px;
}
li.napsali-o-nas ul li:nth-child(odd) {
  padding-right: 10px;
}
.ui-autocomplete li {
  background-image: none;
}
.rejstrik {
  column-count: 2;
  column-gap: 5px;
  column-rule: 1px solid #6600cc;
  padding: 10px 37px 10px 14px;
}
.rejstrik.epizody,
.rejstrik.single {
  column-count: 1;
  column-gap: 5px;
  column-rule: 1px solid #6600cc;
  padding: 10px 37px 10px 14px;
}
.rejstrik.epizody a {
  padding: 0px 0px 0px 34px;
}
.rejstrik.epizody a span {
  font-weight: normal;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rejstrik a {
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  padding: 0px 5px 0px 3.5em;
  text-indent: -20px;
  margin: 0;
  font-weight: bold;
  position: relative;
}
.rejstrik a:nth-child(odd) {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.rejstrik a:link,
.rejstrik a:visited,
.rejstrik a:active {
  color: #000000;
  text-decoration: none;
}
.rejstrik a:hover {
  color: #6600cc;
  text-decoration: none;
}
.rejstrik a:hover:before {
  content: '';
  position: absolute;
  width: 1.4em;
  border-top-left-radius: 0.7em;
  border-bottom-left-radius: 0.7em;
  left: 0;
  top: 0;
  height: 1.4em;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
}
.rejstrik a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  left: calc(1.4em + 5px);
  top: 0;
  height: 1.4em;
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: rgba(102, 0, 204, 0.2);
  -webkit-mask-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}
.rejstrik a span {
  font-weight: normal;
  opacity: 0.8;
}
div.novinka,
a.novinka {
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  padding: 0px 5px 0px 3.5em;
  text-indent: -20px;
  margin: 0;
  position: relative;
  text-decoration: none;
}
div.novinka:before,
a.novinka:before {
  content: '';
  position: absolute;
  width: 1.4em;
  border-top-left-radius: 0.7em;
  border-bottom-left-radius: 0.7em;
  left: 0;
  top: 0;
  height: 1.4em;
  border: 1px solid rgba(255, 156, 0, 0.75);
  background-color: rgba(255, 156, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(255, 156, 0, 0.2);
}
div.novinka:after,
a.novinka:after {
  content: '';
  position: absolute;
  width: 100%;
  left: calc(1.4em + 5px);
  top: 0;
  height: 1.4em;
  box-shadow: 2px 2px 8px rgba(255, 156, 0, 0.2);
  background-color: rgba(255, 156, 0, 0.3);
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: rgba(255, 156, 0, 0.75);
  -webkit-mask-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}
dl.timeline p {
  margin-top: 0;
}
dl.timeline p:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
dl.timeline.ml-0 dd {
  margin-left: 0;
}
dl.timeline dt {
  font-weight: normal;
}
dl.timeline dd {
  position: relative;
  padding-left: 3em;
}
dl.timeline dd:before {
  content: '';
  border: 1px solid #6600cc;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 1.5em;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
dl.timeline dd:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #ffffff;
  top: 6px;
  left: calc(1.5em - 4px);
  border: 2px solid #6600cc;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  opacity: 0.7;
}
dl.timeline dd.book:after {
  background-color: #5BF8FC;
}
dl.timeline dd.comics:after {
  background-color: #FF77FF;
}
dl.timeline dd.reality:after {
  background-color: #FFBD41;
}
.ilustracni-obrazky {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.ilustracni-obrazky li {
  display: flex;
  flex-direction: column;
  background: none;
  padding: 0;
  margin: 0 auto 20px auto;
  max-width: 48%;
  justify-content: space-between;
}
.ilustracni-obrazky li:only-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.ilustracni-obrazky li :first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ilustracni-obrazky li :last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ilustracni-obrazky li img {
  max-width: 100%;
  width: min-content;
  margin: auto auto 0 auto;
}
.ilustracni-obrazky li div {
  text-align: left;
  margin: 0 0 1em 0;
  padding: 0.5em 2em;
  background-color: rgba(102, 0, 208, 0.1);
}
.ilustracni-obrazky.single > li {
  max-width: 100%;
}
.text-under-lcars {
  padding-left: 54px;
  padding-right: 44px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.portretek {
  margin: 0em 0em 1em 1em;
  float: right;
  width: 110px;
}
.two-columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -moz-column-rule: 1px solid rgba(102, 0, 204, 0.2);
  -webkit-column-rule: 1px solid rgba(102, 0, 204, 0.2);
  column-rule: 1px solid rgba(102, 0, 204, 0.2);
}
button.toggle {
  padding: 5px 20px;
  background-color: rgba(102, 0, 204, 0.15);
  border: 0;
  color: #6600cc;
  border-radius: 12px;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
button.toggle:hover {
  background-color: #6600cc;
  border: 0;
  color: #ffffff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.flash {
  margin: 10px 0;
  padding: 20px;
  background-color: rgba(102, 0, 204, 0.2);
}
.flash.success {
  background-color: rgba(158, 225, 130, 0.6);
}
.flash.warning {
  background-color: rgba(225, 158, 130, 0.6);
}
.error {
  background-color: rgba(225, 158, 130, 0.6);
}
span.error {
  display: block;
  padding: 10px 15px;
}
#xmas-lights {
  position: absolute;
  top: -16px;
  left: 100px;
  z-index: 100;
  pointer-events: none;
}
.global-abeceda {
  padding: 15px 42px;
  display: flex;
  flex-wrap: wrap;
}
.global-abeceda div {
  width: 10%;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.global-abeceda div:last-child {
  clear: right;
}
.global-abeceda div a {
  font-size: 2em;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.global-abeceda div small {
  opacity: 0.5;
  display: block;
}
#nav-button {
  display: none;
}
.text-bold {
  font-weight: bold;
}
s {
  opacity: 0.5;
}
.divider {
  height: 1px;
  width: 100%;
  background-color: #6600cc;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #000000, rgba(0, 0, 0, 0) 90%);
}
.nowrap {
  white-space: nowrap;
}
.czk-form .control {
  margin-bottom: 10px;
}
.czk-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.czk-form input[type=text],
.czk-form textarea {
  box-sizing: border-box;
  padding: 7px 10px;
  width: 100%;
  box-shadow: inset 0 0 5px rgba(102, 0, 204, 0.25);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(102, 0, 204, 0.25);
  transition: border-color 0.2s;
}
.czk-form input[type=text]:focus,
.czk-form textarea:focus {
  border: 1px solid rgba(102, 0, 204, 0.75);
}
.czk-form .checkbox label,
.czk-form .radio label {
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 0;
}
.czk-form .checkbox label:hover,
.czk-form .radio label:hover {
  background-color: rgba(102, 0, 204, 0.1);
}
.czk-form .checkbox input,
.czk-form .radio input {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.czk-form .tox.tox-tinymce {
  border: 1px solid rgba(102, 0, 204, 0.25) !important;
  border-radius: 4px;
}
.czk-form .tox-statusbar,
.czk-form .tox-toolbar__primary {
  background: none !important;
  border: 0 !important;
}
.czk-form .tox-toolbar-overlord,
.czk-form .tox-statusbar {
  background-color: rgba(102, 0, 204, 0.1) !important;
}
.czk-form .tox.tox-tinymce,
.czk-form iframe {
  box-shadow: inset 0 0 5px rgba(102, 0, 204, 0.25) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%) !important;
  transition: border-color 0.2s;
}
.czk-form .tox.tox-tinymce:focus,
.czk-form iframe:focus {
  border: 1px solid rgba(102, 0, 204, 0.75) !important;
}
#fanfiction-text {
  font-size: 16px;
  line-height: 160%;
  font-weight: 300;
}
#fanfiction-text h3 {
  font-size: 1.5em;
  padding: 0.25em 0.5em;
  margin: 1em -0.5em 1em -0.5em;
  border-bottom: 1px solid #6600cc;
  text-align: left;
  line-height: 130%;
}
#fanfiction-text h4 {
  font-size: 1.25em;
  margin: 2.5em 0 1.5em 0;
  padding: 0 0 0.5em 1em;
  position: relative;
  text-align: left;
  line-height: 130%;
}
#fanfiction-text h4:before {
  content: '';
  position: absolute;
  top: -5px;
  height: 100%;
  border: 1px solid rgba(102, 0, 204, 0.2);
  background-color: rgba(102, 0, 204, 0.15);
  box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
  /* border-top-left-radius: 17px; */
  /* border-bottom-left-radius: 17px; */
  left: 0em;
  width: 0.25em;
}
#fanfiction-text p:not(.centered) {
  margin-bottom: 0;
  margin-top: 0;
  text-indent: 2em;
}
#admin-panel {
  width: 350px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  height: 100vh;
  overflow-y: scroll;
  position: sticky;
  top: 0;
}
@media (max-width: 480px) {
  /* common styles */
  body {
    background-image: none;
    background-color: #000000;
    font-size: 16px;
  }
  #centerer,
  #page {
    width: auto !important;
  }
  #slider,
  #wrapper {
    display: none;
  }
  #top,
  #bottom {
    display: none;
  }
  #top img,
  #bottom {
    width: 100%;
  }
  img[src*="divider"] {
    width: 100%;
  }
  #user-dashboard {
    margin: 0 auto;
  }
  #content {
    margin: 0;
    display: block;
  }
  #content-text {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 70px;
  }
  #content-text div.flL {
    width: auto !important;
    padding: 0px !important;
  }
  aside {
    position: fixed;
    height: 100%;
    right: -192px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: right 0.5s;
  }
  aside.on {
    right: 0;
  }
  aside #menu.fixed {
    top: auto !important;
  }
  #menu-top {
    /*display: none;*/
  }
  #nav-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    transform: scaleY(-1);
  }
  dl dt {
    float: none;
    width: auto;
    text-align: left;
  }
  dl dd {
    margin: 0 0 1em 0;
    padding: 0;
  }
  dl.timeline dt {
    position: absolute;
    left: 29px;
    font-weight: bold;
  }
  dl.timeline dd {
    padding: 30px 0 1em 42px;
    margin-bottom: 0;
    margin-left: -39px;
  }
  .ilustracni-obrazky li {
    max-width: 100%;
  }
  div.muzizeny {
    margin-left: 0;
    padding-left: 0;
  }
  .rejstrik {
    column-count: 1;
    column-gap: 0;
    column-rule: 0;
  }
  .rejstrik a {
    padding-left: 34px;
  }
  .epizody.rejstrik a span {
    padding: 5px 0;
  }
  .epizody.rejstrik a span span:first-child {
    display: none;
  }
  .epizody.rejstrik a span span:nth-child(2) {
    order: 4;
  }
  h1,
  h2,
  h3 {
    margin: 2em 0 1.5em 0;
  }
  h1.lcars,
  h2.lcars,
  h3.lcars {
    /*font-size: @h2*1px;*/
    line-height: 1.25em !important;
  }
  h1.lcars:before,
  h2.lcars:before,
  h3.lcars:before {
    border-radius: 0;
    width: 6px;
    margin-right: 0.5em;
  }
  h1.lcars:after,
  h2.lcars:after,
  h3.lcars:after {
    width: 1.3em;
  }
  h1.lcars span,
  h2.lcars span,
  h3.lcars span {
    margin-left: 0.5em;
  }
  h1.lcars small,
  h2.lcars small,
  h3.lcars small {
    padding-left: 5px;
  }
  .text-under-lcars {
    padding: 0 20px 0 9px;
  }
  .text-under-lcars h1 {
    display: flex;
  }
  .text-under-lcars h1:before {
    position: relative;
    width: 6px;
    top: -0.15em;
    content: '';
    height: 1.2em;
    border: 1px solid rgba(102, 0, 204, 0.2);
    background-color: rgba(102, 0, 204, 0.15);
    box-shadow: 2px 2px 8px rgba(102, 0, 204, 0.2);
    margin-left: -18px;
    margin-right: 11px;
  }
  .akce .item {
    flex-direction: column;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #6600cc;
  }
  .akce .item img {
    width: 188px;
    margin: 0 0 1em 0;
  }
  .akce .item a {
    flex-direction: column;
  }
}
@media (max-width: 480px) and (max-width: 400px) {
  #nav-button {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    top: auto;
    width: 75px;
    height: 75px;
    transform: scaleY(1);
  }
}
