/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, _mobile.scss */
html {
  height: 100%;
}

/* line 5, _mobile.scss */
body {
  background-color: #FFF6EF;
  color: #000000;
  font-family: superclarendon, serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 40px;
}
/* line 13, _mobile.scss */
body.home {
  padding-bottom: 0;
}
/* line 16, _mobile.scss */
body.home .logo {
  display: block;
}

/* line 22, _mobile.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 30, _mobile.scss */
h1 {
  font-size: 16px;
  line-height: 25px;
  font-family: superclarendon, serif;
  font-weight: 400;
}
/* line 36, _mobile.scss */
h1 a {
  font-size: 16px;
  line-height: 25px;
  font-family: superclarendon, serif;
  font-weight: 400;
  display: block;
  color: #000000;
}

/* line 46, _mobile.scss */
h2 {
  font-size: 16px;
  line-height: 25px;
  font-family: superclarendon, serif;
  font-weight: 400;
}

/* line 53, _mobile.scss */
h3 {
  font-size: 16px;
  line-height: 25px;
  font-family: superclarendon, serif;
  font-weight: 400;
}

/* line 60, _mobile.scss */
h4 {
  font-size: 13px;
  line-height: 15px;
  font-family: superclarendon, serif;
  font-weight: 700;
}

/* line 67, _mobile.scss */
h5 {
  font-size: 16px;
  line-height: 25px;
  font-family: superclarendon, serif;
  font-weight: 300;
}

/* line 74, _mobile.scss */
h6 {
  font-size: 16px;
  line-height: 25px;
  font-family: superclarendon, serif;
  font-weight: 300;
}

/* line 81, _mobile.scss */
p {
  font-size: 16px;
  line-height: 25px;
}

/* line 86, _mobile.scss */
a {
  text-decoration: none;
}

/* line 90, _mobile.scss */
strong {
  font-family: superclarendon, serif;
  font-weight: 700;
}

/* line 95, _mobile.scss */
em {
  font-family: superclarendon, serif;
  font-style: italic;
}

