@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.flag {
  width: 18px;
  height: 12px;
  display: inline-block;
  background: url(../images/layout/flags.png) no-repeat;
}

.flag.flag-ad {
  background-position: -18px 0;
}

.flag.flag-al {
  background-position: -36px 0;
}

.flag.flag-at {
  background-position: -54px 0;
}

.flag.flag-ba {
  background-position: -72px 0;
}

.flag.flag-be {
  background-position: -90px 0;
}

.flag.flag-bg {
  background-position: -108px 0;
}

.flag.flag-by {
  background-position: 0 -12px;
}

.flag.flag-ch {
  background-position: -18px -12px;
}

.flag.flag-cs {
  background-position: -36px -12px;
}

.flag.flag-de {
  background-position: -54px -12px;
}

.flag.flag-dk {
  background-position: -72px -12px;
}

.flag.flag-ee {
  background-position: -90px -12px;
}

.flag.flag-es {
  background-position: -108px -12px;
}

.flag.flag-fi {
  background-position: 0 -24px;
}

.flag.flag-fo {
  background-position: -18px -24px;
}

.flag.flag-fr {
  background-position: -36px -24px;
}

.flag.flag-gi {
  background-position: -54px -24px;
}

.flag.flag-gr {
  background-position: -72px -24px;
}

.flag.flag-hr {
  background-position: -90px -24px;
}

.flag.flag-hu {
  background-position: -108px -24px;
}

.flag.flag-ie {
  background-position: 0 -36px;
}

.flag.flag-is {
  background-position: -18px -36px;
}

.flag.flag-it {
  background-position: -36px -36px;
}

.flag.flag-li {
  background-position: -54px -36px;
}

.flag.flag-lt {
  background-position: -72px -36px;
}

.flag.flag-lu {
  background-position: -90px -36px;
}

.flag.flag-lv {
  background-position: -108px -36px;
}

.flag.flag-mc {
  background-position: 0 -48px;
}

.flag.flag-md {
  background-position: -18px -48px;
}

.flag.flag-me {
  background-position: -36px -48px;
}

.flag.flag-mk {
  background-position: -54px -48px;
}

.flag.flag-mt {
  background-position: -72px -48px;
}

.flag.flag-nl {
  background-position: -90px -48px;
}

.flag.flag-no {
  background-position: -108px -48px;
}

.flag.flag-pl {
  background-position: 0 -60px;
}

.flag.flag-pt {
  background-position: -18px -60px;
}

.flag.flag-ro {
  background-position: -36px -60px;
}

.flag.flag-rs {
  background-position: -54px -60px;
}

.flag.flag-ru {
  background-position: -72px -60px;
}

.flag.flag-se {
  background-position: -90px -60px;
}

.flag.flag-si {
  background-position: -108px -60px;
}

.flag.flag-sk {
  background-position: 0 -72px;
}

.flag.flag-sm {
  background-position: -18px -72px;
}

.flag.flag-ua {
  background-position: -36px -72px;
}

.flag.flag-en {
  background-position: -54px -72px;
}

