* {
	margin: 0px;
	padding: 0px;
}
body {
  background-color: #93b455;
  background-image: url(/files/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
  	color:  #000000;
  
	font-size: 85%;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4;
	position: relative;
	height: 100%;
}
#cookies_souhlas{
	width: 100% !important;
}
/* sirka webu, vycentrovani na stred */
#page_container {
	background-color: transparent;
	
	max-width: 1300px;
	margin: 0px auto; 
	position: relative;
	z-index: 10;
}
/* hlavicka */
#head_container {
	background-color: transparent;
	background-image: url(/files/images/head.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	
	height: 130px;	
	position: relative;
}
/* horni menu */
#menu_top {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfbfb+48,dadad9+52,f6f4f4+100 */
background: rgb(253,251,251); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNmZGZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiNkYWRhZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjZmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(253,251,251,1) 48%, rgba(218,218,217,1) 52%, rgba(246,244,244,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,rgba(253,251,251,1)), color-stop(52%,rgba(218,218,217,1)), color-stop(100%,rgba(246,244,244,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbfb', endColorstr='#f6f4f4',GradientType=0 ); /* IE6-8 */
	height: 44px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 42px;
	left: 50px;
	padding-left: 285px;
	width: calc(100% - 50px);
	border-radius: 3px;
}
/* kosik shopu */
#eshop_cart {
  background-color: transparent;
	/* background-image: url(/files/images/body.jpg); */
	background-repeat: repeat-x;
	background-position: 0 0;
	
  height: 20px;
  width: auto;
  padding: 5px 0px;
  font-size: 10pt;
}
.eshop_cart,
.eshop_cart a,
.eshop_cart a:visited {
  color: #000000;
  text-decoration: none;
}
/* obsahova cast */
#content {
	/*background-image: url(/files/images/page.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;*/
  
	padding: 0px 0px 20px 0px;
}
/* levy sloupec */
#left_col {
	background: url(/files/images/logo_left.png) no-repeat center bottom transparent;
	
	float: left;
	width: 230px;
	margin-top: 15px;
	margin-left: 15px;
	padding-bottom: 140px;
}
/* pravy sloupec */
#right_col {
  background-color: transparent;

	width: 230px;
	padding: 20px 0px 0px 0px;
	float: right;
}
/* hlavni sloupec */
#main_content {
	height: auto;
	min-height: 615px;
	margin-top: 15px;
  	padding: 20px 20px 10px 20px;
	text-align: left;
	width: calc(100% - 265px);;
	float: right;
	/*background: url(/files/images/main_cont.png) repeat-y;*/
	background: white;
	border-radius: 5px;
	/*filter: alpha(opacity=89);
	-moz-opacity: 0.89;
	-khtml-opacity: 0.89;
	opacity: 0.89;*/
	box-shadow: 2px 2px 2px #555;
}
/* paticka */
#footer {
	background-color: transparent;
	/*background-image: url(/files/images/footer.jpg);
	background-repeat: no-repeat;
  background-position: 0 0;*/
	color: #000;
	
	height: auto;
	padding: 10px 20px 20px 270px;
	text-align: left;
}
#footer_full {
  background-color: transparent;
  
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  height: 80px;
  width: 100%;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/
h1, h2, h3, h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
}
h1 {
	color: #224819;
	font-size: 18px;
	font-weight: 400;
}
h2 {
	color: #224819;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #7b9c3c;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #000000;
	font-size: 10pt;
	font-weight: 400;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
}
img {
	border: none;
	margin: 0;
}
a,
a:visited {
	color: #7b9c3c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 18px;
}
/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	float: left;
	display: block;
    z-index: 2;
    position: relative;
}
/* sloupec boxy */
#left_col h2 {
	background-color: #224819;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.4em;
	padding: 10px 0px 10px 15px;
	margin: 0px 0px 5px 0px;
	width: 215px;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
.col_box_content {
  color: white;
  width: 100%;
  padding: 15px;
  margin: -5px 0px 10px;
  background: #224819;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;

}
.col_box_content a {
  color: white;
}
.col_box_content strong {
	color: #FFF200;
	font-weight: normal;
}
/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  FORMULARE 
/*********************************/
#form_main {
	float: right;
	width: 695px;
	margin: 20px 0px 0px;	
}
.form_content fieldset { 
  background-color: #adcc72;
  border-radius: 5px;
  margin: 0;
  padding: 1em;
  border: none;
  box-shadow: 2px 2px 2px #6f8840;
}

