@font-face {
  font-family: 'GT Walsheim Pro';
  src: url('../fonts/gt-walsheim-regular.woff2') format('woff2'), url('../fonts/gt-walsheim-regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/* 1. Reset/Normalize */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
figcaption,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}
/* 2. Global */
html {
  overflow-y: scroll;
}
body {
  font-family: 'GT Walsheim Pro', Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.5;
  color: #ff0000;
  background: #e3e3e3;
}
input,
select,
textarea,
button {
  font-family: 'GT Walsheim Pro', Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
}
button {
  outline: none;
}
a img {
  border: 0;
}
/* 3. Layout */
.inner {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner-text {
  max-width: 760px;
  margin: 0 auto;
}
.grid {
  margin-right: -20px;
}
.grid:before,
.grid:after {
  display: table;
  content: '';
}
.grid:after {
  clear: both;
}
.grid img {
  display: block;
  width: 100%;
}
.column {
  margin-bottom: 20px;
  padding-right: 20px;
}
.column:empty {
  margin-bottom: 0;
}
.page-header {
  padding: 20px 0;
}
.page-content {
  text-align: center;
}
.page-footer {
  margin-bottom: 50px;
  padding-top: 40px;
}
@media (min-width: 481px) {
  .grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .column {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 40%;
  }
}
@media (min-width: 769px) {
  .inner {
    padding: 0 60px;
  }
  .page-header {
    height: 105px;
    padding: 39px 0;
  }
}
.no-flexbox .grid,
.flexboxtweener .grid {
  display: block;
}
.no-flexbox .column,
.flexboxtweener .column {
  float: left;
  flex: none;
  width: 50%;
}
/* 4. Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GT Walsheim Pro', Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5;
}
.main-title {
  margin-bottom: 0.5em;
}
.title-in-text:after {
  content: '•';
  display: block;
  text-align: center;
}
hr + .title-in-text {
  margin-top: 1.5em;
}
p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:focus,
a:hover {
  text-decoration: none;
}
.anchor-in-text {
  text-decoration: underline;
}
.anchor-in-text:focus,
.anchor-in-text:hover {
  text-decoration: underline;
}
strong {
  font-family: 'GT Walsheim Pro', Arial, sans-serif;
  font-weight: normal;
}
em {
  font-style: normal;
}
ul {
  list-style-type: none;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
.lang-cs q {
  quotes: "„" "“" "‚" "‘";
}
[contenteditable] {
  outline: none;
  -webkit-user-select: text;
  user-select: text;
}
[contenteditable]:after {
  content: '';
  display: inline-block;
  width: 0;
  visibility: hidden;
}
/* 5. Colours */
a {
  color: #ff0000;
  outline: none;
}
a:focus,
a:hover {
  color: #ffffff;
}
hr {
  height: 0;
  margin: 15px 0 10px;
  border: 0;
  border-bottom: 2px solid #ff0000;
}
/* 6. Header */
.page-header {
  position: relative;
  text-align: center;
  color: #ff0000;
}
.page-logo {
  display: inline-block;
  width: 68px;
  height: 29px;
  padding-top: 1px;
  line-height: 25px;
  text-align: center;
  border: 2px solid currentColor;
}
@media (min-width: 769px) {
  .page-logo {
    position: absolute;
    left: 50%;
    margin-left: -34px;
  }
}
/* 7. Footer */
.page-footer {
  text-align: center;
}
.page-footer:before,
.page-footer:after {
  display: table;
  content: '';
}
.page-footer:after {
  clear: both;
}
.copyright {
  max-width: 414px;
  margin: 0 auto;
}
/* 8. Nav */
.page-nav {
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 20px 0;
  text-align: left;
}
.page-nav li {
  display: none;
}
.page-nav .nav-lang {
  display: block;
}
.nav-lang {
  position: absolute;
  top: 0;
  right: 0;
  margin: -27px 20px 0 0;
}
.nav-instagram .ico {
  width: 16px;
  height: 15px;
  margin-bottom: -1px;
  padding: 0;
}
.nav-instagram a:focus svg,
.nav-instagram a:hover svg {
  color: #ffffff;
}
.toggle-nav-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 16px;
  margin: 27px 0 0 20px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.toggle-nav-button span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff0000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.toggle-nav-button span:first-child {
  top: 0;
}
.toggle-nav-button span:last-child {
  top: 14px;
}
@media (max-width: 768px) {
  .page-nav-open .page-header {
    background: #ff0000;
  }
  .page-nav-open .page-header .page-logo {
    color: #ffffff;
  }
  .page-nav-open .page-nav {
    background: #ff0000;
  }
  .page-nav-open .page-nav li {
    display: block;
  }
  .page-nav-open .page-nav a,
  .page-nav-open .page-nav span {
    padding: 0 20px;
    color: #ffffff;
  }
  .page-nav-open .page-nav a {
    display: block;
  }
  .page-nav-open .page-nav .ico-instagram {
    padding: 0;
    color: #ffffff;
  }
  .page-nav-open .nav-lang a {
    padding: 0;
  }
  .page-nav-open .toggle-nav-button span {
    background: #ffffff;
  }
  .page-nav-open .toggle-nav-button span:first-child,
  .page-nav-open .toggle-nav-button span:last-child {
    top: 7px;
    width: 0;
    left: 50%;
  }
  .page-nav-open .toggle-nav-button span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page-nav-open .toggle-nav-button span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media (max-width: 480px) {
  .page-nav-open .nav-lang a {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .page-nav {
    position: static;
    padding-top: 2px;
    font-size: 0;
    text-align: center;
  }
  .page-nav:before,
  .page-nav:after {
    display: table;
    content: '';
  }
  .page-nav:after {
    clear: both;
  }
  .page-nav ul:first-child {
    float: left;
    margin-left: -5px;
  }
  .page-nav ul:first-child li {
    margin-right: 13px;
  }
  .page-nav ul:last-child {
    float: right;
    margin-right: -5px;
  }
  .page-nav ul:last-child li {
    margin-left: 13px;
  }
  .page-nav li {
    display: inline;
  }
  .page-nav a,
  .page-nav span {
    display: inline-block;
    padding: 0 5px;
    font-size: 18px;
  }
  .page-nav .nav-lang {
    display: inline;
  }
  .nav-lang {
    position: static;
    margin: 0;
  }
  .toggle-nav-button {
    display: none;
  }
}
/* 9. Content */
.projects-list {
  margin-right: -19px;
}
.projects-list:before,
.projects-list:after {
  display: table;
  content: '';
}
.projects-list:after {
  clear: both;
}
.listed-project {
  width: 100%;
  max-width: 414px;
  margin-bottom: 19px;
  padding-right: 19px;
}
.listed-project figure,
.listed-project img {
  display: block;
  width: 100%;
}
.listed-project a:focus .listed-project-caption-overlay,
.listed-project a:hover .listed-project-caption-overlay {
  opacity: 1;
}
.listed-project-thumbnail {
  position: relative;
}
.listed-project-caption-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 0;
  color: #ffb3b3;
  background: #ff0000;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.listed-project-caption-overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.listed-project-caption-overlay .listed-project-name {
  color: #ffffff;
}
.listed-project-caption {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.no-thumbnail {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 481px) {
  .listed-project {
    width: 33.33333333%;
  }
  .listed-project-caption {
    font-size: 14px;
  }
  .js .listed-project {
    max-width: none;
    opacity: 0;
    -webkit-transition: opacity, 0.5s;
    transition: opacity, 0.5s;
  }
  .js .listed-project-is-loaded {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .listed-project-caption {
    font-size: 18px;
  }
}
@media (min-width: 1401px) {
  .listed-project figcaption {
    padding: 0 60px;
  }
}
.project-name,
.project-description,
.project-credits,
.project-years {
  margin: 0;
}
.detail-project-name:after {
  content: '•';
  display: block;
}
.project-meta {
  margin-bottom: 2em;
}
.project-content {
  margin-bottom: 20px;
}
.project-content img {
  display: block;
  width: 100%;
}
.project-content-inner {
  position: relative;
  background: url('../images/loading.gif') 50% 50% no-repeat;
}
.project-content-is-loaded {
  background: none;
}
.project-content-centered .project-content-inner {
  margin: 0 auto;
}
@media (min-width: 481px) {
  .project-content-centered .project-content-inner {
    max-width: 50%;
    padding: 0 5px;
  }
}
.project-content-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  max-width: 40%;
  text-align: right;
}
.project-content-caption:after {
  content: 'i';
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border: 2px solid #ff0000;
  border-radius: 20px;
  cursor: pointer;
}
.project-content-caption span {
  display: none;
  margin-right: 18px;
  padding-bottom: 6px;
}
.project-content-caption:hover:after {
  display: none;
}
.project-content-caption:hover span {
  display: block;
}
@media (min-width: 481px) {
  .project-content-x2,
  .project-content-x3 {
    margin-bottom: 20px;
  }
  .project-content-x2 .project-content,
  .project-content-x3 .project-content {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 0;
  }
  .project-content-x2 .project-content {
    width: 40%;
    max-width: 50%;
  }
  .project-content-x3 .project-content {
    width: 30%;
    max-width: 33.33333333%;
  }
  .no-flexbox .project-content-x2 .project-content,
  .flexboxtweener .project-content-x2 .project-content {
    width: 50%;
  }
  .no-flexbox .project-content-x3 .project-content,
  .flexboxtweener .project-content-x3 .project-content {
    width: 33.33333333%;
  }
  .with-ratio {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-right: -20px;
    margin-bottom: 20px;
  }
  .with-ratio .grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .with-ratio .owl-carousel,
  .with-ratio .owl-stage-outer,
  .with-ratio .owl-stage,
  .with-ratio .owl-item,
  .with-ratio .owl-item > figure {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .with-ratio {
    padding-bottom: 0 !important;
  }
}
.project-slideshow .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.project-slideshow:hover .owl-nav {
  opacity: 1;
}
.project-slideshow .owl-prev,
.project-slideshow .owl-next {
  position: absolute;
  top: 0;
  z-index: 90;
  min-width: 80px;
  width: 20%;
  height: 100%;
  text-indent: -9999px;
}
.project-slideshow .owl-prev:before,
.project-slideshow .owl-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 30px;
  margin-top: -15px;
  background: top center no-repeat;
  background-size: contain;
}
.project-slideshow .owl-prev {
  left: 0;
}
.project-slideshow .owl-prev:before {
  left: 20px;
  background-image: url('../images/left.png');
}
.project-slideshow .owl-next {
  right: 0;
}
.project-slideshow .owl-next:before {
  right: 20px;
  background-image: url('../images/right.png');
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.objectfit .project-content-inner {
  height: 100%;
}
.objectfit .project-content-inner img {
  height: 100%;
  object-fit: cover;
}
.objectfit .project-content-x2 .project-content,
.objectfit .project-content-x3 .project-content {
  height: 100%;
}
.project-arrow {
  width: 20%;
  min-width: 40px;
  min-height: 14px;
  margin: 0 0 4px;
}
.project-arrow a {
  display: block;
  width: 100%;
}
.project-arrow a:before {
  content: '';
  display: block;
  width: 15px;
  height: 30px;
  margin: -1px auto 0;
  background: top center no-repeat;
  background-size: contain;
}
.project-arrow a span {
  display: none;
}
.project-arrow-prev {
  float: left;
}
.project-arrow-prev a:before {
  background-image: url('../images/left.png');
}
.project-arrow-next {
  float: right;
}
.project-arrow-next a:before {
  background-image: url('../images/right.png');
}
@media (min-width: 1401px) {
  .project-arrow {
    width: 414px;
  }
}
.archived-year {
  margin-bottom: 27px;
}
.archived-project {
  width: 100%;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.16666667;
  color: #929292;
}
.archived-project a {
  display: block;
}
.archived-project-outer {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.archived-project-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
@media (min-width: 481px) {
  .archived-project {
    width: 40%;
    max-width: 50%;
    height: 6.72222222em;
  }
  .no-flexbox .archived-project,
  .flexboxtweener .archived-project {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .archived-project {
    width: 30%;
    max-width: 33.33333333%;
  }
  .no-flexbox .archived-project,
  .flexboxtweener .archived-project {
    width: 33.33333333%;
  }
}
@media (min-width: 1401px) {
  .archived-project {
    width: 15%;
    max-width: 16.66666667%;
  }
  .no-flexbox .archived-project,
  .flexboxtweener .archived-project {
    width: 16.66666667%;
  }
}
.map-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 40px;
  padding-bottom: 55.78125%;
}
.map {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.current-lineup-wrapper hr {
  margin: -20px 0 40px;
}
.current-lineup {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.lineup-card {
  width: 100%;
  margin-bottom: 0;
}
.lineup-card img {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 33px;
}
.lineup-tab-anchor {
  position: relative;
  display: block;
  max-width: 198px;
  height: 347px;
  margin: 0 auto;
}
.lineup-tab-anchor:focus,
.lineup-tab-anchor:hover {
  color: #ff0000;
}
.lineup-tab-anchor:focus:before,
.lineup-tab-anchor:hover:before {
  opacity: 1;
}
.lineup-tab-anchor:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lineup-tab-anchor:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 30px;
  height: 15px;
  margin-left: -15px;
  background: url('../images/down-white.png') top center no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.lineup-card-selected .lineup-tab-anchor {
  color: #ffffff;
}
.lineup-card-selected .lineup-tab-anchor:before,
.lineup-card-selected .lineup-tab-anchor:after {
  opacity: 1;
}
.lineup-bio {
  display: none;
  margin-top: -30px;
  margin-bottom: 25px;
  padding: 40px 0;
}
.lineup-bio-selected {
  display: block;
}
.lineup-bio-name {
  margin-bottom: 35px;
}
.current-lineup-bio_x2 {
  width: 100%;
}
.current-lineup-bio_x2 .lineup-bio {
  width: 100%;
}
.current-lineup-bio_x2-empty {
  width: 0;
}
.no-flexbox .current-lineup-bio_x2,
.flexboxtweener .current-lineup-bio_x2 {
  clear: both;
}
@media (min-width: 481px) {
  .current-lineup {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .lineup-card {
    width: 40%;
    max-width: 50%;
  }
  .no-flexbox .lineup-card,
  .flexboxtweener .lineup-card {
    width: 50%;
  }
}
@media (min-width: 1401px) {
  .current-lineup {
    max-width: none;
  }
  .lineup-card {
    width: 15%;
    max-width: 16.66666667%;
  }
  .lineup-bio {
    margin-top: -40px;
  }
  .no-flexbox .lineup-card,
  .flexboxtweener .lineup-card {
    width: 16.66666667%;
  }
}
.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.slideshow a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideshow img {
  display: block;
  width: 100%;
}
.objectfit .slideshow img {
  height: 100%;
  object-fit: cover;
}
.slideshow-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 110;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  font-size: 0;
  vertical-align: top;
}
.slideshow-dots .active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff0000;
}
.owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 9px;
  padding: 0;
  background: transparent;
  color: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.owl-dot:active,
.owl-dot:focus,
.owl-dot:hover {
  outline: none;
}
.with-slideshow .page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.with-slideshow .page-footer {
  display: none;
}
/* 10. Tables */
/* 11. Forms */
.button {
  display: inline-block;
  min-width: 68px;
  height: 29px;
  padding: 1px 0.5em 0;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: #ff0000;
  background: transparent;
  border: 2px solid currentColor;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s;
}
.button:active,
.button:focus,
.button:hover {
  text-decoration: none;
  color: #ffffff;
  outline: none;
}
.field-search {
  margin-top: 1.11111111em;
  margin-bottom: 1.11111111em;
}
.field-search input {
  display: inline-block;
  text-align: center;
  color: #ff0000;
  background: transparent;
  border: solid #ff0000;
  border-width: 0 0 2px;
  outline: none;
}
[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* 12. Modules */
/* 13. SVG */
svg {
  display: none;
}
.inlinesvg svg {
  display: block;
}
.inlinesvg .png-fallback {
  display: none !important;
}
circle,
path,
polygon,
polyline,
rect {
  fill: currentColor;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
.ico {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.ico svg {
  width: 100%;
  height: 100%;
}
/* 14. JavaScript only */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: block;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* 15. Print */
@media print {
  body {
    color: black;
  }
}