.flag.flag-va {
  background-position: -72px -72px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.error {
  color: red;
  font-weight: bold;
}

.success {
  font-weight: bold;
  color: green;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

.video {
  position: relative;
}

.video .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.video iframe {
  width: 170px;
  height: 120px;
}

.media .image > div {
  margin-bottom: 5px;
}
.media .image img {
  width: 100%;
  height: auto;
}
.media .image > a {
  display: block;
}

.media h2 {
  clear: both;
}

#main-contact label {
  width: 80px;
  display: inline-block;
  *display: inline;
}

form .required label {
  position: relative;
}
form .required label:after {
  content: "*";
  color: #ff0000;
  position: absolute;
  right: -8px;
  top: 0px;
  line-height: 1em;
}

.news img, .logs img {
  margin-left: 10px;
  margin-bottom: 5px;
}
.news li, .logs li {
  margin-bottom: 2em;
}
.news li a, .logs li a {
  color: #fff;
}

.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

body {
  font-family: Arial;
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
}

@font-face {
  font-family: "cas_antn";
  src: url("fonts/cas_antn-webfont.eot");
  src: url("fonts/cas_antn-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/cas_antn-webfont.woff2") format("woff2"), url("fonts/cas_antn-webfont.woff") format("woff"), url("fonts/cas_antn-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.font-decor, .header-quotes {
  font-family: "cas_antn";
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2, .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3, .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4, .h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5, .h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  color: #fff;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
.h1:first-child, .mceContentBody h1:first-child, .mce-content-body h1:first-child, .wysiwyg-content h1:first-child, .h2:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child, .h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child, .h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child, .h5:first-child, .mceContentBody h5:first-child, .mce-content-body h5:first-child, .wysiwyg-content h5:first-child, .h6:first-child, .mceContentBody h6:first-child, .mce-content-body h6:first-child, .wysiwyg-content h6:first-child {
  margin-top: 0;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1 {
  margin-top: 0;
  font-size: 25px;
}

.h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 20px;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 17px;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 16px;
}

.h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5 {
  font-size: 16;
  font-weight: bold;
}

.h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  font-size: 13;
  font-weight: bold;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  color: #b5aaa6;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

.separator, hr {
  border-bottom: 1px solid #463f3e;
  margin: 2em 0;
  position: relative;
}
.separator:after, hr:after {
  background: url(../images/layout/bullet-1.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 0;
  width: 16px;
}

hr {
  border-top: 0;
}

.colored-table, .mill-table {
  /*font-size: 14px;*/
}
.colored-table thead td, .mill-table thead td, .colored-table thead th, .mill-table thead th {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
}
.colored-table thead td small, .mill-table thead td small, .colored-table thead th small, .mill-table thead th small {
  font-weight: normal;
  font-size: 0.9em;
  font-style: italic;
}
.colored-table td, .mill-table td, .colored-table th, .mill-table th {
  padding: 9px 18px;
  text-align: left;
  vertical-align: top;
}
.colored-table th, .mill-table th {
  color: #fff;
  font-weight: bold;
}
.colored-table tr, .mill-table tr {
  background: rgba(53, 46, 45, 0.5);
}
.colored-table tr:nth-child(2n), .mill-table tr:nth-child(2n) {
  background: rgba(60, 51, 50, 0.5);
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-color-lighter {
  color: #7b8377;
}

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}

.mceContentBody, .mce-content-body {
  background: #231e1d;
  max-width: 660px;
}

.mceContentBody table, .mce-content-body table, .wysiwyg-content table {
  width: 100%;
}
.mceContentBody ul, .mce-content-body ul, .wysiwyg-content ul {
  list-style-image: url(../images/layout/bullet-2.png);
  padding-left: 2em;
  margin: 0.5em 0;
}
.mceContentBody ol, .mce-content-body ol, .wysiwyg-content ol {
  padding-left: 2em;
  margin: 0.5em 0;
  list-style-type: decimal;
}
.mceContentBody li, .mce-content-body li, .wysiwyg-content li {
  padding: 6px 0;
}
.mceContentBody p, .mce-content-body p, .wysiwyg-content p {
  margin-bottom: 1em;
}
.mceContentBody table:not(.colored-table):not(.mill-table), .mce-content-body table:not(.colored-table):not(.mill-table), .wysiwyg-content table:not(.colored-table):not(.mill-table) {
  margin-bottom: 1em;
  width: 100%;
}
.mceContentBody table:not(.colored-table):not(.mill-table) td, .mce-content-body table:not(.colored-table):not(.mill-table) td, .wysiwyg-content table:not(.colored-table):not(.mill-table) td {
  padding: 5px 12px;
  vertical-align: top;
}
.mceContentBody table:not(.colored-table):not(.mill-table) td:first-child, .mce-content-body table:not(.colored-table):not(.mill-table) td:first-child, .wysiwyg-content table:not(.colored-table):not(.mill-table) td:first-child {
  padding-left: 0;
}
.mceContentBody table:not(.colored-table):not(.mill-table) td:last-child, .mce-content-body table:not(.colored-table):not(.mill-table) td:last-child, .wysiwyg-content table:not(.colored-table):not(.mill-table) td:last-child {
  padding-right: 0;
}
.mceContentBody img, .mce-content-body img, .wysiwyg-content img {
  width: 100%;
  height: auto;
}

body {
  background: #231e1d url(../images/layout/bg.jpg) no-repeat center 0;
}

.marginer {
  padding-left: 20px;
  padding-right: 20px;
}

.fancybox-skin {
  background: #282221;
  color: #fff;
}
.fancybox-skin a:hover {
  color: #fff;
}

/*---------------------------------------------
-- form
---------------------------------------------*/
input.text, textarea, select {
  background: #463f3e;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.9);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.9);
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  padding: 8px 16px;
  width: 100%;
}

.selectboxit-container .selectboxit {
  background: #463f3e;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.9);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.9);
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  /*padding: 8px 16px;*/
  width: 100%;
}
.selectboxit-container .selectboxit-arrow-container {
  background: #fff;
  height: 31px;
  position: absolute;
  top: 1px;
}
.selectboxit-container .selectboxit-text {
  color: #fff;
  font-size: 13px;
  max-width: none !important;
  padding: 0 16px;
  width: 100%;
}
.selectboxit-container .selectboxit-option-icon-container {
  display: none;
}
.selectboxit-container .selectboxit-options {
  background: #463f3e;
}
.selectboxit-container .selectboxit-options .selectboxit-option-anchor {
  color: #fff;
  font-size: 13px;
}
.selectboxit-container .selectboxit-options .selectboxit-focus .selectboxit-option-anchor {
  background: #fff !important;
  color: #231e1d;
}

.button {
  background: #fff;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #231e1d;
  font-size: 15px;
  padding: 6px 36px;
  transition: all 0.3s;
}
.button:hover {
  background: #b5aaa6;
}

/*---------------------------------------------
-- header
---------------------------------------------*/
header {
  position: relative;
}

.header-quotes {
  color: #fff;
  font-size: 33px;
  font-style: italic;
}
.header-quotes .quote {
  padding: 0 22px;
  position: relative;
}
.header-quotes .quote:before {
  background: url(../images/layout/icon-quotes-left.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 19px;
  width: 29px;
}
.header-quotes .quote:after {
  background: url(../images/layout/icon-quotes-right.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 22px;
  right: 0;
  position: absolute;
  bottom: 19px;
  width: 29px;
}

.menu-switcher {
  cursor: pointer;
  font-size: 40px;
  padding-top: 0.2em;
  border-top: 0.12em solid #fff;
}
.menu-switcher:before {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.44em;
  border-top: 0.12em solid #fff;
  border-bottom: 0.12em solid #fff;
}

.add-cemetery {
  z-index: 89001;
  position: absolute;
  top: 0;
  right: 15px;
}
.add-cemetery .switcher {
  background: #3a3332;
  border: 1px solid #282220;
  border-top: 0;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  padding: 8px 24px;
  transition: background 0.3s;
  /*@include borderRadiusLeft(15px);*/
  /*@include textShadow(#000, 1px, 1px, 5px);*/
}
.add-cemetery .switcher:hover {
  background: #8d8380;
}

.add-cemetery-form-wrapper {
  padding: 20px;
}
.add-cemetery-form-wrapper label {
  display: block;
  margin: 1em 0 0.5em;
}

/*---------------------------------------------
-- Google Search
---------------------------------------------*/
#google-search .cse .gsc-control-cse, #google-search .gsc-control-cse {
  padding: 0;
  border: 0;
  background: none;
}
#google-search .gsc-branding {
  display: none;
}
#google-search .gsc-input-box {
  background: #3a3332;
  border-color: #282220;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 39px;
}
#google-search .gsst_a .gscb_a {
  position: absolute;
  top: 10px;
  right: 50px;
  color: #666;
}
#google-search table, #google-search tbody, #google-search tr, #google-search td {
  display: inline-block;
}
#google-search td.gsc-search-button {
  border: 1px solid #282220;
  margin-left: -8px;
  background: #fff url(../images/layout/icon-search.png) no-repeat center center;
  height: 39px;
  width: 46px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
#google-search .gsc-search-button-v2 {
  border: 0;
  background: none;
  color: #000;
  height: 100%;
  width: 100%;
  /*padding: 7px 8px 6px 8px;*/
}
#google-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  background: none !important;
  border: 0 !important;
  padding-right: 0;
}

