/*----------------------------------------------------------------------------*/
/* CSS styl
/*----------------------------------------------------------------------------*/
* {
	margin: 0;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
}

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%; /*62.5%;*/
	line-height: 1.5;
}

body {
	background-color: #efefef;
	font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.5em;
	margin: .25em 0;
	padding: 0;
} 

img{     
  max-width:100%; 
  height:auto;
  border: none;   
}

div, p, span td, th, ul {
  font-size: 11px;
}

hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #fff;
}

hr.style-1 {
  border : 0;
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-2 {
  border : 0;
  height: 1px; 
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

a {
  color: #006633;
}

a:hover {
  color: #008000;
}

.scrollToTop{
	width: 60px; 
	height: 60px;
	padding: 0; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
	background: url('images/arrow_up.png') no-repeat 0px 0px;
  opacity: 0.2;
}
.scrollToTop:hover{
	text-decoration:none;
}

/*----------------------------------------------------------------------------*/
.text-bold { font-weight: bold; }


.text-green { color: #339900; }

/*----------------------------------------------------------------------------*/

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.container-home {
  padding: 1.0em 1.0em;
  margin: 10px auto 20px auto;
  max-width: 960px;
  /*background: url('images/pin.png') no-repeat right top;*/
}

.page-404 {
  font-weight: bold;
  padding: 0px; 
  color: #660000;
  font-size: 1.1em;
  overflow: hidden;
}

.page-404 img {
  float: right;
}

.section-white {
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
}

.section-yellow {
  background-color: #ffffcc;
  background-color: #fff0d0;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
}
.section-gray {
  background-color: #ededed;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
}

.section-home-white {
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
}

.section-home-gray {
  background-color: #ededed;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
}

.section-home-white:hover, 
.section-home-gray:hover {
  /*background-color: #d3d3d3;*/
}

.section-home-gray {
  background-color: #ededed;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
}


.section-content {
  margin: 1.0em auto;
  padding: 1.25em 1.5em 1.5em 1.5em;
  /*background-color: #ededed;
  background-color:rgba(237,237,237,0.9);*/
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-color: #E5E6E9 #DFE0E4 #D0D1D5;
  border-radius: 5px;
}

.center {
  text-align: center;
}

.hide {
  visibility: hidden;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.font-red {
	color: #cc0000;
}

.font-green {
	color: #006600;
}

.font-blue {
	color: #006699;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.date {
	text-align: right;
  padding: 0 0.5em;
  color: #838383;
  font-style: italic;
}

.button-link {
  text-align: center;
  border: 0px solid #888;
  margin: 1.5em 0.5em 1.5em 0.5em;
  padding: 1.5em 0.5em;
}

.button-link a {
  border: 0px solid #888; 
  padding: 1.5em 1.5em;
  color: #373737;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ed8e1a;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0px 0px 5px #888;
}

.button-link a:hover {
  background-color: #fda43b;
}

.button-link-2 {
  text-align: center;
  border: 0px solid #888;
  margin: 1 .5em 0.0em;
  padding: 1.0em 0.0em;
}

.button-link-2 a {
  border: 0px solid #888; 
  padding: 1.0em 2.5em;
  color: #373737;
  color: #fff;
  text-decoration: none;
  background-color: #ed8e1a;
  background-color: #006633;
  background-color: #666666;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0px 0px 5px #888;
}

.button-link-2 a:hover {
  background-color: #009900;
  background-color: #000;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.float-left {
	float: left;
}

.nav-target {
	margin: 2.0em 0 0 0.5em; 
}

.nav-target a {
  color: #000;
  text-decoration: none;
  color: #006600;
  font-weight: bold;  
}


.nav-target a:hover {
  color: #009900;
}

.required {
  font-size: 11px;
  color: #ff0000;
}

.ul-st-1 {
  margin: 0;
  padding: 0em 2em;
  list-style: square;
}

.ul-st-1 li {
  color: #8b4513;
  padding: 0.25em 0.5em;
}

.show-all-ref, .hide-all-ref {
  margin: 0.5em;
}

.show-all-ref a {
  background: url('images/plus.png') no-repeat left center;
  color: #009900; 
  padding: 0.25em 1.5em 0.5em 2.75em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; 
}

.hide-all-ref a {
  background: url('images/minus.png') no-repeat left center;
  color: #009900; 
  padding: 0.25em 1.5em 0.5em 2.75em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.show-all-ref a:hover, .hide-all-ref a:hover {
  color: #ff6600; 
}

/*----------------------------------------------------------------------------*/
/* Video  */
/*----------------------------------------------------------------------------*/
.video {
  text-align: center;
  max-width: 500px;
  height: 300px;
  margin: 0 auto;
}

@media screen and (max-width:480px) {
  .video {
    height: auto;
  }
}

/*----------------------------------------------------------------------------*/
/* Google maps  */
/*----------------------------------------------------------------------------*/
.google-maps {
  position: relative;
}

.google-maps iframe {

}

/*----------------------------------------------------------------------------*/
/* Zpravy, hlaseni  */
/*----------------------------------------------------------------------------*/
#msg-ok {
  background: #009900;
  margin: 0px 0px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

#msg-ok img {
 border: none;
}

#msg-error {
  background: #cc0000;
  margin: 0px 0px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

#msg-error img {
 border: none;
}

.msg-close {
 text-decoration: underline;
 cursor: pointer;
 font-weight: normal;
}
  
/*----------------------------------------------------------------------------*/
/* Header
/*----------------------------------------------------------------------------*/
#header {
	position: relative;
	background-color: #fff;
  background-image: url('images/bg_header.gif');
	background-repeat: repeat-x;
}

#header .container {
	position: relative;
	padding: 0.5em 0.5em;
  overflow: hidden;
}

@media screen and (min-width:960px) {
  #header {
    height: 145px;
  }
  
  #header .container {
    background-image: url('images/header.jpg');
	  background-repeat: no-repeat;
    padding: 0;
    height: 145px;
  }
}

