/* @import url(static/css/style/variables.css); */

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.wysiwyg2 a {
  text-decoration: underline;
}
.wysiwyg2 a:hover {
  color: #d41320;
}
.wysiwyg {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.wysiwyg a {
  text-decoration: underline;
  color: inherit;
}
.wysiwyg a:hover {
  color: #d41320;
}
a:hover.wysiwyg a:hover {
  color: #2d4c9c;
}
.wysiwyg ul {
  list-style-type: none;
  padding-left: 0;
}
.wysiwyg ul > li {
  padding-left: 0;
  text-indent: -20px;
  padding-left: 20px;
}
.wysiwyg ul > li:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #bbc2c6;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .wysiwyg--multicolumn {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}
.webcam {
  position: relative;
}
.webcam__text {
  position: absolute;
  left: 25px;
  bottom: 15px;
  color: #FFFFFF;
  text-shadow: 0 0 57px #000000;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .webcam__text {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .webcam__text {
    font-size: 20px;
  }
}
.video {
  position: relative;
  display: block;
}
.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -31px;
  margin-top: -31px;
  width: 63px;
  height: 63px;
  padding: 0;
  font-size: 24px;
  text-align: center;
  line-height: 61px;
}
.teaser-row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .teaser-row > .teaser {
    border-left: 1px solid #dde0e2;
  }
  .teaser-row > .teaser:first-child {
    border-left: none;
  }
  .teaser-row > .teaser:first-child > .teaser__img {
    padding-left: 0;
    left: 0;
  }

}
.teaser {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .teaser {
    margin-bottom: 0;
  }
}
.teaser__content {
  margin: 25px 0;
}
@media screen and (min-width: 768px) {
  .teaser__img {
    z-index: 1;
    box-sizing: content-box;
    width: 100%;
    padding-left: 1px;
    left: -1px;
  }
}
/*Modifier*/
.teaser--simple > .teaser__body {
  padding: 40px 40px 60px 40px;
}
.teaser--offer > .teaser__body {
  padding: 25px 23px 25px 23px;
}
@media screen and (min-width: 1200px) {
  .teaser--offer > .teaser__body {
    padding: 45px 46px 50px 46px;
  }
}
.table > thead {
  background: #242729;
  color: #ffffff;
  text-transform: uppercase;
}
.table > thead > tr > th {
  border-bottom: none;
}
.table > tbody > tr > .td--with-img {
  padding-left: 0;
}
.table > tbody > tr > th {
  font-family: 'FunctionProMedium', arial, helvetica, sans-serif;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: normal;
}
.table.table--object-list > thead > tr > th,
.table.table--object-list > tbody > tr > th,
.table.table--object-list > tfoot > tr > th,
.table.table--object-list > thead > tr > td,
.table.table--object-list > tbody > tr > td,
.table.table--object-list > tfoot > tr > td {
  vertical-align: middle;
}
.table.table--object-list > tfoot > tr > td {
  padding: 0;
}
.table--object-list > tbody > tr:hover > th > .table--object-list-detail-indicator,
.table--object-list > tbody > tr:hover > td > .table--object-list-detail-indicator {
  visibility: visible;
}
.table--object-list > tbody > tr.is-open.is-open.is-open {
  border-bottom: 1px solid #f8f7f7;
}
.table--object-list > tbody > tr.is-open.is-open.is-open > th,
.table--object-list > tbody > tr.is-open.is-open.is-open > td {
  background: #ffffff;
}
.table--object-list > tbody > tr.is-open.is-open.is-open > th > .table--object-list-detail-indicator,
.table--object-list > tbody > tr.is-open.is-open.is-open > td > .table--object-list-detail-indicator {
  visibility: visible;
  -webkit-transform: rotate(180deg) translateZ(0px);
  -moz-transform: rotate(180deg) translateZ(0px);
  -o-transform: rotate(180deg) translateZ(0px);
  -ms-transform: rotate(180deg) translateZ(0px);
  transform: rotate(180deg) translateZ(0px);
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #eaebec;
}
.table-striped > thead > tr > th,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > td {
  border-top: none;
}
.table--object-list-detail-indicator {
  visibility: hidden;
  display: inline-block;
  -webkit-transition: all 150ms ease, visibility 1ms;
  -moz-transition: all 150ms ease, visibility 1ms;
  -o-transition: all 150ms ease, visibility 1ms;
  transition: all 150ms ease, visibility 1ms;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #FFFFFF;
  cursor: pointer;
}
/*increase specificity*/
.td--contains-detail.td--contains-detail.td--contains-detail {
  background: #FFFFFF;
  padding: 40px 50px 85px 50px;
  position: relative;
}
.td--contains-detail > .section {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .table--object-list {
    margin-top: 30px;
  }
}
.table-meta-bar {
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 40px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .table-meta-bar {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.sprite-elements-logo {
  display: inline-block;
  background: url("/static/img/sprite/elements-logo.png");
  height: 13px;
  width: 124px;
  text-indent: -9999px;
  overflow: hidden;
}
.sprite-logo-suedtirol {
  display: inline-block;
  background: url("/static/img/sprite/logo-suedtirol.png");
  height: 49px;
  width: 90px;
  text-indent: -9999px;
  overflow: hidden;
}
.sort-controls {
  display: inline-block;
  margin-left: .5em;
}
.sort-controls__control {
  font-size: 5px;
  line-height: 1;
}
.sort-controls__control--up:before {
  content: "\E02E";
}
.is-sorted-by > .sort-controls > .sort-controls__control--up {
  position: relative;
  top: -1px;
  left: -1px;
}
.is-sorted-by > .sort-controls > .sort-controls__control--up:before {
  content: "\E02D";
}
.sort-controls__control--reverse:before {
  content: "\E02C";
}
.is-sorted-by--reverse > .sort-controls > .sort-controls__control--reverse {
  position: relative;
  top: 1px;
  left: -1px;
}
.is-sorted-by--reverse > .sort-controls > .sort-controls__control--reverse:before {
  content: "\E02B";
}
.section {
  padding: 35px 0;
}
.section--small {
  margin-top: 15px;
  padding: 0 0 15px 0;
}
.section--light {
  background: #e2e6e8;
}
.section--bordered {
  border-bottom: 1px solid #dde0e2;
}
.section--no-padding {
  padding: 0;
}
.section--bigger-typo {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .section--bigger-typo {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .section--bigger-typo {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .section {
    padding: 45px 0;
  }
  .section--small {
    margin-top: 22px;
    padding: 0 0 22px 0;
  }
}
@media screen and (min-width: 1200px) {
  .section {
    padding: 77px 0;
  }
  .section--small {
    margin-top: 35px;
    padding: 0 0 35px 0;
  }
}
.section--no-padding-top {
  padding-top: 0;
}
.progress {
  background: #383d40;
  height: 40px;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
.progress-bar {
  font-size: 26px;
  line-height: 39px;
  background: #63676a;
  text-align: left;
  text-indent: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .portal-header-slide__body,
  .text-header-slide__body {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.portal-header-slide__body,
.text-header-slide__body {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .portal-header-slide__body,
  .text-header-slide__body {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
  }
  .text-header-slide__body--right {
    text-align: right;
  }
}
.portal-header-slide__lead,
.text-header-slide__lead {
  font-size: 14px;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px) {
  .portal-header-slide__lead,
  .text-header-slide__lead {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .portal-header-slide__lead,
  .text-header-slide__lead {
    font-size: 22px;
  }
}
.panel-bordered {
  background: transparent;
  border: 2px solid #8f9396;
  border-radius: 0;
}
.panel-bordered > .panel-heading {
  background: none;
  border: none;
  line-height: 37px;
}
.panel-body,
.panel-heading {
  padding: 17px 20px;
  border-radius: 0;
}
.panel-default {
  border-radius: 0;
  border: none;
}
.panel-default .panel-heading {
  background: #dde0e2;
  padding: 25px 30px 20px 30px;
}
.panel-default .panel-body {
  background: #f8f7f7;
  padding: 25px 30px;
}
.panel-heading--dark.panel-heading--dark {
  background: #63676a;
  color: #FFFFFF;
}
.pagination {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .pagination {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination {
    font-size: 20px;
  }
}
.pagination > li > a,
.pagination > li > span {
  background: transparent;
  /* color: var(--color-primary--dark); */
  color: #d41320;
  padding: 3px 11px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: transparent;
  color: #242729;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: transparent;
  /* color: var(--color-primary--dark); */
  color: #242729;
}
.page-header-bar {
  background: #242729;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.17);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  min-height: 45px;
  line-height: 44px;
  white-space: nowrap;
}
.page-header-bar__buttons {
  float: right;
  position: relative;
  z-index: 1;
}
.page-header-bar__buttons .btn,
.page-header-bar__buttons .btn-ghost:after {
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
.page-header-bar__buttons .btn > .icon {
  vertical-align: sub;
  font-weight: normal;
  float: left;
  margin-right: 5px;
}
.page-header-bar__buttons .btn > .icon.icon-logout {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb {
    font-size: 16px;
  }
}
.breadcrumb > li + li:before {
  content: "\E004";
}
.breadcrumb > li + li:before {
  color: inherit;
  font-size: 9px;
}
.page-header-bar__search-btn {
  z-index: 1;
  position: relative;
}
input.page-header-bar__search {
  width: 200px;
  height: 45px;
}
.page-header-bar__search-move-container {
  -webkit-transform: translateZ(0px) translateX(200px);
  -moz-transform: translateZ(0px) translateX(200px);
  -o-transform: translateZ(0px) translateX(200px);
  -ms-transform: translateZ(0px) translateX(200px);
  transform: translateZ(0px) translateX(200px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-header-bar__search-move-container.is-active {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.page-header-bar--search-only {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  -webkit-box-shadow: 2px 0px 3px -2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 0px 3px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 2px 0px 3px -2px rgba(0, 0, 0, 0.17);
}
.nav-tabs-simple {
  margin-bottom: 50px;
}
.nav-tabs-simple > li {
  display: inline-block;
}
.nav-tabs-simple > li > a {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav-tabs-simple > li > a {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-tabs-simple > li > a {
    font-size: 22px;
  }
}
.nav-tabs-simple > li.active > a {
  background: #d41320;
  color: #FFFFFF;
}
.nav-tabs-simple > li.active > a:before {
  content: "\E025";
}
.nav-tabs-simple > li.active > a:before {
  color: #d41320;
  position: absolute;
  top: 100%;
  left: 50%;
  line-height: 1;
  margin-left: -19px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .nav-tabs-simple > li > a {
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-tabs-icons {
  float: right;
  padding-left: 0;
  list-style-type: none;
  /*remove whitespace*/
  font-size: 0;
  margin-left: 15px;
  margin-bottom: 0;
}
.nav-tabs-icons__item {
  padding-left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: top;
  line-height: 40px;
  background: #dde0e2;
  color: #000000;
}
.nav-tabs-icons__item > a {
  display: block;
  height: 100%;
}
.nav-tabs-icons__item.active {
  background: #d41320;
  color: #ffffff;
}
.nav-tabs-highlight {
  list-style-type: none;
  padding-left: 0;
  -webkit-backface-visibility: hidden;
}
.nav-tabs-highlight__item {
  display: inline-block;
  position: relative;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.8) translateZ(0px);
  -moz-transform: scale(0.8) translateZ(0px);
  -o-transform: scale(0.8) translateZ(0px);
  -ms-transform: scale(0.8) translateZ(0px);
  transform: scale(0.8) translateZ(0px);
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 0.6;
  padding: 0 5px 30px 5px;
  overflow: hidden;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}
.nav-tabs-highlight__item.active {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  opacity: 0.9999;
}
.nav-tabs-highlight__item.active > .nav-tabs-highlight__item-stroke {
  opacity: 1;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.nav-tabs-highlight__item > h2 {
  margin-bottom: 0;
  line-height: 1;
}
.nav-tabs-highlight__item-stroke {
  position: absolute;
  bottom: -1.8em;
  bottom: 0;
  left: 50%;
  font-size: 15px;
  margin-left: -90px;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  -moz-transition: -moz-transform 300ms ease, opacity 300ms ease;
  -o-transition: -o-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease,-moz-transform 300ms ease,-o-transform 300ms ease,transform 300ms ease, opacity 300ms ease;
  -webkit-transform: scaleX(0) translateZ(0px);
  -moz-transform: scaleX(0) translateZ(0px);
  -o-transform: scaleX(0) translateZ(0px);
  -ms-transform: scaleX(0) translateZ(0px);
  transform: scaleX(0) translateZ(0px);
}
.mobile-header {
  border-bottom: 1px solid #d2d1d1;
  height: 50px;
  line-height: 49px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
}
.mobile-header > .btn-icon {
  height: 50px;
  width: 50px;
  background: transparent;
}
.mobile-header > .btn-icon > .icon {
  font-size: 19px;
  vertical-align: middle;
}
.mobile-header__toggle-btn.mobile-header__toggle-btn {
  overflow: hidden;
  height: 50px;
  line-height: 49px;
  padding: 0;
  font-size: 19px;
  vertical-align: inherit;
  padding-left: 17px;
  padding-right: 25px;
  background: none;
  border: none;
  border-left: 1px solid #e2e6e8;
  font-family: 'FunctionProMedium', arial, helvetica, sans-serif;
}
.mobile-header__search-wrapper {
  width: auto;
  display: block;
  background: red;
  overflow: hidden;
  height: 100%;
}
.mobile-header__search-wrapper > .form-control {
  height: 49px;
  line-height: 1;
  border-top: none;
  font-size: 19px;
}
.hamburger-container {
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}

.showUp{
    position: relative;
    z-index: 9000;
}

.hamburger-container > .icon-bar {
  display: block;
  height: 0;
  border-top: 2px solid;
  margin-bottom: 4px;
  width: 18px;
}
.media-block {
  margin-left: 0;
  margin-right: 0;
}
.media-block img {
  background: #e2e6e8;
}
.media-block__left,
.media-block__right {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  oveflow: hidden;
}
.media-block__body {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .media-block__body {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .media-block__body {
    padding: 7% 16.66666667% 5% 16.66666667%;
  }
}
.media-block__btn {
  margin-top: 20px;
}
.media-block--light {
  background: #e2e6e8;
  color: #383d40;
}
.media-block--x-light {
  background: #f8f7f7;
  color: #383d40;
}
.media-block--dark {
  background: #242729;
  color: #ffffff;
}
.media-block--primary {
  background: #d41320;
  color: #ffffff;
}
.media-block--primary .wysiwyg a:hover{
    color: #2d4c9c;
}
@media screen and (min-width: 768px) {
  .media-block--rooster {
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 50% auto;
  }
  .media-block--rooster.media-block--primary {
    background-image: url("/static/img/bg-rooster-red.jpg");
  }
  .media-block--rooster.media-block--light,
  .media-block--rooster.media-block--x-light {
    background-image: url("/static/img/bg-rooster-light.jpg");
  }
  .media-block--rooster.media-block--dark {
    background-image: url("/static/img/bg-rooster-dark.jpg");
  }
}
/*new*/
@media screen and (min-width: 768px) {
    .media-block {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }
    .media-block:after,
    .media-block:before {
        display: none;
    }
    .media-block__left,
    .media-block__right {
        display: table-cell;
        float: none;
        width: 1px;
        padding: 0;
        vertical-align: middle;
    }
}

/*end new*/
.map {
  position: relative;
}
.map__link {
  position: absolute;
  top: 0;
}
.map__link:hover {
  text-decoration: underline;
}
.map__link--main {
  font-family: 'FunctionProMedium', arial, helvetica, sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .map__link--main {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .map__link--main {
    font-size: 22px;
  }
}
.navbar {
  border-radius: 0;
}
.nav-inline > li {
  color: #63676a;
}
.nav-inline > li:hover {
  color: #d41320;
}
.nav-inline > li.active {
  color: inherit;
}
.nav-bar {
  position: relative;
  float: left;
  width: 248px;
  padding-top: 10px;
  z-index: 100;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 300ms ease-out, visibility 0.1ms 300ms;
  -moz-transition: all 300ms ease-out, visibility 0.1ms 300ms;
  -o-transition: all 300ms ease-out, visibility 0.1ms 300ms;
  transition: all 300ms ease-out, visibility 0.1ms 300ms;
}
.no-csstransitions .nav-bar,
.no-csstransforms3d .nav-bar {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-bar.is-active {
  visibility: visible;
  -webkit-transition: all 300ms ease-out, visibility 0.1ms;
  -moz-transition: all 300ms ease-out, visibility 0.1ms;
  -o-transition: all 300ms ease-out, visibility 0.1ms;
  transition: all 300ms ease-out, visibility 0.1ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.no-csstransitions .nav-bar.is-active,
.no-csstransforms3d .nav-bar.is-active {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
@media screen and (max-width: 767px) {
  .nav-bar {
    position: fixed;
    top: 0;
    bottom: 0;
  }
  .nav-bar .nab-bar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: visible;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .nav-bar:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 248px;
    bottom: 0;
    z-index: -3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-bar.subnav-open.is-active {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .no-csstransitions .nav-bar.subnav-open.is-active,
  .no-csstransforms3d .nav-bar.subnav-open.is-active {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 768px) {
  .nav-bar {
    visibility: visible ;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.nav-bar:after,
.nav-list__sticky:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 248px;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.no-csstransitions .nav-bar:after,
.no-csstransitions .nav-list__sticky:after,
.no-csstransforms3d .nav-bar:after,
.no-csstransforms3d .nav-list__sticky:after {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-bar__item {
  display: block;
  border-bottom: 1px solid #e2e6e8;
  padding: 9px 30px;
}
.nav-bar__item--redesign {
  border-bottom: 1px solid #e2e6e8;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 25px;
}
.nav-bar__item--redesign a:focus {
  color: rgb(36, 39, 41);
  text-decoration: none;
}

#page-search {
  border: none;
  background: #f0f2f3;
  padding-left: 40px;
  padding-right: 40px;
}
#page-search:focus { border-color: #e2e6e8; }

.nav-bar__item--highlight {
  font-family: 'FunctionProMedium', arial, helvetica, sans-serif;
}
@media screen and (min-width: 1200px) {
  .nav-bar__item {
    padding: 17px 40px;
  }
}
.nav-list > li > .nav-bar__item {
  text-transform: uppercase;
  cursor: pointer;
}
.nav-list > li > .nav-bar__item:hover {
  color: #d41320;
}
.nav-list > li.is-active > .nav-bar__item,
.nav-list > li.active > .nav-bar__item {
  color: #d41320;
}
.nav-bar__bottom {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .nav-bar__bottom {
    margin-top: 0;
    position: fixed;
    bottom: 10px;
    left: 30px;
    width: 188px;
    -webkit-transform: translateZ(0);
    z-index: 1;
  }

    .nav-bar__bottom.demi {
        position: absolute;
    }

}
.nav-list__sticky {
  background: #FFFFFF;
}
.nav-list__sticky.affix {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 248px;
  -webkit-transform: none;
  transform: none;
}
/*Subnav*/
.main-sub-nav {
  position: absolute;
  left: 248px;
  top: 0;
  bottom: 0;
  width: 248px;
  background: #242729;
  color: #bbc2c6;
  z-index: -2;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 300ms ease-out, visibility 300ms 0.1ms;
  -moz-transition: all 300ms ease-out, visibility 300ms 0.1ms;
  -o-transition: all 300ms ease-out, visibility 300ms 0.1ms;
  transition: all 300ms ease-out, visibility 300ms 0.1ms;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.no-csstransitions .main-sub-nav,
.no-csstransforms3d .main-sub-nav {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.is-active > .main-sub-nav {
  -webkit-transition: all 300ms ease-out, visibility 0.1ms;
  -moz-transition: all 300ms ease-out, visibility 0.1ms;
  -o-transition: all 300ms ease-out, visibility 0.1ms;
  transition: all 300ms ease-out, visibility 0.1ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.no-csstransitions .is-active > .main-sub-nav,
.no-csstransforms3d .is-active > .main-sub-nav {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.iOs5 .main-sub-nav {
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: -webkit-transform 300ms ease,-moz-transform 300ms ease,-o-transform 300ms ease,transform 300ms ease;
}
.is-active > .iOs5 .main-sub-nav {
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: -webkit-transform 300ms ease,-moz-transform 300ms ease,-o-transform 300ms ease,transform 300ms ease;
}
.main-sub-nav {
  position: fixed;
    font-size: .9em;
}
@media screen and (max-width: 767px) {
    .main-sub-nav {
        font-size: 1em;
    }
  .no-csstransitions .is-active.is-active > .main-sub-nav,
  .no-csstransforms3d .is-active.is-active > .main-sub-nav {
    z-index: 3;
    left: 0;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .main-sub-nav {
    /*ie mobile*/
    left: 0;
    z-index: 4;
  }
}

.main-sub-nav .main-sub-nav {
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  transition: none;
  font-size: 1em;
  width: 100%;
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .main-sub-nav .main-sub-nav {
    /*ie mobile*/
    left: 248px;
  }
}
.no-csstransitions .main-sub-nav .main-sub-nav,
.no-csstransforms3d .main-sub-nav .main-sub-nav {
  position: fixed;
  left: 248px;
  z-index: 3;
}
.main-sub-nav hr {
  border-color: #383d40;
}
@media screen and (min-width: 768px) {
  .main-sub-nav--wide {
    width: 744px;
  }
}
.main-sub-nav--wide > .row {
  height: 100%;
}

@media screen and (max-width: 767px) {
    .main-sub-nav__close {
        display: none;
    }
}
.main-sub-nav__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background-color: transparent;
    color: #fff;
    opacity: .3;
    transition: opacity 120ms ease-out;
}
.main-sub-nav__close:hover,
.main-sub-nav__close:focus {
    color: #fff;
    opacity: .9;
}
.main-sub-nav__col.main-sub-nav__col {
  background: #242729;
  height: 100%;
  padding: 25px;
  border-left: 1px solid #383d40;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-sub-nav__col.main-sub-nav__col {
    padding: 30px;
  }
}
.main-sub-nav__col.main-sub-nav__col:first-child {
  border-left: none;
}
.main-sub-nav__col.main-sub-nav__col.is-open {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.no-csstransitions .main-sub-nav__col.main-sub-nav__col.is-open,
.no-csstransforms3d .main-sub-nav__col.main-sub-nav__col.is-open {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.main-sub-nav__top {
  position: relative;
  color: #63676a;
}
.main-sub-nav__top-headline {
  color: #63676a;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 676px) {
  .main-sub-nav__top-headline { margin-bottom: 1em; }
}

.main-sub-nav__top-headline > small {
  font-size: 13px;
  display: block;
}
@media screen and (min-width: 768px) {
  .main-sub-nav__top-headline > small {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .main-sub-nav__top-headline > small {
    font-size: 18px;
  }
}
.main-sub-nav__content {
  min-height: 430px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .main-sub-nav__content {
    min-height: 450px;
  }
}
.main-sub-nav__content-nav-block {
  line-height: 1.55;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .main-sub-nav__content-nav-block {
        line-height: 1.7;
    }
}

.main-sub-nav__content-nav-block > ul > li > a {
  cursor: pointer;
  display: block;
}
.main-sub-nav__content-nav-block > ul > li > a.sub-nav-item--has-detail {
  position: relative;
  padding-right: 13px;
  cursor: pointer;
}
.main-sub-nav__content-nav-block > ul > li > a.sub-nav-item--has-detail > .icon-arrow-right {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .main-sub-nav__content-nav-block > ul > li > a.sub-nav-item--has-detail > .icon-arrow-right {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .main-sub-nav__content-nav-block > ul > li > a.sub-nav-item--has-detail > .icon-arrow-right {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .main-sub-nav__top {
    height: 135px;
  }
  .main-sub-nav__top-headline {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    font-size: 32px;
  }
  .main-sub-nav__content-nav-block {
    line-height: 2;
  }
}
.main-sub-nav a:hover,
.main-sub-nav a.is-hover {
  color: #ffffff;
}
.nav-bar__brand {
  max-width: 60%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .nav-bar__brand {
    max-width: 100%;
  }
}
.nav-bar__brand-secondary {
  display: block;
  margin-top: 15px;
}
.nav-bar__brand-secondary>img {
  height: auto;
  width: 60%;
}
@media screen and (max-width:1199px){.nav-bar__brand-secondary>img{width:40%}}
@media screen and (max-width:1119px){.nav-bar__brand-secondary>img{width:35%}}
@media screen and (max-width:767px){.nav-bar__brand-secondary>img{width:35%}}

@media screen and (min-width: 1200px) {
  .nav-bar__brand-secondary>img {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) and (max-height: 940px) {
  .nav-bar__brand-secondary {
    display: none;
  }
}
.main-sub-nav__back {
  color: #63676a;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 11px;
  padding: 6px 0;
}

@media (max-width: 676px) {
  .main-sub-nav__back {
    position: relative;
    margin-bottom: 1em;
  }
}

.main-sub-nav__back:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .main-sub-nav__back {
    font-size: 30px;
  }
}
@media (min-width: 1120px) {
  .nav-bar {
    width: 280px;
  }
  .nav-bar:after,
  .nav-list__sticky:after {
    width: 280px;
  }
  .nav-bar__bottom {
    width: 200px;
      left: 40px;
  }
  .nav-list__sticky.affix {
    width: 280px;
  }
  .main-sub-nav {
    left: 280px;
    width: 280px;
      font-size: 1em;
  }
  .main-sub-nav--wide {
    width: 840px;
  }
  .no-csstransitions .main-sub-nav .main-sub-nav,
  .no-csstransforms3d .main-sub-nav .main-sub-nav {
    left: 280px;
  }
}
.nav-map {
  position: relative;
}
.nav-map__item {
  position: absolute;
  color: #ffffff;
  line-height: 1;
}
.nav-map__item.is-hover.is-hover.is-hover {
  color: #d41320;
}
.nav-map__ski-pin {
  display: inline-block;
  background: #d41320;
  height: 1.6em;
  width: 1.6em;
  position: relative;
  top: -0.28em;
  vertical-align: middle;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 1.56em;
  text-align: center;
  padding-right: 3px;
  font-size: 1.38888889em;
}
.nav-map__ski-pin:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 0;
  border-color: #d41320 transparent transparent transparent;
  color: #ffffff;
}
.is-hover > .nav-map__ski-pin {
  background: #2d4c9c;
  color: #ffffff;
}
.is-hover > .nav-map__ski-pin:after {
  border-color: #2d4c9c transparent transparent transparent;
}
.nav-map__ski-pin--arrow-top-left:after {
  border-width: 9px 0 0 9px;
  border-color: transparent transparent transparent #d41320;
  top: auto;
  bottom: 100%;
}
.is-hover > .nav-map__ski-pin--arrow-top-left:after {
  border-color: transparent transparent transparent #2d4c9c;
}
.nav-map__ski-pin--arrow-top-right:after {
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #d41320 transparent;
  top: auto;
  bottom: 100%;
  left: auto;
  right: 0;
}
.is-hover > .nav-map__ski-pin--arrow-top-right:after {
  border-color: transparent transparent #2d4c9c transparent;
}
.main-footer {
  background: #1b1d1f;
  font-size: 17px;
  color: #ffffff;
  padding-top: 30px;
  overflow: hidden;
}
.main-footer__top {
  padding-bottom: 40px;
}
.main-footer__bottom-bar {
  background: #141617;
  color: #bbc2c6;
  font-size: 12px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .main-footer__bottom-bar {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .main-footer__bottom-bar {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .main-footer__bottom-bar {
    line-height: 59px;
  }
}
.main-footer__link-list {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}
.main-footer__link-list > li {
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.main-footer__link-list > li > a {
  border-bottom: 1px solid;
}
.main-footer__hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
.social-media {
  display: block;
  clear: both;
  float: none;
  text-align: center;
  padding-top: 10px;
}
.social-media.list-inline > li {
    padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .social-media {
    padding-top: 0;
    display: inline-block;
    float: right;
    clear: none;
    text-align: inherit;
  }
}
.social-media__item {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
}
.social-media__item {
  vertical-align: bottom;
}
.social-media__item--facebook {
  font-size: 24px;
}
.social-media__item--facebook:hover {
  background: #3B5998;
}
.social-media__item--twitter {
  font-size: 19px;
}
.social-media__item--twitter:hover {
  background: #3db6e9;
}
.social-media__item--youtube {
  font-size: 26px;
}
.social-media__item--youtube:hover {
  background: #cd201f;
}
.social-media__item--flickr {
  font-size: 12px;
}
.social-media__item--flickr:hover {
  background: #ff0084;
}
.social-media__item--gplus {
    font-size: 24px;
}
.social-media__item--gplus:hover {
    background: #dc4e41;
}
.social-media__item--instagram {
    font-size: 24px;
}
.social-media__item--instagram:hover {
    background: #3f729b;
}
.social-media__item--pinterest {
    font-size: 24px;
}
.social-media__item--pinterest:hover {
    background: #bd081c;
}

@media screen and (min-width: 768px) {
  .main-footer {
    padding-top: 85px;
  }
  .main-footer__hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/*Footer sprite*/
.additional-footer-sprite {
  /*background-image: url(/static/img/sprite-additional-footer/spritesheet.png);*/
  background: url('/static/img/footerlogos.png');
  background-size: 100px 100px;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}
.additional-footer-sprite-logo-suedtirol {
  width: 102px;
  height: 53px;
  background-position: -10px -10px;
}
.additional-footer-sprite-logo-superski {
  width: 100px;
  height: 43px;
    background-position: 0 -59px;
    background-position: 0 -91px;
    width: 150px;
    height: 60px;
    background-size: 150px 150px;
}
.additional-footer-sprite-logo-unesco {
    top: -6px;
    position: relative;
  width: 86px;
  height: 49px;
  background-position: 0 0;
    background: url(/static/img/dolomites-unesco-de.png) no-repeat center center;
    background-size: contain;
    width: 140px;
    height: 100px;
}
.additional-footer-sprite-logo-unesco.langit{
    background-image: url(/static/img/dolomites-unesco-it.png);
}
.additional-footer-sprite-logo-unesco.langen{
    background-image: url(/static/img/dolomites-unesco-en.png);
}
.loading {
  min-height: 100px;
  position: relative;
}
.loading__icon {
  display: block;
  font-size: 40px;
  color: #7b7f82;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  margin-top: -25px;
  margin-left: -18px;
  -webkit-animation: rotate 2000ms infinite ease;
  -o-animation: rotate 2000ms infinite linear;
  animation: rotate 2000ms infinite linear;
  -webkit-transform: translateZ(0px) rotate(180deg);
  -moz-transform: translateZ(0px) rotate(180deg);
  -o-transform: translateZ(0px) rotate(180deg);
  -ms-transform: translateZ(0px) rotate(180deg);
  transform: translateZ(0px) rotate(180deg);
}
.loading__icon:before {
  vertical-align: middle;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateZ(0px) rotate(-180deg);
    -moz-transform: translateZ(0px) rotate(-180deg);
    -o-transform: translateZ(0px) rotate(-180deg);
    -ms-transform: translateZ(0px) rotate(-180deg);
    transform: translateZ(0px) rotate(-180deg);
  }
  100% {
    -webkit-transform: tranlsateZ(0) rotate(90deg);
    -moz-transform: tranlsateZ(0) rotate(90deg);
    -o-transform: tranlsateZ(0) rotate(90deg);
    -ms-transform: tranlsateZ(0) rotate(90deg);
    transform: tranlsateZ(0) rotate(90deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: translateZ(0px) rotate(0deg);
    -moz-transform: translateZ(0px) rotate(0deg);
    -o-transform: translateZ(0px) rotate(0deg);
    -ms-transform: translateZ(0px) rotate(0deg);
    transform: translateZ(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: tranlsateZ(0) rotate(90deg);
    -moz-transform: tranlsateZ(0) rotate(90deg);
    -o-transform: tranlsateZ(0) rotate(90deg);
    -ms-transform: tranlsateZ(0) rotate(90deg);
    transform: tranlsateZ(0) rotate(90deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: translateZ(0px) rotate(0deg);
    -moz-transform: translateZ(0px) rotate(0deg);
    -o-transform: translateZ(0px) rotate(0deg);
    -ms-transform: translateZ(0px) rotate(0deg);
    transform: translateZ(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: tranlsateZ(0) rotate(90deg);
    -moz-transform: tranlsateZ(0) rotate(90deg);
    -o-transform: tranlsateZ(0) rotate(90deg);
    -ms-transform: tranlsateZ(0) rotate(90deg);
    transform: tranlsateZ(0) rotate(90deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translateZ(0px) rotate(0deg);
    -moz-transform: translateZ(0px) rotate(0deg);
    -o-transform: translateZ(0px) rotate(0deg);
    -ms-transform: translateZ(0px) rotate(0deg);
    transform: translateZ(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: tranlsateZ(0) rotate(90deg);
    -moz-transform: tranlsateZ(0) rotate(90deg);
    -o-transform: tranlsateZ(0) rotate(90deg);
    -ms-transform: tranlsateZ(0) rotate(90deg);
    transform: tranlsateZ(0) rotate(90deg);
  }
}
.link--grey {
  text-decoration: underline;
  color: #63676a;
}
.img-shop-item {
  margin-bottom: 12px;
}
.visible-added {
  display: none;
}
.is-added .visible-added {
  display: inline-block;
}
.is-added .hidden-added {
  display: none;
}
.img-shop-item__img-container {
  text-align: center;
  cursor: pointer;
}
.img-shop-item__line {
  padding: 10px 20px;
  border-top: 1px solid #e2e6e8;
}
.img-shop-item__line:first-child {
  border-top: none;
}
.img-shop-item__img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.img-shop-item__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #242729;
  background: rgba(36, 39, 41, 0.75);
  color: #FFFFFF;
  cursor: pointer;
}
.img-shop-item__overlay:hover {
  color: #FFFFFF;
}
.img-shop-item__img-hover {
  position: absolute;
  top: 0;
  padding: 10px 15px;
  text-align: left;
  visibility: hidden;
  will-change: opacity;
  opacity: 0;
  -webkit-transition: opacity 150ms ease, visibility 0.001ms 150ms;
  -moz-transition: opacity 150ms ease, visibility 0.001ms 150ms;
  -o-transition: opacity 150ms ease, visibility 0.001ms 150ms;
  transition: opacity 150ms ease, visibility 0.001ms 150ms;
}
.img-shop-item__img-container:hover > .img-shop-item__img-hover {
  -webkit-transition: opacity 150ms ease, visibility 0.001ms;
  -moz-transition: opacity 150ms ease, visibility 0.001ms;
  -o-transition: opacity 150ms ease, visibility 0.001ms;
  transition: opacity 150ms ease, visibility 0.001ms;
  visibility: visible;
  opacity: 1;
}
.img-shop-item__img-hover-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 32px;
}
.img-shop-item__category {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:5px 12px;
    background: #242729;
    font-size:26px;
    color: #FFFFFF;
    z-index:200;
}

@font-face {
  font-family: "iconfont";
  src: url('/static/fonts/icons/iconfont/iconfont.eot');
  src: url('/static/fonts/icons/iconfont/iconfont.eot?#iefix') format('eot'), url('/static/fonts/icons/iconfont/iconfont.svg#iconfont') format('svg'), url('/static/fonts/icons/iconfont/iconfont.woff') format('woff'), url('/static/fonts/icons/iconfont/iconfont.ttf') format('truetype');
}
@font-face {
    font-family: "socialfont";
    src: url('/static/fonts/social/font/social.eot');
    src: url('/static/fonts/social/font/social.eot?#iefix') format('eot'), url('/static/fonts/social/font/social.svg#iconfont') format('svg'), url('/static/fonts/social/font/social.woff') format('woff'), url('/static/fonts/social/font/social.ttf') format('truetype');
}

.icon-base-pseudo,
.sort-controls__control--up:before,
.is-sorted-by > .sort-controls > .sort-controls__control--up:before,
.sort-controls__control--reverse:before,
.is-sorted-by--reverse > .sort-controls > .sort-controls__control--reverse:before,
.breadcrumb > li + li:before,
.nav-tabs-simple > li.active > a:before,
.icon-arrow-back:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-scroll-down:before,
.icon-arrow-thin-left:before,
.icon-arrow-thin-right:before,
.icon-arrow-wide-left:before,
.icon-calendar:before,
.icon-category-daily-mail:before,
.icon-category-downloads:before,
.icon-category-images:before,
.icon-category-messages:before,
.icon-category-newsletter:before,
.icon-category-stats:before,
.icon-chair:before,
.icon-circle:before,
.icon-clock:before,
.icon-close:before,
.icon-delete:before,
.icon-facebook:before,
.icon-flickr:before,
.icon-fullscreen-off:before,
.icon-fullscreen:before,
.icon-grid:before,
.icon-image-download:before,
.icon-image-zoom:before,
.icon-lift:before,
.icon-loading:before,
.icon-logout:before,
.icon-marker-filled:before,
.icon-marker:before,
.icon-minus:before,
.icon-plus:before,
.icon-rooster-cropped:before,
.icon-rooster-full:before,
.icon-rounded-triangle:before,
.icon-saved:before,
.icon-search:before,
.icon-skifahrer:before,
.icon-smiley-bad:before,
.icon-smiley-good:before,
.icon-sort-down-active:before,
.icon-sort-down:before,
.icon-sort-up-active:before,
.icon-sort-up:before,
.icon-stroke:before,
.icon-triangle-right:before,
.icon-twitter:before,
.icon-user:before,
.icon-weather:before,
.icon-webcam:before,
.icon-youtube:before,
.icon-external-link:before,
.is-fullscreen .icon-fullscreen:before,
.form-control-wrapper__icon:before,
.ui-datepicker-prev.ui-datepicker-prev:before,
.ui-datepicker-next.ui-datepicker-next:before,
.ui-datepicker-prev.ui-datepicker-prev:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-back:before {
  content: "\E001";
}
.icon-arrow-down:before {
  content: "\E002";
}
.icon-arrow-left:before {
  content: "\E003";
}
.icon-arrow-right:before {
  content: "\E004";
}
.icon-arrow-scroll-down:before {
  content: "\E005";
}
.icon-arrow-thin-left:before {
  content: "\E006";
}
.icon-arrow-thin-right:before {
  content: "\E007";
}
.icon-arrow-wide-left:before {
  content: "\E008";
}
.icon-calendar:before {
  content: "\E009";
}
.icon-category-daily-mail:before {
  content: "\E00A";
}
.icon-category-downloads:before {
  content: "\E00B";
}
.icon-category-images:before {
  content: "\E00C";
}
.icon-category-messages:before {
  content: "\E00D";
}
.icon-category-newsletter:before {
  content: "\E00E";
}
.icon-category-stats:before {
  content: "\E00F";
}
.icon-chair:before {
  content: "\E010";
}
.icon-circle:before {
  content: "\E011";
}
.icon-clock:before {
  content: "\E012";
}
.icon-close:before {
  content: "\E013";
}
.icon-delete:before {
  content: "\E014";
}
.icon-facebook:before {
  content: "\E015";
}
.icon-flickr:before {
  content: "\E016";
}
.icon-fullscreen-off:before {
  content: "\E017";
}
.icon-fullscreen:before {
  content: "\E018";
}
.icon-grid:before {
  content: "\E019";
}
.icon-image-download:before {
  content: "\E01A";
}
.icon-image-zoom:before {
  content: "\E01B";
}
.icon-lift:before {
  content: "\E01C";
}
.icon-loading:before {
  content: "\E01D";
}
.icon-logout:before {
  content: "\E01E";
}
.icon-marker-filled:before {
  content: "\E01F";
}
.icon-marker:before {
  content: "\E020";
}
.icon-minus:before {
  content: "\E021";
}
.icon-plus:before {
  content: "\E022";
}
.icon-rooster-cropped:before {
  content: "\E023";
}
.icon-rooster-full:before {
  content: "\E024";
}
.icon-rounded-triangle:before {
  content: "\E025";
}
.icon-saved:before {
  content: "\E026";
}
.icon-search:before {
  content: "\E027";
}
.icon-skifahrer:before {
  content: "\E028";
}
.icon-smiley-bad:before {
  content: "\E029";
}
.icon-smiley-good:before {
  content: "\E02A";
}
.icon-sort-down-active:before {
  content: "\E02B";
}
.icon-sort-down:before {
  content: "\E02C";
}
.icon-sort-up-active:before {
  content: "\E02D";
}
.icon-sort-up:before {
  content: "\E02E";
}
.icon-stroke:before {
  content: "\E02F";
}
.icon-triangle-right:before {
  content: "\E030";
}
.icon-twitter:before {
  content: "\E031";
}
.icon-user:before {
  content: "\E032";
}
.icon-weather:before {
  content: "\E033";
}
.icon-webcam:before {
  content: "\E034";
}
.icon-youtube:before {
  content: "\E035";
}
.icon-external-link:before {
    content: "\E034";
}

.icon-gplus:before,
.icon-instagram:before,
.icon-pinterest:before {
    font-family: "socialfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.icon-gplus:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}
.icon-pinterest:before {
    content: "\e902";
}

.header-slide,
.header-slider {
  margin-top: -30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.editmode.header-slide,
.editmode.header-slider { margin-top: 0; }

@media (max-width: 676px) {
  .header-slide,
  .header-slider { margin-top: 0; }
}

.header-slider > .tab-content > .tab-pane.fade-layers {
  position: relative;
}
.header-slider__pagination {
  /*
  bottom: 1em;
  display: inline-block;
  left: 2em;
  margin: 0;
  position: absolute;
  text-align: center;
  */
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  margin: 0;
}
.header-slider__pagination > li > a,
.header-slider__pagination > li > span {
  display: inline-block;
  float: none;
  width: 15px;
  height: 15px;
  /*font-weight: 700;*/
  margin-left: 4px;
  margin-right: 5px;
  padding: 0;
  background: #ffffff;
  text-indent: -9999em;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
   z-index: 400;
}
.header-slider__pagination > li > a:hover,
.header-slider__pagination > li > span:hover,
.header-slider__pagination > li > a:focus,
.header-slider__pagination > li > span:focus {
  background: #d51220;
  /*background: var(--color-primary--light);*/
}
.header-slider__pagination > li.active > a,
.header-slider__pagination > li.active > span,
.header-slider__pagination > li.active > a:hover,
.header-slider__pagination > li.active > a:focus {
  background: #d51220;
  /*background: var(--color-primary--light);*/
    z-index: 400;
}
.tab-content > .tab-pane.fade-layers {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: visibility 0.1ms 1500ms, z-index 1500ms;
  -moz-transition: visibility 0.1ms 1500ms, z-index 1500ms;
  -o-transition: visibility 0.1ms 1500ms, z-index 1500ms;
  transition: visibility 0.1ms 1500ms, z-index 1500ms;
}
.tab-content > .tab-pane.fade-layers .fading-layer {
  opacity: 0;
  -webkit-transition: opacity 1000ms 200ms ease;
  -moz-transition: opacity 1000ms 200ms ease;
  -o-transition: opacity 1000ms 200ms ease;
  transition: opacity 1000ms 200ms ease;
}
.tab-content > .tab-pane.fade-layers .fading-layer--2 {
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  -moz-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}
.tab-content > .tab-pane.fade-layers.active {
  display: block;
  visibility: visible;
  z-index: 300;
  -webkit-transition: visibility 0.1ms, z-index 0.1ms;
  -moz-transition: visibility 0.1ms, z-index 0.1ms;
  -o-transition: visibility 0.1ms, z-index 0.1ms;
  transition: visibility 0.1ms, z-index 0.1ms;
}
.tab-content > .tab-pane.fade-layers.active .fading-layer {
  opacity: 1;
  -webkit-transition: opacity 1000ms 200ms ease;
  -moz-transition: opacity 1000ms 200ms ease;
  -o-transition: opacity 1000ms 200ms ease;
  transition: opacity 1000ms 200ms ease;
}
.tab-content > .tab-pane.fade-layers.active .fading-layer--2 {
  opacity: 1;
  -webkit-transition: opacity 700ms 800ms ease;
  -moz-transition: opacity 700ms 800ms ease;
  -o-transition: opacity 700ms 800ms ease;
  transition: opacity 700ms 800ms ease;
}
@media screen and (min-width: 768px) {
  .header-slider {
    padding-top: 50%;
  }
  .header-slider > .tab-content > .tab-pane.fade-layers {
    position: absolute;
  }
  .header-slide__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .tab-content > .tab-pane.fade-layers {
    display: block;
  }
}
.header-slide__title-box {
  padding: 15px;
  background: #d41320;
  color: #ffffff;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .header-slide__title-box {
        /*override inline style*/
        position: static !important;
    }
}
@media screen and (min-width: 768px) {
  .header-slide {
    position: relative;
    height: 0;
    padding-top: 50%;
  }
  .header-slide__title-box {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: auto;
    min-width: 250px;
    max-width: 300px;
    padding: 20px 15px 110px 25px;
    z-index: 1;
  }
  .header-slide__title-box > .icon-rooster-cropped {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 100px;
    line-height: 1;
  }
  .header-slide__title-box > .icon-rooster-cropped:before {
    vertical-align: bottom;
  }
  .header-slide__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-slide__title-box {
    bottom: 60px;
    right: 60px;
    min-width: 300px;
    max-width: 380px;
    padding: 25px 30px 135px 30px;
  }
  .header-slide__title-box > .icon-rooster-cropped {
    font-size: 130px;
  }
}
.google-map.is-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  padding-bottom: 0;
  height: auto;
}
.google-map__controls {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
}
.google-map__controls > .btn.btn.google-map__control {
  border-radius: 0;
  border-bottom: 1px solid #e2e6e8;
  margin-top: 0;
}
.google-map__controls > .btn.btn.google-map__control:last-child {
  border-bottom: none;
}
.google-map__detailView {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 277px;
  background: #FFFFFF;
  display: none;
}
.google-map__detailView.is-active {
  display: block;
}
.google-map.is-fullscreen > .google-map__detailView {
  padding-bottom: 25px;
  bottom: 20px;
  left: 20px;
  top: auto;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
}
.google-map__detailView-content {
  padding: 25px;
  padding-bottom: 0;
  position: relative;
}
.google-map__detailView-close {
  position: absolute;
  top: 10px;
  right: 5px;
  padding: 15px;
}
.is-fullscreen .icon-fullscreen:before {
  content: "\E017";
}
.gallery-slide {
  padding-top: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d9dcde;
}
.gallery {
  position: relative;
  cursor: pointer;
}
.gallery__info {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
}
.gallery__info:hover {
  color: #ffffff;
}
.gallery__icon-wrapper {
  display: block;
  width: 50px;
  text-align: center;
  float: left;
  background: #242729;
}
.gallery__icon {
  display: inline-block;
  position: relative;
  left: -2px;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  min-width: 21px;
  border: 1px solid #ffffff;
  text-align: center;
}
.gallery__icon:after {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.gallery__text-wrapper {
  display: block;
  float: left;
  width: auto;
  overflow: hidden;
  height: 100%;
}
.gallery__text {
  background: #242729;
  height: 100%;
  display: inline-block;
  padding-left: 3px;
  padding-right: 23px;
  opacity: 0;
  -webkit-transform: translateX(-100%) translateZ(0px);
  -moz-transform: translateX(-100%) translateZ(0px);
  -o-transform: translateX(-100%) translateZ(0px);
  -ms-transform: translateX(-100%) translateZ(0px);
  transform: translateX(-100%) translateZ(0px);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.gallery:hover .gallery__text {
  opacity: 1;
  -webkit-transform: translateX(0px) translateZ(0);
  -moz-transform: translateX(0px) translateZ(0);
  -o-transform: translateX(0px) translateZ(0);
  -ms-transform: translateX(0px) translateZ(0);
  transform: translateX(0px) translateZ(0);
}
.image-source-link {
  color: #98C3D1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-figure:after {
  display: none;
}
.mfp-top-bar {
  overflow: hidden;
}
.gallery__arrow.gallery__arrow {
  background: #ffffff;
  color: inherit;
  opacity: 1;
  height: 80px;
  width: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1100;
  font-size: 35px;
  line-height: 1.9;
  text-align: center;
}
.gallery__arrow.gallery__arrow:before {
  display: inline-block;
  position: relative;
}
.gallery__arrow-left {
  left: 0px;
}
.gallery__arrow-left:before {
  left: -3px;
}
.gallery__arrow-right {
  right: 0px;
}
.gallery__arrow-right:before {
  right: -3px;
}
img.mfp-img {
  padding-top: 10px;
}
@media screen and (min-width: 1200px) {
  .gallery__arrow-left {
    left: 40px;
  }
  .gallery__arrow-right {
    right: 40px;
  }
}
.mfp-close,
.mfp-iframe-holder .mfp-close{
  font-size: 60px;
  top: 10px;
  right: 10px;
    text-shadow: 0 0 10px #000;
  cursor: pointer !important;
}
.mfp-close:active {
  top: 10px;
}
.mfp-iframe-holder .mfp-close{
  top:-2px;
  right:-5px;
}
.mfp-iframe-holder .mfp-close:active {
  top:-2px;
}
.mfp-top-bar {
  overflow: hidden;
}
.mfp-title {
  float: left;
  padding-right: 10px;
}
.mfp-counter.mfp-counter {
  float: left;
  position: static;
}
.mfp-title,
.mfp-counter.mfp-counter {
  font-size: 16px;
  color: #ffffff;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.4;
}
label {
  font-weight: normal;
}
.form-control,
.form-control[readonly] {
  background: #ffffff;
  height: 41px;
  border: none;
  border-top: 1px solid #d9dcde;
  border-radius: 0;
  line-height: 1;
  visibility: middle;
  color: #242729;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .form-control,
  .form-control[readonly] {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .form-control,
  .form-control[readonly] {
    font-size: 18px;
  }
}
.form-control::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder {
  color: #242729;
}
.form-control:-moz-placeholder,
.form-control[readonly]:-moz-placeholder {
  color: #242729;
}
.form-control::-moz-placeholder,
.form-control[readonly]::-moz-placeholder {
  color: #242729;
}
.form-control:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder {
  color: #242729;
}
.form-control:focus,
.form-control[readonly]:focus {
  border-color: #2d4c9c;
}
.form-control--transparent.form-control--transparent {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: none;
  border-bottom: 1px dashed #bbc2c6;
  color: #7d8183;
}
.form-control--transparent.form-control--transparent::-webkit-input-placeholder {
  color: #7d8183;
}
.form-control--transparent.form-control--transparent:-moz-placeholder {
  color: #7d8183;
}
.form-control--transparent.form-control--transparent::-moz-placeholder {
  color: #7d8183;
}
.form-control--transparent.form-control--transparent:-ms-input-placeholder {
  color: #7d8183;
}
.form-control--transparent.form-control--transparent:focus {
  color: #F3F6F7;
  border-color: #F3F6F7;
}
/*override bootstraps box shadow*/
.form-control.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: default;
}
.form-control-white.form-control-white {
  background: #FFFFFF;
  border: none;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.54);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.54);
}
.form-control-wrapper {
  position: relative;
  overflow: hidden;
  height: 41px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d9dcde;
}
.form-control-wrapper > select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 110%;
  padding-right: 60px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 28px;
  line-height: 1.1;
}
.child-age-select .form-control-wrapper > select.form-control {
  width: 145%; /* ie bugfix */
}
.form-control-wrapper > .form-control {
  border-top-color: transparent;
}
.form-control-wrapper__icon {
  font-size: 7px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  pointer-events: none;
  line-height: 1;
}
.form-control-wrapper__icon:before {
  content: "\E002";
}
.form-control-wrapper--grey {
  border-top-color: transparent;
  background: #e2e6e8;
}
.form-control-wrapper--grey > .form-control {
  background: transparent;
}
.form-control-wrapper.form-control-wrapper--lg {
  height: 45px;
  border-top-width: 2px;
}
.form-control-wrapper.form-control-wrapper--lg > select {
  height: 32px;
}
.form-control-wrapper--red {
  border-top-color: #860a13;
  background: #9f0e18;
  color: #FFFFFF;
}
.form-control-wrapper--red > .form-control {
  color: #FFFFFF;
  background: transparent;
}
.form-control-wrapper--red > .form-control > option {
  color: #000000;
  background: #ffffff;
  font-size: 18px;
}
.form-control-wrapper--transparent {
  background: transparent;
  border-top: none;
}
.form-control-wrapper--transparent > select > option {
  color: #000000;
  background: #ffffff;
}
.form-control-wrapper--no-overflow {
  overflow: visible;
}
.form-control-wrapper.form-control-wrapper--multiple-inputs > .form-control {
  display: inline-block;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: left;
  }
}
.form-inline--mulit-line {
  margin-bottom: -10px;
}
.form-inline--mulit-line > .form-group {
  margin-bottom: 10px;
}
.form-overlay {
  width: 536px;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .form-overlay--centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -268px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*input groups*/
.input-group-addon.input-group-addon {
  background: #FFFFFF;
  border: none;
  border-top: 1px solid #d9dcde;
  border-radius: 0;
}
.form-control:focus + .input-group-addon {
  border-top: 1px solid #2d4c9c;
}
/*Parsley*/
.parsley-errors-list {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  color: #d41320;
}
a:hover.parsley-errors-list {
  color: #2d4c9c;
}
.figure__caption {
  margin-top: 15px;
}
.ui-datepicker {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.ui-datepicker-prev.ui-datepicker-prev,
.ui-datepicker-next.ui-datepicker-next {
  text-align: center;
  font-size: 12px;
  top: 10px;
  padding-top: 2px;
}
.ui-datepicker-prev.ui-datepicker-prev:before,
.ui-datepicker-next.ui-datepicker-next:before {
  content: "\E004";
}
.ui-datepicker-prev.ui-datepicker-prev > .ui-icon.ui-icon,
.ui-datepicker-next.ui-datepicker-next > .ui-icon.ui-icon {
  display: none;
}
.ui-datepicker-prev.ui-datepicker-prev:before {
  content: "\E003";
}
.ui-datepicker-calendar .ui-state-hover.ui-state-hover {
  background: #2d4c9c;
  color: #FFFFFF;
}
.ui-datepicker-calendar .ui-state-active.ui-state-active {
  background: #d41320;
  color: #FFFFFF;
}
.ui-datepicker-calendar .ui-datepicker-unselectable.ui-datepicker-unselectable,
.ui-datepicker-calendar .ui-state-disabled.ui-state-disabled {
  color: #6e6c6a;
}
.ui-state-default {
  text-align: center;
}
.ui-datepicker {
  z-index: 1900 !important;
}
.ui-datepicker td a,
.ui-datepicker td span {
  text-align: center;
}
.dashboard-item {
  background: #fff;
  margin-bottom: 25px;
}
.dashboard-item__icon {
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -45px;
  line-height: 1;
}
.dashboard-item__body {
  padding: 20px;
}
.dashboard-item__corner {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  line-height: 1;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 7px;
  z-index: 2;
}
.dashboard-item__corner:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 58px 58px 0;
  border-color: transparent #d41320 transparent transparent;
  z-index: -1;
}
.btn {
  border-radius: 0;
  font-size: 1em;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: auto 5px;
}
.btn-primary {
  background: #d41320;
  color: #ffffff;
  border: none;
}
.btn-link {
  color: inherit;
  text-decoration: underline;
}
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  color: #d41320;
}
.btn-default {
  background: #FFFFFF;
  color: #242729;
  border: none;
}
.btn-info {
  background: #2d4c9c;
  border: none;
}
.btn-success {
  background: #7DB24B;
  border: none;
}
.btn-ghost {
  background: transparent;
  color: inherit;
  position: relative;
}
.btn-ghost:after {
  /*transparent border with opacity to use the inherited color*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid;
  opacity: .5;
}
.btn-ghost.btn-ghost:hover {
  /*Increase specificity*/
  background: #2d4c9c;
  color: #ffffff;
}
.btn-ghost.btn-ghost:hover:after {
  display: none;
}
.btn-grey {
  background: #3f4245;
  color: #ffffff;
}
.btn-no-styling {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-align: inherit;
}
.btn-lg {
  height: 45px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-sm {
  padding: 4px 16px;
  line-height: 1.4;
}
.btn-icon {
  padding: 0;
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
}
.btn-icon.btn-sm {
  height: 40px;
  width: 40px;
  line-height: 39px;
}
.btn-icon.btn-lg {
  height: 50px;
  width: 50px;
  line-height: 49px;
}
.btn-icon > .icon {
  vertical-align: middle;
}
.btn-block {
  margin-bottom: 5px;
}
.booking-slide {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  color: #ffffff;
  background-color: #d41320;
}
@media screen and (min-width: 768px) {
  .booking-slide {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .booking-slide {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .booking-slide {
    background: url("/static/img/bg-booking.png") top left no-repeat;
    background-size: cover;
    padding-top: 45px;
    min-height: 332px;
  }
}
.booking-slide--form-control {
  font-size: 14px;
  display: inline-block;
  font-family: "Arial", sans-serif;
}
.article-preview .article-preview__body {
  padding-top: 5%;
  padding-bottom: 3%;
}
.article-preview.section .article-preview__body {
  padding-top: 0;
  padding-bottom: 0;
}
.article-preview__header {
  font-size: 12px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .article-preview__header {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .article-preview__header {
    font-size: 17px;
  }
}
.video-js {
  margin: auto;
}
.alert {
  border-radius: 0;
}
.alert-info {
  background: #dde0e2;
  border-color: #b0b3b5;
  color: inherit;
}
.alert-danger {
  background: #d41320;
  color: #FFFFFF;
  border-color: #96101a;
}
.popover {
  border-radius: 0;
  max-width: 350px;
}
/*.popover img {
  width: 50px;
  height: 50px;
}*/
.popover .media-left {
  margin-right: 10px;
  margin-top: 5px;
}
.meter-bars {
  display: inline-block;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .meter-bars {
    margin-top: 7px;
  }
}
.meter-bars__bar {
  display: inline-block;
  background-color: #FFFFFF;
  width: 3px;
  height: 1em;
  font-size: 0.44444444rem;
  margin-right: 3px;
}
.meter-bars__bar:first-child + .meter-bars__bar {
  height: 1.5em;
}
.meter-bars__bar:first-child + .meter-bars__bar + .meter-bars__bar {
  height: 2em;
}
.meter-bars__bar:first-child + .meter-bars__bar + .meter-bars__bar + .meter-bars__bar {
  height: 2.5em;
}
.meter-bars__bar:first-child + .meter-bars__bar + .meter-bars__bar + .meter-bars__bar + .meter-bars__bar {
  height: 3em;
}
.hl-box {
  position: relative;
  z-index: 1;
  padding: 20px 35px 15px 0;
}
.hl-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  right: 0;
  background: inherit;
  z-index: -1;
}
.hl-box {
  position: relative;
  z-index: 1;
  padding: 20px 35px 15px 0;
}
.hl-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  right: 0;
  background: inherit;
  z-index: -1;
}
.cart-count {
    font-weight:bold;
    margin-bottom:25px;
}
.process-tabs {
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
    margin-bottom:45px;
}
.process-tab {
    position: relative;
    display: inline-block;
    width: 25%;
    margin: 0;
    float: left;
}
.process-tab a, .process-tab span {
    font-size:0.9em;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding:0 0 0 45px;
    background: #e2e6e9;
    overflow:visible;
}
.process-tabs .icon-arrow-thin-right {
    position:absolute;
    right:-28.5px;
    top:-26px;
    font-size:101px;
    line-height:99px;
    color:#fff;
    z-index:250;
}

/* active */
.process-tab.is-active a,
.process-tab.is-active span {
    color:#fff;
    background: #e60000;
}
.process-tab.is-active a:before,
.process-tab.is-active span:before{
    position:absolute;
    right:-23px;
    top:0;
    content:' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 24px;
    border-color: transparent transparent transparent #e60000;
    z-index:200;
}
/* prev */
.process-tab.is-prev a,
.process-tab.is-prev span{
    color:#024a9e;
    padding-left:65px;
    background: #f1f1f1;
}
.process-tab.is-prev a:before,
.process-tab.is-prev span:before{
    position:absolute;
    right:-23px;
    top:0;
    content:' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 24px;
    border-color: transparent transparent transparent #f1f1f1;
    z-index:200;
}
.process-tab.is-prev .icon-saved {
    font-size:25px;
    position:absolute;
    left:35px;
    top:-2px;
}
.process-tab.is-prev .icon-arrow-thin-right {

}
.meta-nav-bar {
  background: #191919;
  color: #7d8183;
  padding: 12px 15px;
  font-size: 13px;
}
.meta-nav-bar__text {
  font-size: 13px;
}
.meta-nav-bar__select {
    color: #ffffff;
    font-family: 'FunctionProMedium', arial, helvetica, sans-serif;
    font-weight: normal;
  margin-left: 40px;
}
.meta-nav-bar__select:hover,
.meta-nav-bar__select.is-active {
  color: #fff;
  cursor: pointer;
}
.meta-nav-bar__select > .icon {
  display: inline-block;
  font-size: 7px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 120ms ease;
  -moz-transition: -moz-transform 120ms ease;
  -o-transition: -o-transform 120ms ease;
  transition: -webkit-transform 120ms ease,-moz-transform 120ms ease,-o-transform 120ms ease,transform 120ms ease;
}
.meta-nav-bar__select.is-active > .icon {
  -webkit-transform: rotate(180deg) translateY(3px);
  -moz-transform: rotate(180deg) translateY(3px);
  -o-transform: rotate(180deg) translateY(3px);
  -ms-transform: rotate(180deg) translateY(3px);
  transform: rotate(180deg) translateY(3px);
}
@media screen and (min-width: 768px) {
  .main-sub-nav .main-sub-nav {
    padding-top: 0;
  }
  .meta-nav-bar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 601;
    padding: 15px 40px;
    font-size: 18px;
  }
  .meta-nav-bar__text {
    font-size: 22px;
  }
  .meta-nav-bar:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 0 12px;
    border-color: #191919 transparent transparent transparent;
  }
}
.meta-nav-dropdown {
  position: absolute;
  left: 0;
  z-index: 600;
  bottom: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.meta-nav-dropdown > .main-sub-nav--wide {
  height: 100%;
}
.meta-nav-dropdown__overlay {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 599;
  visibility: hidden;
  opacity: .0;
  -webkit-transition: visibility 0.0001ms 120ms, opacity 120ms ease;
  -moz-transition: visibility 0.0001ms 120ms, opacity 120ms ease;
  -o-transition: visibility 0.0001ms 120ms, opacity 120ms ease;
  transition: visibility 0.0001ms 120ms, opacity 120ms ease;
}
.is-active > .meta-nav-dropdown__overlay {
  visibility: visible;
  opacity: .8;
  -webkit-transition: visibility 0.0001ms, opacity 120ms ease;
  -moz-transition: visibility 0.0001ms, opacity 120ms ease;
  -o-transition: visibility 0.0001ms, opacity 120ms ease;
  transition: visibility 0.0001ms, opacity 120ms ease;
}
html {
  font-size: 15px;
}
/*@media screen and (min-width: 768px) {*/
  /*html {*/
    /*font-size: 15px;*/
  /*}*/
/*}*/
@media screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
body {
  font-size: 1em;
  font-family: 'FunctionProBook', arial, sans-serif;
  color: #242729;
}
h1,
h2,
h3,
h4,
h5,
h6 .h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: inherit;
  margin-top: 0;
  color: inherit;
  font-family: 'Cinzel', 'Times New Roman', serif;
  text-transform: uppercase;
}
h1,
.h1,
h2,
.h2 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 40px;
  }
}
h3,
.h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
h4,
.h4 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}
h4 > small,
.h4 > small {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  h4 > small,
  .h4 > small {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  h4 > small,
  .h4 > small {
    font-size: 20px;
  }
}
h5,
.h5 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
.page-headline {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .page-headline {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .page-headline {
    font-size: 54px;
  }
}
.hl-xxl {
  font-size: 30px;
  margin-bottom: .6em;
}
@media screen and (min-width: 768px) {
  .hl-xxl {
      font-size: 42px;
      width: 373px;
  }

  .text-header-slide .hl-xxl {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hl-xxl {
    font-size: 60px;
      width: 518px;
  }
}
.hl-xl {
  font-size: 27px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .hl-xl {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .hl-xl {
    font-size: 54px;
  }
}
.text-lg {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .text-lg {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .text-lg {
    font-size: 32px;
  }
}
.text-xxxl {
  font-size: 56px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .text-xxxl {
    font-size: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .text-xxxl {
    font-size: 126px;
  }
}
.fz16 {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .fz16 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .fz16 {
    font-size: 16px;
  }
}
.fz26 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .fz26 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .fz26 {
    font-size: 26px;
  }
}
.fz22 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .fz22 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .fz22 {
    font-size: 22px;
  }
}
.fz24 {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .fz24 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .fz24 {
    font-size: 24px;
  }
}
.fz34 {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .fz34 {
    font-size: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .fz34 {
    font-size: 34px;
  }
}
.fz110 {
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .fz110 {
    font-size: 92px;
  }
}
@media screen and (min-width: 1200px) {
  .fz110 {
    font-size: 110px;
  }
}
.fz2--fixed {
  font-size: 2px;
}
strong,
.strong,
.lead {
  font-family: 'FunctionProMedium', arial, helvetica, sans-serif;
  font-weight: normal;
}
.font-fp-light {
  font-family: 'FunctionProBook', arial, sans-serif;
}
.font-c-light {
  font-family: 'Cinzel', 'Times New Roman', serif;
}
.font-fp-medium {
  font-family: 'FunctionProMedium', arial, helvetica, sans-serif;
}
.fz19 {
  font-size: 19px;
}
.fz13 {
  font-size: 13px;
}
.fz22 {
  font-size: 1.46666667em;
}
html,
body {
  height: 100%;
}
body {
  position: relative;
}
.page__wrapper {
  position: relative;
  background: #f8f7f7;
  max-width: 1200px;
  overflow: hidden;
}
.page__wrapper:after {
  /*element to create shadow of navigation*/
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  -webkit-box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.19);
  box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.19);
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .page__wrapper:after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page__wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 1;
    background: black;
    opacity: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: opacity 300ms ease, visibility 0.1ms 300ms;
    -moz-transition: opacity 300ms ease, visibility 0.1ms 300ms;
    -o-transition: opacity 300ms ease, visibility 0.1ms 300ms;
    transition: opacity 300ms ease, visibility 0.1ms 300ms;
  }
  .page__wrapper.has-overlay:before {
    visibility: visible;
    opacity: .4;
    -webkit-transition: opacity 300ms ease, visibility 0.1ms;
    -moz-transition: opacity 300ms ease, visibility 0.1ms;
    -o-transition: opacity 300ms ease, visibility 0.1ms;
    transition: opacity 300ms ease, visibility 0.1ms;
  }
}
.container {
  max-width: 1060px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.full-width {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body {
    width: 982px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    max-width: 100%;
    overflow-x: hidden;
  }
}
.text-truncat {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-primary,
.text-danger {
  color: #d41320;
}
a:hover.text-primary,
a:hover.text-danger {
  color: #2d4c9c;
}
.text-muted {
  color: #6e6c6a;
}
.text-success {
  color: #58b300;
}
.text-info {
  color: #1579bc;
}
.text-white {
  color: #ffffff;
}
.bg-info,
.bg-light {
  background: #dde0e2;
}
.bg-dark {
  background: #242729;
}
.bg-white {
  background: #FFFFFF;
}
.bg-primary {
  background: #d41320;
}
/*Row Modifier*/
.row--margin-bottom {
  margin-bottom: -35px;
}
.row--margin-bottom > .col {
  margin-bottom: 35px;
}
/*Gutter Width*/
.row--gutter-width-70 {
  margin-left: -35px;
  margin-right: -35px;
}
.row--gutter-width-70 > .col {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .row--gutter-width-70 {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .row--gutter-width-70 > .col {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
.row--gutter-width-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row--gutter-width-60 > .col {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .row--gutter-width-60 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row--gutter-width-60 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row--gutter-width-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row--gutter-width-50 > .col {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .row--gutter-width-50 {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .row--gutter-width-50 > .col {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
.row--gutter-width-36 {
  margin-left: -18px;
  margin-right: -18px;
}
.row--gutter-width-36 > .col {
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .row--gutter-width-36 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row--gutter-width-36 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.row--gutter-width-12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row--gutter-width-12 > .col {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  .row--gutter-width-12 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row--gutter-width-12 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.row--gutter-width-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row--gutter-width-0 > .col {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .row--gutter-width-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row--gutter-width-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*responsive embeds*/
.embed-responsive.embed-responsive-2by1 {
  padding-top: 50%;
}
.embed-responsive.embed-responsive-1by1 {
  padding-top: 100%;
}
.embed-responsive.embed-responsive-3by2 {
  padding-top: 66.66666667%;
}
.embed-responsive.embed-responsive-11by4 {
  padding-top: 36.36363636%;
}
.embed-responsive.embed-responsive-8by5 {
  padding-top: 62.5%;
}
/*resets embed responsive*/
@media screen and (max-width: 767px) {
  .embed-responsive-reset-xs.embed-responsive-reset-xs {
    height: auto;
    padding: 0;
  }
  .embed-responsive-reset-xs.embed-responsive-reset-xs .embed-responsive-item {
    position: static;
  }
}
/*Margins*/
.no-margin {
  margin: 0;
}
.no-padding-horizontal.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.mt40 {
  margin-top: 40px;
}
.mt20 {
  margin-top: 20px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb45 {
  margin-bottom: 45px;
}
.ml10 {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .mb20-xs {
    margin-bottom: 20px;
  }
  .mb10-xs {
    margin-bottom: 10px;
  }
  .mt15-xs {
    margin-top: 15px;
  }
}
/*Min Heights*/
.min-height-500 {
  min-height: 500px;
}
/*JS-specific styling*/
.isClickable {
  cursor: pointer;
}
.js-preventAndroidClickBug:hover,
.js-preventAndroidClickBug:focus {
  pointer-events: none;
}
.js-sortable-table > thead > tr > th[data-data-set-sort] {
  cursor: pointer;
}
.js-fade-in {
  opacity: 0;
  -webkit-transform: translateZ(0px) scale(0.9);
  -moz-transform: translateZ(0px) scale(0.9);
  -o-transform: translateZ(0px) scale(0.9);
  -ms-transform: translateZ(0px) scale(0.9);
  transform: translateZ(0px) scale(0.9);
  -webkit-transition: 800ms all;
  -moz-transition: 800ms all;
  -o-transition: 800ms all;
  transition: 800ms all;
}
.js-fade-in.is-faded-in {
  opacity: 1;
  -webkit-transform: translateZ(0px) scale(1);
  -moz-transform: translateZ(0px) scale(1);
  -o-transform: translateZ(0px) scale(1);
  -ms-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
}
.hr--dark {
  border-top-color: #242729;
}
.list-inline {
  margin-bottom: 0;
}
/*Icon Classes*/
.icon-in-text {
  vertical-align: middle;
  display: inline-block;
}
.text-icon {
  vertical-align: sub;
}
/* Shapes*/
.circle {
  border-radius: 999px;
  display: inline-block;
  width: 19px;
  height: 19px;
}
.circle--blue {
    background: #1579bc;
}
.circle--red {
    background: #d41320;
}
.circle--black {
    background: #242729;
}
@media screen and (min-width: 768px) {
  .row--same-height {
    display: table;
  }
  .row--same-height:before {
    width: 0;
  }
  .row--same-height > .col {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .row--same-height > .col-middle {
    vertical-align: middle;
  }
}

#parsley-id-multiple-privacy{
  clear: both;
  margin-left: 15px;
}

.policy p {
    display: inline;
}

.gm-style .place-card-large {
    display: none;
}

.media-block__right iframe, .media-block__left iframe {
    height: 550px;
    margin-top: -121px;
}

.map-wrapper {
    width: 100%;
    height: 435px;
}

.scroll-to-top {
  display: block;
  position: fixed;
  bottom: 25px;
  right: 20px;
  font-size: 10px;
  padding: 0;
  background-color: white;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 42px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0 5px rgba(0,0,0,.4);
  opacity: 0;
  transition: opacity 100ms ease;
}
.scroll-to-top:active,
.scroll-to-top:focus {
  text-decoration: none;
  color: inherit;
}
.center-block {
    float: none;
}
.link-download {
  margin-left: 5px;
  color: #d41320;
  display: block;
  font-size: 18px;
}
.mr30 {
  margin-right: 30px;
}
.mr25 {
  margin-right: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mt10 {
  margin-top: 10px;
}

.twitter-timeline-wrapper {
  padding: 70px;
}
@media only screen and (max-width : 480px) {
  .twitter-timeline-wrapper {
    padding: 25px !important;
  }
}

.press-terms-of-use {

}

@media screen and (max-width: 767px) {
  .webcamblock{
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
  }
  .webcamblock .figure__caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 66.6666666%;
    margin-top: 10px;
    z-index: -1;
  }
}

.mfp-iframe-holder .mfp-content {
    max-width: 974px;
    height: 612px;
}

.gaugeteaser{
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    min-height: 200px;
}

.gauge{
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}

.windarrow{
    margin: 9px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 26px 4px;
}

.windarrow1{
    border-color: transparent transparent #034a9a transparent;
}

.windarrow2{
    border-color: transparent transparent #d51c1c transparent;
}

.demi-room-row .popover {
  max-width: 1000px !important;
  width: 100%;
}

.w-block{
    margin-bottom: 45px;
}

.windblock{
    border: 1px solid #000000;
    padding: 20px 20px 0 20px;
    margin-bottom: 45px;
}

@media only screen and (max-width : 768px) {
    .hl-xxl {
        margin-left: 15px;
    }
}


a.stonelink{
    background: #e2e6e8;
    padding: 10px 20px;
    margin-bottom: 25px;
    display: inline-block;
}

.down-teaser{
    min-height: 155px;
}
@media screen and (min-width: 1200px) {
    .down-teaser{
        min-height: 135px;
    }
}


.tmp-live-info{
    font-size: 26px;
}

#pc-cookie-notice {
    z-index: 10000;
}
.weather-smallprint {
    margin-top: 20px;
    font-size: 12px;
    float: right;
}
.weather-smallprint-liveinfo {
    display: none;
    margin-top: 10px;
    font-size: 10px;
    float: left;
}

.banderole {
  position: absolute;
  top: 35px;
  right: -35px;
  height: 56px;
  width: 204px;
  padding-top: 6px;
  background: #d41320;
  color: #ffffff;
  text-align: center;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center center;
}
.banderole:after,
.banderole:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 13px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #9f0e17;
  transform: rotate(-45deg);
  transform-origin: left;

}
.banderole:before {
  left: auto;
  right: 4px;
}
.baderole__small {
  font-size: 16px;
}
.baderole__main {
  font-size: 17px;
}
.article-preview__outer-img-container {
  position: relative;
  margin-top: -7px;
  margin-right: -7px;
  padding-top: 7px;
  padding-right: 7px;
  overflow: hidden;
}

/* flexview override */
.oax-part-flexviewpage.oax-part-flexviewpage,
.oax-singleviewpage.oax-singleviewpage {
  z-index: 99;
}


.status-icon {
  font-size: 22px;
}
@media screen and (min-width: 1200px) {
  .status-icon {
    font-size: 26px;
  }
}

.mobile-welcome-banner {
  display: none;
  background: #191919;
  color: #7d8183;
  padding: 12px 15px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .mobile-welcome-banner { display: block; }
}



@import url(static/css/libs/arrange.css);
@import url(static/css/style/breadcrumbs.css);
@import url(static/css/style/typography.css);
@import url(static/css/style/airport-map.css);
@import url(static/css/style/header-slider.css);
@import url(static/css/style/navlist.css);
@import url(static/css/style/quickfinder.css);
@import url(static/css/style/region-ski-area-map.css);
@import url(static/css/style/region-teaser.css);
@import url(static/css/style/trumps.css);

/* Forgotten styles */

.nav-list__holiday-area {
    border-bottom: none;
    color: #fff;
    font-size: .875em;
    background-color: #3f4245
}

.nav-list>li.is-active>.nav-list__holiday-area,
.nav-list>li>.nav-list__holiday-area:hover {
    color: #fff
}

.nav-list__holiday-area--sub {
    background-color: #f0f2f3;
    border: none;
    font-size: .875em
}

.nav-list__holiday-area--sub:active,
.nav-list__holiday-area--sub:focus,
.nav-list__holiday-area--sub:hover {
    color: #d41320;
    text-decoration: none
}

/* */

.region-ski-subnav__menu {
    width: 280px
}

.region-ski-subnav-container {
    background: #e9eaea;
    padding-top: 0;
    right: 0;
    width: auto
}

@media(max-width:676px) {
    .region-ski-subnav__menu,
    .region-ski-subnav-container {
        width: 248px
    }
}

.region-ski-subnav-container .airport-map-container {
    background: none;
    color: #242729;
    float: left;
    max-width: 90%;
    padding: 30px
}

@media(max-width:1570px) {
    .region-ski-subnav-container .airport-map-container {
        max-width: 70%
    }
}

@media(max-width:1240px) {
    .region-ski-subnav-container .airport-map-container {
        max-width: 60%
    }
}

.form-group-pass {
    display: none;
}
