/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  outline: none;
  box-sizing: border-box;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
}
.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
a {
  color: #de740d;
}
a:hover {
  color: #ffa23f;
}
a:visited {
  color: #643304;
}
h1,
h2,
h3 {
  font-size: 24px;
  font-weight: normal;
  color: #313131;
  margin: 20px 0 10px;
  padding: 0;
}
h1 {
  line-height: 28px;
}
h2 {
  font-size: 20px;
  margin: 20px 0 10px;
}
h3 {
  font-size: 16px;
  margin: 20px 0 10px;
}
textarea,
input[type="email"],
input[type="text"],
input[type="password"] {
  font-size: 14px;
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  border: 1px solid #7e7e7e;
  padding: 8px 10px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-hnedy {
  color: #643304;
}
section,
footer {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
section {
  background: #fff;
}
.container {
  margin: 0 auto;
  overflow: hidden;
  display: block;
  position: relative;
  width: 1200px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 94%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 96%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .container {
    width: 96%;
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: 96%;
  }
}
.container img {
  max-width: 100%;
  height: auto;
}
.container.text-center h2,
.container.text-center h3 {
  margin-left: auto;
  margin-right: auto;
}
.btn {
  display: inline-block;
  padding: 7px 25px 9px;
  border: 0;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
.btn.btn-orange {
  color: #fff;
  background-color: #eb953a;
  box-shadow: inset 0 -3px 0 #643304;
}
.btn.btn-orange:hover {
  background-color: #643304;
}
.btn.btn-brown {
  color: #fff;
  background-color: #643304;
  box-shadow: inset 0 -3px 0 #de740d;
}
.btn.btn-brown:hover {
  background-color: #de740d;
}
.btn.btn-white {
  color: #de740d;
  background-color: #fff;
  box-shadow: inset 0 -3px 0 #643304;
}
.btn.btn-white:hover {
  background-color: #643304;
  color: #fff;
}
.btn.btn-sm {
  padding: 8px 15px 10px;
}
.btn.btn-xs {
  font-size: 13px;
  padding: 6px 15px 8px;
}
@media screen and (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}
#header {
  width: 100%;
  background: url('../images/back-header.png') repeat-x 0 25px;
  height: 185px;
  margin-bottom: 15px;
}
#header .container {
  height: 185px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header .container {
    background: url('../images/back-header-inner.png') no-repeat center 6px;
  }
}
#header .brand-logo {
  background: url('../images/logo.png') no-repeat 0 0;
  width: 154px;
  height: 41px;
  left: 50%;
  top: 40px;
  margin-left: -77px;
  position: absolute;
  display: block;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #header .brand-logo {
    position: absolute;
    left: 5px;
    top: 80px;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  #header .brand-logo {
    left: 40px;
  }
}
#header .header-buttons {
  position: absolute;
  right: 0;
  top: 0;
}
#header .header-buttons a,
#header .header-buttons div {
  color: #de740d;
  display: inline-block;
  margin: 4px 0 0 22px;
  font-size: 14px;
}
#header .header-buttons a.aktivni,
#header .header-buttons div.aktivni {
  text-decoration: none;
}
#header .brand-title {
  background: url('../images/logo_ul.png') no-repeat 0 0;
  position: absolute;
  top: 68px;
  left: 250px;
  color: #fcf0cc;
  text-transform: none;
  font-weight: normal;
  width: 310px;
  font-size: 14px;
  line-height: 16px;
  padding-left: 90px;
  display: none;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header .brand-title {
    left: 200px;
  }
}
@media screen and (min-width: 768px) {
  #header .brand-title {
    display: block;
  }
}
#header .brand-title a {
  color: #fff;
  text-decoration: none;
}
#header .brand-title strong {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 24px;
  font-family: 'Trebuchet MS', 'Source Sans Pro', Arial, sans-serif;
}
#header .kosik {
  position: absolute;
  width: 100%;
  right: 0;
  top: 90px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #header .kosik {
    padding: 0 0 0 30px;
    background: url('../images/ico-cart.png') no-repeat left 10px;
    width: auto;
    text-align: right;
    top: 70px;
  }
}
#header .kosik span {
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #header .kosik span {
    text-align: left;
  }
}
#header .kosik span strong {
  color: #fcf8cc;
}
#header .kosik .btn {
  margin: 15px auto;
  padding: 6px 25px 7px;
}
@media screen and (min-width: 768px) {
  #header .kosik .btn {
    margin: 15px 15px 0 0;
  }
}
#levo-stred {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #levo-stred {
    float: left;
    width: 80%;
    width: calc(100% - 225px);
  }
}
@media screen and (min-width: 992px) {
  #levo-stred {
    width: 60%;
    width: calc(100% - 225px - 225px);
  }
}
#levy {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #levy {
    width: 225px;
    float: left;
  }
}
#stred {
  padding: 0 0 5px;
}
@media screen and (min-width: 768px) {
  #stred {
    padding: 0 20px 45px;
  }
}
#pravy {
  width: 100%;
  display: block;
}
@media screen and (max-width: 992px) {
  #pravy {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  #pravy {
    width: 225px;
    float: right;
  }
}
#drobky {
  margin: 5px 0 30px 0px;
  padding: 0;
  overflow: hidden;
}
#drobky li {
  padding: 0 16px 0 0;
  list-style-type: none;
  float: left;
}
#drobky li:first-child {
  padding: 0 5px 0 0 !important;
}
#drobky li a {
  position: relative;
}
#drobky li a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/odrazka.png) no-repeat;
  width: 6px;
  height: 10px;
  right: -12px;
  top: 6px;
}
.box-pravy,
.box-levy {
  display: block;
  margin-top: 10px;
  border: 1px solid #f5d6b5;
  border-radius: 5px;
  padding: 0;
}
.box-pravy .box-pravy-top,
.box-levy .box-pravy-top,
.box-pravy .box-levy-top,
.box-levy .box-levy-top {
  padding: 10px 15px;
  border-bottom: 1px solid #f5d6b5;
}
.box-pravy .box-pravy-top p,
.box-levy .box-pravy-top p,
.box-pravy .box-levy-top p,
.box-levy .box-levy-top p {
  text-transform: uppercase;
  color: #643304;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.box-pravy .box-pravy-obsah,
.box-levy .box-pravy-obsah,
.box-pravy .box-levy-obsah,
.box-levy .box-levy-obsah {
  padding: 10px 15px;
  background-color: #fcf8cc;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  display: block;
}
.box-pravy .box-pravy-obsah.ajax-vyhledavani,
.box-levy .box-pravy-obsah.ajax-vyhledavani,
.box-pravy .box-levy-obsah.ajax-vyhledavani,
.box-levy .box-levy-obsah.ajax-vyhledavani {
  overflow: visible;
}
.box-pravy .box-pravy-obsah.box-zbozi .box-produkt,
.box-levy .box-pravy-obsah.box-zbozi .box-produkt,
.box-pravy .box-levy-obsah.box-zbozi .box-produkt,
.box-levy .box-levy-obsah.box-zbozi .box-produkt {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.box-pravy .box-pravy-obsah.box-zbozi .box-produkt h3,
.box-levy .box-pravy-obsah.box-zbozi .box-produkt h3,
.box-pravy .box-levy-obsah.box-zbozi .box-produkt h3,
.box-levy .box-levy-obsah.box-zbozi .box-produkt h3 {
  margin: 0 0 8px;
  font-weight: normal;
  font-size: 15px;
}
.box-pravy .box-pravy-obsah.box-zbozi .box-produkt img,
.box-levy .box-pravy-obsah.box-zbozi .box-produkt img,
.box-pravy .box-levy-obsah.box-zbozi .box-produkt img,
.box-levy .box-levy-obsah.box-zbozi .box-produkt img {
  float: left;
  margin-right: 10px;
  border: 1px solid #f5d6b5;
  width: 96px;
}
.box-pravy .box-pravy-obsah.box-zbozi .box-produkt .cena,
.box-levy .box-pravy-obsah.box-zbozi .box-produkt .cena,
.box-pravy .box-levy-obsah.box-zbozi .box-produkt .cena,
.box-levy .box-levy-obsah.box-zbozi .box-produkt .cena {
  color: #de740d;
  font-size: 16px;
  padding: 20px 0 0;
  float: right;
  width: 80px;
}
.box-pravy .box-pravy-obsah.box-zbozi .box-produkt .btn,
.box-levy .box-pravy-obsah.box-zbozi .box-produkt .btn,
.box-pravy .box-levy-obsah.box-zbozi .box-produkt .btn,
.box-levy .box-levy-obsah.box-zbozi .box-produkt .btn {
  position: absolute;
  width: 80px;
  padding: 6px 0 8px;
  right: 0;
  bottom: 0;
}
.box-pravy .box-pravy-obsah input[type="email"],
.box-levy .box-pravy-obsah input[type="email"],
.box-pravy .box-levy-obsah input[type="email"],
.box-levy .box-levy-obsah input[type="email"],
.box-pravy .box-pravy-obsah input[type="text"],
.box-levy .box-pravy-obsah input[type="text"],
.box-pravy .box-levy-obsah input[type="text"],
.box-levy .box-levy-obsah input[type="text"],
.box-pravy .box-pravy-obsah input[type="password"],
.box-levy .box-pravy-obsah input[type="password"],
.box-pravy .box-levy-obsah input[type="password"],
.box-levy .box-levy-obsah input[type="password"] {
  font-size: 1em;
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  border: 1px solid #f5d6b5;
  padding: 6px 10px;
  display: block;
  width: 100%;
  margin: 0;
}
.box-pravy .box-pravy-obsah a,
.box-levy .box-pravy-obsah a,
.box-pravy .box-levy-obsah a,
.box-levy .box-levy-obsah a {
  color: #de740d;
}
.box-pravy .box-pravy-obsah p,
.box-levy .box-pravy-obsah p,
.box-pravy .box-levy-obsah p,
.box-levy .box-levy-obsah p {
  margin: 5px 0;
  padding: 0;
  display: block;
}
.box-pravy .box-pravy-obsah p.text-right,
.box-levy .box-pravy-obsah p.text-right,
.box-pravy .box-levy-obsah p.text-right,
.box-levy .box-levy-obsah p.text-right {
  margin: 10px 0 15px;
}
.box-pravy .box-pravy-obsah.kontakty p,
.box-levy .box-pravy-obsah.kontakty p,
.box-pravy .box-levy-obsah.kontakty p,
.box-levy .box-levy-obsah.kontakty p {
  margin: 10px 0;
}
.box-pravy .box-pravy-obsah.kontakty table,
.box-levy .box-pravy-obsah.kontakty table,
.box-pravy .box-levy-obsah.kontakty table,
.box-levy .box-levy-obsah.kontakty table,
.box-pravy .box-pravy-obsah.kontakty tr,
.box-levy .box-pravy-obsah.kontakty tr,
.box-pravy .box-levy-obsah.kontakty tr,
.box-levy .box-levy-obsah.kontakty tr,
.box-pravy .box-pravy-obsah.kontakty td,
.box-levy .box-pravy-obsah.kontakty td,
.box-pravy .box-levy-obsah.kontakty td,
.box-levy .box-levy-obsah.kontakty td {
  background: none !important;
}
.box-pravy .box-pravy-obsah.kontakty tr td:first-child,
.box-levy .box-pravy-obsah.kontakty tr td:first-child,
.box-pravy .box-levy-obsah.kontakty tr td:first-child,
.box-levy .box-levy-obsah.kontakty tr td:first-child {
  padding: 1px 2px 1px 0;
}
.box-pravy .box-pravy-end,
.box-levy .box-pravy-end,
.box-pravy .box-levy-end,
.box-levy .box-levy-end,
.box-pravy .cara,
.box-levy .cara {
  display: none;
}
.box-levy {
  display: none;
}
@media screen and (min-width: 768px) {
  .box-levy {
    display: block;
  }
}
.box-pravy {
  width: 100%;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .box-pravy {
    margin: 2% 0 2% 2%;
    width: 48%;
    float: left;
  }
  .box-pravy:first-child {
    margin: 2% 2% 2% 0;
  }
  .box-pravy:last-child {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
}
.navbar-toggle {
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  width: 100%;
  vertical-align: middle;
  padding: 12px 25px 14px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle.open {
  border-radius: 4px 4px 0 0;
}
.navbar-toggle span {
  display: inline-block;
  padding: 5px 0 0 42px;
  height: 30px;
  font-size: 24px;
  background: url(../images/menu-toggle.png) no-repeat 0 2px;
}
#menu {
  display: none;
}
@media (min-width: 768px) {
  #menu {
    display: block;
  }
}
#menu ul {
  background-color: #de740d;
  padding: 0;
  margin: 0;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
  #menu ul {
    border-radius: 5px;
  }
}
#menu ul li {
  border-bottom: 1px solid #ffc473;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  #menu ul li:first-child a,
  #menu ul li:first-child > span {
    border-radius: 5px 5px 0 0;
  }
}
#menu ul li:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  #menu ul li:last-child a,
  #menu ul li:last-child > span {
    border-radius: 0 0 5px 5px;
  }
}
#menu ul li a {
  padding: 15px 14px;
  color: #fff;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #menu ul li a {
    padding: 10px 14px;
    background: url(../images/ico-menu-active.png) no-repeat 192px center;
  }
	#menu ul li > span {padding: 10px 14px; display: block; background-color: #F08A27}
}
#menu ul li a:hover {
  background-color: #643304;
}
#menu ul li.end a,
#menu ul li.sub1-end a,
#menu ul li.sub2-end a {
  background-image: none;
}
#menu ul li.aktivni > span {
  padding: 15px 14px;
  background-color: #643304;
  display: block;
}
@media screen and (min-width: 768px) {
  #menu ul li.aktivni > span {
    padding: 10px 14px;
  }
}
#menu ul li.aktivni.open > span,
#menu ul li.aktivni.open a {
  background: #643304;
}
@media screen and (min-width: 768px) {
  #menu ul li.aktivni.open > span,
  #menu ul li.aktivni.open a {
    background: #643304 url(../images/ico-menu-open.png) no-repeat 192px center;
  }
}
#menu ul li.sub1 a,
#menu ul li.sub1-end a,
#menu ul li.sub1-aktivni a,
#menu ul li.sub1 > span,
#menu ul li.sub1-end > span,
#menu ul li.sub1-aktivni > span {
  background-color: #ffa23f;
  padding-left: 28px;
}
#menu ul li.sub2-end a,
#menu ul li.sub2-end a,
#menu ul li.sub2-aktivni a,
#menu ul li.sub2-end > span,
#menu ul li.sub2-end > span,
#menu ul li.sub2-aktivni > span {
	padding-left: 40px
} 