.form_content fieldset legend { 
  background-color: #AAAAAA;
  padding: 6px 12px;
  color: #000000;
  
  display: none;
}
.form_content input, textarea { 
  border: 1px solid #7c9e3d;
  font-family: arial; 
  margin: 0px;
  padding: 0.25em;
  font-size: 1em;
  width: 190px;
}
.form_content textarea { 
  width: 250px;
  height: 118px;  
}
fieldset table td {
	padding: 5px;
}
.form_content input.submit { 
  background-image: url(/files/images/btn_detail.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  border: none;
  color: #ffffff;
  float: right;
  width: 96px;
  height: 29px;
  cursor: pointer;
}
.form_content fieldset p label { 
  display: block;
}
.form_content fieldset p input { 
  width: 60%;
}
.form_content fieldset p textarea { 
  width: 97%;
}
.form_content fieldset p.submit {
  margin-bottom: 0;
}
input.alert,
textarea.alert {
  border: solid 1px red;
}

/**********************************/
/*  FORMAT
/**********************************/
span.red {
  color: red;
}

/**********************************/
/*  KATEGORIE
/**********************************/
DIV#category {
  visibility: visible;
  padding: 0px 0px 0px 0px;
}
DIV#category div {
    margin: 0px;
}
DIV#category p {
  padding: 0px;
  margin: 0px;
  background: url(/files/images/btn.png) no-repeat transparent;
}
DIV#category p.close + div {
    display: none !important;
}
DIV#category p.close{
	float: none;
	text-shadow: none;
	color: inherit;
	font-size: inherit;
	opacity: 1;
	font-weight: inherit;
}
DIV#category a {

	color: #000000;
	background: url(/files/images/odr.png) no-repeat 15px center;
	display: block;
  	padding: 0px 5px 0px 35px;
  	height: 42px;
  	line-height: 42px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
DIV#category A:hover,
DIV#category P.selectedP a,
DIV#category P.open a {
	background: url(/files/images/odr_hover.png) no-repeat 15px center;
    color: #fff;
    background-color: #7B9C3C;
}
DIV#category P a.selected,
DIV#category P a:hover.selected {

}
/* 2. uroven */
DIV#category DIV.item2 a {
  	background-color: #224819;
	color: #fff;
	text-transform: none;
	background-image: none;
	display: block;
	padding: 0px 5px 0px 50px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
}
DIV#category DIV.item2 a:hover,
DIV#category DIV.item2 P.selectedP a {
  color: #fff200;
}
DIV#category DIV.item2 P a.selected,
DIV#category DIV.item2 P a:hover.selected {
  font-weight: bold;
}
/* 3. uroven */
DIV#category DIV.item3 a {
  background-color: #cccccc;
	border-bottom: solid 1px #444444;
	color: #000000;
	
	display: block;
  padding: 8px 5px 8px 45px;
	text-decoration: none;
}
DIV#category DIV.item3 a:hover {
  color: #01923F;
}
DIV#category DIV.item3 P a.selected,
DIV#category DIV.item3 P a:hover.selected {
  font-weight: bold;
}
/* 4. uroven */
DIV#category DIV.item4 a {
  background-color: #cccccc;
	border-bottom: solid 1px #444444;
	color: #000000;
	
	display: block;
	padding: 8px 5px 8px 60px;
	text-decoration: none;
}
DIV#category DIV.item4 a:hover {
  color: #01923F;
}
DIV#category DIV.item4 P a.selected,
DIV#category DIV.item4 P a:hover.selected {
  font-weight: bold;
}

