
/* obecné */

body {
  background-color: #eeeeee;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Adobe Caslon Pro", "Garamond", "Palatino Linotype", "Times New Roman", Times, serif;
}

h1 {
  display: none;
}

h2 {
  display: none;
}

a {
  color: #DA251D;
}






/* třídy */

.section-articles h3 {
  margin-top: 0;
}

.section-article {
  padding-left: 120px;
  padding-right: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aktualne-articles .section-article {
  padding-left: 70px;
  padding-top: 0px;
}

h3.aikencms-article-title {
  margin-top: 0;
}

td.menu-item {
  margin: 0;
  width: 16.7%;
  padding: 0;
  text-align: center;
  text-transform: lowercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 40px;
  color: white;
  background-color: #FED330;
  font-weight: bold;
}

.menu-item a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: white;
}

.menu-item a:hover {
  text-decoration: underline;
}

td.menu-item-current {
  background-color: #DDBE4A;
  color: #91791E;
}

td.menu-item-current a {
  color: #91791E;
}

.ui-datepicker {
  width: 197px;
  padding: 7px;
}

.ui-datepicker table {
  margin: 0px;
  background-color: #DA251D;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: none;
}

.hasDatepicker {
  margin-bottom: 15px;
}

.cal-area {
  padding-top: 13px;
  background-position: right 0px;
  background-repeat: no-repeat;
  background-image: url('../images/ohnuti.png');
}

.ui-widget-content {
  background-image: none;
  background-color: #DA251D;
  border-color: #DA251D;
}

.ui-widget-header {
  background-image: none;
  background-color: #DA251D;
  border-color: #DA251D;
  color: #ffffff;
}

.ui-datepicker-calendar {
  background-color: #ffffff;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 12px;
  line-height: 1em;
  margin: 0px;
  padding-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}

.ui-datepicker th {
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-image: none;
  background-color: #EEEEEE;
  border: 0px;
  color: #DA251D;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-color: #CCCCCC;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background-color: #FED330;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #FFE485;
}

.navigace {
  position: relative;
  height: 20px;
}

.gallery-link-left {
  position: absolute;
  left: 0px;
  top: 0px;
}

.gallery-link-right {
  position: absolute;
  right: 0px;
  top: 0px;
}

.image-viewer {
  text-align: center;
}

.image-viewer img {
  max-width: 920px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-view-links {
  width: 920px;
  height: 20px;
  position: relative;
  text-align: center;
}

.image-link-left {
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-link-right {
  position: absolute;
  right: 0px;
  top: 0px;
}

.image-view-link-list {
  margin-top: 10px;
  text-align: center;
}

.aikencms-article-section-link {
  text-align: center;
}

.aikencms-article-footer {
  text-align: right;
}

table.gallery {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table.gallery td {
  padding: 10px;
  text-align: center;
}

.page-link {
  text-align: right;
}

.page-link-prev {
  margin-bottom: 15px;
}

.action-hidden {
  display: none;
}

.action-hidden-prev {
  display: none;
}

div.program-action {
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../images/program-action-bg.jpg');
  margin-bottom: 10px;
}

div.program-action.first {
  background-image: none;
}

div.program-action.even-date {
  background-color: #d7d7d7;
  border-color: #a0a0a0;
}

table.program-action {
  width: 100%;
  border-collapse: collapse;
}


table.program-action td {
  color: #444444;
}

td.program-image-col {
  border: 0px none currentColor;
  margin: 0px;
  min-height: 60px;
  padding: 0px;
  width: 163px;
  text-align: center;
}

td.program-text-col {
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

img.program-image {
  background-color: white;
  margin: 0px;
  margin-top: 35px;
  margin-bottom: 25px;
  max-height: 151px;
  max-width: 138px;
  padding: 0px;
}

h2.program-title {
  display: block;
  margin-top: 0px;
  position: relative;
  padding-left: 10px;
}

h3.program-title {
  text-transform: uppercase;
  margin-bottom: 0px;
}

h3.program-title a {
  color: #444444;
}

h3.program-title a:hover {
  color: #DA251D;
}

h3.program-title span {
  display: inline-block;
  padding-right: 105px;
  margin-bottom: 8px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../images/koupit.png');
}

div.program-bottom {
  position: relative;
  margin-top: 15px;
  padding: 2px;
  padding-left: 10px;
  background-color: #D3D3D3;
  font-size: 14px;
  font-weight: bold;
}

div.program-descr {
  margin-bottom: 4px;
  display: none;
}

div.program-action-detailed {
  display: block !important;
}

div.program-url {
  font-weight: bold;
}

div.program-gallery {
  text-align: right;
}

span.program-bottom-site {
  position: absolute;
  right: 10px;
  top: 0px;
  line-height: 24px;
}

div.detail-link-line {
  position: absolute;
  right: 0px;
  bottom: -25px;
  text-align: right;
  color: #DA251D;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

div.detail-link-line:hover {
  text-decoration: underline;
}

div.program-text-inner {
  position: relative;
}

div.program-pdf {
  text-align: right;
  display: none;
}












/* identifikátory */

#outer {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 50px;
}

#inner {
  padding-top: 246px;
}

#header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 980px;
  height: 198px;
  background-image: url('../images/hlavicka.png');
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 50;
}

#main {
  position: relative;
  width: 770px;
  background-color: #ffffff;
  min-height: 970px;
  padding: 20px;
  padding-left: 0px;
  padding-right: 185px;
}

#main.image-viewer {
  min-height: 300px;
  width: 920px;
  padding: 20px;
}