#menu ul li.sub1 a:before,
#menu ul li.sub1-end a:before,
#menu ul li.sub1-aktivni a:before,
#menu ul li.sub1 > span:before,
#menu ul li.sub1-end > span:before,
#menu ul li.sub1-aktivni > span:before,
#menu ul li.sub2-end a:before,
#menu ul li.sub2-end a:before,
#menu ul li.sub2-aktivni a:before,
#menu ul li.sub2-end > span:before,
#menu ul li.sub2-end > span:before,
#menu ul li.sub2-aktivni > span:before
{
  content: "";
  background-color: #de740d;
  position: absolute;
  left: 15px;
  top: 17px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: none;
}

#menu ul li.sub2-end a:before,
#menu ul li.sub2-end a:before,
#menu ul li.sub2-aktivni a:before,
#menu ul li.sub2-end > span:before,
#menu ul li.sub2-end > span:before,
#menu ul li.sub2-aktivni > span:before {
	background-color: #FFFFFF;
	left: 28px
}

@media screen and (min-width: 768px) {
  #menu ul li.sub1 a:before,
  #menu ul li.sub1-end a:before,
  #menu ul li.sub1-aktivni a:before,
  #menu ul li.sub1 > span:before,
  #menu ul li.sub1-end > span:before,
  #menu ul li.sub1-aktivni > span:before,
	#menu ul li.sub2-end a:before,
	#menu ul li.sub2-end a:before,
	#menu ul li.sub2-aktivni a:before,
	#menu ul li.sub2-end > span:before,
	#menu ul li.sub2-end > span:before,
	#menu ul li.sub2-aktivni > span:before {
    display: block;
  }
}
#menu ul li.sub1 a:hover,
#menu ul li.sub1-end a:hover,
#menu ul li.sub1-aktivni a:hover,
#menu ul li.sub1 > span:hover,
#menu ul li.sub1-end > span:hover,
#menu ul li.sub1-aktivni > span:hover {
  background-color: #de740d;
}
#menu ul li.sub1 a:hover:before,
#menu ul li.sub1-end a:hover:before,
#menu ul li.sub1-aktivni a:hover:before,
#menu ul li.sub1 > span:hover:before,
#menu ul li.sub1-end > span:hover:before,
#menu ul li.sub1-aktivni > span:hover:before {
  background-color: #643304;
}
#menu ul li.sub1 > span,
#menu ul li.sub1-end > span,
#menu ul li.sub1-aktivni > span {
  padding: 15px 14px 15px 28px;
  background-color: #de740d;
  display: block;
}
@media screen and (min-width: 768px) {
  #menu ul li.sub1 > span,
  #menu ul li.sub1-end > span,
  #menu ul li.sub1-aktivni > span {
    padding: 10px 14px 10px 28px;
  }
}
#menu ul li.sub1 > span:before,
#menu ul li.sub1-end > span:before,
#menu ul li.sub1-aktivni > span:before {
  background-color: #643304;
}
#filtr {
  padding: 10px;
  background: #f8efe6;
  position: relative;
  border-bottom: 1px solid #eee0d1;
  margin: -10px 0 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #filtr {
    text-align: left;
    margin: -20px 0 10px;
  }
}
#filtr .hledani-parametry {
  display: block;
  padding-top: 10px;
}
#filtr select {
  padding: 2px 3px;
  font-size: 14px;
}
#filtr .btn {
  margin: 5px auto;
}
@media screen and (min-width: 768px) {
  #filtr .btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}
.strankovani .zobraz-seznam {
  display: none;
}
@media screen and (min-width: 768px) {
  .strankovani .zobraz-seznam {
    display: inline;
  }
}
#diskuze {
  margin: 10px 0;
}
#diskuze ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 15px;
}
#diskuze ul li {
  padding: 0;
  margin: 0;
}
#diskuze ul li:before {
  display: none;
}
#diskuze ul li .item {
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
#diskuze ul li.admin .item {
  background-color: #eee0d1;
}
#diskuze ul li h4 {
  color: #643304;
  margin: 0;
}
#diskuze ul li h4 .poslal {
  float: right;
  padding: 0;
  background: none;
  font-weight: normal;
}
#diskuze ul li p {
  margin: 5px 0 10px 0;
  padding: 0;
}
#stred-obsah :not(#drobky):not(.detail):not(#tabs):not(#diskuze) ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}
#stred-obsah :not(#drobky):not(.detail):not(#tabs):not(#diskuze) ul li {
  padding: 6px 0 6px 30px;
  position: relative;
}
#stred-obsah :not(#drobky):not(.detail):not(#tabs):not(#diskuze) ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #de740d;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 12px;
}
#stred-obsah :not(#drobky):not(.detail):not(#tabs):not(#diskuze) input[type="text"],
#stred-obsah :not(#drobky):not(.detail):not(#tabs):not(#diskuze) input[type="password"],
#stred-obsah :not(#drobky):not(.detail):not(#tabs):not(#diskuze) select,
#stred-obsah :not(#drobky):not(.detail):not(#tabs):not(#diskuze) textarea {
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: inset 0 -3px 0 #e4e7ec;
  padding: 7px 6px 9px;
}
#stred-obsah :not(#drobky):not(.detail):not(#tabs):not(#diskuze) img {
  max-width: 100% !important;
  height: auto !important;
}
table.registrace {
  width: 100%;
}
table.registrace td {
  padding: 2px 0;
}
@media (max-width: 480px) {
  table.registrace td {
    display: block;
    padding-left: 0 !important;
  }
  table.registrace td input[type="text"],
  table.registrace td input[type="password"],
  table.registrace td select,
  table.registrace td textarea {
    width: 100% !important;
  }
}
table.registrace td.sekce {
  font-size: 16px;
}
table.registrace td.sekce div {
  border-bottom: 1px solid #ddd;
  padding: 8px 0 5px;
}
.produkt-wrapper {
  overflow: hidden;
}
.produkt {
  display: block;
  float: left;
  width: 30%;
  width: calc((100% / 3) - 10px - 1px);
  margin: 5px 5px 10px;
  text-align: center;
}
.produkt:first-child,
.produkt:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: 10px;
}
.produkt:nth-child(3n) {
  margin-left: 10px;
  margin-right: 0;
}
.produkt img {
  border: 1px solid #f5d6b5;
  height: 136px;
  width: auto;
  max-width: 136px;
}
.produkt h2 {
  font-size: 15px;
  margin: 0 0 10px;
}
.produkt .cena {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 10px;
  color: #de740d;
}
.produkt .btn {
  padding: 6px 15px 8px;
  margin-bottom: 15px;
}
.produkt.produkt-podkategorie {
  height: 165px;
}
.produkt.produkt-podkategorie img {
  border: 0;
}
.produkt.produkt-podkategorie a {
  text-decoration: none;
}
.produkt.produkt-podkategorie a.title {
  color: #643304;
  text-decoration: underline;
}
table.produkty-seznam {
  width: 100%;
}
table.produkty-seznam tr td,
table.produkty-seznam tr th {
  padding: 2px 4px;
}
table.produkty-seznam tr td a,
table.produkty-seznam tr th a {
  color: #de740d;
}
table.produkty-seznam tr td.cena,
table.produkty-seznam tr th.cena {
  color: #de740d;
  text-align: right;
}
table.produkty-seznam tr td.ks,
table.produkty-seznam tr th.ks {
  padding: 2px 0;
  text-align: right;
}
table.produkty-seznam tr td.ks input[type="text"],
table.produkty-seznam tr th.ks input[type="text"] {
  text-align: center;
  display: inline-block;
  padding: 2px 5px;
}
table.produkty-seznam tr th {
  color: #313131;
  font-weight: bold;
}
table.produkty-seznam tr.barva td,
table.produkty-seznam tr.barva th {
  background: #fcf8cc;
  border-bottom: 1px solid #f5d6b5;
  border-top: 1px solid #f5d6b5;
}
.detail {
  overflow: hidden;
  margin-top: -25px;
  /*
	<div class="produkt">
	   <h2><a href="/webconsult/brinek/detail//nastavek-proskleny-1-sklo.html?var=302" title="">Nástavek prosklený - 1 sklo </a></h2>
	   <a class="nazev" href="/webconsult/brinek/detail//nastavek-proskleny-1-sklo.html?var=302" title="">
	   	<img src="/webconsult/brinek/img_produkty/stredni/brinek-2014-182-1444985108.jpg" alt="Nástavek prosklený - 1 sklo">
	   </a>
	   <span class="cena">Cena: 500,-&nbsp;Kč</span>
	   <a rel="nofollow" href="/webconsult/brinek/kosik.html?addk=302" class="btn btn-brown">Do košíku</a>
	</div>
	*/
}
.detail h1 {
  font-size: 24px;
  font-weight: normal;
  color: #313131;
  margin: 10px 0;
  padding: 0;
}
.detail .detail-varianty {
  margin: 10px 0;
  display: block;
}
.detail table.produkt-detail {
  text-align: left;
  width: 100%;
}
.detail table.produkt-detail tr {
  background-color: #fff;
}
.detail table.produkt-detail tr.barva {
  background-color: #f8efe6;
}
.detail table.produkt-detail tr td,
.detail table.produkt-detail tr th {
  text-align: right;
  border-bottom: 1px solid #f5d6b5;
  border-top: 1px solid #f5d6b5;
  padding: 3px 10px;
}
.detail table.produkt-detail tr td.cena,
.detail table.produkt-detail tr th.cena {
  font-size: 14px;
  color: #888;
}
.detail table.produkt-detail tr td.cena strong,
.detail table.produkt-detail tr th.cena strong {
  color: #de740d;
  font-size: 17px;
  display: inline-block;
  margin-right: 3px;
}
.detail table.produkt-detail tr th {
  text-align: left;
  font-weight: normal;
}
.detail table.kosik {
  width: 100%;
}
.detail table.kosik tr {
  background-color: #fff;
}
.detail table.kosik tr.barva {
  background-color: #eee0d1;
}
.detail table.kosik tr td,
.detail table.kosik tr th {
  text-align: left;
  padding: 3px 10px;
}
.detail table.kosik tr td.cena,
.detail table.kosik tr th.cena {
  text-align: right;
}
.detail table.kosik tr th {
  text-align: left;
}
.detail table.kosik tr th.right {
  text-align: right;
}
.detail .box-produkty .produkt {
  width: 100%;
  height: 130px;
  overflow: hidden;
  text-align: left;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 480px) {
  .detail .box-produkty .produkt {
    width: 50%;
  }
}
.detail .box-produkty .produkt h2 {
  height: auto;
  margin: 0 0 10px;
}
.detail .box-produkty .produkt h2 a {
  color: #de740d;
}
.detail .box-produkty .produkt .nazev {
  float: left;
  width: 96px;
  margin: 0 20px 20px 0;
}
.detail .box-produkty .produkt .nazev img {
  width: 100%;
  height: auto;
}
.detail .box-produkty .produkt .cena {
  font-weight: normal;
  visibility: hidden;
}
.detail .box-produkty .produkt .cena .castka {
  display: block;
  visibility: visible;
}
.detail-left {
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .detail-left {
    width: 45%;
    float: left;
  }
}
.detail-left img {
  border: 1px solid #f5d6b5;
  width: 100%;
  height: auto !important;
}
.detail-right {
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .detail-right {
    width: 55%;
    padding-left: 20px;
    float: right;
    text-align: right;
  }
}
.nahledy {
  overflow: hidden;
  padding: 10px 0 0 0;
  margin: 0;
  display: inline;
}
@media screen and (max-width: 1100px) {
  .nahledy {
    display: block;
    clear: both;
  }
}
.nahledy a {
  float: left;
  margin: 10px 5px 0 5px;
  width: 75px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .nahledy a {
    margin: 0 5px 10px 5px;
  }
}
.nahledy a:first-child {
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .nahledy a:first-child {
    margin-left: 0;
  }
}
.nahledy.nahledy-block {
  display: block;
  clear: both;
}
.nahledy.nahledy-block a {
  margin: 0 5px 10px 5px;
}
.nahledy.nahledy-block a:first-child {
  margin-left: 0;
}
#tabs {
  padding: 0;
  overflow: hidden;
  margin: 15px 0;
  border-radius: 0;
  background: none;
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
}
#tabs ul.popis {
  list-style-type: none;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