/***************************/
/*  AKTUALITY
/***************************/
.aktuality_col_container {
  width: auto;
  height: auto;
  margin-top: -5px;
}
.aktuality_col_container .aktuality_box {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  background: #224819;
  border-radius: 5px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.aktuality_col_container .aktuality_box:first-child {

}
.aktuality_col_container .aktuality_date {
  color: #fff;
  padding: 10px 0px;
}
.aktuality_col_container .aktuality_name {
  padding: 6px 0px 3px;
}
.aktuality_col_container .aktuality_name a,
.aktuality_col_container .aktuality_name a:visited {
  color: #fff200;
  text-decoration: underline;
}
.aktuality_col_container .aktuality_name a:hover {
  color: white;
  text-decoration: none;
}

.aktuality_col_container .aktuality_text {
  text-align: left;
}
.aktuality_col_container .anotace {
  color: white;
}
.aktuality_col_container .aktuality_text a,
.aktuality_col_container .aktuality_text a:visited {
  color: #fff200;
  text-decoration: underline;
}
.aktuality_col_container .aktuality_text a:hover {
  color: white;
  text-decoration: none;
}
.aktuality_col_container .aktuality_img {
  float: left;
}
.aktuality_col_container .aktuality_img img {
  width: 80px;
  margin: 5px 5px 2px 0px;
  border: solid 1px #4D4B4C;
}
.aktuality_col_container .aktuality_vice_odkaz{
  text-align: right;
  margin-bottom: 0%;
}
.aktuality_col_container .aktuality_vice_odkaz a{
  padding-left: 20px;
  background: url(/files/images/odr_aktuality.png) no-repeat left center;
}
.aktuality_zpet_odkaz{
	text-align: right;
}
.aktuality_zpet_odkaz a{
	display: inline-block;
	background: #7B9C3C;
	color: white;
	padding: 0.25rem 0.75rem;
	text-decoration: none;
	border-radius: 3px;
}
.aktuality_zpet_odkaz a:hover{
	background: #21471A;
}
/***************************/
/*  ANKETA
/***************************/
.anketaSloupec {
	width: auto;
	height: auto;
	padding: 0px;
	font-size: 1.1em;
	float: none;
	margin: 10px 5px;
}
/* survey */
.survey {} /* main preview*/
.survey .question { font-weight: bold; color: #000000; margin-bottom: 5px;}
.survey .clear { clear:both; }
.surveyAnswer {font-size: 8pt;} /* css for answer */
.surveyAnswer .line {
	font-size: 2px;
	width: 90%;
	float: left;
	margin-top: 3px;
	background-color: #C9CAC4;
}
.surveyAnswer .number { 
  float: left;
  padding-left: 15px;
}
.surveyAll {} /* css for all surveys */
.survey_button {
  margin: 10px 0;
}
input.surveyVote {
  background-color: #01923F;
  
  color: #ffffff;
  border: none;
  padding: 0px;
  width: 72px;
  height: 20px;
}


/**********************************/
/* KOSIK				               */
/**********************************/
span.kosikCena {
  color: #FF0000;
}
span.nakupniKosik a{
  background-image: url(/files/images/kos.png);
  background-repeat: no-repeat;
  background-position: right center;
  
  padding-right: 30px;
}
span.loginStatus a{
  background-image: url(/files/images/prihlaseni.png);
  background-repeat: no-repeat;
  background-position: left center;
  
  padding-left: 20px;
  margin-left: 40px;
}
span.registraceLink a{
  background-image: url(/files/images/klic.png);
  background-repeat: no-repeat;
  background-position: left center;
  
  padding-left: 20px;
  margin-left: 10px;
}
/**********************************/
/*  VYHLEDAVANI
/*********************************/
.searchbox {
  position: absolute;
  right: 30px;
  top: 40px;
}
.searchbox input.search_text { 
  background-color: #ffffff;
  border: solid 1px #01923F;
  
  width: 180px;
  padding: 4px 6px;
}
.searchbox input.submit { 
  background-color: #01923F;
  border: solid 1px #01923F;
  color: #ffffff;
  
  height: 26px;
  width: 75px;
  
}
/**********************************/
/* LOGIN
/*********************************/
.login_box {
  padding: 0px;
}
.login_box strong.loginnadpis {
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 0px;
}
.login_box table {
  width: 100%;
  border-spacing: 2px;
}
.login_box table td {
  padding: 3px;
}
.login_box input[type=text],
.login_box input[type=password] {
    width: 125px;
}
.login_box input[type=submit] {
    background-color: #01923F;
    background-image: url(/files/images/button_login.png);
    background-repeat: no-repeat;
    border: medium none;
    float: none;
    height: 22px;
    width: 103px;
}
/*********************************/
/*   PREHLED PRODUKTU            */
/*********************************/
.strankovani, .produkt_pagination{
	margin-bottom: 15px;
}
.produkt_box {
  background: white;
  -webkit-box-shadow: 2px 2px 8px 2px rgba(205,205,205,1);
-moz-box-shadow: 2px 2px 8px 2px rgba(205,205,205,1);
box-shadow: 2px 2px 8px 2px rgba(205,205,205,1);
  display: inline-block;
    vertical-align: top;
  width: 310px;
  min-height: 215px;
  margin: 0px 15px 15px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  
}
.produkt_box_in {
  padding: 10px;
  padding-bottom: 25px;
}
.produkt_box h2 {
  height: 40px;
  overflow: hidden;
  font-size: 1.12em;
  font-weight: 700;
  margin-bottom: 5px;
}
.produkt_box h2 a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.produkt_box p.produkt_img {
  height: 140px;
  margin: 0;
  position: relative;
}
.produkt_box p.produkt_img img {
  max-width: 100%;
     margin: 0 auto;
	max-height: 100%;
}

.produkt_box div.produkt_right {
  float: right;
  width: 45%;
  text-align: right;
}
.produkt_box p.produkt_cena {
  margin: 0;
}
.produkt_box p.produkt_cena strong {
  font-size: 1.3em;
}
.produkt_box p.produkt_cena span {
  display: block;
  font-size: 1.05em;
}
.produkt_box div.produkt_button {
	margin-top: -10px;
    z-index: 2;
    position: relative;
}
.produkt_box div.produkt_button a {
  color: white;
	background:#315428;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 5px;
  text-decoration: none;
	font-weight: bold;
}
.produkt_box div.produkt_button a:hover {
  	background: #7b9c3c;
}
.produkt_box .produkt_dostupnost {
  color: #00AB3A;
}

.produkt_box p.produkt_popis {
  color: #000000;
  clear: both;
  min-height: 40px;
  margin: 0;
  padding: 0px 5px;
}
/*********************************/
/*  DETAIL PRODUKTU
/*********************************/
.detail_box {
  height: 100%;
}
/* nadpisy */
.detail_box h1 {
  margin: 0 0 0.5em 0;
}
.detail_box h3 {
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* hlavni obrazek */
.detail_box .detail_img {
  float: none;
  width: auto;
  padding: 0;
 margin-bottom: 20px;
}
.detail_box .detail_img img {
    max-width: 100%;
    height: auto !important;
	border: 1px solid transparent;
}
.detail_box .detail_img img:hover {
  border: solid 1px #224819;
}
/* info hodnoty */
.detail_box .detail_hodnoty table {
  border-spacing: 5px;
  border-collapse: separate;
  min-width: 30%;
}
.detail_box .detail_hodnoty td {
  
}
.table-produkt-info td{
	padding: 5px 10px;
	padding-left: 0;
}
/* info o zbozi */
.detail_box .detail_info {
  float: none;
  width: auto;
}
.detail_box .detail_info table {
  border-spacing: 5px;
  border-collapse: separate;
  width: 90%;
}
.detail_box .detail_info table td {
   text-align: left;
   padding-right: 10px;
}
/* dalsi obrazky*/
.detail_box .detail_images {
	padding: 0 40px;
}
.produkty-pribuzne{
	padding: 0 20px;
}
.produkty-pribuzne .produkt_box{
	margin: 10px 8px;
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}
.slick-prev, .slick-next{
	height: 36px;
}
.slick-prev:before, .slick-next:before{
	font-family: "Font Awesome 5 Free";
    	font-weight: 900; 
	color: #224819;
	font-size: 35px;
}
.slick-prev:before{
	content: '\f104';	
}
.slick-next:before{
	content: '\f105';	
}

.detail_box .detail_images .detail_image {
	margin: 0 5px;
}
.detail_box .detail_images .detail_image:hover {
}
.detail_box .detail_images .detail_image_in {
	text-align: center;
}
.detail_box .detail_images .detail_image img {
  	margin: 0px auto;
  	height: 80px;
	object-fit: contain;
	width: auto;
}

#infoBox{
	background: #7b9c3c;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 15px;
}
#infoBox p{
	font-size: 24px;
	color: white;
	margin: 5px 0;
	vertical-align: middle;
}
.btn.btn-primary{
	font-size: 20px;
	text-transform: uppercase;
	color: white !important;
	border: 1px solid #224819;
	padding: 10px 15px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus{
	background: #224819;
	color: white !important;	
}
.nav-tabs{
	margin: 0;
	border-bottom: 1px solid #7b9c3c;
}
.nav-tabs .nav-link{
	background: #f0f6e6;
	border: 1px solid #7b9c3c;
	border-radius: 0;
	margin-right: 5px;
	min-width: 150px;
	text-align: center;
	font-size: 20px;
	color: #224819;
	text-decoration: none;
	padding: 10px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	border: 1px solid #7b9c3c;
	border-bottom: 1px solid transparent;
	color: #224819;
	background: white;
}
.tab-content{
	border: 1px solid #7b9c3c;
	border-top: none;
	padding: 20px 25px;
	margin-bottom: 20px;
}

.detail_info_table td{
	padding: 3px 10px;
	padding-left: 0;
}

/* obrazky verze */
.detail_box .detail_images_verze {
  
}
.detail_box .detail_images_verze .detail_image {
  float: left;
  padding: 5px;
  width: 23%;
  height: 100%;
  min-height: 110px;
}
.detail_box .detail_images_verze .detail_image img {
  margin: 5px 5px 5px 0px;
}
/* tlacitko */
.detail_box .button_add {
  width: 62px;
  height: 22px;
  margin: 0px;
  background-image: url("/files/images/button_add.png");
  background-repeat: repeat;
  background-position: 0% 0%;
  background-color: #444444;
  border: none;
  cursor: pointer;
}
/* navigace */
.breadcrumb {
  font-size: 0.97em;
  padding: 0 0 1em 0;
  color: #444444;
	background: transparent;
	    margin: 0;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #444444;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #444444;
  text-decoration: underline;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	padding: 0 0.25rem;
}
/********** SESTAVY ************/


/******* PREHLED DOPORUCENE ******/

/*********************************/
/*  TOP PRODUKTY
/*********************************/
.top_produkty {
  margin: 0 0 1em 0;
}
.top_produkty .top_nazev {
  font-size: 10.5pt;
  margin: 0 0 0.3em 0;
}
.top_produkty .top_img {
  margin: 0;
}
.top_produkty .top_img img {
  border: solid 2px silver;
  margin: 0;
}
/* sleva */
.ico_sleva {
  position: absolute;
  top: -8px;
  right: -30px;
}
/*********************************/
/*  OBJEDNAVKA
/*********************************/
.kosikNavigace {
	width: auto;
	height: 55px;
}
.kosikNavigace .kosikFaze {
	background: url(/files/images/kosikFaze.png) no-repeat;
	width: 129px;
	height: 27px;
	display: block;
	float: left;
	padding: 10px 0px 0px 30px;
	margin-right: 4px;
	color: black;
	border: solid 1px #D4D2D2;
}
.kosikNavigace #fazeSelected {
	background: url(/files/images/kosikFazeSelected.png) no-repeat;
	color: white;
	width: 129px;
	height: 27px;
	display: block;
	float: left;
	padding: 10px 0px 0px 30px;
	margin-right: 4px;
	border: solid 1px #00923F;
}

/* registrace */
.registraceTable {
	width: 100%;
	margin-top: 0px;
}
.registraceTable input[type=text],
.registraceTable input[type=password] {
  width: 300px;
}
.registraceTable .shop-cart-textarea-note,
#fPoznamka {
  width: 480px;
}
.registraceTable td {
	padding: 4px 4px 4px 4px;
}
td.registraceTitle {
	background: #3E3E3E;
	font-size: 10pt;
	padding: 4px 4px 4px 10px;
	color: white;
}