/*---------------------------------------------
-- aside
---------------------------------------------*/
.aside-bite.bite-top-left {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
}
.aside-bite.bite-top-left:after {
  box-sizing: content-box;
  border-width: 5000px;
  border-color: rgba(0, 0, 0, 0.7);
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5020px;
  left: -5020px;
}
.aside-bite.bite-bottom-left {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
}
.aside-bite.bite-bottom-left:after {
  box-sizing: content-box;
  border-width: 5000px;
  border-color: rgba(0, 0, 0, 0.7);
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -5020px;
  left: -5020px;
}
.aside-bite.bite-bottom-right {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
}
.aside-bite.bite-bottom-right:after {
  box-sizing: content-box;
  border-width: 5000px;
  border-color: rgba(0, 0, 0, 0.7);
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -5020px;
  right: -5020px;
}
.aside-bite.bite-top-right {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
}
.aside-bite.bite-top-right:after {
  box-sizing: content-box;
  border-width: 5000px;
  border-color: rgba(0, 0, 0, 0.7);
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5020px;
  right: -5020px;
}

.aside-right, .aside-left {
  background: rgba(0, 0, 0, 0.7);
  padding-bottom: 25px;
  position: relative;
  z-index: 300;
}
.aside-right .h3, .aside-right .mceContentBody h3, .mceContentBody .aside-right h3, .aside-right .mce-content-body h3, .mce-content-body .aside-right h3, .aside-right .wysiwyg-content h3, .wysiwyg-content .aside-right h3, .aside-left .h3, .aside-left .mceContentBody h3, .mceContentBody .aside-left h3, .aside-left .mce-content-body h3, .mce-content-body .aside-left h3, .aside-left .wysiwyg-content h3, .wysiwyg-content .aside-left h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.main-menu {
  margin-bottom: 25px;
}
.main-menu .menu:after {
  content: "";
  display: block;
  border-bottom: 2px solid #2f2624;
  margin-right: 20px;
  padding-bottom: 3px;
}
.main-menu .menu > li > a {
  background: url(../images/layout/bullet-1.png) no-repeat 0 13px;
  border-bottom: 1px solid #2f2624;
  display: block;
  font-size: 12px;
  padding: 12px 12px 12px 25px;
}
@media (min-width: 1200px) {
  .main-menu .menu > li > a {
    font-size: 15px;
  }
}
.main-menu .menu ul {
  background: #3a3332;
  padding: 10px 20px;
}
.main-menu .menu ul li {
  border-bottom: 1px solid #2f2624;
  padding: 10px 10px 10px 15px;
  position: relative;
}
.main-menu .menu ul li.last {
  border-bottom: 0;
}
.main-menu .menu ul li:before {
  content: "»";
  display: block;
  left: 0;
  position: absolute;
  top: 9px;
}
@media (max-width: 800px) {
  .main-menu .menu ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-menu .menu ul li:before {
    top: 5px;
  }
  .main-menu .menu ul a {
    font-size: 12px;
    text-transform: none;
  }
}
.main-menu a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.main-menu a:hover {
  color: #766f6c;
  text-decoration: none;
}

