/* ... global resets ... */
* { margin:0; padding:0;}

/* General */

body {
  background: #fff url("images/bg.gif") repeat 0 0;
  font-family: "Roboto", Arial,Helvetica,sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.3;
  margin:0;
  padding:0;
}

h1, h2, h3 {
  color: #22470c;
  margin-bottom: 10px;
}

h1 {
  font-size: 45px;
  text-align: center;
}
h2, h2 a {
  font-size: 20px;
}

h3, h3 a {
  font-size: 17px;
}

p {
  padding: 0 0 1em 0;
}

a {
  color: #22470c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img, a:hover img {
  text-decoration: none;
}


/* Table */

tbody {
  border-top:none;
}

td.field-label {
  font-weight: bold;
  width: 120px;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}

tr.even, tr.odd {
  background-color: #fff;
  border-bottom: 0px;
}

tr.odd {
  background-color: #efffc6;
}

thead th {
  border-bottom: 0px;
}


/* List */

ul {
  list-style-type: none;
}
li.leaf, li.collapsed, li.expanded {
  list-style-image: none;
  list-style-type: none;
  padding:0;
}
li a.active{
  color: #3E4900;
}
ol {
  margin-left: 35px;
}

.item-list ul li {
  margin:0 0 0.25em 0;
}

ul.links li {
  padding:0;
}

.item-list ul li {
list-style-type:none;
}

.links-node {
  margin: 30px 0 0 10px;
}

/* Regions */

#wrapper {
  background: url("images/page_strip_new.jpg") no-repeat center top;
}

.front #wrapper {
  background: url("images/front_strip.jpg") no-repeat center top;
}

#page {
  background: url("images/page_middle.png") no-repeat center 410px;  
}

.front #page {
  background: transparent url("images/front_middle.png") no-repeat center -95px;  
}


/* Header */

#lang {
  height: 22px;
  width: 59px;
  float: right;
  background: url("images/flags.png") no-repeat left top;
}

#lang a {
  display: block;
  float: left;
  height: 22px;
  width: 29px;
  cursor: pointer;
  text-indent: -9999px;
}

#header {
  background: url("images/header_bg.png") no-repeat center 22px;
  height: 94px;
}

#header-inner {
  margin: 0 auto;
  max-width: 1020px;   
}

#logo {
  width: 350px;
  height: 94px;
  float: left;
}

#logo a {
  display: block;
  width: 207px;
  height: 94px;
  padding: 0px;
  margin: 0px;
  text-indent: -9999px;
}

/* Menu */

#navigation {
  width: 660px;
  height: 72px;
  float: left;

}

ul.main-menu li {
  display: block;
  float: right;
  padding: 0 12px;
  text-align: center;
  width: auto;
}

ul.main-menu li.last {
  border-right: 0;
}

ul.main-menu li a {
  color: #3c6520;
  display: block;
  font-size: 16px;
  height: 72px;
  line-height: 72px;
  text-decoration: none;
  text-transform: lowercase;
}

/* Regions */

#facebook {
  padding: 0 31px;
  max-width: 960px;
  margin: 0 auto;
  height: 42px;
  margin-bottom: 60px;
}

#facebook a {
  float: right;
  background: url("images/facebook.png") no-repeat 0 0; 
  display: block;
  text-indent: -9999px;
  width: 150px;
  height: 42px;
}

#article {
  max-width: 880px;
  margin: 0 auto;
  min-height: 400px;
  padding: 0 71px 100px 71px;
  background: rgb(255, 255, 255);
}

.page-photogallery #article,
.page-dorty #article,
.page-fotogalerie #article,
.page-novinky #article {
  max-width: 906px;
  margin: 0 auto 0 auto;
  min-height: 250px;
  padding: 0 58px;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.9); 
}



/* Content */

h1.page-title {
  padding: 40px 0;
  margin: 0;
}

.node-type-page #article .region {
  padding: 0 10px 10px 0;
}