/* line 100, _mobile.scss */
.menuToggle {
  display: block;
  position: fixed;
  z-index: 100;
  top: 27px;
  left: 25px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  outline: 0;
  border: 0;
  text-indent: -9999px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
/* line 118, _mobile.scss */
.menuToggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* line 135, _mobile.scss */
.menuToggle span:nth-child(1) {
  top: 0;
}
/* line 139, _mobile.scss */
.menuToggle span:nth-child(2) {
  top: 8px;
}
/* line 143, _mobile.scss */
.menuToggle span:nth-child(3) {
  top: 16px;
}

/* line 149, _mobile.scss */
.menu {
  position: fixed;
  z-index: 70;
  background-color: #000000;
  color: #FFF6EF;
  width: 290px;
  height: 100%;
  overflow: auto;
  left: -290px;
  top: 0;
  padding: 145px 0 0 50px;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 165, _mobile.scss */
.menu h1 {
  display: none;
  margin-bottom: 25px;
}
/* line 170, _mobile.scss */
.menu a {
  color: #FFF6EF;
}
/* line 174, _mobile.scss */
.menu ul {
  margin-bottom: 25px;
}
/* line 177, _mobile.scss */
.menu ul li {
  font-size: 16px;
  line-height: 25px;
}
/* line 181, _mobile.scss */
.menu ul li ul {
  display: none;
  margin-bottom: 0;
}
/* line 185, _mobile.scss */
.menu ul li ul li {
  padding-left: 26px;
}
/* line 191, _mobile.scss */
.menu ul li.active > a {
  font-family: superclarendon, serif;
  font-weight: 700;
}
/* line 196, _mobile.scss */
.menu ul li.active ul {
  display: block;
}
/* line 203, _mobile.scss */
.menu ul.lang li {
  display: inline;
}
/* line 206, _mobile.scss */
.menu ul.lang li::after {
  display: inline;
  content: " / ";
}
/* line 212, _mobile.scss */
.menu ul.lang li:last-child::after {
  display: none;
}

/* line 222, _mobile.scss */
.menuOpen .menu {
  left: 0;
}
/* line 227, _mobile.scss */
.menuOpen .menuToggle span {
  background: #ffffff;
}
/* line 230, _mobile.scss */
.menuOpen .menuToggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 238, _mobile.scss */
.menuOpen .menuToggle span:nth-child(2) {
  opacity: 0;
  left: -32px;
}
/* line 243, _mobile.scss */
.menuOpen .menuToggle span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 254, _mobile.scss */
.logo {
  display: none;
  position: fixed;
  z-index: 60;
  top: 16px;
  right: 25px;
  width: 112.5px;
  height: 104.5px;
  text-indent: -9999px;
  background-image: url("../img/venice-logo.svg");
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/* line 270, _mobile.scss */
.backgroundImage {
  width: 320px;
  width: 80vw;
  height: 450.0485px;
  height: 112.51212vw;
  margin-top: 80px;
  margin-top: 10vh;
  margin-left: 40px;
  margin-left: 10vw;
  margin-bottom: 80px;
  margin-bottom: 10vh;
  background-repeat: no-repeat;
  -moz-background-size: 320px 450.0485px;
  -o-background-size: 320px 450.0485px;
  -webkit-background-size: 320px 450.0485px;
  background-size: 320px 450.0485px;
  -moz-background-size: 80vw 112.51212vw;
  -o-background-size: 80vw 112.51212vw;
  -webkit-background-size: 80vw 112.51212vw;
  background-size: 80vw 112.51212vw;
}
/* line 285, _mobile.scss */
.backgroundImage.en {
  background-image: url("../img/title-portrait-phone@2x.png");
}
/* line 289, _mobile.scss */
.backgroundImage.tr {
  background-image: url("../img/title-portrait-phone@2x.png");
}

@media screen and (max-width: 959px) and (orientation: landscape) {
  /* line 297, _mobile.scss */
  .backgroundImage {
    width: 480px;
    width: 80vw;
    margin-top: 40px;
    margin-top: 20vh;
    margin-left: 40px;
    margin-left: 10vw;
    margin-bottom: 40px;
    margin-bottom: 16vh;
  }
  /* line 307, _mobile.scss */
  .backgroundImage.en {
    height: 119.88428px;
    height: 19.98071vw;
    -moz-background-size: 480px 119.88428px;
    -o-background-size: 480px 119.88428px;
    -webkit-background-size: 480px 119.88428px;
    background-size: 480px 119.88428px;
    -moz-background-size: 80vw 19.98071vw;
    -o-background-size: 80vw 19.98071vw;
    -webkit-background-size: 80vw 19.98071vw;
    background-size: 80vw 19.98071vw;
    background-image: url("../img/title-en.png");
  }
  /* line 315, _mobile.scss */
  .backgroundImage.tr {
    height: 108.7108px;
    height: 22.64808vw;
    -moz-background-size: 480px 108.7108px;
    -o-background-size: 480px 108.7108px;
    -webkit-background-size: 480px 108.7108px;
    background-size: 480px 108.7108px;
    -moz-background-size: 80vw 22.64808vw;
    -o-background-size: 80vw 22.64808vw;
    -webkit-background-size: 80vw 22.64808vw;
    background-size: 80vw 22.64808vw;
    background-image: url("../img/title-tr.png");
  }
}
/* line 326, _mobile.scss */
.backgroundVideo {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
}

/* line 336, _mobile.scss */
.description {
  display: none;
  position: fixed;
  top: 45px;
  left: 250px;
}

/* line 345, _mobile.scss */
.padded {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 350, _mobile.scss */
.image {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 358, _mobile.scss */
.videoWrapper .video {
  width: 100%;
  height: auto;
  border: none;
  outline: none;
}

/* line 366, _mobile.scss */
.mapWrapper {
  width: 100%;
  height: 600px;
  margin-top: 70px;
}
/* line 371, _mobile.scss */
.mapWrapper .map {
  width: 100%;
  height: 100%;
  border: none;
}

/* line 380, _mobile.scss */
.mobileTitle {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF6EF;
  padding: 25px 10px 10px 125px;
}
/* line 389, _mobile.scss */
.mobileTitle h1 {
  margin-bottom: 19px;
}
/* line 393, _mobile.scss */
.mobileTitle h2,
.mobileTitle h3 {
  font-family: superclarendon, serif;
  font-weight: 700;
}
/* line 399, _mobile.scss */
.mobileTitle h3 {
  text-indent: 40px;
}
/* line 402, _mobile.scss */
.mobileTitle h3.dynamicHeading {
  display: none;
}
/* line 405, _mobile.scss */
.mobileTitle h3.dynamicHeading.active {
  display: block;
}
/* line 411, _mobile.scss */
.mobileTitle::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 54px;
  left: 0;
  bottom: -54px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjZlZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjZlZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff6ef), color-stop(100%, rgba(255, 246, 239, 0)));
  background-image: -moz-linear-gradient(top, #fff6ef, rgba(255, 246, 239, 0));
  background-image: -webkit-linear-gradient(top, #fff6ef, rgba(255, 246, 239, 0));
  background-image: linear-gradient(to bottom, #fff6ef, rgba(255, 246, 239, 0));
}

@media screen and (max-width: 959px) and (orientation: landscape) {
  /* line 426, _mobile.scss */
  .mobileTitle h1 {
    width: 170px;
    margin-bottom: 0;
  }
  /* line 431, _mobile.scss */
  .mobileTitle h2,
  .mobileTitle h3 {
    position: absolute;
    left: 310px;
  }
  /* line 437, _mobile.scss */
  .mobileTitle h2 {
    top: 25px;
  }
  /* line 441, _mobile.scss */
  .mobileTitle h3 {
    top: 44px;
  }
}
/* line 447, _mobile.scss */
.main {
  padding-top: 175px;
  padding-bottom: 150px;
}

/* line 453, _mobile.scss */
#Colophon.main h2 {
  font-family: superclarendon, serif;
  font-style: italic;
  text-align: center;
}
/* line 459, _mobile.scss */
#Colophon.main h3 {
  text-align: center;
  margin-bottom: 27px;
}
/* line 464, _mobile.scss */
#Colophon.main h5 {
  text-align: center;
  margin-bottom: 27px;
}
/* line 469, _mobile.scss */
#Colophon.main h6 {
  text-align: center;
}
/* line 473, _mobile.scss */
#Colophon.main p {
  text-align: center;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
/* line 480, _mobile.scss */
#Colophon.main ul {
  margin-bottom: 27px;
  text-align: center;
}
/* line 484, _mobile.scss */
#Colophon.main ul li {
  font-size: 16px;
  line-height: 25px;
  font-family: superclarendon, serif;
  font-weight: 400;
}
/* line 492, _mobile.scss */
#Colophon.main ul.inline li {
  display: inline;
}
/* line 495, _mobile.scss */
#Colophon.main ul.inline li::after {
  display: inline;
  content: ", ";
}
/* line 501, _mobile.scss */
#Colophon.main ul.inline li:last-child::after {
  display: none;
}