/*----------------------------------------------------------------------------*/
/* Language
/*----------------------------------------------------------------------------*/
#lang {
  margin: 0px 0px;
  color: #606060;
	padding: 0.2em 0.8em;
  text-align: left;   
  border-bottom: 1px solid #d1d1d1;
  background-color: #efefef;
  background-color: #fff;
  font-style: italic;
}

#lang .container {
	position: relative;
	padding: 0.2em 0em;
}

#lang a {
  color: #606060;
  text-decoration: none;
} 

#lang a:hover {
  color: #000;
  text-decoration: none;
}  

#lang a.active {
  color: #006633;
  color: #ff3300;
  color: #663300;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 3px 3px #ccc;
} 


/*----------------------------------------------------------------------------*/
/* Logo
/*----------------------------------------------------------------------------*/
#logo {
  position: relative;
  background-color: none;
}

#logo a {
  font-family: Tahoma, Helvetica, Sans-Serif;
  text-decoration: none;
  font-weight: normal; 
  color: #fff;
  font-size: 2.4em;
  text-shadow: 0 0 3px #000;
}

#logo img {
  padding: 0.5em;
}

@media screen and (min-width:960px) {  
  #logo {
    padding: 0.25em 0em;  
  }
  
  #logo a {   
    font-size: 7.4em;
    font-weight: bold;
    text-shadow: 2px 2px 5px #000;
    letter-spacing: 2.5px; 
  }
  
  #logo img {
    padding: 0.25em 0em;
  }
}

/*----------------------------------------------------------------------------*/
/* Banner
/*----------------------------------------------------------------------------*/

#banner2 {
	position: relative;
	padding: 1.5em 0.5em;
  border-top: 0px solid #dcdcdc;  
  background-color: #fff;
  background-image: url('images/bg_banner.png');
	background-repeat: no-repeat;
  background-size:contain;
  background-size: 100% 100%;
  background-position:center; 
  overflow: hidden;
}

