@charset "UTF-8";
/* charset "utf-8"; */
/* Eric Meyer's Reset Reloaded | http://meyerweb.com/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, .prihlaska legend, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* horni cast stranky */
/* general layout */
.layout-table, .layout-table tr:hover, .layout-table tr, .layout-table td {
  border: none; }
.layout-table td, .layout-table tr:hover, .layout-table tr {
  padding: 0;
  background: none; }

/* Main Stylesheet */
html, body {
  height: 100%; }

body {
  background: #2f201b;
  min-width: 950px;
  min-height: 830px;
  font-size: 15px;
  font-family: Minion, Georgia, "Times New Roman", Times, serif;
  line-height: 18px;
  color: #3c3528; }

#bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 0; }
  #bg-left div {
    position: absolute;
    top: 0;
    left: 0;
    right: 225px;
    background-color: #901d28;
    min-height: 750px;
    background: linear-gradient(#901d28, #901d28, rgba(144, 29, 40, 0)); }

#bg-right {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%; }
  #bg-right div {
    position: absolute;
    top: 0;
    left: -225px;
    right: 0; }
  #bg-right img {
    width: 100%; }

#container {
  width: 950px;
  margin: 0 auto;
  padding-top: 174px;
  min-height: 830px;
  height: 100%;
  position: relative;
  z-index: 3; }

#panel-top {
  background: url(images/panel-top.png) no-repeat 0 0;
  height: 57px; }

#panel-body {
  background: url(images/panel-body.png) repeat-y;
  padding: 0 15px; }

#panel-bottom {
  background: url(images/panel-bottom.png) no-repeat 0 0;
  height: 57px; }

.page-template-with-right-sidebar #panel-top {
  background-image: url(images/panel-top-sidebar.png); }
.page-template-with-right-sidebar #panel-body {
  background-image: url(images/panel-body-sidebar.png); }
.page-template-with-right-sidebar #panel-bottom {
  background-image: url(images/panel-bottom-sidebar.png); }

#panel {
  height: auto;
  text-align: left;
  min-height: 693px; }

#logotype {
  width: 328.2px;
  height: 233.4px;
  position: absolute;
  top: 0;
  left: -24px;
  z-index: -10; }
  #logotype a {
    display: block;
    width: 328.2px;
    height: 233.4px;
    background: url(images/logo-velke.png) no-repeat;
    background-size: 328.2px 233.4px; }
  #logotype span {
    display: none; }

#hra-roku {
  display: block;
  width: 112px;
  height: 112px;
  position: absolute;
  top: 37px;
  right: 29px;
  background: url(images/logo-hraroku-2004.png) no-repeat; }
  #hra-roku span {
    display: none; }

hr {
  height: 2px;
  width: 95px;
  background-color: #901d28;
  border: none;
  margin: 18px auto; }

#facebook {
  display: block;
  height: 90px;
  width: 90px;
  margin: -10px auto;
  background: url(images/facebook-icon.png) no-repeat;
  background-size: 90px 90px; }
  #facebook span {
    display: none; }

button {
  font-size: 15px;
  font-family: Minion, Georgia, "Times New Roman", Times, serif;
  color: white;
  padding: 9px 16px;
  background-color: #901d28;
  border: none;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block; }
  button:hover {
    filter: saturate(70%); }

#prihlasit-se {
  text-decoration: none;
  color: white; }
  #prihlasit-se button {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400; }

/* #prihlasit-se {display:block; width:250px; height:215px; background:url(i/prihlasit_se.png) no-repeat 50% 0; margin-top:44px;} */
#menu ul, #col-left ul.nav {
  position: relative;
  margin: 0;
  list-style: none; }
  #menu ul li, #col-left ul.nav li {
    height: 42px;
    overflow: visible;
    margin: 0 -28px; }
  #menu ul a.nav-selected, #menu ul a.nav-selected:hover, #col-left ul.nav a.nav-selected, #col-left ul.nav a.nav-selected:hover {
    background: url(images/mrizka-cervena-celek.png) no-repeat;
    color: white; }
  #menu ul a, #col-left ul.nav a {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3c3528;
    color: #901d28;
    text-decoration: none;
    height: 26px;
    display: block;
    padding: 10px 28px 6px 28px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; }
  #menu ul a:hover, #menu ul a:focus, #col-left ul.nav a:hover, #col-left ul.nav a:focus {
    color: black;
    background: url(images/mrizka-seda-celek.png) no-repeat; }
  #menu ul a.nav-selected:hover, #col-left ul.nav a.nav-selected:hover {
    filter: saturate(60%); }

