/* Fonty */
/* link */
/* Medium screen / desktop */
/* Navbar */
/*@gray-lighter;*/
/* Jumbotron */
/*pagination*/
/*** Import mixins ***/
.block-relative {
  position: relative;
}
/* Layout */
.small-text {
  color: #8C4E03;
  font-size: 16px;
}
.clear {
  clear: both;
}
/* Horizontal dividers
//
// Dividers (basically an hr) within dropdowns and nav lists
*/
.arrow-lr {
  background-image: url(/img/arrow-lr.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 11px;
  height: 11px;
  display: inline-table;
  cursor: pointer;
}
.arrow-lr.right {
  background-position: right;
}
.arrow-hidden {
  background-image: none;
}
.social {
  background-image: url(/img/social.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-table;
  width: 21px;
  height: 21px;
  text-decoration: none;
}
.facebook:hover {
  background-position: 0px -38px;
}
.twitter {
  background-position: -31px 0px;
}
.twitter:hover {
  background-position: -31px -38px;
}
.google {
  background-position: -62px 0px;
}
.google:hover {
  background-position: -62px -38px;
}
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.col-left {
  float: left;
}
.col-right {
  float: right;
}
/* Components */
/*
 Icons
*/
.icon-fb-share {
  width: 62px;
  height: 17px;
  background-image: url('/img/btn-sdilet.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.icon-fb-like {
  width: 89px;
  height: 23px;
  background-image: url('/img/btn-tose-mi-libi.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.icon-search {
  width: 160px;
  height: 24px;
  background-image: url('/img/bg/bg_search.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
/* Utility classes */
/*
// Utility classes
// --------------------------------------------------


// Floats
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.kontakty-seznam:before,
.kontakty-seznam:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.kontakty-seznam:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/* Toggling content
// -------------------------

// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1
*/
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
*/
.hidden {
  display: none !important;
}
/* For Affix plugin
// -------------------------
*/
.affix {
  position: fixed;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Titillium Web, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #352c0b;
  background-color: #ddca9a;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #d3401b;
  text-decoration: undeline;
  font-weight: 700;
  /*
  &:focus {
    .tab-focus();
  }
  */
}
a:hover,
a:focus {
  color: #8f2b12;
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
hr {
  border: 0;
  background-image: url(/img/bg/hr.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 68px;
  margin: 22px 0px;
}
.content-hp hr {
  background-image: url(/img/bg/hr1.png);
}
.footer hr {
  background-image: url(/img/bg/hr_footer.png);
}
hr.no-img {
  background-image: url(/img/bg/hr2.png);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Titillium Web, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #352c0b;
}
h1,
.h1,
h2,
.h2 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1,
.h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 35px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 32px;
}
.slogan {
  color: #352c0b;
  font-size: 38px;
}
p {
  margin: 0 0 12px;
  font-size: 24px;
}
/*
.lead {
  margin-bottom: @line-height-computed;
  font-size: floor((@font-size-base * 1.15));
  font-weight: 300;
  line-height: 1.4;

  @media (min-width: @screen-sm-min) {
    font-size: (@font-size-base * 1.5);
  }
}


// Emphasis & misc
// -------------------------

// Ex: (12px small font / 14px base font) * 100% = about 85%
small,
.small {
  font-size: floor((100% * @font-size-small / @font-size-base));
}

mark,
.mark {
  background-color: @state-warning-bg;
  padding: .2em;
}
*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
body ul {
  font-size: 18px;
}
.body-amicus ul {
  list-style-image: url('/img/ikona/list-green.png');
}
.body-dentist ul {
  list-style-image: url('/img/ikona/list-blue.png');
}
.body-pcdent ul,
.body-pcdoktor ul {
  list-style-image: url('/img/ikona/list-orange.png');
}
/*
// Contextual colors
.text-muted {
  color: @text-muted;
}
.text-primary {
  .text-emphasis-variant(@brand-primary);
}
.text-success {
  .text-emphasis-variant(@state-success-text);
}
.text-info {
  .text-emphasis-variant(@state-info-text);
}
.text-warning {
  .text-emphasis-variant(@state-warning-text);
}
.text-danger {
  .text-emphasis-variant(@state-danger-text);
}

// Contextual backgrounds
// For now we'll leave these alongside the text classes until v4 when we can
// safely shift things around (per SemVer rules).
.bg-primary {
  // Given the contrast here, this is the only class to have its color inverted
  // automatically.
  color: #fff;
  .bg-variant(@brand-primary);
}
.bg-success {
  .bg-variant(@state-success-bg);
}
.bg-info {
  .bg-variant(@state-info-bg);
}
.bg-warning {
  .bg-variant(@state-warning-bg);
}
.bg-danger {
  .bg-variant(@state-danger-bg);
}


// Page header
// -------------------------

.page-header {
  padding-bottom: ((@line-height-computed / 2) - 1);
  margin: (@line-height-computed * 2) 0 @line-height-computed;
  border-bottom: 1px solid @page-header-border-color;
}


// Lists
// -------------------------

// Unordered and Ordered lists
ul,
ol {
  margin-top: 0;
  margin-bottom: (@line-height-computed / 2);
  ul,
  ol {
    margin-bottom: 0;
  }
}

// List options

// Unstyled keeps list items block level, just removes default browser padding and list-style
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

// Inline turns list items into inline-block
.list-inline {
  .list-unstyled();
  margin-left: -5px;

  > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
}

// Description Lists
dl {
  margin-top: 0; // Remove browser default
  margin-bottom: @line-height-computed;
}
dt,
dd {
  line-height: @line-height-base;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0; // Undo browser default
}

// Horizontal description lists
//
// Defaults to being stacked without any of the below styles applied, until the
// grid breakpoint is reached (default of ~768px).

.dl-horizontal {
  dd {
    &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present
  }

  @media (min-width: @dl-horizontal-breakpoint) {
    dt {
      float: left;
      width: (@dl-horizontal-offset - 20);
      clear: left;
      text-align: right;
      .text-overflow();
    }
    dd {
      margin-left: @dl-horizontal-offset;
    }
  }
}


// Misc
// -------------------------

// Abbreviations and acronyms
abbr[title],
// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted @abbr-border-color;
}
.initialism {
  font-size: 90%;
  .text-uppercase();
}

// Blockquotes
blockquote {
  padding: (@line-height-computed / 2) @line-height-computed;
  margin: 0 0 @line-height-computed;
  font-size: @blockquote-font-size;
  border-left: 5px solid @blockquote-border-color;

  p,
  ul,
  ol {
    &:last-child {
      margin-bottom: 0;
    }
  }

  // Note: Deprecated small and .small as of v3.1.0
  // Context: https://github.com/twbs/bootstrap/issues/11660
  footer,
  small,
  .small {
    display: block;
    font-size: 80%; // back to default font-size
    line-height: @line-height-base;
    color: @blockquote-small-color;

    &:before {
      content: '\2014 \00A0'; // em dash, nbsp
    }
  }
}

// Opposite alignment of blockquote
//
// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid @blockquote-border-color;
  border-left: 0;
  text-align: right;

  // Account for citation
  footer,
  small,
  .small {
    &:before { content: ''; }
    &:after {
      content: '\00A0 \2014'; // nbsp, em dash
    }
  }
}

// Addresses
address {
  margin-bottom: @line-height-computed;
  font-style: normal;
  line-height: @line-height-base;
}
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  width: 1366px;
}
@media (min-width: 0px) {
  .container {
    width: 1366px;
  }
}
.inner {
  margin: 0px 183px;
}
.inner-admin-index {
  margin: 0px 83px;
}
/*
Row
*/
.row {
  margin-left: 0px;
  margin-right: 0px;
  margin: 0px;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  /*
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
  */
  float: left;
}
col-right {
  float: right;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
  margin-right: 20px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #dbbe53;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dbbe53;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #d3401b;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.navbar {
  position: relative;
}
.navbar .container > div {
  float: left !important;
  /*height:100%;*/
}
.navbar > div {
  position: relative;
}
@media (min-width: 0px) {
  .navbar-header {
    float: left;
    margin-right: 40px;
  }
}
.navbar-fixed {
  right: 0px;
  left: 0px;
  z-index: 1030;
  position: fixed;
}
.navbar-top {
  background-color: #352C0B;
  height: 90px;
  margin: 0px;
  top: 0px;
  line-height: 24px;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 0px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-nav li.arrow span {
  background-image: url(/img/icon/Polygon1.png);
  background-position: 0px;
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  display: inline-table;
  margin-left: 4px;
}
.navbar-top .navbar-nav {
  margin-left: 120px;
}
.navbar-top .navbar-nav .home {
  margin-right: 180px;
}
.navbar-top .navbar-nav .home a {
  padding: 18px 0px 17px 0px;
}
.navbar-top .navbar-nav .mobile-menu {
  display: none;
  color: #1988D9;
  /*background-image: url(/img/ikona/menu-mobile-sipka.png);*/
  background-repeat: no-repeat;
  background-position: 50% 70%;
}
.navbar-top .navbar-nav .mobile-menu:hover {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}
.navbar-nav {
  margin: 16.5px 0px;
}
.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 24px;
}
@media (max-width: -1px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 0px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
    line-height: 90px;
  }
  .navbar-nav > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
    color: #ecdaab;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
  }
  .navbar-nav > li > a.button-blue {
    color: #fff;
    background-color: #D3401B;
    height: 32px;
    line-height: 32px;
    border: 0px;
    border-radius: 16px;
    padding: 0px 16px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 12px;
  }
}
.navbar-nav > li.two-line {
  max-width: 170px;
}
.navbar-nav > li.two-line > a {
  padding-top: 21px;
  padding-bottom: 21px;
}
.navbar-top .navbar-nav {
  margin-left: 45px;
}
.navbar-hidden {
  top: 90px;
  display: none;
}
.navbar-hidden > div {
  background-color: #8C4E03;
  background-image: linear-gradient(to right, #8c4e03, #462702);
}
.navbar-hidden > div.container-navbar-hidden {
  background: transparent;
}
.navbar-hidden > div.container-navbar-hidden li {
  width: 124px;
  height: 8px;
}
.navbar-hidden > div.container-navbar-hidden li:first-child {
  margin-left: 40px;
  /*100px*/
}
.navbar-hidden > div.container-navbar-hidden li.active {
  background-color: #8C4E03;
}
.navbar-hidden div ul {
  margin: 0px;
  padding: 0px;
  height: 100%;
  display: block;
}
.navbar-hidden div ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 129px;
  text-align: center;
  padding-top: 0px;
  line-height: 19px;
}
.navbar-hidden div ul li div {
  height: inherit;
  height: 198px;
  min-width: 95px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.navbar-hidden div ul li div * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.navbar-hidden div ul li a {
  color: #2c477c;
  font-size: 16px;
  line-height: 19px;
  display: block;
}
.navbar-hidden div ul li:first-child {
  margin-left: 0px;
  /*40px;100px*/
}
.home-logo {
  height: 48px;
}
.button-round {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-blue {
  color: #fff;
  background-color: #D3401B;
  height: 32px;
  line-height: 32px;
  border: 0px;
  border-radius: 16px;
  padding: 0px 16px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}
.button-blue:hover {
  color: white;
}
button.button-blue {
  cursor: pointer;
  cursor: hand;
}
button.button-blue:disabled {
  background-color: #DBDCDE;
  cursor: inherit;
}
a.button-blue.disabled {
  background-color: #DBDCDE;
  color: white;
  cursor: inherit;
}
a.button-blue.disabled:hover {
  text-decoration: none;
}
.button-blue2 {
  margin-left: 150px;
}
.form {
  margin: 17px 0px;
}
.form b.udaje {
  display: inline-table;
  margin-bottom: 12px;
}
.form label {
  width: 101px;
  display: inline-table;
  text-align: left;
  margin: 0px 0px 12px 0px;
  vertical-align: top;
}
.form label.radio {
  width: 165px;
}
.form input {
  height: 32px;
  width: 543px;
  margin: 0px 0px 12px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px 8px;
}
.form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.form input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-right: 18px;
  border: 2px solid red;
}
.form textarea {
  width: 543px;
  height: 300px;
  margin: 0px 0px 12px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  resize: none;
  padding: 0px 8px;
}
.form .adresa {
  height: 120px;
}
.form div.mce {
  display: inline-table;
}
.form div.mce .mce-tinymce button {
  margin: 0px;
}
.form select {
  margin: 0px 0px 12px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px 8px;
  height: 32px;
  font-size: 1rem;
  line-height: 1.5;
}
.form button {
  margin: 34px 0px;
}
.regular-radio {
  opacity: 0;
}
.regular-radio + label {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: fff;
  border: 3px solid #1988D9;
  border-radius: 16px;
  width: 100%;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  margin-left: -34px;
}
.regular-radio:checked + label {
  background: black;
  border: 3px solid #1988D9;
}
.form b {
  color: #00406F;
}
.checkbox-button-kontakt .checkbox-button__control {
  margin-right: 0px;
}
.checkbox-button-kontakt .checkbox-button-header {
  font-weight: 400;
  margin-right: 12px;
}
.checkbox-button-kontakt .checkbox-button-header a {
  font-weight: 400;
}
.checkbox-button-gdpr a {
  font-weight: 400;
}
.checkbox-button-gdpr input {
  width: 100px;
}
.form-kosik-kontakt select {
  padding: 6px;
  color: #636466;
}
.form .i3 {
  width: 30px;
}
.form .i4 {
  width: 60px;
}
.form .idate {
  width: 100px;
}
.form .i5 {
  width: 50px;
}
.form .i8 {
  width: 80px;
}
.form .i10 {
  width: 100px;
}
.form .i12 {
  width: 120px;
}
.form .row3 {
  height: 70px;
}
.form input:read-only {
  color: silver;
}
.form input:-moz-read-only {
  color: silver;
}
.form .adresa-null {
  width: 30px;
  display: inline-table;
  text-align: left;
  margin: 0px 0px 12px 0px;
  vertical-align: top;
}
.form .adresa-null input {
  margin-top: 50px;
}
.card-header {
  color: #352c0b;
  font-family: Titillium Web, sans-serif;
}
.card-body {
  color: #352c0b;
  font-family: Titillium Web, sans-serif;
}
.card-body small {
  font-size: 11px;
}
.card-body email,
.card-body web {
  text-decoration: underline;
  color: #1988D9;
}
.mapa-ikony b {
  color: #000000;
}
.mapa-okresy-select {
  margin: 37px 0px;
}
.mapa-okresy-select select {
  height: 32px;
  line-height: 32px;
  border: 1px solid #DBDCDE;
  width: 543px;
  margin-left: 23px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #dbbe53;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ddca9a;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 1366px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* Sticky footer styles-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin: 0px;
}
/* Custom page CSS-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
  padding: 90px 0px 0px 0px;
  background: #E6D9AC;
  min-height: 525px;
  position: relative;
  /*z-index: 100;*/
}
.container .text-muted {
  margin: 20px 0;
}
code {
  font-size: 80%;
}
.footer {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.footer > .container {
  background: #E6D9AC;
  padding: 0px;
}
.footer > .container .footer-container {
  margin: 65px 105px 50px 105px;
}
.footer > .container .footer-container > div {
  width: 50%;
  float: left;
}
.footer > .container .footer-container > div img {
  float: left;
}
.footer > .container .footer-container > div ul {
  float: left;
  width: 180px;
  margin-right: 50px;
  list-style-type: none;
  margin-right: 0px;
}
.footer > .container .footer-container > div ul:first-child {
  width: 210px;
}
.footer > .container .footer-container > div > div {
  float: left;
  /*width: 300px;*/
  margin-left: 80px;
}
.footer > .container .footer-container > div p {
  font-size: 14px;
  font-weight: 600;
}
.footer > .container .footer-container > div a {
  text-decoration: underline;
  color: #D3401B;
}
.footer > .container .footer-container > div.mapa-webu {
  background-image: url(/img/icon/Line1.png);
  background-repeat: repeat-y;
  background-position: left;
}
.stranka-nenalezena-404 {
  height: 400px;
  margin: 20px;
}
body > .wysiwyg {
  margin-top: 100px;
  padding-top: 60px;
}
.content-hp .hp-sipka-dolu {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
}
.content-hp h1 {
  text-align: center;
}
.content-hp h2 {
  color: #636466;
  width: 824px;
  /*min-height: 113px;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-top: 29px;
  margin-bottom: 41px;
}
.content-hp .hp-logo-top {
  position: relative;
}
.content-hp .hp-logo-top .hp-logo-text {
  /*			background-image: url(/img/icon/Group3.png);			background-repeat: no-repeat;			background-position: center;						*/
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.content-hp .hp-logo-top .hp-logo-text h2 {
  height: 100%;
  background: #D3401B;
  border-radius: 50px 50px 0px 0px;
  width: 609px;
  margin: 0px auto;
  color: white;
  font-weight: 600;
  font-size: 32px;
  padding-top: 20px;
}
.content-hp .hp-logo-top .hp-logo-text h2 b {
  font-weight: bold;
  font-size: 38px;
}
.content-hp .hp-logo-top .hp-logo-sipky {
  position: absolute;
  bottom: 50%;
  width: 100%;
}
.content-hp .hp-logo-top .hp-logo-sipky img {
  float: right;
  margin: 0px 37px;
  cursor: pointer;
}
.content-hp .hp-logo-top .hp-logo-sipky img:first-child {
  float: left;
}
.content-hp .hp-logo-top .hp-logo-elipse {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 120px;
}
.content-hp .hp-logo-top .hp-logo-elipse span {
  background-image: url(/img/icon/hp-img-group.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 15px;
  cursor: pointer;
}
.content-hp .hp-logo-top .hp-logo-elipse span.active {
  background-position: left;
}
.content-hp .hp-text {
  margin: 67px 145px;
}
.content-hp .hp-rozcestnik {
  margin: 0px 35px;
  text-align: center;
}
.content-hp .hp-rozcestnik > div {
  text-align: left;
  display: inline-block;
  margin: 4px;
  position: relative;
}
.content-hp .hp-rozcestnik > div img {
  border-radius: 12px;
}
.content-hp .hp-rozcestnik > div a > div,
.content-hp .hp-rozcestnik > div > div {
  position: absolute;
  top: 35px;
  right: 111px;
  width: 278px;
}
.content-hp .hp-rozcestnik > div a > div b,
.content-hp .hp-rozcestnik > div > div b,
.content-hp .hp-rozcestnik > div a > div strong,
.content-hp .hp-rozcestnik > div > div strong,
.content-hp .hp-rozcestnik > div a > div a,
.content-hp .hp-rozcestnik > div > div a {
  color: #ECDAAB;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
}
.content-hp .hp-rozcestnik > div a > div strong:after,
.content-hp .hp-rozcestnik > div > div strong:after,
.content-hp .hp-rozcestnik > div a > div b:after,
.content-hp .hp-rozcestnik > div > div b:after,
.content-hp .hp-rozcestnik > div a > div a:after,
.content-hp .hp-rozcestnik > div > div a:after {
  content: '';
  background-image: url(/img/icon/Polygon2.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  position: relative;
  display: inline-block;
  margin-left: 17px;
}
.content-hp .hp-rozcestnik > div a > div strong:hover,
.content-hp .hp-rozcestnik > div > div strong:hover,
.content-hp .hp-rozcestnik > div a > div a.hoover,
.content-hp .hp-rozcestnik > div > div a.hoover {
  text-decoration: underline;
}
.content-hp .hp-rozcestnik > div a > div p,
.content-hp .hp-rozcestnik > div > div p {
  font-weight: 600;
  color: white;
  font-size: 16px;
}
.content-hp .hp-rozcestnik > div.rozcestnik-inverzni-barva a > div b,
.content-hp .hp-rozcestnik > div.rozcestnik-inverzni-barva a > div strong {
  color: #D3401B;
}
.content-hp .hp-rozcestnik > div.rozcestnik-inverzni-barva a > div b:after,
.content-hp .hp-rozcestnik > div.rozcestnik-inverzni-barva a > div strong:after {
  background-image: url(/img/icon/Polygon2r.png);
}
.content-hp .hp-rozcestnik > div.rozcestnik-inverzni-barva a > div p {
  color: #8C4E03;
}
.content-hp .hp-rozcestnik > div:not(.rozcestnik-inverzni-barva) a > div {
  max-width: calc( 100% - 130px );
}
#baner {
  /*	background-image: url(/img/bg/baner.png);	background-repeat: no-repeat;	*/
  border-radius: 12px;
  background-color: #B1995E;
  /*width: 1292px;*/
  width: calc( 100% - 2 * 37px );
  min-height: 72px;
  font-size: 18px;
  margin: 0px 37px 10px 37px;
}
.block-stranka h2 {
  color: #636466;
  width: 824px;
  /*min-height: 113px;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-top: 29px;
  margin-bottom: 41px;
}
.block-stranka p {
  font-size: 18px;
}
.block-stranka img {
  border-radius: 12px;
}
.block-stranka .block-relative {
  position: relative;
}
.block-stranka .block-relative img {
  border-radius: inherit;
}
.block-stranka .block-relative .logo-header-text {
  /*			background-image: url(/img/icon/Group3.png);			background-repeat: no-repeat;			background-position: center;						*/
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.block-stranka .block-relative .logo-header-text h2 {
  width: 609px;
  margin: 0px auto;
  color: white;
  font-weight: 600;
  font-size: 32px;
  padding-top: 20px;
  background: #D3401B;
  border-radius: 50px 50px 0px 0px;
  height: 100%;
}
.block-stranka .block-relative .logo-header-text h2 b {
  font-weight: bold;
  font-size: 38px;
}
.block-stranka .block-text-header {
  margin: 67px 255px;
  font-size: 24px;
  font-weight: 600;
}
.block-stranka .block-text-header p {
  font-size: 24px;
}
.block-stranka .block-text {
  margin: 17px 145px 0px 145px;
}
.block-stranka .block-text h3 {
  font-size: 24px;
}
.block-stranka .block-text div[class^="block-text-"] p {
  font-size: 18px;
}
.block-stranka .block-text div[class^="block-text-"] ul,
.block-stranka .block-text div[class^="block-text-"] ol {
  padding-left: 15px;
}
.block-stranka .block-text {
  text-align: center;
}
.block-stranka .block-text > div {
  text-align: left;
  margin-bottom: 10px;
}
.block-stranka .block-text .block-text-3 {
  text-align: left;
  width: calc( (100% / 3 ) - 40px );
  margin-right: 20px;
  display: inline-block;
  display: inline-table;
  vertical-align: top;
  font-size: 18px;
}
.block-stranka .block-text .block-text-3:last-child {
  margin-right: 0px;
}
.block-stranka .block-text .block-text-2 {
  width: calc( (100% / 2 ) - 40px );
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.block-stranka .block-text .block-text-2:last-child {
  margin-right: 0px;
}
.block-stranka .block-text .block-text-4 {
  width: calc( (100% / 4 ) - 10px );
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.block-stranka .block-text .block-text-4:last-child {
  margin-right: 0px;
}
.block-stranka .block-text .block-text-23 {
  width: calc( (100% / 3 * 2 ) - 50px );
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.block-stranka .block-text .block-text-13 {
  width: calc( (100% / 3 ) + 20px );
  margin-right: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.block-stranka .block-text p.autor {
  font-size: 24px;
  color: #8C4E03;
  font-weight: bold;
}
.block-stranka .block-text p.autor img {
  margin-right: 20px;
  float: left;
}
.block-stranka .block-text .block-text-3:last-child a img {
  float: right;
}
.block-prodej {
  max-width: 1074px;
  margin: 0px auto;
}
.block-prodej > div {
  display: inline-block;
  max-width: 529px;
  vertical-align: top;
}
.block-prodej > div:first-child {
  max-width: 343px;
  width: 343px;
}
.block-prodej h3 {
  color: #8C4E03;
  margin: 0px 0px 12px 0px;
}
.block-stranka .mapa-ferat {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
}
.block-stranka .mapa-ferat img {
  height: 247px;
  max-width: inherit;
}
.block-diskuse h1 {
  text-align: center;
}
.block-diskuse form {
  margin: 0px auto;
  max-width: 638px;
}
.block-diskuse form label {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 12px;
}
.block-diskuse form input {
  background: #FCF9F2;
  border-radius: 12px;
  width: 100%;
  height: 42px;
  border: 0px;
  margin-bottom: 22px;
  padding: 0px 10px;
}
.block-diskuse form textarea {
  background: #FCF9F2;
  border-radius: 12px;
  border: 0px;
  width: 100%;
  height: 220px;
  padding: 10px;
}
.block-diskuse form button {
  width: 113px;
  height: 42px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 35px auto;
  display: block;
}
.block-diskuse .block-diskuse-old {
  margin: 0px auto;
  max-width: 638px;
}
.block-diskuse .block-diskuse-old h3 {
  text-align: center;
}
.block-diskuse .block-diskuse-old > div {
  background-color: #FCF9F2;
  padding: 2px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.block-diskuse .block-diskuse-old > div div {
  padding: 10px;
}
.block-diskuse .block-diskuse-old > div div:first-child {
  background-color: #352C0B;
  color: #ECDAAB;
  border-radius: 12px 12px 0px 0px;
}
.block-diskuse .block-diskuse-old > div div:first-child span:last-child {
  float: right;
}
.block-diskuse .block-diskuse-old > div div:last-child {
  border-radius: 0px 0px 12px 12px;
  padding-bottom: 20px;
}
.block-diskuse .block-diskuse-old > div div:last-child img {
  cursor: pointer;
}
.block-diskuse .block-diskuse-old > div div:last-child span {
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 10px;
}
.block-diskuse .block-diskuse-old > div div:last-child .odpovedet {
  float: right;
  border: 1px solid #D3401B;
  border-radius: 20px;
  text-decoration: none;
  padding: 5px;
}
.block-diskuse .block-diskuse-old > div.diskuse-odpoved {
  margin-left: 53px;
  margin-top: -15px;
}
.block-diskuse .block-diskuse-old > div.diskuse-odpoved div:first-child {
  background-color: #ECDAAB;
  color: #352C0B;
}
.block-diskuse .block-diskuse-old .diskuse-smazana {
  text-decoration: line-through;
}
.block-diskuse .block-diskuse-old > div.diskuse-smazana div:first-child {
  background-color: silver;
  color: #352C0B;
}
.block-diskuse .block-diskuse-old > div.diskuse-smazana div:first-child span {
  text-decoration: line-through;
}
.block-diskuse .block-diskuse-old > div.strankovani {
  background-color: transparent;
}
.block-diskuse .block-diskuse-old > div.strankovani div {
  text-align: center;
  background-color: transparent;
}
.block-diskuse .block-diskuse-old > div.strankovani div > div {
  display: inline-block;
}
.block-diskuse .block-diskuse-old > div.strankovani div > div a.active {
  color: #352C0B;
  font-weight: normal;
  text-decoration: none;
}
.block-diskuse .block-diskuse-old hr.diskuse {
  height: 10px;
  margin-bottom: 0px;
}
.block-diskuse .block-diskuse-old > div.strankovani div > div.cmf-skinned-select {
  border: 1px solid #707070;
  border-radius: 12px;
  background-image: url(/img/icon/select.png);
  background-position: 60px;
  background-repeat: no-repeat;
  height: 30px;
}
.block-diskuse .block-diskuse-old > div.strankovani div:first-child {
  color: #352C0B;
  padding: 12px 19px;
  line-height: 15px;
}
.admin-diskuse .diskuse {
  border-top: 1px solid #D3401B;
  margin-top: 30px;
}
.admin-diskuse .diskuse-odpoved {
  border-top: 1px solid #352c0b;
  margin-top: 5px;
}
.admin-diskuse .diskuse-smazana {
  text-decoration: line-through;
}
.galerie {
  width: 100%;
}
.galerie > div {
  display: inline-block;
  /*padding-top: 100%;*/
  position: relative;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  background: #eee;
  /*cursor: pointer;*/
  /*float: left;*/
  width: 202px;
  height: 202px;
  margin: 4px;
  border-radius: 12px;
}
.galerie > div div.thumbnail {
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  border-radius: 12px;
}
.galerie > div div.centered {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  border-radius: 12px;
}
.galerie > div img {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
}
.media-toolbar .fileupload-buttonbar {
  float: right;
  margin-right: 30px;
  margin-top: 0px;
}
.media-toolbar .fileupload-buttonbar .fileupload-buttons {
  cursor: pointer;
}
.block-stranka .block-text-galerie {
  margin: 17px 137px 10px 137px;
}
.block-stranka .block-text-galerie > .galerie {
  text-align: center;
}
.block-stranka .block-text-galerie .thumbnail:after {
  content: '';
  background-image: url(/img/icon/icon-zoom.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 28px;
  position: relative;
  display: inline-block;
  margin-left: 162px;
  margin-top: 13px;
}
.checkbox-button {
  cursor: pointer;
}
label.checkbox-button {
  width: inherit;
}
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input {
  font-size: 1rem;
  line-height: 1.5;
  /*padding: 11px 23px;*/
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}
.checkbox-button__input {
  opacity: 0;
  position: absolute;
}
.checkbox-button__control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: inherit;
  color: #003760;
  border: 2px solid #1988D9;
}
.checkbox-button__input:checked + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #003760;
}
.checkbox-button__input:disabled + .checkbox-button__control:after {
  background-color: #636466;
}
.checkbox-button__input:checked + .checkbox-button__control {
  border-color: #1988D9;
}
.checkbox-button__input:disabled + .checkbox-button__control {
  border-color: #DBDCDE;
}
.checkbox-button__control {
  transform: scale(0.75);
}
.checkbox-button-header {
  font-weight: 700;
  color: #00406F;
}
.checkbox-button-text {
  margin-left: 35px;
}
.checkbox-button-filtr {
  color: #636466;
  font-weight: 400;
}
hr.checkbox-button-delimiter {
  border-top: 1px solid #707070;
  margin: 20px 0px;
}
.checkbox-null {
  border: 2px solid rgba(0, 0, 0, 0.15);
}
.checkbox-button__input:checked + .checkbox-null::after {
  background-color: rgba(0, 55, 96, 0.35);
}
.checkbox-button__input:checked + .checkbox-button__control {
  border: 2px solid rgba(0, 0, 0, 0.15);
}
label.checkbox-no-null {
  width: 32px;
}
.inner-reseni {
  width: 1120px;
  margin-left: 167px;
  margin-right: 80px;
}
.col-filter {
  width: 234px;
  margin-right: 74px;
}
.col-reseni {
  width: 812px;
  float: right;
  vertical-align: top;
  columns: 388px 2;
  column-gap: 18px;
}
.col-reseni-module {
  width: 388px;
  width: 402px;
  background-color: rgba(0, 64, 111, 0.12);
  padding-top: 0px;
  border-radius: 6px;
  margin: 0px 8px 18px 8px;
  float: none;
  display: inline-block;
}
.col-reseni-module h2 {
  background-image: url(/img/ikona/reseni.png);
  background-repeat: no-repeat;
  background-position: 314px center;
  background-color: #00406f;
  width: 388px;
  width: 402px;
  height: 89px;
  margin: 0px;
  color: white;
  line-height: 89px;
  padding: 0px 32px;
  padding: 0px 25px;
  font-size: 32px;
  font-size: 22px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.col-reseni-module .btn-plus {
  background-image: url(/img/logo/btn-plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: inherit;
  border: 0px;
  position: absolute;
  right: 40px;
  cursor: pointer;
  cursor: hand;
  display: none;
}
.col-reseni-module .btn-x {
  background-image: url(/img/logo/btn-x.png);
}
.col-reseni-module h2.icon-reseni-edavky {
  background-image: url(/img/ikona/icon-reseni-edavky.png);
}
.col-reseni-module h2.icon-reseni-enalezy {
  background-image: url(/img/ikona/icon-reseni-enalezy.png);
}
.col-reseni-module h2.icon-reseni-asistent-pl {
  background-image: url(/img/ikona/icon-reseni-asistent-pl.png);
}
.col-reseni-module h2.icon-reseni-diapl {
  background-image: url(/img/ikona/icon-reseni-diapl.png);
}
.col-reseni-module h2.icon-reseni-domaci-pece {
  background-image: url(/img/ikona/icon-reseni-domaci-pece.png);
}
.col-reseni-module h2.icon-reseni-eaudit {
  background-image: url(/img/ikona/icon-reseni-eaudit.png);
}
.col-reseni-module h2.icon-reseni-ekontrol {
  background-image: url(/img/ikona/icon-reseni-ekontrol.png);
}
.col-reseni-module h2.icon-reseni-eneschopenka {
  background-image: url(/img/ikona/icon-reseni-eneschopenka.png);
}
.col-reseni-module h2.icon-reseni-eparafa {
  background-image: url(/img/ikona/icon-reseni-eparafa.png);
}
.col-reseni-module h2.icon-reseni-erecept {
  background-image: url(/img/ikona/icon-reseni-erecept.png);
}
.col-reseni-module h2.icon-reseni-eservice {
  background-image: url(/img/ikona/icon-reseni-eservice.png);
}
.col-reseni-module h2.icon-reseni-eservices-1 {
  background-image: url(/img/ikona/icon-reseni-eservices-1.png);
}
.col-reseni-module h2.icon-reseni-etrzby {
  background-image: url(/img/ikona/icon-reseni-etrzby.png);
}
.col-reseni-module h2.icon-reseni-externi-programy {
  background-image: url(/img/ikona/icon-reseni-externi-programy.png);
}
.col-reseni-module h2.icon-reseni-lekova-historie {
  background-image: url(/img/ikona/icon-reseni-lekova-historie.png);
}
.col-reseni-module h2.icon-reseni-lekova-interakce {
  background-image: url(/img/ikona/icon-reseni-lekova-interakce.png);
}
.col-reseni-module h2.icon-reseni-neklepat {
  background-image: url(/img/ikona/icon-reseni-neklepat.png);
}
.col-reseni-module h2.icon-reseni-obrazova-dokumentace {
  background-image: url(/img/ikona/icon-reseni-obrazova-dokumentace.png);
}
.col-reseni-module h2.icon-reseni-obrazovy-archiv {
  background-image: url(/img/ikona/icon-reseni-obrazovy-archiv.png);
}
.col-reseni-module h2.icon-reseni-pc-brevir {
  background-image: url(/img/ikona/icon-reseni-pc-brevir.png);
}
.col-reseni-module h2.icon-reseni-rehabilitace {
  background-image: url(/img/ikona/icon-reseni-rehabilitace.png);
}
.col-reseni-module h2.icon-reseni-rentgen {
  background-image: url(/img/ikona/icon-reseni-rentgen.png);
}
.col-reseni-module h2.icon-reseni-sklad {
  background-image: url(/img/ikona/icon-reseni-sklad.png);
}
.col-reseni-module h2.icon-reseni-terminal {
  background-image: url(/img/ikona/icon-reseni-terminal.png);
}
.col-reseni-module h2.icon-reseni-medical-net {
  background-image: url(/img/ikona/icon-reseni-medical-net.png);
}
.col-reseni-module h2.icon-reseni-cgmesky {
  background-image: url(/img/ikona/icon-reseni-cgmesky.png);
}
.col-reseni-module h2.icon-reseni-hodiny-podpis-white {
  background-image: url(/img/ikona/icon-reseni-hodiny-podpis-white.png);
}
.col-reseni-module > div {
  margin-left: 32px;
  margin-right: 27px;
}
.col-reseni-module > div h3 {
  font-size: 18px;
  font-weight: 500;
}
.col-reseni-module > div ul {
  font-size: 14px;
  padding-left: 15px;
  margin-right: 14px;
}
.col-reseni-module > div > div {
  display: inline-table;
  vertical-align: middle;
}
.col-reseni-module > div div.left {
  /*width:208px;*/
}
.col-kontakty-sidlo {
  width: 330px;
  min-height: 208px;
}
.col-kontakty-sidlo h2 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 42px;
  font-weight: 800;
}
.col-kontakty-adresa {
  min-width: 330px;
  max-width: 400px;
  padding: 0px;
  min-height: 160px;
}
.col-kontakty-adresa h3 {
  font-size: 14px;
  margin-bottom: 18px;
}
.col-tym {
  width: 214px;
  margin-right: 10px;
}
.kontakty-seznam {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}
.kontakty-seznam > li {
  position: relative;
  display: block;
  width: 994px;
  min-height: 100px;
  background-color: rgba(0, 64, 111, 0.12);
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 24px 29px;
}
.kontakty-seznam > li .card-header {
  margin-bottom: 15px;
  float: left;
}
.kontakty-seznam > li img {
  float: right;
}
.kontakty-seznam > li .col-card-body-adress {
  width: 250px;
  margin-right: 8px;
  margin-top: 0px;
  padding: 0px;
}
.kontakty-seznam > li .col-card-body-product {
  width: 260px;
  margin-right: 5px;
  padding: 0px;
}
.kontakty-seznam > li .col-card-body-product b {
  font-weight: 600;
}
.kontakty-seznam > li .col-card-body-sluzby {
  width: 410px;
  padding: 0px;
}
.kontakty-seznam > li .col-card-body-sluzby b {
  font-weight: 600;
}
.kontakty-seznam > li .col-card-body-sluzby ol {
  padding-left: 15px;
}
.kosik-polozky-seznam > div {
  border-top: 1px solid #707070;
  padding: 30px 0px;
}
.kosik-polozky-seznam .col-kosik-seznam-1 {
  width: 890px;
  padding: 0px;
}
.kosik-polozky-seznam .col-kosik-seznam-2 {
  width: 100px;
  text-align: center;
  padding: 0px;
}
.kosik-polozky-seznam ul {
  font-size: 14px;
}
.kosik-polozky-seznam b {
  color: #352c0b;
}
.kosik-polozky-seznam .kosik-seznam-odkaz a:first-child {
  margin-left: 409px;
  margin-right: 34px;
  color: #636466;
  font-weight: 400;
}
.kosik-kontakt-odkaz {
  text-align: right;
  margin-bottom: 55px;
  padding-right: 100px;
}
.kosik-kontakt-odkaz a:first-child {
  margin-right: 34px;
  color: #636466;
  font-weight: 400;
}
#m {
  height: 815px;
  max-width: 1018px;
  width: 100%;
  margin: 0px auto;
}
.inner-HP-Plus {
  margin-top: 30px;
  font-size: 16px;
}
.cookies-disclaimer {
  color: #ffffff;
  background-color: #050505;
  bottom: 0;
  margin: 0px;
  top: auto;
  z-index: 2000;
  position: fixed;
  right: 0;
  left: 0;
  padding: 15px 0;
  text-align: center;
}
.cookies-disclaimer button {
  background-color: #3ba0c6;
  display: inline-block;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  font-size: 1em;
  margin-right: 5px;
}
.administrace {
  margin: 20px;
}