#banner2 .container {
  padding: 1.0em 0.5em 0.5em 0.5em;
  position: relative;  
  background-color: #fff;
  /*background-color: #604000;*/
  background: rgba(96, 48, 0, 0.8);
  border-radius: 10px;
  box-shadow:  0px 0px 10px #000;
  overflow: hidden;
}

#banner2 .side-left {
  padding: 0.5em 1.5em;
  overflow: hidden;
}

#banner2 .side-right {  
  padding: 0.5em 1.5em 1.5em 1.5em;
  overflow: hidden;
}


#banner2 .content h2 {
  color: #e0e0e0;
  text-shadow: 1px 1px 20px #000;
  font-size: 1.8em;
}

#banner2 .content p {
  color:#fff;
  font-size: 1.8em;
  font-weight: bold;
}

#banner2 .content ul {
  margin: 10px 5px;
  padding: 0px 0px;
  list-style-type: none;
}

#banner2 .content li {
  margin: 0.5em 0em;
  padding: 0em 0em 0em 2.5em;
  background-image: url('images/arrow-16x16.png');
  background-repeat: no-repeat;
  background-position: left center;
}           

#banner2 .content a {
  color: #ffcc00;
  font-size: 1.4em;
  text-decoration: none;
}

#banner2 .content a:hover {
  color: #dcdcdc;
}


@media screen and (min-width:640px) {  
  #banner2 .side-left {
    width: 45%;
    float: left;
  }

  #banner2 .side-right {
    width: 55%;     
    float: right;
  }
}




/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
#banner {
	position: relative;
	padding: 1em 0em 1em 0em;
  border-top: 0px solid #dcdcdc;  
  background-color: #fff;
  background-image: url('images/bg_banner.png');
	background-repeat: no-repeat;
  background-size:contain;
  background-size: 100% 100%;
  background-position:center;  
}

#banner .container {
  position: relative;  
  box-shadow: 0px 0px 5px #ccc;
  background-color: #fff;
  /*background-color: #604000;*/
  background: rgba(96, 48, 0, 0.8);
  border-radius: 10px;
  box-shadow:  0px 0px 10px #000;
  height: 350px;
}

#banner .slider-box {
  position: absolute; 
  top: 45px;
  right: 20px;
}

#banner .content {
  position: absolute;
  top: 10px;
  left: 30px;
  bottom: 10px;
  border: 0px solid #fff;
  margin: 0;
  padding: 1em 0em;  
  z-index: 999;
}

#banner .content h2 {
  color: #e0e0e0;
  text-shadow: 1px 1px 20px #000;
  font-size: 1.8em;
}

#banner .content p {
  color:#fff;
  font-size: 1.8em;
  font-weight: bold;
}

#banner .content ul {
  margin: 10px 5px;
  padding: 0px 0px;
  list-style-type: none;
}

#banner .content li {
  margin: 0.5em 0em;
  padding: 0em 0em 0em 2.5em;
  background-image: url('images/arrow-16x16.png');
  background-repeat: no-repeat;
  background-position: left center;
}           

#banner .content a {
  color: #ffcc00;
  font-size: 1.4em;
  text-decoration: none;
}

#banner .content a:hover {
  color: #dcdcdc;
}

@media screen and (max-width:900px) {
  #banner {
    display: none;
  }
}

/*----------------------------------------------------------------------------*/
/* Footer
/*----------------------------------------------------------------------------*/
#footer {
	position: relative;
  border-top: 1px solid #e0e0e0;
  color: #ededed;
  background-color: #006633;
  background-color: #efefef;
  color: #000;
  text-align: center;
}

#footer .container {
	position: relative;
	padding: 2.0em 0.5em;
  overflow: hidden;
}

#footer a {
  margin: 0.5em;
}

