/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}
button {
  background: transparent;
  padding: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #dae1e7;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}
button,
[role="button"] {
  cursor: pointer;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  position: relative;
  padding: 0%;
}
.section:before,
.section:after,
.region-row:before,
.region-row:after,
.group:before,
.group:after,
.container:before,
.container:after,
.width-100:before,
.width-100:after,
.mobile-width-100:before,
.mobile-width-100:after {
  content: "";
  display: table;
}
.section:after,
.region-row:after,
.group:after,
.container:after,
.width-100:after,
.mobile-width-100:after {
  clear: both;
}
.region-row,
.group,
.container,
.width-100,
.mobile-width-100 {
  zoom: 1;
}
@media screen and (max-width: 481px) {
  .region-row,
  .width-5,
  .width-15,
  .width-20,
  .width-25,
  .width-30,
  .width-33,
  .width-35,
  .width-40,
  .width-45,
  .width-50,
  .width-55,
  .width-60,
  .width-65,
  .width-66,
  .width-67,
  .width-70,
  .width-75,
  .width-80,
  .width-85,
  .width-90,
  .width-95,
  .width-100 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .container,
  .region-row {
    max-width: 100%;
  }
  .width-5,
  .width-15,
  .width-20,
  .width-25,
  .width-30,
  .width-33,
  .width-35,
  .width-40,
  .width-45,
  .width-50,
  .width-55,
  .width-60,
  .width-65,
  .width-66,
  .width-67,
  .width-70,
  .width-75,
  .width-80,
  .width-85,
  .width-90,
  .width-95,
  .width-100,
  .mobile-width-5,
  .mobile-width-10,
  .mobile-width-15,
  .mobile-width-20,
  .mobile-width-25,
  .mobile-width-30,
  .mobile-width-33,
  .mobile-width-35,
  .mobile-width-40,
  .mobile-width-45,
  .mobile-width-50,
  .mobile-width-55,
  .mobile-width-60,
  .mobile-width-65,
  .mobile-width-66,
  .mobile-width-67,
  .mobile-width-70,
  .mobile-width-75,
  .mobile-width-80,
  .mobile-width-85,
  .mobile-width-90,
  .mobile-width-95,
  .mobile-width-100 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  *:first-child + html .width-5 > *,
  *:first-child + html .width-10 > *,
  *:first-child + html .width-15 > *,
  *:first-child + html .width-20 > *,
  *:first-child + html .width-25 > *,
  *:first-child + html .width-30 > *,
  *:first-child + html .width-33 > *,
  *:first-child + html .width-35 > *,
  *:first-child + html .width-40 > *,
  *:first-child + html .width-45 > *,
  *:first-child + html .width-50 > *,
  *:first-child + html .width-55 > *,
  *:first-child + html .width-60 > *,
  *:first-child + html .width-65 > *,
  *:first-child + html .width-66 > *,
  *:first-child + html .width-67 > *,
  *:first-child + html .width-70 > *,
  *:first-child + html .width-75 > *,
  *:first-child + html .width-80 > *,
  *:first-child + html .width-85 > *,
  *:first-child + html .width-90 > *,
  *:first-child + html .width-95 > *,
  *:first-child + html .width-100 > *,
  *:first-child + html .mobile-width-5 > *,
  *:first-child + html .mobile-width-10 > *,
  *:first-child + html .mobile-width-15 > *,
  *:first-child + html .mobile-width-20 > *,
  *:first-child + html .mobile-width-25 > *,
  *:first-child + html .mobile-width-30 > *,
  *:first-child + html .mobile-width-33 > *,
  *:first-child + html .mobile-width-35 > *,
  *:first-child + html .mobile-width-40 > *,
  *:first-child + html .mobile-width-45 > *,
  *:first-child + html .mobile-width-50 > *,
  *:first-child + html .mobile-width-55 > *,
  *:first-child + html .mobile-width-60 > *,
  *:first-child + html .mobile-width-65 > *,
  *:first-child + html .mobile-width-66 > *,
  *:first-child + html .mobile-width-70 > *,
  *:first-child + html .mobile-width-75 > *,
  *:first-child + html .mobile-width-80 > *,
  *:first-child + html .mobile-width-85 > *,
  *:first-child + html .mobile-width-90 > *,
  *:first-child + html .mobile-width-95 > *,
  *:first-child + html .mobile-width-100 > * {
    margin-left: expression(!this.className.match(/width-/) && "10px");
    margin-right: expression(!this.className.match(/width-/) && "10px");
  }
  .is-parent,
  .region-row {
    padding-left: 0;
    padding-right: 0;
  }
  .width-5,
  .width-15,
  .width-20,
  .width-25,
  .width-30,
  .width-33,
  .width-35,
  .width-40,
  .width-45,
  .width-50,
  .width-55,
  .width-60,
  .width-65,
  .width-66,
  .width-67,
  .width-70,
  .width-75,
  .width-80,
  .width-85,
  .width-90,
  .width-95,
  .mobile-width-5,
  .mobile-width-10,
  .mobile-width-15,
  .mobile-width-20,
  .mobile-width-25,
  .mobile-width-30,
  .mobile-width-33,
  .mobile-width-35,
  .mobile-width-40,
  .mobile-width-45,
  .mobile-width-50,
  .mobile-width-55,
  .mobile-width-60,
  .mobile-width-65,
  .mobile-width-66,
  .mobile-width-67,
  .mobile-width-70,
  .mobile-width-75,
  .mobile-width-80,
  .mobile-width-85,
  .mobile-width-90,
  .mobile-width-95 {
    float: left;
  }
  .width-5 {
    width: 5%;
  }
  .width-10 {
    width: 10%;
  }
  .width-15 {
    width: 15%;
  }
  .width-20 {
    width: 20%;
  }
  .width-25 {
    width: 25%;
  }
  .width-30 {
    width: 30%;
  }
  .width-33 {
    width: 33.33334%;
  }
  .width-35 {
    width: 35%;
  }
  .width-40 {
    width: 40%;
  }
  .width-45 {
    width: 45%;
  }
  .width-50 {
    width: 50%;
  }
  .width-55 {
    width: 55%;
  }
  .width-60 {
    width: 60%;
  }
  .width-65 {
    width: 65%;
  }
  .width-66 {
    width: 66.66667%;
  }
  .width-67 {
    width: 67%;
  }
  .width-70 {
    width: 70%;
  }
  .width-75 {
    width: 75%;
  }
  .width-80 {
    width: 80%;
  }
  .width-85 {
    width: 85%;
  }
  .width-90 {
    width: 90%;
  }
  .width-95 {
    width: 95%;
  }
  .width-100 {
    clear: both;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-width-5 {
    width: 5%;
  }
  .mobile-width-10 {
    width: 10%;
  }
  .mobile-width-15 {
    width: 15%;
  }
  .mobile-width-20 {
    width: 20%;
  }
  .mobile-width-25 {
    width: 25%;
  }
  .mobile-width-30 {
    width: 30%;
  }
  .mobile-width-33 {
    width: 33.333%;
  }
  .mobile-width-35 {
    width: 35%;
  }
  .mobile-width-40 {
    width: 40%;
  }
  .mobile-width-45 {
    width: 45%;
  }
  .mobile-width-50 {
    width: 50%;
  }
  .mobile-width-55 {
    width: 55%;
  }
  .mobile-width-60 {
    width: 60%;
  }
  .mobile-width-65 {
    width: 65%;
  }
  .mobile-width-66 {
    width: 66.667%;
  }
  .mobile-width-70 {
    width: 70%;
  }
  .mobile-width-75 {
    width: 75%;
  }
  .mobile-width-80 {
    width: 80%;
  }
  .mobile-width-85 {
    width: 85%;
  }
  .mobile-width-90 {
    width: 90%;
  }
  .mobile-width-95 {
    width: 95%;
  }
  .mobile-width-100 {
    width: 100%;
    clear: both;
  }
}
@media screen and (min-width: 1024px) {
  .container,
  .region-row {
    max-width: 1180px;
  }
}
.l-rs,
.page-footer ul {
  list-style: none;
  padding: 0;
}
.center {
  text-align: center;
}
br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  br {
    display: block;
  }
}
.mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .mobile {
    display: none;
  }
}
.dash {
  display: block;
  width: 115px;
  height: 12px;
  background: #000000;
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
}
.hidden {
  display: none;
}
.divider {
  height: 0.1rem;
  background: #ebebeb;
}
.top-border {
  border-top: 1px solid #000000;
  padding-top: 40px;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-10 {
  padding-top: 4rem;
}
.pr-10 {
  padding-right: 4rem;
}
.pb-10 {
  padding-bottom: 4rem;
}
.pl-10 {
  padding-left: 4rem;
}
.pt-12 {
  padding-top: 6rem;
}
.pr-12 {
  padding-right: 6rem;
}
.pb-12 {
  padding-bottom: 6rem;
}
.pl-12 {
  padding-left: 6rem;
}
.pt-14 {
  padding-top: 8rem;
}
.pr-14 {
  padding-right: 8rem;
}
.pb-14 {
  padding-bottom: 8rem;
}
.pl-14 {
  padding-left: 8rem;
}
.pt-16 {
  padding-top: 10rem;
}
.pr-16 {
  padding-right: 10rem;
}
.pb-16 {
  padding-bottom: 10rem;
}
.pl-16 {
  padding-left: 10rem;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-10 {
  margin-top: 4rem;
}
.mr-10 {
  margin-right: 4rem;
}
.mb-10 {
  margin-bottom: 4rem;
}
.ml-10 {
  margin-left: 4rem;
}
.mt-12 {
  margin-top: 6rem;
}
.mr-12 {
  margin-right: 6rem;
}
.mb-12 {
  margin-bottom: 6rem;
}
.ml-12 {
  margin-left: 6rem;
}
.mt-14 {
  margin-top: 8rem;
}
.mr-14 {
  margin-right: 8rem;
}
.mb-14 {
  margin-bottom: 8rem;
}
.ml-14 {
  margin-left: 8rem;
}
.mt-16 {
  margin-top: 10rem;
}
.mr-16 {
  margin-right: 10rem;
}
.mb-16 {
  margin-bottom: 10rem;
}
.ml-16 {
  margin-left: 10rem;
}
.front .hero {
  display: block;
}
.front .hero img {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .front .hero img {
    position: absolute;
    display: block;
  }
}
.front .hero .intro {
  position: relative;
  padding: 20px 30px;
  background: #086dac;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .front .hero .intro {
    min-height: 450px;
    width: 50%;
    margin-left: 50%;
  }
}
.front .hero h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  font-family: "din-2014", sans-serif;
  text-transform: none;
}
.front .hero h2,
.front .hero p,
.front .hero a {
  color: #ffffff;
}
.front .hero a {
  font-weight: 900;
  text-decoration: underline;
}
.sluzby {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .sluzby {
    padding-top: 40px;
  }
}
.sluzby .sluzby-list li a {
  background: #086dac;
  display: block;
  color: #ffffff;
  text-align: center;
  height: 300px;
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}
.sluzby .sluzby-list li a img {
  height: 150px;
  margin-top: 50px;
  margin-bottom: 15px;
}
.sluzby .sluzby-list li a span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 900;
  text-decoration: underline;
}
.sluzby .sluzby-list .zaklad a {
  background: #fab718;
}
.sluzby .sluzby-list .nadstandard a {
  background: #71a42d;
}
.reference {
  margin-bottom: 30px;
  padding-top: 30px;
}
.reference ul {
  padding-top: 40px;
}
.reference ul li.middle {
  border-top: 1px solid #086dac;
  border-bottom: 1px solid #086dac;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .reference ul li.middle {
    border-left: 1px solid #086dac;
    border-right: 1px solid #086dac;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
.reference ul .ref-jmeno {
  font-weight: 900;
}
.onecolumn h1,
.onecolumn h2,
.onecolumn .section-msg {
  text-align: center;
}
.onecolumn .main ul li {
  list-style: disc;
}
.onecolumn .main ol {
  margin-left: 20px;
}
.onecolumn h3.section-msg {
  padding: 10px 0 20px 0;
}
.onecolumn p.tag-msg {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
.onecolumn .highlight {
  display: block;
  padding: 20px;
  background: #086dac;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.onecolumn .block.intro {
  margin-bottom: 20px;
}
.onecolumn .block {
  padding: 30px;
}
.onecolumn .block .width-30 {
  padding-left: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .onecolumn .block .width-30 {
    margin-bottom: 0px;
  }
}
.onecolumn .odd {
  background: #f4f4f4;
}
.onecolumn .section-content ul {
  margin-left: 20px;
}
.onecolumn .sluzby {
  border-top: 4px solid #086dac;
  margin-bottom: 40px;
}
.onecolumn .sluzby .sluzby-list li {
  list-style: none;
}
.onecolumn .sluzby .sluzby-list li .section-content li {
  list-style: disc;
}
.onecolumn .sluzby h2 {
  margin-bottom: 30px;
  padding-top: 0;
}
.onecolumn .block.last {
  border-bottom: 1px solid #086dac;
  margin-bottom: 2px;
}
.onecolumn .team {
  padding: 40px 0;
}
.onecolumn .team .team-list {
  padding-top: 15px;
}
.onecolumn .team .team-list li {
  list-style: none;
}
.onecolumn .team .team-list img {
  padding-bottom: 20px;
}
.onecolumn .team .team-list h3 {
  padding-bottom: 0;
}
.onecolumn .team .team-list h4 {
  font-size: 14px;
  font-size: 1.4rem;
}
.page-sluzby .section-msg {
  text-align: center;
}
.page-sluzby .summary {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2px;
  padding-bottom: 30px;
}
.page-sluzby .summary h2 {
  padding-bottom: 40px;
}
.page-sluzby .ceny.pece {
  margin-bottom: 3px;
  padding-bottom: 60px;
}
.page-sluzby .ceny {
  background: #f4f4f4;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.page-sluzby .ceny .typy-hrobu {
  padding-top: 20px;
}
.page-sluzby .ceny .typy-hrobu li {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-sluzby .ceny .typy-hrobu li {
    margin-bottom: 0px;
  }
}
.page-sluzby .ceny .typy-hrobu li h4 {
  background: #086dac;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  max-width: 365px;
  margin: 0 auto;
}
.page-sluzby .ceny .typy-hrobu .urnovy h4 {
  background: #fab718;
}
.page-sluzby .ceny .typy-hrobu .dvojhrob h4 {
  background: #71a42d;
}
.page-sluzby .galerie.white {
  background: #ffffff;
  border-top: 1px solid #ccc;
}
.page-sluzby .galerie {
  background: #f4f4f4;
  padding-bottom: 50px;
  padding-top: 40px;
}
.page-sluzby .image-gallery {
  padding: 20px 0;
  position: relative;
}
.page-sluzby .image-gallery li {
  padding: 0 3px;
  margin-bottom: 20px;
  text-align: center;
}
.page-sluzby .image-gallery li h4 {
  background: #086dac;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  position: relative;
  max-width: 365px;
  margin: 0 auto;
}
.page-sluzby .image-gallery li.even h4 {
  background: #71a42d;
}
.page-sluzby .accordion ul.image-gallery {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-sluzby .accordion ul.image-gallery li {
  margin-bottom: 0;
}
.page-sluzby .accordion li h4 {
  max-width: 554px;
}
.page-sluzby .accordion {
  margin-bottom: 60px;
  margin-top: 40px;
}
.page-sluzby .accordion .accordion-items {
  padding-top: 20px;
}
.page-sluzby .accordion .right-column,
.page-sluzby .accordion .left-column,
.page-sluzby .accordion .image-gallery {
  padding: 0 30px;
}
@media only screen and (min-width: 768px) {
  .page-sluzby .accordion .right-column,
  .page-sluzby .accordion .left-column,
  .page-sluzby .accordion .image-gallery {
    padding: 0 15px;
  }
}
.page-sluzby .accordion h3.toggle-title.minus {
  background: #086dac url(img/icons/icons.png) 101% -193px no-repeat;
  color: #ffffff;
  margin-bottom: 0px;
}
.page-sluzby .accordion h3.toggle-title {
  background: #f4f4f4 url(img/icons/icons.png) 102% 10px no-repeat;
  font-size: 20px;
  font-size: 2rem;
  color: #086dac;
  padding: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  text-transform: none;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-sluzby .accordion h3.toggle-title {
    background-position-x: 101%;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-sluzby .accordion .toggle-section {
  display: none;
  padding: 20px 0;
  border: 1px solid #086dac;
  margin-bottom: 20px;
}
.page-sluzby .accordion .toggle-section h5 {
  text-transform: none;
}
.page-sluzby .accordion .toggle-section ol {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 10px;
}
.line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2px;
}
.kameny-gallery {
  position: relative;
}
.kameny-gallery li {
  text-align: center;
}
.kameny-gallery img {
  position: relative;
  margin: 0 auto;
  max-width: 420x;
}
.kameny-gallery dl {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #f4f4f4;
  max-width: 420px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
  padding: 10px;
}
.kameny-gallery dl dt {
  font-weight: bold;
}
.kontakt-page .main {
  padding-bottom: 50px;
}
.kontakt-page .main .kontakt ul {
  list-style: none;
  background: #086dac;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
.kontakt-page .main .kontakt ul.kontakty li a {
  color: #ffffff;
  text-decoration: underline;
}
.decorace-page .summary.column-2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2px;
  padding-bottom: 30px;
}
.decorace-page .ceny {
  background: #f4f4f4;
  margin-bottom: 60px;
  padding-top: 40px;
}
.decorace-page .ceny.pece {
  margin-bottom: 3px;
  padding-bottom: 60px;
}
.decorace-page .kameny-gallery {
  padding-top: 20px;
}
.decorace-page .kameny-gallery dl {
  background: #086dac;
  color: #ffffff;
}
.gdpr .main {
  padding-bottom: 50px;
  float: none;
  margin: 0 auto;
}
.gdpr .main h3.first {
  margin-top: 10px;
}
.gdpr .main h3 {
  margin-top: 50px;
}
.gdpr .main ul,
.gdpr .main ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.gdpr .main ul li,
.gdpr .main ol li {
  margin-bottom: 10px;
}
.contact-section {
  background: #08a8d6;
  color: #ffffff;
  padding: 20px 0;
}
.contact-section a,
.contact-section a:hover,
.contact-section a:visited {
  color: #ffffff;
}
.contact-section ul {
  text-align: center;
  margin: 0 auto !important;
}
.contact-section ul li {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  vertical-align: middle;
  line-height: 50px;
}
.contact-section ul li.tel {
  padding-right: 0px;
}
@media only screen and (min-width: 1024px) {
  .contact-section ul li.tel {
    padding-right: 5px;
  }
}
.contact-section ul li.call {
  display: block;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .contact-section ul li.call {
    display: inline-block;
    padding: 0;
  }
}
.contact-section ul li.call.icon a {
  background: url(img/icons/icons.png) 0px -1389px no-repeat;
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  margin-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .contact-section ul li.call.icon {
    display: inline-block;
    padding: 0 20px 0 0;
  }
}
.contact-section ul .call.pic {
  padding: 0 15px;
  display: none;
}
.page-footer {
  background: #086dac;
  color: #ffffff;
  padding: 15px;
  padding-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .page-footer {
    padding: 35px 0;
    padding-bottom: 0;
  }
}
.page-footer .footer-logo img {
  width: 282.08px;
  height: 74px;
  display: block;
  margin-bottom: 30px;
}
.page-footer .footer-logo .company-description p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
}
.page-footer .quick-links {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-footer .quick-links h3 {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #ffffff;
}
.page-footer .quick-links ul {
  padding-bottom: 20px;
}
.page-footer .quick-links li {
  padding-bottom: 3px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
}
.page-footer .quick-links a {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: underline;
}
.copyright {
  background: #02314e;
  color: #ffffff;
  padding: 20px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .copyright {
    text-align: left;
  }
}
.copyright li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 35px;
}
.copyright li.icons a {
  background: url(img/icons/icons.png) top left no-repeat;
  width: 30px;
  height: 35px;
  display: inline-block;
  text-indent: -999999999px;
  margin-right: 15px;
  cursor: pointer;
  overflow: hidden;
}
.copyright li.icons a.fb {
  background-position-y: -600px;
}
.copyright li.icons a.instagram {
  background-position-y: -800px;
}
.copyright li.icons a.youtube {
  background-position-y: -997px;
}
.copyright p {
  margin-bottom: 0;
}
.copyright a {
  color: #ffffff !important;
}
.page-header {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .page-header {
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #086dac;
    height: 95px;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
  }
}
.page-header h1.logo {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 245px;
  height: 64.27px;
  z-index: 999999;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .page-header h1.logo {
    float: left;
  }
}
.page-header h1.logo a {
  position: relative;
  display: block;
  text-indent: -9999999px;
  width: 245px;
  height: 64.27px;
  background: url(img/logo.svg) top left no-repeat;
  background-size: cover;
}
.page-header ul.contact {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .page-header ul.contact {
    display: block;
    z-index: 99999999999999;
    position: absolute;
    right: 0;
    top: 20px;
  }
}
.page-header ul.contact li {
  padding-left: 0;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  vertical-align: top;
  line-height: 35px;
}
.page-header ul.contact li a {
  color: #086dac !important;
}
.page-header ul.contact li a.fb {
  background: url(img/icons/icons.png) 0px -400px no-repeat;
  width: 30px;
  height: 35px;
  display: inline-block;
  text-indent: -999999999px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-left: 10px;
}
@media only screen and (min-width: 1023px) {
  .dropdown-active-on .page-header {
    height: 202px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .navigation-wrapper {
    position: relative;
    margin-top: 0px;
  }
  .mobile-only {
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  a#mobile-menu-toggle {
    display: block;
    padding: 15px 0 10px 0;
    margin-top: 10px;
    width: 100%;
    color: #ffffff;
    background: #08a8d6;
    font-weight: 900;
  }
  .region-row.navigation {
    max-width: 100% !important;
    width: 100% !important;
  }
  .nav {
    display: none;
    position: relative;
    font-size: 20px;
    font-size: 2rem;
  }
  .nav li ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
  }
  .nav li a {
    display: block;
    color: #ffffff;
    background-color: #086dac;
    border-top: 1px solid white;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .nav li a.current {
    font-weight: bold;
    color: #08a8d6;
  }
  .nav li ul li a {
    background-color: #f4f4f4;
    color: #000;
    padding: 10px 30px;
    color: #086dac;
  }
  .nav ul.menu li,
  .nav ul.menu li.expanded {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .toggle-section.nav-sub {
    display: block !important;
  }
}
@media only screen and (min-width: 1023px) {
  .navigation-wrapper {
    top: 30px;
    position: absolute;
    width: 100%;
    z-index: 1;
    float: left;
  }
  .navigation {
    overflow: hidden;
    width: 100%;
  }
  .mobile-only,
  li.last {
    display: none;
  }
  .nav {
    display: block !important;
    padding: 0;
  }
  .nav ul.menu {
    width: auto;
    text-align: center;
    overflow: hidden;
    margin-left: 0px;
    height: 300px;
  }
  .nav ul.menu li {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .nav li a {
    display: block;
    padding: 0;
    color: #086dac;
    font-weight: normal;
    text-decoration: none;
    padding: 10px 10px;
    border: none;
    width: auto;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
  }
  .nav li a:hover,
  .nav li.current a,
  .nav li.active a,
  .nav li a.active {
    color: #08a8d6;
  }
  .nav li.current a,
  .nav li a.dropdown-active {
    font-weight: bold;
  }
}
@media only screen and (min-width: 1023px) and (min-width: 1100px) {
  .nav ul.menu li.last {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .nav-sub {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    top: 65px;
    background: #086dac;
  }
  .nav-sub ul.submenu li {
    position: relative;
    margin-left: -5px;
  }
  .nav-sub ul.submenu li a {
    color: white;
    padding: 40px 20px;
    padding-left: 75px;
  }
  .nav-sub ul.submenu li a.current,
  .nav-sub ul.submenu li a:hover {
    color: white;
  }
  .nav-sub ul.submenu li.one a {
    background: url(img/single-blue.svg) 15px 31px no-repeat;
    background-size: 50px;
  }
  .nav-sub ul.submenu li.one a.current,
  .nav-sub ul.submenu li.one a:hover {
    background: #065d93 url(img/single-blue-over.svg) 15px 31px no-repeat;
    background-size: 50px;
  }
  .nav-sub ul.submenu li.two a {
    background: url(img/hart-web.svg) 15px 31px no-repeat;
    background-size: 50px;
  }
  .nav-sub ul.submenu li.two a.current,
  .nav-sub ul.submenu li.two a:hover {
    background: #065d93 url(img/hart-web.svg) 15px 31px no-repeat;
    background-size: 50px;
  }
  .nav-sub ul.submenu li.three a {
    background: url(img/logo-blue.svg) 15px 31px no-repeat;
    background-size: 50px;
  }
  .nav-sub ul.submenu li.three a.current,
  .nav-sub ul.submenu li.three a:hover {
    background: #065d93 url(img/logo-blue-over.svg) 15px 31px no-repeat;
    background-size: 50px;
  }
  .nav-sub ul.submenu li.four a {
    background: #ffffff;
    color: #086dac;
    padding: 10px 50px;
    margin-left: 30px;
    border-bottom: 5px solid #065d93;
  }
  .nav-sub ul.submenu li.four a.current,
  .nav-sub ul.submenu li.four a:hover {
    background: #08a8d6;
    color: #ffffff;
  }
  .dropdown-active-on a.toggle-menu {
    color: #08a8d6;
    font-weight: bold;
  }
  .dropdown-active-on .nav-sub {
    display: block !important;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "trajan-pro-3", serif;
  font-weight: 900;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
}
h1 span.a,
h2 span.a,
h3 span.a,
h4 span.a,
h5 span.a {
  color: #fab718;
}
h1 span.b,
h2 span.b,
h3 span.b,
h4 span.b,
h5 span.b {
  color: #71a42d;
}
h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  padding: 20px 0;
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  padding: 20px 0;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 20px;
  font-family: "din-2014", sans-serif;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 20px;
  font-family: "din-2014", sans-serif;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "din-2014", sans-serif;
}
.section-msg,
.primary-msg {
  font-size: 24px;
  font-size: 2.4rem;
}
.section-title {
  padding-bottom: 20px;
}
.front .page-title,
.front .section-title,
.front .section-msg {
  text-align: center;
  padding-bottom: 20px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  color: #08a8d6;
}
a:visited {
  color: #08a8d6;
}
a:hover {
  text-decoration: underline;
  color: #0681a5;
}
a:focus {
  outline: thin dotted;
  color: #0681a5;
}
a:hover,
a:active {
  outline: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3em;
}
ul.list-tick li {
  padding-bottom: 20px;
  background: url(img/tick.png) top left no-repeat;
  padding-left: 48px;
}
html {
  background: white;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  color: #086dac;
  width: 100%;
  background: white;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body div {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3em;
}
p,
blockquote,
.mod,
address,
cite {
  line-height: 1.3em;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}
p {
  hyphens: auto;
}
em {
  font-style: italic;
}
blockquote {
  font-style: italic;
  line-height: 1.3;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  quotes: none;
}
cite {
  font-style: italic;
  display: block;
}
data {
  color: #000000;
}
iframe {
  max-width: 100%;
}
a.button-white {
  display: inline-block;
  background-color: #ffffff;
  border-bottom: 5px solid #086dac;
  color: #086dac !important;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 15px 40px;
  cursor: pointer;
}
.button-theme a {
  display: inline-block;
  background-color: #086dac;
  border-bottom: 5px solid #a8c6d9;
  color: #ffffff !important;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  padding: 15px 40px;
  font-weight: 600;
  cursor: pointer;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #f4f4f4;
    page-break-inside: avoid;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
