body {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1500px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1300px) {
  body {
    font-size: 16px;
  }
}
body .tempalte-news {
  font-size: 20px;
}
header {
  color: #222222;
  background: transparent;
}
header .logo {
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em;
  font-size: 20px;
  background-color: #ebebeb;
}
header .logo a {
  display: inline-block;
}
header .logo.black {
  background-color: #141414;
}
.header-contact {
  padding: 0;
  margin-top: 2.5em;
  margin-bottom: 0;
  list-style: none;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9em;
}
.header-contact a {
  color: #C8A263;
}
.header-contact a::before {
  margin-right: 0.25em;
  color: #fff;
}
.header-contact .title {
  font-size: 0.8em;
  color: #fff;
}
.website-border {
  border: 1px solid #BBBBBB;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #F7F3EB;
  padding: 20px;
}
.website-border .container.-no-width {
  max-width: 100%;
  width: auto !important;
}
.website-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.website-nav a[class*="fb"] {
  padding: 1em 0;
  text-align: center;
  width: 100%;
  font-family: "Volkhov", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
  color: #718597;
}
.website-nav a[class*="fb"]:hover {
  color: #2f3840;
}
.website-nav a[class*="fb"].active,
.website-nav a[class*="fb"].current {
  background-color: #718597;
  color: #FFF;
}
.website-nav a[class*="fb"] + a[class*="fb"] {
  border-left: 1px solid #ebebeb;
}
.cookie-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  background-color: rgba(246, 83, 20, 0.75);
  display: none;
}
.cookie-bar a {
  color: #FFF;
  text-decoration: underline;
}
.cookie-bar a:hover {
  color: #eeeeee;
}
.cookie-bar i {
  cursor: pointer;
}
.box-white,
.block-download-pdf,
aside .aside-box {
  background-color: #FFF;
  border: 1px solid #ebebeb;
  padding: 2em;
}
.line-header {
  text-align: center;
  background-color: #FFF;
}
.line-slider {
  background-color: #ebebeb;
  margin-bottom: 2em;
  box-shadow: 0 20px 40px 0 #d7d7d7;
}
.block {
  /*
     * --------------------------------------
     */
}
.block-index-column {
  margin-top: 4em;
  margin-bottom: 4em;
}
.block-index-column > div {
  padding: 0 1.5em;
}
.block-index-column > div + div {
  border-left: 1px solid #e4e4e4;
}
.block-index-column .title {
  font-size: 1.1em;
}
.block-download-pdf {
  padding: 40px;
  margin-top: 2em;
}
.block-download-pdf > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-download-pdf > div + div {
  text-align: right;
}
.block-download-pdf .b-dp-content {
  padding: 0 2em;
}
.block-download-pdf .b-dp-title {
  font-family: "Volkhov", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}