#footer img {
  border: 1px solid #888;
  max-width: 32px;
}

/*----------------------------------------------------------------------------*/
/* Main
/*----------------------------------------------------------------------------*/
#main {
	position: relative;
  background-color: #ededed;
  margin: 0;
  padding: 0; 
  }

#main h1 { 
  margin: 0.0em 0em 0.5em 0em;
  padding: 0.0em 0.0em 0.5em 0.0em;
  text-align: left;
  font-size: 1.8em;
  color: #603000;
  font-weight: 600;
  border-bottom: 1px solid #dcdcdc;
}

#main h2 { 
  margin: 0.0em 0em 0.5em 0em;
  padding: 0.0em 0.0em 0.0em 0.0em;
  text-align: left;
  font-size: 18px;
  color: #666;
  color: #003366;
  font-weight: 600;
  border-bottom: 0px solid #dcdcdc;
}

#main h3 { 
  color: #009933;
  margin: 0.5em 0em 0.5em 0em;
  padding: 0.5em 0.0em 0.0em 0.0em;
  font-weight: bold;
  font-size: 1.3em;
}

#main p {
  color: #404040;
  margin: 1.25em 0.2em;
  padding: 0.0em 0.2em;
  font-size: 1.2em;
}

/*----------------------------------------------------------------------------*/
/* O nas
/*----------------------------------------------------------------------------*/
#onas {
	position: relative;
  overflow: hidden;
  margin: 0;
}

#onas .info {
  background-color: #fff;
}

#onas img {
  border-radius: 5px;
  /*box-shadow: 1px 2px 3px #000;*/
  margin:  0em 1.5em;
}

#onas .images { 
  text-align: center;
}

#onas .images img {
  
  margin:  2em 1.5em;
	box-shadow: 1px 2px 3px #000;
}

#onas .col-1 {
  width: 30%;
  float: left;
  overflow: hidden;
}

#onas .col-2 {
  width: 70%;     
  overflow:hidden;
}

#onas .col-1 .container {
	padding: 0.5em;
}

#onas .col-2 .container {
	padding: 0.5em;
}


@media (max-width: 480px) {
  #onas .col-1 {
    width: 100%;
  }
  
  #onas .col-2 {
    width: 100%;
  }
  
  #onas .col-1 .container {
  	padding: 0.15em 0.15em;
  }

  #onas .col-2 .container {
  	padding: 0.15em 0.15em;
  }
}

#onas .picture {
  text-align: right; margin: 0px; width: 100%;
  max-width: 100%;
}

#onas .picture-center {
  text-align: center; margin: 0px; width: 100%;
  max-width: 100%;
}

#onas .picture img {
  margin: 0;
}

/*----------------------------------------------------------------------------*/
/* Aktuality
/*----------------------------------------------------------------------------*/
.aktuality {
  margin: 1.5em 0;
  
}

.aktuality ul {
  padding: 1.0em 0.5em 1.0em 0.5em;
  margin: 0;
  background-color: #dcdcdc;
  border-radius: 5px;
  box-shadow: 0 0 2px #fff;
}

.aktuality ul li {
  text-decoration: none;
  list-style: none;
  padding: 0.5em 0.5em 0.5em 2.5em;
  margin: 0.2em 0.5em;
  border-bottom: 1px solid #d2d2d2;
  background-image: url('images/arrow-16x16-2.png');
  background-repeat: no-repeat;
  background-position: 0.25em 0.75em;
}

.aktuality li.active {
  background-color: #fff;
  border-radius: 5px;
}

.aktuality li:hover {
  background-color: #fff;
  border-radius: 5px;
}

.aktuality ul li a {
  display: block;
  margin: 0em 0em;
  line-height: 2em;
  color: #663300;
  text-decoration: none;
  
}

.aktuality ul li a:hover {
  color: #336600;
}

.aktuality .date {
  color: #336600;
}