.locale-switcher {
  margin-bottom: 25px;
}
.locale-switcher .locale {
  display: inline-block;
}
.locale-switcher strong {
  display: none;
}

.aside-news .title {
  display: inline-block;
  font-weight: bold;
  /*font-size: 17px;*/
  margin-bottom: 0.25em;
}
.aside-news .new {
  margin-bottom: 16px;
}
.aside-news a {
  color: #b5aaa6;
}
.aside-news a:hover {
  color: #fff;
}

.aside-news, .aside-logs {
  border-bottom: 1px solid #2f2624;
  padding: 0 0 10px;
  margin-bottom: 25px;
}

.aside-logs .h3, .aside-logs .mceContentBody h3, .mceContentBody .aside-logs h3, .aside-logs .mce-content-body h3, .mce-content-body .aside-logs h3, .aside-logs .wysiwyg-content h3, .wysiwyg-content .aside-logs h3 {
  color: #dbbeb2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.aside-logs .log {
  margin-bottom: 16px;
}
.aside-logs a {
  color: #dbbeb2;
}
.aside-logs a:hover {
  color: #fff;
}

.random-item {
  margin-bottom: 20px;
}
.random-item a {
  color: #fff;
}
.random-item .title {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 5px;
}
.random-item img {
  display: block;
  height: auto;
  width: 100%;
}

/*---------------------------------------------
-- obsah
---------------------------------------------*/
.page-content, .home-content {
  background: rgba(35, 30, 29, 0.8);
  padding: 42px 4.7%;
}

