@import url(vasa-blessed1.css);

.clearfix:after,
.search-page .search-result .result-item:after,
.social-feed-partial-vasa .social:after,
.social-feed-partial-vasa:after,
.social-feed-partial .social:after,
.social-feed-partial:after,
.start-page .inspiration:after,
.start-page .top-calendar-items:after,
.todayblock .calendar ul:after,
.todayblock .calendar ul li:after,
header .slide-menu .accessibility-group .accessibility-selector:after,
header .slide-menu .accessibility-group .languages:after,
header .slide-menu .accessibility-group__wrapper:after,
header .top-menu__brand:after {
  clear: both;
}

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

.pull-right {
  float: right!important;
}

.pull-left {
  float: left!important;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none!important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table!important;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell!important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important;
  }

  table.visible-sm {
    display: table!important;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block!important;
  }

  table.visible-md {
    display: table!important;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }

  table.visible-lg {
    display: table!important;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }
}

.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  table.visible-print {
    display: table!important;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell!important;
  }
}

.visible-print-block {
  display: none!important;
}

@media print {
  .visible-print-block {
    display: block!important;
  }
}

.visible-print-inline {
  display: none!important;
}

@media print {
  .visible-print-inline {
    display: inline!important;
  }
}

.visible-print-inline-block {
  display: none!important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important;
  }
}

@media print {
  .hidden-print {
    display: none!important;
  }
}

html {
  font-size: 1rem;
}

.section img,
main img,
section img {
  height: auto;
  max-width: 100%;
}

.section.row,
main.row,
section.row {
  margin: 0;
}

picture img {
  height: 100%;
  width: 100%;
  min-height: 100%!important;
  object-fit: cover;
}

.head-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.head-wrap:after,
.head-wrap:before {
  content: " ";
  display: table;
}

.head-wrap:after {
  clear: both;
}

.head-wrap>div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .head-wrap>div {
    float: left;
    width: 91.66667%;
    margin-left: 8.33333%;
  }
}