/*----------------------------------------------------------------------------*/
/* Sides
/*----------------------------------------------------------------------------*/
#sides {
	position: relative;
  overflow: hidden;
  margin: 0;
}

#sides .info {
  background-color: #fff;
}

#sides img {
  border-radius: 5px;
  /*box-shadow: 1px 2px 3px #000;*/
  /*margin:  0em 1.5em;*/
  margin: 0em;
}

#sides .images { 
  text-align: center;
}

#sides .images img {
  
  margin:  2em 1.5em;
	box-shadow: 1px 2px 3px #000;
}

#sides .side-left {
  width: 200px;
  float: left;
  overflow: hidden;
}

#sides .side-right {
  max-width: 760px;     
  overflow:hidden;
}

#sides .side-left .container {
	padding: 0.5em;
}

#sides .side-right .container {
	padding: 0.5em;
}


@media (max-width: 680px) {
  #sides .side-left {
    width: 100%;
  }
  
  #sides .side-right {
    width: 100%;
  }
  
  #sides .side-left .container {
  	padding: 0.15em 0.15em;
  }

  #sides .side-right .container {
  	padding: 0.15em 0.15em;
  }
}

/*----------------------------------------------------------------------------*/
/* Pelety
/*----------------------------------------------------------------------------*/
#pelety {
	position: relative;
}

#pelety img {
  border-radius: 5px;
  margin:  0em 1.5em 0.5em 1.5em;
  float: left;
}

#pelety ul {
  margin:  0;
  padding: 0 2.0em;
}

#pelety li {
  margin:  0;
  padding: 0;
}

#pelety .ct-cols {
  border: 1px solid #dcdcdc;
  margin: 0.25em 0.5em;
  padding: 0.5em;
  overflow: hidden;
}

#pelety .ct-cols .col-1 {
  width: 35%;
  float: left;
}

#pelety .ct-cols .col-2 {
  width: 65%;
  float: right;
}

#pelety .ct-cols .col-1 img {
  padding: 0;
  margin: 0;
}

#pelety .ct-cols .col-2 img {
  max-width: 100px;
}


@media (max-width: 480px) {
  #pelety .ct-cols .col-1 {
    width: 100%;
  }
  
  #pelety .ct-cols .col-2 {
    width: 100%;
  }
  
  #pelety .ct-cols .col-1 .container {
  	padding: 0.15em 0.15em;
  }

  #pelety .ct-cols .col-2 .container {
  	padding: 0.15em 0.15em;
  }
}

/*----------------------------------------------------------------------------*/
/* Partnerske weby
/*----------------------------------------------------------------------------*/
.part-webs {
  border: 1px solid #dcdcdc;
  margin: 0.25em 0.5em;
  padding: 0.5em;
  overflow: hidden;
  border: 1px solid red;
}

.part-web .col-1 {
  width: 35%;
  float: left;
  border: 1px solid green;
}

.part-webs .col-2 {
  width: 65%;
  float: right;
}


/*----------------------------------------------------------------------------*/
/* Odber pelet
/*----------------------------------------------------------------------------*/
#odber-pelet {
	position: relative;
}

#odber-pelet .container{
	position: relative;
  margin: 0.0em auto 1.0em auto;
}

#odber-pelet img {
  border-radius: 5px;
  margin:  0em 2em 0em 0em;
}

/*----------------------------------------------------------------------------*/
/* Foto
/*----------------------------------------------------------------------------*/
#foto {
	position: relative;
}

#foto .container{
	position: relative;
  margin: 0.0em auto 1.0em auto;
}

#foto img {
  border-radius: 5px;
  margin:  0em 2em 0em 0em;
}

/*----------------------------------------------------------------------------*/
/* Fotogalerie
/*----------------------------------------------------------------------------*/
.album-base {
}

.album-base ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
}

.album-base a {
  text-decoration: none;
  display: block;
  min-height: 90px;
  overflow: hidden;
  height: auto;
}