.front #article .region {
  padding: 0;
}

.front h3 {
  text-align: center;
  font-size: 20px;
}

/* Views */

#article .view-novinky {
  max-width: 906px;
  margin: 0 auto;
}

#article .views-row {
  background: #fff;
  float: left;
  margin-bottom: 15px;
  padding: 15px;
  width: 260px;
  box-shadow: 2px 2px 5px #c7c2c3;
}

.page-akce #article .views-row  {
  background: #fff;
  float: none;
  width: auto;
  box-shadow: 2px 2px 5px #c7c2c3;
}

#article .views-row h2 {
  margin-bottom: 5px;
}

#article .views-field-view-node a,
#article .views-field-created-1 {
  color: #666;
}

#article .views-field-view-node a {
  text-transform: uppercase;
}

#article:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* Gallery */

.field-name-field-fotografie img {
  float: left;
  margin: 0 5px 10px 5px;
  padding: 0;
}

/* Akce */

.view-akce .views-field-field-titulobr-1 {
  float: left;
  width: 120px;
  margin: 0 20px 0 10px;
}

.view-akce .views-field-field-termin h3 {
  color: #000;
}

.view-akce .views-field-body {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}


/* Front */

.front h1 {
  display: none;
}

.front #article {
  max-width: 1022px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.front #block-system-main {
  padding: 20px 100px 50px 100px; 
  font-size: 17px;
}

.page-node-61 h2 {
  font-size: 30px;
  padding: 20px;
  text-align: center;
}

#slideshow {
  height: 581px;
  position: relative;
}

.page-node-61 #slideshow {
  display: none;
}

.view-slideshow {
  position: relative;
} 

#slideshow .views-field-nothing-1 {
  font-size: 14px;
}

#slideshow-mask {
  background: transparent url("images/slide_bg.png") no-repeat 2px bottom;  
  height: 538px;
  width: 1024px;
  z-index: 9999;
  position: relative;
  left: 0;
  top: -471px;
}

.transparency {
  bottom: 0;
  height: 477px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1018px;
}

.mycontent {
  top: 70px;
  height: 377px;
  left: 80px;
  position: absolute;
  width: 300px;
}

#article #slideshow .views-row {
  background: transparent;
  float: none;
  margin-bottom: 15px;
  box-shadow: 0 0 0 #fff;
  color: #22470c;
}

#article #slideshow .views-row .slideheader {
  height: 120px; 
}

#article #slideshow .views-row .slideheader {
  height: 120px; 
}

#article #slideshow .slideheader h2 {
  font-size: 38px;
  line-height: 1.3;
}

.view-slideshow .views-field-field-obr {
  width: 1018px;
  height: 430px;
  overflow: hidden;
}

.views-slideshow-controls-bottom {
  width: 80px;
  position: absolute;
  bottom: 110px;
  left: 100px;
}

#widget_pager_bottom_slideshow-block .active .ctverec {
  background: url("images/slideshow_pager.png") no-repeat scroll 0 0;
  height: 15px;
  width: 16px;
  z-index: 100;
}

#widget_pager_bottom_slideshow-block .ctverec {
  background: url("images/slideshow_pager.png") no-repeat scroll -28px 0;
  float: left;
  height: 15px;
  width: 16px;
  margin-right: 10px;
  z-index: 100;
}

.bublina {
  background: #fff;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  float: left;
  margin: 10px 30px;
  text-align: center;
  color: #515254;
}

.bublina-vetsi {
  background: #fff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  float: left;
  margin: -40px 30px 0 30px;
  text-align: center;
  color: #515254;
}

.bublina h3 {
  margin-top: 45px;
  color: #a7cd45;
}

.bublina-vetsi h3 {
  margin: 55px auto 0 auto;
  color: #a7cd45;
  max-width: 150px;
}



/* Node */

.node-type-novinky h1 {
  text-align: left;
  font-size: 25px;
}

.page-node-44 h1,
.page-node-2 h1,
.page-node-61 h1 {
  display: none;
}