.block-download-pdf .b-dp-btn {
  margin-top: 20px;
}
.block-download-pdf .fl-right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.block-reviews .review-header,
.block-reviews .total-review {
  display: none;
}
.block-reviews .stars-container {
  width: auto !important;
}
.block-reviews .author {
  font-weight: bold;
}
.block-reviews .published {
  font-style: italic;
}
.block-reviews .starrating,
.block-reviews form {
  display: none;
  float: none;
  width: 46%;
  margin-left: auto;
  margin-right: auto;
}
.block-reviews starrating {
  margin-bottom: 20px;
}
.block-reviews .pagerating-review {
  vertical-align: middle;
  padding: 0 3.5em;
  margin: 2em 0;
}
.block-reviews .pagerating-review p {
  margin-bottom: 15px;
}
.block-reviews .pagerating-review .rating {
  margin: 10px 0;
  width: auto !important;
}
.block-reviews .pagerating-review .description {
  white-space: normal;
  margin: 10px 0;
  font-size: 0.85em;
}
.block-reviews .swiper-slide-active.pagerating-review {
  border-right: 1px solid #eeeeee;
}
.block-reviews .reply-comment {
  display: none;
}
.block-reviews .review-form {
  float: none;
  margin: auto;
}
.block-review-form-wrap {
  margin-top: 1em;
  border: 1px solid #eeeeee;
  padding: 2em;
  display: none;
}
.block-review-form-wrap .stars-container {
  width: auto !important;
}
.block-review-form-wrap .review-header,
.block-review-form-wrap .total-review,
.block-review-form-wrap .pagerating-list {
  display: none;
}
.block-review-form-wrap .review-header {
  display: none;
}
.block-review-form-wrap .starrating {
  margin-bottom: 10px;
}
.block-review-form-wrap .starrating,
.block-review-form-wrap form {
  font-size: 16px;
}
.block-review-form-wrap form > p:nth-child(1),
.block-review-form-wrap form > p:nth-child(2),
.block-review-form-wrap form > p:nth-child(3) {
  float: left;
  width: 31.333%;
  margin-left: 1%;
  margin-right: 1%;
}
.block-review-form-wrap form > p:nth-child(1) {
  width: 32.333%;
  margin-left: 0;
}
.block-review-form-wrap form > p:nth-child(3) {
  width: 32.333%;
  margin-right: 0;
}
.block-review-form-wrap form .g-recaptcha {
  float: left;
  margin: 0;
  margin-top: -25px;
}
.block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-footer footer {
  padding: 40px;
  background: #000;
  color: #9b9da1;
  font-size: 14px;
  margin-bottom: 70px;
}
.block-footer footer a {
  color: #9b9da1;
}
.block-namm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-namm .b-n-img {
  width: 140px;
}
.block-namm .b-n-desc {
  text-align: center;
}
.block-namm .b-n-desc p {
  margin: 0;
}
.block-bramm {
  text-align: center;
}
.block-bramm p {
  margin-bottom: 15px;
}
.block-bramm .b-n-title {
  font-size: 50px;
  font-weight: normal;
  color: inherit;
  margin-bottom: 15px;
  line-height: 1;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.block-request-a-quote {
  margin-top: 50px;
}
.space-t {
  margin-top: 5em;
}
.space-b {
  margin-bottom: 5em;
}
.page-preview img {
  padding-bottom: 2em;
}
.page-product-nav {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}
.page-map {
  margin-bottom: 2em;
}
ul.contact-info > li {
  margin-bottom: 40px;
}
ul.contact-info > li > * {
  display: inline;
}
ul.contact-info [href*="tel:"] {
  font-weight: bold;
  color: #222222;
}
ul.contact-info [href*="tel:"]:hover {
  color: #000000;
}
ul.contact-info [href*="mailto:"] {
  color: #718597;
  text-transform: uppercase;
  font-weight: bold;
}
ul.contact-info [href*="mailto:"]:hover {
  color: #2f3840;
}
.first {
  font-size: 7em;
  font-size: 7vw;
}
aside .aside-box {
  padding: 40px;
  margin-bottom: 30px;
}
.template-news .news-date {
  display: block;
  margin: 15px 0;
  color: #718597;
}
.template-news .news-date::before {
  margin-right: 10px;
}
#go-top {
  color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}
#go-top:hover,
#go-top:active,
#go-top.active {
  color: #FFF;
  border-color: #718597;
  background-color: #718597;
}
.webPage-go-top {
  color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}