/* line 511, _mobile.scss */
#Press.main a {
  color: #000000;
  text-decoration: underline;
}

/* line 518, _mobile.scss */
#TheArtist.main p + p {
  text-indent: 30px;
}
/* line 522, _mobile.scss */
#TheArtist.main a {
  color: #000000;
  text-decoration: underline;
}
/* line 527, _mobile.scss */
#TheArtist.main .image {
  margin-bottom: 70px;
}
/* line 531, _mobile.scss */
#TheArtist.main .videoWrapper {
  margin-bottom: 70px;
}

/* line 536, _mobile.scss */
#TheExhibition.main {
  padding-bottom: 250px;
}
/* line 540, _mobile.scss */
#TheExhibition.main h2 {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 400;
}
/* line 546, _mobile.scss */
#TheExhibition.main p.quote {
  font-size: 22px;
  line-height: 34px;
  font-family: superclarendon, serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 196px;
}
/* line 555, _mobile.scss */
#TheExhibition.main p + p {
  text-indent: 30px;
}
/* line 559, _mobile.scss */
#TheExhibition.main .center {
  text-align: center;
  text-indent: 0 !important;
}
/* line 564, _mobile.scss */
#TheExhibition.main #Introduction {
  padding-bottom: 196px;
}
/* line 568, _mobile.scss */
#TheExhibition.main #Conversation {
  padding-bottom: 40px;
}
/* line 572, _mobile.scss */
#TheExhibition.main .question,
#TheExhibition.main .answer {
  margin-bottom: 40px;
}
/* line 576, _mobile.scss */
#TheExhibition.main .question h6,
#TheExhibition.main .answer h6 {
  text-align: center;
}
/* line 582, _mobile.scss */
#TheExhibition.main .question h6,
#TheExhibition.main .question p {
  font-family: superclarendon, serif;
  font-weight: 700;
}
/* line 587, _mobile.scss */
#TheExhibition.main .question h6 i,
#TheExhibition.main .question p i {
  font-family: superclarendon, serif;
  font-style: italic;
}
/* line 595, _mobile.scss */
#TheExhibition.main .answer h6,
#TheExhibition.main .answer p {
  font-family: superclarendon, serif;
  font-weight: 300;
}
/* line 600, _mobile.scss */
#TheExhibition.main .answer h6 i,
#TheExhibition.main .answer p i {
  font-family: superclarendon, serif;
  font-style: italic;
}

/* line 608, _mobile.scss */
#TheLivePerformance.main {
  text-align: center;
}
/* line 611, _mobile.scss */
#TheLivePerformance.main h2 {
  font-family: superclarendon, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 34px;
}
/* line 619, _mobile.scss */
#TheLivePerformance.main h3 {
  font-family: superclarendon, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
}
/* line 627, _mobile.scss */
#TheLivePerformance.main ul {
  margin-bottom: 27px;
}
/* line 630, _mobile.scss */
#TheLivePerformance.main ul li {
  display: inline;
  font-size: 16px;
  line-height: 25px;
  font-family: superclarendon, serif;
  font-weight: 400;
}
/* line 637, _mobile.scss */
#TheLivePerformance.main ul li::after {
  display: inline;
  content: ", ";
}
/* line 643, _mobile.scss */
#TheLivePerformance.main ul li:last-child::after {
  display: none;
}
/* line 650, _mobile.scss */
#TheLivePerformance.main .videoWrapper {
  margin-bottom: 30px;
}