/* inputy povinne, alert */
table.registraceTable .povinneTD,
table.registraceTable .alertTD {
  font-weight: bold;
}

table.registraceTable .alert {
  border: 2px solid red;
}
/* Strankovani v kosiku */
.kosikPager {
	padding: 20px 0px 0px 0px;
}
input.pagerBack {
	background-color: #D01E16;
	background-image: none;
	width: 102px;
	height: 22px;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: solid 1px #B60A03;
	text-align: center;
}

input.pagerFw {
	background-color: #01A046;
	background-image: none;
	width: 102px;
	height: 22px;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: solid 1px #00923F;
	text-align: center;
}
input.buttonAktualizovat {
	background-color: #EEEDED;
	background-image: none;
	width: 102px;
	height: 22px;
	color: black;
	font-size: 10pt;
	text-align: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: solid 1px #D4D2D2;
	text-align: center;
}

.kosikRight {
  float: right;
  width: 280px;
  text-align: right;
}

/* Přehled kosiku */
.addToCartTxt {
	width: auto;
	padding: 5px 5px 5px 10px;
	margin-bottom: 20px;
	background: #01451E;
	color: white;
}

table.kosikTablePrehled {
	width: 100%;
  _width: 99%;
  color: black;
  margin: 0;
}
table.kosikTablePrehled a,
table.kosikTablePrehled a:visited {
  color: black;
}
table.kosikTablePrehled th {
	background-color: #00923F;
	color: White;
	padding: 20px 10px 10px 10px;
	border-left: none;
}