.page-content-bite.bite-top-left {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
}
.page-content-bite.bite-top-left:after {
  box-sizing: content-box;
  border-width: 5000px;
  border-color: rgba(35, 30, 29, 0.8);
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5020px;
  left: -5020px;
}
.page-content-bite.bite-bottom-left {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
}
.page-content-bite.bite-bottom-left:after {
  box-sizing: content-box;
  border-width: 5000px;
  border-color: rgba(35, 30, 29, 0.8);
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -5020px;
  left: -5020px;
}
.page-content-bite.bite-bottom-right {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
}
.page-content-bite.bite-bottom-right:after {
  box-sizing: content-box;
  border-width: 5000px;
  border-color: rgba(35, 30, 29, 0.8);
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -5020px;
  right: -5020px;
}
.page-content-bite.bite-top-right {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
}
.page-content-bite.bite-top-right:after {
  box-sizing: content-box;
  border-width: 5000px;
  border-color: rgba(35, 30, 29, 0.8);
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5020px;
  right: -5020px;
}

.no-breadcrumbs {
  display: none;
}

.breadcrumbs {
  color: #dbbeb2;
  margin-bottom: 26px;
  margin-top: -20px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  color: #dbbeb2;
}

/*---------------------------------------------
-- footer
---------------------------------------------*/
.project-partners {
  border-top: 1px solid #463f3e;
  padding-top: 2em;
  margin-top: 2em;
}
.project-partners h5 {
  margin-bottom: 2em;
}
.project-partners .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.project-partners .items > * {
  flex: 0 0 100%;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .project-partners .items > * {
    flex: 0 0 50%;
  }
}
@media (min-width: 800px) {
  .project-partners .items > * {
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 1200px) {
  .project-partners .items > * {
    flex: 0 0 25%;
  }
}
.project-partners .items > * span {
  padding: 1em 2em;
  border: 1px solid #463f3e;
  display: inline-block;
}
.project-partners img {
  width: 90%;
}

footer {
  color: #453c3a;
  border-top: 1px solid #000;
  margin-top: 22px;
  padding: 18px 0;
}
@media (min-width: 1258px) {
  footer {
    background: url(../images/layout/separator-big.png) no-repeat 0 0;
    border-top: 0;
    padding: 36px 26px 18px;
  }
}
footer a {
  color: #453c3a;
  text-decoration: underline;
}

/*---------------------------------------------
-- mapa
---------------------------------------------*/
.map-wrapper {
  margin-top: 1em;
  position: relative;
  width: 100%;
  height: 400px;
}
.map-wrapper.higher {
  height: 500px;
}
.map-wrapper.highest {
  height: 650px;
}

.home-content .map-wrapper {
  height: 400px;
  margin-bottom: 2em;
}

.smap-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.smap-canvas div img {
  cursor: pointer;
}
.smap-canvas.hide-markers svg ~ div img {
  display: none;
}

.smap-panorama {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 1;
  top: 0;
  opacity: 0;
}
.smap-panorama.show {
  display: block;
  z-index: 11;
  opacity: 1;
}

.smap-button-close {
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 17px;
  height: 27px;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  behavior: url("js/pie/PIE.htc");
  color: #6b7580;
  font-size: 13px;
  vertical-align: middle;
  padding: 0 14px 0 24px;
  text-align: left;
  z-index: 2;
}
.smap-button-close:hover {
  color: #29ac07;
  background: #f7f7f7;
  border: 0;
}
.smap-button-close:before {
  content: "c";
  font-size: 16px;
  position: absolute;
  left: 5px;
  top: 5px;
  font-family: "mapy", "mapytemp";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.smap .layer-switch .window .port {
  overflow: auto !important;
  width: auto !important;
}
.smap .layer-switch .window .port > div {
  left: 0 !important;
}
.smap .layer-switch .left, .smap .layer-switch .right {
  display: none;
}

.markers {
  margin-top: 2em;
}
.markers .marker {
  line-height: 96px;
}
.markers .title, .markers .image {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
}
.markers .title {
  font-size: 15px;
  margin-left: 10px;
  width: 96px;
}

.leaflet-popup-content {
  width: 550px !important;
}
.leaflet-popup-content:after {
  content: "";
  display: block;
  clear: both;
}

.map-info {
  width: 350px;
  float: right;
  font-size: 13px;
}
.map-info th, .map-info td {
  padding: 3px;
}
.map-info th {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding-right: 8px;
  width: 150px;
}
.map-info .big-card-link {
  float: right;
  margin-top: 10px;
}
.map-info .big-card-link:after {
  content: "»";
  display: inline-block;
  margin-left: 5px;
}

/*---------------------------------------------
-- detail
---------------------------------------------*/
.tab-sheet {
  background: url(../images/layout/bg-detail.png) repeat-x 0 0;
  display: none;
  min-height: 770px;
  padding: 20px 26px;
  position: absolute;
}
.tab-sheet.active {
  position: relative;
  display: block;
}

.tab-menu {
  height: 40px;
  z-index: 200;
  position: relative;
}
.tab-menu li {
  float: left;
  margin-right: 5px;
  max-width: 30%;
}
.tab-menu li a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-menu li span {
  white-space: nowrap;
}
.tab-menu a {
  color: #dbbeb2;
  background: #2d2726;
  display: inline-block;
  font-size: 14px;
  padding: 11px 25px;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.tab-menu a:hover {
  color: #fff;
}
.tab-menu .active a {
  background: #3c3332;
  color: #fff;
  position: relative;
}

.page-actions-menu {
  color: #dbbeb2;
  font-size: 14px;
}
.page-actions-menu a {
  color: #dbbeb2;
}
.page-actions-menu a:hover {
  color: #fff;
}

.mill-detail-title {
  margin-bottom: 36px;
}

.mill-table {
  width: 100%;
}

.main-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*---------------------------------------------
-- seznam
---------------------------------------------*/
.mills-table {
  width: 100%;
}
.mills-table thead th {
  background: #3a3332;
  color: #fff;
  font-weight: bold;
  padding: 9px 18px 9px 0;
  text-align: left;
  vertical-align: middle;
}
.mills-table thead th span {
  border-left: 1px solid #231e1d;
  display: block;
  padding: 12px 0 12px 18px;
}
.mills-table tbody td {
  border-bottom: 1px solid #463f3e;
  padding: 7px 5px 7px 18px;
  vertical-align: middle;
}
.mills-table tbody td:first-child {
  padding-left: 0;
}
.mills-table a {
  color: #fff;
  font-weight: bold;
}
.mills-table a:hover {
  color: #fff;
}

.paginator {
  margin: 1.5em 0;
  text-align: center;
}
.paginator .button {
  display: inline-block;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 28px;
}
.paginator .button.current, .paginator a.button:hover {
  background: #d1cbc9;
}

/*---------------------------------------------
-- databaze obrazku
---------------------------------------------*/
.images-database img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------
-- filter
---------------------------------------------*/
.filter label {
  color: #fff;
  font-size: 12px;
  padding: 8px 5px 8px 0;
}
.filter .pair {
  margin-bottom: 9px;
}
.filter .pair:after {
  content: "";
  display: block;
  clear: both;
}

.filter-separator {
  border-top: 1px solid #463f3e;
  background: url(../images/layout/separator.png) no-repeat 0 0;
  margin: 24px 0 24px 15px;
  position: relative;
}
.filter-separator:after {
  background: url(../images/layout/separator.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 15px;
  left: -15px;
  position: absolute;
  top: -8px;
  width: 15px;
}

/*---------------------------------------------
-- novinky
---------------------------------------------*/
.news-list li {
  /*border-bottom: 1px solid $colorSeparator;*/
  /*		padding-bottom: 1em;
  		margin-bottom: 1em;*/
}
.news-list .image {
  float: left;
  margin: 0 10px 0 0;
}

/*---------------------------------------------
-- contact
---------------------------------------------*/
.contact-form label {
  display: block;
  font-weight: bold;
  margin: 0.5em 0 0.25em;
}
.contact-form textarea {
  height: 80px;
}

.contact-table th {
  padding: 5px 20px 5px 0;
  text-align: left;
  vertical-align: top;
}
.contact-table td {
  padding: 5px;
  vertical-align: top;
}

.mycontainer {
  padding: 0 5px;
}

header {
  padding: 20px 0;
}

.header-quotes {
  display: none;
}

.menu-switcher {
  position: absolute;
  bottom: 30px;
  right: 16px;
}

#google-search {
  margin-left: 20px;
}
#google-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  width: 150px;
}

.main-menu, .locale-switcher {
  display: none;
}
.open .main-menu, .open .locale-switcher {
  display: block;
}

.aside-logs {
  display: none;
}

.random-items-wrapper .clear-2 {
  clear: both;
}

.page-actions-menu {
  float: right;
  padding-top: 10px;
}

.mill-detail-title {
  float: left;
}

.filter {
  position: relative;
  z-index: 11;
}
.filter label {
  float: left;
  width: 40%;
}
.filter input.text, .filter textarea, .filter select, .filter .selectboxit-container {
  float: left;
  width: 60%;
}
.filter .button {
  bottom: -40px;
  position: absolute;
  right: 0;
}

.filter-separator {
  margin-right: 140px;
}

.images-database .image {
  margin-bottom: 4%;
}

.media .image {
  margin-bottom: 2%;
}

@media (max-width: 500px) {
  .add-cemetery .switcher {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (max-width: 991px) {
  .aside-bite:after, .aside-bite:before, .page-content-bite:after, .page-content-bite:before {
    width: 0 !important;
  }
}
@media (min-width: 420px) {
  .media {
    margin-left: -2%;
  }
  .media .image {
    float: left;
    margin-left: 2%;
    width: 48%;
  }
}
@media (min-width: 640px) {
  .filter {
    margin-left: -4%;
  }
  .filter .pair {
    float: left;
    margin-left: 4%;
    width: 46%;
  }
  .filter .pair:nth-child(2n+1) {
    clear: both;
  }
  .markers .marker {
    width: 50%;
    float: left;
  }
  .images-database {
    margin-left: -4%;
  }
  .images-database .image {
    float: left;
    margin-left: 4%;
    width: 46%;
  }
  .images-database .clear-2 {
    clear: both;
  }
  .media .image {
    width: 31.33333%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .random-items-wrapper .clear-2 {
    clear: none;
  }
  .random-items-wrapper .clear-4 {
    clear: both;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .menu-switcher {
    display: none;
  }
  header {
    height: 345px;
  }
  #logo {
    position: absolute;
    top: 80px;
    left: 20px;
  }
  #google-search {
    position: absolute;
    right: 0px;
    top: 91px;
  }
  #google-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 280px;
  }
  .header-quotes {
    display: block;
    max-width: 600px;
    position: absolute;
    right: 55px;
    top: 190px;
  }
  .main-menu li {
    position: relative;
  }
  .main-menu .menu {
    margin-right: -20px;
  }
  .main-menu .menu > li {
    padding-right: 20px;
  }
  .main-menu .menu > li:hover > .submenu {
    display: block;
  }
  .main-menu .menu > li > .submenu {
    display: none;
    left: 100%;
    position: absolute;
    top: 0px;
    width: 370px;
  }
  .main-menu .menu > li > .submenu:before {
    content: "";
    display: block;
    left: -12px;
    position: absolute;
    top: 10px;
    /* triangle: */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12px 13px 0;
    border-color: transparent #3a3332 transparent transparent;
  }
  .main-menu, .locale-switcher, .aside-logs {
    display: block;
  }
  .aside-left-wrapper {
    float: left;
    width: 20%;
  }
  .aside-right-wrapper {
    width: 25%;
    float: left;
  }
  .main-section {
    width: 80%;
    float: left;
  }
  .home-content {
    width: 75%;
    float: left;
  }
  .random-items-wrapper .clear-4 {
    clear: none;
  }
  .copyright {
    float: left;
  }
  .created-by {
    float: right;
  }
  .images-database .image {
    width: 29.3333%;
  }
  .images-database .clear-2 {
    clear: none;
  }
  .images-database .clear-3 {
    clear: both;
  }
  .media .image {
    width: 23%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .filter .pair {
    width: 29.33333%;
  }
  .filter .pair:nth-child(2n+1) {
    clear: none;
  }
  .filter .pair:nth-child(3n+1) {
    clear: none;
  }
  .markers .marker {
    width: 25%;
  }
  .images-database .image {
    width: 21%;
  }
  .images-database .clear-2, .images-database .clear-3 {
    clear: none;
  }
  .images-database .clear-4 {
    clear: both;
  }
}
@media (min-width: 1258px) {
  .mycontainer {
    margin: 0 auto;
    padding: 0;
    width: 1258px;
  }
}

/*# sourceMappingURL=index.css.map */
