body {
	background: rgba(245, 245, 231, 1);
	color: #203500;
  padding-top: 0px;
}

a {
    color: rgba(212, 190, 63, 1);
    text-decoration: none;
}

.p2 { padding: 2px; }
.p5 { padding: 5px; }

.cursor_lupa { cursor: zoom-in; }

header { background: url("../img/background.jpg") repeat scroll center 0 #fff; }

.hdn { display: none; }

/* .lnb { border-bottom: 1px solid #7a4923; background-color: #EFEFEF; } */
.lnb {
    border-bottom: 0px solid #7a4923;
    /* background: url("../img/background.jpg") repeat scroll center 0 #fff; */
    background: rgba(212, 190, 63, 1);
    border-bottom: 5px solid rgba(122, 74, 34, 0.59)
}

.hledat_inp {
  padding: 20px;
  border-radius: 0px;
  margin-left: 20px;
}
.btn_inp {
  padding: 10px 15px 10px 15px;
  border-radius: 0px;
}

.logo {
  margin: 15px 5px 15px 0px;
  display: block;
}
.logo img {
  height: 76px;
}
.h_pad { padding-top: 17px; }
.lfullwidth { float: none !important;}

.iga { border-radius: 0px; border: 0px solid #ccc !important; background: transparent !important; }
.a_zpet { color: #000; }

.navbar-inverse {
    background-color: #dbdbdb;
    border-color: #080808;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.nova-header {
	height: 140px;
	margin-bottom: 30px;
}
.nohah {
	padding-top: 20px;
}

.h_info {
	margin-top: 11px;
	font-size: 23px;
	display: inline-block;
}
.h_info a {
	color: rgba(212, 190, 63, 1);
}

.breadcrumb {
    background-color: rgba(122, 74, 34, 0.59);
}

.breadcrumb a {
    color: #ffffff;
}

.div-ikony {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  padding: 10px;
  color: #000000;
}
.div-ikony .ikona {
  font-size: 32px;
}
.div-ikony .ikona .barva {
  color: #848484;
}

.btn_vyradit { color: #ff0000; }
.btn_vyradit:hover { color: #b10000; }

@media (max-width: 768px) {
	.h_info {
		display: none;
	}
  .navbar-nav {
    margin: 0px;
  }
  .lfullwidth {
    margin-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .lbtn {
    /*width: 33.33%;*/
    width: 25%;
    text-align: center;
  }
}

.btn-warning {
	background-color: rgba(212, 190, 63, 1);
	border-color: rgb(180, 162, 49);
	color: #FFFFFF;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-color: rgba(212, 190, 63, 1);
	border-color: rgb(180, 162, 49);
	color: #FFFFFF;
}

.btn-success {
	background-color: #7a4923;
	border-color: #8d572e;
	color: #FFFFFF;
}
.btn-success:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-color: #7a4923;
	border-color: #8d572e;
	color: #FFFFFF;
}

.panel {
	border-radius: 1px;
}

.zelena {
	color: #9f7a2e;
}
.box_zdarma {
  /*border: 4px dotted #ff0000;*/ padding: 15px; display: inline-block; width: 100%;*/
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8); box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

/* DID */
.panel-did { border-color: #eaeaea; background: ##7a4923; }
.panel-did .list-group-item { background: #F9F9F9; }
.panel-did > .panel-heading { background-color: #7a4923; border-color: #fff; color: #7a4923; border-radius: 1px; }
.panel-did > .panel-heading a { color: #fff; }
.panel-did > .panel-heading { color: #fff; }
.panel-did a.list-group-item:hover, .panel-did a.list-group-item:focus { background-color: #7a4923; text-decoration: none; color: #fff; }
.panel-did a.list-group-item.active, .panel-did a.list-group-item.active:hover, .panel-did a.list-group-item.active:focus {
    background-color: #fff;
    border-color: #7a4923;
    color: #7a4923;
		font-weight: bold;
    z-index: 2;
}

/* BAL */
.panel-bal { border-color: #eaeaea; background: #F9F9F9; }
.panel-bal .list-group-item { background: #F9F9F9; }
.panel-bal > .panel-heading { background-color: #AB4361; border-color: #fff; color: #AB4361; border-radius: 1px; }
.panel-bal > .panel-heading a { color: #fff; }
.panel-bal > .panel-heading { color: #fff; }
.panel-bal a.list-group-item:hover, .panel-bal a.list-group-item:focus { background-color: #AB4361; text-decoration: none; color: #fff; }
.panel-bal a.list-group-item.active, .panel-bal a.list-group-item.active:hover, .panel-bal a.list-group-item.active:focus {
    background-color: #fff;
    border-color: #AB4361;
    color: #AB4361;
		font-weight: bold;
    z-index: 2;
}

/* RODI */
.panel-rodi { border-color: #eaeaea; background: #F9F9F9; }
.panel-rodi .list-group-item { background: #F9F9F9; }
.panel-rodi > .panel-heading { background-color: rgba(212, 190, 63, 1); border-color: #fff; color: rgba(212, 190, 63, 1); border-radius: 1px; }
.panel-rodi > .panel-heading a { color: #fff; }
.panel-rodi > .panel-heading { color: #fff; }
.panel-rodi a.list-group-item:hover, .panel-rodi a.list-group-item:focus { background-color: rgba(212, 190, 63, 1); text-decoration: none; color: #fff; }
.panel-rodi a.list-group-item.active, .panel-rodi a.list-group-item.active:hover, .panel-rodi a.list-group-item.active:focus {
    background-color: #fff;
    border-color: rgba(212, 190, 63, 1);
    color: rgba(212, 190, 63, 1);
		font-weight: bold;
    z-index: 2;
}
/* MATE */
.panel-mate { border-color: #eaeaea; background: #F9F9F9; }
.panel-mate .list-group-item { background: #F9F9F9; }
.panel-mate > .panel-heading { background-color: #EA971F; border-color: #fff; color: #EA971F; border-radius: 1px; }
.panel-mate > .panel-heading a { color: #fff; }
.panel-mate > .panel-heading { color: #fff; }
.panel-mate a.list-group-item:hover, .panel-mate a.list-group-item:focus { background-color: #EA971F; text-decoration: none; color: #fff; }
.panel-mate a.list-group-item.active, .panel-mate a.list-group-item.active:hover, .panel-mate a.list-group-item.active:focus {
    background-color: #fff;
    border-color: #EA971F;
    color: #EA971F;
		font-weight: bold;
    z-index: 2;
}

/* SOU */
.panel-sou { border-color: #eaeaea; background: #F9F9F9; }
.panel-sou .list-group-item { background: #F9F9F9; }
.panel-sou > .panel-heading { background-color: rgba(212, 190, 63, 1); border-color: #fff; color: rgba(212, 190, 63, 1); border-radius: 1px; }
.panel-sou > .panel-heading a { color: #fff; }
.panel-sou > .panel-heading { color: #fff; }
.panel-sou a.list-group-item:hover, .panel-sou a.list-group-item:focus { background-color: rgba(212, 190, 63, 1); text-decoration: none; color: #fff; }
.panel-sou a.list-group-item.active, .panel-sou a.list-group-item.active:hover, .panel-sou a.list-group-item.active:focus {
    background-color: #fff;
    border-color: rgba(212, 190, 63, 1);
    color: rgba(212, 190, 63, 1);
		font-weight: bold;
    z-index: 2;
}

.novinkyeh {
    background: #D4BE3FFF !important;
    border-color: rgb(180, 162, 49) !important;
}
.novinkye { background: #F9F9F9; }

.nova {
	background: none repeat scroll 0 0 rgba(245, 245, 231, 1);
	border: 0px solid #F5F5F5;
  margin-top: 130px;
}

.navbar-form .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
}

.sb_header {
	background: rgba(212, 190, 63, 1);
}

.head_cart {
  margin-top: 25px;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 16px;
  line-height: 1.42857;
  padding: 9px 10px 8px 15px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.head_cart strong {
	color: #7a4923;
}
.head_cart a {
	color: #7a4923;
}

#cart_sum { font-size: 85%; }

#head_cart_hide {
	display: block;
	width: 261px;
	height: 107px;
	position: absolute;
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	top: 111px;
	right: 30px;
	color: #cacaca;
	font-size: 12px;
	text-align: left;
	background: #f5f5f5;
	display: none;
	padding: 3px;
	z-index: 100;
}

.did { background: #7a4923 !important; color: #ffffff !important; font-weight: bold; }
.did_text { color: #7a4923 !important; }
.did:hover { background: #7ba11d !important; color: #fff !important; }
.did_active { background: #7ba11d !important; color: #fff !important; font-size: 120%; text-decoration: underline; }

.bal { background: #AB4361 !important; color: #ffffff !important; font-weight: bold; }
.bal_text { color: #AB4361 !important; }
.bal:hover { background: #942948 !important; color: #fff !important; }
.bal_active { background: #942948 !important; color: #fff !important; font-size: 120%; text-decoration: underline; }

.rodi { background: rgba(212, 190, 63, 1) !important; color: #ffffff !important; font-weight: bold; }
.rodi_text { color: rgba(212, 190, 63, 1) !important; }
.rodi:hover { background: #0292c2 !important; color: #fff !important; }
.rodi_active { background: #0292c2 !important; color: #fff !important; font-size: 120%; text-decoration: underline; }

.mate { background: #EA971F !important; color: #ffffff !important; font-weight: bold; }
.mate_text { color: #EA971F !important; }
.mate:hover { background: #c87804 !important; color: #fff !important; }
.mate_active { background: #c87804 !important; color: #fff !important; font-size: 120%; text-decoration: underline; }

.sou { background: rgba(212, 190, 63, 1) !important; color: #ffffff !important; font-weight: bold; }
.sou_text { color: rgba(212, 190, 63, 1) !important; }
.sou:hover { background: #0292c2 !important; color: #fff !important; }
.sou_active { background: #0292c2 !important; color: #fff !important; font-size: 120%; text-decoration: underline; }

.pt { position: relative; height: 100px; }
.ptacci { position:absolute; bottom: -28px; right: 50px; }

.thumbnail {
	border-radius: 1px;
	background: #F9F9F9;
}

.thumbnail h3 { font-size: 18px; margin-top: 10px; overflow: hidden; height: 38px; line-height: 1.2; }
.thumbnail .cena { font-size: 19px; color: #006600; }
.thumbnail .caption { min-height: 200px; }
.thumbnail .caption .p_cap { min-height: 70px; }

.produkt { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; }

.produkt:hover { -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.8); -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.8); box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}


.colorgraph {
    background: #7a4923;
    border-radius: 5px;
    border-top: 0 none;
    height: 5px;
}

.footer {
	background-color: rgba(212, 190, 63, 1);
	background-image: none;
	background-position: center top;
	background-repeat: repeat;
	/* border-top: 1px solid #7a4923; */
}
.footer h2 { color: #000000; font-size: 24px; }
.footer .list-group-item { background-color: transparent; border: 0px solid #DDDDDD; color: #000000; }
.footer .list-group-item a { color: #000000; }
.footer p { color: #000000; }

.footer_url { color: #000000; }
.footer_url:hover { color: #7a4923; }

.p_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1031;
  cursor: pointer;
}
.PopupPanelCart {
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	z-index: 1032;
	height: 195px;
	margin-top: -200px;
	width: 500px;
	margin-left: -300px;
	padding: 20px;
	color: #7a4923;
	font-size: 1.5em;
	display: none;
	text-align: center;
}

#A-pager { margin-top: -30px; text-align: center; }
#A-pager a img { border: 1px solid #CCCCCC; padding: 3px; margin: 5px; }

.vlozit_kosik_detail { width: 230px; height: 52px; background: #7a4923; color: #fff; padding: 9px; float: left; }
.vlozit_kosik_detail a { color: #fff; font-weight: bold; text-decoration: underline; }

p.price { font-size: 170%; }

.napiste_nam {
	position: fixed;
	top: 250px;
	right: 0px;
	width: 40px;
	height: 200px;
}

@media (max-width: 768px) {
	.napiste_nam {
		display: none;
	}
}

.img_resp {
	max-width: 550px; width: 100%;
}
.img_resp2 {
	max-width: 450px; width: 100%;
}

#dodaci_jina_box { display: none; }
.djb_show { display: block !important; }

.txt_doprava_zdarma {
	font-weight: normal;
	color: #BC161D;
	font-size: 130%;
}
.txt_doprava_zdarma .cena {
	font-weight: bold;
	/* color: #557700; */
	font-size: 125%;
}
.cena_txt_zdarma {
	font-weight: bold;
	color: #7a4923;
	font-size: 120%;
}

/* ESHOP STEP */
/* ESHOP STEP */
#progressbar li { list-style-type: none; width: 33%; float: left; position: relative; text-align: center; }
#progressbar li:before {
	/*content: 'ico';*/
	/*counter-increment: step;*/
	width: 60px;
	height: 60px;
	line-height: 56px;
	display: block;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	border: 4px solid #d4be3f;
	text-align: center;
	background-color: white;
	z-index: 99;
	position: relative;
}
#progressbar li.p_jedna:before {
  content: '1';
  font-size: 18px;
}
#progressbar li.p_dve:before {
  content: '2';
  font-size: 18px;
}
#progressbar li.p_tri:before {
  content: '3';
  font-size: 18px;
}

/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #d4be3f;
	position: absolute;
	left: -50%;
	top: 30px;
	z-index: 1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
#progressbar li.active {
	color: #9f7a2e;
}
#progressbar li.danger {
	color: red;
}

#progressbar li.error {
	color: red;
}
/*marking active/completed steps #9f7a2e*/
/*The number of the step and the connector before it = #9f7a2e*/
#progressbar li.active:before{
	border-color: #9f7a2e;
}

#progressbar li.error:before{
	border-color: red;
}

#progressbar li.active + li:after {
	background-color: #9f7a2e;
}

.modal-large{width: 80%}
.callout.boxcount {
    border-color: #0097bc;
    background: #eee;
}
.disbaled-div {
	pointer-events:none;
}
#po_list tooltip:not(:first-child){
    margin-left: -8px !important;
}
#progressbar li.current:before {
	background: #7a4923;
  color: #ffffff;
}
.lwell {
  padding: 30px;
}

.star_c {
  color: rgba(212, 190, 63, 1) !important;
}

.rate_list {
  display: flex;
    align-items: center;
}

.rate_star {
  padding: 2px;
}

.rate_blok {
  display: flex;
  flex-grow: 1;
  padding-right: 2rem;
}

.rate_bar {
  background-color: #0292c2;
  position: relative;
  display: flex;
  align-items: center;
  height: 0.8em;
  animation-name: scale;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  transform-origin: left;
  margin-top: 4px;
  margin-right: 5px;
}

.vote-wrap {
    margin-bottom: 2rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 15px;
}
.vote-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.vote-pic {
    position: relative;
    width: 80px;
    height: 60px;
    padding-right: 20px;
}
.vote-pic img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.vote-initials {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 1px;
    color: #fff;
    background-clip: padding-box;
}
.vote-name {
    display: block;
}
.vote-content {
    line-height: 1.25;
}

#zpracujFormHodnoceni {
  margin-top: 20px;
}

#form_hodnoceni {
    padding: 15px;
    background: #eee;
    margin: 15px;
    border: 1px solid #c0c0c0;
    display: none;
}




  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }

  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }

  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  /* hide 'none' input from screenreaders */
  .rating__input--none {
    display: none
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* set default star color */
  .rating__icon--star {
    color: orange;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }





/* ESHOP STEP */
/* ESHOP STEP */

.eu-cookies {
		/*
    position: fixed;
    left: 0;
    bottom: 0;*/
    width: 100%;
    color: white;
    background-color: black;
    z-index: 1000;
		padding: 10px;
}

.eu-cookies button {
    background: #9f7a2e;
    color: white;
		padding: 4px 8px 4px 8px;
		border: 0px solid #000000;
}

.fix { clear: both; }