table.kosikTablePrehled td {
	background-color: #F5F5F5;
	padding: 5px 5px 5px 5px;
	border-left: solid 1px #00923F;
	text-align: center;
}
table.kosikTablePrehled tr.suda td {
  background: white;
}

div.kosikCelkovaCena {
	background-color: #F5F5F5;
	border: solid 1px #00923F;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: black;
}

div.kosikCelkovaCena .kosikCelkovaCenaBezDPH {
  line-height: 180%;
  font-size: 10pt;
  font-weight: normal; 
}
div.kosikCelkovaCena .kosikCelkovaCenaBezDPH .kosikCelkovaCenaNum {
	color: #444444;
}
div.kosikCelkovaCena .kosikCelkovaCenaNum {
	color: #861924;
}
table.kosikTablePrehled .kosikFirstTd {
	border: none;
	white-space: normal;
}
table.kosikTablePrehled .kosikFirstTd a,
table.kosikTablePrehled .kosikFirstTd a:visited {
	color: #912201;
}

input.Image {
	border: none;
}
.disable {
  background-color: #dddddd;
}

/* tlacitka obj */
.kosikPager .kosikRight {
  float: right;
}
.kosikPager input {
  background-color: #00923F;
  border: solid 1px #00923F;
  color: #fff;
  padding: 2px 5px;
  height: 20px;
}
/***************************/
/*  HORNI MENU
/***************************/
.ddmx {
	background-color: transparent;
  display: block;
  position: relative;
  height: auto;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.ddmx .ddmxlileftsel,
.ddmx .ddmxlileft {
  float: left;
  padding:0; margin:0;
  background: url(/files/images/delitko.png) no-repeat 1px center transparent;
  padding-left: 3px;
}
.ddmx .ddmxlileftsel:first-child,
.ddmx .ddmxlileft:first-child {
  background-image: none;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background: transparent;
	color: #000;
	
	display: block;
	position: relative;
  	padding: 0px 28px 0px;
  	height: 44px;
  	line-height: 44px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .selected {
	background: url(/files/images/hover.png) no-repeat center 0px;
	color: #fff;
	background-color: #7b9c3c;
}

.ddmx .ddmxlileftsel .item1 {
    color: #303030;
    background-color: transparent;
}

.ddmx .item2,
.ddmx .item3,
.ddmx .item4,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover 
 {
	background-color: #404040;
	border-bottom: 1px dotted #AFAFAF;
	color: #FFFFFF;
	
	display: block;
	position: relative;
	width: 160px;
	z-index: 5000;
  padding: 8px 10px 8px 8px;
	text-decoration: none;
	text-align: left;
	font-size: 9pt;
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
	background-color: #E2DBCE;
	color: #000000;
}

.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	border-top: none;
  width: 160px;
  position: absolute;
  top: 37px !important;
  visibility: hidden;
  margin-left: 10px;
  z-index: 1000;
}

* html .ddmx div { position: relative; } /* ie 5.0 fix */

/***************************/
/*  LEVE MENU
/***************************/
.ddmy {
	background-color: transparent;
  display: block;
  position: relative;
  height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.ddmy .ddmylileftsel,
.ddmy .ddmylileft {
  padding: 0px; 
  margin: 0px;
  float: none;
}
.ddmy .item1,
.ddmy .item1:hover,
.ddmy .item1-active,
.ddmy .item1-active:hover {
	background-color: #CCCCCC;
	border-bottom: solid 1px #444444;
	color: #000000;
	
	display: block;
	width: auto;
  padding: 8px 5px 8px 15px;
	text-decoration: none;
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
}
.ddmy .item1:hover,
.ddmy .item1-active,
.ddmy .item1-active:hover,
.ddmy .selected {
	color: #01923f;
}
.ddmy .ddmylileft:first-child a {
  background-image: none;
}

.ddmy .ddmylileftsel .item1 {
    color: #303030;
    background-color: transparent;
}

.ddmy .item2,
.ddmy .item3,
.ddmy .item4,
.ddmy .item2:hover,
.ddmy .item2-active,
.ddmy .item2-active:hover,
.ddmy .item3:hover,
.ddmy .item3-active,
.ddmy .item3-active:hover,
.ddmy .item4:hover,
.ddmy .item4-active,
.ddmy .item4-active:hover 
 {
	background-color: #404040;
	border-bottom: 1px dotted #AFAFAF;
	color: #FFFFFF;
	
	padding: 8px 10px 8px 8px;
	display: block;
	position: relative;
	z-index: 5000;
	width: 160px;
	text-align: left;
	text-decoration: none;
	font-size: 9pt;
}


.ddmy .item2:hover,
.ddmy .item2-active,
.ddmy .item2-active:hover,
.ddmy .item3:hover,
.ddmy .item3-active,
.ddmy .item3-active:hover,
.ddmy .item4:hover,
.ddmy .item4-active,
.ddmy .item4-active:hover {
	color: #000000;
	background-color: #E2DBCE;
}

.ddmy .item2 img,
.ddmy .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmy .section {
	border-top: none;
  width: 160px;
  position: absolute;
  top: 37px !important;
  visibility: hidden;
  margin-left: 10px;
  z-index: 1000;
}

* html .ddmy div { position: relative; } /* ie 5.0 fix */

/***************************/
/*  FOTOGALERIE - SLIDE
/***************************/

.gallery_slide #bigPic { 
  width: 500px;
  height: 335px;
  padding: 1px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.gallery_slide #bigPic img { 
  position: absolute;
  display: none;
}
.gallery_slide ul#thumbs li.active { 
  border: 2px solid #000000;
  background-image: none;
  background-attachment: scroll;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-color: #ffffff;
  padding: 2px;
}
.gallery_slide ul#thumbs, ul#thumbs li { 
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.gallery_slide ul#thumbs li { 
  float: left;
  margin-right: 7px;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  padding: 3px;
  cursor: pointer;
}
.gallery_slide ul#thumbs img { 
  float: left;
  width: 80px;
  /*height: 80px;*/
  line-height: 80px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
}
.gallery_slide #photoContainer {
  width: 500px;
}


