@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.95;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 10px;
  right: 10px; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 30px 0 30px;
  pointer-events: none; }

.fancybox-caption {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  color: #ccc;
  text-align: center;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button:hover:not([disabled]) {
  color: #fff; }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 36px;
  top: calc(50% - 1px);
  left: calc(50% - 18px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAuMTMgMjMuNjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTAgMHYyMy42MmwyMC4xMy0xMS44MXptMi42OCA0LjcxIDEyLjEgNy4xLTEyLjEgNy4xeiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }

  .fancybox-button--thumbs span {
    font-size: 23px; }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
*,
*:after,
*:before {
  box-sizing: border-box; }

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding-top: 90px;
  background-color: #f8f8f8; }
  .menu-active body {
    overflow: hidden; }
  @media (min-width: 750px) {
    body {
      padding-top: 0; } }
  @media (min-width: 990px) {
    body {
      font-size: 18px; } }

.letterspaced, .reviews__artist {
  letter-spacing: 0.15em; }

p {
  margin: 0 0 1em 0; }

.hx, h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.5em 0;
  line-height: 1.2;
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.05em; }

svg,
img {
  max-width: 100%; }

a {
  color: inherit;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }

a[href^="tel:"] {
  text-decoration: none; }
  .mobile-device a[href^="tel:"] {
    text-decoration: underline; }

button {
  border: none;
  background: transparent;
  font-size: inherit;
  padding: 0;
  -webkit-appearence: none;
  font-family: inherit;
  border-radius: 0;
  cursor: pointer;
  outline: none; }

.anchor {
  display: block;
  position: relative;
  top: -55px; }

.adminlink {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10; }
  .adminlink a {
    background-color: rgba(50, 125, 218, 0.9);
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal; }
    .adminlink a:hover {
      background-color: #327dda; }

.banner {
  display: none;
  padding: 20px 0;
  text-align: center; }
  .banner--nospace {
    padding: 0; }
  .banner--bottomspace {
    padding: 0 0 20px 0; }
  .banner--overflowhidden {
    overflow: hidden;
    max-width: 100%; }
  @media (min-width: 750px) {
    .banner {
      justify-content: center; }
      .banner--article {
        padding: 40px 0 20px 0;
        justify-content: flex-start; } }
  .banner--mobile {
    display: block; }
    @media (min-width: 750px) {
      .banner--mobile:not(.banner--desktop) {
        display: none; } }
  @media (min-width: 750px) {
    .banner--desktop {
      display: flex; } }
  .banner--leaderboard {
    display: none; }
    @media (min-width: 1000px) {
      .banner--leaderboard {
        display: flex; } }
  .banner--hidewhenmenuopen {
    transition: background-color 0.3s; }
    .menu-active .banner--hidewhenmenuopen {
      background-color: #000; }
  .banner__el {
    display: block;
    margin: 10px;
    flex-grow: 0;
    position: relative;
    transition: opacity 0.3s;
     }
    .banner--nospace .banner__el {
      margin: 0; }
    .banner--article .banner__el {
      margin: 0; }
    .banner__el--728x90 {
      width: 728px;
      height: 90px; }
    .banner__el--468x60 {
      width: 468px;
      height: 60px; }
    .banner__el--230x230 {
      width: 230px;
      height: 230px;
      display: inline-block; }
    .banner__el--312x110 {
      width: 312px;
      height: 110px; }
    .banner__el--320x100 {
      width: 320px;
      height: 100px; }
    .banner__el--300x300 {
      width: 300px;
      height: 300px; }
    .banner__el img {
      display: block; }
    .menu-active .banner--hidewhenmenuopen .banner__el {
      opacity: 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 55px;
  line-height: 1.1;
  padding: 0 20px;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  background-color: #000; }
  @media (min-width: 750px) {
    .header {
      position: relative; } }
  .header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    right: 0;
    display: block;
    background-color: #000; }
    @media (min-width: 750px) {
      .header:before {
        display: none; } }
  .header__inside {
    position: relative;
    margin: 0px auto;
    max-width: 1260px; }
  .header__logo {
    position: absolute;
    width: 120px;
    height: 34px;
    top: 13px;
    left: 0;
    z-index: 10; }
    .header__logo img {
      width: 100%; }
  .header__nav {
    position: absolute;
    top: 55px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    height: calc(100vh - 55px);
    overflow: auto;
    display: none; }
    .menu-active .header__nav {
      display: block; }
    @media (min-width: 750px) {
      .header__nav {
        display: none;
        top: 0;
        height: 100vh; }
        .menu-active .header__nav {
          display: flex;
          align-content: center;
          align-items: center;
          justify-content: center; } }

.burger {
  position: absolute;
  top: 10px;
  right: -6px;
  display: block;
  width: 35px;
  height: 35px;
  z-index: 100;
  outline: none;
  cursor: pointer;
  color: #333; }
  .burger__inside, .burger:after, .burger:before {
    content: "";
    display: block;
    width: 29px;
    height: 6px;
    border: 1px solid #fff;
    position: absolute;
    left: 3px;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s,height 0.3s; }
  .menu-active .burger:after, .menu-active .burger:before {
    background-color: #fff;
    height: 2px; }
  .burger:before {
    top: 4px; }
    .menu-active .burger:before {
      -webkit-transform: translateY(11px) rotate(45deg);
      -moz-transform: translateY(11px) rotate(45deg);
      -ms-transform: translateY(11px) rotate(45deg);
      -o-transform: translateY(11px) rotate(45deg);
      transform: translateY(11px) rotate(45deg); }
  .burger__inside {
    top: 15px;
    transition: opacity 0.3s;
    position: absolute; }
    .menu-active .burger__inside {
      opacity: 0; }
  .burger:after {
    top: 26px; }
    .menu-active .burger:after {
      -webkit-transform: translateY(-11px) rotate(-45deg);
      -moz-transform: translateY(-11px) rotate(-45deg);
      -ms-transform: translateY(-11px) rotate(-45deg);
      -o-transform: translateY(-11px) rotate(-45deg);
      transform: translateY(-11px) rotate(-45deg); }

.button, a[type="submit"], .fileinput-button,
.captcha-button {
  padding: 0.6em 1.2em;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  background-color: #000;
  color: #fff;
  font-family: inherit;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 0; }

.hlogin {
  height: 55px;
  position: absolute;
  top: 0;
  color: #000;
  right: 50px;
  z-index: 10;
  display: flex;
  align-items: center;
  align-content: center; }
  @media (min-width: 480px) {
    .hlogin {
      right: 55px; } }
  .hlogin__button {
    color: #ccc9cd;
    line-height: 1;
    transition: color 0.3s; }
    .hlogin-active .hlogin__button, .hlogin__button:hover {
      color: #fff; }
    @media (min-width: 990px) {
      .hlogin__button {
        padding: 6px 10px;
        border: 1px solid currentColor; } }
    .hlogin__button__icon {
      width: 23px;
      height: 23px;
      display: inline-block;
      vertical-align: middle;
      color: #fff; }
      @media (min-width: 990px) {
        .hlogin__button__icon {
          color: inherit; } }
    .hlogin__button__title {
      text-transform: uppercase;
      vertical-align: middle;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.1em;
      display: none; }
      @media (min-width: 990px) {
        .hlogin__button__title {
          margin-left: 10px;
          display: inline-block; } }
  .hlogin__form {
    position: absolute;
    top: 55px;
    right: -50px;
    width: 250px;
    background-color: #f8f8f8;
    padding: 25px 30px 15px 30px;
    font-size: 0.9em;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    display: none; }
    .hlogin-active .hlogin__form {
      display: block; }
    @media (min-width: 750px) {
      .hlogin__form {
        right: -15px;
        width: 300px; } }
  .hlogin__menu {
    margin: 5px -5px 0 -5px;
    font-weight: normal;
    padding: 0;
    text-align: center;
    list-style-type: none;
    font-size: 0.8em; }
    .hlogin__menu li {
      display: inline-block;
      margin: 8px; }

.elegend {
  padding: 10px 25px;
  display: none; }
  .elegend--mobile {
    display: block; }
  @media (min-width: 750px) {
    .elegend {
      position: absolute;
      padding: 0;
      top: 23px;
      right: 30px;
      display: block; }
      .elegend--mobile {
        display: none; } }
  .elegend__item {
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #555;
    text-transform: uppercase; }
    @media (min-width: 750px) {
      .elegend__item {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 40px; } }
  .elegend__img {
    background-position: 50% 30%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: 20px;
    height: 40px;
    vertical-align: middle;
    margin-right: 3px; }
    .elegend__img--star {
      background-image: url("../img/vector/icon-star.svg"); }
    .elegend__img--excl {
      background-image: url("../img/vector/icon-excl.svg"); }

.form__item {
  margin: 0 0 1em 0; }
.form__label {
  display: block;
  margin: 0 0 0.7em 0;
  font-size: 0.9em;
  font-weight: normal; }
.form__input {
  display: block;
  width: 100%;
  font-size: 0.9em;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  border: 1px solid #aaa;
  padding: 10px;
  border-radius: 0; }
  @media (max-width: 479px) {
    .form__input {
      font-size: 16px; } }
  .form__input:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form__input:focus {
    outline: none;
    border-color: #333; }
.form__buttons {
  padding: 0.5em 0; }
  .form__buttons--centered {
    text-align: center; }

.fmenu {
  background-color: #303030;
  color: #a8a8a8;
  letter-spacing: 0.15em; }
  .fmenu__in {
    max-width: 1260px;
    margin: 0px auto;
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media (min-width: 750px) {
      .fmenu__in {
        justify-content: center; } }
    @media (min-width: 990px) {
      .fmenu__in {
        padding: 30px 20px; } }
    @media (min-width: 1200px) {
      .fmenu__in {
        flex-wrap: nowrap;
        justify-content: space-around; } }
  .fmenu__block {
    width: 50%;
    margin-bottom: 20px; }
    @media (min-width: 480px) {
      .fmenu__block {
        width: 33.33%; } }
    @media (min-width: 750px) {
      .fmenu__block {
        width: 25%; } }
    @media (min-width: 1200px) {
      .fmenu__block {
        width: auto;
        padding: 0 10px; } }
    .fmenu__block h3 {
      letter-spacing: 0.15em;
      font-family: inherit;
      font-style: inherit;
      font-weight: bold;
      text-transform: uppercase; }
    .fmenu__block ul {
      font-size: 0.8em;
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .fmenu__block a {
      text-decoration: none;
      text-transform: lowercase; }
      .fmenu__block a:hover {
        text-decoration: underline; }

.footer {
  padding: 30px;
  text-align: center; }
  .footer__logo {
    width: 149px;
    margin: 0px auto;
    display: block; }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0.9em; }
  .footer a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-transform: lowercase; }
    .footer a:hover {
      text-decoration: underline; }

@media (min-width: 990px) {
  .hp {
    background-color: #fff;
    border-bottom: 2px solid #b5bfc9; } }
@media (min-width: 990px) {
  .hp__top {
    max-width: 1300px;
    margin: 0px auto;
    justify-content: space-between;
    display: flex; }
    .hp__top .slider {
      width: calc(50% - 30px); }
    .hp__top .news {
      width: 50%; } }
@media (min-width: 1200px) {
  .hp__top .slider {
    width: 700px;
    height: 415px;
    overflow: hidden; }
  .hp__top .news {
    width: calc(100% - 730px); } }

.menu {
  margin: 0px;
  padding: 5px 30px 20px 30px;
  list-style-type: none;
  width: 1300px;
  max-width: 100%; }
  @media (min-width: 750px) {
    .menu {
      display: flex;
      flex-wrap: wrap;
      padding: 20px 60px; } }
  @media (min-width: 990px) {
    .menu {
      padding: 20px 80px 60px 80px; } }
  .menu a {
    color: inherit;
    text-decoration: none; }
    .menu a:hover {
      text-decoration: underline; }
  .menu > li {
    break-inside: avoid; }
    @media (min-width: 750px) {
      .menu > li {
        width: 25%;
        padding-right: 2%;
        padding-top: 6%; } }
  .menu ul {
    break-inside: avoid; }
  .menu__header {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.4em;
    display: inline-block;
    margin: 20px 0 0 0; }
    @media (min-width: 750px) {
      .menu__header {
        font-size: 2em; } }
    @media (min-height: 600px) {
      .menu__header {
        margin: 40px 0 10px 0; } }
  .menu__submenu {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0px 15px; }
    .menu__submenu li {
      margin-bottom: 6px; }

.gallery {
  max-width: 1090px;
  margin: 0px auto; }
  @media (min-width: 990px) {
    .gallery {
      display: flex;
      justify-content: space-between;
      flex-flow: row-reverse;
      align-content: flex-start;
      align-items: flex-start; } }
  .gallery--limit {
    padding-bottom: 0px; }
    @media (min-width: 990px) {
      .gallery--limit {
        padding-bottom: 40px; } }
    @media (min-width: 1200px) {
      .gallery--limit {
        padding-bottom: 80px; } }
  .gallery__items {
    flex-wrap: wrap;
    display: flex;
    width: 100%; }
    .gallery--spaced .gallery__items {
      width: calc(100% + 16px);
      margin: 20px -8px 0 -8px; }
  .gallery__item {
    width: 50%;
    position: relative;
    background-color: #000; }
    @media (max-width: 479px) {
      .gallery--limit .gallery__item:nth-child(n+5) {
        display: none; } }
    @media (max-width: 749px) {
      .gallery--limit .gallery__item:nth-child(n+13) {
        display: none; } }
    @media (min-width: 480px) {
      .gallery__item {
        width: 33.33%; }
        .gallery--spaced .gallery__item {
          width: 50%; }
        .page .gallery__item {
          width: 25% !important; } }
    @media (min-width: 750px) {
      .gallery__item {
        width: 25%; }
        .gallery--spaced .gallery__item {
          width: 33.33%; }
        .page .gallery__item {
          width: 20% !important; } }
    @media (min-width: 990px) {
      .page .gallery__item {
        width: 16.66% !important; } }
    .gallery--spaced .gallery__item {
      background-color: transparent;
      padding: 8px; }
    .gallery__item__img {
      opacity: 0.7;
      transition: opacity 0.3s;
      background-size: cover;
      background-position: 50% 50%; }
      .gallery__item__img:after {
        content: "";
        display: block;
        padding-top: 100%; }
      @media (min-width: 750px) {
        .gallery__item__img {
          opacity: 1; } }
    .gallery__item__text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 50px 10px 10px 10px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABjCAQAAADwIKJTAAAAQUlEQVQY03WOwQoAMAhCtfr/X94OY6GsgYenCYYFgAGI+IBaCrSl27gckijElXIrHfKTHC5P6Nex2UM1LdI75+3c4EcCbFx8ShsAAAAASUVORK5CYII=);
      background-size: 100% 100%; }
      @media (min-width: 750px) {
        .gallery__item__text {
          opacity: 0;
          top: 0;
          padding: 0;
          transition: opacity 0.3s;
          background-image: none;
          background-color: rgba(255, 255, 255, 0.6); }
          .gallery__item:hover .gallery__item__text {
            opacity: 1; } }
      .gallery__item__text h3 {
        margin: 0;
        font-size: 0.8em;
        color: #ddd;
        font-weight: 600;
        font-family: inherit;
        font-style: inherit; }
        @media (min-width: 750px) {
          .gallery__item__text h3 {
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px;
            color: #333; } }
  .gallery__more {
    font-weight: bold;
    text-align: right;
    margin: 0 20px 20px 0; }
    @media (min-width: 1200px) {
      .gallery__more {
        position: absolute;
        margin: 0;
        bottom: 75px;
        right: 0; } }

.events {
  max-width: 1130px;
  margin: 0px auto;
  padding: 0 20px 20px 5px;
  position: relative; }
  .events--standalone {
    color: #333;
    padding-top: 20px;
    padding-bottom: 40px; }
  @media (min-width: 480px) {
    .events {
      padding-left: 20px; } }
  @media (min-width: 990px) {
    .events {
      padding-left: 30px;
      padding-right: 30px; } }
  .events__more {
    margin-top: 25px;
    font-weight: bold;
    text-align: right; }
  @media (min-width: 990px) {
    .events__cols {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 990px) {
    .events__col {
      width: 47%; } }
  .events__event {
    position: relative;
    margin-bottom: 20px;
    padding-left: 24px; }
    @media (min-width: 480px) {
      .events__event {
        padding-left: 34px; } }
    .events__event--star:before, .events__event--excl:before {
      background-position: 50% 80%;
      background-size: contain;
      background-repeat: no-repeat;
      content: "";
      display: block;
      width: 20px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
    .events__event--star:before {
      background-image: url("../img/vector/icon-star.svg"); }
    .events__event--excl:before {
      background-image: url("../img/vector/icon-excl.svg"); }
  .events__date {
    margin-bottom: 0.1em;
    line-height: 1.2;
    font-size: 0.8em;
    font-weight: normal; }
    @media (min-width: 480px) {
      .events__date br {
        display: none; } }
  .events__title {
    margin-top: 0;
    letter-spacing: 0.15em;
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 1.0em; }
    @media (min-width: 480px) {
      .events__title {
        font-size: 1.3em;
        text-transform: uppercase;
        letter-spacing: 0.05em; } }
  .events__link {
    display: block;
    text-decoration: none; }
    .events__link:hover .events__title {
      text-decoration: underline; }
  .events__date, .events__title {
    padding-right: 50px; }
    @media (min-width: 480px) {
      .events__date, .events__title {
        padding-right: 80px; } }
  .events__buy {
    position: absolute;
    top: 3px;
    right: 0px;
    color: #fff;
    text-transform: lowercase;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.8em;
    width: 50px;
    text-align: right;
    line-height: 1.05; }
    .events--standalone .events__buy {
      color: #555; }
    .events__buy:hover {
      text-decoration: underline; }
  .events__month {
    color: #555;
    font-size: 2em;
    margin: 0 0 0.8em 0;
    padding: 0 25px; }
    @media (min-width: 480px) {
      .events__month {
        padding: 0 35px; } }

.news {
  background-color: #b5bfc9;
  color: #111;
  font-size: 0.9em;
  padding: 20px;
  font-weight: normal;
  line-height: 1.2;
  position: relative; }
  .news--standalone {
    background-color: transparent;
    line-height: 1.4;
    color: #333;
    padding: 0 20px; }
  .news ul {
    margin: 0;
    list-style-type: none;
    padding: 0; }
  .news li {
    margin-bottom: 18px; }
    .news--limit .news li:nth-child(n+5) {
      display: none; }
      @media (min-width: 750px) {
        .news--limit .news li:nth-child(n+5) {
          display: block; } }
    @media (min-width: 990px) {
      .news li {
        margin-bottom: 8px; } }
  .news--standalone li {
    padding: 0 5px 12px 5px; }
    .news--standalone li:not(:last-child) {
      border-bottom: 1px solid #ccc; }
  .news time {
    display: block; }
  .news__more {
    font-weight: bold;
    margin-top: 25px;
    text-align: right; }

.page {
  max-width: 1000px;
  margin: 0px auto 30px auto; }
  @media (min-width: 990px) {
    .page {
      margin-top: 60px;
      margin-bottom: 100px; } }
  .page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }

.pagination {
  color: #333;
  padding: 0 0 50px 0;
  font-size: 1.2em; }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
  .pagination li {
    display: inline;
    vertical-align: middle;
    margin: 0 1px; }
  .pagination__button {
    line-height: 1;
    color: #b5bfc9;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px;
    transition: color 0.3s; }
    .pagination__button.active, .pagination__button:hover {
      color: inherit; }
  .pagination svg {
    vertical-align: middle;
    width: 1em;
    height: 1em; }

.headline {
  margin: 0 0 20px 0;
  position: relative;
  display: block;
  text-decoration: none; }
  @media (min-width: 990px) {
    .headline {
      margin: 0 0 60px 0; } }
  a.headline:hover {
    background-color: #f3f3f3; }
  .section--medium a.headline:hover {
    background-color: #c4ccd4; }
  .headline__img {
    width: 100%;
    display: block; }
  .headline__header {
    margin: 1.3em 20px 0.2em 20px;
    line-height: 1.4;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 0.05em; }
    .headline--standalone .headline__header {
      font-size: 2em; }
  .headline__signature {
    text-align: center;
    font-size: 0.8em;
    font-weight: normal;
    padding: 0 20px;
    text-transform: uppercase; }
  .headline__content {
    padding: 0 20px; }
    @media (min-width: 990px) {
      .headline__content {
        padding-bottom: 30px; } }
    .headline__content p:last-child {
      margin-bottom: 0; }
    .headline__content strong {
      font-weight: 600; }
  .headline__info {
    margin-top: 30px; }
    .headline__info h2 {
      margin: 1.5em 0 0.5em 0; }
    .headline__info p {
      margin: 0 0 0.9em 0; }
    .headline__info .texts__more {
      padding-top: 0; }

.headline__content iframe{
margin: 0px 0 35px 0;
max-width:100% !important;
position: relative;
top: 15px;
}


.reviews {
  color: #fff; }
  @media (min-width: 990px) {
    .reviews {
      padding: 0 40px; } }
  .reviews__inside {
    display: flex;
    flex-wrap: wrap;
    max-width: 1340px;
    margin: 0px auto;
    padding: 0 20px; }
  .reviews__more {
    font-weight: bold;
    text-align: right;
    padding: 10px 20px 30px 20px; }
    @media (min-width: 990px) {
      .reviews__more {
        max-width: 1090px;
        margin: 0 auto;
        padding: 30px 0 40px 0; } }
    @media (min-width: 990px) {
      .reviews__more a {
        position: relative;
        left: 10px; } }
  .reviews__item {
    width: 50%;
    display: block;
    text-decoration: none; }
    @media (min-width: 480px) {
      .reviews__item {
        width: 33.33%; } }
    @media (min-width: 750px) {
      .reviews__item {
        width: 25%; } }
  @media (min-width: 750px) and (max-width: 989px) {
    .reviews__item:nth-child(n+5), .reviews__item:nth-child(n+6) {
      display: none; } }

    @media (min-width: 990px) {
      .reviews__item {
        width: 20%; } }
  @media (min-width: 990px) and (max-width: 1199px) {
    .reviews__item:nth-child(n+6) {
      display: none; } }

    @media (min-width: 1200px) {
      .reviews__item {
        width: 16.66%; } }
  .reviews__img {
    background-size: cover;
    background-position: 50% 50%; }
    .reviews__img:after {
      content: "";
      display: block;
      padding-top: 100%; }
    @media (min-width: 990px) {
      .reviews__img {
        width: 60%; } }
  .reviews__score {
    margin: 0 0 0.2em 0;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: bold; }
  .reviews__artist {
    text-transform: uppercase;
    margin: 0 0 0.3em 0;
    line-height: 1.1;
    font-size: 0.8em;
    font-weight: 600; }
  .reviews__title {
    margin: 0 0 0.9em 0;
    font-size: 1.1em; }
    .reviews__item:hover .reviews__title {
      text-decoration: underline; }
  .reviews__info {
    padding: 10px 15px; }
    @media (min-width: 990px) {
      .reviews__info {
        padding: 15px 15px 10px 0; } }

.section--medium {
  background-color: #b5bfc9; }
.section--dark {
  color: #fff;
  background-color: #555; }
.section--events {
  color: #000;
  background-color: #8dadd5; }
@media (min-width: 990px) {
  .section--texts {
    background-color: #fff; } }
.section__head {
  padding: 25px 0; }
  @media (min-width: 990px) {
    .section__head {
      padding: 40px 0 40px 0;
      border-bottom: 2px solid #aaa; }
      .section--reviews .section__head, .section--events .section__head {
        border-bottom: none; }
      .section--medium .section__head {
        border-bottom: none; } }
  .section__head h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color: #aaa;
    letter-spacing: 0.15em;
    margin: 0; }
    @media (min-width: 990px) {
      .section__head h2 {
        font-size: 2.2em; } }
    .section--medium .section__head h2 {
      color: #656e6c; }
    .section--dark .section__head h2 {
      color: #fff; }
    .section--events .section__head h2 {
      color: #000; }
    .section__head h2 small {
      font-size: inherit;
      font-weight: 300; }
.section__menu {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  padding-bottom: 15px;
  text-align: center; }
  .section__menu--detail {
    padding-top: 15px; }
  @media (min-width: 990px) {
    .section__menu {
      padding: 22px 0;
      font-size: 0.8em;
      margin: 0px auto;
      max-width: 1300px; }
      .section__menu--centered {
        text-align: center; }
      .section__menu--detail {
        height: 55px;
        padding: 10px 0 10px 0; } }
  .section__menu a {
    text-decoration: none; }
  .section__menu li.active a,
  .section__menu a:hover {
    color: #aaa; }
  .section__menu ul {
    padding: 0 5px;
    margin: 0;
    list-style-type: none; }
  .section__menu li {
    display: inline-block;
    margin: 5px 5px 5px 5px; }
.section__parts__part {
  position: relative; }
  @media (min-width: 480px) {
    .section__parts__part {
      max-width: 565px;
      margin: 0px auto; } }
  @media (min-width: 990px) {
    .section__parts__part {
      max-width: none; } }
@media (min-width: 990px) {
  .section__parts {
    max-width: 1300px;
    margin: 0px auto;
    display: flex;
    padding: 0 30px;
    justify-content: space-between; }
    .section__parts--rev {
      flex-flow: row-reverse; }
    .section__parts--news {
      padding-top: 40px;
      padding-bottom: 40px;
      max-width: 1000px; }
    .section__parts__part {
      width: calc(50% - 25px); }
    .section__parts__part--wide {
      width: calc(52% - 45px); }
    .section__parts__part--narrow {
      width: calc(48% - 45px); }
    .section__parts__part--xwide {
      width: calc(60% - 45px); }
    .section__parts__part--xnarrow {
      width: calc(40%); }
    .section__parts > .list-view {
      width: 100%;
      flex-shrink: 0; }
    .section__parts--texts .items {
      display: flex;
      justify-content: space-between; } }
@media (min-width: 990px) {
  .section__parts__part--detail-right {
    padding-top: 55px; } }
@media (min-width: 1200px) {
  .section__parts {
    padding-left: 50px;
    padding-right: 50px; } }
@media (min-width: 1400px) {
  .section__parts__part {
    width: calc(50% - 35px); }
  .section__parts__part--xwide {
    width: calc(60% - 85px); }
  .section__parts__part--xnarrow {
    width: calc(40%); } }
@media (min-width: 750px) {
  .section__parts--texts {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px; }
    .section__parts--texts--rev {
      flex-flow: row-reverse; }
    .section__parts--texts__part {
      width: calc(50% - 25px); }
    .section__parts--texts__part--wide {
      width: calc(52% - 45px); }
    .section__parts--texts__part--narrow {
      width: calc(48% - 45px); } }

.social {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  transition: background-color 0.3s;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
  overflow: hidden; }
  @media (min-width: 750px) {
    .social {
      position: relative;
      top: 0; } }
  .social__inside {
    height: 35px;
    display: flex;
    padding: 0 20px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    position: relative;
    max-width: 1300px; }
  .social__right button, .social__left button, .social__right a, .social__left a {
    color: #aaa; }
    .social__right button:hover, .social__left button:hover, .social__right a:hover, .social__left a:hover {
      color: #555; }
    .search-active .social__right button.social__searchtoggle, .search-active .social__left button.social__searchtoggle, .search-active .social__right a.social__searchtoggle, .search-active .social__left a.social__searchtoggle {
      color: #555; }
  .social svg {
    width: 20px;
    height: 20px;
    fill: currentColor; }
  .social ul {
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .social li {
    list-style-type: none;
    display: inline-block; }
  .social__right li {
    margin-left: 12px; }
  .social__search {
    position: absolute;
    top: 2px;
    left: 50px;
    bottom: 2px;
    right: 2px;
    display: none; }
    @media (min-width: 750px) {
      .social__search {
        right: auto;
        width: 350px; } }
    .search-active .social__search {
      display: flex; }
    .social__search__input {
      border: none;
      font-family: inherit;
      font-size: inherit;
      padding: 0 5px;
      min-width: 50px;
      width: 100%; }
      .social__search__input:focus {
        outline: none; }
    .social__search__button {
      color: #fff;
      padding: 4px 10px 5px 10px;
      text-transform: uppercase;
      background-color: #000;
      font-size: 0.8em; }
  @media (min-width: 750px) {
    .social__searchtoggle {
      width: 250px;
      text-align: left; } }

.smallmenu {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  height: 55px;
  right: 100px;
  list-style-type: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media (min-width: 860px) {
    .smallmenu {
      display: flex;
      font-size: 0.9em; } }
  @media (min-width: 990px) {
    .smallmenu {
      font-size: 0.9em;
      right: 30px;
      left: 0;
      text-align: center;
      justify-content: center; } }
      
  @media (min-width: 1200px) {
  .smallmenu {
      font-size: 1em;
    }
  }    
  .smallmenu li {
    margin: 0 0 0 1.5em; }
    @media (min-width: 990px) {
      .smallmenu li {
        margin: 0 0 0 1.5em; } }
    @media (min-width: 1200px) {
      .smallmenu li {
        margin: 0 0 0 2.5em; } }
  .smallmenu a {
    color: #ccc9cd;
    text-decoration: none; }
  .smallmenu li.active a,
  .smallmenu a:hover {
    color: #fff; }
.smallmenu a.eshop{
  background-color:white;
  color:black;
  padding:5px 20px;
}
.smallmenu a.eshop:hover{
  background-color:black;
  color:white;
}
.slider {
  color: #000; }
  .slider *:focus {
    outline: none; }
  .slider__item {
    position: relative; }
  .slider__img {
    background-size: cover;
    background-position: 50% 50%; }
    .slider__img:before {
      content: "";
      display: block;
      padding-top: 50%; }
  .slider__overlay {
    padding: 10px; }
    @media (min-width: 990px) {
      .slider__overlay {
        position: static;
        padding: 20px 0;
        text-align: right; } }
  .slider__title {
    margin: 0;
    font-size: 1em;
    letter-spacing: 0em; }
    @media (min-width: 990px) {
      .slider__title {
        font-size: 1.2em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .slider .slick-dots {
    margin: 10px 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
    text-align: center; }
    @media (min-width: 990px) {
      .slider .slick-dots {
        position: absolute;
        bottom: 72px;
        left: 0;
        right: 0; } }
    .slider .slick-dots li {
      display: inline-block;
      margin: 0 4px; }
    .slider .slick-dots button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      overflow: hidden;
      text-indent: -100px;
      background-color: #aaa; }
      @media (min-width: 990px) {
        .slider .slick-dots button {
          background-color: rgba(255, 255, 255, 0.5); } }
    .slider .slick-dots li.slick-active button,
    .slider .slick-dots button:hover {
      background-color: #555; }
      @media (min-width: 990px) {
        .slider .slick-dots li.slick-active button,
        .slider .slick-dots button:hover {
          background-color: white; } }

.flinks {
  padding: 30px 0;
  background-color: #000;
  color: #a8a8a8;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 0.8em; }
  .flinks ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .flinks a {
    text-decoration: none; }
    .flinks a:hover {
      text-decoration: underline; }

.texts {
  padding: 0 20px; }
  @media (max-width: 989px) {
    .section--detail .texts:before {
      content: "";
      display: block;
      height: 6px;
      border-top: 2px solid #333;
      border-bottom: 2px solid #333;
      margin-top: 50px;
      margin-bottom: 30px; } }
  @media (min-width: 990px) {
    .texts {
      padding: 15px 0 0 0; }
      .texts--standalone {
        padding: 40px 0; }
      .texts--page .items {
        display: flex;
        flex-wrap: wrap; } }
  .texts__item {
    font-size: 0.9em;
    margin-bottom: 26px;
    border-top: 1px solid #dfdfdf;
    padding-top: 15px;
    display: block;
    text-decoration: none;
    position: relative; }
    @media (max-width: 989px) {
      .section--detail .texts__item:first-child {
        border-top: none; } }
    .texts__item.soutezEnd {
      color: #aaa; }
    @media (min-width: 990px) {
      .texts__item {
        padding: 15px 125px 15px 15px;
        margin: -15px -15px 20px -15px;
        min-height: 140px;
        border: none;
        transition: background-color 0.2s; }
        .section__parts--texts .texts__item {
          min-height: 170px; }
        .texts--page .texts__item {
          margin: 0;
          min-height: 0px;
          width: 50%; }
        .texts__item:hover {
          background-color: #f3f3f3; } }
    @media (min-width: 1200px) {
      .texts__item {
        padding-right: 135px; } }
  .texts__head {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    width: 100%; }
    @media (min-width: 990px) {
      .texts__head {
        display: block;
        margin-bottom: 0; } }
  .texts__signature {
    font-size: 0.8em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0; }
    .texts__signature__date {
      display: block; }
      @media (min-width: 990px) {
        .texts__signature__date {
          display: inline; }
          .texts__signature__date:before {
            content: " | "; } }
  .texts__info {
    width: 100%; }
  .texts__header {
    margin: 10px 0 0.5em 0;
    padding-right: 20px;
    font-size: 1em;
    letter-spacing: 0.05em; }
    @media (min-width: 990px) {
      .texts__header {
        margin: 0px 0 0.1em 0;
        font-size: 1.15em; }
        .texts__item:hover .texts__header {
          text-decoration: underline; } }
  .texts__img {
    background-size: cover;
    background-position: 50% 50%;
    width: 90px;
    flex-shrink: 0; }
    .texts__img:after {
      content: "";
      display: block;
      padding-top: 100%; }
    .texts__item.soutezEnd .texts__img {
      opacity: 0.5;
      filter: saturate(0) brightness(0.8); }
    @media (min-width: 990px) {
      .texts__img {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 100px; } }
    @media (min-width: 1200px) {
      .texts__img {
        width: 110px; } }
  .texts__content p:last-child {
    margin-bottom: 0; }
  .texts__more {
    border-top: 1px solid #dfdfdf;
    padding-top: 15px; }
    @media (min-width: 990px) {
      .texts__more {
        border: none;
        padding-top: 0; } }
    .texts__more ul {
      padding: 0;
      margin: 0 0 10px 0;
      font-size: 0.75em;
      list-style-type: none; }
    .texts__more li {
      margin-bottom: 6px; }
      .texts__more li:nth-child(n+5) {
        display: none; }
        @media (min-width: 750px) {
          .texts__more li:nth-child(n+5) {
            display: block; } }
      @media (min-width: 990px) {
        .texts__more li {
          margin-bottom: 2px; } }
      .texts__more li a {
        text-decoration: none; }
    .texts__more__link {
      margin: 15px 0 1.7em 0;
      text-align: right;
      font-weight: bold; }
    .texts__more strong {
      font-weight: bold; }
    .texts__more a:hover strong {
      text-decoration: underline; }

.top {
  position: relative;
  z-index: 100 !important; }

.videoframe {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  margin: 30px 0; }
  .videoframe:after {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .videoframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
     }

.fileinput-button,
.captcha-button {
  cursor: pointer;
  background-color: #333;
  font-size: 0.7em;
  padding: 0.5em 1em; }

.form-captcha {
  margin: 60px 0; }
  .form-captcha .form-field {
    display: inline-block;
    width: 150px;
    margin: 0;
    vertical-align: middle; }
  .form-captcha .form-captcha-input {
    vertical-align: middle;
    display: inline-block;
    width: 300px; }
    .form-captcha .form-captcha-input img {
      vertical-align: middle;
      margin-right: 10px; }

.errorSummary {
  margin: 30px 0 30px 0;
  font-size: 0.8em;
  color: #DC0814;
  font-weight: normal; }

.errorSummary p {
  font-weight: bold;
  margin-bottom: 0.5em; }

.errorSummary ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.form-label {
  font-family: "Merriweather", serif;
  display: block;
  font-style: italic;
  margin: 0 0 10px 0; }

.form-field {
  margin: 0 0 20px 0; }
  .form-field input {
    font-family: inherit;
    font-size: inherit;
    padding: 8px;
    width: 300px;
    max-width: 100%;
    border: 1px solid #ccc; }
    .form-field input:focus {
      outline: none;
      border-color: #333; }
  .form-field input[type="tel"],
  .form-field input[type="text"],
  .form-field input[type="search"],
  .form-field input[type="email"],
  .form-field input[type="password"] {
    appearance: none;
    -webkit-appearance: none; }

@keyframes hide {
  0%, 100% {
    opacity: 0; } }
@keyframes bounce {
  0%,80%,100% {
    transform: translateY(0) rotate(-135deg); }
  40% {
    transform: translateY(-35px) rotate(-135deg); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeUp {
  0% {
    transform: translateY(400px); }
  100% {
    transform: none; } }
@keyframes fadeDown {
  0% {
    transform: translateY(-400px); }
  100% {
    transform: none; } }
@keyframes fadeOut {
  to {
    opacity: 0; } }
@keyframes title {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media (min-width: 990px) {
  .page-ready .refs__gallery {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    transition: opacity 1s, transform 1s;
    transition-delay: 0.35s; }
  .page-ready .refs__section.active ~ .refs__section .refs__gallery {
    transform: translate3d(0, 100px, 0); }
  .page-ready .refs__section.active .refs__gallery {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .page-ready .refs__content {
    transform: translate3d(0, -300px, 0);
    transition: transform 1s, opacity 0.5s;
    transition-delay: 0.25s; }
  .page-ready .refs__section.active ~ .refs__section .refs__content {
    transform: translate3d(0, 300px, 0); }
  .page-ready .refs__section.active .refs__content {
    transform: translate3d(0, 0, 0); } }
.refs,
.grid,
.contact {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-fill-mode: backwards; }

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