#main .album-base h3 {
  font-size: 1.3em;
  color: #009933;
}

#main .album-base li {
  border-radius: 5px;
}

#main .album-base li img {
  float: left;
  margin: 0 1.5em 0 0;
  max-width: 120px;
}

#main .album-base .thumbs img {
  float: none;
  margin: 0 1.5em 0 0;
}
        
#main .album-base li {
  box-sizing: border-box;
	padding: 0.75em 1em 0.75em 1em;
	margin: 0.5em 0.5em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 10px;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  text-align: left; 
}

#main .album-base li.thumbs {
    width: 100%; 
    display: none;
  }
  
#main .album-base .gallery-thumbs-btn {
	clear: both;
  overflow: hidden;
  cursor: pointer;
  margin: 0em 0em;
  text-align: right;
  } 
  
#main .album-base h3 {
  font-size: 13px;
  text-shadow: 2px 3px 5px #ccc;
  color: #604000;
  font-weight: normal;
}   
  
#main .album-base h4 {
  font-size: 1.3em;
  text-shadow: 2px 3px 5px #ccc;
  color: #604000;
}

#main .album-base p {
  font-size: 1.0em;
  padding: 0;
  margin: 0;
}

#main .album-base li:hover {
  background-color: #e5e5e5;
  /*cursor: pointer;*/
}

@media screen and (min-width:960px) {
  #main .album-base li {
    /*width: 48%;
    float: left;*/
  }
  
  #main .album-base li.col-2 {
    width: 48%;
    float: left;
  }
}

/* Album prvnich 5 viditelne */

.album {
  
}

.album ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
}

.album a {
  text-decoration: none;
  display: block;
  min-height: 90px;
  overflow: hidden;
}

#main .album h3 {
  font-size: 1.3em;
  color: #009933;
}

#main .album li {
  border-radius: 5px;
}

#main .album li img {
  float: left;
  margin: 0 1.5em 0 0;
  max-width: 120px;
}

#main .album .thumbs img {
  float: none;
  margin: 0 1.5em 0 0;
}
        
#main .album li {
  box-sizing: border-box;
	padding: 0.75em 1em 0.75em 1em;
	margin: 0.5em 0.5em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 10px;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  text-align: left; 
}

#main .album li.thumbs {
    width: 100%; 
    display: none;
  }
  
#main .album .gallery-thumbs-btn {
	clear: both;
  overflow: hidden;
  cursor: pointer;
  margin: 0em 0em;
  text-align: right;
  }  
  
#main .album h3 {
  font-size: 13px;
  text-shadow: 2px 3px 5px #ccc;
  color: #604000;
  font-weight: normal;
}    
  
#main .album h4 {
  font-size: 1.3em;
  text-shadow: 2px 3px 5px #ccc;
  color: #604000;
}

#main .album p {
  font-size: 1.0em;
  padding: 0;
  margin: 0;
}

#main .album li:hover {
  background-color: #e5e5e5;
  /*cursor: pointer;*/
}

@media screen and (min-width:960px) {
  #main .album li {
    /*width: 48%;
    float: left;*/
  }
  
  #main .album li.col-2 {
    width: 48%;
    float: left;
  }
}

.link-text-format a {
   width: 120px; 
   text-align: center;
   min-height: auto;
   border: 1px solid #cfcfcf;
   border-radius: 5px;
   margin: 0.5em 0 0 0; 
   padding: 5px;
   color: #556b2f;
   text-decoration: none;
}

.link-text-format a:hover {
   background-color: #fff;
   text-decoration: underline;
}

/*----------------------------------------------------------------------------*/
/* Video
/*----------------------------------------------------------------------------*/
#video {
	position: relative;
}

#video .container{
	position: relative;
  margin: 0.0em auto 1.0em auto;
}

#video img {
  border-radius: 5px;
  margin:  0em 2em 0em 0em;
}