p.galerie{
	text-align: center;
}
p.galerie img{
	margin: 4px;
    	vertical-align: top;
    	max-height: 180px;
    	width: auto !important;
}

/***************************/
/*  I-frame login
/***************************/

div#loginbox_layout { height: 450px; width: 400px; background: #222; }

div#loginbox_holder1{ position: relative; height: auto; width: 400px; }

img#loginbox_logo{ position: relative; margin-top: 0px; margin-bottom: 0px; margin-left: 20px; }

div#loginbox_holder2{ position: relative; height: 260px; width: 400px; }

input#loginbox_login_name { position: absolute; top: 25px; left: 20px; height: 32px; width: 360px; border-radius: 2px; border: none; outline: none; padding-left: 5px; line-height: 2.5\9 }

input#loginbox_login_pass { position: absolute; top: 85px; left: 20px; height: 32px; width: 360px; border-radius: 2px; border: none; outline: none; padding-left: 5px; line-height: 2.5\9 }

input#loginbox_login_sub { position: absolute; top: 135px; left: 20px; height: 32px; width: 80px; color: #FFF; border-radius: 2px; border: none; outline: none; cursor: pointer; 
/**** GRADIENT *****/
background: rgb(73,155,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome, Safari4+ */
background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+, Safari5.1+ */
background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
/* END OF GRADIENT */
}

input#loginbox_login_stay{ position: absolute; top: 146px; right: 28px; cursor: pointer; }

