@charset "UTF-8";
/*---------------------------------------------
-- 
---------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.2em;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.is-svg img.common {
  display: none;
}
.is-svg img.svg {
  display: inline-block;
}

.svg-pair {
  display: inline-block;
  line-height: 0;
  position: relative;
}
.svg-pair img.svg {
  display: none;
}

.is-svg .svg-pair.svg-is img.svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.is-svg .svg-pair.svg-is img.not-svg {
  opacity: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.error {
  color: #ff6675;
  font-size: 0.9em;
}

.success {
  font-weight: bold;
  color: green;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
/*form .required label {
	position: relative;

	&:after {
		content: '*';
		color: #ff0000;
		position: absolute;
		right: -8px;
		top: 0px;
	}
}*/
/*---------------------------------------------
-- 
---------------------------------------------*/
.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

/*---------------------------------------------
-- controls
---------------------------------------------*/
.number-input-wrapper {
  position: relative;
  width: 80px;
}
.number-input-wrapper input.text {
  box-sizing: border-box;
  text-align: center;
  text-indent: -14px;
  height: 28px;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
}
.number-input-wrapper .buttons-wrapper {
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: -1px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.number-input-wrapper .buttons-wrapper .up, .number-input-wrapper .buttons-wrapper .down {
  cursor: pointer;
  display: block;
  height: 45%;
}
.number-input-wrapper .buttons-wrapper .up {
  margin-bottom: 10%;
  /*background: url(../images/layout/button-number-up.png) no-repeat center bottom;*/
}
.number-input-wrapper .buttons-wrapper .up:after {
  content: "+";
  display: inline-block;
}
.number-input-wrapper .buttons-wrapper .down {
  /*background: url(../images/layout/button-number-down.png) no-repeat center top;*/
}
.number-input-wrapper .buttons-wrapper .down:after {
  content: "-";
  display: inline-block;
}

/*---------------------------------------------
-- tabs
---------------------------------------------*/
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-nav:after {
  content: "";
  display: block;
  clear: both;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

body {
  color: #1d1d1b;
  font-family: futura-pt, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2727272727em;
}
.mce-content-body body {
  font-size: 22px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  body {
    font-size: 15.6px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  body {
    font-size: 17.2px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  body {
    font-size: 18.8px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  body {
    font-size: 20.4px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  body {
    font-size: 22px;
  }
}

.font-bold, .section-title, .page-title, .slideshow .title, header .logo {
  font-family: futura-pt-bold, Arial;
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.link-with-arrow, .news-item .tickets-link, .ticket .tickets-link a, .artist-detail .arts a, .term-prev, .term-next, .event-detail .content .authors a, .paginator .button, .paginator .form-pair.file-upload-row .form-control span, .form-pair.file-upload-row .form-control .paginator span, .section .section-link a, .card-box .tickets-link a, .artist .tickets-link a, .event-terms .term .tickets-link a, .event .tickets-link a {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 600 !important;
  padding-left: 1.3em;
  background: url(../images/layout/arrow-right.png) no-repeat 0 center;
  background-size: 0.8em 0.7em;
}
.mce-content-body .link-with-arrow, .mce-content-body .news-item .tickets-link, .news-item .mce-content-body .tickets-link, .mce-content-body .ticket .tickets-link a, .ticket .tickets-link .mce-content-body a, .mce-content-body .artist-detail .arts a, .artist-detail .arts .mce-content-body a, .mce-content-body .term-prev, .mce-content-body .term-next, .mce-content-body .event-detail .content .authors a, .event-detail .content .authors .mce-content-body a, .mce-content-body .paginator .button, .paginator .mce-content-body .button, .mce-content-body .paginator .form-pair.file-upload-row .form-control span, .paginator .form-pair.file-upload-row .form-control .mce-content-body span, .mce-content-body .form-pair.file-upload-row .form-control .paginator span, .form-pair.file-upload-row .form-control .paginator .mce-content-body span, .mce-content-body .section .section-link a, .section .section-link .mce-content-body a, .mce-content-body .card-box .tickets-link a, .mce-content-body .artist .tickets-link a, .mce-content-body .event-terms .term .tickets-link a, .event-terms .mce-content-body .term .tickets-link a, .mce-content-body .event .tickets-link a, .card-box .tickets-link .mce-content-body a, .artist .tickets-link .mce-content-body a, .event-terms .term .tickets-link .mce-content-body a, .event .tickets-link .mce-content-body a {
  font-size: 22px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .link-with-arrow, .news-item .tickets-link, .ticket .tickets-link a, .artist-detail .arts a, .term-prev, .term-next, .event-detail .content .authors a, .paginator .button, .paginator .form-pair.file-upload-row .form-control span, .form-pair.file-upload-row .form-control .paginator span, .section .section-link a, .card-box .tickets-link a, .artist .tickets-link a, .event-terms .term .tickets-link a, .event .tickets-link a {
    font-size: 15.6px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .link-with-arrow, .news-item .tickets-link, .ticket .tickets-link a, .artist-detail .arts a, .term-prev, .term-next, .event-detail .content .authors a, .paginator .button, .paginator .form-pair.file-upload-row .form-control span, .form-pair.file-upload-row .form-control .paginator span, .section .section-link a, .card-box .tickets-link a, .artist .tickets-link a, .event-terms .term .tickets-link a, .event .tickets-link a {
    font-size: 17.2px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .link-with-arrow, .news-item .tickets-link, .ticket .tickets-link a, .artist-detail .arts a, .term-prev, .term-next, .event-detail .content .authors a, .paginator .button, .paginator .form-pair.file-upload-row .form-control span, .form-pair.file-upload-row .form-control .paginator span, .section .section-link a, .card-box .tickets-link a, .artist .tickets-link a, .event-terms .term .tickets-link a, .event .tickets-link a {
    font-size: 18.8px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .link-with-arrow, .news-item .tickets-link, .ticket .tickets-link a, .artist-detail .arts a, .term-prev, .term-next, .event-detail .content .authors a, .paginator .button, .paginator .form-pair.file-upload-row .form-control span, .form-pair.file-upload-row .form-control .paginator span, .section .section-link a, .card-box .tickets-link a, .artist .tickets-link a, .event-terms .term .tickets-link a, .event .tickets-link a {
    font-size: 20.4px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .link-with-arrow, .news-item .tickets-link, .ticket .tickets-link a, .artist-detail .arts a, .term-prev, .term-next, .event-detail .content .authors a, .paginator .button, .paginator .form-pair.file-upload-row .form-control span, .form-pair.file-upload-row .form-control .paginator span, .section .section-link a, .card-box .tickets-link a, .artist .tickets-link a, .event-terms .term .tickets-link a, .event .tickets-link a {
    font-size: 22px;
  }
}
.is-svg .link-with-arrow, .is-svg .news-item .tickets-link, .news-item .is-svg .tickets-link, .is-svg .ticket .tickets-link a, .ticket .tickets-link .is-svg a, .is-svg .artist-detail .arts a, .artist-detail .arts .is-svg a, .is-svg .term-prev, .is-svg .term-next, .is-svg .event-detail .content .authors a, .event-detail .content .authors .is-svg a, .is-svg .paginator .button, .paginator .is-svg .button, .is-svg .paginator .form-pair.file-upload-row .form-control span, .paginator .form-pair.file-upload-row .form-control .is-svg span, .is-svg .form-pair.file-upload-row .form-control .paginator span, .form-pair.file-upload-row .form-control .paginator .is-svg span, .is-svg .section .section-link a, .section .section-link .is-svg a, .is-svg .card-box .tickets-link a, .is-svg .artist .tickets-link a, .is-svg .event-terms .term .tickets-link a, .event-terms .is-svg .term .tickets-link a, .is-svg .event .tickets-link a, .card-box .tickets-link .is-svg a, .artist .tickets-link .is-svg a, .event-terms .term .tickets-link .is-svg a, .event .tickets-link .is-svg a {
  background-image: url(../images/layout/arrow-right.svg);
}
.link-with-arrow:hover:not(.disable), .news-item .tickets-link:hover:not(.disable), .ticket .tickets-link a:hover:not(.disable), .artist-detail .arts a:hover:not(.disable), .theme:not(.toggle-class-active) .container:hover a.link-with-arrow:not(.disable), .theme:not(.toggle-class-active) .container:hover .news-item a.tickets-link:not(.disable), .news-item .theme:not(.toggle-class-active) .container:hover a.tickets-link:not(.disable), .theme:not(.toggle-class-active) .container:hover .ticket .tickets-link a:not(.disable), .ticket .tickets-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .artist-detail .arts a:not(.disable), .artist-detail .arts .theme:not(.toggle-class-active) .container:hover a:not(.disable), .term-prev:hover:not(.disable), .theme:not(.toggle-class-active) .container:hover a.term-prev:not(.disable), .term-next:hover:not(.disable), .theme:not(.toggle-class-active) .container:hover a.term-next:not(.disable), .event-detail .content .authors a:hover:not(.disable), .event-detail .content .authors .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .event-detail .content .authors a:not(.disable), .paginator .button:hover:not(.disable), .paginator .theme:not(.toggle-class-active) .container:hover a.button:not(.disable), .theme:not(.toggle-class-active) .container:hover .paginator a.button:not(.disable), .paginator .form-pair.file-upload-row .form-control span:hover:not(.disable), .form-pair.file-upload-row .form-control .paginator span:hover:not(.disable), .section .section-link a:hover:not(.disable), .section .section-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .section .section-link a:not(.disable), .card-box .tickets-link a:hover:not(.disable), .card-box .tickets-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .card-box .tickets-link a:not(.disable), .artist .tickets-link a:hover:not(.disable), .artist .tickets-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .artist .tickets-link a:not(.disable), .event-terms .term .tickets-link a:hover:not(.disable), .event-terms .term .tickets-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .event-terms .term .tickets-link a:not(.disable), .event .tickets-link a:hover:not(.disable), .event .tickets-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .event .tickets-link a:not(.disable), .link-with-arrow.colored, .news-item .colored.tickets-link, .ticket .tickets-link a.colored, .artist-detail .arts a.colored, .colored.term-prev, .colored.term-next, .event-detail .content .authors a.colored, .paginator .colored.button, .paginator .form-pair.file-upload-row .form-control span.colored, .form-pair.file-upload-row .form-control .paginator span.colored, .section .section-link a.colored, .card-box .tickets-link a.colored, .artist .tickets-link a.colored, .event-terms .term .tickets-link a.colored, .event-terms .term:hover:not(.past):not(.sold-out) .tickets-link a, .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .tickets-link a, .theme:not(.toggle-class-active) .container:hover .event-terms a.term:not(.past):not(.sold-out) .tickets-link a, .event-terms .term.current:not(.past):not(.sold-out) .tickets-link a, .event .tickets-link a.colored {
  background-image: url(../images/layout/arrow-right-hover.png);
  color: #ff6675;
}
.is-svg .link-with-arrow:hover:not(.disable), .is-svg .news-item .tickets-link:hover:not(.disable), .news-item .is-svg .tickets-link:hover:not(.disable), .is-svg .ticket .tickets-link a:hover:not(.disable), .ticket .tickets-link .is-svg a:hover:not(.disable), .is-svg .artist-detail .arts a:hover:not(.disable), .artist-detail .arts .is-svg a:hover:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover a.link-with-arrow:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover .news-item a.tickets-link:not(.disable), .news-item .is-svg .theme:not(.toggle-class-active) .container:hover a.tickets-link:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover .ticket .tickets-link a:not(.disable), .ticket .tickets-link .is-svg .theme:not(.toggle-class-active) .container:hover a:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover .artist-detail .arts a:not(.disable), .artist-detail .arts .is-svg .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg a.link-with-arrow:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg .news-item a.tickets-link:not(.disable), .news-item .theme:not(.toggle-class-active) .container:hover .is-svg a.tickets-link:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg .ticket .tickets-link a:not(.disable), .ticket .tickets-link .theme:not(.toggle-class-active) .container:hover .is-svg a:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg .artist-detail .arts a:not(.disable), .artist-detail .arts .theme:not(.toggle-class-active) .container:hover .is-svg a:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover a.container a.link-with-arrow:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover a.container .news-item a.tickets-link:not(.disable), .news-item .is-svg .theme:not(.toggle-class-active) .container:hover a.container a.tickets-link:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover a.container .ticket .tickets-link a:not(.disable), .ticket .tickets-link .is-svg .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover a.container .artist-detail .arts a:not(.disable), .artist-detail .arts .is-svg .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg a.link-with-arrow:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg .news-item a.tickets-link:not(.disable), .news-item .theme:not(.toggle-class-active) .container:hover a.container .is-svg a.tickets-link:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg .ticket .tickets-link a:not(.disable), .ticket .tickets-link .theme:not(.toggle-class-active) .container:hover a.container .is-svg a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg .artist-detail .arts a:not(.disable), .artist-detail .arts .theme:not(.toggle-class-active) .container:hover a.container .is-svg a:not(.disable), .is-svg .term-prev:hover:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover a.term-prev:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg a.term-prev:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover a.container a.term-prev:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg a.term-prev:not(.disable), .is-svg .term-next:hover:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover a.term-next:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg a.term-next:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover a.container a.term-next:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg a.term-next:not(.disable), .is-svg .event-detail .content .authors a:hover:not(.disable), .is-svg .event-detail .content .authors .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg .event-detail .content .authors a:not(.disable), .is-svg .event-detail .content .authors .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg .event-detail .content .authors a:not(.disable), .event-detail .content .authors .is-svg a:hover:not(.disable), .event-detail .content .authors .is-svg .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .event-detail .content .authors .is-svg a:not(.disable), .event-detail .content .authors .is-svg .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .event-detail .content .authors .is-svg a:not(.disable), .is-svg .paginator .button:hover:not(.disable), .is-svg .paginator .theme:not(.toggle-class-active) .container:hover a.button:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg .paginator a.button:not(.disable), .is-svg .paginator .theme:not(.toggle-class-active) .container:hover a.container a.button:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg .paginator a.button:not(.disable), .paginator .is-svg .button:hover:not(.disable), .paginator .is-svg .theme:not(.toggle-class-active) .container:hover a.button:not(.disable), .theme:not(.toggle-class-active) .container:hover .paginator .is-svg a.button:not(.disable), .paginator .is-svg .theme:not(.toggle-class-active) .container:hover a.container a.button:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .paginator .is-svg a.button:not(.disable), .is-svg .paginator .form-pair.file-upload-row .form-control span:hover:not(.disable), .paginator .form-pair.file-upload-row .form-control .is-svg span:hover:not(.disable), .is-svg .form-pair.file-upload-row .form-control .paginator span:hover:not(.disable), .form-pair.file-upload-row .form-control .paginator .is-svg span:hover:not(.disable), .is-svg .section .section-link a:hover:not(.disable), .is-svg .section .section-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg .section .section-link a:not(.disable), .is-svg .section .section-link .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg .section .section-link a:not(.disable), .section .section-link .is-svg a:hover:not(.disable), .section .section-link .is-svg .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .section .section-link .is-svg a:not(.disable), .section .section-link .is-svg .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .section .section-link .is-svg a:not(.disable), .is-svg .card-box .tickets-link a:hover:not(.disable), .is-svg .card-box .tickets-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg .card-box .tickets-link a:not(.disable), .is-svg .card-box .tickets-link .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg .card-box .tickets-link a:not(.disable), .is-svg .artist .tickets-link a:hover:not(.disable), .is-svg .artist .tickets-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg .artist .tickets-link a:not(.disable), .is-svg .artist .tickets-link .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg .artist .tickets-link a:not(.disable), .is-svg .event-terms .term .tickets-link a:hover:not(.disable), .is-svg .event-terms .term .tickets-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg .event-terms .term .tickets-link a:not(.disable), .is-svg .event-terms .term .tickets-link .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg .event-terms .term .tickets-link a:not(.disable), .event-terms .is-svg .term .tickets-link a:hover:not(.disable), .event-terms .is-svg .term .tickets-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .event-terms .is-svg .term .tickets-link a:not(.disable), .event-terms .is-svg .term .tickets-link .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .event-terms .is-svg .term .tickets-link a:not(.disable), .is-svg .event .tickets-link a:hover:not(.disable), .is-svg .event .tickets-link .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg .event .tickets-link a:not(.disable), .is-svg .event .tickets-link .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .is-svg .event .tickets-link a:not(.disable), .card-box .tickets-link .is-svg a:hover:not(.disable), .card-box .tickets-link .is-svg .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .card-box .tickets-link .is-svg a:not(.disable), .card-box .tickets-link .is-svg .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .card-box .tickets-link .is-svg a:not(.disable), .artist .tickets-link .is-svg a:hover:not(.disable), .artist .tickets-link .is-svg .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .artist .tickets-link .is-svg a:not(.disable), .artist .tickets-link .is-svg .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .artist .tickets-link .is-svg a:not(.disable), .event-terms .term .tickets-link .is-svg a:hover:not(.disable), .event-terms .term .tickets-link .is-svg .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .event-terms .term .tickets-link .is-svg a:not(.disable), .event-terms .term .tickets-link .is-svg .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .event-terms .term .tickets-link .is-svg a:not(.disable), .event .tickets-link .is-svg a:hover:not(.disable), .event .tickets-link .is-svg .theme:not(.toggle-class-active) .container:hover a:not(.disable), .theme:not(.toggle-class-active) .container:hover .event .tickets-link .is-svg a:not(.disable), .event .tickets-link .is-svg .theme:not(.toggle-class-active) .container:hover a.container a:not(.disable), .theme:not(.toggle-class-active) .container:hover a.container .event .tickets-link .is-svg a:not(.disable), .is-svg .link-with-arrow.colored, .is-svg .news-item .colored.tickets-link, .news-item .is-svg .colored.tickets-link, .is-svg .ticket .tickets-link a.colored, .ticket .tickets-link .is-svg a.colored, .is-svg .artist-detail .arts a.colored, .artist-detail .arts .is-svg a.colored, .is-svg .colored.term-prev, .is-svg .colored.term-next, .is-svg .event-detail .content .authors a.colored, .event-detail .content .authors .is-svg a.colored, .is-svg .paginator .colored.button, .paginator .is-svg .colored.button, .is-svg .paginator .form-pair.file-upload-row .form-control span.colored, .paginator .form-pair.file-upload-row .form-control .is-svg span.colored, .is-svg .form-pair.file-upload-row .form-control .paginator span.colored, .form-pair.file-upload-row .form-control .paginator .is-svg span.colored, .is-svg .section .section-link a.colored, .section .section-link .is-svg a.colored, .is-svg .card-box .tickets-link a.colored, .is-svg .artist .tickets-link a.colored, .event-terms .term:hover:not(.past):not(.sold-out) .is-svg .card-box .tickets-link a, .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .is-svg .card-box .tickets-link a, .theme:not(.toggle-class-active) .container:hover .event-terms a.term:not(.past):not(.sold-out) .is-svg .card-box .tickets-link a, .event-terms .theme:not(.toggle-class-active) .container:hover a.container a.term:not(.past):not(.sold-out) .is-svg .card-box .tickets-link a, .theme:not(.toggle-class-active) .container:hover a.container .event-terms a.term:not(.past):not(.sold-out) .is-svg .card-box .tickets-link a, .event-terms .term:hover:not(.past):not(.sold-out) .is-svg .artist .tickets-link a, .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .is-svg .artist .tickets-link a, .theme:not(.toggle-class-active) .container:hover .event-terms a.term:not(.past):not(.sold-out) .is-svg .artist .tickets-link a, .event-terms .theme:not(.toggle-class-active) .container:hover a.container a.term:not(.past):not(.sold-out) .is-svg .artist .tickets-link a, .theme:not(.toggle-class-active) .container:hover a.container .event-terms a.term:not(.past):not(.sold-out) .is-svg .artist .tickets-link a, .event-terms .term.current:not(.past):not(.sold-out) .is-svg .card-box .tickets-link a, .event-terms .term.current:not(.past):not(.sold-out) .is-svg .artist .tickets-link a, .is-svg .event-terms .term .tickets-link a.colored, .is-svg .event-terms .term:hover:not(.past):not(.sold-out) .tickets-link a, .is-svg .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .tickets-link a, .theme:not(.toggle-class-active) .container:hover .is-svg .event-terms a.term:not(.past):not(.sold-out) .tickets-link a, .is-svg .event-terms .theme:not(.toggle-class-active) .container:hover a.container a.term:not(.past):not(.sold-out) .tickets-link a, .theme:not(.toggle-class-active) .container:hover a.container .is-svg .event-terms a.term:not(.past):not(.sold-out) .tickets-link a, .is-svg .event-terms .term.current:not(.past):not(.sold-out) .tickets-link a, .event-terms .is-svg .term .tickets-link a.colored, .event-terms .is-svg .term:hover:not(.past):not(.sold-out) .tickets-link a, .event-terms .is-svg .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .tickets-link a, .theme:not(.toggle-class-active) .container:hover .event-terms .is-svg a.term:not(.past):not(.sold-out) .tickets-link a, .event-terms .is-svg .theme:not(.toggle-class-active) .container:hover a.container a.term:not(.past):not(.sold-out) .tickets-link a, .theme:not(.toggle-class-active) .container:hover a.container .event-terms .is-svg a.term:not(.past):not(.sold-out) .tickets-link a, .event-terms .is-svg .term.current:not(.past):not(.sold-out) .tickets-link a, .is-svg .event .tickets-link a.colored, .event-terms .term:hover:not(.past):not(.sold-out) .is-svg .event .tickets-link a, .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .is-svg .event .tickets-link a, .theme:not(.toggle-class-active) .container:hover .event-terms a.term:not(.past):not(.sold-out) .is-svg .event .tickets-link a, .event-terms .theme:not(.toggle-class-active) .container:hover a.container a.term:not(.past):not(.sold-out) .is-svg .event .tickets-link a, .theme:not(.toggle-class-active) .container:hover a.container .event-terms a.term:not(.past):not(.sold-out) .is-svg .event .tickets-link a, .event-terms .term.current:not(.past):not(.sold-out) .is-svg .event .tickets-link a, .card-box .tickets-link .is-svg a.colored, .artist .tickets-link .is-svg a.colored, .event-terms .term .tickets-link .is-svg a.colored, .event-terms .term:hover:not(.past):not(.sold-out) .tickets-link .is-svg a, .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .tickets-link .is-svg a, .theme:not(.toggle-class-active) .container:hover .event-terms a.term:not(.past):not(.sold-out) .tickets-link .is-svg a, .event-terms .theme:not(.toggle-class-active) .container:hover a.container a.term:not(.past):not(.sold-out) .tickets-link .is-svg a, .theme:not(.toggle-class-active) .container:hover a.container .event-terms a.term:not(.past):not(.sold-out) .tickets-link .is-svg a, .event-terms .term.current:not(.past):not(.sold-out) .tickets-link .is-svg a, .event .tickets-link .is-svg a.colored {
  background-image: url(../images/layout/arrow-right-hover.svg);
}

.read-more-link, .read-less-link {
  display: inline-block;
  color: #1d1d1b;
  font-weight: 600;
  position: relative;
}
.read-more-link:before, .read-less-link:before {
  content: "";
  display: inline-block;
  height: 0.5em;
  border-bottom: 2px solid currentColor;
  margin-right: 10px;
  vertical-align: top;
  width: 1em;
}
.read-more-link:after, .read-less-link:after {
  border-right: 2px solid currentColor;
  content: "";
  height: 1em;
  left: 0.5em;
  position: absolute;
  top: 0;
  width: 0;
}
.read-more-link.read-less-link:after, .read-less-link.read-less-link:after {
  opacity: 0;
}

.span-for-media-icon {
  font-size: 14px;
  color: #1d1d1b;
  display: inline-block;
}
.mce-content-body .span-for-media-icon {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .span-for-media-icon {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .span-for-media-icon {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .span-for-media-icon {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .span-for-media-icon {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .span-for-media-icon {
    font-size: 18px;
  }
}

.media-icon {
  display: inline-block;
  background: url(../images/layout/icon-media-audio.svg) no-repeat 0 center;
  background-size: 72px 67px;
  font-weight: normal !important;
  min-height: 67px;
  padding-left: 98px;
  display: flex;
  align-items: center;
}
.media-icon--video {
  background-image: url(../images/layout/icon-media-video.svg);
  background-size: 68px 67px;
}

strong, b {
  font-weight: 600;
}

i, em {
  font-style: italic;
}

a {
  color: #1d1d1b;
  transition: color 0.3s;
  text-decoration: none;
}
a:hover, .theme:not(.toggle-class-active) .container:hover a {
  color: #ff6675;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .h2, .newsletter-fancybox h2, .newsletter-fancybox.fancybox-opened h2, .trailers-popup .title, .news-item .title, .under-page-title, .card-box .title, .artist .title, .event-terms .term .title, .event .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2, .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3, .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4, .h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5, .h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.h1:first-child, .mceContentBody h1:first-child, .mce-content-body h1:first-child, .wysiwyg-content h1:first-child, .h2:first-child, .newsletter-fancybox h2:first-child, .trailers-popup .title:first-child, .news-item .title:first-child, .under-page-title:first-child, .card-box .title:first-child, .artist .title:first-child, .event-terms .term .title:first-child, .event .title:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child, .h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child, .h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child, .h5:first-child, .mceContentBody h5:first-child, .mce-content-body h5:first-child, .wysiwyg-content h5:first-child, .h6:first-child, .mceContentBody h6:first-child, .mce-content-body h6:first-child, .wysiwyg-content h6:first-child {
  margin-top: 0;
}
.h1.no-margin-bottom, .mceContentBody h1.no-margin-bottom, .mce-content-body h1.no-margin-bottom, .wysiwyg-content h1.no-margin-bottom, .h2.no-margin-bottom, .newsletter-fancybox h2.no-margin-bottom, .trailers-popup .no-margin-bottom.title, .news-item .no-margin-bottom.title, .no-margin-bottom.under-page-title, .card-box .no-margin-bottom.title, .artist .no-margin-bottom.title, .event-terms .term .no-margin-bottom.title, .event .no-margin-bottom.title, .mceContentBody h2.no-margin-bottom, .mce-content-body h2.no-margin-bottom, .wysiwyg-content h2.no-margin-bottom, .h3.no-margin-bottom, .mceContentBody h3.no-margin-bottom, .mce-content-body h3.no-margin-bottom, .wysiwyg-content h3.no-margin-bottom, .h4.no-margin-bottom, .mceContentBody h4.no-margin-bottom, .mce-content-body h4.no-margin-bottom, .wysiwyg-content h4.no-margin-bottom, .h5.no-margin-bottom, .mceContentBody h5.no-margin-bottom, .mce-content-body h5.no-margin-bottom, .wysiwyg-content h5.no-margin-bottom, .h6.no-margin-bottom, .mceContentBody h6.no-margin-bottom, .mce-content-body h6.no-margin-bottom, .wysiwyg-content h6.no-margin-bottom {
  margin-bottom: 0;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1 {
  margin-top: 0;
  font-size: 18px;
}

.h2, .newsletter-fancybox h2, .newsletter-fancybox.fancybox-opened h2, .trailers-popup .title, .news-item .title, .under-page-title, .card-box .title, .artist .title, .event-terms .term .title, .event .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1785714286em;
  margin-top: 2em;
  margin-bottom: 1.62em;
  text-align: center;
}
.mce-content-body .h2, .mce-content-body .trailers-popup .title, .trailers-popup .mce-content-body .title, .mce-content-body .news-item .title, .news-item .mce-content-body .title, .mce-content-body .under-page-title, .mce-content-body .card-box .title, .mce-content-body .artist .title, .mce-content-body .event-terms .term .title, .event-terms .mce-content-body .term .title, .mce-content-body .event .title, .card-box .mce-content-body .title, .artist .mce-content-body .title, .event-terms .term .mce-content-body .title, .event .mce-content-body .title, .mce-content-body h2 {
  font-size: 28px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .h2, .newsletter-fancybox h2, .newsletter-fancybox.fancybox-opened h2, .trailers-popup .title, .news-item .title, .under-page-title, .card-box .title, .artist .title, .event-terms .term .title, .event .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 20px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .h2, .newsletter-fancybox h2, .newsletter-fancybox.fancybox-opened h2, .trailers-popup .title, .news-item .title, .under-page-title, .card-box .title, .artist .title, .event-terms .term .title, .event .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .h2, .newsletter-fancybox h2, .newsletter-fancybox.fancybox-opened h2, .trailers-popup .title, .news-item .title, .under-page-title, .card-box .title, .artist .title, .event-terms .term .title, .event .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 24px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .h2, .newsletter-fancybox h2, .newsletter-fancybox.fancybox-opened h2, .trailers-popup .title, .news-item .title, .under-page-title, .card-box .title, .artist .title, .event-terms .term .title, .event .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 26px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .h2, .newsletter-fancybox h2, .newsletter-fancybox.fancybox-opened h2, .trailers-popup .title, .news-item .title, .under-page-title, .card-box .title, .artist .title, .event-terms .term .title, .event .title, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
    font-size: 28px;
  }
}
.h2.left, .newsletter-fancybox h2.left, .trailers-popup .left.title, .news-item .left.title, .left.under-page-title, .card-box .left.title, .artist .left.title, .event-terms .term .left.title, .event .left.title, .mceContentBody h2.left, .mce-content-body h2.left, .wysiwyg-content h2.left {
  text-align: left;
}

.sub-h2-info {
  margin-top: -1em;
  font-weight: 600;
  margin-bottom: 1.89em;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 15px;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 14px;
}

.h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1em;
}

.h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  font-size: 1em;
  font-weight: bold;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

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

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

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

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}

.mceContentBody, .mce-content-body {
  font-size: 22px;
}

.mceContentBody a:not(.link-with-arrow):not(.term-prev):not(.term-next), .mce-content-body a:not(.link-with-arrow):not(.term-prev):not(.term-next), .wysiwyg-content a:not(.link-with-arrow):not(.term-prev):not(.term-next) {
  font-weight: 500;
  color: #ff6675;
}
.mceContentBody ul, .mceContentBody ol, .mce-content-body ul, .mce-content-body ol, .wysiwyg-content ul, .wysiwyg-content ol {
  list-style-position: outside;
  padding-left: 1em;
  margin: 0 0 1em 0;
  /*		ol {
  			li {
  				padding-left: 0;
  			}
  		}*/
}
.mceContentBody ul li, .mceContentBody ol li, .mce-content-body ul li, .mce-content-body ol li, .wysiwyg-content ul li, .wysiwyg-content ol li {
  padding-left: 1em;
}
.mceContentBody ul ul, .mceContentBody ul ol, .mceContentBody ol ul, .mceContentBody ol ol, .mce-content-body ul ul, .mce-content-body ul ol, .mce-content-body ol ul, .mce-content-body ol ol, .wysiwyg-content ul ul, .wysiwyg-content ul ol, .wysiwyg-content ol ul, .wysiwyg-content ol ol {
  margin: 1em 0;
}
.mceContentBody ul, .mce-content-body ul, .wysiwyg-content ul {
  list-style-type: disc;
}
.mceContentBody ol, .mce-content-body ol, .wysiwyg-content ol {
  list-style-type: decimal;
  counter-reset: item;
}
.mceContentBody ol.alpha, .mce-content-body ol.alpha, .wysiwyg-content ol.alpha {
  list-style-type: lower-alpha;
}
.mceContentBody ol.alpha > li, .mce-content-body ol.alpha > li, .wysiwyg-content ol.alpha > li {
  display: list-item;
}
.mceContentBody ol.alpha > li:before, .mce-content-body ol.alpha > li:before, .wysiwyg-content ol.alpha > li:before {
  display: none !important;
}
.mceContentBody > ol li, .mce-content-body > ol li, .wysiwyg-content > ol li {
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1em;
}
.mceContentBody > ol > li, .mce-content-body > ol > li, .wysiwyg-content > ol > li {
  font-weight: 600;
  text-transform: uppercase;
}
.mceContentBody ol > li, .mce-content-body ol > li, .wysiwyg-content ol > li {
  counter-increment: item;
}
.mceContentBody ol ol > li, .mce-content-body ol ol > li, .wysiwyg-content ol ol > li {
  padding-left: 2em;
  display: block;
  position: relative;
}
.mceContentBody ol ol > li:before, .mce-content-body ol ol > li:before, .wysiwyg-content ol ol > li:before {
  content: counters(item, ".") ". ";
  position: absolute;
  left: -1em;
}
.mceContentBody p, .mce-content-body p, .wysiwyg-content p {
  margin-bottom: 1.3em;
}
.mceContentBody p.no-margin, .mce-content-body p.no-margin, .wysiwyg-content p.no-margin {
  margin-bottom: 0;
}
.mceContentBody p.with-indent, .mce-content-body p.with-indent, .wysiwyg-content p.with-indent {
  padding-left: 30px;
}
.mceContentBody p ~ p.with-indent, .mce-content-body p ~ p.with-indent, .wysiwyg-content p ~ p.with-indent {
  margin-top: -1.3em;
}
.mceContentBody ul, .mceContentBody ol, .mceContentBody p, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mce-content-body ul, .mce-content-body ol, .mce-content-body p, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .wysiwyg-content ul, .wysiwyg-content ol, .wysiwyg-content p, .wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
  line-height: 1.27em;
}
.site-wrapper {
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.is-loaded .site-wrapper {
  opacity: 1;
}

* {
  box-sizing: border-box;
  outline: 0;
}

hr {
  border: 0;
  border-bottom: 1px solid #aca8a8;
  margin: 2em 0;
}

.fancybox-title div {
  line-height: 1.3em;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image.placeholder a {
  display: block;
  background: #ff6675;
  color: #fff;
  position: relative;
}
.image.placeholder span {
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.mce-content-body .image.placeholder span {
  font-size: 40px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .image.placeholder span {
    font-size: 30.4px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .image.placeholder span {
    font-size: 32.8px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .image.placeholder span {
    font-size: 35.2px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .image.placeholder span {
    font-size: 37.6px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .image.placeholder span {
    font-size: 40px;
  }
}
.image.placeholder img {
  visibility: hidden;
}

.card-box, .artist, .event-terms .term, .event {
  background-color: #f2f2f2;
  position: relative;
}
.card-box .sizer, .artist .sizer, .event-terms .term .sizer, .event .sizer {
  background-color: #f2f2f2;
  height: 100%;
  transition: all 0.3s;
}
.mouse-device .card-box:hover, .mouse-device .theme:not(.toggle-class-active) .container:hover a.card-box, .theme:not(.toggle-class-active) .container:hover .mouse-device a.card-box, .mouse-device .artist:hover, .mouse-device .theme:not(.toggle-class-active) .container:hover a.artist, .theme:not(.toggle-class-active) .container:hover .mouse-device a.artist, .mouse-device .event-terms .term:hover, .mouse-device .event-terms .theme:not(.toggle-class-active) .container:hover a.term, .theme:not(.toggle-class-active) .container:hover .mouse-device .event-terms a.term, .event-terms .mouse-device .term:hover, .event-terms .mouse-device .theme:not(.toggle-class-active) .container:hover a.term, .theme:not(.toggle-class-active) .container:hover .event-terms .mouse-device a.term, .mouse-device .event:hover, .mouse-device .theme:not(.toggle-class-active) .container:hover a.event, .theme:not(.toggle-class-active) .container:hover .mouse-device a.event {
  z-index: 1;
}
.mouse-device .card-box:hover .sizer, .mouse-device .theme:not(.toggle-class-active) .container:hover a.card-box .sizer, .theme:not(.toggle-class-active) .container:hover .mouse-device a.card-box .sizer, .mouse-device .artist:hover .sizer, .mouse-device .theme:not(.toggle-class-active) .container:hover a.artist .sizer, .theme:not(.toggle-class-active) .container:hover .mouse-device a.artist .sizer, .mouse-device .event-terms .term:hover .sizer, .mouse-device .event-terms .theme:not(.toggle-class-active) .container:hover a.term .sizer, .theme:not(.toggle-class-active) .container:hover .mouse-device .event-terms a.term .sizer, .event-terms .mouse-device .term:hover .sizer, .event-terms .mouse-device .theme:not(.toggle-class-active) .container:hover a.term .sizer, .theme:not(.toggle-class-active) .container:hover .event-terms .mouse-device a.term .sizer, .mouse-device .event:hover .sizer, .mouse-device .theme:not(.toggle-class-active) .container:hover a.event .sizer, .theme:not(.toggle-class-active) .container:hover .mouse-device a.event .sizer {
  -webkit-box-shadow: 3px 3px 7px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 7px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 7px -1px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}
.mouse-device .card-box:hover .sizer .image img, .mouse-device .theme:not(.toggle-class-active) .container:hover a.card-box .sizer .image img, .theme:not(.toggle-class-active) .container:hover .mouse-device a.card-box .sizer .image img, .mouse-device .artist:hover .sizer .image img, .mouse-device .theme:not(.toggle-class-active) .container:hover a.artist .sizer .image img, .theme:not(.toggle-class-active) .container:hover .mouse-device a.artist .sizer .image img, .mouse-device .event-terms .term:hover .sizer .image img, .mouse-device .event-terms .theme:not(.toggle-class-active) .container:hover a.term .sizer .image img, .theme:not(.toggle-class-active) .container:hover .mouse-device .event-terms a.term .sizer .image img, .event-terms .mouse-device .term:hover .sizer .image img, .event-terms .mouse-device .theme:not(.toggle-class-active) .container:hover a.term .sizer .image img, .theme:not(.toggle-class-active) .container:hover .event-terms .mouse-device a.term .sizer .image img, .mouse-device .event:hover .sizer .image img, .mouse-device .theme:not(.toggle-class-active) .container:hover a.event .sizer .image img, .theme:not(.toggle-class-active) .container:hover .mouse-device a.event .sizer .image img {
  filter: none;
}
.mouse-device .card-box:hover .sizer .image .clr, .mouse-device .theme:not(.toggle-class-active) .container:hover a.card-box .sizer .image .clr, .theme:not(.toggle-class-active) .container:hover .mouse-device a.card-box .sizer .image .clr, .mouse-device .artist:hover .sizer .image .clr, .mouse-device .theme:not(.toggle-class-active) .container:hover a.artist .sizer .image .clr, .theme:not(.toggle-class-active) .container:hover .mouse-device a.artist .sizer .image .clr, .mouse-device .event-terms .term:hover .sizer .image .clr, .mouse-device .event-terms .theme:not(.toggle-class-active) .container:hover a.term .sizer .image .clr, .theme:not(.toggle-class-active) .container:hover .mouse-device .event-terms a.term .sizer .image .clr, .event-terms .mouse-device .term:hover .sizer .image .clr, .event-terms .mouse-device .theme:not(.toggle-class-active) .container:hover a.term .sizer .image .clr, .theme:not(.toggle-class-active) .container:hover .event-terms .mouse-device a.term .sizer .image .clr, .mouse-device .event:hover .sizer .image .clr, .mouse-device .theme:not(.toggle-class-active) .container:hover a.event .sizer .image .clr, .theme:not(.toggle-class-active) .container:hover .mouse-device a.event .sizer .image .clr {
  opacity: 1;
}
.mouse-device .card-box:hover .sizer .text, .mouse-device .theme:not(.toggle-class-active) .container:hover a.card-box .sizer .text, .theme:not(.toggle-class-active) .container:hover .mouse-device a.card-box .sizer .text, .mouse-device .artist:hover .sizer .text, .mouse-device .theme:not(.toggle-class-active) .container:hover a.artist .sizer .text, .theme:not(.toggle-class-active) .container:hover .mouse-device a.artist .sizer .text, .mouse-device .event-terms .term:hover .sizer .text, .mouse-device .event-terms .theme:not(.toggle-class-active) .container:hover a.term .sizer .text, .theme:not(.toggle-class-active) .container:hover .mouse-device .event-terms a.term .sizer .text, .event-terms .mouse-device .term:hover .sizer .text, .event-terms .mouse-device .theme:not(.toggle-class-active) .container:hover a.term .sizer .text, .theme:not(.toggle-class-active) .container:hover .event-terms .mouse-device a.term .sizer .text, .mouse-device .event:hover .sizer .text, .mouse-device .theme:not(.toggle-class-active) .container:hover a.event .sizer .text, .theme:not(.toggle-class-active) .container:hover .mouse-device a.event .sizer .text {
  transform: scale(0.952380952);
}
.mouse-device .card-box:hover .sizer .tickets-link, .mouse-device .theme:not(.toggle-class-active) .container:hover a.card-box .sizer .tickets-link, .theme:not(.toggle-class-active) .container:hover .mouse-device a.card-box .sizer .tickets-link, .mouse-device .artist:hover .sizer .tickets-link, .mouse-device .theme:not(.toggle-class-active) .container:hover a.artist .sizer .tickets-link, .theme:not(.toggle-class-active) .container:hover .mouse-device a.artist .sizer .tickets-link, .mouse-device .event-terms .term:hover .sizer .tickets-link, .mouse-device .event-terms .theme:not(.toggle-class-active) .container:hover a.term .sizer .tickets-link, .theme:not(.toggle-class-active) .container:hover .mouse-device .event-terms a.term .sizer .tickets-link, .event-terms .mouse-device .term:hover .sizer .tickets-link, .event-terms .mouse-device .theme:not(.toggle-class-active) .container:hover a.term .sizer .tickets-link, .theme:not(.toggle-class-active) .container:hover .event-terms .mouse-device a.term .sizer .tickets-link, .mouse-device .event:hover .sizer .tickets-link, .mouse-device .theme:not(.toggle-class-active) .container:hover a.event .sizer .tickets-link, .theme:not(.toggle-class-active) .container:hover .mouse-device a.event .sizer .tickets-link {
  display: block;
}
.mouse-device .card-box.with-tickets-link .text, .mouse-device .with-tickets-link.artist .text, .mouse-device .event-terms .with-tickets-link.term .text, .event-terms .mouse-device .with-tickets-link.term .text, .mouse-device .with-tickets-link.event .text {
  padding-bottom: 0.8em;
}
.mouse-device .card-box.with-tickets-link .cover-link, .mouse-device .with-tickets-link.artist .cover-link, .mouse-device .event-terms .with-tickets-link.term .cover-link, .event-terms .mouse-device .with-tickets-link.term .cover-link, .mouse-device .with-tickets-link.event .cover-link {
  bottom: 0;
}
.card-box .image, .artist .image, .event-terms .term .image, .event .image {
  position: relative;
}
.card-box .image.video, .artist .image.video, .event-terms .term .image.video, .event .image.video {
  z-index: 1;
}
.card-box .image img, .artist .image img, .event-terms .term .image img, .event .image img {
  filter: grayscale(1);
  transition: all 0.3s;
}
.card-box .image .bw, .artist .image .bw, .event-terms .term .image .bw, .event .image .bw {
  filter: none;
}
.card-box .image .clr, .artist .image .clr, .event-terms .term .image .clr, .event .image .clr {
  position: absolute;
  top: 0;
  left: 0;
  filter: none;
  opacity: 0;
}
.card-box .term, .artist .term, .event-terms .term .term, .event .term, .card-box .date, .artist .date, .event-terms .term .date, .event .date {
  font-size: 14px;
  font-weight: 600;
}
.mce-content-body .card-box .term, .mce-content-body .artist .term, .mce-content-body .event-terms .term .term, .event-terms .mce-content-body .term .term, .mce-content-body .event .term, .mce-content-body .card-box .date, .mce-content-body .artist .date, .mce-content-body .event-terms .term .date, .event-terms .mce-content-body .term .date, .mce-content-body .event .date {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .card-box .term, .artist .term, .event-terms .term .term, .event .term, .card-box .date, .artist .date, .event-terms .term .date, .event .date {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .card-box .term, .artist .term, .event-terms .term .term, .event .term, .card-box .date, .artist .date, .event-terms .term .date, .event .date {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .card-box .term, .artist .term, .event-terms .term .term, .event .term, .card-box .date, .artist .date, .event-terms .term .date, .event .date {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .card-box .term, .artist .term, .event-terms .term .term, .event .term, .card-box .date, .artist .date, .event-terms .term .date, .event .date {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .card-box .term, .artist .term, .event-terms .term .term, .event .term, .card-box .date, .artist .date, .event-terms .term .date, .event .date {
    font-size: 18px;
  }
}
.card-box .title, .artist .title, .event-terms .term .title, .event .title {
  font-size: 18px;
  color: #ff6675;
  margin: 0;
  margin-bottom: 5px;
  text-align: left;
}
.mce-content-body .card-box .title, .mce-content-body .artist .title, .mce-content-body .event-terms .term .title, .event-terms .mce-content-body .term .title, .mce-content-body .event .title {
  font-size: 28px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .card-box .title, .artist .title, .event-terms .term .title, .event .title {
    font-size: 20px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .card-box .title, .artist .title, .event-terms .term .title, .event .title {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .card-box .title, .artist .title, .event-terms .term .title, .event .title {
    font-size: 24px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .card-box .title, .artist .title, .event-terms .term .title, .event .title {
    font-size: 26px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .card-box .title, .artist .title, .event-terms .term .title, .event .title {
    font-size: 28px;
  }
}
.card-box .location, .artist .location, .event-terms .term .location, .event .location {
  font-size: 14px;
  margin-bottom: 1em;
}
.mce-content-body .card-box .location, .mce-content-body .artist .location, .mce-content-body .event-terms .term .location, .event-terms .mce-content-body .term .location, .mce-content-body .event .location {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .card-box .location, .artist .location, .event-terms .term .location, .event .location {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .card-box .location, .artist .location, .event-terms .term .location, .event .location {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .card-box .location, .artist .location, .event-terms .term .location, .event .location {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .card-box .location, .artist .location, .event-terms .term .location, .event .location {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .card-box .location, .artist .location, .event-terms .term .location, .event .location {
    font-size: 18px;
  }
}
.card-box .composers, .artist .composers, .event-terms .term .composers, .event .composers {
  font-size: 14px;
  font-weight: 600;
  min-height: 2.4em;
}
.mce-content-body .card-box .composers, .mce-content-body .artist .composers, .mce-content-body .event-terms .term .composers, .event-terms .mce-content-body .term .composers, .mce-content-body .event .composers {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .card-box .composers, .artist .composers, .event-terms .term .composers, .event .composers {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .card-box .composers, .artist .composers, .event-terms .term .composers, .event .composers {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .card-box .composers, .artist .composers, .event-terms .term .composers, .event .composers {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .card-box .composers, .artist .composers, .event-terms .term .composers, .event .composers {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .card-box .composers, .artist .composers, .event-terms .term .composers, .event .composers {
    font-size: 18px;
  }
}
.card-box .descr, .artist .descr, .event-terms .term .descr, .event .descr {
  font-size: 14px;
  margin-bottom: 1em;
}
.mce-content-body .card-box .descr, .mce-content-body .artist .descr, .mce-content-body .event-terms .term .descr, .event-terms .mce-content-body .term .descr, .mce-content-body .event .descr {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .card-box .descr, .artist .descr, .event-terms .term .descr, .event .descr {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .card-box .descr, .artist .descr, .event-terms .term .descr, .event .descr {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .card-box .descr, .artist .descr, .event-terms .term .descr, .event .descr {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .card-box .descr, .artist .descr, .event-terms .term .descr, .event .descr {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .card-box .descr, .artist .descr, .event-terms .term .descr, .event .descr {
    font-size: 18px;
  }
}
.card-box .tags, .artist .tags, .event-terms .term .tags, .event .tags {
  font-size: 14px;
  /*min-height: 2.4em;*/
  margin-bottom: 1em;
}
.mce-content-body .card-box .tags, .mce-content-body .artist .tags, .mce-content-body .event-terms .term .tags, .event-terms .mce-content-body .term .tags, .mce-content-body .event .tags {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .card-box .tags, .artist .tags, .event-terms .term .tags, .event .tags {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .card-box .tags, .artist .tags, .event-terms .term .tags, .event .tags {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .card-box .tags, .artist .tags, .event-terms .term .tags, .event .tags {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .card-box .tags, .artist .tags, .event-terms .term .tags, .event .tags {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .card-box .tags, .artist .tags, .event-terms .term .tags, .event .tags {
    font-size: 18px;
  }
}
.card-box .tickets-link, .artist .tickets-link, .event-terms .term .tickets-link, .event .tickets-link {
  padding: 0 20px;
  display: none;
  position: absolute;
  bottom: 0.5em;
  z-index: 1;
}
.card-box .content, .artist .content, .event-terms .term .content, .event .content, .card-box .cntnt, .artist .cntnt, .event-terms .term .cntnt, .event .cntnt {
  padding: 20px;
  position: relative;
}
.card-box .text, .artist .text, .event-terms .term .text, .event .text {
  transition: all 0.3s;
  transform-origin: top left;
}
.card-box .cover-link, .artist .cover-link, .event-terms .term .cover-link, .event .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gray-layout {
  background: #d9d9d9;
}
.gray-layout .page-title {
  background-image: url(../landing/title-white.png);
}
.gray-layout .card-box, .gray-layout .artist, .gray-layout .event-terms .term, .event-terms .gray-layout .term, .gray-layout .event {
  background: #fff;
}
.gray-layout .card-box .sizer, .gray-layout .artist .sizer, .gray-layout .event-terms .term .sizer, .event-terms .gray-layout .term .sizer, .gray-layout .event .sizer {
  background: #fff;
}

.section-gray .card-box, .section-gray .artist, .section-gray .event-terms .term, .event-terms .section-gray .term, .section-gray .event {
  background: #fff;
}
.section-gray .card-box .sizer, .section-gray .artist .sizer, .section-gray .event-terms .term .sizer, .event-terms .section-gray .term .sizer, .section-gray .event .sizer {
  background: #fff;
}

.under-page-title + .mycontainer--media-icons {
  padding-top: 1.1em;
}

.under-title-icons {
  text-align: center;
  margin-top: -1.5em;
  margin-bottom: 1em;
}
.under-title-icons .icon {
  color: #ff6675;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 50px;
  padding-top: 88px;
  text-transform: uppercase;
  text-align: center;
  min-width: 72px;
}
.under-title-icons .icon.icon-audio {
  background: url(../images/layout/icon-media-audio.svg) no-repeat center 0;
  background-size: 72px 72px;
}
.under-title-icons .icon.icon-video {
  background: url(../images/layout/icon-media-video.svg) no-repeat center 0;
}
.under-title-icons .icon.icon-gallery {
  background: url(../images/layout/icon-media-photo.svg) no-repeat center 0;
}

.button.white, .form-pair.file-upload-row .form-control span.white, .button.pink, .form-pair.file-upload-row .form-control span.pink, input.button, button.button {
  border: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 3.69em;
  line-height: 1em;
  padding: 1em 0 1.69em;
  width: 15.31em;
  white-space: nowrap;
  text-transform: lowercase;
}
.mce-content-body .button.white, .mce-content-body .form-pair.file-upload-row .form-control span.white, .form-pair.file-upload-row .form-control .mce-content-body span.white, .mce-content-body .button.pink, .mce-content-body .form-pair.file-upload-row .form-control span.pink, .form-pair.file-upload-row .form-control .mce-content-body span.pink, .mce-content-body input.button, .mce-content-body button.button {
  font-size: 22px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .button.white, .form-pair.file-upload-row .form-control span.white, .button.pink, .form-pair.file-upload-row .form-control span.pink, input.button, button.button {
    font-size: 15.6px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .button.white, .form-pair.file-upload-row .form-control span.white, .button.pink, .form-pair.file-upload-row .form-control span.pink, input.button, button.button {
    font-size: 17.2px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .button.white, .form-pair.file-upload-row .form-control span.white, .button.pink, .form-pair.file-upload-row .form-control span.pink, input.button, button.button {
    font-size: 18.8px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .button.white, .form-pair.file-upload-row .form-control span.white, .button.pink, .form-pair.file-upload-row .form-control span.pink, input.button, button.button {
    font-size: 20.4px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .button.white, .form-pair.file-upload-row .form-control span.white, .button.pink, .form-pair.file-upload-row .form-control span.pink, input.button, button.button {
    font-size: 22px;
  }
}
.button.with-arrow:before, .form-pair.file-upload-row .form-control span.with-arrow:before, input.button:before, button.button:before {
  content: "";
  display: inline-block;
  height: 0.81em;
  margin-right: 0.58em;
  vertical-align: middle;
  width: 0.92em;
  background-size: contain !important;
}
.button.with-arrow:hover:before, .theme:not(.toggle-class-active) .container:hover a.button.with-arrow:before, .form-pair.file-upload-row .form-control span.with-arrow:hover:before, input.button:hover:before, button.button:hover:before {
  /*background-image: url(../images/layout/arrow-right-hover.png);*/
}
.button.white, .form-pair.file-upload-row .form-control span.white {
  background: url(../images/layout/button-white.png) no-repeat center center;
  background-size: contain !important;
}
.button.white:before, .form-pair.file-upload-row .form-control span.white:before {
  background: url(../images/layout/arrow-right.png) no-repeat 0 0;
}
.button.white:hover:before, .theme:not(.toggle-class-active) .container:hover a.button.white:before, .form-pair.file-upload-row .form-control span.white:hover:before {
  background-image: url(../images/layout/arrow-right-hover.png);
}
.button.pink, .form-pair.file-upload-row .form-control span.pink, input.button, button.button {
  background: url(../images/layout/button-pink.png) no-repeat center center;
  background-size: contain !important;
  color: #fff;
}
.button.pink.with-arrow, .form-pair.file-upload-row .form-control span.pink.with-arrow, input.button, button.button {
  /*			&:hover:before {
  				background-image: url(../images/layout/arrow-right-hover.png);
  			}*/
}
.button.pink.with-arrow:before, .form-pair.file-upload-row .form-control span.pink.with-arrow:before, input.button:before, button.button:before {
  background: url(../images/layout/arrow-right-white.png) no-repeat 0 0;
}

.downloads {
  text-align: center;
  margin-bottom: 2em;
}

.wysiwyg-content .read-more-link.shown {
  display: none;
}
.wysiwyg-content .after-read-more {
  display: none;
}
.wysiwyg-content .after-read-more.show {
  display: block;
}

/*---------------------------------------------
-- form
---------------------------------------------*/
input.text, textarea {
  font-family: futura-pt, Arial;
  font-size: 18px;
}
.mce-content-body input.text, .mce-content-body textarea {
  font-size: 26px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  input.text, textarea {
    font-size: 19.6px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  input.text, textarea {
    font-size: 21.2px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  input.text, textarea {
    font-size: 22.8px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  input.text, textarea {
    font-size: 24.4px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  input.text, textarea {
    font-size: 26px;
  }
}

input.text, textarea {
  background: #fff;
  border: 0;
  color: #1d1d1b;
  padding: 15px 22px;
  width: 100%;
}

textarea {
  height: 230px;
}

.required-hint {
  font-size: 14px;
  text-align: right;
  margin-bottom: 0.5em;
}
.mce-content-body .required-hint {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .required-hint {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .required-hint {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .required-hint {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .required-hint {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .required-hint {
    font-size: 18px;
  }
}
.required-hint:after {
  margin-left: 0.3em;
  content: "*";
  color: #dd0000;
  display: inline-block;
}

.form-pair {
  margin-bottom: 2%;
  position: relative;
}
.form-pair .form-label {
  font-size: 14px;
  position: absolute;
  top: 15px;
  left: 22px;
  line-height: 1em;
  transition: all 0.3s;
}
.mce-content-body .form-pair .form-label {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .form-pair .form-label {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .form-pair .form-label {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .form-pair .form-label {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .form-pair .form-label {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .form-pair .form-label {
    font-size: 18px;
  }
}
.form-pair.required .form-label {
  white-space: nowrap;
}
.form-pair.required .form-label:after {
  margin-left: 0.3em;
  content: "*";
  color: #dd0000;
  display: inline-block;
}
.form-pair.focused .form-label {
  top: 9px;
  font-size: 0.6em;
}
.form-pair.file-upload-row {
  display: flex;
  align-items: top;
}
.form-pair.file-upload-row .form-label {
  padding-top: 1em;
  padding-left: 0.85em;
  margin-right: 1em;
  position: static;
}
.form-pair.file-upload-row .form-control {
  position: relative;
}
.form-pair.file-upload-row .form-control span {
  background: #ff6675;
  border: 0;
  color: #fff;
}
.form-pair.file-upload-row .form-control em {
  color: #999;
  display: block;
  font-style: normal;
  margin-top: 0.5em;
}
.form-pair.file-upload-row input {
  background: none;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.01;
  padding: 0 !important;
  position: absolute;
}
.form-pair input.text, .form-pair textarea {
  padding-top: 38px;
}
.form-pair.multi {
  text-align: center;
}
.form-pair .button, .form-pair input.button, .form-pair button.button, .form-pair.file-upload-row .form-control span {
  padding-left: 5em;
  padding-right: 5em;
}

/*---------------------------------------------
-- header
---------------------------------------------*/
.menu-open header .logo {
  z-index: 600;
}
.menu-open header .logo .logo-light {
  display: none;
}
.menu-open header .logo .logo-dark {
  display: block;
}
.menu-open .menu-switcher {
  color: #1d1d1b !important;
  z-index: 600;
}
.menu-open .menu-switcher:before {
  transform: rotate(45deg) translate(10px, 3px);
  width: 25px;
}
.menu-open .menu-switcher span {
  opacity: 0;
  width: 1px;
}
.menu-open .menu-switcher:after {
  transform: rotate(-45deg) translate(3px, 2px);
  width: 25px;
}

.menu-switcher {
  box-sizing: content-box;
  color: #1d1d1b;
  padding: 20px;
  width: 18px;
  /*	&:before {
  		width: 25px;
  	}

  	span {
  		width: 18px;
  	}

  	&:after {
  		width: 35px;
  	}*/
}
.fixed .menu-switcher {
  color: #1d1d1b !important;
}
.menu-switcher:after, .menu-switcher:before {
  content: "";
}
.menu-switcher span, .menu-switcher:after, .menu-switcher:before {
  border-bottom: 1px solid currentColor;
  display: block;
  float: right;
  margin-bottom: 4px;
  transition: all 0.5s;
  width: 100%;
}

.is-home .menu-switcher {
  color: #fff;
}

header .mycontainer {
  max-width: none;
}
header .logo {
  font-size: 23px;
}
header .logo a {
  color: #1d1d1b;
}
header .logo .svg-pair {
  display: block;
}
header .logo img {
  display: none;
}
header .menu a {
  display: block;
  line-height: 35px;
  padding: 7px 12px;
}
header .menu a > span {
  display: inline-block;
  line-height: 1.2em;
}
header .desktop-menu .menu > li:hover > a > span {
  color: #ff6675;
}
header .desktop-menu .menu > .active:not(.not-active) > a > span, header .desktop-menu .menu > .in-path:not(.not-active) > a > span {
  color: #ff6675;
}

.is-home header .menu a, .is-home .locale-switcher a {
  color: #fff;
}
.is-home header .menu a:hover, .is-home header .menu .theme:not(.toggle-class-active) .container:hover a, .theme:not(.toggle-class-active) .container:hover .is-home header .menu a, .is-home .locale-switcher a:hover, .is-home .locale-switcher .theme:not(.toggle-class-active) .container:hover a, .theme:not(.toggle-class-active) .container:hover .is-home .locale-switcher a {
  color: #fff;
}
.is-home header .nav-part:not(.fixed) .logo span {
  display: none;
}
.is-home header .nav-part:not(.fixed) .logo img {
  display: block;
}
.is-home header .nav-part:not(.fixed) .logo a {
  color: #fff;
}
.is-home header .nav-part:not(.fixed) .logo .desktop {
  max-width: 140px;
}
.is-home header .nav-part:not(.fixed) .logo .desktop img {
  width: 100%;
}
.is-home header .nav-part:not(.fixed) .desktop-menu .menu > li:hover > a > span {
  color: #fff;
}
.is-home header .nav-part:not(.fixed) .desktop-menu .menu > .active:not(.not-active) > a > span, .is-home header .nav-part:not(.fixed) .desktop-menu .menu > .in-path:not(.not-active) > a > span {
  color: #fff;
}
.is-home header .nav-part:not(.fixed) .locale-switcher a:hover, .is-home header .nav-part:not(.fixed) .locale-switcher .theme:not(.toggle-class-active) .container:hover a, .theme:not(.toggle-class-active) .container:hover .is-home header .nav-part:not(.fixed) .locale-switcher a {
  color: #fff;
}

header .menu a, .locale-switcher a {
  color: #1d1d1b;
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mce-content-body header .menu a, .mce-content-body .locale-switcher a {
  font-size: 16px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  header .menu a, .locale-switcher a {
    font-size: 15.2px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  header .menu a, .locale-switcher a {
    font-size: 15.4px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  header .menu a, .locale-switcher a {
    font-size: 15.6px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  header .menu a, .locale-switcher a {
    font-size: 15.8px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  header .menu a, .locale-switcher a {
    font-size: 16px;
  }
}
header .menu a > span, .locale-switcher a > span {
  border-bottom: 1px solid transparent;
}
header .menu a:hover, header .menu .theme:not(.toggle-class-active) .container:hover a, .theme:not(.toggle-class-active) .container:hover header .menu a, .locale-switcher a:hover, .locale-switcher .theme:not(.toggle-class-active) .container:hover a, .theme:not(.toggle-class-active) .container:hover .locale-switcher a {
  color: #ff6675;
}
header .menu a:hover > span, header .menu .theme:not(.toggle-class-active) .container:hover a > span, .theme:not(.toggle-class-active) .container:hover header .menu a > span, header .menu .theme:not(.toggle-class-active) .container:hover a.container a > span, .locale-switcher a:hover > span, .locale-switcher .theme:not(.toggle-class-active) .container:hover a > span, .theme:not(.toggle-class-active) .container:hover .locale-switcher a > span, .locale-switcher .theme:not(.toggle-class-active) .container:hover a.container a > span {
  border-bottom-color: currentColor;
}

.nav-part {
  padding: 17px 0 6px 0;
}

.nav-part.fixed {
  background: #fff;
  /*	padding-bottom: 12px;
  	padding-top: 6px;*/
  position: fixed !important;
  width: 100%;
}
.nav-part.fixed .logo-dark {
  display: block;
}
.nav-part.fixed .logo-light {
  display: none;
}
.nav-part.fixed .desktop-menu .menu > li > ul {
  background: #fff;
}

.nav-part.fixed .menu a, .nav-part.fixed .locale-switcher a, .mobile-menu .menu a, .mobile-menu .locale-switcher a {
  color: #1d1d1b !important;
}

.mobile-menu {
  padding: 0 20px;
  text-align: center;
}
.mobile-menu .menu {
  margin-bottom: 47px;
}
.mobile-menu .menu a span {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu .menu > li {
  /*border-bottom: 1px solid $colorBorderGray;*/
}
.mobile-menu .submenu li {
  background: #f2f2f2;
  /*margin-bottom: 1px;*/
}
.mobile-menu .submenu a {
  text-transform: none;
}
.mobile-menu .with-sub {
  position: relative;
}
.mobile-menu .with-sub.submenu-open:after {
  transform: rotate(-45deg);
  top: 13px;
}
.mobile-menu .with-sub:after {
  border: 1px solid #1d1d1b;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 12px;
  transform: rotate(135deg);
  transform-origin: center;
  transition: all 0.5s;
  width: 13px;
}

.locale-switcher {
  font-size: 15px;
}
.locale-switcher .locale {
  display: inline-block;
  margin-left: 0.5em;
}
.locale-switcher .active {
  display: none;
}

/*---------------------------------------------
-- slideshow
---------------------------------------------*/
.slideshow {
  position: relative;
}
.slideshow .slide, .slideshow .slide-mobile {
  /*padding-top: 62.291666667%;*/
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.slideshow .slide.cycle-sentinel, .slideshow .slide-mobile.cycle-sentinel {
  position: relative !important;
}
.slideshow .slide-mobile .skew {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slideshow .slide-mobile .skew svg {
  fill: #fff;
}
@media (orientation: portrait) {
  .slideshow .slide-mobile {
    /*background: none;*/
  }
}
@media (orientation: landscape) {
  .slideshow .slide-mobile {
    background: none !important;
  }
}
.slideshow .position {
  position: relative;
  width: 100%;
  height: 100%;
}
.slideshow .mycontainer {
  height: 100%;
}
.slideshow .mycontainer > div {
  height: 100%;
  position: relative;
}
.slideshow .content {
  bottom: 14%;
  color: #fff;
  position: absolute;
  width: 100%;
}
.slideshow .content .texts {
  max-width: 850px;
}
.slideshow .hashtag, .slideshow .text {
  font-size: 18px;
  font-weight: 600;
}
.mce-content-body .slideshow .hashtag, .mce-content-body .slideshow .text {
  font-size: 28px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .slideshow .hashtag, .slideshow .text {
    font-size: 20px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .slideshow .hashtag, .slideshow .text {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .slideshow .hashtag, .slideshow .text {
    font-size: 24px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .slideshow .hashtag, .slideshow .text {
    font-size: 26px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .slideshow .hashtag, .slideshow .text {
    font-size: 28px;
  }
}
.slideshow .title {
  font-size: 40px;
  line-height: 1em;
  margin: 0.3em 0;
}
.mce-content-body .slideshow .title {
  font-size: 90px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .slideshow .title {
    font-size: 50px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .slideshow .title {
    font-size: 60px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .slideshow .title {
    font-size: 70px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .slideshow .title {
    font-size: 80px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .slideshow .title {
    font-size: 90px;
  }
}
.slideshow .text {
  margin-bottom: 10px;
  max-width: 900px;
}
.slideshow .perex {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2.8em;
}
.mce-content-body .slideshow .perex {
  font-size: 28px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .slideshow .perex {
    font-size: 20px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .slideshow .perex {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .slideshow .perex {
    font-size: 24px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .slideshow .perex {
    font-size: 26px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .slideshow .perex {
    font-size: 28px;
  }
}
.slideshow .button-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.slideshow .slideshow-pager {
  text-align: center;
}
.slideshow .slideshow-pager > span {
  border-radius: 50%;
  background: #fff;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin: 0 7px;
  width: 21px;
}
.slideshow .slideshow-pager > span:not(.cycle-pager-active) {
  opacity: 0.3;
}

/*---------------------------------------------
-- obecne
---------------------------------------------*/
.main-section {
  padding-top: 2.2em;
  padding-bottom: 2.5em;
  position: relative;
  z-index: 1;
}
.is-home .main-section {
  padding-top: 1em;
  padding-bottom: 0;
}

.skew {
  position: relative;
  padding-top: 4.25%;
}
.skew:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.skew svg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.section-wrapper {
  position: relative;
}
.section-wrapper .section, .section-wrapper footer {
  position: relative;
  z-index: 1;
}
.section-wrapper.dark {
  margin-top: -4.25%;
}
.section-wrapper.dark .skew svg {
  fill: #1d1d1b;
}
.section-wrapper.gray .skew {
  transform: scaleX(-1);
}
.section-wrapper.gray .skew svg {
  fill: #e8e8e8;
}
.section-wrapper.gray .skew:last-child {
  transform: rotate(180deg);
}

.section {
  padding: 2.5em 0;
  /*	&.last {
  		margin-bottom: 2.5em;
  	}*/
}
.section.after-title {
  padding-top: 35px;
}
.section.after-subtitle {
  padding-top: 20px;
}
.section.last {
  padding-bottom: 4em;
}
.section.section-white .section-title, .section.section-white .page-title {
  background-image: url(../images/layout/title-gray.png);
}
.section.section-gray {
  background: #e8e8e8;
}
.section.section-gray .section-title, .section.section-gray .page-title {
  background-image: url(../images/layout/title-white.png);
}
.section .section-link {
  text-align: center;
}
.section-title, .page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8.44444em 2.355555em;
  font-size: 22px;
  line-height: 1.3em;
  line-height: 1em;
  margin-bottom: 1.3em;
  min-height: 2.355555em;
  padding: 0.33333em 0 0.8em;
  text-align: center;
}
.mce-content-body .section-title, .mce-content-body .page-title {
  font-size: 40px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .section-title, .page-title {
    font-size: 25.6px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .section-title, .page-title {
    font-size: 29.2px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .section-title, .page-title {
    font-size: 32.8px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .section-title, .page-title {
    font-size: 36.4px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .section-title, .page-title {
    font-size: 40px;
  }
}
.mce-content-body .section-title, .mce-content-body .page-title {
  line-height: 1em;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .section-title, .page-title {
    line-height: 1.24em;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .section-title, .page-title {
    line-height: 1.18em;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .section-title, .page-title {
    line-height: 1.12em;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .section-title, .page-title {
    line-height: 1.06em;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .section-title, .page-title {
    line-height: 1em;
  }
}

.page-title {
  background-image: url(../images/layout/title-gray.png);
}

@media (max-width: 620px) {
  .section-title, .page-title {
    padding: 9px 0 16px;
  }
}
.under-page-title {
  margin-top: -2em;
  text-align: center;
}

.filter {
  margin-top: -1.3em;
  margin-bottom: 1em;
  text-align: center;
}
.filter.no-postitioning-up {
  margin-top: 0;
}
.section .filter {
  margin-bottom: 2.5em;
}
.filter > li {
  display: inline-block;
}
.filter .active a {
  color: #ff6675;
}
.filter a {
  color: #1d1d1b;
  font-weight: 600;
  display: block;
  padding: 0 25px;
  font-size: 14px;
  text-transform: lowercase;
}
.mce-content-body .filter a {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .filter a {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .filter a {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .filter a {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .filter a {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .filter a {
    font-size: 18px;
  }
}
.filter a:hover, .filter .theme:not(.toggle-class-active) .container:hover a, .theme:not(.toggle-class-active) .container:hover .filter a {
  color: #ff6675;
}
.filter .nice-select {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #1d1d1b !important;
  display: block;
  font-size: 14px;
  float: none;
  max-width: 300px;
  margin: 0 auto;
}
.mce-content-body .filter .nice-select {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .filter .nice-select {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .filter .nice-select {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .filter .nice-select {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .filter .nice-select {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .filter .nice-select {
    font-size: 18px;
  }
}
.filter .nice-select:after {
  border-bottom: 1px solid #1d1d1b;
  border-right: 1px solid #1d1d1b;
  height: 10px;
  margin-top: -7px;
  width: 10px;
}
.filter .nice-select .list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin-top: 0;
  width: 100%;
}
.filter .nice-select .option, .filter .nice-select .current {
  font-weight: 600;
}
.filter .nice-select .option {
  min-height: 2.5em;
}

.tab-filter {
  border-bottom: 1px solid #1d1d1b;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: -1.3em;
  margin-bottom: 1.56em;
  text-align: center;
}
.mce-content-body .tab-filter {
  font-size: 16px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .tab-filter {
    font-size: 15.2px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .tab-filter {
    font-size: 15.4px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .tab-filter {
    font-size: 15.6px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .tab-filter {
    font-size: 15.8px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .tab-filter {
    font-size: 16px;
  }
}
.tab-filter li {
  border: 1px solid #1d1d1b;
  display: inline-block;
  margin-bottom: -1px;
  margin-left: -1px;
}
.tab-filter li a {
  color: #cccccc;
  display: block;
  padding: 1.25em 2.25em;
}
.tab-filter li.active {
  border-bottom-color: #e8e8e8;
}
.tab-filter li.active a {
  color: #1d1d1b;
}
.tab-filter.white li.active {
  border-bottom-color: #fff;
}
.gray-layout .tab-filter li.active, .gray-layout .tab-filter.white li.active {
  border-bottom-color: #d9d9d9;
}

.paginator {
  text-align: center;
}
.paginator .button em, .paginator .form-pair.file-upload-row .form-control span em, .form-pair.file-upload-row .form-control .paginator span em {
  display: none;
}

.common-page.wysiwyg .wysiwyg-content {
  font-size: 14px;
}
.mce-content-body .common-page.wysiwyg .wysiwyg-content {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .common-page.wysiwyg .wysiwyg-content {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .common-page.wysiwyg .wysiwyg-content {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .common-page.wysiwyg .wysiwyg-content {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .common-page.wysiwyg .wysiwyg-content {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .common-page.wysiwyg .wysiwyg-content {
    font-size: 18px;
  }
}

footer {
  color: #999;
  background: #1d1d1b;
  padding-top: 55px;
  padding-bottom: 55px;
  font-size: 14px;
  line-height: 1.2em;
}
.mce-content-body footer {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  footer {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  footer {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  footer {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  footer {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  footer {
    font-size: 18px;
  }
}
footer .col {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 2em;
  /*		&:last-child:after {
  			display: none;
  		}*/
}
footer .col:after {
  content: "";
  display: block;
  width: 85px;
  border-bottom: 1px solid #2b2b29;
  margin: 2em auto 2em;
}
footer .col .wysiwyg-content p:last-child {
  margin-bottom: 0;
}
footer .credits {
  text-align: center;
}
footer a, footer .wysiwyg-content a:not(.link-with-arrow):not(.term-prev):not(.term-next) {
  color: #fff;
  font-weight: 500;
}
footer a:hover, footer .theme:not(.toggle-class-active) .container:hover a, .theme:not(.toggle-class-active) .container:hover footer a, footer .wysiwyg-content a:not(.link-with-arrow):not(.term-prev):not(.term-next):hover {
  color: #ff6675;
}
footer .menu a {
  font-weight: 600;
}
footer .title {
  font-weight: 600;
  margin-bottom: 32px;
}
@media (max-width: 520px) {
  footer .title br {
    content: " ";
    margin-right: 0.3em;
  }
}
.footer-menu {
  margin-bottom: 2em;
  text-align: center;
}
.footer-menu a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  padding: 10px 17px;
  text-transform: uppercase;
}
.mce-content-body .footer-menu a {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .footer-menu a {
    font-size: 15.6px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .footer-menu a {
    font-size: 16.2px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .footer-menu a {
    font-size: 16.8px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .footer-menu a {
    font-size: 17.4px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .footer-menu a {
    font-size: 18px;
  }
}

.social-icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 1.5em;
  text-align: center;
}
.social-icons a {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  display: inline-block;
  height: 54px;
  margin: 0 12px;
  transition: opacity 0.3s;
  width: 54px;
}
.social-icons a.fb {
  background-image: url(../images/layout/icon-facebook2.svg);
}
.social-icons a.twitter {
  background-image: url(../images/layout/icon-twitter2.svg);
}
.social-icons a.youtube {
  background-image: url(../images/layout/icon-youtube2.svg);
}
.social-icons a.instagram {
  background-image: url(../images/layout/icon-instagram2.svg);
}
.social-icons a:hover, .social-icons .theme:not(.toggle-class-active) .container:hover a, .theme:not(.toggle-class-active) .container:hover .social-icons a {
  opacity: 0.75;
}
.sharing-info .social-icons a.fb {
  background-image: url(../images/layout/icon-facebook-dark.svg);
}
.sharing-info .social-icons a.twitter {
  background-image: url(../images/layout/icon-twitter-dark.svg);
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.homepage-partners {
  text-align: center;
}
.homepage-partners .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1.8em;
}
.mce-content-body .homepage-partners .title {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .homepage-partners .title {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .homepage-partners .title {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .homepage-partners .title {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .homepage-partners .title {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .homepage-partners .title {
    font-size: 18px;
  }
}
.homepage-partners .image {
  max-width: 71%;
  margin: 0 auto 1em;
}
.homepage-partners .col:last-child:after {
  display: none;
}
.homepage-partners .col:after {
  content: "";
  display: block;
  width: 85px;
  border-bottom: 1px solid #dadadb;
  margin: 1em auto 3em;
}

/*---------------------------------------------
-- koncerty
---------------------------------------------*/
.event .composers {
  margin-bottom: 1em;
}
.event .tickets-link a {
  white-space: nowrap;
}
.celebrities .event .composers {
  margin-top: 1.1em;
}

.event-detail .content .tags {
  text-transform: lowercase;
  margin-bottom: 1.3em;
}
.sharing-info {
  padding-bottom: 4em;
}
.sharing-info p {
  font-weight: 600;
  margin-bottom: 1.5em;
  text-align: center;
}

.gray .sharing-info {
  padding-bottom: 0;
}
.gray .media {
  margin: 3em 0;
}

.event-terms-wrapper {
  margin-bottom: 3em;
}
.touch-device .event-terms-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.event-terms {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2em;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
}
.event-terms .slick-list {
  padding-top: 20px !important;
}
.event-terms .term {
  outline: 0;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  width: 306px;
  transition: opacity 0.5s;
  /*		&.sold-out, &.sold-out .date {
  			color: #969696;
  		}*/
  /*		.text {
  				padding-bottom: 1.7em;
  			}*/
}
.event-terms .term.past, .event-terms .term.sold-out {
  color: #ccc;
}
.event-terms .term.past .sizer, .event-terms .term.sold-out .sizer {
  background: #999;
}
.event-terms .term.past .date, .event-terms .term.sold-out .date {
  color: #ccc;
}
.event-terms .term.hide {
  opacity: 0;
}
.event-terms .term .date {
  font-size: 18px;
  color: #1d1d1b;
  transition: color 0.3s;
  margin-bottom: 1em;
}
.mce-content-body .event-terms .term .date {
  font-size: 28px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .event-terms .term .date {
    font-size: 20px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .event-terms .term .date {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .event-terms .term .date {
    font-size: 24px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .event-terms .term .date {
    font-size: 26px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .event-terms .term .date {
    font-size: 28px;
  }
}
.event-terms .term .location, .event-terms .term .tags, .event-terms .term .date, .event-terms .term .tickets-link a {
  transition: all 0.3s;
}
.event-terms .term .location {
  white-space: normal;
  margin-bottom: 0;
}
.event-terms .term .tags {
  min-height: 4em;
}
.event-terms .term .text {
  padding-bottom: 0 !important;
}
.event-terms .term .tickets-link {
  padding: 0;
  position: static;
  display: block;
  transition: all 0.3s;
}
.event-terms .term:hover:not(.past):not(.sold-out) .location, .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .location, .theme:not(.toggle-class-active) .container:hover .event-terms a.term:not(.past):not(.sold-out) .location, .event-terms .term:hover:not(.past):not(.sold-out) .tags, .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .tags, .theme:not(.toggle-class-active) .container:hover .event-terms a.term:not(.past):not(.sold-out) .tags, .event-terms .term:hover:not(.past):not(.sold-out) .date, .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .date, .theme:not(.toggle-class-active) .container:hover .event-terms a.term:not(.past):not(.sold-out) .date, .event-terms .term:hover:not(.past):not(.sold-out) .tickets-link a, .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .tickets-link a, .theme:not(.toggle-class-active) .container:hover .event-terms a.term:not(.past):not(.sold-out) .tickets-link a, .event-terms .term.current:not(.past):not(.sold-out) .location, .event-terms .term.current:not(.past):not(.sold-out) .tags, .event-terms .term.current:not(.past):not(.sold-out) .date, .event-terms .term.current:not(.past):not(.sold-out) .tickets-link a {
  color: #ff6675;
}
.event-terms .term:hover:not(.past):not(.sold-out) .tickets-link, .event-terms .theme:not(.toggle-class-active) .container:hover a.term:not(.past):not(.sold-out) .tickets-link, .theme:not(.toggle-class-active) .container:hover .event-terms a.term:not(.past):not(.sold-out) .tickets-link, .event-terms .term.current:not(.past):not(.sold-out) .tickets-link {
  transform: translateY(0.5em);
}

.mycontainer.mobile-term-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.mycontainer.mobile-term-buttons .term-prev, .mycontainer.mobile-term-buttons .term-next {
  margin: 0;
}

.mycontainer.mobile-tickets-link {
  padding-top: 1em;
  padding-bottom: 1em;
}

.term-prev, .term-next {
  cursor: pointer;
  margin: 0 34px;
  white-space: nowrap;
}
.term-prev.disable, .term-next.disable {
  opacity: 0.18;
}

.term-prev {
  background-image: url(../images/layout/arrow-left.png);
}
.term-prev:hover:not(.disable), .theme:not(.toggle-class-active) .container:hover a.term-prev:not(.disable) {
  background-image: url(../images/layout/arrow-left-hover.png);
}
.is-svg .term-prev {
  background-image: url(../images/layout/arrow-left.svg);
}
.is-svg .term-prev:hover:not(.disable), .is-svg .theme:not(.toggle-class-active) .container:hover a.term-prev:not(.disable), .theme:not(.toggle-class-active) .container:hover .is-svg a.term-prev:not(.disable) {
  background-image: url(../images/layout/arrow-left-hover.svg);
}

.term-next {
  padding: 0 39px 0 0;
  background-position: right center !important;
}

.image.video {
  position: relative;
}
.image.video a {
  display: block;
}
.image.video a:after {
  background: rgba(0, 0, 0, 0.2) url(../images/layout/video-cover.svg) no-repeat;
  background-position: left 20px bottom 20px;
  background-size: 68px auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*---------------------------------------------
-- skladatele
---------------------------------------------*/
.artist .arts {
  font-size: 14px;
  min-height: 2.4em;
  margin-top: 1em;
  font-weight: 400;
}
.mce-content-body .artist .arts {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .artist .arts {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .artist .arts {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .artist .arts {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .artist .arts {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .artist .arts {
    font-size: 18px;
  }
}

.birth:before {
  content: "*";
  display: inline-block;
  margin-right: 0.2em;
}

.death em {
  position: relative;
  display: inline-block;
  width: 0.5em;
  margin-right: 0.2em;
}
.death em:before {
  content: "†";
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  top: 0.1em;
}
.is-svg .death em:before {
  content: "";
  background: url(../images/layout/icon-death.svg) no-repeat 0 0;
  background-size: contain;
  width: 100%;
  padding-top: 168.42%;
}

@media (max-width: 920px) {
  .birth, .death {
    display: block;
  }

  .comma {
    display: none;
  }
}
.artists-alphabet .col {
  margin-bottom: 2em;
}
.artists-alphabet .letter {
  border-bottom: 1px solid #bbbbba;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.mce-content-body .artists-alphabet .letter {
  font-size: 80px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .artists-alphabet .letter {
    font-size: 40px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .artists-alphabet .letter {
    font-size: 50px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .artists-alphabet .letter {
    font-size: 60px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .artists-alphabet .letter {
    font-size: 70px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .artists-alphabet .letter {
    font-size: 80px;
  }
}
.artists-alphabet .item {
  margin-bottom: 0.3em;
}
.artists-alphabet a {
  color: #ff6675;
  font-weight: 700;
}

.intro-themes {
  margin-bottom: 3em;
}

.theme {
  margin-bottom: 2em;
}
.theme:not(.toggle-class-active) .container:hover a {
  color: #ff6675;
}
.theme .content {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  transition: all 0.5s;
  width: 100%;
  z-index: 1;
}
.theme .number {
  font-size: 2em;
  width: 20%;
  flex-basis: 20%;
  flex-grow: 0;
  flex-shrink: 0;
}
.theme .title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.theme .intro {
  font-size: 14px;
  margin-bottom: 10px;
}
.mce-content-body .theme .intro {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .theme .intro {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .theme .intro {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .theme .intro {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .theme .intro {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .theme .intro {
    font-size: 18px;
  }
}
.theme .link {
  margin-left: 20%;
}
.theme .text {
  display: none;
}
.theme.toggle-class-active .text {
  display: block;
}
@media (min-width: 700px) {
  .theme {
    margin-bottom: 0;
  }
  .theme .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    z-index: 0;
  }
  .theme .container {
    cursor: pointer;
    height: 278px;
    position: relative;
    padding: 22px 40px 110px 58px;
    width: 700px;
  }
  .theme .close {
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    display: none;
  }
  .theme .close:before, .theme .close:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: " ";
    height: 42.4285714286px;
    width: 2px;
    background-color: currentColor;
    transform-origin: center center;
  }
  .theme .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .theme .close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .theme:not(.toggle-class-active) .container:hover .bg {
    transform: scale(1.05, 1.2);
  }
  .theme:not(.toggle-class-active) .container:hover .content {
    color: #ff6675;
  }
  .theme:not(.toggle-class-active) .container:hover .link {
    opacity: 1;
    top: 0;
  }
  .theme .number {
    border: 1px solid currentColor;
    border-width: 0 1px 0 0;
    font-size: 70px;
    font-weight: 400;
    line-height: 1em;
    padding: 20px 24px;
    width: 26%;
    flex: 0 0 26%;
  }
  .mce-content-body .theme .number {
    font-size: 100px;
  }
}
@media (min-width: 700px) and (min-width: 480px) and (min-height: 476.8px) {
  .theme .number {
    font-size: 76px;
  }
}
@media (min-width: 700px) and (min-width: 620px) and (min-height: 613.6px) {
  .theme .number {
    font-size: 82px;
  }
}
@media (min-width: 700px) and (min-width: 760px) and (min-height: 750.4px) {
  .theme .number {
    font-size: 88px;
  }
}
@media (min-width: 700px) and (min-width: 900px) and (min-height: 887.2px) {
  .theme .number {
    font-size: 94px;
  }
}
@media (min-width: 700px) and (min-width: 1040px) and (min-height: 1024px) {
  .theme .number {
    font-size: 100px;
  }
}
@media (min-width: 700px) {
  .theme .cnt {
    font-weight: 400;
    padding: 25px 24px;
    flex: 1;
  }
}
@media (min-width: 700px) {
  .theme .title {
    white-space: nowrap;
  }
}
@media (min-width: 700px) {
  .theme .link {
    position: relative;
    z-index: 1;
    opacity: 0;
    top: -1em;
    transition: all 0.5s;
  }
}
@media (min-width: 700px) {
  .theme .text {
    padding: 0 80px;
    margin-bottom: 3em;
  }
}
@media (min-width: 700px) {
  .theme:nth-child(2n+1) .bg {
    background: url(../images/layout/theme-bg.png) no-repeat 0 0;
    transform-origin: right top;
  }
  .theme:nth-child(2n+1) .link {
    margin-left: 26%;
    padding-left: 24px;
  }
  .theme:nth-child(2n+1) .close {
    right: 80px;
  }
}
@media (min-width: 700px) {
  .theme:nth-child(2n) .bg {
    background: url(../images/layout/theme-bg-right.png) no-repeat right 0;
    transform-origin: left top;
  }
  .theme:nth-child(2n) .container {
    float: right;
    padding-left: 40px;
    padding-right: 58px;
  }
  .theme:nth-child(2n) .cnt {
    text-align: right;
  }
  .theme:nth-child(2n) .number {
    order: 2;
    border-width: 0 0 0 1px;
  }
  .theme:nth-child(2n) .link {
    margin-right: 26%;
    padding-right: 24px;
    text-align: right;
  }
  .theme:nth-child(2n) .close {
    left: 80px;
  }
}
@media (min-width: 700px) {
  .theme.toggle-class-active .container {
    height: 271px;
  }
  .theme.toggle-class-active .content {
    color: #fff;
  }
  .theme.toggle-class-active .link {
    display: none;
  }
  .theme.toggle-class-active .close {
    display: block;
  }
  .theme.toggle-class-active:nth-child(2n+1) .bg {
    background: url(../images/layout/theme-bg-active.png) no-repeat 0 0;
  }
  .theme.toggle-class-active:nth-child(2n) .bg {
    background: url(../images/layout/theme-bg-active-right.png) no-repeat right 0;
  }
}

.artist-detail .image {
  margin-bottom: 2em;
}
.artist-params {
  margin-bottom: 2em;
}

.param-pair .lbl {
  font-weight: 700;
}

/*---------------------------------------------
-- vstupenky
---------------------------------------------*/
.ticket {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #bbbbba;
}
.ticket .date {
  /*@include flow(font-size, 25px, 32px);*/
  font-size: 14px;
  font-weight: 600;
}
.mce-content-body .ticket .date {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .ticket .date {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .ticket .date {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .ticket .date {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .ticket .date {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .ticket .date {
    font-size: 18px;
  }
}
.ticket .date small {
  font-weight: 400;
}
.ticket .title {
  font-size: 18px;
  font-weight: 700;
  color: #ff6675;
}
.mce-content-body .ticket .title {
  font-size: 28px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .ticket .title {
    font-size: 20px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .ticket .title {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .ticket .title {
    font-size: 24px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .ticket .title {
    font-size: 26px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .ticket .title {
    font-size: 28px;
  }
}
.ticket .title a {
  color: #ff6675;
}
.ticket .title a:hover, .ticket .title .theme:not(.toggle-class-active) .container:hover a, .theme:not(.toggle-class-active) .container:hover .ticket .title a {
  color: #ff3347;
}
.ticket .authors {
  font-size: 14px;
  font-weight: 600;
}
.mce-content-body .ticket .authors {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .ticket .authors {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .ticket .authors {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .ticket .authors {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .ticket .authors {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .ticket .authors {
    font-size: 18px;
  }
}
.ticket .tickets-link a {
  font-size: 14px;
  white-space: nowrap;
}
.mce-content-body .ticket .tickets-link a {
  font-size: 22px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .ticket .tickets-link a {
    font-size: 15.6px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .ticket .tickets-link a {
    font-size: 17.2px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .ticket .tickets-link a {
    font-size: 18.8px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .ticket .tickets-link a {
    font-size: 20.4px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .ticket .tickets-link a {
    font-size: 22px;
  }
}

/*---------------------------------------------
-- novinky
---------------------------------------------*/
.simple-news {
  margin-bottom: 2em;
}

.new-item {
  display: inline-block;
  margin: 0 0 46px;
  vertical-align: top;
  /*	width: 406px;
  	min-width: 406px;
  	flex-basis: 406px;*/
  white-space: normal;
}
.new-item:last-child {
  border-right: 0;
}
.new-item .date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.mce-content-body .new-item .date {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .new-item .date {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .new-item .date {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .new-item .date {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .new-item .date {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .new-item .date {
    font-size: 18px;
  }
}
.new-item .title a {
  color: #ff6675;
  font-size: 18px;
  font-weight: 700;
}
.mce-content-body .new-item .title a {
  font-size: 28px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .new-item .title a {
    font-size: 20px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .new-item .title a {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .new-item .title a {
    font-size: 24px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .new-item .title a {
    font-size: 26px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .new-item .title a {
    font-size: 28px;
  }
}

.news-item {
  border-bottom: 1px solid #bbbbba;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.news-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.news-item .date {
  font-size: 18px;
  color: #ff6675;
  font-weight: 600;
}
.mce-content-body .news-item .date {
  font-size: 28px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .news-item .date {
    font-size: 20px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .news-item .date {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .news-item .date {
    font-size: 24px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .news-item .date {
    font-size: 26px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .news-item .date {
    font-size: 28px;
  }
}
.news-item .title {
  margin: 0;
  margin-bottom: 1em;
}
/*---------------------------------------------
-- about us
---------------------------------------------*/
.aboutUs .points-intro {
  padding-bottom: 1em;
}
.aboutUs .point-intro {
  margin-bottom: 2em;
}
.aboutUs .point-intro .image {
  margin-bottom: 0.9em;
}
.aboutUs .point-intro .descr {
  font-size: 14px;
}
.mce-content-body .aboutUs .point-intro .descr {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .aboutUs .point-intro .descr {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .aboutUs .point-intro .descr {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .aboutUs .point-intro .descr {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .aboutUs .point-intro .descr {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .aboutUs .point-intro .descr {
    font-size: 18px;
  }
}
.aboutUs .point {
  margin-bottom: 1.3em;
  text-align: center;
}
.aboutUs .point .image {
  margin-bottom: 1em;
}
.aboutUs .point.human .image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.aboutUs .point .name {
  margin-bottom: 0.6em;
  font-weight: 600;
  font-size: 20px;
}
.mce-content-body .aboutUs .point .name {
  font-size: 26px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .aboutUs .point .name {
    font-size: 21.2px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .aboutUs .point .name {
    font-size: 22.4px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .aboutUs .point .name {
    font-size: 23.6px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .aboutUs .point .name {
    font-size: 24.8px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .aboutUs .point .name {
    font-size: 26px;
  }
}
.aboutUs .point .descr {
  font-size: 14px;
}
.mce-content-body .aboutUs .point .descr {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .aboutUs .point .descr {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .aboutUs .point .descr {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .aboutUs .point .descr {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .aboutUs .point .descr {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .aboutUs .point .descr {
    font-size: 18px;
  }
}
.aboutUs .type-cooperation .point .name, .aboutUs .type-finance .point .name {
  font-size: 14px;
}
.mce-content-body .aboutUs .type-cooperation .point .name, .mce-content-body .aboutUs .type-finance .point .name {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .aboutUs .type-cooperation .point .name, .aboutUs .type-finance .point .name {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .aboutUs .type-cooperation .point .name, .aboutUs .type-finance .point .name {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .aboutUs .type-cooperation .point .name, .aboutUs .type-finance .point .name {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .aboutUs .type-cooperation .point .name, .aboutUs .type-finance .point .name {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .aboutUs .type-cooperation .point .name, .aboutUs .type-finance .point .name {
    font-size: 18px;
  }
}

.shorten-text .read-more {
  display: none;
}
.shorten-text.is-long .wysiwyg-content > *:nth-child(n+6) {
  display: none;
}
.shorten-text.is-long .read-more {
  display: inline-block;
}
.shorten-text.is-long .read-more.open {
  display: none;
}
.shorten-text.more .wysiwyg-content > *:nth-child(n+6) {
  display: block;
}
.shorten-text.more .read-more {
  margin-top: 1.3em;
}
.shorten-text.more .read-more.default {
  display: none;
}
.shorten-text.more .read-more.open {
  display: inline-block;
}

.read-more {
  color: #1d1d1b;
  font-weight: 600;
  padding-left: 38px;
  position: relative;
}
.read-more:hover, .theme:not(.toggle-class-active) .container:hover a.read-more {
  color: #ff6675;
}
.read-more:after, .read-more:before {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
}
.read-more:before {
  top: 50%;
  left: 0;
  height: 3px;
  width: 21px;
}
.read-more:after {
  height: 21px;
  left: 9px;
  top: 50%;
  margin-top: -9px;
  width: 3px;
}
.read-more.open:after {
  display: none;
}

/*---------------------------------------------
-- tisk
---------------------------------------------*/
.press-columns .h2, .press-columns .newsletter-fancybox h2, .newsletter-fancybox .press-columns h2, .press-columns .trailers-popup .title, .trailers-popup .press-columns .title, .press-columns .mceContentBody h2, .mceContentBody .press-columns h2, .press-columns .mce-content-body h2, .mce-content-body .press-columns h2, .press-columns .wysiwyg-content h2, .wysiwyg-content .press-columns h2, .press-columns .card-box .title, .card-box .press-columns .title, .press-columns .under-page-title, .press-columns .event .title, .event .press-columns .title, .press-columns .event-terms .term .title, .event-terms .term .press-columns .title, .press-columns .artist .title, .artist .press-columns .title, .press-columns .news-item .title, .news-item .press-columns .title {
  text-align: left;
}
.press-columns .col {
  margin-bottom: 4em;
}
.press-columns .press-downloads {
  margin-bottom: 4em;
}
.press-columns .item {
  margin-bottom: 1.5em;
}
.press-columns .item .date, .press-columns .item small {
  font-size: 14px;
}
.mce-content-body .press-columns .item .date, .mce-content-body .press-columns .item small {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .press-columns .item .date, .press-columns .item small {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .press-columns .item .date, .press-columns .item small {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .press-columns .item .date, .press-columns .item small {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .press-columns .item .date, .press-columns .item small {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .press-columns .item .date, .press-columns .item small {
    font-size: 18px;
  }
}
.press-columns .item .date {
  font-weight: 600;
}
.press-columns .item .title {
  color: #ff6675;
  font-weight: 600;
}

.file-icon {
  background: url(../images/layout/icon-file-unknown.png) no-repeat left 3px;
  background-size: 37px 44px;
  padding-left: 57px;
  min-height: 44px;
  display: inline-block;
}
.file-icon.file-type-doc {
  background-image: url(../images/layout/icon-file-doc.svg);
}
.file-icon.file-type-pdf {
  background-image: url(../images/layout/icon-file-pdf.png);
}
.is-svg .file-icon.file-type-pdf {
  background-image: url(../images/layout/icon-file-pdf.svg);
}

.file-icon.file-type-zip {
  background-image: url(../images/layout/icon-file-zip.png);
}
.is-svg .file-icon.file-type-zip {
  background-image: url(../images/layout/icon-file-zip.svg);
}

/*---------------------------------------------
-- kontakt
---------------------------------------------*/
.contact-item {
  margin-bottom: 2em;
}
.contact-item .supername {
  font-weight: 600;
}
.contact-item a:not(.link-with-arrow):not(.term-prev):not(.term-next), .contact-item .wysiwyg-content a:not(.link-with-arrow):not(.term-prev):not(.term-next) {
  font-weight: 500;
  color: #ff6675 !important;
}
.contact-item a:not(.link-with-arrow):not(.term-prev):not(.term-next):hover, .contact-item .theme:not(.toggle-class-active) .container:hover a:not(.link-with-arrow):not(.term-prev):not(.term-next), .theme:not(.toggle-class-active) .container:hover .contact-item a:not(.link-with-arrow):not(.term-prev):not(.term-next), .contact-item .wysiwyg-content a:not(.link-with-arrow):not(.term-prev):not(.term-next):hover {
  color: #ff1a30 !important;
}

.contacts-caches .contact-item:last-child:after {
  display: none;
}
.contacts-caches .contact-item:after {
  border-bottom: 1px solid #bbbbba;
  content: "";
  display: block;
  margin-top: 2em;
  width: 160px;
}

.contacts hr {
  max-width: 160px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.gallery-section .perex {
  font-size: 18px;
  margin-bottom: 2em;
}
.mce-content-body .gallery-section .perex {
  font-size: 28px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .gallery-section .perex {
    font-size: 20px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .gallery-section .perex {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .gallery-section .perex {
    font-size: 24px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .gallery-section .perex {
    font-size: 26px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .gallery-section .perex {
    font-size: 28px;
  }
}
.gallery-section .main-image {
  margin-bottom: 1px;
}
.gallery-section .gallery-wrapper .media {
  margin-left: -1px;
}
.gallery-section .gallery-wrapper .media:after {
  content: "";
  display: block;
  clear: both;
}
.gallery-section .gallery-wrapper .image {
  width: 25%;
  float: left;
  padding-left: 1px;
}

.fancybox-nav {
  top: 33.33%;
  width: 20%;
  height: 33.33%;
}

/*.fancybox-trailers {
	&, &.fancybox-opened {
		.fancybox-skin {
			background: none;
			box-shadow: none;
		}

		.fancybox-close {
			background: none;
			top: 35px;
			right: 99px;

			@include close(42, 2px);
		}
	}
}*/
.trailers-popup {
  /*	background: url(../images/layout/popup.svg) no-repeat 0 0;
  	background-size: cover;*/
  /*padding: 140px 115px 90px 115px;*/
  position: relative;
}
.trailers-popup .title {
  margin-bottom: 40px;
  text-align: left;
}
.trailers-popup .item {
  display: block;
  font-size: 14px;
  min-height: 68px;
  margin-bottom: 12px;
  padding-left: 90px;
  display: flex;
  align-items: center;
}
.mce-content-body .trailers-popup .item {
  font-size: 18px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  .trailers-popup .item {
    font-size: 14.8px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  .trailers-popup .item {
    font-size: 15.6px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  .trailers-popup .item {
    font-size: 16.4px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  .trailers-popup .item {
    font-size: 17.2px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  .trailers-popup .item {
    font-size: 18px;
  }
}
.trailers-popup .item.audio {
  background: url(../images/layout/icon-media-audio.svg) no-repeat 0 center;
  background-size: 68px;
}
.trailers-popup .item.video {
  background: url(../images/layout/icon-media-video.svg) no-repeat 0 center;
  background-size: 68px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
#newsletter-form {
  /*	padding-left: 194px;
  	padding-top: 140px;*/
  /*	.text {
  		float: left;
  		width: 60%;
  	}*/
  /*	.button {
  		border: 0;
  		@extend .link-with-arrow;
  		margin-left: 40px;
  		margin-top: 14px;
  	}*/
}
#newsletter-form form {
  max-width: 400px;
}
#newsletter-form input {
  outline: 0;
}
#newsletter-form input.text {
  display: block;
  font-size: 20px;
  font-family: futura-pt, Arial;
  border: 0;
  padding: 13px 27px;
  margin: 20px 0;
  width: 100%;
}
.mce-content-body #newsletter-form input.text {
  font-size: 22px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  #newsletter-form input.text {
    font-size: 20.4px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  #newsletter-form input.text {
    font-size: 20.8px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  #newsletter-form input.text {
    font-size: 21.2px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  #newsletter-form input.text {
    font-size: 21.6px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  #newsletter-form input.text {
    font-size: 22px;
  }
}
#newsletter-form form label {
  font-size: 23px;
}
#newsletter-form form .error {
  background: #ff6675;
  clear: both;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 23px;
  margin-top: 8px;
  padding: 13px 20px;
  width: 60%;
  white-space: nowrap;
}
#newsletter-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}
.mce-content-body #newsletter-form label {
  font-size: 28px;
}

@media (min-width: 480px) and (min-height: 476.8px) {
  #newsletter-form label {
    font-size: 20px;
  }
}
@media (min-width: 620px) and (min-height: 613.6px) {
  #newsletter-form label {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (min-height: 750.4px) {
  #newsletter-form label {
    font-size: 24px;
  }
}
@media (min-width: 900px) and (min-height: 887.2px) {
  #newsletter-form label {
    font-size: 26px;
  }
}
@media (min-width: 1040px) and (min-height: 1024px) {
  #newsletter-form label {
    font-size: 28px;
  }
}

.newsletter-fancybox h2, .newsletter-fancybox.fancybox-opened h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
}
.newsletter-fancybox p, .newsletter-fancybox.fancybox-opened p {
  margin-bottom: 50px;
  font-weight: 400;
}
.newsletter-fancybox .fancybox-inner > div, .newsletter-fancybox.fancybox-opened .fancybox-inner > div {
  padding: 30px;
}

/*@media (min-width: 1024px) {*/
.newsletter-fancybox .fancybox-skin, .newsletter-fancybox.fancybox-opened .fancybox-skin, .fancybox-trailers .fancybox-skin, .fancybox-trailers.fancybox-opened .fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(../images/layout/popup.svg) no-repeat 0 0;
  background-color: transparent;
  background-size: 100% 100%;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.newsletter-fancybox .fancybox-inner, .newsletter-fancybox.fancybox-opened .fancybox-inner, .fancybox-trailers .fancybox-inner, .fancybox-trailers.fancybox-opened .fancybox-inner {
  overflow: visible !important;
}
.newsletter-fancybox .fancybox-inner > div, .newsletter-fancybox.fancybox-opened .fancybox-inner > div, .fancybox-trailers .fancybox-inner > div, .fancybox-trailers.fancybox-opened .fancybox-inner > div {
  padding: 110px 90px 30px 70px;
}
.newsletter-fancybox .fancybox-close, .newsletter-fancybox.fancybox-opened .fancybox-close, .fancybox-trailers .fancybox-close, .fancybox-trailers.fancybox-opened .fancybox-close {
  background: none;
  top: 35px;
  right: 60px;
  width: 42px;
  height: 42px;
}
.newsletter-fancybox .fancybox-close:before, .newsletter-fancybox .fancybox-close:after, .newsletter-fancybox.fancybox-opened .fancybox-close:before, .newsletter-fancybox.fancybox-opened .fancybox-close:after, .fancybox-trailers .fancybox-close:before, .fancybox-trailers .fancybox-close:after, .fancybox-trailers.fancybox-opened .fancybox-close:before, .fancybox-trailers.fancybox-opened .fancybox-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 59.3983050847px;
  width: 2px;
  background-color: currentColor;
  transform-origin: center center;
}
.newsletter-fancybox .fancybox-close:before, .newsletter-fancybox.fancybox-opened .fancybox-close:before, .fancybox-trailers .fancybox-close:before, .fancybox-trailers.fancybox-opened .fancybox-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.newsletter-fancybox .fancybox-close:after, .newsletter-fancybox.fancybox-opened .fancybox-close:after, .fancybox-trailers .fancybox-close:after, .fancybox-trailers.fancybox-opened .fancybox-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.newsletter-fancybox .flash, .newsletter-fancybox.fancybox-opened .flash, .fancybox-trailers .flash, .fancybox-trailers.fancybox-opened .flash {
  /*text-align: center;*/
}
@media (min-width: 540px) {
  .newsletter-fancybox .fancybox-inner > div, .newsletter-fancybox.fancybox-opened .fancybox-inner > div, .fancybox-trailers .fancybox-inner > div, .fancybox-trailers.fancybox-opened .fancybox-inner > div {
    width: 640px;
    padding: 90px 115px 30px 90px;
  }
  .newsletter-fancybox .fancybox-inner .trailers-popup, .newsletter-fancybox.fancybox-opened .fancybox-inner .trailers-popup, .fancybox-trailers .fancybox-inner .trailers-popup, .fancybox-trailers.fancybox-opened .fancybox-inner .trailers-popup {
    padding: 140px 115px 90px 115px;
  }
  .newsletter-fancybox .fancybox-close, .newsletter-fancybox.fancybox-opened .fancybox-close, .fancybox-trailers .fancybox-close, .fancybox-trailers.fancybox-opened .fancybox-close {
    right: 99px;
  }
}

/*}*/
.desktop-menu,
.logo .desktop,
.mobile-menu,
.only-desktop,
.slideshow-button,
.filter-desktop,
.mycontainer.mobile-term-buttons, .mycontainer.mobile-tickets-link {
  display: none;
}

.mycontainer {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.mycontainer.normal {
  max-width: 1680px;
}
.mycontainer.wide {
  max-width: 1920px;
}

header .logo {
  float: left;
  position: relative;
}

.nav-part {
  position: relative;
  z-index: 500;
}

.is-home .nav-part, .with-motive-image .nav-part {
  position: absolute;
  top: 0;
  width: 100%;
}

.nav-part.fixed {
  z-index: 400 !important;
}

.menu-switcher {
  position: absolute;
  right: 0px;
  top: -11px;
}

.mobile-menu {
  background: #fff;
  margin-left: -20px;
  overflow-y: auto;
  position: absolute;
  top: -1000px;
  /*top: -6px;*/
  width: 100%;
  z-index: 500;
}
.mobile-menu .menu {
  padding-top: 70px;
}
.mobile-menu .submenu {
  display: none;
}
.mobile-menu .submenu-open .submenu {
  display: block;
}

.menu-open {
  overflow: hidden;
}
.menu-open .mobile-logo {
  visibility: hidden;
}
.menu-open .mobile-menu {
  display: block;
  bottom: 100%;
}
.menu-open .locale-switcher {
  text-align: center;
}

.card-box, .event, .event-terms .term, .artist {
  margin-bottom: 14px;
}

.media {
  margin-bottom: 2.3em;
}
.media .image {
  padding-bottom: 1px;
}

.homepage-events {
  margin-bottom: 2em;
}

.filter-mobile {
  margin-top: 0.5em;
}

.event-detail .main-image {
  margin-left: -20px;
  margin-right: -20px;
}

.ticket .content {
  margin-bottom: 1em;
}

/*---------------------------------------------
-- 580
---------------------------------------------*/
@media (max-width: 579px) {
  .mycontainer.desktop-term-buttons {
    display: none;
  }

  .mycontainer.mobile-term-buttons {
    display: flex;
  }

  .mycontainer.mobile-tickets-link {
    display: block;
  }

  .event-terms .term .cntnt {
    padding: 15px;
    white-space: normal;
  }
  .event-terms .term .tickets-link {
    display: none !important;
  }
  .event-terms .term .tags {
    min-height: auto;
  }
}
@media (min-width: 580px) {
  .aboutUs .points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -8.6%;
  }
  .aboutUs .points .point {
    float: left;
    margin-left: 8.6%;
    width: 41.4%;
  }
  .aboutUs .points .point:nth-child(2n+1) {
    clear: both;
  }
  .aboutUs .points .point.wider {
    width: 75%;
  }
  .aboutUs .points .point.wider .image {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutUs .points:after {
    content: "";
    display: block;
    clear: both;
  }

  .media {
    margin-left: -1px;
  }
  .media .image {
    float: left;
    width: 50%;
    padding-left: 1px;
  }
  .media:after {
    content: "";
    display: block;
    clear: both;
  }

  .homepage-partners {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
  }
  .homepage-partners .col {
    flex-basis: 50%;
    /*width: 50%;*/
  }
  .homepage-partners .col:after {
    display: none;
  }

  .simple-news {
    margin-left: -40px;
  }
  .simple-news:after {
    content: "";
    display: block;
    clear: both;
  }
  .simple-news .new-item {
    float: left;
    padding-left: 40px;
    width: 50%;
  }
  .simple-news .new-item:nth-child(2n+1) {
    clear: both;
  }

  .event-terms .term {
    margin: 0 15px;
  }
}
@media (min-width: 720px) {
  .points-intro {
    display: flex;
    margin-left: -38px;
  }
  .points-intro .point-intro {
    flex: 0 1 50%;
    margin-left: 38px;
  }

  .main-contact .contact-item {
    float: left;
    width: 50%;
  }
  .main-contact .contact-item:nth-child(2n+1) {
    padding-right: 5%;
  }
  .main-contact .contact-item:nth-child(2n) {
    padding-left: 5%;
  }
  .main-contact:after {
    content: "";
    clear: both;
    display: block;
  }

  .contacts .col {
    float: left;
    width: 50%;
  }
  .contacts .col:nth-child(2n+1) {
    padding-right: 5%;
  }
  .contacts .col:nth-child(2n) {
    padding-left: 5%;
  }
  .contacts:after {
    content: "";
    clear: both;
    display: block;
  }

  footer .col {
    float: left;
    width: 50%;
  }
  footer .col:nth-child(2n+1) {
    clear: both;
  }
  footer .col:after {
    display: none;
  }
  footer .cols:after {
    content: "";
    clear: both;
    display: block;
  }

  .footer-menu li {
    display: inline-block;
  }

  .card-box, .event, .event-terms .term, .artist {
    margin-bottom: 2%;
  }

  .artists {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
  }
  .artists .artist {
    float: left;
    margin-left: 2%;
    width: 48%;
  }
  .artists .artist:nth-child(2n+1) {
    clear: both;
  }

  .artists-alphabet {
    margin-left: -5%;
  }
  .artists-alphabet:after {
    content: "";
    display: block;
    clear: both;
  }
  .artists-alphabet .col {
    margin-left: 5%;
    float: left;
    width: 45%;
  }
  .artists-alphabet .col:nth-child(2n+1) {
    clear: both;
  }

  .param-pair:after {
    content: "";
    display: block;
    clear: both;
  }
  .param-pair .lbl {
    float: left;
    text-align: right;
    width: 200px;
  }
  .param-pair .val {
    margin-left: 210px;
  }

  .events {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
  }
  .events .event {
    float: left;
    margin-left: 2%;
    width: 48%;
  }
  .events .event:nth-child(2n+1) {
    clear: both;
  }
  .events:after {
    content: "";
    display: block;
    clear: both;
  }

  .aboutUs .points .point {
    width: 24.7%;
  }
  .aboutUs .points .point:nth-child(2n+1) {
    clear: none;
  }
  .aboutUs .points .point:nth-child(3n+1) {
    clear: both;
  }
  .aboutUs .points .point.wider {
    width: 45%;
  }
  .aboutUs .points .point.wider .image {
    max-width: 54.888%;
  }

  .contact-form-wrapper {
    margin-left: -2%;
  }
  .contact-form-wrapper .form-pair {
    margin-left: 2%;
  }
  .contact-form-wrapper .form-pair.name, .contact-form-wrapper .form-pair.phone, .contact-form-wrapper .form-pair.email {
    float: left;
    width: 31.3333%;
  }
  .contact-form-wrapper .form-pair.text {
    clear: both;
  }
  .contact-form-wrapper .form-pair.file-upload-row {
    width: 48%;
    float: left;
  }
  .contact-form-wrapper .form-pair.file-upload-row .form-label {
    width: auto;
  }
  .contact-form-wrapper .form-pair.multi {
    clear: both;
  }
}
@media (min-width: 900px) {
  .homepage-partners .col.normal {
    flex-basis: 33.333%;
  }

  .ticket {
    align-items: center;
    display: flex;
  }
  .ticket .content {
    flex-grow: 2;
    margin-bottom: 0;
  }

  .artists .artist {
    width: 31.333333%;
  }
  .artists .artist:nth-child(2n+1) {
    clear: none;
  }
  .artists .artist:nth-child(3n+1) {
    clear: both;
  }
  .artists:after {
    content: "";
    display: block;
    clear: both;
  }

  .events .event {
    width: 31.333333%;
  }
  .events .event:nth-child(2n+1) {
    clear: none;
  }
  .events .event:nth-child(3n+1) {
    clear: both;
  }
  .events:after {
    content: "";
    display: block;
    clear: both;
  }

  .event-detail .main-image {
    margin-left: 0;
    margin-right: 0;
  }

  .theme {
    margin-bottom: -30px;
  }

  .artist-detail .image {
    float: left;
    width: 49%;
  }
  .artist-detail .content {
    float: right;
    width: 48%;
  }
  .artist-detail .content > div {
    max-width: 480px;
  }
  .artist-detail:after {
    content: "";
    display: block;
    clear: both;
  }

  .event-detail .image {
    float: left;
    width: 49%;
  }
  .event-detail .content {
    float: right;
    width: 48%;
  }
  .event-detail .content > div {
    max-width: 480px;
  }
  .event-detail:after {
    content: "";
    display: block;
    clear: both;
  }

  .gallery-section {
    margin-bottom: 90px;
  }
  .gallery-section .top-part, .gallery-section .text-content {
    float: left;
    width: 49%;
  }
  .gallery-section .text-content {
    margin-left: 2%;
  }
  .gallery-section:nth-child(2n) .text-content {
    margin-left: 0;
    margin-right: 2%;
  }
  .gallery-section:nth-child(2n) .top-part {
    float: right;
  }
  .gallery-section:after {
    content: "";
    display: block;
    clear: both;
  }

  .media .image {
    width: 33.3333333%;
  }

  #newsletter-form .text {
    float: left;
    width: 60%;
  }

  .press-columns {
    margin-left: -5%;
  }
  .press-columns:after {
    content: "";
    display: block;
    clear: both;
  }
  .press-columns .col {
    margin-left: 5%;
    float: left;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .mobile-menu, .menu-switcher, .logo .mobile, .filter-mobile {
    display: none;
  }

  .desktop-menu, .logo .desktop, .filter-desktop {
    display: block;
  }

  .with-motive-image header {
    padding-top: 0;
  }
  .with-motive-image header .nav-part a {
    color: #fff;
  }
  .with-motive-image header .logo-dark {
    display: none;
  }
  .with-motive-image header .logo-light {
    display: block;
  }
  header .nav-part {
    padding-top: 39px;
  }
  header .nav-part.fixed {
    padding: 6px 0 12px;
  }
  header .desktop-menu {
    float: right;
  }
  header .desktop-menu .menu, header .desktop-menu .locale-switcher {
    display: inline-block;
  }
  header .menu {
    /*			position: absolute;
    			right: 0;
    			top: 35px;*/
  }
  header .menu > li {
    position: relative;
    display: inline-block;
    margin-left: 1px;
  }
  header .menu > li:hover ul {
    display: block;
  }
  header .menu ul {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100%;
    /*background: rgba(#f2f6fa, 0.95);*/
  }
  header .menu ul a {
    white-space: nowrap;
    /*					color: $colorText !important;
    					font-size: 16px;
    					text-transform: none;*/
  }
  header .menu ul a:hover, header .menu ul .theme:not(.toggle-class-active) .container:hover a, .theme:not(.toggle-class-active) .container:hover header .menu ul a {
    /*						border-bottom: 0;
    						background: $colorBgBlue;*/
  }
  header .locale-switcher {
    padding-left: 12px;
  }
  header .logo {
    top: 9px;
  }

  .is-home header .nav-part:not(.fixed) .logo {
    top: -3px;
  }
  .is-home header .nav-part:not(.fixed) .desktop-menu {
    position: relative;
    top: 43px;
  }

  .not-home header .menu ul {
    background: #fff;
  }

  footer .col {
    width: 33.333%;
  }
  footer .col:nth-child(2n+1) {
    clear: none;
  }
  footer .col:nth-child(3n+1) {
    clear: both;
  }

  .simple-news .new-item {
    width: 25%;
  }
  .simple-news .new-item:nth-child(2n+1) {
    clear: none;
  }
  .simple-news .new-item:nth-child(4n+1) {
    clear: both;
  }

  .media .image {
    width: 25%;
  }

  .artists-alphabet .col {
    width: 28.3333%;
  }
  .artists-alphabet .col:nth-child(2n+1) {
    clear: none;
  }
  .artists-alphabet .col:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .artists .artist {
    width: 23%;
  }
  .artists .artist:nth-child(3n+1) {
    clear: none;
  }
  .artists .artist:nth-child(4n+1) {
    clear: both;
  }

  .events .event {
    width: 23%;
  }
  .events .event:nth-child(3n+1) {
    clear: none;
  }
  .events .event:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1300px) {
  header .mycontainer {
    padding: 0 40px;
  }

  .mycontainer {
    padding: 0;
  }

  .mycontainer.normal {
    padding: 0 6.25%;
  }

  .mycontainer.wide {
    padding: 0 6.25%;
  }

  .artists-alphabet .col {
    width: 20%;
  }
  .artists-alphabet .col:nth-child(3n+1) {
    clear: none;
  }
  .artists-alphabet .col:nth-child(4n+1) {
    clear: both;
  }
}

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