/* #menu a.nav-selected, #menu a.nav-selected:hover, #menu a.nav-selected:focus {background-position:0 -150px;}
#menu a:hover, #menu a:focus {background-position:0 -75px;} */
#footer {
  height: 18px;
  padding: 3px 35px 30px;
  color: #fff; }

#copyright {
  float: left; }
  #copyright a {
    color: #edc62d;
    text-decoration: none; }
  #copyright:hover, #copyright:focus {
    text-decoration: underline; }

#menu-2nd {
  float: right; }
  #menu-2nd a {
    color: #fff;
    text-decoration: none; }
    #menu-2nd a.nav-selected {
      color: #edc62d; }
    #menu-2nd a:hover, #menu-2nd a:focus {
      color: #edc62d;
      text-decoration: underline; }

#col-left {
  width: 213px;
  float: left;
  margin: 0 28px 0 27px; }

#col-middle {
  float: right;
  width: 596px;
  margin: 0 28px; }
  .page-template-with-right-sidebar #col-middle {
    float: left;
    width: 308px; }

#col-right {
  float: right;
  position: static;
  width: 232px;
  margin: 0 28px; }

/*

page-template-with-right-sidebar
page-template-normal*/
.cleaner {
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  font-size: 1px;
  clear: both; }

a {
  color: #0088c5;
  text-decoration: underline; }

a.external {
  background: url(i/external.png) no-repeat 100% 50%;
  padding-right: 11px; }

a:hover, a:focus {
  color: #1d1814; }

.more {
  display: block;
  text-align: right;
  margin: 10px 0 3px;
  text-decoration: none; }

.more:hover, .more:focus {
  text-decoration: underline; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

p {
  margin-bottom: 10px; }

p.meta {
  color: #901d28;
  margin-bottom: 5px; }

h2 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3c3528;
  width: auto;
  height: 26px;
  padding: 10px 28px 6px 28px;
  margin: 0 -28px 14px -28px;
  /*  	padding-top: 12px; */
  background: url(images/mrizka-zluta-celek.png) no-repeat;
  text-align: left;
  white-space: nowrap;
  overflow: hidden; }
  .page-template-normal h2 {
    background: url(images/mrizka-zluta-celek-siroka.png) no-repeat; }

h3, .prihlaska legend {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #3c3528;
  margin-top: 22px;
  margin-bottom: 4px; }

#col-right h2 {
  background: url(images/mrizka-seda-celek.png) no-repeat; }

h2.plain {
  background: none;
  height: auto;
  margin: 10px 0;
  text-align: left; }

.subpage h3, .subpage .prihlaska legend, .prihlaska .subpage legend {
  margin-bottom: 5px; }

.to-left {
  text-align: left; }

.to-right {
  text-align: right; }

.to-center {
  text-align: center; }

.to-block {
  text-align: justify; }

.concealed {
  color: inherit;
  text-decoration: inherit; }

a.concealed:hover, a.concealed:focus {
  color: #0088c5;
  text-decoration: underline; }

.no-border {
  border: none !important; }

.disabled {
  color: #887e70 !important; }

table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d2c4a1;
  margin: 10px 0; }