/* line 656, _mobile.scss */
#ThePublication.main h2 {
  text-align: center;
}
/* line 660, _mobile.scss */
#ThePublication.main h3 {
  font-family: superclarendon, serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 27px;
}
/* line 667, _mobile.scss */
#ThePublication.main p {
  font-family: superclarendon, serif;
  font-weight: 400;
}
/* line 671, _mobile.scss */
#ThePublication.main p + p {
  text-indent: 30px;
}
/* line 674, _mobile.scss */
#ThePublication.main p + p.caption {
  text-indent: 0;
}
/* line 679, _mobile.scss */
#ThePublication.main p.caption {
  font-family: superclarendon, serif;
  font-weight: 300;
  text-align: center;
  margin-top: 53px;
}
/* line 687, _mobile.scss */
#ThePublication.main .videoWrapper {
  margin-top: 90px;
}

/* line 693, _mobile.scss */
.spaceholder {
  height: 300px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 700, _mobile.scss */
.spaceholder p {
  font-family: superclarendon, serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
}

/* line 710, _mobile.scss */
.galleryWrapper {
  padding-left: 60px;
  padding-right: 60px;
}

/* line 716, _mobile.scss */
.gallery img {
  display: block;
  max-width: 100%;
  outline: none;
  border: 0;
}
/* line 723, _mobile.scss */
.gallery .caption {
  font-size: 12px;
  line-height: 19px;
  font-family: superclarendon, serif;
  font-weight: 400;
}
/* line 730, _mobile.scss */
.gallery .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 38px;
  height: 32px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
/* line 749, _mobile.scss */
.gallery .slick-arrow.slick-prev {
  left: -53px;
  background-image: url("../img/left-arrow.svg");
}
/* line 754, _mobile.scss */
.gallery .slick-arrow.slick-next {
  right: -53px;
  background-image: url("../img/right-arrow.svg");
}
/* line 759, _mobile.scss */
.gallery .slick-arrow.slick-disabled {
  opacity: 0.5;
}
/* line 763, _mobile.scss */
.gallery .slick-arrow::after {
  display: none;
}

/* line 789, _mobile.scss */
.sponsors {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* line 794, _mobile.scss */
.sponsors li {
  display: inline-block;
}
/* line 798, _mobile.scss */
.sponsors h4 {
  position: relative;
  text-align: center;
}
/* line 802, _mobile.scss */
.sponsors h4::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #000000;
}
/* line 812, _mobile.scss */
.sponsors .icon {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
/* line 819, _mobile.scss */
.sponsors .icon.iksv {
  background-image: url("../img/iksv-logo.svg");
}
/* line 823, _mobile.scss */
.sponsors .icon.fiat {
  background-image: url("../img/fiat-logo.svg");
}
/* line 827, _mobile.scss */
.sponsors .icon.tcktb {
  background-image: url("../img/tcktb-logo-tr.svg?v=2");
}
/* line 830, _mobile.scss */
.sponsors .icon.tcktb.en {
  background-image: url("../img/tcktb-logo-en.svg?v=2");
}
/* line 835, _mobile.scss */
.sponsors .icon.tcdb {
  background-image: url("../img/tcdb-logo-tr.svg");
}
/* line 838, _mobile.scss */
.sponsors .icon.tcdb.en {
  background-image: url("../img/tcdb-logo-en.svg");
}
/* line 843, _mobile.scss */
.sponsors .icon.saha {
  background-image: url("../img/saha-logo.svg");
}

/* line 849, _mobile.scss */
.footer {
  position: relative;
  width: 100%;
  background-color: #FFF6EF;
}

@media screen and (orientation: portrait) and (max-width: 600px) {
  /* line 864, _mobile.scss */
  .footer .sponsors {
    width: 320px;
  }
  /* line 867, _mobile.scss */
  .footer .sponsors li {
    width: 102px;
    height: 88.82075px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
  }
  /* line 874, _mobile.scss */
  .footer .sponsors li h4 {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 20px;
  }
  /* line 879, _mobile.scss */
  .footer .sponsors li h4::after {
    bottom: -10px;
    width: 82px;
    margin-left: -41px;
  }
  /* line 886, _mobile.scss */
  .footer .sponsors li .icon {
    height: 44.82075px;
  }
  /* line 889, _mobile.scss */
  .footer .sponsors li .icon.iksv {
    -moz-background-size: 126.72375px 42.95775px;
    -o-background-size: 126.72375px 42.95775px;
    -webkit-background-size: 126.72375px 42.95775px;
    background-size: 126.72375px 42.95775px;
  }
  /* line 893, _mobile.scss */
  .footer .sponsors li .icon.fiat {
    -moz-background-size: 44.72625px 44.82075px;
    -o-background-size: 44.72625px 44.82075px;
    -webkit-background-size: 44.72625px 44.82075px;
    background-size: 44.72625px 44.82075px;
  }
  /* line 897, _mobile.scss */
  .footer .sponsors li .icon.tcktb {
    -moz-background-size: 58.05px 36.9px;
    -o-background-size: 58.05px 36.9px;
    -webkit-background-size: 58.05px 36.9px;
    background-size: 58.05px 36.9px;
  }
  /* line 900, _mobile.scss */
  .footer .sponsors li .icon.tcktb.en {
    -moz-background-size: 90.69619px 36.9px;
    -o-background-size: 90.69619px 36.9px;
    -webkit-background-size: 90.69619px 36.9px;
    background-size: 90.69619px 36.9px;
  }
  /* line 905, _mobile.scss */
  .footer .sponsors li .icon.tcdb {
    -moz-background-size: 33.10844px 36.9px;
    -o-background-size: 33.10844px 36.9px;
    -webkit-background-size: 33.10844px 36.9px;
    background-size: 33.10844px 36.9px;
  }
  /* line 908, _mobile.scss */
  .footer .sponsors li .icon.tcdb.en {
    -moz-background-size: 76.13159px 36.9px;
    -o-background-size: 76.13159px 36.9px;
    -webkit-background-size: 76.13159px 36.9px;
    background-size: 76.13159px 36.9px;
  }
  /* line 913, _mobile.scss */
  .footer .sponsors li .icon.saha {
    -moz-background-size: 31.425px 31.425px;
    -o-background-size: 31.425px 31.425px;
    -webkit-background-size: 31.425px 31.425px;
    background-size: 31.425px 31.425px;
  }
  /* line 918, _mobile.scss */
  .footer .sponsors li:first-child {
    width: 140px;
  }
  /* line 922, _mobile.scss */
  .footer .sponsors li:first-child h4::after {
    width: 120px;
    margin-left: -60px;
  }
  /* line 930, _mobile.scss */
  .footer .sponsors li:last-child h4 {
    font-size: 8px;
    line-height: 10px;
  }
}
@media screen and (orientation: landscape) and (max-width: 600px) {
  /* line 950, _mobile.scss */
  .footer .sponsors {
    width: auto;
  }
  /* line 953, _mobile.scss */
  .footer .sponsors li {
    width: 70px;
    height: 66.86855px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  /* line 960, _mobile.scss */
  .footer .sponsors li h4 {
    font-size: 7px;
    line-height: 9px;
    margin-bottom: 16px;
  }
  /* line 965, _mobile.scss */
  .footer .sponsors li h4::after {
    bottom: -8px;
    width: 50px;
    margin-left: -25px;
  }
  /* line 972, _mobile.scss */
  .footer .sponsors li .icon {
    height: 32.86855px;
  }
  /* line 975, _mobile.scss */
  .footer .sponsors li .icon.iksv {
    -moz-background-size: 92.93075px 31.50235px;
    -o-background-size: 92.93075px 31.50235px;
    -webkit-background-size: 92.93075px 31.50235px;
    background-size: 92.93075px 31.50235px;
  }
  /* line 979, _mobile.scss */
  .footer .sponsors li .icon.fiat {
    -moz-background-size: 32.79925px 32.86855px;
    -o-background-size: 32.79925px 32.86855px;
    -webkit-background-size: 32.79925px 32.86855px;
    background-size: 32.79925px 32.86855px;
  }
  /* line 983, _mobile.scss */
  .footer .sponsors li .icon.tcktb {
    -moz-background-size: 42.57px 27.06px;
    -o-background-size: 42.57px 27.06px;
    -webkit-background-size: 42.57px 27.06px;
    background-size: 42.57px 27.06px;
  }
  /* line 986, _mobile.scss */
  .footer .sponsors li .icon.tcktb.en {
    -moz-background-size: 66.51054px 27.06px;
    -o-background-size: 66.51054px 27.06px;
    -webkit-background-size: 66.51054px 27.06px;
    background-size: 66.51054px 27.06px;
  }
  /* line 991, _mobile.scss */
  .footer .sponsors li .icon.tcdb {
    -moz-background-size: 24.27952px 27.06px;
    -o-background-size: 24.27952px 27.06px;
    -webkit-background-size: 24.27952px 27.06px;
    background-size: 24.27952px 27.06px;
  }
  /* line 994, _mobile.scss */
  .footer .sponsors li .icon.tcdb.en {
    -moz-background-size: 55.82984px 27.06px;
    -o-background-size: 55.82984px 27.06px;
    -webkit-background-size: 55.82984px 27.06px;
    background-size: 55.82984px 27.06px;
  }
  /* line 999, _mobile.scss */
  .footer .sponsors li .icon.saha {
    -moz-background-size: 23.045px 23.045px;
    -o-background-size: 23.045px 23.045px;
    -webkit-background-size: 23.045px 23.045px;
    background-size: 23.045px 23.045px;
  }
  /* line 1004, _mobile.scss */
  .footer .sponsors li:first-child {
    width: 110px;
  }
  /* line 1008, _mobile.scss */
  .footer .sponsors li:first-child h4::after {
    width: 90px;
    margin-left: -45px;
  }
  /* line 1016, _mobile.scss */
  .footer .sponsors li:last-child h4 {
    font-size: 6px;
    line-height: 8px;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  /* line 1037, _mobile.scss */
  .footer .sponsors {
    width: auto;
  }
  /* line 1040, _mobile.scss */
  .footer .sponsors li {
    width: 102px;
    height: 88.82075px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  /* line 1047, _mobile.scss */
  .footer .sponsors li h4 {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 20px;
  }
  /* line 1052, _mobile.scss */
  .footer .sponsors li h4::after {
    bottom: -10px;
    width: 82px;
    margin-left: -41px;
  }
  /* line 1059, _mobile.scss */
  .footer .sponsors li .icon {
    height: 44.82075px;
  }
  /* line 1062, _mobile.scss */
  .footer .sponsors li .icon.iksv {
    -moz-background-size: 126.72375px 42.95775px;
    -o-background-size: 126.72375px 42.95775px;
    -webkit-background-size: 126.72375px 42.95775px;
    background-size: 126.72375px 42.95775px;
  }
  /* line 1066, _mobile.scss */
  .footer .sponsors li .icon.fiat {
    -moz-background-size: 44.72625px 44.82075px;
    -o-background-size: 44.72625px 44.82075px;
    -webkit-background-size: 44.72625px 44.82075px;
    background-size: 44.72625px 44.82075px;
  }
  /* line 1070, _mobile.scss */
  .footer .sponsors li .icon.tcktb {
    -moz-background-size: 58.05px 36.9px;
    -o-background-size: 58.05px 36.9px;
    -webkit-background-size: 58.05px 36.9px;
    background-size: 58.05px 36.9px;
  }
  /* line 1073, _mobile.scss */
  .footer .sponsors li .icon.tcktb.en {
    -moz-background-size: 90.69619px 36.9px;
    -o-background-size: 90.69619px 36.9px;
    -webkit-background-size: 90.69619px 36.9px;
    background-size: 90.69619px 36.9px;
  }
  /* line 1078, _mobile.scss */
  .footer .sponsors li .icon.tcdb {
    -moz-background-size: 33.10844px 36.9px;
    -o-background-size: 33.10844px 36.9px;
    -webkit-background-size: 33.10844px 36.9px;
    background-size: 33.10844px 36.9px;
  }
  /* line 1081, _mobile.scss */
  .footer .sponsors li .icon.tcdb.en {
    -moz-background-size: 76.13159px 36.9px;
    -o-background-size: 76.13159px 36.9px;
    -webkit-background-size: 76.13159px 36.9px;
    background-size: 76.13159px 36.9px;
  }
  /* line 1086, _mobile.scss */
  .footer .sponsors li .icon.saha {
    -moz-background-size: 31.425px 31.425px;
    -o-background-size: 31.425px 31.425px;
    -webkit-background-size: 31.425px 31.425px;
    background-size: 31.425px 31.425px;
  }
  /* line 1091, _mobile.scss */
  .footer .sponsors li:first-child {
    width: 140px;
  }
  /* line 1095, _mobile.scss */
  .footer .sponsors li:first-child h4::after {
    width: 120px;
    margin-left: -60px;
  }
  /* line 1103, _mobile.scss */
  .footer .sponsors li:last-child h4 {
    font-size: 8px;
    line-height: 10px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1122, _mobile.scss */
  .footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  /* line 1129, _mobile.scss */
  .footer .sponsors {
    width: auto;
    margin-top: 20px;
  }
  /* line 1133, _mobile.scss */
  .footer .sponsors li {
    width: 179px;
    height: 139.48213px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  /* line 1140, _mobile.scss */
  .footer .sponsors li h4 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 30px;
  }
  /* line 1145, _mobile.scss */
  .footer .sponsors li h4::after {
    bottom: -15px;
    width: 159px;
    margin-left: -79.5px;
  }
  /* line 1152, _mobile.scss */
  .footer .sponsors li .icon {
    height: 79.48213px;
  }
  /* line 1155, _mobile.scss */
  .footer .sponsors li .icon.iksv {
    -moz-background-size: 224.72345px 76.17841px;
    -o-background-size: 224.72345px 76.17841px;
    -webkit-background-size: 224.72345px 76.17841px;
    background-size: 224.72345px 76.17841px;
  }
  /* line 1159, _mobile.scss */
  .footer .sponsors li .icon.fiat {
    -moz-background-size: 79.31455px 79.48213px;
    -o-background-size: 79.31455px 79.48213px;
    -webkit-background-size: 79.31455px 79.48213px;
    background-size: 79.31455px 79.48213px;
  }
  /* line 1163, _mobile.scss */
  .footer .sponsors li .icon.tcktb {
    -moz-background-size: 102.942px 65.436px;
    -o-background-size: 102.942px 65.436px;
    -webkit-background-size: 102.942px 65.436px;
    background-size: 102.942px 65.436px;
  }
  /* line 1166, _mobile.scss */
  .footer .sponsors li .icon.tcktb.en {
    -moz-background-size: 160.83459px 65.436px;
    -o-background-size: 160.83459px 65.436px;
    -webkit-background-size: 160.83459px 65.436px;
    background-size: 160.83459px 65.436px;
  }
  /* line 1171, _mobile.scss */
  .footer .sponsors li .icon.tcdb {
    -moz-background-size: 58.7123px 65.436px;
    -o-background-size: 58.7123px 65.436px;
    -webkit-background-size: 58.7123px 65.436px;
    background-size: 58.7123px 65.436px;
  }
  /* line 1174, _mobile.scss */
  .footer .sponsors li .icon.tcdb.en {
    -moz-background-size: 135.00669px 65.436px;
    -o-background-size: 135.00669px 65.436px;
    -webkit-background-size: 135.00669px 65.436px;
    background-size: 135.00669px 65.436px;
  }
  /* line 1179, _mobile.scss */
  .footer .sponsors li .icon.saha {
    -moz-background-size: 55.727px 55.727px;
    -o-background-size: 55.727px 55.727px;
    -webkit-background-size: 55.727px 55.727px;
    background-size: 55.727px 55.727px;
  }
  /* line 1184, _mobile.scss */
  .footer .sponsors li:first-child {
    width: 226px;
  }
  /* line 1188, _mobile.scss */
  .footer .sponsors li:first-child h4::after {
    width: 206px;
    margin-left: -103px;
  }
  /* line 1196, _mobile.scss */
  .footer .sponsors li:last-child h4 {
    font-size: 13px;
    line-height: 15px;
  }
}
/* line 1209, _mobile.scss */
#Colophon.main .sponsors {
  width: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
/* line 1214, _mobile.scss */
#Colophon.main .sponsors li {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}
/* line 1221, _mobile.scss */
#Colophon.main .sponsors li h4 {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}
/* line 1226, _mobile.scss */
#Colophon.main .sponsors li h4::after {
  bottom: -10px;
  width: 180px;
  margin-left: -90px;
}
/* line 1233, _mobile.scss */
#Colophon.main .sponsors li .icon {
  height: 65.7371px;
}
/* line 1236, _mobile.scss */
#Colophon.main .sponsors li .icon.iksv {
  -moz-background-size: 185.8615px 63.0047px;
  -o-background-size: 185.8615px 63.0047px;
  -webkit-background-size: 185.8615px 63.0047px;
  background-size: 185.8615px 63.0047px;
}
/* line 1240, _mobile.scss */
#Colophon.main .sponsors li .icon.fiat {
  -moz-background-size: 65.5985px 65.7371px;
  -o-background-size: 65.5985px 65.7371px;
  -webkit-background-size: 65.5985px 65.7371px;
  background-size: 65.5985px 65.7371px;
}
/* line 1244, _mobile.scss */
#Colophon.main .sponsors li .icon.tcktb {
  -moz-background-size: 85.14px 54.12px;
  -o-background-size: 85.14px 54.12px;
  -webkit-background-size: 85.14px 54.12px;
  background-size: 85.14px 54.12px;
}
/* line 1247, _mobile.scss */
#Colophon.main .sponsors li .icon.tcktb.en {
  -moz-background-size: 133.02109px 54.12px;
  -o-background-size: 133.02109px 54.12px;
  -webkit-background-size: 133.02109px 54.12px;
  background-size: 133.02109px 54.12px;
}
/* line 1252, _mobile.scss */
#Colophon.main .sponsors li .icon.tcdb {
  -moz-background-size: 48.55905px 54.12px;
  -o-background-size: 48.55905px 54.12px;
  -webkit-background-size: 48.55905px 54.12px;
  background-size: 48.55905px 54.12px;
}
/* line 1255, _mobile.scss */
#Colophon.main .sponsors li .icon.tcdb.en {
  -moz-background-size: 111.65967px 54.12px;
  -o-background-size: 111.65967px 54.12px;
  -webkit-background-size: 111.65967px 54.12px;
  background-size: 111.65967px 54.12px;
}
/* line 1260, _mobile.scss */
#Colophon.main .sponsors li .icon.saha {
  -moz-background-size: 46.09px 46.09px;
  -o-background-size: 46.09px 46.09px;
  -webkit-background-size: 46.09px 46.09px;
  background-size: 46.09px 46.09px;
}
/* line 1265, _mobile.scss */
#Colophon.main .sponsors li:first-child {
  width: 253px;
}
/* line 1269, _mobile.scss */
#Colophon.main .sponsors li:first-child h4::after {
  width: 240px;
  margin-left: -120px;
}