#tabs ul.popis li {
  float: left;
  margin: 0 2px 0 0;
  border-top: 1px solid #f9f2eb;
  border-left: 1px solid #f9f2eb;
  border-right: 1px solid #f9f2eb;
  padding: 0;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
  color: #313131;
  background: none;
}
#tabs ul.popis li:before {
  display: none;
}
#tabs ul.popis li.aktivni,
#tabs ul.popis li.ui-tabs-active {
  padding: 0;
  background: #f9f2eb;
  border-bottom: 0;
}
#tabs ul.popis li a {
  color: #322c29;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  background: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tabs ul.popis li a {
    padding: 10px;
  }
}
#tabs ul.popis li a:hover {
  background: #fff;
}
#tabs .popisnik {
  padding: 10px 15px;
  background-color: #f9f2eb;
  color: #313131;
  font-size: 14px;
  border-radius: 0 0 2px 2px;
}
.vlozit-do-kosiku {
  text-align: right;
  margin: 20px 0;
}
.vlozit-do-kosiku input[type="text"] {
  border-radius: 2px;
  border: 1px solid #e4e7ec;
  text-align: center;
  box-shadow: inset 0 -3px 0 #e4e7ec;
  width: 55px;
  padding: 7px 0 9px;
}
.vlozit-do-kosiku .btn {
  font-size: 14px;
  text-align: center;
  margin-left: 15px;
}
.vlozeno {
  display: block;
  margin: 10px 0;
  padding: 5px;
  background-color: #fcf8cc;
  border: 1px solid #f5d6b5;
}
.vlozeno p {
  margin: 5px 0 5px;
}
#d .dis-novy td {
  padding: 2px 5px;
}
#d .dis-novy input[type="text"],
#d .dis-novy textarea {
  border-radius: 2px;
  border: 1px solid #eee0d1;
  box-shadow: inset 0 -3px 0 #eee0d1;
  width: 30px;
  padding: 7px 8px 9px;
}
#d #diskuze-ram {
  padding-top: 10px;
}
.kosik-container table.kosik {
  width: 100%;
}
.kosik-container table.kosik tr {
  background-color: #fff;
}
.kosik-container table.kosik tr.barva {
  background-color: #f8efe6;
}
.kosik-container table.kosik tr td,
.kosik-container table.kosik tr th {
  text-align: left;
  padding: 3px 10px;
  border-bottom: 1px solid #eee0d1;
}
.kosik-container table.kosik tr td.cena,
.kosik-container table.kosik tr th.cena {
  text-align: right;
}
.kosik-container table.kosik tr td input[type="text"],
.kosik-container table.kosik tr th input[type="text"] {
  border-radius: 2px;
  border: 1px solid #e4e7ec;
  text-align: center;
  box-shadow: inset 0 -3px 0 #e4e7ec;
  width: 40px;
  padding: 7px 2px 9px;
}
.kosik-container table.kosik tr th,
.kosik-container table.kosik tr td {
  text-align: left;
}
.kosik-container table.kosik tr th.right,
.kosik-container table.kosik tr td.right {
  text-align: right;
}
.kosik-container table.kosik.kosik-suma {
  width: 50%;
  float: right;
  margin-top: 15px;
}
.kosik-container h1 {
  font-size: 24px;
  font-weight: normal;
  color: #313131;
  margin: 20px 0 10px;
  padding: 0;
}
.kosik-container .vase-cena strong {
  font-size: 18px;
  color: #de740d;
}
#footer {
  background: #fff;
  border-top: 1px solid #f5d6b5;
  position: relative;
  padding: 25px 0;
  font-size: 15px;
}
#footer span {
  float: left;
}
@media screen and (min-width: 768px) {
  #footer span.vyrobil {
    float: right;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #footer span {
    float: none;
    display: block;
    padding: 5px 0;
    text-align: center;
    width: 100%;
  }
}

.kosik-container table.kosik tr.kosikSkladNe{
  background: #ffbdbd
  }

  /* cookie lista */
#termsfeed-com---nb{
  background: white !important
}

.termsfeed-com---nb .cc-nb-main-container{
  padding: 1rem !important;
}

.cc-nb-okagree, 
.cc-nb-reject, 
.cc-cp-foot-save,
.cc-nb-changep {
    color: #fff !important;
    background-color: #07e000 !important;
	color: white;
	border-radius: 50px;
	text-decoration: none;
	padding: 7px 20px;
	
	font-size: 0.95rem;
}

.cc-nb-reject{
	background-color: gray !important;
}


.cc-nb-changep {
    background: none !important;
	color: #333 !important;
}

.cc-nb-main-container{
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