tr.even {
  background: #efdfba; }

tr:hover, th {
  background: #e8d8b1; }

tr.highlight {
  background: #bee5f0; }

td, th {
  border-bottom: 1px solid #d2c4a1;
  padding: 5px 10px; }

th {
  border-bottom: 3px double #a39571;
  font-weight: bold; }

ul, ol {
  list-style: disc;
  margin: 0 0 10px 30px; }

ol {
  list-style: lower-roman; }

li.highlight {
  font-weight: bold; }

/* Specific */
#h-turnaje {
  background: url(i/h-turnaje.png) no-repeat;
  width: 348px;
  height: 75px;
  margin: 0 -14px -10px;
  padding: 0;
  left: 0; }

#h-turnaje span {
  display: none; }

#h-zpravy #rss {
  display: block;
  width: 45px;
  height: 45px;
  background: url(i/h-rss.png) no-repeat 0 -45px;
  position: absolute;
  top: 2px;
  right: 19px; }

#h-zpravy #rss:hover, #h-zpravy #rss:focus {
  background-position: 0 0; }

/* The Map */
#map {
  width: 320px;
  height: 180px;
  position: relative;
  margin: 15px -6px 25px -6px;
  background: url(images/mapka.png) no-repeat 50% 50%;
  list-style: none; }
  #map li {
    position: absolute; }
    #map li a {
      font-size: 15px;
      font-family: Minion, Georgia, "Times New Roman", Times, serif;
      color: white;
      padding: 9px 16px;
      background-color: #901d28;
      border: none;
      border-radius: 12px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      padding: 3px 10px;
      border-radius: 5px; }
      #map li a:hover {
        filter: saturate(70%); }
  #map #hodonin {
    top: 140px;
    left: 198px; }
  #map #hradec {
    top: 43px;
    left: 165px; }
  #map #liberec {
    top: 13px;
    left: 111px; }
  #map #opava {
    top: 70px;
    left: 214px; }
  #map #ostrava {
    top: 67px;
    left: 270px; }
  #map #praha {
    top: 67px;
    left: 87px; }
  #map #tabor {
    top: 112px;
    left: 95px; }
  #map #vary {
    top: 55px;
    left: 25px; }
  #map #trutnov {
    top: 13px;
    left: 155px; }
  #map #mlada-boleslav {
    top: 40px;
    left: 100px; }
  #map #bratislava {
    top: 170px;
    left: 230px; }
  #map #brno {
    top: 140px;
    left: 190px; }
  #map #plzen {
    top: 90px;
    left: 27px; }
  #map #milevsko {
    top: 95px;
    left: 77px; }
  #map #bechyne {
    top: 122px;
    left: 83px; }
  #map #most {
    top: 20px;
    left: 50px; }
  #map #pribor {
    top: 100px;
    left: 217px; }
  #map #frydek-mistek {
    top: 95px;
    left: 275px; }
  #map #moravska-trebova {
    top: 98px;
    left: 147px; }
  #map #tyniste-nad-orlici {
    top: 69px;
    left: 146px; }
  #map #pardubice {
    top: 69px;
    left: 140px; }

/* My Forms in the site  */
form.form-stacked label.control-label, form.form-stacked input, form.form-stacked textarea, form.main-reply-form label.control-label, form.main-reply-form input, form.main-reply-form textarea {
  display: block;
  width: 220px;
  float: left;
  margin-bottom: 10px; }
form.form-stacked textarea, form.main-reply-form textarea {
  padding: 8px; }
form.form-stacked span.text-muted, form.main-reply-form span.text-muted {
  /* see https://stackoverflow.com/questions/14049423/in-css-use-displaynone-on-the-element-but-keep-its-after */
  visibility: hidden; }
  form.form-stacked span.text-muted:before, form.main-reply-form span.text-muted:before {
    content: '*';
    color: red;
    visibility: visible; }
form.form-stacked .form-group, form.form-stacked .form-actions, form.main-reply-form .form-group, form.main-reply-form .form-actions {
  clear: both; }
form.form-stacked .checkbox, form.main-reply-form .checkbox {
  clear: both;
  display: block; }
  form.form-stacked .checkbox label, form.main-reply-form .checkbox label {
    margin-left: 220px; }
    form.form-stacked .checkbox label input, form.main-reply-form .checkbox label input {
      float: none;
      width: auto;
      display: inline; }