@media screen and (min-width: 960px) {
  /* line 1282, _mobile.scss */
  #Colophon.main .sponsors {
    width: 480px;
    margin-bottom: 0;
  }
  /* line 1286, _mobile.scss */
  #Colophon.main .sponsors li {
    display: inline-block;
    width: 155px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  /* line 1293, _mobile.scss */
  #Colophon.main .sponsors li h4 {
    font-size: 12px;
    line-height: 19px;
  }
  /* line 1297, _mobile.scss */
  #Colophon.main .sponsors li h4::after {
    width: 135px;
    margin-left: -67.5px;
  }
  /* line 1303, _mobile.scss */
  #Colophon.main .sponsors li:first-child {
    width: 200px;
  }
  /* line 1307, _mobile.scss */
  #Colophon.main .sponsors li:first-child h4::after {
    width: 180px;
    margin-left: -90px;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  /* line 8, _desktop.scss */
  body.home {
    height: 100%;
  }

  /* line 13, _desktop.scss */
  .menuToggle {
    display: none;
  }

  /* line 17, _desktop.scss */
  .menu {
    position: fixed;
    top: 45px;
    left: 50px;
    width: 200px;
    height: auto;
    background-color: transparent;
    color: #000000;
    padding: 0;
    -moz-transition-property: none;
    -o-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
    overflow: visible;
  }
  /* line 30, _desktop.scss */
  .menu h1 {
    display: block;
  }
  /* line 34, _desktop.scss */
  .menu a {
    color: #000000;
  }

  /* line 40, _desktop.scss */
  .menuOpen .menu {
    left: 50px;
  }

  /* line 45, _desktop.scss */
  .logo {
    display: block;
    top: 36px;
    right: 49px;
    width: 164px;
    height: 152.5px;
  }

  /* line 53, _desktop.scss */
  .backgroundImage {
    opacity: 1;
    -moz-animation: fadeIn 0.5s linear 2s;
    -webkit-animation: fadeIn 0.5s linear 2s;
    animation: fadeIn 0.5s linear 2s;
    animation-fill-mode: both;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 89%;
    -o-background-size: 89%;
    -webkit-background-size: 89%;
    background-size: 89%;
  }
  /* line 62, _desktop.scss */
  .backgroundImage.en {
    background-image: url("../img/title-en.png");
  }
  /* line 66, _desktop.scss */
  .backgroundImage.tr {
    background-image: url("../img/title-tr.png");
  }

  /* line 71, _desktop.scss */
  .backgroundVideo {
    display: block;
  }

  /* line 75, _desktop.scss */
  .description {
    display: block;
  }

  /* line 79, _desktop.scss */
  .footer {
    height: 189px;
  }

  /* line 83, _desktop.scss */
  .mobileTitle {
    display: none;
  }

  /* line 87, _desktop.scss */
  .main {
    padding-top: 45px;
    padding-bottom: 150px;
    margin-left: 250px;
    margin-right: 250px;
  }

  /* line 101, _desktop.scss */
  #Colophon.main .padded,
  #Press.main .padded,
  #TheArtist.main .padded,
  #TheExhibition.main .padded,
  #TheLivePerformance.main .padded,
  #ThePublication.main .padded,
  #VisitorInfo.main .padded {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 111, _desktop.scss */
  #Press.main {
    padding-top: 98px;
  }

  /* line 115, _desktop.scss */
  #TheArtist.main {
    padding-top: 98px;
  }
  /* line 118, _desktop.scss */
  #TheArtist.main .image {
    width: 75%;
  }

  /* line 123, _desktop.scss */
  #TheExhibition.main {
    padding-top: 147px;
  }

  /* line 127, _desktop.scss */
  #TheLivePerformance.main {
    padding-top: 98px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 144, _desktop.scss */
  #Colophon.main .padded,
  #Press.main .padded,
  #TheArtist.main .padded,
  #TheExhibition.main .padded,
  #TheLivePerformance.main .padded,
  #ThePublication.main .padded,
  #VisitorInfo.main .padded {
    width: 50%;
  }

  /* line 150, _desktop.scss */
  #TheArtist.main .image {
    width: 50%;
  }
}