p.loginbox_paragraph { color: #FFF; font-family: Arial; }

p.loginbox_paragraph a { color: #BBB; font-family: Arial; text-decoration: none; }

  p#loginbox_paragraph_text_login { position: absolute; top: 7px; left: 20px; }
  
  p#loginbox_paragraph_text_pass { position: absolute; top: 67px; left: 20px; }
    
  p#loginbox_paragraph_text_stay { position: absolute; top: 145px; right: 50px; }
    
  p#loginbox_paragraph_text_cant { position: absolute; top: 195px; left: 20px; }
      
  p#loginbox_paragraph_text_register { position: absolute; top: 215px; left: 20px; } 


#map_canvas {height: 480px; width: 640px; border: 1px solid #000; font-family: Calibri;}

.heading {
	position: absolute;
	top: 89px;
	left: 380px;
	font-size: 25px;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
	filter: dropshadow(color=000000, offx=1, offy=1, positive=1)
}
.heading span {
	color: #fff200;
}

.menu_category_top {
	background: url(/files/images/menu_top.png) no-repeat 0px 0px;
	height: 6px;	
}
.menu_category_bottom {
	background: url(/files/images/menu_bottom.png) no-repeat 0px 0px;
	height: 6px;
	margin-bottom: 10px;		
}
#fcb-box{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	margin-bottom: 2rem;
}
.h2_akce_obal {
	border-bottom: 1px solid #7b9c3c;
	margin-bottom: 10px;
}
h2.akce {
	color: #fff200;
	background: #7b9c3c;
	width: 150px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow: 1px 1px 2px black;
	padding: 8px 0px;
	text-transform: uppercase;
	margin: 0px;
}
/*strankovani*/
A.strankovani-odkaz
{
	padding: 3px 5px;
	background: #FFF;
	color: #666666;
	border: 1px solid #D0D0D0;
	line-height: 25px;
	font-size: 9pt;
	text-decoration: none;
}
B.pgr
{
	padding: 3px 5px;
	line-height: 25px;
	font-size: 9pt;
	text-decoration: none;
}
A.strankovani-odkaz:hover, B.pgr, A.strankovani-sipky:hover
{
	border: 1px solid #D0D0D0;
	background: #FFF;
	color: black;
}
A.strankovani-sipky
{
	border: 1px solid #D0D0D0;
	padding: 3px 5px;
	background: #FFF;
	line-height: 25px;
	font-size: 9pt;
	text-decoration: none;
	margin: 0px;
	color: #666666;
}

.mapa {
    float: right;
    width: calc(100% - 265px);
    margin-top: 1rem;
    background: #92B357;
    border-radius: 5px;
}
.mapa iframe{
	display: block;
}
.iframe-wrap{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

button#modal-launch, button#modal-launch-2 {
    background: none;
    border: none;
    cursor: pointer;
	box-shadow: none;
	padding: 0;
}
button#modal-launch a, button#modal-launch-2 a{
	display: block;
	background: #7B9C3C;
	border: 1px solid #224819;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: .75rem;
	border-radius: 5px;
}
button#modal-launch{
	width: 100%;
}
button#modal-launch a{
	width: 100%;
	border: 1px solid white;
}
button#modal-launch a:hover, button#modal-launch-2 a:hover{
	background: #274518;
}
button#modal-launch-2 a{
	display: inline-block;
}
button#modal-launch-2 {
	padding: 0.5rem;
	background: white;
    	width: 100%;
    	white-space: initial;
	border: 1px solid #7B9C3C;
	border-radius: 0;
	position: relative;
}
button#modal-launch-2:after{
    background: white;
    width: 1rem;
    height: 1rem;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: -9px;
    border-bottom: 1px solid #7B9C3C;
    border-left: 1px solid #7B9C3C;
}
button#modal-launch-2 p{
	color: black;
	font-size: 20px;
}

.modal-content{
	border: none;
	border-radius: 0;
}

