/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Layout inicialisation */
/*-------------------------------------------------------------------------------------------------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  color: #555;
  font-size: 16px;
  position: relative;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Aligment, Overflowing */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*** Overflowing ***/

.no-overflow {
  overflow: hidden;
}

.no-overflow-x {
  overflow-x: hidden;
}

/*** Aligment ***/

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .xs-no-valign {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.text-center > .img-responsive {
  display: inline-block;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.center {
  -webkit-box-pack: center !important;
  justify-content: center !important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Filtr pohrbu styly */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.searchandfilter ul {
  text-align: center;
}

.searchandfilter > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.searchandfilter ul li li {
  display: inline-block;
  vertical-align: top;
  padding-left: 0px !important;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sf-input-checkbox {
  display: none;
}

.searchandfilter ul > li > ul:not(.children) {
  margin-left: 0;
  padding-left: 0;
}

.sf-label-checkbox:hover {
  border: 1px solid rgba(33, 37, 94, 1);
  display: block;
  padding: 10px 20px !important;
  cursor: pointer;
  color: #b3a369;
}

.sf-label-checkbox {
  background: #001e3b;
  color: #ffffff;
  display: block;
  padding: 10px 20px !important;
}

input[type="checkbox"]:checked + label {
  display: block;
  background: #001e3b;
  color: #b3a369;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Common Spacing, Padding, Margins */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.page-section {
  padding: 120px 0;
  position: relative;
}

#office {
  padding-bottom: 0px !important;
}

.page-section-half {
  padding: 50px 0;
  overflow: hidden;
}

.initial-section {
  padding-top: 214px;
}

.initial-section-half {
  padding-top: 157px;
}

@media (max-width: 767px) {
  .page-section {
    padding: 60px 0;
    position: relative;
  }

  .page-section-half {
    padding: 30px 0;
    overflow: hidden;
  }

  .initial-section {
    padding-top: 60px;
  }

  .initial-section-half {
    padding-top: 30px;
  }
}

/*** Global margins ***/

.add-top {
  margin-top: 100px !important;
}

.add-bottom {
  margin-bottom: 100px !important;
}

.add-top-half {
  margin-top: 50px !important;
}

.add-bottom-half {
  margin-bottom: 50px !important;
}

.add-both-half {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.add-top-medium {
  margin-top: 30px !important;
}

.add-bottom-medium {
  margin-bottom: 30px !important;
}

.add-both-medium {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.add-top-small {
  margin-top: 15px !important;
}

.add-bottom-small {
  margin-bottom: 15px !important;
}

.add-both-small {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/*** Global Paddings ***/

.pad-top {
  padding-top: 100px;
}

.pad-top-fixed {
  padding-top: 100px;
}

.pad-bottom {
  padding-bottom: 100px;
}

.pad-top-small {
  padding-top: 50px;
}

.pad-bottom-small {
  padding-bottom: 50px;
}

.pad-both-small {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/*** Margins & paddings removal ***/

.remove-top {
  margin-top: 0 !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.remove-pad-top {
  padding-top: 0 !important;
}

.remove-pad-bottom {
  padding-bottom: 0 !important;
}

.remove-lr-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.remove-bottom-child > * {
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
  .md-add-top-medium {
    margin-top: 30px !important;
  }

  .md-add-bottom-medium {
    margin-bottom: 30px !important;
  }

  .md-add-both-medium {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .md-add-top-small {
    margin-top: 15px !important;
  }

  .md-add-bottom-small {
    margin-bottom: 15px !important;
  }

  .md-add-both-small {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 991px) {
  .sm-add-top-medium {
    margin-top: 30px !important;
  }

  .sm-add-bottom-medium {
    margin-bottom: 30px !important;
  }

  .sm-add-both-medium {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .sm-add-top-small {
    margin-top: 15px !important;
  }

  .sm-add-bottom-small {
    margin-bottom: 15px !important;
  }

  .sm-add-both-small {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .xs-add-bottom-medium {
    margin-bottom: 30px !important;
  }

  .xs-add-both-medium {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xs-add-top-small {
    margin-top: 15px !important;
  }

  .xs-add-bottom-small {
    margin-bottom: 15px !important;
  }

  .xs-add-both-small {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xs-remove-top {
    margin-top: 0;
  }

  .xs-remove-bottom {
    margin-bottom: 0 !important;
  }

  .xs-remove-pad-top {
    padding-top: 0;
  }

  .xs-remove-pad-bottom {
    padding-bottom: 0 !important;
  }

  .xs-remove-lr-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Typography */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*** Anchors ***/

a {
  text-decoration: none;
  transition: all 0.4s linear;
}
/*
a:hover,
a:focus { color: ; }

a.active { color: ; }
*/
/*** Headings ***/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  color: #001e3b;
}

h1,
h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

h2.partners_headline {
  margin-top: 20px;
}

h1.large,
h2.large {
  font-size: 48px;
}

h2.small {
  font-size: 24px;
  margin-bottom: 15px;
}

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

@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 38px;
  }

  h1.large,
  h2.large {
    font-size: 48px;
  }
}

/*** Subheadings ***/

.sub-heading {
  color: #999;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.funeral-subheading {
  display: block;
  color: #777;
  font-size: 75%;
  margin-top: 10px;
  font-weight: normal;
}

/*** Paragraphs ***/

p {
  color: #555;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0 0 15px;
}

.lead {
  font-family: "Merriweather", serif;
  font-size: 22px;
  color: #001e3b;
  margin-bottom: 50px;
}

p.small,
.small p {
  font-size: 16px;
}

/*** Text styles ***/

strong,
b {
  font-weight: 600;
}

.text-light {
  font-weight: 300;
}

.text-underlined {
  border-bottom: 2px solid #fff;
  display: inline-block;
}

.link-underlined {
  border-bottom: 3px solid #fff;
}

.large {
  font-size: 22px;
}

/*** Blockquote ***/

blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #555;
}

/*** WYSIWYG ***/

.wysiwyg a {
  color: #b3a369;
}

.wysiwyg a:hover,
.wysiwyg a:focus {
  color: #b3a369;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-top: 30px;
}

.wysiwyg h2 {
  font-size: 36px;
}

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

.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-size: 20px;
}

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

.wysiwyg .lead {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.6em;
}

.wysiwyg .desc {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #001e3b;
  text-transform: uppercase;
}

.wysiwyg ul {
  margin-bottom: 15px;
  list-style: none;
  padding: 0 0 0 10px;
}

.wysiwyg ul > li {
  color: #333;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 4px;
}

.wysiwyg ul > li:before {
  content: "\f101" /*fontawesome char code inside the ''*/;
  font-family: FontAwesome;
  display: inline-block;
  color: #ccc;
  position: absolute;
  left: 0.2em;
}

.wysiwyg ol {
  margin: 0 0 15px;
  padding: 0;
  counter-reset: item;
}

.wysiwyg ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  font-size: 17px;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.4em;
}

.wysiwyg ol > li:before {
  display: inline-block;
  width: 2em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  color: #96ca50;
}

.wysiwyg img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  margin: 30px auto 30px;
}

.wysiwyg .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.wysiwyg .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.wysiwyg .aligncenter {
  margin: auto;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Buttons */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.btn {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: all 0.4s ease-in-out;
  border: none;
}

.btn:hover,
.btn:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 6px 20px !important;
  font-size: 14px;
}

.btn .fa-chevron-right {
  font-size: 14px;
  margin-left: 5px;
}

/*** Opposite buttons ***/

.opposite-buttons,
.opposite-btns {
}

.opposite-buttons .left,
.opposite-btns .left {
  float: left;
}

.opposite-buttons .right,
.opposite-btns .right {
  float: right;
}

/*** Buttons row ***/

.btn-row .btn + .btn {
  margin-left: 5px;
}

/*** Primary button ***/

.btn-primary {
  padding: 10px 25px;
  border-radius: 24px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #001e3b;
  background-repeat: no-repeat;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background: #0190d1;
  border: 2px solid #0190d1;
}

/*** Blue outline button ***/

.btn-outline-blue {
  background: transparent;
  border: 2px solid rgba(0, 164, 240, 0.5);
  color: #00a3ef;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-bluee.active,
.open .dropdown-toggle.btn-outline-blue {
  background-color: #00a3ef;
  border-color: #00a3ef;
  color: #fff;
}

/*** Dropdown button ***/

.btn-dropdown {
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 10px 25px;
  background: #eee;
}

/*** Simple link button with animated undeline ***/

.simple-link-btn {
  display: inline-block;
  color: #b3a369;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  position: relative;
  transition: all 0.15s ease-in-out;
}

.simple-link-btn:hover,
.simple-link-btn:focus {
  color: #a17900;
  text-decoration: none;
}

.simple-link-btn:active {
  color: #3d8926;
}

.simple-link-btn > svg {
  display: inline-block;
  height: 1.25em;
  vertical-align: -0.25em;
  fill: currentColor;
  transition: all 0.15s ease-in-out;
}

.simple-link-btn:hover > svg,
.simple-link-btn:focus > svg {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}

.simple-link-btn .arrow-right {
  margin-left: 0.25rem;
}

.simple-link-btn .arrow-left {
  margin-right: 0.25rem;
}

.simple-link-btn:active > svg {
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Forms & Inputs */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.form-control {
  box-shadow: none;
  font-size: 16px;
  height: 42px;
  box-sizing: border-box;
  transition: all 0.2s linear;
  border-color: #ccc;
  background: #fff;
  border-radius: 4px;
  -webkit-appearance: none; /* Remove default shadow */
}

.form-control:focus,
textarea:focus {
  border: solid 1px #3973b8;
  box-shadow: inset 0px 0px 0px 1px #3973b8 !important;
  color: #000;
  box-shadow: none;
  transition: all 0.2s linear;
}

label {
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

textarea {
  resize: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
}

/*** Input groups ***/

.input-group-addon {
  border-radius: 4px;
}

/*** Validation alerts ***/

.form-control-feedback {
  line-height: 34px;
}

.has-feedback label ~ .form-control-feedback {
  top: 30px;
}

.has-error .form-control {
  border-color: #e20500;
  box-shadow: none;
}

.has-error .form-control-feedback {
  color: #e20500;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #e20500;
}

.has-error .input-group-addon {
  color: #fff;
  border-color: #e20500;
  background-color: #e20500;
}

.has-success .form-control {
  box-shadow: none;
}

.has-success .input-group-addon {
  color: #fff;
  border-color: #3c763d;
  background-color: #3c763d;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SVGs */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Parallax */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.full-bg {
  width: 100%;
  margin: 0;
  background-size: cover;
  background-position-x: 50%;
}

.jarallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.parallax-section h1,
.parallax-section h2 {
  font-size: 68px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
  color: #fff;
}

.parallax-section .lead {
  margin: 0;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 767px) {
  .parallax-section h1 {
    font-size: 46px;
  }

  .parallax-section .lead {
    font-size: 22px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Dividers */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.divider {
  display: block;
  height: 4px;
  width: 30px;
  margin: -15px auto 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: rgb(179, 163, 105, 1); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3A369', endColorstr='#e0cb67',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.divider_foot {
  display: block;
  height: 4px;
  width: 167px;
  margin: -15px auto 15px;
  background: rgb(179, 163, 105, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3A369', endColorstr='#e0cb67',GradientType=1 );
}

.divider.divider-left {
  margin: -15px 0 15px;
}

.stars-divider {
  color: #b3a369;
  font-size: 14px;
  margin: 15px 0;
}

.text-divider {
  font-family: "Merriweather", serif;
  font-size: 22px;
  font-style: italic;
  color: #001e3b;
  margin: 30px auto 20px;
  text-align: center;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Call us block */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.call-us-block {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.phone-icon-large {
  width: 54px;
  height: 54px;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 54px;
  color: #001e3b;
  display: block;
  margin: 0 auto 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.call-us-block a[href^="tel:"] {
  color: #b3a369;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
}

.call-us-block a[href^="tel:"]:after {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin: -3px auto 5px;
  transition: all 0.4s ease-in-out;
}

.call-us-block a[href^="tel:"]:hover,
.call-us-block a[href^="tel:"]:focus {
  text-decoration: none;
}

.call-us-block a[href^="tel:"]:hover:after,
.call-us-block a[href^="tel:"]:focus:after {
  width: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Info panel */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.info-panel {
  border-top: 2px solid #e3e3f3;
  border-bottom: 2px solid #e3e3f3;
  padding: 0 30px 30px 30px;
  margin-top: 56px;
  text-align: center;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 50px;
  box-shadow: 0px 10px 15px -10px rgba(50, 50, 50, 0.1),
    0px -10px 15px -10px rgba(50, 50, 50, 0.1);
}

.info-panel-title {
  color: #001e3b;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.info-panel svg {
  fill: #001e3b;
  height: 60px;
  display: block;
  margin: -38px auto 15px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Block with icon */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.block-with-icon {
}

.block-with-icon .icon {
  width: 120px;
  float: left;
}

.block-with-icon .content {
  padding-left: 150px;
}

@media (max-width: 767px) {
  .block-with-icon {
    text-align: center;
  }

  .block-with-icon .icon {
    float: none;
    margin: 0 auto 15px;
  }

  .block-with-icon .content {
    padding-left: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Navigation */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#top-bar {
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #b3a369;
  width: 100%;
  color: #ffffff;
  display:none!important;
}

#top-bar a {
  color: #b3a369;
  font-weight: bold;
}

.navbar {
  background: transparent;
  border: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  background: #491B50;
}

.navbar-nav {
  margin: 0;
}

.navbar .container .navbar-header .navbar-brand,
.navbar .container-fluid .navbar-header .navbar-brand {
  padding: 12px 0;
  height: 100%;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
}

/*** Navbar logo ***/

.navbar-logo {
  transition: all 0.2s ease-in-out;
  max-width: 130px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .navbar-logo {
    padding-top: 13px;
  }
}

.navbar-logo svg {
  display: block;
  width: 196px;
  height: 90px;
  overflow: visible;
  transition: all 0.2s ease-in-out;
}

.navbar-logo svg path {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}

/*** Navbar ***/

.navbar-default .navbar-nav > li > a {
  padding: 9px 0px 6px;
  margin: 38px 12px;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  border-bottom: 3px solid transparent;
  color: #eee;
  transition: all 0.25s ease;
  position: relative;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  );
  transition: width 0.5s ease, background-color 0.5s ease;
  bottom: -3px;
  left: 0;
  right: 0;
  position: absolute;
}

.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after {
  width: 100%;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a {
  font-weight: 700;
}

.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  width: 100%;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
  border-color: transparent;
}

/*** Navbar button ***/

.navbar-default .navbar-nav > li.nav-btn > a {
  color: #fff;
  margin: 28px 12px;
  padding: 5px 12px;
  background: #2cb34a;
  border-radius: 20px;
  border: none;
}

.navbar-default .navbar-nav > li > a {
  transition: all 0.25s ease;
}

/*** Phone number & call ***/

.navbar-phone-nr a {
  margin-left: 12px !important;
  margin-right: 0 !important;
}

.navbar-phone-nr .fa {
  color: #b3a369;
}
.mobile-call {
  position: absolute;
  top: 23px;
  left: 10px;
  margin: 0;
  padding: 0 10px;
  font-size: 26px;
  color: #fff;
  line-height: normal;
}

/*** Sticky navbar transformations **/

.navbar.sticky {
  background: #001e3b;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

.navbar.sticky .container .navbar-header .navbar-brand,
.navbar.sticky .container-fluid .navbar-header .navbar-brand {
  padding: 10px 0;
  height: 100%;
}

.navbar.sticky .navbar-logo svg {
  width: 76px;
  height: 35px;
  transition: all 0.2s ease-in-out;
}

.navbar.sticky .navbar-nav > li > a {
  margin: 0px 12px;
  font-size: 16px;
  padding: 18px 0 15px;
}

/*** Mobile navbar **/

.navbar-toggle {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}

.navbar.sticky .navbar-toggle {
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #001e3b;
}

/*** Navbar dropdown ***/

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
  color: #fff;
}

.navbar-default .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 10px 11px;
  border-color: transparent transparent #ffffff transparent;
}

.navbar-default .navbar-right .dropdown-menu {
  right: 12px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #333;
  background-color: #d2d2f9;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #001e3b;
  font-weight: 700;
}

@media (max-width: 991px) {
  .navbar-logo svg {
    width: 100px;
    height: 46px;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 9px 0px 6px;
    margin: 16px 10px;
    font-size: 15px;
  }

  .navbar.sticky .navbar-nav > li > a {
    margin: 0px 10px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .navbar {
    position: relative;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 380px;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
  }

  .navbar-logo svg {
    width: 131px;
    height: 60px;
  }

  .navbar-default .navbar-collapse {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .nav > li {
    text-align: center;
  }

  .navbar-default .navbar-nav > li > a {
    text-transform: none;
    border-bottom: none;
    display: inline-block;
    font-size: 20px;
    padding: 6px 0;
    margin: 0 0 8px;
  }

  .navbar-default .navbar-nav > li > a:hover:after,
  .navbar-default .navbar-nav > li > a:focus:after {
    width: 0;
  }

  /*** Dropdown ***/

  .navbar-nav .open .dropdown-menu {
    margin-bottom: 15px;
    box-shadow: none;
    text-align: center;
  }

  .navbar-default .dropdown-menu:before {
    display: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 8px 15px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #001e3b;
    font-weight: 700;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.footer {
  padding-top: 80px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001e3b+0,18002d+100 */
  background: #001e3b;
  background: linear-gradient(
    to bottom,
    rgba(0, 30, 59, 1) 0%,
    rgba(24, 0, 45, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.footer-item {
  color: #fff;
}

.footer-item .title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.footer-item .divider {
  margin: 10px auto 15px;
}

.footer-item .divider.divider-left {
  margin: 10px 0 15px;
}

.footer-item .fa-ul {
  margin-left: 1.5em;
}

.footer-item ul > li + li {
  margin-top: 15px;
}

.footer-item .fa-li {
  color: #b3a369;
}

.footer-item a {
  display: inline-block;
  color: #fff;
}

.footer-item a:hover,
.footer-item a:focus {
  text-decoration: none;
  color: #b3a369;
}

.footer-item a:hover,
.footer-item a:focus,
.footer-item ul > li a:hover,
.footer-item ul > li a:focus {
}

.footer-item .phone-icon-large {
  color: #001e3b;
  margin-top: 50px;
}

.footer-item .branches-list > li + li {
  margin-top: 9px;
}

/*** Sub footer ***/

.sub-footer {
  font-size: 13px;
  text-align: center;
  padding: 25px 0 25px;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1.8em;
  font-weight: 500;
}

.sub-footer a {
  color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
  .footer-item {
    margin-bottom: 50px;
  }

  .footer-item:last-child {
    margin-bottom: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Intro */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.intro {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 1000px;
  padding-top: 114px;
  width: 100%;
  background-color: #001e3b;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/bg-intro.jpg");
}

.intro:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001e3b+0,001e3b+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 11, 39, 0) 0%,
    rgba(0, 30, 59, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 11, 39, 0) 0%,
    rgba(0, 30, 59, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  

  background: linear-gradient(
    to bottom,
    rgba(0, 11, 39, 0) 0%,
    rgba(0, 30, 59, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00001e3b', endColorstr='#001e3b',GradientType=0 ); /* IE6-9 */


  background: linear-gradient(0deg, #001E3B 15%, rgba(0, 30, 59, 0.00) 53%);
}

.intro .container {
  height: 100%;
  position: relative;
}

.intro .content {
  width: 100%;
  z-index: 1;
  text-align: left;
  padding-bottom: 147px;
  color: #491B50;
}

.intro .content > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.intro .content h2 {
  /* color: #491B50; */
  color: #fff;
}

.intro .content .lead {
  font-family: "Montserrat", sans-serif;
  /* color: #491B50; */
  color: #fff;
  font-weight: 400;
}

.intro .content .lead a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.intro .content .lead a:hover {
  color: #fff;
  text-decoration: none;
}

.intro .procedure-title {
  color: #fff;
  font-weight: 400 !important;
  margin-bottom: 50px;
} 

.intro .procedure-steps .step-item .title{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*** Procedure ***/

.procedure-steps {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 30px;
  z-index: 1;
  width: 100%;
}

.procedure-title {
  color: #fff;
  font-weight: 200;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}

.procedure-steps .step-item .title {
  padding-left: 65px;
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

.procedure-steps .step-item .fa {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  line-height: 50px;
  color: #030d28;
  display: block;
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: all 0.4s linear;
}

.procedure-steps .step-item__icon svg {
  fill: #030d28;
  width: 30px;
}

.procedure-steps .step-item a:hover,
.procedure-steps .step-item a:focus {
  text-decoration: none;
}

.procedure-steps .step-item a:hover .fa,
.procedure-steps .step-item a:focus .fa {
  box-shadow: 0px 5px 25px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 24px 2px rgba(255, 255, 255, 0.14),
    0 6px 30px 5px rgba(255, 255, 255, 0.12),
    0 8px 10px -5px rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
  .intro {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .intro {
    padding: 100px 0;
    height: auto;
  }

  .intro .content {
    padding-bottom: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Place of death */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.place-of-death {
  text-align: center;
  margin-bottom: 30px;
}

.place-icon {
  display: block;
  height: 110px;
  margin: 0 auto 15px;
}

#hospitalIcon path {
  fill: url(#svgGoldenGradientHospital);
}

#houseIcon path {
  fill: url(#svgGoldenGradientHouse);
}

.or-separator {
  font-family: "Merriweather", serif;
  font-size: 20px;
  color: #001e3b;
  text-align: center;
  margin-bottom: 30px;
  font-style: italic;
}

.or-slash {
  width: 1px;
  height: 150px;
  background: #ccc;
  margin: 0 auto;
  -webkit-transform: skew(-20deg, 0deg) translateY(-50%);
  -ms-transform: skew(-20deg, 0deg) translateY(-50%);
  transform: skew(-20deg, 0deg) translateY(-50%);
  position: relative;
  top: 50%;
  left: -25px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* What to bring */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.bring-item {
  margin-bottom: 30px;
  text-align: center;
}

.bring-item > div {
  padding: 30px 25px;
  border-radius: 2px;
  box-shadow: 0 20px 25px 2px rgba(181, 142, 24, 0.2),
    0 25px 70px -5px rgba(204, 154, 6, 0.22);
  background: #fff;
}

.bring-item .icon svg {
  display: block;
  height: 110px;
  margin: 0 auto 15px;
}

.bring-item .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #001e3b;
}

.bring-item .importance {
  display: inline-block;
  font-size: 16px;
  color: #001e3b;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 700;
  padding: 4px 12px;
  background: #e3e3f3;
  border-radius: 2px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Address tiles */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.address-tile {
  margin-bottom: 30px;
}

.address-tile > a {
  display: block;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 5px 10px 2px rgba(181, 142, 24, 0.2),
    0 10px 15px -10px rgba(204, 154, 6, 0.22);
}

.address-tile__img {
  position: relative;
  z-index: 10;
}

.address-tile > a:hover,
.address-tile > a:focus {
  text-decoration: none;
  box-shadow: 0 20px 25px 2px rgba(181, 142, 24, 0.2),
    0 25px 70px -5px rgba(204, 154, 6, 0.22);
}

.address-tile__content {
  position: relative;
  padding: 15px 15px 15px 40px;
}

.address-tile .fa {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 30px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: rgb(179, 163, 105, 1); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3A369', endColorstr='#e0cb67',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
}

.address-tile .title {
  font-size: 22px;
  font-weight: 700;
  color: #001e3b;
  line-height: normal;
}

.address-tile .address {
  font-size: 15px;
  font-family: "Merriweather", serif;
  color: #555;
}

.office-info-wrapper {
  width: 100%;
  height: auto;
}

.holiday {
  color: #b3a369;
  background-color: #001e3b;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
  font-size: 14px;
  position: relative;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid #b3a369;
}

.open-all-week {
  color: #b3a369;
  background-color: #001e3b;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
  font-size: 14px;
  position: relative;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid #b3a369;
}

.office-parking {
  color: #001e3b;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
  font-size: 14px;
  position: relative;
  width: 100%;
  z-index: 20;
}

.parking-icon {
  display: block;
  width: 25px;
  height: auto;
}

.closed_when {
  color: #001e3b;
  background-color: #b3a369;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
  font-size: 14px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 20;
}

.photo-block {
  position: relative;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Funeral item */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.funeral-item {
  margin-bottom: 30px;
}

.funeral-item_img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.funeral-item > a {
  display: block;
  box-shadow: 0 5px 10px 2px rgba(181, 142, 24, 0.2),
    0 10px 15px -10px rgba(204, 154, 6, 0.22);
  background: #fff;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}

.funeral-item > a:hover,
.funeral-item > a:focus {
  text-decoration: none;
  box-shadow: 0 20px 25px 2px rgba(181, 142, 24, 0.2),
    0 25px 70px -5px rgba(204, 154, 6, 0.22);
}

.funeral-item > a .funeral-item-body {
  padding: 15px 20px;
  border-radius: 2px 2px 0 0;
  min-height: 530px;
}

.funeral-item > a .funeral-item-footer {
  padding: 5px 20px;
  border-radius: 0 0 2px 2px;
  color: #fff;
  font-size: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}

.funeral-item > a h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.funeral-item > a p {
  margin-bottom: 0;
}

.homepage-box {
  min-height: auto !important;
}

.prague {
  padding-top: 0 !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Stock item */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.stock-item {
  margin: 15px 0;
}

.stock-item__inner {
  padding: 15px;
  text-align: center;
  display: block;
  box-shadow: 0 5px 10px 2px rgba(181, 142, 24, 0.2),
    0 10px 15px -10px rgba(204, 154, 6, 0.22);
  background: #fff;
  border-radius: 2px;
}

.stock-item img {
  margin: 0 auto 20px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.stock-item img:hover,
.stock-item img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.stock-item .btn {
  margin-top: 15px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Blog categories */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.blog-categories {
  padding: 0;
  margin: 0 0 50px 0;
  list-style: none;
}

.blog-categories > li + li {
  border-top: 1px solid #eee;
}

.blog-categories > li a {
  display: block;
  padding: 10px 15px;
  border-radius: 2px;
  color: #001e3b;
  font-size: 18px;
}

.blog-categories > li a:hover,
.blog-categories > li a:focus {
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.blog-categories > li a.active,
.blog-categories > li a.active {
  font-weight: 700;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Blog listing */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.blog-post-listing {
}

.blog-post-listing + .blog-post-listing {
  margin-top: 30px;
}

.blog-post-listing__img {
  display: block;
  border-radius: 2px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.blog-post-listing__heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
}

.blog-post-listing__heading a {
  color: #001e3b;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Same category listing */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.category-post-listing {
}

.category-post-listing__img {
  display: block;
  margin: 0 auto 20px;
  border-radius: 2px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.category-post-listing__heading {
  margin-bottom: 10px;
  font-size: 28px;
}

.category-post-listing__heading a {
  color: #001e3b;
}

@media (max-width: 991px) {
  .category-post-listing + .category-post-listing {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .category-post-listing {
    text-align: center;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Blog detail */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.blog-main-img {
  margin: 0 auto 50px;
  box-shadow: 0 20px 25px 2px rgba(181, 142, 24, 0.2),
    0 25px 70px -5px rgba(204, 154, 6, 0.22);
  border-radius: 2px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Basic csrd */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.basic-card {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 5px 10px 2px rgba(181, 142, 24, 0.2),
    0 10px 15px -10px rgba(204, 154, 6, 0.22);
}

a.basic-card {
}

a.basic-card:hover,
a.basic-card:focus {
  text-decoration: none;
  box-shadow: 0 20px 25px 2px rgba(181, 142, 24, 0.2),
    0 25px 70px -5px rgba(204, 154, 6, 0.22);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.basic-card__header {
}

.basic-card__body {
  padding: 20px;
}

.basic-card__footer {
  padding: 5px 20px;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  );
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Gallery */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.gallery {
}

.gallery__photo {
}

.gallery__photo a {
  display: block;
}

.gallery__photo img {
  border-radius: 2px;
  box-shadow: 0 5px 10px 2px rgba(181, 142, 24, 0.2),
    0 10px 15px -10px rgba(204, 154, 6, 0.22);
}

.gallery__photo a:hover img,
.gallery__photo a:focus img {
  box-shadow: 0 20px 25px 2px rgba(181, 142, 24, 0.2),
    0 25px 70px -5px rgba(204, 154, 6, 0.22);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Team */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.team-member {
  text-align: center;
  padding-bottom: 15px;
}

.team-member img {
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
  border-radius: 50%;
  box-shadow: 0 20px 25px 2px rgba(181, 142, 24, 0.2),
    0 25px 70px -5px rgba(204, 154, 6, 0.22);
}

.team-member .name {
  color: #001e3b;
  font-size: 24px;
  font-weight: 700;
}

.team-member .position {
  font-family: "Merriweather", serif;
}

.team-member ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.team-member ul > li .phone {
  font-weight: 500;
  color: #70709f;
}

.team-member ul > li .btn {
  margin-top: 10px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Images global */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.img-styled {
  display: block;
  border-radius: 2px;
  box-shadow: 0 5px 10px 2px rgba(181, 142, 24, 0.2),
    0 10px 15px -10px rgba(204, 154, 6, 0.22);
}

#attachment_819,
#attachment_820,
#attachment_821,
#attachment_822,
#attachment_823,
#attachment_824,
#attachment_825,
#attachment_826,
#attachment_827,
#attachment_828,
#attachment_829 {
  margin-right: 15px !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Google Map */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.map-full-width {
  width: 100%;
  height: 400px;
}

#map-canvas {
  margin-bottom: 40px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Bootstrap modal */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.modal-content {
  border-radius: 2px;
}

.modal-header {
  padding: 30px;
  background: #f4f4f4;
  border: 0;
}

.modal-title {
  font-size: 28px;
}

.modal-header .close {
  margin-top: 0;
  font-size: 40px;
}

.modal-body {
  padding: 30px;
}

@media (max-width: 767px) {
  .modal-header {
    padding: 15px;
  }

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

  .close {
    font-size: 34px;
  }

  .modal-body {
    padding: 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Colors */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*** Text colors ***/

.text-white {
  color: #ffffff;
}

.text-white .lead {
  color: #ffffff;
}

.text-grey {
  color: #898998;
}

.text-light-grey {
  color: #ccc;
}

.text-green {
  color: #009933;
}

.text-red,
.text-red a {
  color: #e20500 !important;
}

/*** Backgrounds ***/

.bg-white {
  background: #fff;
}

.bg-light-grey {
  background: #f4f4f4;
}

/*** ABOUT US header img and title styles ***/
.about-us-head-img {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}

.about-us-head-img h1 {
  font-size: 68px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
}
@media only screen and (max-width: 1325px) {
  .about-us-head-img {
    background-repeat: no-repeat;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .about-us-head-title {
    display: none;
  }

  .about-us-head-img {
    display: none;
  }
}

.about-us {
  padding-top: 0px !important;
}

/* ZAROVNÁNÍ VARIANT POHŘBŮ */
@media (min-width: 768px) {
  .col-sm-6.funeral-item.add-both-medium {
    height: 490px !important;
  }
}

/*  */
@media (max-width: 1368px) {
  .page-section.initial-section.about-us-head-img {
    height: auto !important;
  }
}

/* tooltip */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #001e3b !important;
}

.tooltip-inner {
  background: #001e3b !important;
}

.tooltip-inner p {
  color: #b3a369;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0 0 15px;
}

.tooltip {
  background-color: #001e3b !important;
}

.bring-item:hover {
  cursor: pointer;
}

.masonryholder {
  column-count: 2;
  column-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .masonryholder {
    column-count: 1;
  }
}

.testimonial-item-masonry {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 5px 10px 2px rgba(181, 142, 24, 0.2),
    0 10px 15px -10px rgba(204, 154, 6, 0.22);
  background: #fff;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  padding: 20px;
  margin: 0 0 15px;
}

/* OLD STYLE */
.testimonial-item {
  display: block;
  box-shadow: 0 5px 10px 2px rgba(181, 142, 24, 0.2),
    0 10px 15px -10px rgba(204, 154, 6, 0.22);
  background: #fff;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 48%;
}

.testimonial-item-title {
  padding: 20px 10px 0;
  color: #001e3b;
  font-weight: 600;
  font-size: 18px;
}

.testimonial-item-body {
  padding: 0 10px 20px;
}

.testimonial-item-footer {
  padding: 5px 20px;
  border-radius: 0 0 2px 2px;
  color: #fff;
  font-size: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#B3A369+0,e0cb67+100 */
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}

.col-md-7 p > iframe {
  max-width: 100%;
}

/* cookies */
#wt-cli-privacy-save-btn {
  background-color: #001e3b !important;
}

.wt-cli-ckyes-brand-logo {
  display: none !important;
}

/* Změna pozadí slideru */
.n2-ss-slider-2.n2-ow {
  background-color: transparent !important;
}
/* Změna buttonu formuláře */
.wpforms-submit {
  padding: 10px 25px !important;
  border-radius: 24px !important;
  background: linear-gradient(
    135deg,
    rgba(179, 163, 105, 1) 0%,
    rgba(224, 203, 103, 1) 100%
  ) !important;
  color: #001e3b !important;
  background-repeat: no-repeat !important;
  margin: auto !important;
}
.wpforms-submit-container {
  display: flex;
  padding-top: 0px !important;
}