form.form-stacked img.ccm-captcha-image, form.main-reply-form img.ccm-captcha-image {
  margin: 0; }

.alert.alert-success {
  color: green;
  font-width: black; }

/* individual elements */
.prihlaska {
  margin-bottom: 20px; }
  .prihlaska label {
    font-weight: bold; }
  .prihlaska .checkbox label, .prihlaska .captcha label {
    font-weight: normal; }

.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .pagination li {
    display: inline;
    margin: 0 0.2em; }

/* Fonts */
/* regular version */
@font-face {
  font-family: 'Minion';
  src: url("fonts/minionregular.eot");
  src: local("☺"), url("fonts/minionregular.eot") format("embedded-opentype"), url("fonts/minionregular.woff2") format("woff2"), url("fonts/minionregular.woff") format("woff"), url("fonts/minionregular.ttf") format("truetype"), url("fonts/minionregular.otf") format("opentype"), url("fonts/minionregular.svg#minionregular") format("svg"); }
/* bold versions */
@font-face {
  font-family: 'Minion';
  src: url("fonts/minionsemibold.eot");
  src: local("☺"), url("fonts/minionsemibold.eot") format("embedded-opentype"), url("fonts/minionsemibold.woff2") format("woff2"), url("fonts/minionsemibold.woff") format("woff"), url("fonts/minionsemibold.ttf") format("truetype"), url("fonts/minionsemibold.otf") format("opentype"), url("fonts/minionsemibold.svg#minionsemibold") format("svg");
  font-weight: 600; }
@font-face {
  font-family: 'Minion';
  src: url("fonts/minionbold.eot");
  src: local("☺"), url("fonts/minionbold.eot") format("embedded-opentype"), url("fonts/minionbold.woff2") format("woff2"), url("fonts/minionbold.woff") format("woff"), url("fonts/minionbold.ttf") format("truetype"), url("fonts/minionbold.otf") format("opentype"), url("fonts/minionbold.svg#minionbold") format("svg");
  font-weight: bold; }
@font-face {
  font-family: 'Minion';
  src: url("fonts/minionboldcondensed.eot");
  src: local("☺"), url("fonts/minionboldcondensed.eot") format("embedded-opentype"), url("fonts/minionboldcondensed.woff2") format("woff2"), url("fonts/minionboldcondensed.woff") format("woff"), url("fonts/minionboldcondensed.ttf") format("truetype"), url("fonts/minionboldcondensed.otf") format("opentype"), url("fonts/minionboldcondensed.svg#minionboldcondensed") format("svg");
  font-weight: bold;
  font-stretch: condensed; }
/* italic versions */
@font-face {
  font-family: 'Minion';
  src: url("fonts/minionitalic.eot");
  src: local("☺"), url("fonts/minionitalic.eot") format("embedded-opentype"), url("fonts/minionitalic.woff2") format("woff2"), url("fonts/minionitalic.woff") format("woff"), url("fonts/minionitalic.ttf") format("truetype"), url("fonts/minionitalic.otf") format("opentype"), url("fonts/minionitalic.svg#minionitalic") format("svg");
  font-style: italic; }
@font-face {
  font-family: 'Minion';
  src: url("fonts/minionitalicbold.eot");
  src: local("☺"), url("fonts/minionitalicbold.eot") format("embedded-opentype"), url("fonts/minionitalicbold.woff2") format("woff2"), url("fonts/minionitalicbold.woff") format("woff"), url("fonts/minionitalicbold.ttf") format("truetype"), url("fonts/minionitalicbold.otf") format("opentype"), url("fonts/minionitalicbold.svg#minionitalicbold") format("svg");
  font-weight: bold;
  font-style: italic; }
@media screen and (max-width: 950px) {
  #bg-right {
    left: 475px;
    width: 475px; }

  #bg-left {
    width: 475px; } }

/*# sourceMappingURL=main.css.map */