div.modal-header {
	border-radius: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#375b25+0,274518+100 */
background: rgb(55,91,37); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3NWIyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzQ1MTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(55,91,37,1) 0%, rgba(39,69,24,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,91,37,1)), color-stop(100%,rgba(39,69,24,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(55,91,37,1) 0%,rgba(39,69,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(55,91,37,1) 0%,rgba(39,69,24,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(55,91,37,1) 0%,rgba(39,69,24,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(55,91,37,1) 0%,rgba(39,69,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#375b25', endColorstr='#274518',GradientType=0 ); /* IE6-8 */
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid #274518;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#375b25+0,274518+100 */
background: rgb(55,91,37); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3NWIyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzQ1MTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(55,91,37,1) 0%, rgba(39,69,24,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,91,37,1)), color-stop(100%,rgba(39,69,24,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(55,91,37,1) 0%,rgba(39,69,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(55,91,37,1) 0%,rgba(39,69,24,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(55,91,37,1) 0%,rgba(39,69,24,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(55,91,37,1) 0%,rgba(39,69,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#375b25', endColorstr='#274518',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}


.modal-dialog .btn-primary:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aa1fa+0,2a82fa+100 */
	background: #274518;	
}


.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}

.toggler{
	display: none;
}
.stripe{
	display: none;
}

/***********
RESPONSIVE
************/

@media screen and (max-width: 1010px){
#page_container{
	width: auto;
	max-width: 96%;
}
.prehledTablePattern tr{
	display: inline;
}
.prehledTablePattern tr td{
	display: inline-block;
}
.heading{
	position: relative;
	top: auto;
	left: auto;
	clear: both;
	background: #21471A;
	padding: 0.5rem;
}
#left_col{
    	margin-left: 0;
}
#main_content, .mapa{
	width: calc(100% - 245px);
}
#head_container{
	height: auto;
	background: none;
}
#menu_top{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfbfb+48,dadad9+52,f6f4f4+100 */
background: rgb(253,251,251); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNmZGZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiNkYWRhZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjZmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(253,251,251,1) 48%, rgba(218,218,217,1) 52%, rgba(246,244,244,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,rgba(253,251,251,1)), color-stop(52%,rgba(218,218,217,1)), color-stop(100%,rgba(246,244,244,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbfb', endColorstr='#f6f4f4',GradientType=0 ); /* IE6-8 */
	z-index: 2;
	text-align: right;
	right: 0;
}
#head .link_logo{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
	float: none;
}
#head{
	padding-top: 115px;
}
.toggler{
	display: inline-block;
	height: 44px;
	font-size: 20px;
	border: none;
	background: transparent;
	cursor: pointer;
	box-shadow: none;
}
#hornimenu1{
	z-index: 105;
    	position: absolute;
    	top: 100%;
    	background: #21471A;
    	text-align: right;
	right: 0;
}
.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	float: none;
	background: none;
	padding: 0;
}
.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover{
	color: white;
}
}

@media screen and (max-width: 800px){
.heading{
	text-align: center;
}
#main_content, .mapa {
	width: 100%;
	float: none;
	overflow: hidden;
}	
#left_col{
    width: 100%;
    float: none;
    clear: both;
}
#footer{
	padding: 1rem 0;
}
.menu_category_top, .menu_category_bottom{
	display: none;
}
DIV#category p{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdcdb+0,ffffff+25,ffffff+75,dbdcdb+100 */
background: rgb(219,220,219); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRjZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(219,220,219,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(219,220,219,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(219,220,219,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(219,220,219,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left, rgba(219,220,219,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(219,220,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left, rgba(219,220,219,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(219,220,219,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left, rgba(219,220,219,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(219,220,219,1) 100%); /* IE10 preview */
background: linear-gradient(to right, rgba(219,220,219,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(219,220,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdcdb', endColorstr='#dbdcdb',GradientType=1 ); /* IE6-8 */
}
button#modal-launch-2:after{
	display: none;
}
#hornimenu1{
	width: 100%;
	text-align: center;
}
#head{
	padding-top: 0;
}
#head .link_logo{
	position: relative;
	top: auto;
	left: auto;
	margin: 0 auto;
	text-align: center;
}
#menu_top{
	position: relative;
	right:  auto;
	top: auto;
	left: auto;
	width: 100%;
	text-align: center;
	padding: 0;
}	
.col_box_title_akt, .col_box_content_akt{
	display: none;
}
.stripe{
background: rgb(253,251,251);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(253,251,251,1) 48%, rgba(218,218,217,1) 52%, rgba(246,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,rgba(253,251,251,1)), color-stop(52%,rgba(218,218,217,1)), color-stop(100%,rgba(246,244,244,1)));
    background: -webkit-linear-gradient(top, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%);
    background: -o-linear-gradient(top, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(253,251,251,1) 48%,rgba(218,218,217,1) 52%,rgba(246,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbfb', endColorstr='#f6f4f4',GradientType=0 );
	text-align: center;
	display: block;
}
.prehledTablePattern{
	text-align: center;
}
}









.accordion .card{
	border: none;
	margin-bottom: 1rem;
}
#headingVerze{
	padding: 0;
	border: 1px solid #e0e0e0;
}
#collapseVerze{
	border: 1px solid #e0e0e0;
	border-top: none;
}
#headingVerze .btn{
	font-size: 18px;
	color: black !important;
	width: 100%;
	padding: 1rem;
	text-align: left;
	display: flex;
text-decoration:none;
    	justify-content: space-between;
	align-items: center;
	border-radius: 0;
}
#headingVerze .btn::after {
    	display: inline-block;
    	width: 0;
    	height: 0;
    	margin-left: 0.255em;
    	content: "";
    	border-top: 0;
    	border-right: 0.5em solid transparent;
    	border-bottom: 0.5em solid;
    	border-left: 0.5em solid transparent;
}
#headingVerze .btn.collapsed::after{
    	border-top: 0.5em solid;
    	border-right: 0.5em solid transparent;
    	border-bottom: 0;
    	border-left: 0.5em solid transparent;
}
#headingVerze .btn:hover{
	color: white !important;
	background: #7b9c3c;
	border-color: #7b9c3c;
}