#calendars {
  position: absolute;
  top: 246px;
  right: 0px;
  width: 211px;
  font-size: 10px;
}

#menu {
  position: absolute;
  left: 0px;
  top: 202px;
  width: 980px;
  border-collapse: collapse;
  margin: 0;
  border: 0;
  padding: 0;
  z-index: 100;
}

#footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  padding-right: 25px;
}

#admin-link {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 200;
  color: #F7C200;
}

#view-mode {
  display: block;
  position: absolute;
  right: 10px;
  top: 0px;
}

#cal-prev, #cal-next {
  color: #B0B0B0;
  font-family: Arial, Helvetica, sans-serif;
}

#cal-prev {
  margin-bottom: 0px;
  margin-top: 10px;
}

#cal-next {
  margin-bottom: 25px;
  margin-top: 10px;
  text-align: right;
  padding-right: 30px;
}

#cal-prev-button, #cal-next-button {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  background-repeat: no-repeat;
}

#cal-prev-button:hover, #cal-next-button:hover {
  color: #DA251D;
}

#cal-prev-button {
  background-position: left center;
  background-image: url('../images/predchozi-mesic.png');
  padding-left: 22px;
}

#cal-next-button {
  background-position: right center;
  background-image: url('../images/dalsi-mesic.png');
  padding-right: 22px;
}


#top-links {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 411px;
  height: 24px;
  z-index: 100;
}

#top-links a {
  position: absolute;
  top: 0px;
  display: inline-block;
  height: 24px;
}

#top-links a span {
  display: none;
}

#top-link-vstupenky {
  left: 0px;
  width: 265px;
}

#top-link-u3pavu {
  left: 273px;
  width: 140px;
}


.aikencms-article-full {
  padding-left: 120px;
  padding-right: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aikencms-article-section-link {
  margin-top: 20px;
}


#program-tiles-header {
  color: #dd0000;
}

.tile {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 300px;
  margin-bottom: 18px;
  font-family: sans-serif;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.tile:nth-child(3n+2) {
  margin-left: 6px;
  margin-right: 6px;
}

.tile-timing {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3em;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  vertical-align: middle;
}

.tile:hover .tile-timing {
  background-color: rgba(249, 0, 0, 0.4);
  color: #ffffff;
}

.tile-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  background-color: #ffffff;
  background-image: none;
  border-collapse: collapse;
  border: 0;
}

.tile:hover .tile-title {
  color: #dd0000;
}

#action-details {
  border-collapse: collapse;
  border: 0;
  margin-top: 70px;
  font-size: 80%;
}

#action-details td {
  vertical-align: top;
}

#action-info,
#action-image {
  width: 50%;
}

#action-info {
  padding-right: 20px;
  line-height: 140%;
}

#action-info h3 {
  font-size: 140%;
  color: #dd0000;
  margin-bottom: 0.1em;
}

#action-info-back,
#action-order {
  padding-top: 30px;
}

#action-info-back-button,
#action-order-button {
  border: 1px solid gray;
  padding: 5px;
  background-color: #dddddd;
  font-weight: bold;
  cursor: pointer;
}

#action-order-button {
  padding-left: 20px;
  padding-right: 20px;
}

#action-terms {
  padding-top: 20px;
}

#action-terms h4 {
  font-size: 120%;
  color: #dd0000;
  text-transform: uppercase;
}

#action-terms-list span {
  display: inline-block;
  padding: 6px;
  background-color: #dddddd;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 6px;
  line-height: 180%;
}

#action-terms-list span.selected {
  color: #ffffff;
  background-color: #dd0000;
}

#link-display-more {
  visibility: hidden;
}

#thepay {
  background-color: white;
  width: 915px;
  padding: 20px;
  text-align: center;
}