.page-node-44 #article,
.page-node-2 #article {
  max-width: 990px;
  margin: 0 auto;
  min-height: 400px;
  padding: 0 16px 100px 16px;
  background: rgb(255, 255, 255);
}

.page-node-44 #article .region,
.page-node-2 #article .region {
  background: url("images/kontakt_bg.png") no-repeat center 15px;  
  height: 551px;
}

.page-node-44 .field-name-body,
.page-node-2 .field-name-body {
  padding: 15px 0 0 630px;
  color: #000;
}

.page-node-2 #block-webform-client-block-11 {
  margin: 30px 0 0 630px;
}

.page-node-2 .webform-client-form-11 .form-text {
  border: 0;
  background: #545353;
  color: #eee;
  height: 22px;
  line-height: 22px;
  text-indent: 10px;
  width: 280px;
}

.page-node-2 .webform-client-form-11 .form-textarea {
  text-indent: 10px;
  border: 0;
  background: #545353;
  color: #eee;
  height: 80px;
  width: 280px;
}

.page-node-2 .grippie {
  display: none;
}

.page-node-2 .webform-submit {
  background: #545353;
  height: 25px; 
  line-height: 25px;
  width: 80px;
  margin-left: 200px;
  border: 0; 
  color: #eee;
  cursor: pointer;
}

.page-node-45 .node,
.page-node-1 .node {
  background: url("images/otviraci_doba.jpg") no-repeat center top;  
  height: 524px;
}

.field-name-field-titulobr {
  float: left;
  width: 300px;
  padding-right: 100px;
}

.page-node-45 .field-name-body,
.page-node-1 .field-name-body {
  padding-top: 80px;
}

.radek {
  width: 560px;
  height: 42px;
  line-height: 42px;
  margin: 8px auto;
  background: #fff;
  color: #000;
  font-size: 25px;
}

.den,
.hodiny {
  width: 280px;
  float: left;
}

.den {
  font-weight: 900;
  text-indent: 40px;
}

.page-node-22 #block-system-main {
  text-align: center;
  color: #222;
}

.page-node-25 #block-system-main .field-name-body,
.page-node-22 #block-system-main .field-name-body {
  padding: 0 50px;
  line-height: 1.6;
}

.page-node-22 #block-system-main strong,
.page-node-22 #block-system-main em {
  color: #3c6520;
}

.page-node-46 #article img,
.page-node-25 #article img {
  display: block;
  width: 500px;
  height: auto;
  margin: 0 auto;
}

ul.inline li.translation_cs,
ul.inline li.translation_en {
  display: none;
}



/* Footer */

#footer {
  background: url("images/footer_bg.png") repeat-x 0 0;
  margin: 0 auto;
  clear:both;
  height: 115px;
  color: #fff;
  font-size: 14px;
}

#footer-inner {
  max-width: 820px;
  margin: 0 auto;
}

#footer a {
  color: #aaa;
  font-weight: bold;
}

#footer p {
  padding-top: 15px;
}

.footer-box {
  width: 33%;
  float: left;
  padding: 15px 0;
}


/* Tabs */

.tabs {
  position: absolute;
  top: 20px;
  right: 20px
}

#post .tabs {
  margin-bottom: 20px;
}

.tabs ul.primary {
  border:none
}

.tabs ul.primary li a {
  background-color: none;
  border: 1px;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}

.tabs ul.primary li {
  display: block;
  margin-bottom: 2px;
}

.tabs ul.primary {
  border: none;
}

.tabs ul.secondary,
.tabs ul.primary {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.tabs ul.primary li,
.tabs ul.primary li.active {
  padding: 5px;
  color: #29406f;
  background: #fff;
}

.tabs ul.primary li a,
.tabs ul.primary li.active a {
  border: 0;
  color: #29406f;
  background: #fff;
  padding: 5px;
}


/* Special */

body.admin-menu {
  margin-top: 0 !important;
}

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