/*-----------------------------------------------------------------------------
	Novinky
-----------------------------------------------------------------------------*/
.novinkyBox {
  margin:                     10px 8px 10px 8px;
  padding:                    0px 0px 8px 0px;
}
  
.novinkyBox ul {
  margin:                     10px 8px 20px 16px;
  padding:                    0px;
}  

.novinkyBox li {
  padding:                    0px 0px 0px 5px;
} 
  
.novinkyBox a {
  color:                      #006400;
  font-weight:                bold;
} 

.novinkyBox .odrazky {
  margin:                     0px;
  padding:                    0px 15px;
} 

/*----------------------------------------------------------------------------*/
/* Kontakt
/*----------------------------------------------------------------------------*/  
#kontakt {
	position: relative;
}

#kontakt .container{

}

/*----------------------------------------------------------------------------*/
/* Nabidka
/*----------------------------------------------------------------------------*/  
#nabidka {
	position: relative;
}

#nabidka .uvod {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#nabidka .uvod img {
  max-width: 120px;
  float: right;
}

/*-----------------------------------------------------------------------------
	Clanek magazina agropelet
-----------------------------------------------------------------------------*/
#cl-mag-rs {

}

#cl-mag-rs h2 {
  /*font-size: 12px;
  color: #339900;*/
}

#cl-mag-rs .big-char {
  font-size: 14px;
  font-weight: bold;
}

#cl-mag-rs img {
  /*max-height: 170px;*/
  
  padding: 0;
  margin: 2.5em 0;
}

/*----------------------------------------------------------------------------*/
/* Seminar - pozvanka
/*----------------------------------------------------------------------------*/  
#seminar-pozvanka {
	position: relative;
  color: #000;
}

#seminar-pozvanka h2 {
	text-align: center;
  color: #009900;
  
}

#seminar-pozvanka .title {
  text-align: center;
  background-color: #fdd700;
  padding: 1.5em 0.5em;
  margin: 0.5em 0em;
  border-radius: 5px;
}

#seminar-pozvanka img {
  margin: 0.5em 0em;
}

#seminar-pozvanka .title h2 {
  text-align: center;
  color: #000;
}

/*----------------------------------------------------------------------------*/
/* Nabidka linek
/*----------------------------------------------------------------------------*/
.container-outer {
  margin-right: 0px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top; 
  width: 24.6%; 
  background-color: #fff;
	padding: 0em;
  border: 1px solid #e0e0e0;
  border-radius: 0px 0px 10px 10px;
}

#main .container-outer h3 { 
  margin: 0em;
  background-color: #888600;
  margin-bottom: 1.5em;
  padding: 0.75em; 
  height: 80px;
  color: #fff; 
}

#main .container-outer h3.col-1 { 
  background-color: #006699;
  background-color: #2ba6cb;
}

#main .container-outer h3.col-2 { 
  background-color: #5da423;
}

#main .container-outer h3.col-3 { 
  background-color: #e3b000;
}

#main .container-outer h3.col-4 { 
  background-color: #c60f13;
}

.container-outer .btn a { 
  display: block;
  border: 0px solid #888; 
  margin: 1.0em;
  margin-top: 0em;
  padding: 0.5em 1.5em;
  text-decoration: none;
  background-color: #009900;
  background-color: #666666;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0px 0px 5px #888;
  color: #fff;
}

.container-outer .btn a:hover {
  background-color: #007000;
  background-color: #000;
}

.container-inner { 
  margin: 0em;
  padding: 0.5em;
  border: 0px solid red;
}

@media (max-width: 800px) {
  .container-outer {
      width: 24.5%;
  }
}

@media (max-width: 700px) {
  .container-outer {
      width: 24.3%;
  }
}

@media (max-width: 500px) {
  .container-outer {
      width: 24.2%;
  }

@media (max-width: 400px) {
  .container-outer {
      display: block;
      width: 100%;
  }   
}