.webPage-go-top:hover,
.webPage-go-top:active,
.webPage-go-top.active {
  color: #FFF;
  border-color: #718597;
  background-color: #718597;
}
.principles-list .swiper-wrapper > .generator-links {
  position: absolute;
  z-index: 10;
  background-color: #718597;
  color: #FFF;
  font-size: 12px;
  padding: 5px;
}
.repatriation-box > .generator-links {
  font-size: 13px;
  margin: 2px;
  background-color: #ffc159;
  color: #222222;
  padding: 4px 8px;
}
.table-price-wrap.Hide:not(.admin) {
  display: none !important;
}
.table-price-wrap.Hide.admin td {
  opacity: 0.5;
  background-color: #eeeeee;
}
.table-price-wrap .edit-status {
  display: inline-block;
  margin-right: 15px;
  padding: 4px 15px;
  font-size: 12px;
}
.table-price-wrap .edit-status .checkbox_radio {
  margin-right: 10px;
}
#table-casket-price span {
  text-align: center;
}
#table-casket-price span:not(:empty) + span {
  display: none;
}
.if-another-price {
  display: inline-block;
  margin: 0;
}
.if-another-price:not(:empty) + * {
  display: none;
}
@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes drift-fadeZoomIn {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes drift-fadeZoomOut {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes drift-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes drift-loader-before {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes drift-loader-after {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.box-zoom-result {
  pointer-events: none;
  top: 0;
  left: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  z-index: 20;
}
.drift-zoom-pane {
  background: #ffffff;
  border: 2px solid #718597;
  /* This is required because of a bug that causes border-radius to not
    work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
  -webkit-animation: drift-fadeZoomIn 180ms ease-out;
}
.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
  -webkit-animation: drift-fadeZoomOut 210ms ease-in;
}
.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
  -webkit-animation: drift-loader-rotate 1800ms infinite linear;
}
.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
  -webkit-animation: drift-loader-before 1800ms infinite linear;
}
.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  -webkit-animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
  -webkit-animation-delay: -900ms;
}
.drift-bounding-box {
  background-color: rgba(0, 0, 0, 0.4);
}
.mess-moderated,
.review-done {
  text-align: center;
  background-color: #f6f6f6;
  margin: 5px auto;
  padding: 15px 0;
  font-size: 14px;
  width: 450px;
  max-width: 100%;
  font-style: italic;
}
.team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
}
.all-inclusive-sticky {
  position: fixed;
  top: 0;
  width: 1600px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
}
.all-inclusive-sticky > * {
  background-color: #FFFFFF;
  color: #222222;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #718597;
  border-radius: 0 0 6px 6px;
  border-top-width: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.progress-tracker .title {
  color: #C8A263;
}
.progress-tracker label {
  color: #FFF;
  font-size: 12px;
}
.progress-tracker input {
  font-size: 13px;
}
.progress-tracker button {
  font-size: 13px;
}
.repatriation-tracking-page .dialog-btn {
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: auto;
  line-height: 2.7em;
  padding: 0 1.75em;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  color: #718597;
  border-color: #d9d9d9;
  background-color: #ebebeb;
  border-radius: 0.25em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: none;
  border: none;
  transition: background 0.3s;
  line-height: 2em;
  font-size: 13px;
  padding: 0 1em;
}
.repatriation-tracking-page .dialog-btn:hover,
.repatriation-tracking-page .dialog-btn:active,
.repatriation-tracking-page .dialog-btn.active {
  color: #718597;
  border-color: #bfbfbf;
  background-color: #d2d2d2;
}
.repatriation-tracking-page .dialog-btn:active,
.repatriation-tracking-page .dialog-btn.active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
.repatriation-tracking-page .suppbodytext {
  border-right: 1px solid #C8A263 !important;
}
.repatriation-tracking-page .suppbodytext td:nth-child(2) {
  text-align: right;
}
.repatriation-tracking-page .ui-dialog-title {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
}
.repatriation-tracking-page .ui-dialog-content {
  padding: 1.5em;
  font-size: 14px;
}
.easyPieChart {
  position: relative;
  text-align: center;
  margin: auto;
  width: 110px;
  height: 110px;
  line-height: 110px;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart {
  float: left;
  margin: 10px;
}
.percentage,
.label {
  text-align: center;
  color: #222222;
  font-weight: 100;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.3em;
}
.credits {
  padding-top: 0.5em;
  clear: both;
  color: #999999;
}
.credits a {
  color: #333333;
}
.dark {
  background: #333333;
}
.dark .percentage-light,
.dark .label {
  text-align: center;
  color: #999999;
  font-weight: 100;
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
form::after {
  content: "";
  display: table;
  clear: both;
}
form p::after {
  content: "";
  display: table;
  clear: both;
}
form .captcha label,
form .captcha input {
  float: left;
  width: 100%;
  font-weight: normal;
}
form .captcha .captcha_field {
  margin-bottom: 1em;
}
form .captcha .recaptcha_links a,
form .captcha .captcha_image a {
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  height: auto;
  line-height: 2.7em;
  padding: 0 1.75em;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  color: #718597;
  border-color: #d9d9d9;
  background-color: #ebebeb;
  border-radius: 0.25em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: none;
  border: none;
  transition: background 0.3s;
  float: left;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2.7em;
  margin-right: 0.25em;
}
form .captcha .recaptcha_links a:hover,
form .captcha .captcha_image a:hover,
form .captcha .recaptcha_links a:active,
form .captcha .captcha_image a:active,
form .captcha .recaptcha_links a.active,
form .captcha .captcha_image a.active {
  color: #718597;
  border-color: #bfbfbf;
  background-color: #d2d2d2;
}
form .captcha .recaptcha_links a:active,
form .captcha .captcha_image a:active,
form .captcha .recaptcha_links a.active,
form .captcha .captcha_image a.active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
form .captcha .recaptcha_links a::before,
form .captcha .captcha_image a::before {
  font-family: flexkit-icons;
  width: 100%;
  float: left;
  margin: 0;
  line-height: inherit !important;
}
form .captcha .captcha_image {
  width: 100% !important;
  height: auto !important;
  float: left;
  text-align: center;
  margin-bottom: 1em;
}
form .captcha .captcha_image br {
  display: none;
}
form .captcha .captcha_image span {
  float: left;
}
form .captcha .recaptcha_links {
  float: left;
  margin-bottom: 1em;
}
form .captcha .recaptcha_links a[href="javascript:Recaptcha.reload();"]::before {
  content: "\e093";
}
form .captcha .recaptcha_links a.recaptcha_only_if_image::before {
  content: "\e0e2";
}
form .captcha .recaptcha_links a.recaptcha_only_if_audio::before {
  content: "\e008";
}
form .captcha .recaptcha_links a.recaptcha_help::before {
  content: "\e0e3";
}
form .captcha #recaptcha_audio_play_again::before {
  content: "\e0e4";
}
form .captcha #recaptcha_audio_download::before {
  content: "\e0e1";
}
@media only screen and (max-width: 480px), only screen and (min-width: 1024px) {
  aside form .captcha .recaptcha_links {
    width: 100%;
  }
  aside form .captcha .recaptcha_links a {
    margin: 0;
    width: 32%;
  }
  aside form .captcha .recaptcha_links a + a {
    margin-left: 2%;
  }
  aside form .captcha .captcha_image span {
    width: 49%;
  }
  aside form .captcha .captcha_image span + br + span {
    margin-left: 2%;
  }
  aside form .captcha .captcha_image a {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  form .captcha .recaptcha_links {
    width: 100%;
  }
  form .captcha .recaptcha_links a {
    margin: 0;
    width: 32%;
  }
  form .captcha .recaptcha_links a + a {
    margin-left: 2%;
  }
  form .captcha .captcha_image span {
    width: 49%;
  }
  form .captcha .captcha_image span + br + span {
    margin-left: 2%;
  }
  form .captcha .captcha_image a {
    margin: 0;
    width: 100%;
  }
}
.tablet form .captcha .captcha_image span,
.mobile form .captcha .captcha_image span {
  width: 100%;
}
form [type="submit"] {
  float: right;
}
form#contact p {
  margin-bottom: 20px;
}
form#contact [type="submit"] {
  float: none;
}
form#contact .form-method-wrap label + label {
  margin-left: 1.5em;
}
form#contact .form-method-wrap .checkbox_radio {
  margin-right: 10px;
}
form#requestaquote h3 {
  font-size: 1em;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
form#requestaquote p {
  margin-bottom: 20px;
}
form#requestaquote [type="submit"] {
  float: none;
  margin-left: 1%;
  color: #FFF;
  border-color: #880509;
  background-color: #BA2530;
}
form#requestaquote [type="submit"]:hover,
form#requestaquote [type="submit"]:active,
form#requestaquote [type="submit"].active {
  color: #FFF;
  border-color: #570306;
  background-color: #8f1d25;
}
fieldset legend {
  font-size: 1.25em;
}
fieldset.unstyled {
  padding: 0;
  border: 0;
}
fieldset.unstyled legend {
  padding: 0;
  margin-bottom: 0.45em;
  font-weight: bold;
}
label,
.label {
  display: block;
  margin-bottom: 0.25em;
}
label[for],
.label[for] {
  cursor: pointer;
}
label[class*="grid_"],
.label[class*="grid_"] {
  margin-bottom: 0;
}
.label-inline label,
.label-inline .label {
  margin-bottom: 0;
  line-height: 2.7em;
}
label.required::after,
.label.required::after {
  color: #f25f5c;
  content: ' *';
}
.notvalid {
  color: #f25f5c;
}
select,
textarea,
input {
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  color: #000000;
  transition: border 0.3s;
}
select:focus,
textarea:focus,
input:focus {
  border-color: #718597;
}
select.success,
textarea.success,
input.success,
select.warning,
textarea.warning,
input.warning,
select.error,
textarea.error,
input.error,
select.info,
textarea.info,
input.info {
  color: #000000;
}
select.success,
textarea.success,
input.success {
  border-color: #4fc752;
}
select.success:focus,
textarea.success:focus,
input.success:focus {
  box-shadow: 0 0 3px #4fc752 inset;
}
select.warning,
textarea.warning,
input.warning {
  border-color: #ffc159;
}
select.warning:focus,
textarea.warning:focus,
input.warning:focus {
  box-shadow: 0 0 3px #ffc159 inset;
}
select.error,
textarea.error,
input.error,
select.notvalid,
textarea.notvalid,
input.notvalid {
  border-color: #f25f5c;
}
select.error:focus,
textarea.error:focus,
input.error:focus,
select.notvalid:focus,
textarea.notvalid:focus,
input.notvalid:focus {
  box-shadow: 0 0 3px #f25f5c inset;
}
select.info,
textarea.info,
input.info {
  border-color: #28b0ed;
}
select.info:focus,
textarea.info:focus,
input.info:focus {
  box-shadow: 0 0 3px #28b0ed inset;
}
select[disabled],
textarea[disabled],
input[disabled],
[disabled] select,
[disabled] textarea,
[disabled] input,
select[disabled]:focus,
textarea[disabled]:focus,
input[disabled]:focus,
select.noedit,
textarea.noedit,
input.noedit,
select.noedit:focus,
textarea.noedit:focus,
input.noedit:focus {
  border-color: #dddddd;
  background: #eeeeee;
  color: #a2a2a2;
  cursor: not-allowed;
  box-shadow: none;
}
input,
select {
  padding: 0 0.5em;
  height: 2.7em;
  line-height: 1.7em;
}
textarea {
  padding: 0.5em;
  min-height: 6.5em;
}
textarea.resize {
  resize: vertical;
}
.forgot-password,
.retrieveFormBlock > form + a {
  float: left;
  margin-top: -42px;
}
.filed-upgrade {
  height: auto;
  position: absolute;
  z-index: -10;
  transition: none;
  opacity: 0;
}
.filed-upgrade.checkbox_radio-wrap {
  height: auto;
  position: inherit;
  line-height: 0;
  z-index: 0;
  transition: none;
  opacity: 1;
}
.filed-upgrade.checkbox_radio-wrap + .checkbox_radio {
  display: none;
}
.filed-upgrade ~ .checkbox_radio {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-size: 16px;
  height: calc(1em + 1px * 2);
  width: calc(1em + 1px * 2);
  line-height: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #bbbbbb;
  color: transparent;
}
.filed-upgrade ~ .checkbox_radio::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.625em;
  height: 0.625em;
}
.filed-upgrade.error ~ .checkbox_radio {
  border-color: #f25f5c;
}
.filed-upgrade:hover ~ .checkbox_radio::before {
  background: rgba(0, 0, 0, 0.1);
}
.filed-upgrade:checked ~ .checkbox_radio {
  border-color: #222222;
}
.filed-upgrade:checked ~ .checkbox_radio::before {
  background: #222222;
}
.filed-upgrade:disabled ~ .checkbox_radio {
  background: #eeeeee !important;
  border-color: #d5d5d5 !important;
  color: transparent;
}
.filed-upgrade:disabled:checked ~ .checkbox_radio::before {
  background: #a2a2a2 !important;
}
.filed-upgrade[type="radio"] ~ .checkbox_radio,
.filed-upgrade[type="radio"] ~ .checkbox_radio::before {
  border-radius: 10em;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio {
  overflow: hidden;
  position: relative;
  width: 4em;
  height: calc(1.25em + 1px * 2);
  line-height: 1.25em;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio::before {
  font-size: 0.6rem;
  line-height: inherit;
  content: 'OFF';
  background: none;
  color: #f25f5c;
  position: static;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  width: 50%;
  text-align: center;
  float: left;
  margin-left: 50%;
}
.filed-upgrade[type="checkbox"].switcher ~ .checkbox_radio::after {
  content: '';
  background: #f25f5c;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  border: 1px solid #fff;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.filed-upgrade[type="checkbox"].switcher:checked ~ .checkbox_radio::before {
  content: 'ON';
  margin-left: 0;
  color: #4fc752;
}
.filed-upgrade[type="checkbox"].switcher:checked ~ .checkbox_radio::after {
  left: 50%;
  background: #4fc752;
}
.filed-upgrade[type="checkbox"].switcher:disabled ~ .checkbox_radio::before {
  color: #a2a2a2 !important;
  background: none !important;
}
.filed-upgrade[type="checkbox"].switcher:disabled ~ .checkbox_radio::after {
  background: #a2a2a2 !important;
}
.input-label {
  position: relative;
}
.input-label label {
  color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0.5em;
  z-index: 1;
  line-height: 2.7em;
  transition: all 0.2s;
}
.input-label input {
  border-width: 0 0 1px;
  box-shadow: none !important;
}
.input-label input:focus + label,
.input-label input:valid + label {
  color: #718597;
  top: -0.9em;
  font-size: 0.85em;
  line-height: 1em;
}
.input-label input.success:focus + label,
.input-label input.success:valid + label {
  color: #4fc752;
}
.input-label input.warning:focus + label,
.input-label input.warning:valid + label {
  color: #ffc159;
}
.input-label input.error:focus + label,
.input-label input.error:valid + label {
  color: #f25f5c;
}
.input-label input.info:focus + label,
.input-label input.info:valid + label {
  color: #28b0ed;
}
.img_gallery {
  margin: 10px 0;
  font-size: 0;
}
.img_gallery li {
  font-size: 1rem;
  position: relative;
  margin: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.img_gallery a img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  padding: 3px;
  background: transparent;
  transition: all 0.3s;
  border: 1px solid #bbbbbb;
}
.img_gallery a img:hover {
  border-color: #718597;
}
.img_gallery .image_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  line-height: 1.5;
  padding: 4px;
  color: #FFF;
  text-align: center;
  font-size: 0.85em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(113, 133, 151, 0.8);
}
.rotator {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}
.rotator .slide-description {
  padding: 10px 16px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.005);
}
.rotator img {
  width: 100%;
}
.rotator img ~ .slide-description {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.cycle-slideshow.principles-list {
  margin-bottom: 40px;
  font-size: 16px;
}
.cycle-slideshow.principles-list p {
  margin-bottom: 10px;
}
.cycle-slideshow > .generator-links {
  position: absolute;
  z-index: 11;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  text-align: center;
}
.line-slider .cycle-slideshow:not(.principles-list) {
  min-height: 350px;
}
.line-slider .cycle-slideshow .slide > .slide-desc-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-filter: blur(0);
}
.line-slider .cycle-slideshow .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, #ebebeb 0%, #ebebeb 51%, rgba(235, 235, 235, 0.45) 68%, rgba(235, 235, 235, 0) 100%);
  background: -webkit-linear-gradient(left, #ebebeb 0%, #ebebeb 51%, rgba(235, 235, 235, 0.45) 68%, rgba(235, 235, 235, 0) 100%);
  background: linear-gradient(to right, #ebebeb 0%, #ebebeb 51%, rgba(235, 235, 235, 0.45) 68%, rgba(235, 235, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#00ebebeb', GradientType=1);
}
.cycle-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style: none;
}
.cycle-slideshow .slide > a.generator-links:not(:first-child),
.cycle-slideshow .slide > a.tpopup:not(:first-child) {
  position: absolute;
  top: 10px;
  left: 10px;
}
.cycle-slideshow #pager-principles {
  bottom: -20px;
  left: 0;
  right: 0;
  top: auto;
}
.cycle-slideshow .cycle-pager,
.cycle-slideshow .cycle-pager-review {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 20;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.cycle-slideshow .cycle-pager > *,
.cycle-slideshow .cycle-pager-review > * {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 3px;
  color: #FFF;
  background: #eeeeee;
  border-radius: 14px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 0;
}
.cycle-slideshow .cycle-pager > *::before,
.cycle-slideshow .cycle-pager-review > *::before {
  font-size: 10px;
}
.cycle-slideshow .cycle-pager > *:hover,
.cycle-slideshow .cycle-pager-review > *:hover {
  background: #5a6b7b;
}
.cycle-slideshow .cycle-pager > *.cycle-pager-active,
.cycle-slideshow .cycle-pager-review > *.cycle-pager-active {
  cursor: default;
  color: #FFF;
  background: #718597;
}
.cycle-slideshow [class*="cycle-"].action-button {
  background: #718597;
  color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 20;
  cursor: pointer;
  margin-top: -19px;
  padding: 10px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 0;
  transition: all 0.3s;
}
.cycle-slideshow [class*="cycle-"].action-button::before {
  font-size: 18px;
}
.cycle-slideshow [class*="cycle-"].action-button:hover {
  background: #5a6b7b;
  color: #FFF;
}
.cycle-slideshow [class*="cycle-"].action-button::before {
  font-family: flexkit-icons;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-prev {
  left: 0;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-prev::before {
  content: "\e0a9";
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-next {
  right: 0;
}
.cycle-slideshow [class*="cycle-"].action-button.cycle-next::before {
  content: "\e0a7";
}
.swiper-container .swiper-pagination,
.swiper-container .swiper-pagination-princ {
  position: relative;
  bottom: 0 !important;
  text-align: center;
}
.swiper-container .swiper-pagination-bullets-dynamic {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C8A263;
}
.swiper-container .swiper-button {
  background: #FFF;
  color: #C8A263;
  position: absolute;
  top: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 20;
  cursor: pointer;
  margin-top: -19px;
  padding: 10px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 0;
  transition: all 0.3s;
}
.swiper-container .swiper-button::before {
  font-size: 18px;
}
.swiper-container .swiper-button::before {
  font-family: flexkit-icons;
}
.swiper-container .swiper-button.swiper-button-prev {
  left: 0;
}
.swiper-container .swiper-button.swiper-button-prev::before {
  content: "\e0a9";
}
.swiper-container .swiper-button.swiper-button-next {
  right: 0;
}
.swiper-container .swiper-button.swiper-button-next::before {
  content: "\e0a7";
}
.swiper-container .swiper-button.swiper-button-disabled {
  pointer-events: all;
}
@media only screen and (min-width: 1025px) {
  .d-hide,
  .t-visible,
  .m-visible {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .t-hide,
  .d-visible,
  .m-visible {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .m-hide,
  .d-visible,
  .t-visible {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .box-white,
  .block-download-pdf,
  aside .aside-box {
    padding: 5vw;
  }
  .wrap-reviews {
    padding: 20px;
  }
  .wrap-reviews .block-reviews .pagerating-review {
    border-right: none;
  }
  .wrap-reviews .block-reviews .pagerating-review {
    padding: 0;
    margin: 1em 0;
  }
}
@media only screen and (max-width: 1024px) {
  .page-product-nav .featureditem {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: stretch;
    justify-content: stretch;
  }
  .page-product-nav .featureditem li {
    padding: 0;
    width: 24%;
    border-width: 0 !important;
    margin: 0.5%;
    background-color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-product-nav .featureditem li a {
    padding: 15px 0;
    font-size: 16px;
  }
  .list-country-from .featureditem li {
    width: 50%;
  }
  .block-index-column {
    display: block;
  }
  .block-index-column > div {
    border-width: 0 !important;
    margin-bottom: 30px;
    padding: 0 1em;
  }
  .line-header {
    padding-top: 0;
  }
  .news-item {
    display: block;
  }
  form.toaster-quote > * {
    font-size: 16px;
  }
  .block-download-pdf > div + div {
    margin-top: 5vw;
  }
  .product-list.swiper-wrapper .product-price {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .list-country-from .featureditem li {
    width: 100%;
  }
  .product-options .product-option:not(.hidden) {
    width: 98%;
  }
  .place-for-custom-fields > div,
  #plugin-quote-quoteform > div,
  .place-for-custom-fields > p,
  #plugin-quote-quoteform > p {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0;
  }
  .page-product-nav .featureditem li {
    width: 49%;
  }
  .panel.collapse .collapse-btn {
    display: block;
    position: relative;
    width: 60%;
    margin: 10px auto;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .panel.collapse .panel-header {
    text-align: center;
  }
  .panel.collapse .panel-content {
    padding: 10px;
  }
  [class*="product-carousel-"] .product-item {
    text-align: center !important;
  }
  .team-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
  }
  .team-list > div {
    text-align: center;
    padding: 15px 0;
  }
  .team-list > div + div {
    border-top: 1px solid #718597;
  }
  .block-reviews .starrating,
  .block-reviews .review-form {
    width: 100%;
  }
  .website-border {
    border-width: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .website-border.container {
    max-width: 100%;
  }
  .website-nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .website-nav a {
    border-width: 0 !important;
  }
  .product-carousel-1 .action-button.cycle-prev,
  .product-carousel-2 .action-button.cycle-prev,
  .product-carousel-3 .action-button.cycle-prev {
    left: 0 !important;
  }
  .product-carousel-1 .action-button.cycle-next,
  .product-carousel-2 .action-button.cycle-next,
  .product-carousel-3 .action-button.cycle-next {
    right: 0 !important;
  }
  .product-carousel-1 .product-item,
  .product-carousel-2 .product-item,
  .product-carousel-3 .product-item {
    padding: 15px;
    border-left: 2px solid #C8A263 !important;
  }
  .aside-box h3,
  .aside-box .h3 {
    font-size: 1.15em;
  }
  p {
    margin-bottom: 15px;
  }
  .featureditem[class*="category-"] > * {
    font-size: 16px;
  }
  .index-list .featureditem li {
    margin-bottom: 2vw;
    padding: 3vw;
  }
  .index-list .featureditem li .page-title {
    font-size: 1.05em;
  }
  .index-list .featureditem li .page-teaser-image {
    padding: 2vw 0;
  }
  .block-download-pdf p {
    margin-bottom: 10px;
  }
  .block-download-pdf > div {
    display: block;
    text-align: center !important;
  }
  .block-download-pdf > div + div {
    margin-top: 10vw;
  }
  .block-download-pdf > div img {
    max-width: 40vw;
  }
  .block-download-pdf .b-dp-content {
    margin-top: 15px;
    padding: 0;
  }
  .block-footer footer {
    padding: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .block-footer footer > div {
    padding: 30px 0;
  }
  .block-namm {
    display: block;
  }
  .block-namm .b-n-img {
    width: 98%;
    text-align: center;
    margin-bottom: 15px;
  }
  .block-namm .b-n-desc {
    text-align: center;
  }
  .block-namm .b-n-desc p {
    margin: 0;
  }
  .block-bramm {
    text-align: center;
  }
  .block-bramm .b-n-title {
    font-size: 50px;
    font-weight: normal;
    color: inherit;
    margin-bottom: 15px;
    line-height: 1;
    font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  }
  .captcha,
  .captcha img {
    width: 100%;
  }
  .product-list:not(.swiper-wrapper) .product-item .product-title,
  .product-list:not(.swiper-wrapper) .product-item .product-price {
    display: block;
    width: 100%;
    text-align: left;
  }
  div.product .product-above-image {
    display: block;
    text-align: center;
  }
  div.product .product-above-image button {
    margin: 10px auto;
  }
  div.product .product-name {
    text-align: center;
  }
  div.product .product-price-wrap {
    text-align: center;
  }
  div.product .product-sku {
    text-align: center;
  }
  div.wrap-memorial-colors#colors {
    padding: 5vw;
  }
  div.wrap-memorial-colors#colors .list {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  div.wrap-memorial-colors#colors .list label {
    margin: 0 0 15px !important;
    width: 25%;
  }
  div.wrap-memorial-colors#colors .list label .color-preview {
    width: 80%;
    padding-top: 80%;
    height: auto;
    margin: auto;
  }
  img[style*="float: left"],
  img[style*="float:left"],
  img[style*="float: right"],
  img[style*="float:right"] {
    float: none !important;
    display: block;
    margin: 0 auto 1em;
  }
  form [type="submit"],
  form [type="button"] {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
html.mobile,
html.tablet {
  overflow: hidden;
}
html.mobile::before,
html.tablet::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  background-color: #718597;
}
html.mobile .mobile-loader,
html.tablet .mobile-loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 102;
}
html.mobile .mobile-loader::after,
html.tablet .mobile-loader::after,
html.mobile .mobile-loader::before,
html.tablet .mobile-loader::before {
  margin: auto;
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
}
html.mobile .mobile-loader::after,
html.tablet .mobile-loader::after {
  animation: rotate 1.45s linear infinite;
  width: 4em;
  height: 4em;
}
html.mobile .mobile-loader::before,
html.tablet .mobile-loader::before {
  animation: rotate 1.85s linear infinite;
  width: 4.75em;
  height: 4.75em;
}
html.mobile.loaded,
html.tablet.loaded {
  overflow: initial;
}
html.mobile.loaded::before,
html.tablet.loaded::before {
  content: none;
}
html.mobile.loaded .mobile-loader,
html.tablet.loaded .mobile-loader {
  display: none;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /* Images, vectors and such */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    /* Chrome + Safari 6 */
    -moz-filter: grayscale(100%);
    /* Future proof */
    -ms-filter: grayscale(100%);
    /* Future proof */
    -o-filter: grayscale(100%);
    /* Future proof */
    filter: grayscale(100%);
    /* Future proof or polyfilled */
  }
  .print-hide,
  header,
  footer,
  nav,
  aside {
    display: none !important;
  }
  .print-visible {
    display: block !important;
  }
  .print-visible-inline {
    display: inline !important;
  }
  .print-page-break-inside,
  img,
  table {
    page-break-inside: avoid;
  }
  .print-page-break,
  article + article {
    page-break-before: always;
  }
  a::after {
    color: #888888;
    margin: 0 0 0 0.5em;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
  }
  a.btn::after,
  a.page-title::after {
    margin: 0;
    display: block;
  }
  a.page-teaser-image::after,
  .page-teaser-image a::after,
  .gmaps a::after,
  a._lbox::after {
    display: none;
  }
  a[href*=".html"]::after,
  a[href^="http"]::after,
  a[href^="//"]::after {
    content: "(" attr(href) ")";
  }
}