@media (min-width:1200px) {
  .head-wrap>div {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.content-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.content-wrap:after,
.content-wrap:before {
  content: " ";
  display: table;
}

.content-wrap:after {
  clear: both;
}

.content-wrap .main-area {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .content-wrap .main-area {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width:992px) {
  .content-wrap .main-area {
    margin-left: 8.33333%;
    float: left;
    width: 58.33333%;
  }
}

@media (min-width:1200px) {
  .content-wrap .main-area {
    margin-left: 16.66667%;
    float: left;
    width: 41.66667%;
  }
}

.content-wrap .main-area .main-content {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}

.content-wrap .main-area .main-content:after,
.content-wrap .main-area .main-content:before {
  content: " ";
  display: table;
}

.content-wrap .main-area .main-content:after {
  clear: both;
}

.content-wrap .main-area .main-content>div {
  float: left;
  width: 100%;
}

.content-wrap .main-area .main-content>div,
.content-wrap .right-area {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .content-wrap .right-area {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width:992px) {
  .content-wrap .right-area {
    float: left;
    width: 25%;
  }
}

@media only screen and (max-width:991px) {
  .content-wrap .right-area {
    padding: 0;
  }
}

.content-wrap .right-area .block {
  padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
  .content-wrap .right-area .block {
    padding-bottom: 15px;
  }
}

.content-wrap .article-body {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .content-wrap .article-body {
    float: left;
    width: 83.33333%;
    margin-left: 8.33333%;
  }
}

@media (min-width:1200px) {
  .content-wrap .article-body {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.content-wrap .article-body .main-body-blockarea {
  margin-left: -15px;
  margin-right: -15px;
}

.content-wrap .article-body .main-body-blockarea:after,
.content-wrap .article-body .main-body-blockarea:before {
  content: " ";
  display: table;
}

.content-wrap .article-body .main-body-blockarea:after {
  clear: both;
}

.content-wrap .article-body .main-body-blockarea>div {
  padding-top: 24px;
}

.content-wrap .bottom-area {
  margin-left: -15px;
  margin-right: -15px;
}

.content-wrap .bottom-area:after,
.content-wrap .bottom-area:before {
  content: " ";
  display: table;
}

.content-wrap .bottom-area:after {
  clear: both;
}

.content-wrap .bottom-area .display-as-row .block {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width:991px) {
  .content-wrap .bottom-area .display-as-row .block {
    width: 100%;
  }
}

.content-wrap .bottom-area>div {
  display: flex;
  flex-wrap: wrap;
}

.content-wrap .bottom-area .article-second-heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.content-wrap .bottom-area .block {
  padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
  .content-wrap .bottom-area .block {
    padding-bottom: 15px;
  }
}

.bottom-area {
  margin-left: -15px;
  margin-right: -15px;
}

.bottom-area:after,
.bottom-area:before {
  content: " ";
  display: table;
}

.bottom-area:after {
  clear: both;
}

.sharing .at-share-tbx-element .at-share-btn:focus {
  outline-offset: 2px;
}

.pager li a {
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
  border: none;
  color: #fff;
  font-weight: 400;
  padding: 5px 10px;
}

.pager li a:hover {
  color: #fff;
}

.pager li span {
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
  border: none;
  padding: 5px 10px;
}

.topdown-arrow {
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
  bottom: 0;
  z-index: 9999!important;
  right: 1em;
  margin-bottom: 1em;
  padding: 11px 14px;
}

.topdown-arrow,
.topdown-arrow:focus,
.topdown-arrow:hover {
  color: #fff;
  text-decoration: none;
}

.topdown-arrow:focus {
  outline-color: #fff;
  outline-offset: -4px;
}

.scrolldown {
  display: none;
}

@media only screen and (min-width:992px) {
  .scrolldown {
    display: block;
    position: fixed;
  }
}

.totop {
  display: none;
}

@media only screen and (min-width:992px) {
  .totop {
    display: block;
    position: fixed;
  }
}

.image-text {
  font-size: .85rem;
  margin-bottom: 11px;
}

.first-image-text {
  margin-top: 11px;
  margin-bottom: 0;
}

.rtl {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.grecaptcha-badge {
  display: none;
}

.form-horizontal .checkbox-inline {
  padding-top: 0;
  padding-bottom: 7px;
}

.form-horizontal .checkbox-margin {
  font-size: 1rem;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.modal {
  z-index: 99999;
}

.no-scroll {
  overflow: hidden!important;
  max-height: 100vh;
}

.heading-arrow,
.heading-arrow-white,
.heading-arrow-white a,
.heading-arrow a {
  text-decoration: none;
}

.heading-arrow-white:before,
.heading-arrow:before {
  font-family: icomoon;
  text-align: center;
  content: "\EDDE";
  -moz-transition: transform .1s linear;
  -webkit-transition: transform .1s linear;
  -o-transition: transform .1s linear;
  transition: all .1s ease;
}

.heading-arrow,
.heading-arrow a,
.heading-arrow a:hover {
  color: #222;
}

.heading-arrow:hover {
  text-decoration: none;
}

.heading-arrow:hover:before {
  padding-left: 4px;
  margin-right: -4px;
}

.link-arrow {
  margin-bottom: 11px;
}

.link-arrow a {
  padding-left: 20px;
}

.link-arrow a:before {
  font-family: icomoon;
  text-align: center;
  content: "\EDDE";
  display: inline-block;
  -moz-transition: transform .1s linear;
  -webkit-transition: transform .1s linear;
  -o-transition: transform .1s linear;
  transition: all .1s ease;
  padding-right: 6px;
}

.link-arrow a:hover:before {
  padding-right: 2px;
  padding-left: 4px;
}

table {
  margin-bottom: .6875rem;
}

table.table-responsive {
  border: none;
  display: block;
}

table tbody tr td,
table tbody tr th,
table thead tr td,
table thead tr th {
  padding: 10px 15px;
}

table thead th {
  font-weight: 700;
}

@media print {
  .visible-print-only {
    display: block!important;
  }

  #__ba_panel .textDiv .customText {
    display: none;
  }
}

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

footer .footer-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .footer-menu .footer-information-wrapper .footer-information {
  text-align: center;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 15px;
}

@media only screen and (min-width:480px) {
  footer .footer-menu .footer-information-wrapper .footer-information {
    width: 50%;
  }
}

footer .footer-menu .footer-information-wrapper .footer-information:nth-child(2n+3) {
  clear: left;
}

footer .footer-menu .footer-information-wrapper .footer-information span {
  font-size: 2.4rem;
}

footer .footer-menu .footer-information-wrapper .footer-information p {
  margin-bottom: 0;
}

footer .footer-menu .footer-links {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width:480px) {
  footer .footer-menu .footer-links {
    width: 50%;
  }
}

@media only screen and (min-width:768px) {
  footer .footer-menu .footer-links {
    text-align: left;
    width: 25%;
  }
}

footer .footer-menu .footer-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

footer .footer-menu .footer-links ul li {
  line-height: 1.7;
}

footer .footer-menu a {
  text-decoration: underline;
}

footer .logotypes {
  padding: 2em;
  text-align: center;
  clear: left;
}

footer .logotypes .logos {
  margin: auto;
}

footer .logotypes .logos .logos-content {
  display: inline-block;
}

@media only screen and (min-width:992px) {
  footer .logotypes .logos .logos-content .block {
    width: auto;
  }
}

footer .logotypes .logos .logos-content .block .image-block {
  padding: 10px 0;
}

@media only screen and (min-width:992px) {
  footer .logotypes .logos .logos-content .block .image-block {
    height: 100px;
  }
}

@media only screen and (min-width:1200px) {
  footer .logotypes .logos .logos-content .block .image-block {
    padding: 40px 30px 20px;
  }
}

footer .logotypes .logos .logos-content .block .image-block img {
  width: 140px;
}

@media only screen and (min-width:992px) {
  footer .logotypes .logos .logos-content .block .image-block img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

footer .mapblock .map-info {
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 17px;
  width: 100%;
}

@media only screen and (min-width:992px) {
  footer .mapblock .map-info {
    position: absolute;
    margin-top: 0;
    width: 25%;
    top: 20px;
    right: 5%;
  }
}

@media only screen and (min-width:1600px) {
  footer .mapblock .map-info {
    position: absolute;
    width: 15%;
    right: 10em;
  }
}

footer .mapblock .map-info .main-body p {
  margin-bottom: 0;
}

footer .mapblock .map-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sharing-source {
  border-top: 3px solid #efefef;
  padding: 10px 0 30px;
  text-align: left;
}

.sharing-button-container {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
}

@media only screen and (min-width:480px) {
  .sharing-button-container {
    margin-left: 15px;
  }
}

.article-button,
.push-30 {
  padding-bottom: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-120 {
  padding-top: 120px;
}

.push-15 {
  padding-bottom: 15px;
}

.no-padding-t-b {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.margin-top--100 {
  margin-top: -100px;
}

.no-pull {
  margin-top: 0!important;
}

.no-margin {
  margin: 0!important;
}

.no-margin-top {
  margin-top: 0;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.no-margin-lr {
  margin-left: 0;
  margin-right: 0;
}

.text-left {
  text-align: left!important;
}

.text-muted {
  color: #727779;
}

@media only screen and (max-width:600px) {
  .hidden-600 {
    display: none;
  }
}

@media only screen and (min-width:600px) {
  .visible-600 {
    display: none;
  }
}

.shortcuts,
.social-links {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
  margin-right: 0;
  background-color: #333;
  padding: 15px;
}

.shortcuts:after,
.shortcuts:before,
.social-links:after,
.social-links:before {
  content: " ";
  display: table;
}

.shortcuts:after,
.social-links:after {
  clear: both;
}

@media only screen and (min-width:768px) {
  .shortcuts,
  .social-links {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width:992px) {
  .shortcuts,
  .social-links {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.shortcuts .shortcut,
.shortcuts .social-link,
.social-links .shortcut,
.social-links .social-link {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100px;
  padding: 15px;
  border: 1px solid #efefef;
  font-size: 1rem;
  color: #fff;
  border: none;
  position: relative;
}

.shortcuts .shortcut:hover,
.shortcuts .social-link:hover,
.social-links .shortcut:hover,
.social-links .social-link:hover {
  background-color: #1c1c1c;
  cursor: pointer;
}

@media only screen and (min-width:768px) {
  .shortcuts .shortcut,
  .shortcuts .social-link,
  .social-links .shortcut,
  .social-links .social-link {
    text-align: left;
    height: 100px;
  }

  .shortcuts .shortcut:first-child,
  .shortcuts .social-link:first-child,
  .social-links .shortcut:first-child,
  .social-links .social-link:first-child {
    margin-top: 0;
  }
}

@media (min-width:768px) {
  .shortcuts .shortcut,
  .shortcuts .social-link,
  .social-links .shortcut,
  .social-links .social-link {
    float: left;
    width: 25%;
  }
}

.shortcuts .shortcut .shortcut-text,
.shortcuts .shortcut .social-link-text,
.shortcuts .social-link .shortcut-text,
.shortcuts .social-link .social-link-text,
.social-links .shortcut .shortcut-text,
.social-links .shortcut .social-link-text,
.social-links .social-link .shortcut-text,
.social-links .social-link .social-link-text {
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-size: .75rem;
}

.shortcuts .shortcut .shortcut-text:focus,
.shortcuts .shortcut .shortcut-text:hover,
.shortcuts .shortcut .social-link-text:focus,
.shortcuts .shortcut .social-link-text:hover,
.shortcuts .social-link .shortcut-text:focus,
.shortcuts .social-link .shortcut-text:hover,
.shortcuts .social-link .social-link-text:focus,
.shortcuts .social-link .social-link-text:hover,
.social-links .shortcut .shortcut-text:focus,
.social-links .shortcut .shortcut-text:hover,
.social-links .shortcut .social-link-text:focus,
.social-links .shortcut .social-link-text:hover,
.social-links .social-link .shortcut-text:focus,
.social-links .social-link .shortcut-text:hover,
.social-links .social-link .social-link-text:focus,
.social-links .social-link .social-link-text:hover {
  text-decoration: none;
}

@media only screen and (min-width:768px) {
  .shortcuts .shortcut .shortcut-text,
  .shortcuts .shortcut .social-link-text,
  .shortcuts .social-link .shortcut-text,
  .shortcuts .social-link .social-link-text,
  .social-links .shortcut .shortcut-text,
  .social-links .shortcut .social-link-text,
  .social-links .social-link .shortcut-text,
  .social-links .social-link .social-link-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width:992px) {
  .shortcuts .shortcut .shortcut-text,
  .shortcuts .shortcut .social-link-text,
  .shortcuts .social-link .shortcut-text,
  .shortcuts .social-link .social-link-text,
  .social-links .shortcut .shortcut-text,
  .social-links .shortcut .social-link-text,
  .social-links .social-link .shortcut-text,
  .social-links .social-link .social-link-text {
    font-size: 1rem;
  }
}

@media print {
  .shortcuts .shortcut .shortcut-text,
  .shortcuts .shortcut .social-link-text,
  .shortcuts .social-link .shortcut-text,
  .shortcuts .social-link .social-link-text,
  .social-links .shortcut .shortcut-text,
  .social-links .shortcut .social-link-text,
  .social-links .social-link .shortcut-text,
  .social-links .social-link .social-link-text {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.shortcuts .shortcut .shortcut-text span,
.shortcuts .shortcut .social-link-text span,
.shortcuts .social-link .shortcut-text span,
.shortcuts .social-link .social-link-text span,
.social-links .shortcut .shortcut-text span,
.social-links .shortcut .social-link-text span,
.social-links .social-link .shortcut-text span,
.social-links .social-link .social-link-text span {
  font-size: 2.4rem;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width:992px) {
  .shortcuts .shortcut .shortcut-text span,
  .shortcuts .shortcut .social-link-text span,
  .shortcuts .social-link .shortcut-text span,
  .shortcuts .social-link .social-link-text span,
  .social-links .shortcut .shortcut-text span,
  .social-links .shortcut .social-link-text span,
  .social-links .social-link .shortcut-text span,
  .social-links .social-link .social-link-text span {
    font-size: 2rem;
  }
}

.shortcuts .shortcut .social-link-text,
.shortcuts .social-link .social-link-text,
.social-links .shortcut .social-link-text,
.social-links .social-link .social-link-text {
  text-transform: none!important;
}

.shortcuts .social-link,
.social-links .social-link {
  font-family: Open Sans,Arial,sans-serif!important;
  font-size: 1rem!important;
  font-weight: 300;
}

.calendar-page {
  min-height: 1300px;
}

.calendar-page .top-event {
  color: #fff;
  margin: 35px 0;
}

.calendar-page .top-event a:not(.btn) {
  color: #fff;
}

.calendar-page .top-event>.row {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.calendar-page .top-event .program-text {
  padding: 25px 25px 10px;
}

@media only screen and (min-width:992px) {
  .calendar-page .top-event .program-text {
    padding: 35px 10px 35px 35px;
  }
}

.calendar-page .top-event .program-text .heading {
  margin-top: 0;
}

.calendar-page .top-event .program-text .btn,
.calendar-page .top-event .program-text .search-page .filter a,
.search-page .filter .calendar-page .top-event .program-text a {
  margin-right: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width:768px) {
  .calendar-page .top-event .program-text .btn,
  .calendar-page .top-event .program-text .search-page .filter a,
  .search-page .filter .calendar-page .top-event .program-text a {
    margin-bottom: 0;
  }
}

.calendar-page .top-event .program-image {
  padding: 0 25px 25px;
}

@media only screen and (min-width:992px) {
  .calendar-page .top-event .program-image {
    padding: 35px 35px 35px 50px;
  }
}

@media only screen and (min-width:1600px) {
  .calendar-page .top-event .program-image {
    width: 365px;
  }
}

.calendar-page .top-event-intro .main-intro {
  padding-top: 0;
}

.calendar-page .link-back {
  width: 315px;
  margin-top: 15px;
  margin-left: 30px;
}

.calendar-page .calendar-item-list {
  display: none;
}

.calendar-page .calendar-item-list.active,
.calendar-page .calendar-item-list a {
  display: block;
}

.calendar-page .calendar-body {
  position: relative;
}

.calendar-page .calendar-body .fc-toolbar {
  margin-bottom: .5em;
}

.calendar-page .calendar-body .fc-toolbar h2 {
  font-size: 1.8rem;
  margin: 2px 0;
}

.calendar-page .calendar-body .calendar-view {
  position: sticky;
}

@media print {
  .calendar-page .calendar-body .calendar-view {
    position: relative!important;
  }
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
  .calendar-page .calendar-body .calendar-view.js-is-sticky,
  .calendar-page .calendar-body .calendar-view.js-is-sticky--change {
    right: 2.8%;
    position: fixed!important;
  }

  .calendar-page .calendar-body .calendar-view.js-is-stuck {
    right: 0;
    position: absolute!important;
    top: auto!important;
  }
}

@media only screen and (min-width:992px) {
  .calendar-page .calendar-body .calendar-view {
    float: right!important;
  }
}

@media screen and (max-width:1199px) {
  .calendar-page .calendar-body .calendar-view {
    position: static!important;
  }
}

@media screen and (max-width:1199px) and (-ms-high-contrast:active),screen and (max-width:1199px) and (-ms-high-contrast:none) {
  .calendar-page .calendar-body .calendar-view.js-is-sticky,
  .calendar-page .calendar-body .calendar-view.js-is-stuck {
    position: relative!important;
    right: auto;
  }
}

@media only screen and (min-width:1200px) {
  .calendar-page .calendar-body .calendar-view h3 {
    margin-left: 30px;
  }
}

.calendar-page .calendar-body .calendar-view .indicator {
  width: 13px;
  height: 15px;
  border: none;
  border-radius: 10px;
  background-color: #cdcdc8;
}

.calendar-page .calendar-body .calendar-view .current-day {
  background-color: #f3f3f1;
}

.calendar-page .calendar-body .calendar-view .fc-toolbar {
  margin-top: 30px;
}

.calendar-page .calendar-body .calendar-view .fc td,
.calendar-page .calendar-body .calendar-view .fc th {
  cursor: pointer;
}

.calendar-page .calendar-body .calendar-view .fc td.fc-other-month {
  cursor: auto;
}

.calendar-page .calendar-body .calendar-view .fc button {
  width: 44px;
  height: 44px!important;
  background: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  box-shadow: none;
}

.calendar-page .calendar-body .calendar-view .fc button .button-text {
  display: none;
}

.calendar-page .calendar-body .calendar-view .fc button .fc-icon {
  height: auto;
  border-radius: 50%;
  padding: 4px;
}

.calendar-page .calendar-body .calendar-view .fc-row {
  border-right-width: 0!important;
}

.calendar-page .calendar-body .calendar-view .fc-row .fc-content-skeleton {
  padding-bottom: 0;
}

.calendar-page .calendar-body .calendar-view .fc-day-grid-container {
  height: auto!important;
  overflow-y: hidden!important;
}

.calendar-page .calendar-body .calendar-view .fc-basic-view .fc-body .fc-row {
  height: auto!important;
  min-height: auto!important;
}

.calendar-page .calendar-body .calendar-view .fc-widget-header {
  margin-right: 0!important;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number:not(.empty):not(.fc-past):not(.fc-other-month):hover,
.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-today {
  color: #fff;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number {
  font-weight: 700;
  text-align: center!important;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number.empty {
  font-weight: 400;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number.empty:hover {
  cursor: default;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number.empty:not(.fc-today),
.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number.fc-past {
  opacity: .3;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number.empty:not(.fc-today):hover,
.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number.fc-past:hover {
  background: transparent;
  cursor: default;
}

.calendar-page .calendar-body .calendar-view .calendar-page .calendar-body .calendar-view .current-day {
  background: #949494!important;
}

.calendar-page .calendar-body .calendar-affix-wrapper {
  min-height: 50px;
}

.calendar-page .calendar-body .calendar-affix-wrapper .calendar-affix {
  top: 0;
}

@media only screen and (max-width:1200px) {
  .calendar-page .calendar-body .calendar-affix-wrapper .calendar-affix {
    position: static;
  }
}

.calendar-page .calendar-body .calendar-affix.affix-bottom {
  position: absolute;
}

.calendar-page .calendar-body .calendar-wrapper {
  width: 100%;
}

@media only screen and (min-width:1200px) {
  .calendar-page .calendar-body .calendar-wrapper {
    width: 315px;
    margin-left: 30px;
  }
}

.calendar-page .calendar-body .calendar-wrapper table {
  margin-bottom: 0;
}

.calendar-page .calendar-body .event-filters {
  margin-top: 40px;
  padding: 15px;
  width: 100%;
  background-color: #f3f3f1;
}

.calendar-page .calendar-body .event-filters input {
  display: none;
}

.calendar-page .calendar-body .event-filters label {
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
}

@media only screen and (min-width:1200px) {
  .calendar-page .calendar-body .event-filters {
    width: 315px;
    margin-left: 30px;
  }
}

.calendar-page .calendar-body .event-filters .btn,
.calendar-page .calendar-body .event-filters .search-page .filter a,
.search-page .filter .calendar-page .calendar-body .event-filters a {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: small;
}

.calendar-page .calendar-body .event-filters .clear-filter-container {
  text-decoration: underline;
  margin-top: 15px;
  clear: both;
}

.calendar-page .calendar-body .event-list {
  margin-top: 15px;
}

@media only screen and (min-width:992px) {
  .calendar-page .calendar-body .event-list {
    float: left;
  }
}

.calendar-page .calendar-body .event-list .date-separator {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 4px solid #7a1214;
}

.calendar-page .calendar-body .event-list .date-separator h3 {
  color: #222;
}

.calendar-page .calendar-body .event-list .event-image {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media screen and (min-width:767px) {
  .calendar-page .calendar-body .event-list .event-image {
    height: 175px;
  }
}

@media only screen and (min-width:992px) {
  .calendar-page .calendar-body .event-list .event-image {
    height: 200px;
  }
}

@media screen and (min-width:1900px) {
  .calendar-page .calendar-body .event-list .event-image {
    height: 250px;
  }
}

.calendar-page .calendar-body .event-list .tag-container .tag,
.calendar-page .calendar-body .event-list .tag-container .tag-solid {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
}

.calendar-page .calendar-body .event-list .desc {
  margin-top: 5px;
  margin-bottom: 2px;
}

.calendar-page .calendar-body .event-list .desc:last-child {
  clear: both;
}

.calendar-page .calendar-body .event-list .filterable {
  padding-top: 15px;
  padding-bottom: 15px;
}

.calendar-page .calendar-body .event-list .filterable h3 {
  clear: both;
}

.calendar-page .calendar-body .event-list .filterable h3 a {
  font-weight: 400;
}

.calendar-page .calendar-body .event-list .filterable p {
  color: #222;
}

@media only screen and (min-width:768px) {
  .calendar-page .calendar-body .event-list .filterable {
    margin: 0;
  }
}

.calendar-page .calendar-body .event-list .choose-view a {
  color: #555;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}

.calendar-page .calendar-body .event-list .choose-view a:focus,
.calendar-page .calendar-body .event-list .choose-view a:hover {
  text-decoration: none;
}

.calendar-page .calendar-body .event-list .choose-view a.active {
  color: #3b386e;
}

.calendar-page .calendar-body .event-list .choose-view a small {
  font-weight: 600;
  display: block;
  margin-top: 5px;
}

.calendar-page .calendar-body .event-list .choose-view span {
  padding: 20px 0;
  font-size: 1.875rem;
}

.calendar-page .calendar-body .event-list .compact-item-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.calendar-page .calendar-body .event-list .compact-item-wrapper .compact-item {
  background-color: #f3f3f1;
  padding: 10px;
}

.calendar-page .calendar-body .event-list .compact-item-wrapper .compact-item h3 {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width:480px) {
  .calendar-page .calendar-body .event-list .compact-item-wrapper .compact-item h3 {
    font-size: 1rem;
  }
}

.calendar-page .calendar-body .event-list .compact-item-wrapper .compact-item .compact-date {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.calendar-page .calendar-body .event-list .compact-item-wrapper .compact-item .compact-content {
  padding-left: 25%;
}

@media only screen and (min-width:480px) {
  .calendar-page .calendar-body .event-list .compact-item-wrapper .compact-item .compact-content {
    padding-left: 15%;
  }
}

.start-page .top-calendar-wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  height: 1820px;
  overflow-y: hidden;
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-wrap {
    height: 510px;
    padding-right: 30px;
  }
}

@media only screen and (min-width:992px) {
  .start-page .top-calendar-wrap {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width:992px) and (min-width:768px) {
  .start-page .top-calendar-wrap {
    margin-left: 8.33333%;
  }
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-wrap {
    height: 640px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width:1400px) and (min-width:768px) {
  .start-page .top-calendar-wrap {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.start-page .calendar-partial-low-height {
  height: 910px;
}

@media only screen and (min-width:768px) {
  .start-page .calendar-partial-low-height {
    height: 240px;
    padding-right: 30px!important;
  }
}

@media only screen and (min-width:1400px) {
  .start-page .calendar-partial-low-height {
    height: 300px;
    padding-right: 15px!important;
  }
}

.start-page .back,
.start-page .fwd {
  display: none;
}

@media only screen and (min-width:768px) {
  .start-page .back,
  .start-page .fwd {
    display: block;
  }
}

.start-page .top-calendar-items {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.start-page .top-calendar-items:after,
.start-page .top-calendar-items:before {
  content: " ";
  display: table;
}

.start-page .top-calendar-items:after {
  clear: both;
}

.start-page .top-calendar-items .top-calendar-wrap {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.start-page .top-calendar-items .top-calendar-wrap ul {
  -webkit-padding-start: 0;
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-items .top-calendar-wrap ul {
    -webkit-padding-start: 20px;
  }
}

.start-page .top-calendar-items .top-calendar-wrap ul li {
  list-style: none;
}

.start-page .top-calendar-items .top-calendar-wrap .calendar-item {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  position: relative;
  padding: 15px;
}

@media only screen and (min-width:992px) {
  .start-page .top-calendar-items .top-calendar-wrap .calendar-item {
    width: auto;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .top-calendar-items .top-calendar-wrap .calendar-item {
    margin: auto;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-items .top-calendar-wrap .calendar-item {
    width: 50%;
  }
}

.start-page .top-calendar-items .top-calendar-wrap .calendar-item .kids-icon {
  background: url(./6fe962ce943da12ea8d5cf9226242318.svg) no-repeat 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.start-page .top-calendar-items .top-calendar-wrap .content {
  width: 100%;
  height: 200px;
  font-size: 1rem;
  position: relative;
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-items .top-calendar-wrap .content {
    font-size: .85rem;
  }
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .top-calendar-wrap .content {
    font-size: 1rem;
  }
}

.start-page .top-calendar-items .top-calendar-wrap .content .box {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-items .top-calendar-wrap .content .box {
    width: 50%;
  }
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .top-calendar-wrap .content {
    height: 262px;
  }
}

.start-page .top-calendar-items .top-calendar-wrap .content .background-image,
.start-page .top-calendar-items .top-calendar-wrap .content picture {
  height: 100%;
}

.start-page .top-calendar-items .top-calendar-wrap .text {
  background-color: #f3f3f1;
  padding: 76px 10px 16px;
  height: 100%;
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-items .top-calendar-wrap .text {
    padding: 42px 20px 16px;
  }
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .top-calendar-wrap .text {
    padding: 70px 20px 16px;
  }
}

.start-page .top-calendar-items .top-calendar-wrap .text h4 {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  font-size: 1.375rem;
}

.start-page .top-calendar-items .top-calendar-wrap .text p {
  color: #222;
}

.start-page .top-calendar-items .date {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: Sabon ET W03 Roman,Garamond,serif;
  text-transform: uppercase;
  color: #fff;
  width: 56px;
  height: 56px;
  padding: 5px;
  background-color: #7a1214;
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .date {
    width: 86px;
    height: 86px;
    padding: 20px;
  }
}

.start-page .top-calendar-items .date .number {
  font-size: 1.6rem;
  line-height: 1.625rem;
  margin: 0;
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .date .number {
    font-size: 2.4rem;
    line-height: 1.875rem;
  }
}

.start-page .top-calendar-items .tag-container {
  top: 50px;
  position: absolute;
  left: 10px;
  width: calc(100% - 20px);
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-items .tag-container {
    top: 20px;
    left: 62px;
    width: 150%;
  }
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .tag-container {
    left: 92px;
  }
}

.start-page .top-calendar-items .tag-container .tag,
.start-page .top-calendar-items .tag-container .tag-solid {
  top: 28px;
  left: 70px;
  position: relative;
  top: 0!important;
  left: 0!important;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  height: 26px;
}

@media only screen and (min-width:1200px) {
  .start-page .top-calendar-items .tag-container .tag,
  .start-page .top-calendar-items .tag-container .tag-solid {
    top: 38px;
    left: 100px;
  }
}

.load-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background: hsla(0,0%,100%,.9);
}

.load-container {
  display: none;
  position: fixed;
  z-index: 25000;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.load-container .dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
}

.disturbance {
  color: #fff;
  background-color: #7a1214;
  padding-bottom: 15px;
}

.disturbance .disturbance-head {
  margin-left: -15px;
  margin-right: -15px;
}

.disturbance .disturbance-head:after,
.disturbance .disturbance-head:before {
  content: " ";
  display: table;
}

.disturbance .disturbance-head:after {
  clear: both;
}

.disturbance .disturbance-head>div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .disturbance .disturbance-head>div {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.disturbance .disturbance-body {
  margin-left: -15px;
  margin-right: -15px;
}

.disturbance .disturbance-body:after,
.disturbance .disturbance-body:before {
  content: " ";
  display: table;
}

.disturbance .disturbance-body:after {
  clear: both;
}

.disturbance .disturbance-body .text {
  position: relative;
  float: left;
  width: 83.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

@media (min-width:992px) {
  .disturbance .disturbance-body .text {
    float: left;
    width: 58.33333%;
    margin-left: 16.66667%;
  }
}

.disturbance .disturbance-body .button {
  width: 100%;
}

@media only screen and (min-width:480px) {
  .disturbance .disturbance-body .button {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width:480px) and (min-width:992px) {
  .disturbance .disturbance-body .button {
    float: left;
    width: 8.33333%;
  }
}

.disturbance a,
.disturbance a:focus,
.disturbance a:hover {
  color: #fff;
}

.disturbance h3 span {
  font-size: 1.6rem;
}

.disturbance .btn,
.disturbance .link-arrow,
.disturbance .search-page .filter a,
.disturbance p,
.disturbance ul li,
.search-page .filter .disturbance a {
  font-size: .7225rem;
}

@media only screen and (min-width:768px) {
  .disturbance .btn,
  .disturbance .link-arrow,
  .disturbance .search-page .filter a,
  .disturbance p,
  .disturbance ul li,
  .search-page .filter .disturbance a {
    font-size: .85rem;
  }
}

.disturbance a:focus {
  outline-color: #fff;
}

.skip-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skip-navigation li.navigation-link {
  display: none;
}

@media only screen and (min-width:992px) {
  .skip-navigation li.navigation-link {
    display: block;
  }
}

.skip-navigation li a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 100%;
  position: absolute;
  top: -52px;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 99999;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.skip-navigation li a:focus {
  top: 0;
  outline-color: #fff;
  outline-offset: -2px;
}

.breadcrumbs {
  font-size: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.breadcrumbs li {
  font-size: .85rem;
}

.breadcrumbs li a {
  text-decoration: underline;
}

.breadcrumbs>li+li:before {
  font-family: icomoon;
  content: "\EDBD";
  font-size: .5rem;
}

.article-page .breadcrumbs {
  text-align: center;
  margin-bottom: 0;
}

.contactcard-page .breadcrumbs,
.social-listing-page .breadcrumbs {
  text-align: center;
}

.story .breadcrumbs {
  text-align: center;
  margin-bottom: 0;
}

.loader-spinner {
  border: 4px solid transparent;
  border-top: 4px solid #222;
  border-right: 4px solid #222;
  border-bottom: 4px solid #222;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: loader-spinner-spin 1s linear infinite;
}

@keyframes loader-spinner-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.instagramblock h3 {
  text-transform: uppercase;
}

.instagramblock .row {
  display: flex;
  flex-wrap: wrap;
}

.instagramblock .instagram-col {
  padding: 0 15px 30px;
}

@media only screen and (min-width:768px) {
  .instagramblock .instagram-col {
    width: 20%!important;
    max-width: 20%!important;
  }

  .instagramblock .instagram-col span {
    font-size: .625rem!important;
  }

  .instagramblock .instagram-col span.profile {
    font-size: .85rem!important;
    margin-right: 2px;
  }
}

@media only screen and (min-width:1200px) {
  .instagramblock .instagram-col span {
    font-size: .9rem!important;
  }

  .instagramblock .instagram-col span.icon-instagram {
    margin-right: 2px;
  }
}

@media only screen and (min-width:1600px) {
  .instagramblock .instagram-col {
    padding-bottom: 0;
  }
}

@media (min-width:1500px) {
  .instagramblock .instagram-col span.profile {
    padding: 5px;
    font-size: .85rem!important;
  }

  .instagramblock .instagram-col span {
    font-size: .9rem!important;
  }
}

.instagramblock .instagram-image {
  padding-bottom: 30px;
}

.instagramblock .instagram-user {
  margin-bottom: 5px;
  margin-top: -15px;
}

.instagramblock .instagram-user a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.instagramblock .instagram-user a .profile {
  margin-right: 5px;
  display: inline-block;
  color: #fff;
}

.instagramblock .instagram-user a img.profile {
  height: 25px;
}

.instagramblock .instagram-user a span.profile {
  background-color: #b06317;
  border-radius: 100px;
  padding: 5px;
  font-size: .85rem;
}

.instagramblock .instagram-user a span {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
}

.block {
  padding-bottom: 15px;
}

.block .block-inner-box,
.block .block-inner-box .block-image {
  position: relative;
}

.block .block-inner-box .tag-no-image {
  top: 0;
  left: 0;
  margin-top: -3px;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .col-sm-10 .half,
  .col-sm-10 .quarter,
  .col-sm-10 .sixth,
  .col-sm-10 .third,
  .col-sm-10 .twothirds,
  .col-sm-12 .half,
  .col-sm-12 .quarter,
  .col-sm-12 .sixth,
  .col-sm-12 .third,
  .col-sm-12 .twothirds {
    width: 50%;
  }
}

#carousel-example-generic>a,
#carousel-example-generic>ol {
  display: none;
}

.script-toggle.enabled {
  display: block!important;
}

a.carousel-control {
  z-index: 9999;
  width: 44px;
  height: 44px;
  top: 46%;
  background-image: none!important;
  margin-right: 5px;
  margin-left: 5px;
  opacity: .9;
}

@media only screen and (max-width:767px) {
  a.carousel-control {
    top: 35%!important;
  }
}

a.carousel-control:hover {
  transition: all .2s ease-in;
}

a.carousel-control:focus {
  outline: 2px solid #fff;
}

a.carousel-control span {
  font-size: 44px;
}

a.carousel-control.left .icon-left:before {
  content: "\EDC4";
}

a.carousel-control.left .icon-left {
  left: 5px;
}

a.carousel-control.right .icon-right:before {
  content: "\EDBC";
}

a.carousel-control.right .icon-right {
  right: 5px;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-inner.initsize .youtubeblock.item:not(.active) {
  display: block;
  visibility: hidden;
  position: absolute;
}

.carousel .block {
  padding-left: 0;
  padding-right: 0;
}

.carousel .youtubeblock .youtube-wrapper {
  background-color: transparent;
}

.carousel .carousel-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  height: 100%;
  padding-top: 56.25%;
}

.carousel .carousel-image .background-image {
  position: absolute;
  top: 0;
}

.carousel .carousel-image.main-body-empty {
  padding-bottom: 82px;
}

@media only screen and (min-width:768px) {
  .carousel .carousel-image.main-body-empty {
    padding-bottom: 68px;
  }
}

.carousel .special-block-heading {
  background-color: #333;
  font-size: .8125rem;
  position: relative;
  width: 100%;
  padding: 7px 15px 22px;
  height: 82px;
  overflow-y: hidden;
}

@media only screen and (min-width:480px) {
  .carousel .special-block-heading {
    font-size: .85rem!important;
  }
}

@media only screen and (min-width:768px) {
  .carousel .special-block-heading {
    height: 68px;
  }
}

@media only screen and (min-width:768px) {
  .carousel .special-block-heading .info-text {
    display: block;
  }
}

.carousel .special-block-heading .show-info-text {
  text-decoration: none;
}

.carousel .carousel-indicators {
  margin-bottom: 0;
  left: 0;
  z-index: 15;
  margin-left: 0;
  width: 100%;
  bottom: 4px;
  background-color: #333;
}

.carousel .carousel-indicators li {
  font-size: 1rem;
}

.carousel .carousel-indicators li.active {
  background-color: #333;
  color: #fff;
}

.carousel .carousel-indicators li:focus {
  outline-color: #fff!important;
}

@media only screen and (min-width:768px) {
  .carousel .carousel-indicators {
    margin-bottom: -10px;
  }
}

.carousel .carousel-indicators li {
  display: inline-block;
  width: auto;
  color: #727779;
  height: auto;
  text-indent: 0;
  border: none;
  border-radius: 0;
  padding: 1px 2px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.carousel .carousel-indicators li.active {
  background-color: transparent;
}

.carousel .carousel-indicators li:focus {
  outline: 2px solid;
  outline-offset: 0;
}

.factblockmodel .fact-icon {
  color: #fff;
  position: absolute;
  padding: 20px 0 0 20px;
  z-index: 1;
}

.factblockmodel .fact-block-wrapper {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
}

.factblockmodel .fact-block-wrapper h3,
.factblockmodel .fact-block-wrapper p {
  text-align: center;
}

.factblockmodel .fact-block-wrapper h3 {
  padding: 40px 40px 0;
  margin-top: 0;
  text-transform: none;
}

.factblockmodel .fact-block-wrapper .main-body {
  padding: 0 40px 30px;
}

.factblockmodel .fact-block-wrapper .main-body ol,
.factblockmodel .fact-block-wrapper .main-body ul {
  padding-left: 18px;
}

.factblockmodel .fact-block-wrapper .main-body a {
  color: #fff;
}

.todayblock .head {
  background-color: #7a1214;
}

.Form__Element {
  margin-bottom: 15px;
}

.Form__Element .optional {
  float: right;
}

.Form__Element__Caption {
  font-weight: 400;
}

.FormSelection.FormTextbox__Input,
.FormSelection select,
input.FormTextbox__Input,
input select,
textarea.FormTextbox__Input,
textarea select {
  background-color: transparent;
  border: 2px solid;
  width: 100%;
  padding: 11px 23px;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -o-transition: transform .3s linear;
  transition: all .3s ease;
}

.FormSelection.FormTextbox__Input:focus,
.FormSelection select:focus,
input.FormTextbox__Input:focus,
input select:focus,
textarea.FormTextbox__Input:focus,
textarea select:focus {
  outline: none;
}

textarea.FormTextbox__Input {
  height: 140px;
}

.FormSelection {
  position: relative;
}

.FormSelection:after {
  font-family: icomoon;
  content: "\EDC1";
  position: absolute;
  top: 45px;
  right: 23px;
  z-index: -1;
}

.FormSelection select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.FormSelection select[multiple] {
  background-color: #fff;
  padding: 0;
}

.FormSelection select[multiple] option {
  padding: 11px 23px;
}

.FormChoice {
  margin-bottom: 0;
}

.FormChoice .Form__Element__Caption {
  width: auto;
  float: left;
  display: inline-block;
  margin-bottom: 11px;
}

.FormChoice label {
  font-weight: 400;
  text-align: left;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 2px 0 2px 25px;
  margin-bottom: 15px;
}

.FormChoice label:before {
  content: "";
  border: 2px solid;
  width: 30px;
  height: 30px;
  cursor: pointer;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -o-transition: transform .3s linear;
  transition: all .3s ease;
}

.FormChoice label.input-checkbox.checked:after {
  font-family: icomoon;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  content: "\ED71";
  cursor: pointer;
  visibility: visible;
  position: absolute;
  top: 5px;
  left: 5px;
}

.FormChoice label.input-radio:before {
  border-radius: 50%;
}

.FormChoice label.input-radio.checked:after {
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  visibility: visible;
  position: absolute;
  top: 8px;
  left: 8px;
}

.FormChoice label .FormChoice__Input--Checkbox,
.FormChoice label .FormChoice__Input--Radio {
  opacity: 0;
  position: relative;
  margin-left: 0;
}

.FormChoice .Form__Element__ValidationError {
  margin-bottom: 15px;
}

.Form__Element__ValidationError {
  font-size: .85rem;
  color: #fff;
  background-color: #b70005;
  display: block;
  padding: 8px 11px;
  margin-top: 3px;
}

.Form__NavigationBar {
  text-align: center;
}

.Form__NavigationBar__Action {
  font-size: 1rem;
  background-image: none;
  border: none;
  border-radius: 0;
  height: auto;
  padding: 5px 15px;
  margin-top: -5px;
}

.Form__NavigationBar__Action.btnPrev {
  float: left;
}

.Form__NavigationBar__Action.btnNext {
  float: right;
}

.Form__NavigationBar__ProgressBar {
  display: inline-block;
}

.youtubeblock {
  height: 100%;
}

@media only screen and (max-width:991px) {
  .youtubeblock {
    width: 100%;
  }
}

.youtubeblock .youtube-wrapper {
  background-color: #333;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
}

.youtubeblock .youtube-wrapper.main-body-empty {
  background-color: #333;
  padding-bottom: 82px;
}

@media only screen and (min-width:768px) {
  .youtubeblock .youtube-wrapper.main-body-empty {
    padding-bottom: 68px;
  }
}

.youtubeblock .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  height: 100%;
  position: absolute;
  z-index: 9;
}

.youtubeblock .youtube-wrapper .missing-video-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}

.youtubeblock .special-block-heading {
  font-size: .8125rem;
  position: relative;
  width: 100%;
  padding: 15px 10px 10px;
}

@media only screen and (min-width:480px) {
  .youtubeblock .special-block-heading {
    font-size: .85rem!important;
  }
}

@media only screen and (min-width:768px) {
  .youtubeblock .special-block-heading .info-text {
    display: block;
  }
}

.youtubeblock .special-block-heading .info-text .video-text {
  margin-bottom: 5px;
}

.youtubeblock .special-block-heading .info-text .link-arrow {
  margin: 0 0 5px;
}

.youtubeblock .special-block-heading .info-text .link-arrow a {
  padding-left: 5px;
}

.youtubeblock .special-block-heading .show-info-text {
  text-decoration: none;
}

.youtubeblock .press-video-loader {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.youtubeblock .press-video-image-wrapper {
  cursor: pointer;
}

.youtubeblock .press-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 15;
}

.youtubeblock .press-video-thumbnail {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
}

.youtubeblock .press-video-text {
  padding: 20px 0;
}

.youtubeblock .press-video-text h3,
.youtubeblock .press-video-text h4 {
  margin: 20px 0 10px;
  color: inherit;
}

.youtubeblock .press-video-link-wrapper {
  margin-top: 5px;
}

.youtubeblock .press-video-link-wrapper a {
  text-decoration: underline;
}

.youtubeblock .press-video-link-wrapper a:hover,
.youtubeblock .press-video-link-wrapper a:hover+.arrow {
  color: #000;
}

.soundcloud-wrapper iframe {
  width: 100%;
}

.soundcloud-wrapper .missing-pod-text {
  background: #f5f5f5;
  width: 772px;
  height: 148px;
  text-align: center;
  padding: 50px 15px;
}

@media only screen and (max-width:991px) {
  .soundcloud-wrapper .missing-pod-text {
    max-width: 298px;
    padding: 26px 15px;
  }
}

.mapblock .map {
  position: relative;
  height: 300px;
  width: 100%;
}

@media only screen and (min-width:1000px) {
  .mapblock .map {
    margin-bottom: 0;
  }
}

.mapblock .map-info {
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  width: 100%;
}

@media only screen and (min-width:992px) {
  .mapblock .map-info {
    position: absolute;
    margin-top: 0;
    width: 30%;
    top: 20px;
    right: 5%;
  }
}

@media only screen and (min-width:1600px) {
  .mapblock .map-info {
    position: absolute;
    width: 30%;
  }
}

.mapblock .map-info a {
  color: #fff;
}

.mapblock .map-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mapblock .map-info .row {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f1;
}

.mapblock .map-info .header-row {
  background-color: #7a1214;
  color: #fff;
}

.mapblock .map-info .marker {
  padding-right: 0;
}

.right-area .map-info {
  width: 100%!important;
  position: relative;
  top: 0;
  right: 0;
}

.pagelistingblock ul {
  list-style: none;
  padding-left: 0;
}

.pdfblock {
  display: table;
  margin-bottom: 10px;
}

.pdfblock .pdf-wrapper {
  display: table-row;
  background-color: #efefef;
}

.pdfblock .pdf-wrapper .pdf-thumbnail {
  display: table-cell;
  height: 100px;
  min-width: 100px;
  width: 100px;
}

.pdfblock .pdf-wrapper .pdf-thumbnail .default-pdf-icon {
  background-color: #fff;
  height: 85px;
  margin: 15px;
  text-align: center;
}

.pdfblock .pdf-wrapper .pdf-thumbnail .default-pdf-icon .icon-file-pdf {
  line-height: 5.3125rem;
}

.pdfblock .pdf-wrapper .pdf-thumbnail .default-pdf-icon .icon-file-pdf:before {
  display: inline-block;
  font-size: 3.125rem;
  vertical-align: middle;
}

.pdfblock .pdf-wrapper .pdf-thumbnail img {
  width: 100%;
  padding: 15px;
}

.pdfblock .pdf-wrapper .pdf-link {
  display: table-cell;
  vertical-align: top;
}

.pdfblock .pdf-wrapper .pdf-link a {
  display: block;
  padding: 20px 10px 10px;
}

.pdfblock .pdf-wrapper .pdf-link p {
  display: block;
  padding: 0 10px;
}

.textblock {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

@media (min-width:992px) {
  .textblock {
    float: left;
    width: 50%;
    margin-left: 25%;
  }
}

.textblock .line {
  display: none;
}

.comment-block-container {
  margin-top: 30px;
}

.comment-block-line {
  border-top: 4px solid;
  margin: 0;
  padding-left: 0;
}

.comment-block-content {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.comment-block-content h2 {
  margin-top: 0;
  padding-top: 25px;
}

.comment-block-content .comment-app {
  padding: 0;
}

.comment-block-content .flex-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.comment-block-content .flex-header .icon-bubbles2 {
  padding: 10px;
  border-radius: 50%;
  margin-top: 10px;
}

.comment-block-content .simple-button {
  background: none;
  border: none;
  text-decoration: underline;
  margin-bottom: 10px;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  align-self: center;
}

.comment-block-content .padding-left {
  padding-left: 20px;
  padding-top: 5px;
}

.comment-block-content .padding-right {
  padding-right: 5px;
}

.comment-block-content .input-error {
  padding: 2px 10px;
  display: block;
}

.comment-block-content #comments-form .input-container {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-left: 0;
}

.comment-block-content #comments-form label {
  text-align: left;
  color: #000;
  padding: 5px 0 2px;
  font-size: 1rem;
}

.comment-block-content #comments-form .label-mandatory {
  text-align: right;
  flex-shrink: 0;
  align-self: center;
}

.comment-block-content #comments-form textarea {
  line-height: 20px;
  padding-left: 20px;
  padding-top: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: none;
  resize: none;
}

.comment-block-content #comments-form .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 8px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comment-block-content #comments-form .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.comment-block-content #comments-form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
}

.comment-block-content #comments-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.comment-block-content #comments-form .checkbox-container input:checked~.checkmark:after {
  display: block;
}

.comment-block-content #comments-form .checkbox-container .checkmark:after {
  left: 8px;
  top: 1px;
  width: 10px;
  height: 20px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comment-block-content #comments-form a {
  padding-left: 35px;
  text-decoration: underline;
  font-size: 12px;
  vertical-align: text-top;
}

.comment-block-content #comments-form .recaptcha {
  margin-top: 15px;
  margin-bottom: 15px;
}

.comment-block-content .comments-list .inner-comment {
  background: none;
  padding-bottom: 10px;
}

.comment-block-content .comments-list .child-comment {
  margin-left: 10px;
  margin-right: 20px;
  padding: 10px 0 10px 10px;
}

.comment-block-content .comments-list .moderator-inner-comment {
  padding: 10px 0 10px 20px;
}

.comment-block-content .comments-list .moderator-child-comment {
  margin-left: 20px;
  padding: 10px 0 10px 20px;
  margin-bottom: 0;
}

.comment-block-content .comments-list .child-comment:not(:first-of-type),
.comment-block-content .comments-list .inner-comment:not(:first-of-type),
.comment-block-content .comments-list .moderator-child-comment:not(:first-of-type),
.comment-block-content .comments-list .moderator-inner-comment:not(:first-of-type) {
  border-top-width: 2px;
  border-top-style: solid;
}

.comment-block-content .comments-list .name {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}

.comment-block-content .comments-list .date {
  margin-bottom: 5px;
}

.comment-block-content .comments-list .moderator-tag {
  text-align: right;
  flex-shrink: 0;
  align-self: center;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 20px;
  margin-top: 10px;
}

.containerblock .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.byline-position {
  position: absolute;
  right: 0;
  padding: 4px 7px;
  font-size: .85rem;
  bottom: 0;
  font-weight: 600;
  z-index: 10;
  background-color: rgba(0,0,0,.4);
  color: #fff;
}

.byline-position.upper {
  top: 0;
  bottom: unset;
  padding: 10px 15px;
}

.byline-position.margin {
  margin-bottom: 11px;
}

.byline-position.background-light {
  background-color: hsla(0,0%,100%,.4);
  color: #222;
}

.byline-position.background-dark {
  background-color: rgba(0,0,0,.4);
  color: #fff;
}

.head-image {
  height: 340px;
}

@media print {
  .head-image {
    height: auto;
  }
}

.head-image .background-image,
.head-image picture {
  height: 340px;
}

.head-image picture {
  z-index: -1;
}

@media only screen and (min-width:600px) {
  .head-image,
  .head-image .background-image,
  .head-image picture {
    height: 500px;
  }
}

@media only screen and (min-width:1200px) {
  .head-image,
  .head-image .background-image,
  .head-image picture {
    height: 600px;
  }
}

.head-image picture,
.start-page picture {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .head-image picture,
  .start-page picture {
    position: relative;
  }
}

.start-page .startpage-blockarea {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.start-page .startpage-blockarea:after,
.start-page .startpage-blockarea:before {
  content: " ";
  display: table;
}

.start-page .startpage-blockarea:after {
  clear: both;
}

.start-page .startpage-blockarea.calender-item .date+.tag-container {
  margin-top: 25px;
}

@media only screen and (max-width:991px) {
  .start-page .startpage-blockarea.calender-item .date+.tag-container {
    margin-top: 0;
  }
}

.start-page .startpage-blockarea.calender-item .block-image {
  display: block;
}

.start-page .inspiration,
.start-page .topblock {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration {
    padding: 0;
  }
}

.start-page .inspiration>div {
  float: left;
}

.start-page .inspiration .text-inner {
  height: 100%;
  max-height: 70px;
}

@media only screen and (min-width:992px) {
  .start-page .inspiration .text-inner {
    max-height: 100px;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .inspiration .text-inner {
    max-height: 200px;
  }
}

.start-page .inspiration .read-more {
  text-decoration: underline;
  margin-bottom: 0;
}

.start-page .inspiration .icon-arrow-right8 {
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 12px;
  z-index: 1;
}

@media only screen and (max-width:991px) {
  .start-page .inspiration .icon-arrow-right8 {
    display: none;
  }
}

.start-page .inspiration .text {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 200px;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .text {
    width: 50%;
    height: 400px;
  }
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .text {
    width: 25%;
    height: 350px;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .inspiration .text {
    height: 500px;
  }
}

.start-page .inspiration .text a {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.start-page .inspiration .text .text-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.start-page .inspiration .text .text-wrapper .tag-container {
  margin-bottom: 15px;
}

.start-page .inspiration .text .text-wrapper .tag-container .tag,
.start-page .inspiration .text .text-wrapper .tag-container .tag-solid {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.start-page .inspiration .text .text-wrapper h2,
.start-page .inspiration .text .text-wrapper h3,
.start-page .inspiration .text .text-wrapper h4 {
  margin-top: 0;
}

.start-page .inspiration .text .text-wrapper h2 a,
.start-page .inspiration .text .text-wrapper h3 a,
.start-page .inspiration .text .text-wrapper h4 a {
  position: relative;
}

.start-page .inspiration .text .triangle-left {
  position: absolute;
  top: -15px;
  left: 44%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .text .triangle-left {
    left: -10px;
    top: 44%;
    border-top: 30px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 30px solid transparent;
    border-left: 0;
  }
}

.start-page .inspiration .text .triangle-right {
  position: absolute;
  bottom: -15px;
  right: 44%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #fff;
  z-index: 1;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .text .triangle-right {
    right: -10px;
    top: 44%;
    border-top: 30px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 30px solid transparent;
    border-right: 0;
  }
}

.start-page .inspiration .icon-cross2,
.start-page .inspiration .icon-info {
  color: #222;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 12px;
}

.start-page .inspiration .icon-info {
  visibility: hidden;
}

@media only screen and (max-width:991px) {
  .start-page .inspiration .icon-info {
    visibility: visible;
  }
}

.start-page .inspiration .icon-cross2 {
  opacity: 0;
}

.start-page .inspiration .media-narrow {
  position: relative;
  width: 100%;
  height: 300px;
}

.start-page .inspiration .media-narrow .image {
  width: 100%;
  height: 100%;
  min-height: 1px;
}

.start-page .inspiration .media-narrow .background-image,
.start-page .inspiration .media-narrow picture {
  height: 300px;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .media-narrow {
    width: 50%;
    height: 400px;
  }

  .start-page .inspiration .media-narrow .background-image,
  .start-page .inspiration .media-narrow picture {
    height: 400px;
  }
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .media-narrow {
    width: 25%;
    height: 350px;
  }

  .start-page .inspiration .media-narrow .background-image,
  .start-page .inspiration .media-narrow picture {
    height: 350px;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .inspiration .media-narrow,
  .start-page .inspiration .media-narrow .background-image,
  .start-page .inspiration .media-narrow picture {
    height: 500px;
  }
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .media-narrow.odd-index {
    margin-top: 0;
  }
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .media-narrow.even-index {
    margin-bottom: 0;
  }
}

.start-page .inspiration .media-narrow a,
.start-page .inspiration .media-wide a {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media print {
  .start-page .inspiration .media-narrow a,
  .start-page .inspiration .media-wide a {
    position: relative;
  }

  .start-page .inspiration .media-narrow .background-image,
  .start-page .inspiration .media-narrow picture,
  .start-page .inspiration .media-wide .background-image,
  .start-page .inspiration .media-wide picture {
    height: auto;
  }

  .start-page .inspiration .media-narrow picture img,
  .start-page .inspiration .media-wide picture img {
    width: auto;
    height: auto;
    min-height: inherit!important;
    object-fit: inherit;
  }
}

.start-page .inspiration .media-wide {
  position: relative;
  width: 100%;
  height: 300px;
}

.start-page .inspiration .media-wide .background-image,
.start-page .inspiration .media-wide picture {
  height: 300px;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .media-wide {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .media-wide {
    width: 50%;
    height: 350px;
  }

  .start-page .inspiration .media-wide .background-image,
  .start-page .inspiration .media-wide picture {
    height: 350px;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .inspiration .media-wide,
  .start-page .inspiration .media-wide .background-image,
  .start-page .inspiration .media-wide picture {
    height: 500px;
  }
}

.start-page .inspiration .media-wide:nth-child(2n-1) {
  clear: left;
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .media-wide:nth-child(2n-1) {
    clear: none;
  }
}

.start-page .inspiration .media-wide .tag-container {
  width: 250px;
  padding-top: 10px;
  padding-left: 10px;
}

.start-page .inspiration .media-wide .tag-container .tag,
.start-page .inspiration .media-wide .tag-container .tag-solid {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.start-page .inspiration .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 9;
}

.start-page .inspiration .youtube-wrapper .ratio {
  height: 100%;
}

.start-page .inspiration .youtube-wrapper .missing-video-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}

.start-page .inspiration .youtube-wrapper .missing-video-text a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.start-page .inspiration .detailed-inspirationblock.media-wide,
.start-page .inspiration .detailed-inspirationblock.media-wide .background-image,
.start-page .inspiration .detailed-inspirationblock.media-wide picture {
  height: 600px;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .detailed-inspirationblock.media-wide,
  .start-page .inspiration .detailed-inspirationblock.media-wide .background-image,
  .start-page .inspiration .detailed-inspirationblock.media-wide picture {
    height: 300px;
  }
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .detailed-inspirationblock.media-wide,
  .start-page .inspiration .detailed-inspirationblock.media-wide .background-image,
  .start-page .inspiration .detailed-inspirationblock.media-wide picture {
    height: 350px;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .inspiration .detailed-inspirationblock.media-wide,
  .start-page .inspiration .detailed-inspirationblock.media-wide .background-image,
  .start-page .inspiration .detailed-inspirationblock.media-wide picture {
    height: 500px;
  }
}

.start-page .inspiration .detailed-inspirationblock .tag-container {
  position: absolute;
}

.start-page .inspiration .detailed-inspirationblock .detail-image-wide {
  width: 100%;
}

.start-page .inspiration .detailed-inspirationblock .detail-image-wide .background-image,
.start-page .inspiration .detailed-inspirationblock .detail-image-wide picture {
  height: 100%;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .detailed-inspirationblock .detail-image-wide {
    width: 70%;
  }
}

.start-page .inspiration .detailed-inspirationblock .detail-image-narrow {
  width: 100%;
}

.start-page .inspiration .detailed-inspirationblock .detail-image-narrow .background-image,
.start-page .inspiration .detailed-inspirationblock .detail-image-narrow picture {
  height: 100%;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .detailed-inspirationblock .detail-image-narrow {
    width: 30%;
  }
}

.start-page .inspiration .detailed-inspirationblock>div {
  float: left;
  height: 25%;
  position: relative;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .detailed-inspirationblock>div {
    height: 50%;
  }
}

.start-page .inspiration .detailed-inspirationblock>div .text {
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.start-page .inspiration .detailed-inspirationblock>div .text .text-content {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  left: 0;
  padding: 15px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

@media only screen and (min-width:992px) {
  .start-page .inspiration .detailed-inspirationblock>div .text .text-content {
    -ms-transform: ranslate(0,-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.start-page .inspiration .detailed-inspirationblock>div .textHidden {
  opacity: 0;
}

.start-page .inspiration .detailed-inspirationblock>div .textVisible {
  opacity: 1;
}

.start-page .inspiration .inspirationblock>div {
  float: left;
  height: 50%;
}

.start-page .inspiration .inspirationblock>div .text {
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.start-page .inspiration .inspirationblock>div .text .text-content {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  left: 0;
  padding: 15px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

@media only screen and (min-width:992px) {
  .start-page .inspiration .inspirationblock>div .text .text-content {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.start-page .inspiration .inspirationblock>div .text .text-content .tag-container-hover {
  margin-bottom: 15px;
}

@media only screen and (max-width:991px) {
  .start-page .inspiration .inspirationblock>div .text .text-content .tag-container-hover {
    display: none;
  }
}

.start-page .inspiration .inspirationblock>div .text .text-content .tag-container-hover .tag,
.start-page .inspiration .inspirationblock>div .text .text-content .tag-container-hover .tag-solid {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.start-page .inspiration .inspirationblock>div .textHidden {
  opacity: 0;
}

.start-page .inspiration .inspirationblock>div .textVisible {
  opacity: 1;
}

@media only screen and (min-width:992px) {
  .start-page .inspiration .inspirationblock-hover:hover .tag-container,
  .start-page .inspiration .inspirationblock-hover a:focus .tag-container {
    opacity: 0;
  }
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .inspirationblock-hover:hover .background-image,
  .start-page .inspiration .inspirationblock-hover a:focus .background-image {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }

  .start-page .inspiration .inspirationblock-hover:hover .text,
  .start-page .inspiration .inspirationblock-hover a:focus .text {
    opacity: 1;
  }

  .start-page .inspiration .inspirationblock-hover:hover .text .text-content,
  .start-page .inspiration .inspirationblock-hover a:focus .text .text-content {
    -webkit-transform: inherit;
    transform: inherit;
  }

  .start-page .inspiration .inspirationblock-hover:hover .icon-arrow-right8,
  .start-page .inspiration .inspirationblock-hover a:focus .icon-arrow-right8 {
    opacity: 0;
  }
}

.start-page .inspiration .inspirationblock-hover .tag-container {
  transition: .2s;
}

.start-page .inspiration .inspirationblock-hover a:focus {
  outline: none;
}

.start-page .inspiration .inspirationblock-hover a:focus .text {
  outline: 2px solid;
  outline-offset: -6px;
}

.fwd {
  right: 0;
}

@media only screen and (min-width:600px) {
  .fwd {
    right: -75px;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .fwd {
    right: -80px;
  }
}

@media only screen and (min-width:1200px) {
  .fwd {
    right: -64px;
  }
}

footer .faq {
  padding: 2em 0;
}

@media only screen and (min-width:480px) {
  footer .faq {
    padding: 2em;
  }
}

@media only screen and (min-width:768px) {
  footer .faq {
    padding: 2em 5em;
  }
}

@media only screen and (min-width:1000px) {
  footer .faq {
    padding: 2em 10em;
  }
}

.simplestartpage-content {
  margin-top: -200px;
  position: relative;
}

.simplestartpage-content .main-content {
  background: #fff;
  padding: 5px 25px 50px;
}

@media only screen and (min-width:768px) {
  .simplestartpage-content .main-content {
    padding: 20px 50px 50px;
  }
}

.simplestartpage-content a {
  font-weight: 600;
}

.calendar-item-page .kids-icon {
  background: url(./6fe962ce943da12ea8d5cf9226242318.svg) no-repeat 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 26px;
  z-index: 9999;
}

.calendar-item-page .tag-container {
  padding-top: 15px;
}

.calendar-item-page .right-area ul,
.calendar-item-page ul.exception {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: .5em;
}

.calendar-item-page .right-area ul li.exception-item,
.calendar-item-page ul.exception li.exception-item {
  margin-top: 10px;
}

.calendar-item-page .right-area ul li.exception-item:first-child,
.calendar-item-page ul.exception li.exception-item:first-child {
  margin-top: 0;
}

.calendar-item-page .tickets {
  height: 40px;
}

.calendar-item-page .tickets .tickets-left {
  top: 25%;
  font-weight: 700;
}

.calendar-item-page .calendar-dateplace {
  padding: 15px;
  background-color: #7a1214;
  color: #fff;
}

.calendar-item-page .calendar-dateplace .faded {
  color: #ddd;
}

.calendar-item-page .calendar-dateplace h2 {
  font-size: 2rem;
  margin-top: 11px;
}

.calendar-item-page .calendar-dateplace a {
  color: #fff;
}

.calendar-item-page .calendar-dateplace .block-section {
  margin-bottom: 1em;
}

.calendar-item-page .calendar-dateplace .block-section a {
  text-decoration: underline;
}

.calendar-item-page .calendar-dateplace .block-section:last-child {
  margin-bottom: 0;
}

.calendar-item-page .calendar-dateplace .faded {
  font-size: .9rem;
  margin: 0;
  font-family: Open Sans,Arial,sans-serif;
}

.calendar-item-page .calendar-dateplace .date ul {
  margin-bottom: .5em;
}

.calendar-item-page .calendar-dateplace .date.recurring {
  font-size: 1.3rem;
}

.calendar-item-page .calendar-dateplace .date.recurring ul li {
  font-weight: 400;
  font-size: .8rem;
}

.calendar-item-page .calendar-more {
  padding: 15px 0;
}

.calendar-item-page .calendar-more h2 {
  font-size: 2rem;
  margin-bottom: .6em;
}

.calendar-item-page .calendar-more a.event-link {
  color: #222;
}

.calendar-item-page .calendar-more ul li {
  position: relative;
  background-color: #f3f3f1;
  margin-bottom: 1.5em;
  padding: 30px 20px 20px;
}

.calendar-item-page .calendar-more ul li span {
  padding: 7px;
  display: inline-block;
  position: absolute;
  background-color: #7a1214;
  color: #fff;
  top: -10px;
  left: -10px;
  font-family: Sabon ET W03 Roman,Garamond,serif;
  text-transform: uppercase;
  font-weight: 400;
}

.calendar-item-page .calendar-more ul li .tag-container {
  padding-top: 5px;
}

.calendar-item-page .calendar-more ul li .tag-container .tag,
.calendar-item-page .calendar-more ul li .tag-container .tag-solid {
  position: static;
  display: inline-block;
}

.content-wrap .display-as-row .block {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width:991px) {
  .content-wrap .display-as-row .block {
    width: 100%;
  }
}

.content-wrap .show-more-area {
  text-align: center;
}

.content-wrap .show-more-area .article-mainbody {
  text-align: left;
}

.show-more-area .article-more-button {
  margin-top: 1.5em;
  display: none;
  margin-bottom: 10px;
}

ul.article-link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

ul.article-link-list li {
  display: inline-block;
  margin-right: 10px;
}

.article-media-wrapper.full-height {
  height: 100%;
  min-height: 100%;
  margin-bottom: 10px;
}

.article-media-wrapper.full-height .background-image,
.article-media-wrapper.full-height picture {
  height: 100%;
}

.article-media-wrapper {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.article-media-wrapper .background-image,
.article-media-wrapper picture {
  height: 300px;
}

@media only screen and (min-width:768px) {
  .article-media-wrapper,
  .article-media-wrapper .background-image,
  .article-media-wrapper picture {
    height: 500px;
  }
}

@media only screen and (min-width:1200px) {
  .article-media-wrapper {
    min-height: 600px;
  }

  .article-media-wrapper .background-image,
  .article-media-wrapper picture {
    height: 600px;
  }
}

.article-media-wrapper .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  z-index: 9;
}

.article-media-wrapper .youtube-wrapper .missing-video-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}

.article-media-wrapper .special-block-heading,
.article-media-wrapper .standardblock {
  display: none;
}

.article-media-wrapper iframe {
  height: 300px;
}

@media only screen and (min-width:768px) {
  .article-media-wrapper iframe {
    min-height: 500px;
  }
}

@media only screen and (min-width:1200px) {
  .article-media-wrapper iframe {
    min-height: 800px;
  }
}

.article-image-wrapper .first-image-text {
  text-align: center;
}

.articlepage {
  padding-top: 0;
}

@media (min-width:992px) {
  .articlepage .sharing-source {
    width: 83.33333%;
    margin-left: 8.33333%;
  }
}

@media (min-width:1200px) {
  .articlepage .sharing-source {
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.article-heading-secound-block-area {
  width: 100%;
}

.articlepage .bottom-area .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.articlepage .bottom-area .row>div {
  margin-left: -15px;
  margin-right: -15px;
}

section {
  padding: 0!important;
}

.online-booking-wrap div[class$=-panel] {
  padding: 40px 0;
}

.online-booking-wrap div[class$=-panel] .close-panel {
  float: right;
  font-size: 1.5rem;
  cursor: pointer;
}

.online-booking-wrap div.user-panel {
  background: #efefef;
  border-top: 1px solid #eee;
}

.online-booking-wrap div.grid-panel {
  padding: 25px 0;
  background: #efefef;
}

.online-booking-wrap div.selection-panel {
  background: #f3f3f1;
}

.online-booking-wrap div.checkout-panel {
  background: #efefef;
}

.online-booking-wrap div.confirmation-panel {
  background: #f3f3f1;
}

.online-booking-wrap h1 {
  font-size: 3rem;
}

.online-booking-wrap button.green {
  width: 100%;
  display: inline-block;
  padding: 0 25px;
  border: 0;
  outline: none;
  color: #fff;
  background: #3a683b;
  box-shadow: 0 2px #325832;
  webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.online-booking-wrap button.green:focus,
.online-booking-wrap button.green:hover {
  outline: none;
  color: #fff;
  background: #539254;
  box-shadow: 0 2px #539254;
}

.online-booking-wrap .bootstrap-datetimepicker-widget table td.active,
.online-booking-wrap .bootstrap-datetimepicker-widget table td.active:hover {
  background: #3b386e;
}

.online-booking-wrap .bootstrap-datetimepicker-widget table td.disabled,
.online-booking-wrap .bootstrap-datetimepicker-widget table td.disabled:hover,
.online-booking-wrap .bootstrap-datetimepicker-widget table th.disabled,
.online-booking-wrap .bootstrap-datetimepicker-widget table th.disabled:hover {
  color: #eee;
}

.online-booking-wrap .boxed {
  margin-bottom: 15px;
}

.online-booking-wrap .boxed .box-content,
.online-booking-wrap .boxed .box-head {
  padding: 15px;
}

.online-booking-wrap .boxed .box-head {
  color: #fff;
  background: #7a1214;
}

.online-booking-wrap .boxed .box-head h3 {
  font-size: 1.35rem;
}

.online-booking-wrap .boxed .box-head .box-icon,
.online-booking-wrap .boxed .box-head .box-icon+h1,
.online-booking-wrap .boxed .box-head .box-icon+h2,
.online-booking-wrap .boxed .box-head .box-icon+h3,
.online-booking-wrap .boxed .box-head .box-icon+h4 {
  display: inline-block;
}

.online-booking-wrap .boxed .box-head h1,
.online-booking-wrap .boxed .box-head h2,
.online-booking-wrap .boxed .box-head h3,
.online-booking-wrap .boxed .box-head h4 {
  margin: 0;
}

.online-booking-wrap .boxed .box-content {
  background: #fff;
}

.online-booking-wrap .boxed .box-content .back-button {
  display: inline-block;
  margin-bottom: 10px;
}

.online-booking-wrap .boxed .box-content h1,
.online-booking-wrap .boxed .box-content h2 {
  margin-top: 5px;
}

.online-booking-wrap .head-panel .attention {
  padding: 15px;
  background: #c5b081;
  color: #222;
}

.online-booking-wrap .head-panel .attention h3 {
  margin-top: 0;
}

.online-booking-wrap .head-panel .attention p {
  margin-bottom: 0;
}

.online-booking-wrap .head-panel h1 {
  margin-top: 0;
}

.online-booking-wrap .user-utility.boxed .box-content {
  background: #efefef;
}

.online-booking-wrap .user-utility.boxed ul.tools {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 0;
}

.online-booking-wrap .user-utility.boxed ul.tools li {
  margin-top: 5px;
}

.online-booking-wrap .user-utility.boxed ul.tools li:first-child {
  margin-top: 0;
}

.online-booking-wrap .user-panel h2 {
  margin: 0;
}

.online-booking-wrap .filter {
  background: #efefef;
  padding: 15px 0;
  margin-bottom: 60px;
}

.online-booking-wrap .filter .form-group {
  position: relative;
  margin-bottom: 0;
}

.online-booking-wrap .filter .form-group.offset-top {
  margin-top: 10px;
}

.online-booking-wrap .filter .form-group .form-row {
  overflow: auto;
  margin-bottom: 5px;
}

.online-booking-wrap .filter .form-group .form-row:last-child {
  margin-bottom: 0;
}

.online-booking-wrap .checkout-panel .filter input[type=email],
.online-booking-wrap .checkout-panel .filter input[type=number],
.online-booking-wrap .checkout-panel .filter input[type=password],
.online-booking-wrap .checkout-panel .filter input[type=text],
.online-booking-wrap .checkout-panel .filter select,
.online-booking-wrap .checkout-panel .filter textarea,
.online-booking-wrap .filter .checkout-panel input[type=email],
.online-booking-wrap .filter .checkout-panel input[type=number],
.online-booking-wrap .filter .checkout-panel input[type=password],
.online-booking-wrap .filter .checkout-panel input[type=text],
.online-booking-wrap .filter .checkout-panel select,
.online-booking-wrap .filter .checkout-panel textarea,
.online-booking-wrap .filter .form-control,
.online-booking-wrap .filter .user-panel input[type=email],
.online-booking-wrap .filter .user-panel input[type=number],
.online-booking-wrap .filter .user-panel input[type=password],
.online-booking-wrap .filter .user-panel input[type=text],
.online-booking-wrap .filter .user-panel select,
.online-booking-wrap .filter .user-panel textarea,
.online-booking-wrap .user-panel .filter input[type=email],
.online-booking-wrap .user-panel .filter input[type=number],
.online-booking-wrap .user-panel .filter input[type=password],
.online-booking-wrap .user-panel .filter input[type=text],
.online-booking-wrap .user-panel .filter select,
.online-booking-wrap .user-panel .filter textarea,
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter input[type=email],
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter input[type=number],
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter input[type=password],
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter input[type=text],
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter select,
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter textarea {
  width: 100%;
}

.online-booking-wrap .filter label {
  font-weight: 400;
}

.online-booking-wrap .filter input[type=checkbox] {
  display: inline-block;
}

.online-booking-wrap .filter select {
  width: 100%;
}

.online-booking-wrap .filter input:disabled,
.online-booking-wrap .filter select:disabled {
  opacity: .5;
}

.online-booking-wrap .filter button {
  float: right;
  padding: 15px;
  width: auto;
}

.online-booking-wrap .image-grid .filter-info {
  margin: 10px 0;
  padding: 0;
}

.online-booking-wrap .image-grid .grid-item {
  cursor: pointer;
  margin: 15px 0;
}

.online-booking-wrap .image-grid .grid-item .tag,
.online-booking-wrap .image-grid .grid-item .tag-solid {
  top: 10px;
  left: 25px;
}

.online-booking-wrap .image-grid .grid-item img {
  max-width: 100%;
}

.online-booking-wrap .image-grid .grid-item .image-container {
  position: relative;
  height: 240px;
  display: block;
}

.online-booking-wrap .image-grid .grid-item .image-container .cover-image {
  height: 100%;
}

.online-booking-wrap .image-grid .grid-item .info-container {
  background: #fff;
  padding: 10px;
}

.online-booking-wrap .image-grid .grid-item .info-container h3 {
  min-height: 58px;
  margin-top: 0;
}

.online-booking-wrap .image-grid .grid-item .info-container p {
  margin-bottom: 0;
}

.online-booking-wrap .selection-panel .event-info img {
  max-width: 100%;
  height: auto;
}

.online-booking-wrap .selection-panel .event-meta .event-details h3 {
  margin-top: 0;
}

.online-booking-wrap .selection-panel .event-meta .event-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection .eventdatepicker {
  margin-bottom: 20px;
  background: #fff;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection .available-events {
  padding-top: 20px;
  border-top: 2px solid #eee;
  background: #fff;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection .available-events h3 {
  margin-top: 0;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection .available-events .form-group {
  margin: 0;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection .available-events .form-group button {
  padding: 10px;
  margin: 5px 0;
}

.online-booking-wrap .checkout-panel .desc-area,
.online-booking-wrap .user-panel .desc-area {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.online-booking-wrap .checkout-panel .desc-area a,
.online-booking-wrap .user-panel .desc-area a {
  font-size: 1rem;
  display: inline-block;
}

.online-booking-wrap .checkout-panel .form-feedback ul,
.online-booking-wrap .user-panel .form-feedback ul {
  border: 2px solid #7a1214;
  list-style-type: none;
  padding: 15px;
  margin-top: 15px;
}

.online-booking-wrap .checkout-panel .form-success span,
.online-booking-wrap .user-panel .form-success span {
  display: block;
  padding: 15px;
  margin-top: 15px;
  color: #fff;
  background: #3a683b;
}

.online-booking-wrap .checkout-panel fieldset,
.online-booking-wrap .user-panel fieldset {
  margin-top: 22px;
}

.online-booking-wrap .checkout-panel fieldset a,
.online-booking-wrap .user-panel fieldset a {
  display: block;
  font-size: .875rem;
}

.online-booking-wrap .checkout-panel label,
.online-booking-wrap .user-panel label {
  display: block;
}

.online-booking-wrap .checkout-panel input[type=email],
.online-booking-wrap .checkout-panel input[type=number],
.online-booking-wrap .checkout-panel input[type=password],
.online-booking-wrap .checkout-panel input[type=text],
.online-booking-wrap .checkout-panel select,
.online-booking-wrap .checkout-panel textarea,
.online-booking-wrap .user-panel input[type=email],
.online-booking-wrap .user-panel input[type=number],
.online-booking-wrap .user-panel input[type=password],
.online-booking-wrap .user-panel input[type=text],
.online-booking-wrap .user-panel select,
.online-booking-wrap .user-panel textarea {
  display: block;
  width: 100%;
}

.online-booking-wrap .checkout-panel textarea,
.online-booking-wrap .user-panel textarea {
  min-height: 120px;
}

.online-booking-wrap .checkout-panel input[type=submit],
.online-booking-wrap .user-panel input[type=submit] {
  float: right;
}

.online-booking-wrap .checkout-panel input[type=submit].logout,
.online-booking-wrap .user-panel input[type=submit].logout {
  float: none;
}

.online-booking-wrap .checkout-panel input:disabled,
.online-booking-wrap .user-panel input:disabled {
  opacity: .5;
}

.online-booking-wrap .checkout-panel .booking-details ul,
.online-booking-wrap .user-panel .booking-details ul {
  list-style-type: none;
  padding-left: 0;
}

.online-booking-wrap .confirmation-panel .editor ul {
  list-style-type: square;
  padding-left: 20px;
}

.online-booking-wrap .confirmation-panel .booked-info {
  padding: 15px;
  border: 1px solid #eee;
}

.online-booking-wrap .confirmation-panel .booked-info h4 {
  margin-top: 0;
}

.online-booking-wrap .confirmation-panel .booked-info span {
  display: block;
}

.online-booking-wrap .booking-footer {
  padding: 20px 0;
  background: #fff;
  color: #222;
}

@media only screen and (max-width:1200px) {
  .online-booking-wrap .filter {
    padding: 15px 0 30px;
  }

  .online-booking-wrap .filter .form-group {
    margin-top: 15px;
  }

  .online-booking-wrap .filter button {
    margin: 15px 0;
  }
}

@media only screen and (max-width:480px) {
  .online-booking-wrap .btn,
  .online-booking-wrap .search-page .filter a,
  .search-page .filter .online-booking-wrap a {
    width: 100%;
  }
}

.story {
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.story .section-wrapper {
  margin-top: 0;
  padding-bottom: 100px;
  background: #000;
}

@media only screen and (max-width:767px) {
  .story .section-wrapper {
    padding-bottom: 60px;
  }
}

.story .content {
  padding: 35px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  border: 1px solid #222;
  background-color: #fff;
}

@media only screen and (max-width:767px) {
  .story .content {
    padding-bottom: 30px;
    margin: -60px 20px 0;
  }

  .story .content h2 {
    font-size: 2.4rem;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width:768px) {
  .story .content {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    width: 75%;
  }
}

@media only screen and (min-width:1200px) {
  .story .content {
    width: 50%;
  }
}

.story .image {
  height: 400px;
  overflow: visible;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
}

.story .image .background-image,
.story .image picture {
  height: 400px;
}

@media only screen and (min-width:768px) {
  .story .image,
  .story .image .background-image,
  .story .image picture {
    height: 500px;
  }
}

@media only screen and (min-width:1200px) {
  .story .image,
  .story .image .background-image,
  .story .image picture {
    height: 600px;
  }
}

.story h1,
.story h2,
.story h3,
.story h4,
.story p {
  text-align: center;
}

.story.text .content {
  margin: 0 auto;
}

@media only screen and (min-width:992px) {
  .story.text .content {
    width: 75%;
  }
}

@media only screen and (min-width:1200px) {
  .story.text .content {
    width: 50%;
  }
}

.story .divider {
  color: #7a1214;
  text-align: center;
  font-size: 3rem;
}

.story .divider .continue {
  font-size: .6375rem;
  margin-top: 10px;
  margin-bottom: 0;
}

@media only screen and (max-width:767px) {
  .story .divider {
    font-size: 4rem;
  }
}

.story .divider .icon-down:before {
  content: "\EDC0";
}

@media only screen and (min-width:768px) {
  .story .divider {
    bottom: -150px;
  }
}

@media only screen and (min-width:992px) {
  .story .divider {
    left: 42%;
    right: 42%;
  }
}

.story .divider:focus,
.story .divider:hover {
  text-decoration: none;
}

.story .article-small-mainbody {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story .article-small-mainbody .divider {
  bottom: 0;
  text-decoration: none;
  text-align: center;
  font-size: 3rem;
}

.story .article-small-mainbody .divider:focus,
.story .article-small-mainbody .divider:hover {
  text-decoration: none;
}

@media only screen and (max-width:767px) {
  .story .article-small-mainbody .divider {
    font-size: 4rem;
  }
}

.story .article-small-mainbody .divider .icon-down:before {
  content: "\EDC0";
}

.story .divider-up {
  bottom: -90px!important;
}

@media only screen and (min-width:768px) {
  .story .divider-up {
    bottom: -120px!important;
  }
}

.story .divider-up .icon-up:before {
  content: "\EDB8";
}

.story h1 {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  background-color: #222;
  color: #fff;
  margin-top: 0;
  padding: .5em 1em;
}

.article-media-wrapper.image {
  overflow: hidden;
}

@media only screen and (min-width:992px) {
  .article-media-wrapper.image .image-bg-zoom {
    -moz-transition: all 4s;
    -webkit-transition: all 4s;
    transition: all 4s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .article-media-wrapper.image .image-bg-zoom-out,
  .article-media-wrapper.image .image-bg-zoom:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .article-media-wrapper.image .image-bg-zoom-out {
    -moz-transition: all 4s;
    -webkit-transition: all 4s;
    transition: all 4s;
  }

  .article-media-wrapper.image .image-bg-zoom-out:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .article-media-wrapper.image .image-bg-slideleft {
    margin-left: 0;
    -webkit-transition: margin 4s ease;
    -moz-transition: margin 4s ease;
    -o-transition: margin 4s ease;
    -ms-transition: margin 4s ease;
    transition: margin 4s ease;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .article-media-wrapper.image .image-bg-slideleft:hover {
    margin-left: -150px;
  }

  .article-media-wrapper.image .image-bg-slideup {
    margin-top: 0;
    -webkit-transition: margin 4s ease;
    -moz-transition: margin 4s ease;
    -o-transition: margin 4s ease;
    -ms-transition: margin 4s ease;
    transition: margin 4s ease;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .article-media-wrapper.image .image-bg-slideup:hover {
    margin-top: -80px;
  }

  .article-media-wrapper.image .image-bg-opacity {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: #222;
  }

  .article-media-wrapper.image .image-bg-opacity:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .article-media-wrapper.image .image-bg-brighten {
    -webkit-filter: brightness(30%);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
  }

  .article-media-wrapper.image .image-bg-brighten:hover {
    -webkit-filter: brightness(100%);
  }
}

.easy-reading-page .erp-main-area {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:1200px) {
  .easy-reading-page .erp-main-area {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.easy-reading-page .left-area {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .easy-reading-page .left-area {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width:1200px) {
  .easy-reading-page .left-area {
    float: left;
    width: 25%;
  }
}

.easy-reading-page .left-area .block {
  padding-left: 0;
  padding-bottom: 0;
}

.easy-reading-page .left-area .generalblock {
  padding-left: 0;
  padding-bottom: 15px;
}

.easy-reading-page .erp-content-area {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .easy-reading-page .erp-content-area {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width:1200px) {
  .easy-reading-page .erp-content-area {
    float: left;
    width: 58.33333%;
  }
}

.easy-reading-page .erp-content-area .bottom-area {
  margin-top: 30px;
}

.easy-reading-page h1 {
  margin-top: 15px;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.iframe-wrapper embed,
.iframe-wrapper iframe,
.iframe-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.iframe-page .main-intro {
  margin-bottom: 30px;
}

.form-control,
.online-booking-wrap .checkout-panel input[type=email],
.online-booking-wrap .checkout-panel input[type=number],
.online-booking-wrap .checkout-panel input[type=password],
.online-booking-wrap .checkout-panel input[type=text],
.online-booking-wrap .checkout-panel select,
.online-booking-wrap .checkout-panel textarea,
.online-booking-wrap .user-panel input[type=email],
.online-booking-wrap .user-panel input[type=number],
.online-booking-wrap .user-panel input[type=password],
.online-booking-wrap .user-panel input[type=text],
.online-booking-wrap .user-panel select,
.online-booking-wrap .user-panel textarea,
.online-ticket-wrap .checkout-panel input[type=email],
.online-ticket-wrap .checkout-panel input[type=number],
.online-ticket-wrap .checkout-panel input[type=password],
.online-ticket-wrap .checkout-panel input[type=text],
.online-ticket-wrap .checkout-panel select,
.online-ticket-wrap .checkout-panel textarea {
  border-radius: 2px;
}

.search-page {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .search-page {
    float: left;
    width: 83.33333%;
    margin-left: 8.33333%;
  }
}

@media (min-width:1200px) {
  .search-page {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.search-page #search-form-page {
  float: none;
  width: 100%;
  padding-right: 0;
}

.search-page #search-form-page input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  border: 1px solid #cdcdc8;
  color: #333;
  border: 2px solid;
  border-radius: 0;
}

.search-page #search-form-page input:focus {
  outline: none;
  box-shadow: none;
}

.search-page #search-form-page .search-btn {
  padding-left: 5px;
  padding-right: 5px;
}

.search-page #search-form-page button {
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
}

.search-page #search-form-page .search-field {
  padding-right: 5px;
}

.search-page .search-term {
  font-weight: 600;
  padding-right: 5px;
}

.search-page .btn-link {
  text-decoration: underline;
}

.search-page .filter {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 30px;
}

.search-page .filter a {
  padding: 10px 15px;
  margin: 5px 5px 5px 0;
}

.search-page .filter a,
.search-page .filter a.active {
  background-color: #847248;
}

.search-page .search-result {
  margin-top: 30px;
}

.search-page .search-result .result-item-wrapper,
.search-page .search-result .result-item-wrapper:hover {
  text-decoration: none;
}

.search-page .search-result .result-item {
  background-color: #f3f3f1;
  margin-bottom: 15px;
  padding: 15px;
  color: #222;
}

.search-page .search-result .result-item:hover {
  background-color: hsla(0,0%,80%,.5);
  -webkit-transition: background .3s;
  transition: background .3s;
}

.search-page .search-result .result-item p {
  color: #222;
}

.search-page .search-result .result-item .meta-data {
  border-top: 1px solid #cdcdc8;
}

.search-page .search-result .result-item .meta-data p {
  color: #222;
  float: left;
  padding-right: 12px;
  font-size: .85rem;
}

.landing-page .display-as-row .block {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width:991px) {
  .landing-page .display-as-row .block {
    width: 100%;
  }
}

.landing-page .block {
  padding-bottom: 30px;
}

.landing-page .main-intro {
  margin-bottom: 30px;
}

.social-listing-page {
  padding-bottom: 0;
}

.social-listing-page .social-icons a {
  font-size: 3.125rem;
  padding-left: 15px;
  padding-right: 15px;
  color: #555;
}

.social-listing-page .social-icons a:focus {
  text-decoration: none;
}

.social-listing-page section {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.social-listing-page section:after,
.social-listing-page section:before {
  content: " ";
  display: table;
}

.social-listing-page section:after {
  clear: both;
}

.social-listing-page section .content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .social-listing-page section .content {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.social-listing-page section:nth-child(2n) {
  background-color: #f3f3f1;
}

.social-listing-page section a {
  font-weight: 600;
}

.social-listing-page section h2 span {
  padding-right: 10px;
}

.social-listing-page section .hashtag {
  margin-right: 5px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.social-listing-page section h2 {
  margin-top: 0;
}

.social-listing-page .main-intro {
  margin-bottom: 50px;
}

.social-listing-page .instagram-section {
  font-size: .85rem;
}

.social-listing-page .instagram-section .top {
  margin-bottom: 15px;
}

@media only screen and (max-width:480px) {
  .social-listing-page .instagram-section .items-wrapper .item {
    width: 100%;
  }
}

@media only screen and (min-width:480px) {
  .social-listing-page .instagram-section .items-wrapper .item:nth-child(odd) {
    clear: left;
  }
}

@media only screen and (min-width:768px) {
  .social-listing-page .instagram-section .items-wrapper .item:nth-child(odd) {
    clear: none;
  }
}

@media only screen and (min-width:768px) {
  .social-listing-page .instagram-section .items-wrapper .item:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width:992px) {
  .social-listing-page .instagram-section .items-wrapper .item:nth-child(3n+1) {
    clear: none;
  }
}

@media only screen and (min-width:992px) {
  .social-listing-page .instagram-section .items-wrapper .item:nth-child(4n+1) {
    clear: left;
  }
}

.social-listing-page .youtube-section {
  font-size: .85rem;
}

.social-listing-page .youtube-section iframe {
  width: 100%;
  height: 200px;
}

@media only screen and (max-width:520px) {
  .social-listing-page .youtube-section .item {
    width: 100%;
  }
}

.social-listing-page .info-text {
  height: 73px;
  overflow: hidden;
}

.social-listing-page .info-text p {
  margin-bottom: 1px;
}

.social-listing-page .twitter-section .info-text {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  height: auto;
  margin-bottom: 30px;
}

.social-listing-page .twitter-section .info-text a {
  font-weight: 400;
}

.social-listing-page .twitter-section .tweet-user {
  font-weight: 600;
}

.social-listing-page .tripadvisor-section .info-text {
  height: auto;
  margin-bottom: 30px;
}

.social-listing-page .tripadvisor-section .tripadvisor-top {
  padding-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #cdcdc8;
}

.social-listing-page .tripadvisor-section .tripadvisor-top>div {
  margin-bottom: 15px;
}

@media only screen and (max-width:520px) {
  .social-listing-page .tripadvisor-section .tripadvisor-top .item-top {
    width: 100%;
  }
}

.social-listing-page .tripadvisor-section .snippets {
  margin-left: 0;
  margin-right: 0;
}

.social-listing-page .tripadvisor-section .snippets .snippets-bottom {
  margin-bottom: 10px;
  padding-right: 15px;
  text-align: right;
  float: right;
}

.social-listing-page .tripadvisor-section .snippets .snippets-bottom .link-margin {
  margin-left: 10px;
}

.news-page .news-image {
  margin-bottom: 11px;
}

@media only screen and (min-width:768px) {
  .sitemap-page .sitmap-lists-wrapper:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.sitemap-page .sitmap-lists-wrapper ul {
  list-style: none;
}

.sitemap-page .sitmap-lists-wrapper ul a {
  text-decoration: none;
  color: #222;
}

.sitemap-page .sitmap-lists-wrapper ul a:hover {
  text-decoration: underline;
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list {
  border-bottom: 1px solid;
  padding-bottom: 15px;
  padding-left: 0;
  margin-bottom: 25px;
}

@media only screen and (min-width:768px) {
  .sitemap-page .sitmap-lists-wrapper .sitmap-list {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list li {
  margin-bottom: 10px;
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list li ul {
  padding-left: 0;
  margin-top: 10px;
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list li ul li ul {
  border-left: 3px solid;
  padding-left: 25px;
}

.newslisting-page .news-rss {
  margin-top: 12px;
}

.newslisting-page .news-rss span {
  padding-right: 10px;
}

.press-listing-page .press-filter {
  margin-top: 40px;
  float: left;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .press-listing-page .press-filter {
    width: auto;
  }
}

.press-listing-page .press-filter .year-filter {
  display: block;
  width: 100%;
}

.press-listing-page .press-filter .year-filter label {
  display: inline-block;
  float: left;
}

.press-listing-page .press-filter .year-filter select {
  display: inline-block;
  float: left;
  clear: left;
  padding-right: 50px;
  margin-bottom: 40px;
}

@media only screen and (min-width:768px) {
  .press-listing-page .press-filter .year-filter select {
    width: auto;
  }
}

.press-listing-page .content-wrap {
  float: left;
  clear: both;
  margin-right: 0;
  margin-left: 0;
}

.press-listing-page .content-wrap .main-area {
  padding: 0;
  margin-left: 0;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .press-listing-page .content-wrap .main-area {
    width: calc(100% - 250px);
    padding-right: 17px;
  }
}

@media only screen and (min-width:992px) {
  .press-listing-page .content-wrap .main-area {
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area {
    width: calc(100% - 400px);
  }
}

.press-listing-page .content-wrap .main-area .press-release:not(:last-child) {
  margin-bottom: 50px;
}

.press-listing-page .content-wrap .main-area .press-release a {
  text-decoration: none;
  display: block;
}

.press-listing-page .content-wrap .main-area .press-release a:focus,
.press-listing-page .content-wrap .main-area .press-release a:hover {
  text-decoration: none;
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-image {
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image {
    height: 220px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image {
    height: 290px;
  }
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-image .background-image,
.press-listing-page .content-wrap .main-area .press-release a .press-release-image picture {
  height: 300px;
  object-position: 50% 20%;
}

@media only screen and (min-width:992px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image .background-image,
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image picture {
    height: 220px;
  }
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image .background-image,
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image picture {
    height: 290px;
  }
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text {
  color: #222;
  max-height: none;
}

@media only screen and (min-width:992px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-text {
    max-height: 300px;
  }
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-text {
    max-height: 290px;
  }
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text h2,
.press-listing-page .content-wrap .main-area .press-release a .press-release-text h3 {
  margin-top: 0;
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text h2:before,
.press-listing-page .content-wrap .main-area .press-release a .press-release-text h3:before {
  padding-right: 5px;
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text .main-intro {
  padding-top: 0;
  display: none;
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text .main-intro p {
  margin-bottom: 0;
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text .main-intro--short {
  display: block;
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release a .col-md-12 .press-release-text {
    max-height: 190px;
  }
}

@media only screen and (min-width:768px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width:768px) and (min-width:992px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image {
    height: 350px;
  }
}

@media only screen and (min-width:768px) and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image {
    height: 520px;
  }
}

@media only screen and (min-width:768px) and (min-width:992px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image .background-image,
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image picture {
    height: 350px;
  }
}

@media only screen and (min-width:768px) and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image .background-image,
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image picture {
    height: 520px;
  }
}

@media only screen and (min-width:768px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-text {
    max-height: none;
  }

  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-text .main-intro {
    display: block;
  }

  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-text .main-intro.main-intro--short {
    display: none;
  }
}

.press-listing-page .content-wrap .main-area .pager li {
  display: inline-block;
  margin-top: 5px;
}

.press-listing-page .content-wrap .right-area {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width:768px) {
  .press-listing-page .content-wrap .right-area {
    width: 250px;
    padding-left: 17px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:992px) {
  .press-listing-page .content-wrap .right-area {
    width: 300px;
  }
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .right-area {
    width: 400px;
  }
}

.press-listing-page .content-wrap .right-area h3 {
  margin-top: 0;
}

.press-listing-page .content-wrap .right-area section {
  background-color: #efefef;
  padding: 20px 40px;
  margin-bottom: 40px;
  position: relative;
}

.press-listing-page .content-wrap .right-area section p {
  margin: 0;
}

.press-listing-page .content-wrap .right-area section h2 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #222;
  font-weight: 700;
  font-family: Open Sans,Arial,sans-serif;
}

.press-listing-page .content-wrap .right-area section .pressroom-right-sidebar-info-text {
  margin-bottom: 20px;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block {
  width: 100%;
  float: none;
  padding: 0;
  margin-left: 0;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block:not(:first-child) {
  margin-top: 20px;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block h2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block .main-intro {
  text-align: left;
  padding-top: 0;
  font-size: 1rem;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block .main-intro p {
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin-top: 10px;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container {
  text-align: center;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container label {
  display: block;
  font-weight: 400;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-error-messages {
  margin-bottom: 20px;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field {
  margin-bottom: 20px;
  text-align: left;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field input[type=text] {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #222;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:focus,
.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:focus-visible,
.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:hover {
  outline: none;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-terms-links {
  margin-bottom: 20px;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-terms-links .link-arrow a {
  padding-left: 0;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-checkbox-container label {
  text-align: center;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-checkbox-container label:before {
  background: #fff;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-checkbox-container label input {
  float: left;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-button-container {
  text-align: center;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-container-response-message {
  margin-top: 20px;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-container-loader-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: hsla(0,0%,100%,.8);
  text-align: center;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-container-loader-overlay .loader-spinner {
  margin-top: 150px;
  display: inline-block;
}

.press-listing-page .content-wrap .right-area section.pressroom-rss-container {
  text-align: center;
}

.press-listing-page .content-wrap .right-area section.pressroom-rss-container .rss-icon {
  vertical-align: middle;
}

.press-release-page .content-wrap {
  margin-right: 0;
  margin-left: 0;
}

.press-release-page .content-wrap .main-area {
  padding: 0;
  margin-left: 0;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .press-release-page .content-wrap .main-area {
    width: calc(100% - 250px);
    padding-right: 17px;
  }
}

@media only screen and (min-width:992px) {
  .press-release-page .content-wrap .main-area {
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width:1400px) {
  .press-release-page .content-wrap .main-area {
    width: calc(100% - 400px);
  }
}

.press-release-page .content-wrap .main-area .main-intro {
  margin-bottom: 11px;
}

.press-release-page .content-wrap .main-area .date {
  margin-top: 15px;
  margin-bottom: 0;
}

.press-release-page .content-wrap .main-area a {
  word-break: break-all;
}

.press-release-page .content-wrap .right-area {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width:768px) {
  .press-release-page .content-wrap .right-area {
    width: 250px;
    padding-left: 17px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:992px) {
  .press-release-page .content-wrap .right-area {
    width: 300px;
  }
}

@media only screen and (min-width:1400px) {
  .press-release-page .content-wrap .right-area {
    width: 400px;
  }
}

.press-release-page .related-media {
  margin-top: 50px;
}

.press-release-page .related-media .media-item-container {
  float: left;
  margin-bottom: 20px;
}

.press-release-page .related-media .media-item-container .media-item {
  margin-bottom: 35px;
}

.press-release-page .related-media .media-item-container .media-item img,
.press-release-page .related-media .media-item-container .media-item video {
  height: 300px;
  object-position: 50% 20%;
  object-fit: cover;
  width: 100%;
}

.press-release-page .related-media .media-item-container .media-item video {
  object-position: center;
}

.press-release-page .related-media .media-item-container .media-item .pressroom-modal-trigger {
  display: block;
  position: relative;
}

.press-release-page .related-media .media-item-container .media-item .pressroom-modal-trigger .icon {
  font-size: 2.5rem;
  color: #fff;
  background-color: #555;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 10px 7px 10px 13px;
}

.press-release-page .related-media .media-item-container .media-item .pressroom-modal-trigger:hover {
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.press-release-page .related-media .media-item-container .media-item .pressroom-modal-trigger:hover img {
  opacity: .2;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.press-release-page .related-media .media-item-container .media-item .tag-container {
  margin-top: 20px;
}

.press-release-page .related-media .media-item-container .media-item .tag-container .tag,
.press-release-page .related-media .media-item-container .media-item .tag-container .tag-solid {
  background-color: #555;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
}

.press-release-page .related-media .media-item-container .media-item .download {
  text-decoration: underline;
  margin-top: 10px;
  float: left;
}

.press-release-page .related-media .media-item-container .media-item .download:after {
  font-family: icomoon;
  content: "\EDE0";
  display: inline-block;
  padding-left: 6px;
}

.press-media-modal .modal-dialog {
  width: 100vw;
  height: 100vh;
  transform: none;
  margin: 0;
}

.press-media-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.press-media-modal .modal-dialog .modal-content .close-button {
  font-size: 1.5rem;
  color: #222;
  background-color: #fff;
  border: 2px solid #222;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  top: -4rem;
  right: 0;
}

.press-media-modal .modal-dialog .modal-content .close-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.press-media-modal .modal-dialog .modal-content img {
  max-width: 100vw;
  max-height: calc(100vh - 10rem);
}

@media only screen and (min-width:768px) {
  .press-media-modal .modal-dialog .modal-content img {
    max-width: calc(100vw - 10rem);
  }
}

.press-images-page h2 {
  margin-top: 40px;
}

.press-images-page .content-wrap {
  margin-top: 40px;
  flex-wrap: wrap;
  display: flex;
}

.press-images-page .content-wrap .media-item-container {
  flex: 0 1 auto;
  margin-bottom: 50px;
}

.press-images-page .content-wrap .media-item-container .media-item img,
.press-images-page .content-wrap .media-item-container .media-item video {
  height: 300px;
  object-position: 50% 20%;
  object-fit: cover;
  width: 100%;
}

.press-images-page .content-wrap .media-item-container .media-item video {
  object-position: center;
}

.press-images-page .content-wrap .media-item-container .media-item .pressroom-modal-trigger {
  display: block;
  position: relative;
}

.press-images-page .content-wrap .media-item-container .media-item .pressroom-modal-trigger .icon {
  font-size: 2.5rem;
  color: #fff;
  background-color: #555;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 10px 7px 10px 13px;
}

.press-images-page .content-wrap .media-item-container .media-item .pressroom-modal-trigger:hover {
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.press-images-page .content-wrap .media-item-container .media-item .pressroom-modal-trigger:hover img {
  opacity: .2;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.press-images-page .content-wrap .media-item-container .media-item .tag-container {
  margin-top: 20px;
}

.press-images-page .content-wrap .media-item-container .media-item .tag-container .tag,
.press-images-page .content-wrap .media-item-container .media-item .tag-container .tag-solid {
  background-color: #555;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
}

.press-images-page .content-wrap .media-item-container .media-item .download {
  text-decoration: underline;
  margin-top: 10px;
  float: left;
}

.press-images-page .content-wrap .media-item-container .media-item .download:after {
  font-family: icomoon;
  content: "\EDE0";
  display: inline-block;
  padding-left: 6px;
}

.press-contacts-page .content-wrap,
.press-contacts-page h2,
.press-videos-page .content-wrap,
.press-videos-page h2 {
  margin-top: 40px;
}

.press-contacts-page .content-wrap .block {
  padding-bottom: 30px;
  margin: 0;
  width: 100%;
  float: left;
}

@media only screen and (min-width:768px) {
  .press-contacts-page .content-wrap .block {
    width: 50%;
  }
}

@media only screen and (min-width:992px) {
  .press-contacts-page .content-wrap .block.full {
    width: 100%!important;
  }

  .press-contacts-page .content-wrap .block.half {
    width: 50%!important;
  }

  .press-contacts-page .content-wrap .block.third {
    width: 33.33333%!important;
  }
}

.press-contacts-page .content-wrap .block>div {
  background-color: #efefef;
  padding: 20px 40px;
}

.press-contacts-page .content-wrap .block>div h2 {
  font-family: Open Sans,Arial,sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #222;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.press-contacts-page .content-wrap .block>div .main-intro {
  padding-top: 0;
  font-size: 1rem;
}

.press-contacts-page .content-wrap .block>div .main-intro p {
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin-top: 10px;
}

.partial-block .block-inner-box {
  display: block;
}

.partial-block .background-image,
.partial-block .block-image,
.partial-block picture {
  height: 260px;
}

@media print {
  .partial-block .date {
    background-color: #fff!important;
  }
}

@media print {
  .partial-block .block-image {
    height: 260px;
  }
}

@media print {
  .partial-block .block-image .special-block-heading {
    position: relative;
    padding: 20px;
  }
}

.highlight-partial .background-image,
.highlight-partial .block-image,
.highlight-partial picture {
  height: 400px;
}

@media only screen and (min-width:768px) {
  .highlight-partial .background-image,
  .highlight-partial .block-image,
  .highlight-partial picture {
    height: 550px;
  }
}

.social-feed-partial,
.social-feed-partial .social {
  position: relative;
  margin: auto;
}

.social-feed-partial .social {
  width: 100%;
}

.social-feed-partial .social .social-feed-div {
  text-align: center;
}

.social-feed-partial .social .row {
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.social-feed-partial .social .social-item {
  float: left;
  margin: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

@media only screen and (min-width:992px) {
  .social-feed-partial .social .social-item {
    width: 140px;
  }

  .social-feed-partial .social .social-item:not(:last-child) {
    margin-right: 5px;
  }
}

@media only screen and (min-width:1200px) {
  .social-feed-partial .social .social-item {
    width: 170px;
  }

  .social-feed-partial .social .social-item:not(:last-child) {
    margin-right: 5px;
  }
}

@media only screen and (min-width:1400px) {
  .social-feed-partial .social .social-item {
    width: 200px;
  }

  .social-feed-partial .social .social-item:not(:last-child) {
    margin-right: 5px;
  }
}

@media only screen and (min-width:1600px) {
  .social-feed-partial .social .social-item {
    width: 222px;
  }

  .social-feed-partial .social .social-item:not(:last-child) {
    margin-right: 5px;
  }
}

@media only screen and (max-width:991px) {
  .social-feed-partial .social .social-item {
    width: 25%;
    padding: 0;
    margin-bottom: 5px;
  }

  .social-feed-partial .social .social-item:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}

.social-feed-partial .social .social-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.social-feed-partial .social .social-item.youtube {
  aspect-ratio: unset;
}

@media only screen and (min-width:992px) {
  .social-feed-partial .social .social-item.youtube {
    width: auto;
  }
}

@media only screen and (max-width:991px) {
  .social-feed-partial .social .social-item.youtube {
    width: 25%;
    aspect-ratio: 1/1;
  }
}

@media only screen and (max-width:991px) {
  .social-feed-partial .social .social-item.youtube img {
    height: 100%;
  }
}

@media only screen and (min-width:992px) {
  .social-feed-partial .social .social-item.youtube img {
    width: auto;
    height: 140px;
  }
}

@media only screen and (min-width:1200px) {
  .social-feed-partial .social .social-item.youtube img {
    width: auto;
    height: 170px;
  }
}

@media only screen and (min-width:1400px) {
  .social-feed-partial .social .social-item.youtube img {
    width: auto;
    height: 200px;
  }
}

@media only screen and (min-width:1600px) {
  .social-feed-partial .social .social-item.youtube img {
    width: auto;
    height: 222px;
  }
}

.social-feed-partial .social .social-icon {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: .875rem;
  color: #222;
  padding: 5px;
  background-color: #cdcdc8;
  z-index: 9999;
}

@media only screen and (min-width:768px) {
  .social-feed-partial .social .social-icon {
    left: 10px;
    top: 10px;
  }
}

@media only screen and (max-width:991px) {
  .social-feed-partial .social .social-icon {
    left: 5px;
    top: 5px;
  }
}

.social-feed-partial img.social-icon {
  width: 40px;
}

.social-feed-partial .back,
.social-feed-partial .fwd {
  color: #333;
}

.social-feed-partial .back span:focus,
.social-feed-partial .fwd span:focus {
  outline: none;
}

.social-feed-partial .back,
.social-feed-partial .fwd {
  position: absolute;
  display: none;
}

.social-feed-partial .back span,
.social-feed-partial .fwd span {
  font-size: 2.5rem;
}

@media only screen and (min-width:1200px) {
  .social-feed-partial .back span,
  .social-feed-partial .fwd span {
    font-size: 3.75rem;
  }
}

.social-feed-partial .back:focus,
.social-feed-partial .back:hover,
.social-feed-partial .fwd:focus,
.social-feed-partial .fwd:hover {
  text-decoration: none;
}

@media only screen and (min-width:768px) {
  .social-feed-partial .back,
  .social-feed-partial .fwd {
    top: 46.3%;
    display: block;
  }
}

@media only screen and (min-width:1000px) {
  .social-feed-partial .back,
  .social-feed-partial .fwd {
    top: 46%;
    display: block;
  }
}

@media only screen and (max-width:991px) {
  .social-feed-partial .back,
  .social-feed-partial .fwd {
    top: 48%;
    display: block;
  }
}

.social-feed-partial .back {
  left: -15px;
}

.social-feed-partial .back .icon-right .icon-left:before {
  content: "\EDC4";
}

.social-feed-partial .fwd {
  right: -15px;
}

.social-feed-partial .fwd .icon-right .icon-right:before {
  content: "\EDBC";
}

.social-feed-partial .show-more {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: .85rem;
}

@media only screen and (min-width:768px) {
  .social-feed-partial .show-more {
    margin-top: 50px;
    font-size: 1rem;
  }
}

.submenu .submenu-heading {
  font-family: Open Sans,Arial,sans-serif;
}

.submenu .submenu-heading a {
  color: #333;
  font-weight: 400;
}

.submenu ul {
  -webkit-padding-start: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.submenu ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #949494;
}

.submenu ul li a {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

.submenu ul li ul {
  padding-left: 15px;
}

.submenu ul li ul li {
  border-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.submenu ul li.active-one a {
  font-weight: 700;
}

.submenu ul li.active-one ul li a {
  font-weight: 400;
}

.submenu ul li.active-two a {
  font-weight: 700;
}

.calendar-item-partial.partial-block .date {
  z-index: 1;
  background-color: #7a1214;
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  font-family: Sabon ET W03 Roman,Garamond,serif;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  border: none;
}

.calendar-item-partial.partial-block .block-image {
  padding: 10px 0 0 10px;
}

.calendar-item-partial.partial-block .block-image .background-image,
.calendar-item-partial.partial-block .block-image picture {
  height: 250px;
}

.calendar-item-partial.partial-block .block-image picture {
  left: 10px;
  top: 10px;
  width: calc(100% - 10px);
}

.calendar-item-partial.partial-block .tag-container {
  left: 4rem!important;
  width: calc(100% - 64px)!important;
}

.press-page-header .press-room-header-button-menu {
  display: none;
}

.press-page-header .press-room-header-select-menu {
  margin-top: 40px;
}

.press-page-header .press-room-header-select-menu .FormSelection select {
  margin-bottom: 0;
}

.press-page-header .press-room-header-select-menu .FormSelection:after {
  top: 13px;
}

@media only screen and (min-width:768px) {
  .press-page-header .press-room-header-button-menu {
    display: block;
    margin-top: 40px;
  }

  .press-page-header .press-room-header-button-menu .active {
    text-decoration: underline;
  }

  .press-page-header .press-room-header-select-menu {
    display: none;
  }
}

.blog-body .blog-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper {
    width: 750px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper {
    width: 975px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper {
    width: 1380px;
  }
}

.blog-body .blog-wrapper .head-wrap .descritpion-content {
  text-align: center;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  width: calc(100% - 34px);
  padding: 10px 15% 35px;
  margin-top: -200px;
  margin-left: 17px;
  position: relative;
}

.blog-body .blog-wrapper .content-wrap {
  margin: 30px 0;
}

@media only screen and (max-width:991px) {
  .blog-body .blog-wrapper .content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

.blog-body .blog-wrapper .content-wrap .main-area {
  padding: 0;
  margin-left: 0;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .main-area {
    width: calc(100% - 250px);
    padding-right: 17px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .main-area {
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .main-area {
    width: calc(100% - 400px);
  }
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post {
  background-color: #fff;
  margin-bottom: 34px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post a .blog-post-content {
  color: #222;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post a:focus,
.blog-body .blog-wrapper .content-wrap .main-area .blog-post a:hover {
  text-decoration: none;
  color: #222;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post img {
  width: 100%;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image {
  width: 100%;
  height: 200px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image .background-image,
.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image picture {
  height: 200px;
}

@media only screen and (min-width:480px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image picture {
    height: 275px;
  }
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image picture {
    height: 250px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image picture {
    height: 165px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image picture {
    height: 250px;
  }
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-content {
  padding: 25px 25px 15px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-content .triangle-top {
  left: 90px;
  margin-top: -45px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-content .blog-post-text {
  max-height: 150px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-content h2 {
  color: #222;
  margin-top: 0;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-content .blog-read-more {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1px;
  font-style: italic;
  text-transform: uppercase;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 25px 0;
  margin: 0 25px;
  overflow: hidden;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info .blog-post-icon {
  margin-right: 8px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info .blog-date {
  width: 50%;
  float: left;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info .blog-author {
  text-align: right;
  width: 50%;
  float: left;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info .tag,
.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info .tag-solid {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  margin-top: 5px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image picture {
    height: 250px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image picture {
    height: 350px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image picture {
    height: 520px;
  }
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-content {
  padding: 40px 40px 15px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-content .triangle-top {
  margin-top: -60px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-content .blog-post-text {
  max-height: 350px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-info {
  padding: 25px 0 40px;
  margin: 0 40px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full {
  background-color: #fff;
  padding: 1px 20px 20px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post-full {
    padding: 18px 40px 29px;
  }
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10px 0 25px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full .blog-post-icon {
  margin-right: 8px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full .blog-date {
  width: 50%;
  float: left;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full .blog-author {
  text-align: right;
  width: 50%;
  float: left;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full .tag,
.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full .tag-solid {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  margin-top: 5px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-log-in {
    display: none;
  }
}

.blog-body .blog-wrapper .content-wrap .main-area .search-page {
  margin: 0;
  width: 100%;
  float: unset;
}

.blog-body .blog-wrapper .content-wrap .right-area {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area {
    width: 250px;
    padding-left: 17px;
    margin-bottom: 0;
    float: right!important;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .right-area {
    width: 300px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .right-area {
    width: 400px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .btn,
.blog-body .blog-wrapper .content-wrap .right-area .search-page .filter a,
.search-page .filter .blog-body .blog-wrapper .content-wrap .right-area a {
  margin-bottom: 25px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .btn,
  .blog-body .blog-wrapper .content-wrap .right-area .search-page .filter a,
  .search-page .filter .blog-body .blog-wrapper .content-wrap .right-area a {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .right-area .btn,
  .blog-body .blog-wrapper .content-wrap .right-area .search-page .filter a,
  .search-page .filter .blog-body .blog-wrapper .content-wrap .right-area a {
    margin-bottom: 0;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area button {
  width: 100%;
  border-radius: 0;
  padding: 10px 15px;
  margin: 10px 0 0;
  float: none;
}

.blog-body .blog-wrapper .content-wrap .right-area button.navbar-toggle {
  display: inline-block;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area button.navbar-toggle {
    display: none;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area button#rss-menu {
  margin-top: 0;
}

.blog-body .blog-wrapper .content-wrap .right-area button .size-h4 {
  text-align: left;
  color: #fff;
  margin: 0;
  float: left;
  font-size: 1.2rem;
}

.blog-body .blog-wrapper .content-wrap .right-area button .icon-arrow-down5 {
  color: #fff;
  padding: 2px 0;
  float: right;
}

.blog-body .blog-wrapper .content-wrap .right-area .right-area-heading {
  margin-top: 50px;
  margin-bottom: 15px;
  display: none;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .right-area-heading {
    display: block;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .right-area-heading:first-child {
  margin-top: 0;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial {
  padding: 0;
  margin: 0;
  border-top: none;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial.collapse {
    display: block;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li {
  list-style: none;
  border-top: 1px solid #fff;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial li {
    border-top: none;
    margin-top: 5px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 15px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a {
    color: #222;
    background-color: #fff;
    padding: 15px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a:hover {
  text-decoration: none;
  color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a hr {
  margin: 10px 0;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a .latest-post-title {
  display: block;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a .latest-post-title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a .latest-post-date {
  font-size: .65rem;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a.active {
  text-decoration: none;
  color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial .blog-rss span {
  padding-right: 10px;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li {
  background-color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li img {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  float: left;
}

@media only screen and (min-width:1200px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li img {
    width: 100px;
    height: 100px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li .author-link-wrapper {
  min-width: 233px;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li a {
  width: calc(100% - 75px);
  height: 75px;
  position: relative;
  left: 75px;
  padding: 15px 0 0 15px;
}

@media only screen and (min-width:1200px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li a {
    width: calc(100% - 100px);
    height: 100px;
    left: 100px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li a .author-link-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li .authors-posts {
  font-size: .65rem;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-log-in {
  margin-top: 50px;
  display: none;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-log-in {
    display: block;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog {
  width: 100%;
  display: inline-block!important;
  padding: 0;
  margin: 0;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog.navbar-form {
  border: none;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper button {
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 7px;
  margin: 0;
  z-index: 99999;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper input::-webkit-input-placeholder {
  color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper input:-moz-placeholder,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper input::-moz-placeholder {
  color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper input:-ms-input-placeholder {
  color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .form-control,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel input[type=email],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel input[type=number],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel input[type=password],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel input[type=text],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel select,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel textarea,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel input[type=email],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel input[type=number],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel input[type=password],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel input[type=text],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel select,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel textarea,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel input[type=email],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel input[type=number],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel input[type=password],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel input[type=text],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel select,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel textarea,
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=email],
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=number],
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=password],
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=text],
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog select,
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog textarea,
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=email],
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=number],
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=password],
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=text],
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog select,
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog textarea,
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=email],
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=number],
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=password],
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=text],
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog select,
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog textarea {
  font-size: 1rem;
  color: #fff;
  border-radius: 0;
  border: none;
  height: 3.25rem;
}

.blog-body .blog-wrapper .content-wrap .author-content .author-content-img {
  width: 150px;
  margin: 0 auto;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-img {
    float: left;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-img {
    width: 175px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-img {
    width: 200px;
  }
}

.blog-body .blog-wrapper .content-wrap .author-content .author-content-img img {
  width: 100%;
}

.blog-body .blog-wrapper .content-wrap .author-content .author-content-text {
  background-color: #fff;
  padding: 5px 30px 20px;
  margin-top: 35px;
  margin-bottom: 50px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text {
    width: calc(100% - 185px);
    float: right;
    padding: 0 30px 20px;
    margin-top: 0;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text {
    width: calc(100% - 210px);
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text {
    width: calc(100% - 235px);
  }
}

.blog-body .blog-wrapper .content-wrap .author-content .author-content-text .triangle-left {
  position: absolute;
  top: 165px;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text .triangle-left {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(270deg);
    top: 55px;
    left: 150px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text .triangle-left {
    left: 175px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text .triangle-left {
    left: 200px;
  }
}

.section,
section {
  padding-top: 20px;
  padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
  .section,
  section {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

main:not(.start-page-wrapper):not(.article-page):not(.story) {
  padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
  main:not(.start-page-wrapper):not(.article-page):not(.story) {
    padding-bottom: 50px;
  }
}

.pager li a {
  background-color: #3b386e;
}

.pager li a:focus,
.pager li a:hover {
  background-color: #29274c;
}

.pager li span {
  background-color: #cdcdc8;
}

.topdown-arrow {
  background-color: #7a1214;
}

.topdown-arrow:hover {
  background-color: #5b0d0f;
}

.youtubeblock .missing-video-text a,
.youtubeblock .missing-video-text a:hover {
  color: #fff;
  text-decoration: underline;
}

.special-block-heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 7px;
  background-color: #333;
  color: #fff;
}

.special-block-heading h2 {
  font-family: Open Sans,Arial,sans-serif;
  margin: 0;
  padding: 0;
}

.special-block-heading .link-arrow a {
  color: #fff;
}

.noimage {
  background: url("/Images/noimage.png") no-repeat 50%;
  background-size: cover;
}

table tbody tr:nth-child(odd) {
  background-color: #f3f3f1;
}

.museum-map {
  overflow-x: auto;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}

.museum-map img {
  min-width: 800px;
  margin-right: 15px;
  margin-left: 15px;
}

.museum-map .gradient-start {
  background: hsla(0,0%,100%,.4);
  background: linear-gradient(90deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,0));
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.museum-map .gradient-end {
  background: hsla(0,0%,100%,.4);
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.8));
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.btn,
.search-page .filter a {
  font-size: 1rem;
}

.btn:focus,
.FormSubmitButton:focus,
.search-page .filter a:focus,
button:focus {
  outline: 2px solid #3b386e;
  outline-offset: 2px;
  border-radius: 0;
}

.btn-primary,
.FormSubmitButton,
.search-page .filter a {
  color: #fff!important;
  border: 0!important;
  background-color: #847248;
}

.btn-primary-vasa {
  color: #fff;
  border: 0;
  background-color: #847248;
}

.btn-primary,
.FormSubmitButton,
.search-page .filter a {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 12px 14px;
}

.btn-primary:focus,
.FormSubmitButton:focus,
.search-page .filter a:focus {
  color: #fff;
  background-color: #635636!important;
}

.btn-primary:hover,
.FormSubmitButton:hover,
.search-page .filter a:hover {
  background-color: #635636;
}

@media print {
  .btn-primary,
  .FormSubmitButton,
  .search-page .filter a {
    text-decoration: underline;
    color: #222!important;
  }
}

btn-default:hover {
  background-color: #cdcdc8!important;
}

.btn-white {
  color: #222;
  background-color: #fff;
}

.btn-white:hover {
  background-color: #f3f3f1;
}

.btn-ghost {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

.btn-ghost:hover {
  background-color: #fff;
}

.btn-red {
  color: #fff!important;
  background-color: #7a1214;
  padding: 12px 40px;
}

.btn-red.active {
  background-color: #5f0e10;
}

.btn-small,
.search-page .filter a {
  padding: 8px 12px;
}

.btn-center {
  width: 100%;
}

.btn:disabled,
.btn:disabled:hover,
.search-page .filter a:disabled,
.search-page .filter a:disabled:hover {
  background-color: #847248;
  opacity: .6;
}

.add-to-cart {
  -moz-user-select: none;
  color: #000;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.purchase-more {
  background-color: #847248;
  width: auto!important;
}

#CybotCookiebotDialog {
  border-radius: 5px!important;
  line-height: 1.4;
}

#CybotCookiebotDialog,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotDialogNavItem a {
  font-family: Open Sans,Arial,sans-serif!important;
  font-size: 1rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentTextAbout,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentTextAbout p,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailFooter,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailFooter p,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
  font-size: 1rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentTextAbout a,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailFooter a {
  font-weight: 400!important;
  font-size: 1rem;
  text-decoration: underline;
  color: #3b386e!important;
  opacity: 1;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentTextAbout a:hover,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailFooter a:hover {
  color: #29274c!important;
  opacity: 1;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer {
  border: none!important;
  padding: 0;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContent {
  padding: 30px 20px 0;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer h2 {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.15;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialog,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialogDetailBodyContentTextAbout,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer .CybotCookiebotDialogDetailBodyContentCookieContainerHeader,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContentText label,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialogDetailBodyContentTextAbout label,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialog label,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer .CybotCookiebotDialogDetailBodyContentCookieContainerHeader label,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer .CybotCookiebotDialogDetailBodyContentCookieTypeIntro label {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  padding: 20px;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentTextAbout {
  padding: 30px 20px;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogPoweredByText {
  display: none!important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border: none!important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
  padding: 30px;
  border: none!important;
}

@media only screen and (max-width:767px) {
  #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
    padding: 10px;
  }
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper span {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent input[type=checkbox][disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #7a1214!important;
  opacity: .8;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #949494!important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #7a1214!important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter {
  padding: 0 20px 20px!important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-radius: 0!important;
  font-size: 1rem!important;
  font-weight: 400!important;
  font-family: Open Sans,Arial,sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover {
  background-color: #635636;
  opacity: 1;
  border-color: #635636;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:last-of-type) {
  margin-right: 20px!important;
}

.CookieDeclaration {
  font-family: Open Sans,Arial,sans-serif!important;
  font-size: 1rem;
  line-height: 1.4;
}

.CookieDeclaration a {
  color: #3b386e!important;
}

.CookieDeclaration a:hover {
  color: #29274c!important;
}

footer {
  background-color: #f3f3f1;
}

footer h1,
footer h2,
footer h3,
footer h4 {
  font-family: Open Sans,Arial,sans-serif;
}

footer .faq {
  background-color: #f3f3f1;
}

footer .faq a:focus {
  outline: 5px auto #3b386e;
}

footer .faq textarea {
  padding: 10px;
  width: 100%;
}

.search-page .filter footer .faq a,
footer .faq .btn,
footer .faq .search-page .filter a {
  margin-bottom: 15px;
}

.search-page .filter footer .faq a:focus,
footer .faq .btn:focus,
footer .faq .search-page .filter a:focus {
  outline: 2px solid #3b386e;
  outline-offset: 2px;
  border-radius: 0;
}

footer .logotypes {
  background-color: #333;
  color: #fff;
}

footer .logotypes .h4 a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

footer .logotypes a:focus {
  outline-color: #fff;
}

footer .mapblock {
  padding-left: 0!important;
  padding-right: 0!important;
}

footer .mapblock .map {
  position: relative;
  height: 300px;
  width: 100%;
}

@media only screen and (min-width:1000px) {
  footer .mapblock .map {
    margin-bottom: 0;
  }
}

footer .mapblock .map-info .row {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f1;
}

footer .mapblock .map-info .header-row {
  background-color: #7a1214;
  color: #fff;
}

footer .footer-information-wrapper .icon-link-footer {
  color: #555;
  text-decoration: none;
}

footer .footer-information-wrapper .icon-link-footer .heading-arrow,
footer .footer-information-wrapper .icon-link-footer .heading-arrow a {
  color: #555;
}

footer .footer-information-wrapper .icon-link-footer:hover .heading-arrow:before {
  padding-left: 4px;
  margin-right: -4px;
}

footer .footer-information-wrapper a:focus {
  outline: none;
}

.load-container .one {
  background: #7a1214;
}

.load-container .two {
  background: #3a683b;
}

.load-container .three {
  background: #3b386e;
}

.load-container .four {
  background: #303234;
}

header #navbar {
  border-radius: 0!important;
  border: 0;
  background-color: #333;
  min-height: 120px;
}

header #navbar.sticky {
  width: 100%;
  position: fixed;
  top: 0;
}

header #navbar.navbar {
  margin-bottom: 0;
  z-index: 10000;
}

header #navbar.navbar a:focus,
header #navbar.navbar button:focus {
  outline-color: #fff;
}

@media only screen and (min-width:992px) {
  header .slide-menu {
    padding: 0 60px;
  }
}

@media only screen and (min-width:1200px) {
  header .slide-menu {
    padding: 0 80px;
  }
}

header .slide-menu .accessibility-group {
  position: relative;
  flex: 1;
}

header .slide-menu .accessibility-group__wrapper {
  font-size: .7225rem;
  margin: 10px;
  text-align: center;
}

header .slide-menu .accessibility-group__access-link {
  display: inline-block;
  padding: 10px;
}

header .slide-menu .accessibility-group__access-link span {
  margin-right: 5px;
  color: #fff;
}

header .slide-menu .accessibility-group__access-link a {
  color: #fff;
  font-weight: 400;
}

header .slide-menu .accessibility-group .languages {
  background-color: #222;
  font-size: .85rem;
}

@media only screen and (min-width:992px) {
  header .slide-menu .accessibility-group .languages {
    text-align: center;
  }
}

header .slide-menu .accessibility-group .languages ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
}

header .slide-menu .accessibility-group .languages ul li a {
  color: #fff;
}

header .slide-menu .accessibility-group .languages ul li.line {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
}

header .slide-menu .accessibility-group .accessibility-selector {
  text-align: left;
  background-color: #222;
  font-size: .85rem;
}

header .slide-menu .accessibility-group .accessibility-selector ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
}

header .slide-menu .accessibility-group .accessibility-selector ul li a {
  color: #fff;
}

header .slide-menu .accessibility-group .accessibility-selector ul li.line {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
}

header .slide-menu .accessibility-group #language-list-desktop {
  margin: 0 20px;
}

header .slide-menu .menu-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .slide-menu .menu-nav li a {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

@media only screen and (min-width:992px) {
  header .slide-menu .menu-nav li a {
    font-size: 24px;
  }
}

header .slide-menu .menu-nav li.active>a,
header .slide-menu .menu-nav li a:hover {
  border-bottom: 3px solid #fff;
}

header .slide-menu .menu-nav__top {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

header .slide-menu .menu-nav__top li {
  padding: 0 15px;
}

@media only screen and (max-width:991px) {
  header .slide-menu .menu-nav__top li {
    padding: 0 7px;
  }
}

header .slide-menu .menu-nav__dropdown__list {
  border-bottom: 1px solid #222;
  cursor: pointer;
}

header .slide-menu .menu-nav__dropdown__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

header .slide-menu .menu-nav__dropdown__wrapper.navbar-nav {
  margin: 0;
  float: none;
}

header .slide-menu .menu-nav__dropdown__wrapper.open+.menu-nav__dropdown__sub {
  display: block;
  background-color: #222;
}

header .slide-menu .menu-nav__dropdown__wrapper.open>.menu-nav__dropdown__toggle:before {
  content: "\EDB8";
}

header .slide-menu .menu-nav__dropdown__wrapper:hover>a {
  border-bottom: 3px solid #fff;
}

header .slide-menu .menu-nav__dropdown__sub {
  display: none;
  padding: 5px 0;
  list-style: none;
}

header .slide-menu .menu-nav__dropdown__sub a {
  margin: 10px 45px;
}

header .slide-menu .menu-nav__dropdown__sub li:not(:last-child) {
  border-bottom: 1px solid #333;
}

header .slide-menu .menu-nav__dropdown__sub li:hover>a {
  border-bottom: 3px solid #fff;
}

header .slide-menu .menu-nav__dropdown__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #555;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 4px;
  line-height: 1;
  font-family: icomoon;
}

header .slide-menu .menu-nav__dropdown__toggle:before {
  content: "\EDC0";
}

header .slide-menu .menu-nav__dropdown__toggle:focus {
  outline-color: #fff;
}

header .top-menu {
  display: flex;
}

header .top-menu__wrapper {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  flex: auto;
  min-height: 120px;
}

@media only screen and (min-width:992px) {
  header .top-menu__wrapper {
    flex-flow: row;
    align-items: stretch;
  }
}

header .top-menu__brand {
  position: relative;
  height: auto;
  padding: 0;
  z-index: 999999;
  margin: 0;
}

@media only screen and (min-width:992px) {
  header .top-menu__brand {
    margin-top: 36px;
  }
}

header .top-menu__brand img {
  height: 44px;
}

@media only screen and (min-width:992px) {
  header .top-menu__brand img {
    height: 64px;
  }
}

header .top-menu__middle-nav {
  display: flex;
  flex-flow: column;
  align-items: center;
}

@media only screen and (min-width:992px) {
  header .top-menu__middle-nav {
    flex: 100%;
  }
}

header .top-menu .menu-button {
  height: 54px;
  width: 100%;
  max-width: 54px;
  font-size: .75rem;
  border: 1px solid #555;
  color: #fff;
  background-color: transparent;
  margin-top: 15px;
}

@media only screen and (min-width:992px) {
  header .top-menu .menu-button {
    margin-top: 36px;
    height: 64px;
    max-width: 64px;
    font-size: 1rem;
  }

  header .top-menu .menu-button:before {
    font-size: 2rem;
  }
}

header .top-menu .menu-button__text {
  font-family: Open Sans,Arial,sans-serif;
  font-variant: small-caps;
  display: none;
}

header .top-menu .menu-button.icon-cross2 .close-menu,
header .top-menu .menu-button.icon-menu-search-1 .open-menu {
  display: block;
}

header .top-menu .menu-button:before {
  font-size: 1.75rem;
}

header .top-menu .menu-button:active,
header .top-menu .menu-button:focus,
header .top-menu .menu-button:hover {
  background-color: #222;
}

header .top-menu .menu-button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

header .slide-menu-wrapper {
  border: 1px solid #222;
  -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
  position: fixed;
  background-color: #333;
  right: -470px;
  width: 100%;
  max-width: 470px;
  transition: all .5s ease-in-out;
  overflow-y: auto;
  display: none;
}

header .slide-menu-wrapper--active {
  display: block;
  scrollbar-width: thin;
}

header .slide-menu-wrapper--active::-webkit-scrollbar {
  width: 3px;
}

header .slide-menu-wrapper--active::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 6px;
}

header .slide-menu-wrapper--slide {
  right: 0;
}

header .slide-menu-wrapper .search-menu {
  padding: 30px 0;
}

header .slide-menu-wrapper .search-menu__form {
  padding: 0 30px;
}

header .slide-menu-wrapper .search-menu__wrapper {
  width: 100%;
}

header .slide-menu-wrapper .search-menu__button {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 7px;
  color: #fff;
  z-index: 99999;
}

header .slide-menu-wrapper .search-menu__button__text {
  display: none;
}

header .slide-menu-wrapper .search-menu__form-control {
  font-size: 1rem;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #fff;
  height: 2.375rem;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  padding: 6px 12px;
}

header .slide-menu-wrapper .search-menu__form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}

header .slide-menu-wrapper .search-menu__form-control:-moz-placeholder,
header .slide-menu-wrapper .search-menu__form-control::-moz-placeholder {
  color: #9c9c9c;
}

header .slide-menu-wrapper .search-menu__form-control:-ms-input-placeholder {
  color: #9c9c9c;
}

header .slide-menu-wrapper .search-menu__form-control:focus {
  border: 2px solid #fff;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
}

header .slide-menu-wrapper .buy-ticket {
  display: flex;
  justify-content: center;
  margin: 30px;
}

header .slide-menu-wrapper .buy-ticket__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  background-color: #c5b081;
  color: #222;
  padding: 12px 14px;
  margin: 30px auto;
  border-radius: 2px;
  font-size: 1.2rem;
}

header .slide-menu-wrapper .buy-ticket__link:hover {
  background-color: #cdcdc8;
}

header .slide-menu-wrapper .buy-ticket__link .icon {
  padding-right: 9px;
  font-size: 1.5rem;
}

.submenu ul li {
  border-top: 1px solid #cdcdc8;
}

.shortcuts,
.social-links {
  font-family: Sabon ET W03 Roman,Garamond,serif;
}

.shortcut-text,
.shortcut-text:focus,
.shortcut-text:hover,
.social-link-text,
.social-link-text:focus,
.social-link-text:hover {
  color: #fff;
}

.shortcut-text:focus,
.social-link-text:focus {
  outline-color: #fff;
}

.tag,
.tag-solid {
  z-index: 1;
  background-color: #727779;
  position: absolute;
  padding: 1px 7px 3px;
  font-variant: small-caps;
  text-transform: lowercase;
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  top: 15px;
  left: 15px;
  letter-spacing: .04em;
}

.tag-solid {
  z-index: auto;
  position: static;
  display: inline-block;
}

.tag-solid a {
  color: #fff;
}

.tag-item .tag-container {
  margin-top: 15px;
  position: absolute;
  left: 15px;
  width: 170px;
}

.tag-item .tag-container .tag,
.tag-item .tag-container .tag-solid {
  position: relative;
  top: 0!important;
  left: 0!important;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
}

.filter-container .btn,
.filter-container .search-page .filter a,
.search-page .filter .filter-container a {
  background-color: #727779;
}

.pink {
  background-color: #d33198!important;
}

.orange {
  background-color: #b06317!important;
}

.lightblue {
  background-color: #036fa2!important;
}

.violet {
  background-color: #884696!important;
}

.lightgreen {
  background-color: #388539!important;
}

.darkgold {
  background-color: #847248!important;
}

.middlegray {
  background-color: #727779!important;
}

.lightred {
  background-color: #db381f!important;
}

.vasa-red {
  background-color: #7a1214!important;
}

.vasa-green {
  background-color: #3a683b!important;
}

.vasa-blue {
  background-color: #3b386e!important;
}

.vasa-gold {
  background-color: #c5b081!important;
  color: #222;
}

.vasa-black {
  background-color: #303234!important;
}

.event-filters .darkgold,
.event-filters .lightblue,
.event-filters .lightgreen,
.event-filters .lightred,
.event-filters .middlegray,
.event-filters .orange,
.event-filters .pink,
.event-filters .vasa-black,
.event-filters .vasa-blue,
.event-filters .vasa-gold,
.event-filters .vasa-green,
.event-filters .vasa-red,
.event-filters .violet {
  -moz-opacity: .5;
  opacity: .3;
}

.event-filters .darkgold.active,
.event-filters .darkgold:active,
.event-filters .darkgold:hover,
.event-filters .lightblue.active,
.event-filters .lightblue:active,
.event-filters .lightblue:hover,
.event-filters .lightgreen.active,
.event-filters .lightgreen:active,
.event-filters .lightgreen:hover,
.event-filters .lightred.active,
.event-filters .lightred:active,
.event-filters .lightred:hover,
.event-filters .middlegray.active,
.event-filters .middlegray:active,
.event-filters .middlegray:hover,
.event-filters .orange.active,
.event-filters .orange:active,
.event-filters .orange:hover,
.event-filters .pink.active,
.event-filters .pink:active,
.event-filters .pink:hover,
.event-filters .vasa-black.active,
.event-filters .vasa-black:active,
.event-filters .vasa-black:hover,
.event-filters .vasa-blue.active,
.event-filters .vasa-blue:active,
.event-filters .vasa-blue:hover,
.event-filters .vasa-gold.active,
.event-filters .vasa-gold:active,
.event-filters .vasa-gold:hover,
.event-filters .vasa-green.active,
.event-filters .vasa-green:active,
.event-filters .vasa-green:hover,
.event-filters .vasa-red.active,
.event-filters .vasa-red:active,
.event-filters .vasa-red:hover,
.event-filters .violet.active,
.event-filters .violet:active,
.event-filters .violet:hover {
  -moz-opacity: 1;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@font-face {
  font-family: Sabon ET W03 Roman;
  src: url(./460426d1f57a975493b14904b877c044.eot?#iefix);
  src: url(./460426d1f57a975493b14904b877c044.eot?#iefix) format("eot"),url(./f3063489fdc6929e6ca5d1c4fbb7b128.woff2) format("woff2"),url(./3682105efb29d3b2ca1d4bb70a1b6ca9.woff) format("woff"),url(./3eae9276189e00d37ff1ec36c65b3ba7.ttf) format("truetype"),url(./90790c5261b18cbd989f84adeef73108.svg#65c4a629-dbcf-4467-80e0-e39701d71bbc) format("svg");
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(./3eb5459d91a5743e0deaf2c7d7896b08.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(./07cd1acf656521af831f0a37e304c5bb.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(./af0b2118d34dcaf6e671ee67cf4d5be2.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(./ac6de8932b6838e3e7739115e2145a7e.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1rem;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.15;
}

h5 {
  font-family: Open Sans,Arial,sans-serif;
}

.h1,
h1 {
  font-size: 2.4rem;
}

@media only screen and (min-width:480px) {
  .h1,
  h1 {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width:992px) {
  .h1,
  h1 {
    font-size: 3.8rem;
  }
}

.h2,
h2 {
  font-size: 1.8rem;
}

@media only screen and (min-width:480px) {
  .h2,
  h2 {
    font-size: 2.1rem;
  }
}

@media only screen and (min-width:992px) {
  .h2,
  h2 {
    font-size: 2.4rem;
  }
}

.h3,
h3 {
  font-size: 1.4rem;
}

@media only screen and (min-width:768px) {
  .h3,
  h3 {
    font-size: 1.6rem;
  }
}

.h4,
.press-contacts-page .block h2,
.pressroom-contact-container .block h2,
h4 {
  font-size: 1.2rem;
}

@media only screen and (min-width:768px) {
  .h4,
  .press-contacts-page .block h2,
  .pressroom-contact-container .block h2,
  h4 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width:768px) {
  .h5,
  h5 {
    font-size: 1rem;
  }
}

.h6,
h6 {
  font-size: .85rem;
}

.sans-serif,
.social-listing-page .twitter-section .tweet-user {
  font-family: Open Sans,Arial,sans-serif;
}

p {
  line-height: 1.4;
  margin-bottom: .6875rem;
}

b,
strong {
  font-weight: 600;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #333;
}

a {
  font-weight: 400;
  color: #3b386e;
}

a:focus,
a:hover {
  color: #29274c;
}

a:focus {
  outline: 2px solid #3b386e;
  outline-offset: 2px;
}

.press-video-link-wrapper .arrow {
  color: #3b386e;
}

.read-more {
  font-weight: 600;
}

.blog-author a:not(.btn),
.disturbance a:not(.btn),
.faq a:not(.btn),
.main-body a:not(.btn),
.main-intro a:not(.btn),
.top-event a:not(.btn) {
  text-decoration: underline;
}

.main-intro {
  font-size: 1.2rem;
  padding-top: 15px;
}

.sharing {
  margin-top: 30px;
}

.bg-gray {
  background-color: #cdcdc8;
}

.bg-gray .align-center {
  text-align: center;
}

.bg-light-gold {
  background-color: #f3f3f1;
}

.vasa-gray-light {
  background-color: #cdcdc8;
}

.skip-navigation li a {
  background-color: #7a1214;
}

.breadcrumbs>li+li:before {
  color: #7a1214;
}

.article-page .breadcrumbs {
  margin-bottom: 15px;
}

.fact-block-wrapper.background-light {
  background-color: #7a1214;
}

.fact-block-wrapper.background-dark {
  background-color: #333;
}

.main-body-empty .byline-position {
  margin-bottom: 15px;
}

@media only screen and (min-width:768px) {
  .main-body-empty .byline-position {
    margin-bottom: 5px;
  }
}

.todayblock {
  background-color: #fff;
  float: right;
  clear: both;
  width: 80%;
  margin: 50px 10%;
  font-size: .85rem;
  text-align: center;
}

@media only screen and (min-width:480px) {
  .todayblock {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media only screen and (min-width:1200px) {
  .todayblock {
    clear: none;
    margin-left: 0;
    margin-right: 80px;
    width: 450px;
    max-height: 500px;
    overflow-y: auto;
  }
}

.todayblock img {
  width: 100%;
}

.todayblock.block {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  z-index: 9999;
}

.todayblock p {
  font-size: .85rem;
  margin-bottom: 4px;
}

.todayblock .calendar,
.todayblock .prices {
  border-bottom: 1px solid #cdcdc8;
  padding-bottom: 15px;
}

.todayblock .datespan {
  display: block;
}

.todayblock .intro-message,
.todayblock .opening-hours {
  font-size: 1.2rem;
}

.todayblock .head {
  padding: 20px 30px;
  color: #fff;
}

.todayblock .head h2 {
  margin-top: 10px;
  font-size: calc(($h2-font-size * .85));
}

.todayblock .head p:last-child {
  margin-bottom: 0;
}

.todayblock .today-body {
  padding: 0 30px 30px;
}

.todayblock .today-body .heading-uppercase,
.todayblock .today-body h3 {
  text-transform: uppercase;
  font-size: calc(($h3-font-size * .7));
}

@media only screen and (min-width:768px) {
  .todayblock .today-body .heading-uppercase,
  .todayblock .today-body h3 {
    font-size: calc(($h3-font-size * .75));
  }
}

.todayblock .today-body .heading-uppercase a:hover,
.todayblock .today-body h3 a:hover {
  text-decoration: none;
}

.todayblock .today-body .buy-ticket {
  padding-top: 10px;
}

.todayblock .calendar ul {
  list-style-type: none;
  padding: 0;
}

.todayblock .calendar ul li {
  margin: 0;
}

.todayblock .calendar ul li .strong,
.todayblock .calendar ul li a {
  font-weight: 600;
}

.FormSelection.FormTextbox__Input,
.FormSelection select,
input.FormTextbox__Input,
input select,
textarea.FormTextbox__Input,
textarea select {
  border-color: #949494;
}

.FormSelection.FormTextbox__Input:focus,
.FormSelection select:focus,
input.FormTextbox__Input:focus,
input select:focus,
textarea.FormTextbox__Input:focus,
textarea select:focus {
  border-color: #3b386e;
}

.FormSelection:after {
  top: 40px;
}

.FormChoice .Form__Element__Caption {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.15;
  font-size: 1.4rem;
  color: #222;
  border-bottom: none;
}

@media only screen and (min-width:768px) {
  .FormChoice .Form__Element__Caption {
    font-size: 1.6rem;
  }
}

.FormChoice label:before {
  border-color: #949494;
}

.FormChoice label.input-checkbox.checked:before,
.FormChoice label.input-checkbox.focus:before,
.FormChoice label.input-checkbox.hover:before {
  border-color: #3b386e;
}

.FormChoice label.input-checkbox.checked:after {
  color: #3b386e;
}

.FormChoice label.input-radio.checked:before,
.FormChoice label.input-radio.focus:before {
  border-color: #3b386e;
}

.FormChoice label.input-radio.checked:after {
  background-color: #3b386e;
}

.Form__NavigationBar__Action {
  color: #fff;
  background-color: #847248;
}

.Form__NavigationBar__Action:hover {
  background-color: #635636;
}

.Form__NavigationBar__Action[disabled] {
  color: #222;
  background-color: #cdcdc8;
}

.comment-block-line {
  border-top: 4px solid #5f0e10;
}

.comment-block-content .flex-header .icon-bubbles2 {
  color: #fff;
  background: #5f0e10;
}

.comment-block-content .simple-button {
  color: #5f0e10;
}

.comment-block-content .input-error {
  color: #fff;
  background: #5f0e10;
}

.comment-block-content #comments-form label {
  color: #222;
  font-family: Open Sans,Arial,sans-serif;
  font-weight: 400;
}

.comment-block-content #comments-form .submit-button {
  background: #847248;
  color: #fff;
}

.comment-block-content #comments-form .space {
  height: 26.84px;
  display: block;
}

.comment-block-content .checkmark {
  border: 2px solid #949494;
}

.comment-block-content .checkbox-container input:checked~.checkmark,
.comment-block-content .checkbox-container input:focus~.checkmark {
  border: 2px solid #3b386e;
}

.comment-block-content .checkbox-container .checkmark:after {
  border: solid #3b386e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comment-block-content .checkmark:after {
  border: 2px solid #3b386e;
}

.comment-block-content .comments-list .child-comment {
  background: #fff;
}

.comment-block-content .comments-list .date {
  font-size: .85rem;
}

.comment-block-content .comments-list .moderator-tag {
  color: #fff;
  background-color: #5f0e10;
  font-size: .85rem;
}

a.carousel-control:hover {
  color: #3b386e;
  text-shadow: 0 1px 2px hsla(0,0%,100%,.6);
}

a.carousel-control:focus {
  outline-color: #3b386e;
}

.infoblock {
  background-color: #f3f3f1;
  height: 200px;
  padding: 70px 0;
  height: unset;
}

.infoblock .info-body {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

@media only screen and (max-width:991px) {
  .infoblock .info-body {
    flex-direction: column;
  }
}

.infoblock .info-body .info-area {
  padding: 0 110px;
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.infoblock .info-body .info-area:first-child {
  border-right: 1px solid #cdcdc8;
}

@media only screen and (max-width:991px) {
  .infoblock .info-body .info-area {
    align-self: center;
    max-width: 550px;
    width: 100%;
    padding: 0 10px;
  }

  .infoblock .info-body .info-area:first-child {
    border-bottom: 1px solid #cdcdc8;
    border-right: none;
    padding-bottom: 30px;
  }
}

.infoblock .info-body .info-area .info-area-heading {
  font-size: 1.8rem;
  color: #555;
  margin-bottom: 30px;
}

@media only screen and (min-width:480px) {
  .infoblock .info-body .info-area .info-area-heading {
    font-size: 2.1rem;
  }
}

@media only screen and (min-width:992px) {
  .infoblock .info-body .info-area .info-area-heading {
    font-size: 2.4rem;
  }
}

.infoblock .info-body .info-area .info-area-heading .info-area-heading-icon {
  margin-right: 10px;
}

.infoblock .info-body .info-area .info-column {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.infoblock .info-body .info-area .info-column p {
  font-size: 1.15rem;
  margin: 0;
}

.infoblock .info-body .info-area .info-column:not(:last-of-type) {
  margin-bottom: 20px;
}

.infoblock .info-body .info-area .info-column .info-row {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.infoblock .info-body .info-area .info-column .info-row:not(:last-of-type) {
  margin-bottom: 20px;
}

.infoblock .info-body .info-area .info-column .info-row .right-content {
  min-width: fit-content;
}

.infoblock .info-body .info-area .info-column .extra-info {
  font-size: .85rem;
  margin-top: 6px;
}

.infoblock .info-body .info-area .btn,
.infoblock .info-body .info-area .search-page .filter a,
.search-page .filter .infoblock .info-body .info-area a {
  align-self: center;
  margin-top: 25px;
}

.infoblock .info-body .info-area .btn .info-area-heading-icon,
.infoblock .info-body .info-area .search-page .filter a .info-area-heading-icon,
.search-page .filter .infoblock .info-body .info-area a .info-area-heading-icon {
  margin-right: 10px;
}

.article-page h1.media-wrapper-heading {
  padding: .3em .5em;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  background-color: #222;
  margin-top: 0;
}

@media only screen and (min-width:480px) {
  .article-page h1.media-wrapper-heading {
    padding: .5em 1em;
  }
}

.article-page .article-image-wrapper {
  position: relative;
}

.article-page .article-image-wrapper .first-image-text {
  font-style: normal;
  text-align: left;
  color: #fff;
  background-color: rgba(34,34,34,.8);
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
}

.calendar-page .calendar-body .filterable h3 {
  margin-top: 35px;
}

.calendar-page .calendar-body .calendar-view .fc button .fc-icon {
  background: #cdcdc8;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number {
  height: 35px;
  padding-top: 6px;
  padding-bottom: 0;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number:not(.empty):not(.fc-past):not(.fc-other-month):hover {
  background: #555;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number:focus {
  outline: 2px solid #3b386e;
  outline-offset: -3px;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-day-number.fc-today:focus {
  outline: 2px solid #fff;
  outline-offset: -3px;
}

.calendar-page .calendar-body .calendar-view .fc-unthemed .fc-today {
  background: #7a1214;
}

.head-image {
  position: relative;
  height: 600px;
}

.head-image .byline-position {
  top: 0;
  bottom: unset;
  padding: 10px 15px;
}

.head-image .background-image,
.head-image picture {
  height: 600px;
}

.head-image .head-image-text {
  color: #fff;
  text-align: center;
  background: -webkit-linear-gradient(top,transparent,#000);
  height: 200px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.head-image .head-image-text #main-heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 25px;
}

.start-page .inspiration .icon-arrow-right8 {
  color: #fff;
  background-color: #847248;
}

.start-page .inspiration .detailed-inspirationblock>div .text,
.start-page .inspiration .inspirationblock>div .text {
  background-color: rgba(51,51,51,.8);
  color: #fff;
  text-align: left;
}

.start-page .inspiration .detailed-inspirationblock .heading-hover,
.start-page .inspiration .inspirationblock .heading-hover {
  color: #fff;
}

.start-page .inspiration .text-inner {
  max-width: 33rem;
  margin: auto;
}

.start-page .inspiration a:focus .text {
  outline-color: #fff;
}

.start-page .inspiration .missing-video-text a:focus {
  outline-color: #3b386e!important;
}

@media only screen and (min-width:768px) {
  .start-page .header-text {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.start-page .header-text .text-wrapper {
  color: #222;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .start-page .header-text .text-wrapper {
    width: 70%;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .header-text .text-wrapper {
    width: 50%;
  }
}

.start-page h2 {
  text-align: center;
  color: #222;
}

@media only screen and (min-width:480px) {
  .start-page h2 {
    font-size: 3.04rem;
  }
}

@media only screen and (min-width:1200px) {
  .start-page h2 {
    font-size: 3.8rem;
  }
}

.start-page .inspiration h2 {
  text-align: left;
}

.start-page .btn-center {
  display: table;
  margin: auto;
  width: 90%;
}

@media only screen and (min-width:992px) {
  .start-page .btn-center {
    width: 50%;
  }
}

.start-page .calendar-partial-low-height .back,
.start-page .calendar-partial-low-height .fwd {
  top: 36%;
}

@media only screen and (min-width:768px) {
  .start-page .calendar-partial-low-height .back,
  .start-page .calendar-partial-low-height .fwd {
    font-size: 2.5rem;
    top: 28%;
  }
}

@media only screen and (min-width:992px) {
  .start-page .calendar-partial-low-height .back,
  .start-page .calendar-partial-low-height .fwd {
    top: 36%;
  }
}

.start-page .top-calendar-items {
  position: relative;
}

.start-page .top-calendar-items .back,
.start-page .top-calendar-items .fwd {
  position: absolute;
  font-size: 2.5rem;
  top: 38.5%;
}

@media only screen and (min-width:992px) {
  .start-page .top-calendar-items .back,
  .start-page .top-calendar-items .fwd {
    font-size: 3.75rem;
    top: 38%;
  }
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .back,
  .start-page .top-calendar-items .fwd {
    font-size: 3.75rem;
    top: 40%;
  }
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-items .back.arrow-low-height,
  .start-page .top-calendar-items .fwd.arrow-low-height {
    top: 33%;
  }
}

.start-page .top-calendar-items .back:hover,
.start-page .top-calendar-items .fwd:hover {
  text-decoration: none!important;
  color: #29274c;
}

.start-page .top-calendar-items .back:focus,
.start-page .top-calendar-items .fwd:focus {
  text-decoration: none;
}

.start-page .top-calendar-items .back.disabled,
.start-page .top-calendar-items .fwd.disabled {
  color: #cdcdc8;
}

.start-page .top-calendar-items .back span:hover,
.start-page .top-calendar-items .fwd span:hover {
  text-decoration: none!important;
  color: #29274c;
}

.start-page .top-calendar-items .back {
  left: 0;
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-items .back {
    left: 0;
  }
}

@media only screen and (min-width:992px) {
  .start-page .top-calendar-items .back {
    left: 0;
  }
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .back {
    left: 100px;
  }
}

.start-page .top-calendar-items .fwd {
  right: 0;
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-items .fwd {
    right: 0;
  }
}

@media only screen and (min-width:992px) {
  .start-page .top-calendar-items .fwd {
    right: 0;
  }
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .fwd {
    right: 100px;
  }
}

.simplestartpage-content {
  margin-top: 0;
}

.online-ticket-wrap a {
  text-decoration: underline;
}

.online-ticket-wrap .line-items a {
  text-decoration: none;
}

.online-ticket-wrap a[disabled],
.online-ticket-wrap a[disabled]:hover {
  pointer-events: auto;
}

.online-ticket-wrap a[disabled]:hover span,
.online-ticket-wrap a[disabled] span {
  background-color: #e8e8e8;
}

.online-ticket-wrap div[class$=-panel] {
  padding: 40px 0;
}

.online-ticket-wrap div.ticket-hide {
  background-color: rgba(122,18,20,.8);
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.online-ticket-wrap div.ticket-hide .ticket-hide-text {
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 25px;
}

.online-ticket-wrap div.ticket-hide .ticket-hide-text h1,
.online-ticket-wrap div.ticket-hide .ticket-hide-text h2,
.online-ticket-wrap div.ticket-hide .ticket-hide-text h3,
.online-ticket-wrap div.ticket-hide .ticket-hide-text h4 {
  margin-top: 10px;
}

.online-ticket-wrap div.ticket-hide .ticket-hide-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.online-ticket-wrap div.ticket-hide .ticket-hide-button a {
  text-decoration: none;
}

.online-ticket-wrap div.grid-panel {
  padding: 15px;
  background: #efefef;
  margin-bottom: 30px;
  position: relative;
}

.online-ticket-wrap div.selection-panel {
  background: #f3f3f1;
}

.online-ticket-wrap div.checkout-panel {
  background: #efefef;
}

@media only screen and (max-width:480px) {
  .online-ticket-wrap .image-container .well {
    padding: 5px;
  }
}

.online-ticket-wrap .image-container .well .item {
  padding: 5px 0;
}

.online-ticket-wrap .image-container .well .item .btn,
.online-ticket-wrap .image-container .well .item .search-page .filter a,
.search-page .filter .online-ticket-wrap .image-container .well .item a {
  padding: 4px 6px;
  margin: 0 5px;
  font-size: small;
}

.online-ticket-wrap .image-container .well .item .btn:hover,
.online-ticket-wrap .image-container .well .item .search-page .filter a:hover,
.search-page .filter .online-ticket-wrap .image-container .well .item a:hover {
  background-color: #cdcdc8;
}

@media only screen and (max-width:480px) {
  .online-ticket-wrap .image-container .well .item {
    font-size: small;
  }

  .online-ticket-wrap .image-container .well .item .btn,
  .online-ticket-wrap .image-container .well .item .search-page .filter a,
  .search-page .filter .online-ticket-wrap .image-container .well .item a {
    margin: 0 3px;
    font-size: .625rem;
  }
}

.online-ticket-wrap .image-container .total p {
  font-size: 1.25rem;
}

.online-ticket-wrap button {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #fff;
  border: 0;
}

.online-ticket-wrap button.btn-primary:active,
.online-ticket-wrap button.btn-primary:active:focus,
.online-ticket-wrap button.btn-primary:active:hover,
.online-ticket-wrap button.btn-primary:focus {
  background-color: #847248!important;
}

.online-ticket-wrap button#confirmPurchaseBtn[disabled] {
  background-color: #e8e8e8!important;
  color: #303234!important;
}

.online-ticket-wrap .add-ticket {
  -moz-user-select: none;
  background-image: none;
  background-color: #fff;
  width: 42px!important;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 0 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.online-ticket-wrap .add-ticket:hover {
  background-color: #e6e6e6;
}

.online-ticket-wrap .item-quantity {
  width: 3rem;
  border: none;
  background: transparent;
  text-align: center;
}

.online-ticket-wrap button.close {
  width: auto!important;
  color: #000!important;
  opacity: .2;
}

.online-ticket-wrap button.dark {
  background: #303234;
}

.online-ticket-wrap button.green {
  background: #3a683b;
}

.online-ticket-wrap button.blue {
  background: #3b386e;
}

.online-ticket-wrap .boxed {
  margin-bottom: 15px;
}

.online-ticket-wrap .boxed .box-content,
.online-ticket-wrap .boxed .box-head {
  padding: 15px;
}

.online-ticket-wrap .boxed .box-head {
  color: #fff;
  background: #7a1214;
}

.online-ticket-wrap .boxed .box-head h1,
.online-ticket-wrap .boxed .box-head h2,
.online-ticket-wrap .boxed .box-head h3 {
  margin: 0;
}

.online-ticket-wrap .boxed .box-content {
  background: #fff;
}

.online-ticket-wrap .boxed .box-content h1,
.online-ticket-wrap .boxed .box-content h2 {
  margin-top: 5px;
}

.online-ticket-wrap .image-grid {
  padding: 0;
}

.online-ticket-wrap .image-grid .grid-item {
  margin: 0;
}

.online-ticket-wrap .image-grid .grid-item .item {
  margin-bottom: 10px;
}

.online-ticket-wrap .image-grid .grid-item .item .item-cell {
  height: 40px;
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .online-ticket-wrap .image-grid .grid-item .item .item-count-wrapper {
    text-align: left;
  }
}

.online-ticket-wrap .image-grid .grid-item .item .item-count-wrapper .btn,
.online-ticket-wrap .image-grid .grid-item .item .item-count-wrapper .search-page .filter a,
.search-page .filter .online-ticket-wrap .image-grid .grid-item .item .item-count-wrapper a {
  padding: 10px 13px;
}

.online-ticket-wrap .image-grid .grid-item .item .btn-primary,
.online-ticket-wrap .image-grid .grid-item .item .search-page .filter a,
.search-page .filter .online-ticket-wrap .image-grid .grid-item .item a {
  margin-top: 20px;
  margin-bottom: 0;
}

.online-ticket-wrap .image-grid .grid-item .item span.disabled {
  opacity: .5;
}

.online-ticket-wrap .image-grid .grid-item img {
  max-width: 100%;
}

.online-ticket-wrap .image-grid .grid-item .z-index-100 {
  z-index: 100;
}

.online-ticket-wrap .image-grid .grid-item .info-container {
  background: #fff;
  padding: 10px;
}

.online-ticket-wrap .image-grid .grid-item .info-container h3 {
  margin-top: 0;
}

.online-ticket-wrap .image-grid .grid-item .info-container p {
  margin-bottom: 0;
}

.online-ticket-wrap .image-grid .grid-item .info-container .calendar-dateplace {
  display: inline-block;
}

.online-ticket-wrap .loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  border: 14px solid #cdcdc8;
  border-top: 14px solid #303234;
  border-radius: 50%;
  z-index: 101;
  animation: spin 2s linear infinite;
}

.online-ticket-wrap .loader.active {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.online-ticket-wrap .checkout-panel fieldset {
  margin-top: 22px;
}

.online-ticket-wrap .checkout-panel fieldset a {
  display: block;
  font-size: .875rem;
}

.online-ticket-wrap .checkout-panel label {
  display: block;
}

.online-ticket-wrap .checkout-panel input[type=email],
.online-ticket-wrap .checkout-panel input[type=number],
.online-ticket-wrap .checkout-panel input[type=password],
.online-ticket-wrap .checkout-panel input[type=text],
.online-ticket-wrap .checkout-panel select,
.online-ticket-wrap .checkout-panel textarea {
  display: block;
  width: 100%;
}

.online-ticket-wrap .checkout-panel textarea {
  min-height: 120px;
}

.online-ticket-wrap .checkout-panel input[type=submit] {
  float: right;
}

.online-ticket-wrap .checkout-panel .booking-details ul {
  padding-left: 20px;
}

.online-ticket-wrap .radio-payment {
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
  position: relative;
  vertical-align: middle;
}

.online-ticket-wrap .user-input-divider {
  margin: 20px 0 30px;
}

.online-ticket-wrap .cart-total {
  font-size: 1.5rem;
}

.online-ticket-wrap .email-label {
  padding-left: 0;
}

.online-ticket-wrap .payment {
  padding-left: 25px;
}

.online-ticket-wrap .ticket-footer {
  padding: 35px 0;
  background: #fff;
  color: #222;
}

.online-ticket-wrap h1 {
  color: pink!important;
}

.online-ticket-wrap label.error {
  font-weight: 300;
  font-size: .875rem;
  color: #7a1214;
}

.online-ticket-wrap .tooltip>.tooltip-inner {
  background-color: #303234;
}

.online-ticket-wrap .tooltip.top .tooltip-arrow {
  border-top-color: #303234;
}

@media (max-width:400px) {
  #recaptchaContainer {
    transform: scale(.75)!important;
    -webkit-transform: scale(.75)!important;
    transform-origin: 0 0!important;
    -webkit-transform-origin: 0 0!important;
  }
}

.online-booking-wrap .checkout-panel .search-page #search-form-page input[type=email],
.online-booking-wrap .checkout-panel .search-page #search-form-page input[type=number],
.online-booking-wrap .checkout-panel .search-page #search-form-page input[type=password],
.online-booking-wrap .checkout-panel .search-page #search-form-page input[type=text],
.online-booking-wrap .checkout-panel .search-page #search-form-page select,
.online-booking-wrap .checkout-panel .search-page #search-form-page textarea,
.online-booking-wrap .user-panel .search-page #search-form-page input[type=email],
.online-booking-wrap .user-panel .search-page #search-form-page input[type=number],
.online-booking-wrap .user-panel .search-page #search-form-page input[type=password],
.online-booking-wrap .user-panel .search-page #search-form-page input[type=text],
.online-booking-wrap .user-panel .search-page #search-form-page select,
.online-booking-wrap .user-panel .search-page #search-form-page textarea,
.online-ticket-wrap .checkout-panel .search-page #search-form-page input[type=email],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input[type=number],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input[type=password],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input[type=text],
.online-ticket-wrap .checkout-panel .search-page #search-form-page select,
.online-ticket-wrap .checkout-panel .search-page #search-form-page textarea,
.search-page #search-form-page .form-control,
.search-page #search-form-page .online-booking-wrap .checkout-panel input[type=email],
.search-page #search-form-page .online-booking-wrap .checkout-panel input[type=number],
.search-page #search-form-page .online-booking-wrap .checkout-panel input[type=password],
.search-page #search-form-page .online-booking-wrap .checkout-panel input[type=text],
.search-page #search-form-page .online-booking-wrap .checkout-panel select,
.search-page #search-form-page .online-booking-wrap .checkout-panel textarea,
.search-page #search-form-page .online-booking-wrap .user-panel input[type=email],
.search-page #search-form-page .online-booking-wrap .user-panel input[type=number],
.search-page #search-form-page .online-booking-wrap .user-panel input[type=password],
.search-page #search-form-page .online-booking-wrap .user-panel input[type=text],
.search-page #search-form-page .online-booking-wrap .user-panel select,
.search-page #search-form-page .online-booking-wrap .user-panel textarea,
.search-page #search-form-page .online-ticket-wrap .checkout-panel input[type=email],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input[type=number],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input[type=password],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input[type=text],
.search-page #search-form-page .online-ticket-wrap .checkout-panel select,
.search-page #search-form-page .online-ticket-wrap .checkout-panel textarea {
  border-color: #949494;
}

.online-booking-wrap .checkout-panel .search-page #search-form-page input:focus[type=email],
.online-booking-wrap .checkout-panel .search-page #search-form-page input:focus[type=number],
.online-booking-wrap .checkout-panel .search-page #search-form-page input:focus[type=password],
.online-booking-wrap .checkout-panel .search-page #search-form-page input:focus[type=text],
.online-booking-wrap .checkout-panel .search-page #search-form-page select:focus,
.online-booking-wrap .checkout-panel .search-page #search-form-page textarea:focus,
.online-booking-wrap .user-panel .search-page #search-form-page input:focus[type=email],
.online-booking-wrap .user-panel .search-page #search-form-page input:focus[type=number],
.online-booking-wrap .user-panel .search-page #search-form-page input:focus[type=password],
.online-booking-wrap .user-panel .search-page #search-form-page input:focus[type=text],
.online-booking-wrap .user-panel .search-page #search-form-page select:focus,
.online-booking-wrap .user-panel .search-page #search-form-page textarea:focus,
.online-ticket-wrap .checkout-panel .search-page #search-form-page input:focus[type=email],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input:focus[type=number],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input:focus[type=password],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input:focus[type=text],
.online-ticket-wrap .checkout-panel .search-page #search-form-page select:focus,
.online-ticket-wrap .checkout-panel .search-page #search-form-page textarea:focus,
.search-page #search-form-page .form-control:focus,
.search-page #search-form-page .online-booking-wrap .checkout-panel input:focus[type=email],
.search-page #search-form-page .online-booking-wrap .checkout-panel input:focus[type=number],
.search-page #search-form-page .online-booking-wrap .checkout-panel input:focus[type=password],
.search-page #search-form-page .online-booking-wrap .checkout-panel input:focus[type=text],
.search-page #search-form-page .online-booking-wrap .checkout-panel select:focus,
.search-page #search-form-page .online-booking-wrap .checkout-panel textarea:focus,
.search-page #search-form-page .online-booking-wrap .user-panel input:focus[type=email],
.search-page #search-form-page .online-booking-wrap .user-panel input:focus[type=number],
.search-page #search-form-page .online-booking-wrap .user-panel input:focus[type=password],
.search-page #search-form-page .online-booking-wrap .user-panel input:focus[type=text],
.search-page #search-form-page .online-booking-wrap .user-panel select:focus,
.search-page #search-form-page .online-booking-wrap .user-panel textarea:focus,
.search-page #search-form-page .online-ticket-wrap .checkout-panel input:focus[type=email],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input:focus[type=number],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input:focus[type=password],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input:focus[type=text],
.search-page #search-form-page .online-ticket-wrap .checkout-panel select:focus,
.search-page #search-form-page .online-ticket-wrap .checkout-panel textarea:focus {
  border-color: #3b386e;
}

.search-page .result-item-wrapper:focus .result-item {
  outline: 2px solid #3b386e;
  outline-offset: 2px;
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list,
.sitemap-page .sitmap-lists-wrapper:not(:last-child) {
  border-bottom-color: #cdcdc8;
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list li ul li ul {
  border-left-color: #7a1214;
}

.press-release-page .related-media .media-item .pressroom-modal-trigger:hover {
  background-color: #333;
}

.press-media-modal {
  background-color: rgba(51,51,51,.8);
}

@media only screen and (max-width:767px) {
  .press-listing-page .main-area .first-post h2 {
    font-size: 1.4rem;
  }
}

.press-listing-page .content-wrap .right-area section {
  background-color: #f3f3f1;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block .main-intro p,
.press-listing-page .content-wrap .right-area section h2 {
  border-bottom-color: #847248;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email {
  border: 2px solid #949494;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:focus,
.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:focus-visible,
.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:hover {
  border-color: #3b386e;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-terms-links {
  text-align: left;
}

.press-contacts-page .content-wrap .block>div {
  background-color: #f3f3f1;
}

.press-contacts-page .content-wrap .block>div h2 {
  border-bottom-color: #847248;
}

.press-contacts-page .content-wrap .block>div .main-intro {
  text-align: left;
}

.press-contacts-page .content-wrap .block>div .main-intro p {
  border-bottom-color: #847248;
}

.calendar-item-partial .date .number {
  font-size: 1.6rem;
  line-height: 1.625rem;
  margin: 0;
}

.calendar-item-partial .tag-container {
  left: 4rem!important;
}

.partial-block .tag-container {
  width: 250px;
}

.partial-block .special-block-heading h2 {
  font-size: 1.2rem;
}

@media only screen and (min-width:600px) {
  .partial-block .special-block-heading h2 {
    font-size: 1.2rem;
  }
}

.partial-block.calendar-item-partial .text {
  left: 1.5%;
  top: 52%;
  height: 97.5%;
  width: 98.5%;
}

.partial-block.calendar-item-partial .special-block-heading {
  width: auto!important;
}

.partial-block.calendar-item-partial picture {
  left: 1.5%;
  width: 98.5%;
}

.partial-block .block-inner-box:hover .heading-arrow-white:before,
.partial-block .block-inner-box:hover .heading-arrow:before {
  padding-left: 4px;
  margin-right: -4px;
}

.partial-block .block-inner-box:hover {
  color: #fff;
}

.partial-block .block-image {
  display: contents;
}

.partial-block .block-image .special-block-heading {
  text-align: center;
  position: relative;
  padding: 0;
}

.partial-block .block-image .special-block-heading .heading-arrow,
.partial-block .block-image .special-block-heading .heading-arrow-white {
  color: #fff;
  padding: 15px;
}

.partial-block .text {
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,.8);
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partial-block .text h2 {
  font-family: Open Sans,Arial,sans-serif;
  margin-top: 0;
}

.partial-block .text div {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  padding: 30px;
  height: 100%;
}

.partial-block:not(.highlight-partial) .text div h2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.press-page-header .press-room-header-button-menu .btn,
.press-page-header .press-room-header-button-menu .search-page .filter a,
.search-page .filter .press-page-header .press-room-header-button-menu a {
  background-color: #7a1214;
  color: #fff;
}

.press-page-header .press-room-header-button-menu .btn.active,
.press-page-header .press-room-header-button-menu .btn:hover,
.press-page-header .press-room-header-button-menu .search-page .filter a.active,
.press-page-header .press-room-header-button-menu .search-page .filter a:hover,
.search-page .filter .press-page-header .press-room-header-button-menu a.active,
.search-page .filter .press-page-header .press-room-header-button-menu a:hover {
  text-decoration: underline;
  background-color: #5f0e10;
}

.social-feed-partial-vasa {
  position: relative;
  margin: auto;
}

.social-feed-partial-vasa .social {
  position: relative;
  margin: auto;
  width: 100%;
}

.social-feed-partial-vasa .social .social-feed-div {
  text-align: center;
}

.social-feed-partial-vasa .social .row {
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.social-feed-partial-vasa .social .social-item {
  float: left;
  margin: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

@media only screen and (min-width:992px) {
  .social-feed-partial-vasa .social .social-item {
    width: 140px;
  }

  .social-feed-partial-vasa .social .social-item:not(:last-child) {
    margin-right: 5px;
  }
}

@media only screen and (min-width:1200px) {
  .social-feed-partial-vasa .social .social-item {
    width: 170px;
  }

  .social-feed-partial-vasa .social .social-item:not(:last-child) {
    margin-right: 5px;
  }
}

@media only screen and (min-width:1400px) {
  .social-feed-partial-vasa .social .social-item {
    width: 200px;
  }

  .social-feed-partial-vasa .social .social-item:not(:last-child) {
    margin-right: 5px;
  }
}

@media only screen and (min-width:1600px) {
  .social-feed-partial-vasa .social .social-item {
    width: 222px;
  }

  .social-feed-partial-vasa .social .social-item:not(:last-child) {
    margin-right: 5px;
  }
}

@media only screen and (max-width:991px) {
  .social-feed-partial-vasa .social .social-item {
    width: 25%;
    padding: 0;
    margin-bottom: 5px;
  }

  .social-feed-partial-vasa .social .social-item:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}

.social-feed-partial-vasa .social .social-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.social-feed-partial-vasa .social .social-item.youtube {
  aspect-ratio: unset;
}

@media only screen and (min-width:992px) {
  .social-feed-partial-vasa .social .social-item.youtube {
    width: auto;
  }
}

@media only screen and (max-width:991px) {
  .social-feed-partial-vasa .social .social-item.youtube {
    width: 25%;
    aspect-ratio: 1/1;
  }
}

@media only screen and (max-width:991px) {
  .social-feed-partial-vasa .social .social-item.youtube img {
    height: 100%;
  }
}

@media only screen and (min-width:992px) {
  .social-feed-partial-vasa .social .social-item.youtube img {
    width: auto;
    height: 140px;
  }
}

@media only screen and (min-width:1200px) {
  .social-feed-partial-vasa .social .social-item.youtube img {
    width: auto;
    height: 170px;
  }
}

@media only screen and (min-width:1400px) {
  .social-feed-partial-vasa .social .social-item.youtube img {
    width: auto;
    height: 200px;
  }
}

@media only screen and (min-width:1600px) {
  .social-feed-partial-vasa .social .social-item.youtube img {
    width: auto;
    height: 222px;
  }
}

.social-feed-partial-vasa .social .social-icon {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: .875rem;
  color: #222;
  padding: 5px;
  background-color: #cdcdc8;
  z-index: 9999;
}

@media only screen and (min-width:768px) {
  .social-feed-partial-vasa .social .social-icon {
    left: 10px;
    top: 10px;
  }
}

@media only screen and (max-width:991px) {
  .social-feed-partial-vasa .social .social-icon {
    left: 5px;
    top: 5px;
  }
}

.social-feed-partial-vasa img.social-icon {
  width: 40px;
}

.social-feed-partial-vasa .back,
.social-feed-partial-vasa .fwd {
  color: #333;
}

.social-feed-partial-vasa .back span:focus,
.social-feed-partial-vasa .fwd span:focus {
  outline: none;
}

.social-feed-partial-vasa .back,
.social-feed-partial-vasa .fwd {
  position: absolute;
  display: none;
}

.social-feed-partial-vasa .back span,
.social-feed-partial-vasa .fwd span {
  font-size: 2.5rem;
}

@media only screen and (min-width:1200px) {
  .social-feed-partial-vasa .back span,
  .social-feed-partial-vasa .fwd span {
    font-size: 3.75rem;
  }
}

.social-feed-partial-vasa .back:focus,
.social-feed-partial-vasa .back:hover,
.social-feed-partial-vasa .fwd:focus,
.social-feed-partial-vasa .fwd:hover {
  text-decoration: none;
}

@media only screen and (min-width:768px) {
  .social-feed-partial-vasa .back,
  .social-feed-partial-vasa .fwd {
    top: 46.3%;
    display: block;
  }
}

@media only screen and (min-width:1000px) {
  .social-feed-partial-vasa .back,
  .social-feed-partial-vasa .fwd {
    top: 46%;
    display: block;
  }
}

@media only screen and (max-width:991px) {
  .social-feed-partial-vasa .back,
  .social-feed-partial-vasa .fwd {
    top: 48%;
    display: block;
  }
}

.social-feed-partial-vasa .back {
  left: -15px;
}

.social-feed-partial-vasa .back .icon-right .icon-left:before {
  content: "\EDC4";
}

.social-feed-partial-vasa .fwd {
  right: -15px;
}

.social-feed-partial-vasa .fwd .icon-right .icon-right:before {
  content: "\EDBC";
}

.social-feed-partial-vasa .show-more {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: .85rem;
}

@media only screen and (min-width:768px) {
  .social-feed-partial-vasa .show-more {
    margin-top: 50px;
    font-size: 1rem;
  }
}

.blog-body {
  background-color: #f3f3f1;
}

.blog-body .head-wrap .descritpion-content {
  border-color: #cdcdc8;
}

.blog-body .content-wrap .main-area .blog-post-full .blog-post-info,
.blog-body .content-wrap .main-area .blog-post .blog-post-info {
  border-top-color: #cdcdc8;
}

.blog-body .content-wrap .main-area .blog-post-full .blog-post-info-full,
.blog-body .content-wrap .main-area .blog-post .blog-post-info-full {
  border-bottom-color: #cdcdc8;
}

.blog-body .content-wrap .main-area .blog-post-full .blog-post-icon,
.blog-body .content-wrap .main-area .blog-post .blog-post-icon {
  color: #cdcdc8;
}

.blog-body .content-wrap .right-area button {
  background-color: #333;
}

.blog-body .content-wrap .right-area .blog-partial li a,
.blog-body .content-wrap .right-area button .active,
.blog-body .content-wrap .right-area button :focus,
.blog-body .content-wrap .right-area button:hover {
  background-color: #222;
}

.blog-body .content-wrap .right-area .blog-partial li a:hover {
  background-color: #333;
}

.blog-body .content-wrap .right-area .blog-partial li a .latest-post-title {
  border-bottom-color: #cdcdc8;
}

.blog-body .content-wrap .right-area .blog-partial li a .latest-post-date {
  font-weight: 400;
}

.blog-body .content-wrap .right-area .blog-partial li a.active {
  background-color: #333;
}

@media only screen and (min-width:768px) {
  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper button {
    color: #3b386e!important;
  }
}

.blog-body .content-wrap .right-area #search-form-blog .search-wrapper input {
  background-color: #4e0b0d;
}

@media only screen and (min-width:768px) {
  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper input {
    background-color: #fff;
  }

  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper input::-webkit-input-placeholder {
    color: #222!important;
  }

  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper input:-moz-placeholder,
  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper input::-moz-placeholder {
    color: #222!important;
  }

  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper input:-ms-input-placeholder {
    color: #222!important;
  }
}

.blog-body .content-wrap .right-area #search-form-blog .search-wrapper input:focus {
  border: 2px solid #3b386e;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: none;
}

.blog-body .comment-block-content {
  background: #fff;
}

.blog-body .comments-list .moderator-child-comment,
.blog-body .comments-list .moderator-inner-comment {
  background: #f3f3f1;
}