/* --------------------------------------------
	CODECONTROL.it
	Milano - Via Segantini

/* --------------------------------------------
	GENERAL RULES
-------------------------------------------- */
/* Webfont: EurostileExt-Bla */
@font-face {
  font-family: "EuroExt";
  src: url("../fonts/EurostileExt-Bla.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EurostileExt-Bla.eot?#iefix") format("embedded-opentype"), url("../fonts/EurostileExt-Bla.woff") format("woff"), url("../fonts/EurostileExt-Bla.ttf") format("truetype"), url("../fonts/EurostileExt-Bla.svg#EurostileExt-Bla") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: EurostileCon-Hea */
@font-face {
  font-family: "EuroCon";
  src: url("../fonts/EurostileCon-Hea.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EurostileCon-Hea.eot?#iefix") format("embedded-opentype"), url("../fonts/EurostileCon-Hea.woff") format("woff"), url("../fonts/EurostileCon-Hea.ttf") format("truetype"), url("../fonts/EurostileCon-Hea.svg#EurostileCon-Hea") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: EurostileCon-RegIta */
@font-face {
  font-family: "EurostileConReg";
  src: url("../fonts/EurostileCon-RegIta.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EurostileCon-RegIta.eot?#iefix") format("embedded-opentype"), url("../fonts/EurostileCon-RegIta.woff") format("woff"), url("../fonts/EurostileCon-RegIta.ttf") format("truetype"), url("../fonts/EurostileCon-RegIta.svg#EurostileCon-RegIta") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
* {
  -webkit-font-smoothing: antialiased;
  -webkit-font-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #161615;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
}

::-moz-selection {
  background: #000;
  color: #161615;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #000;
  color: #161615;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #161615;
  color: white;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #161615;
  color: white;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* --------------------------------------------
	TYPE INFOS
-------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  font-family: "EuroCon";
  letter-spacing: 0.03em;
  font-size: 1.12vw;
  line-height: 1.2 !important;
  line-height: 1.3em;
  margin-bottom: 0;
}

ul {
  list-style: none;
}

h2 {
  font-family: "EuroExt";
  letter-spacing: 0.05em;
  font-size: 2.3vw;
}

.red {
  color: #f70402;
}

.title img {
  min-width: 90%;
  max-width: 90%;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes animatedBackground2 {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.cornice-sx {
  position: fixed;
  height: 100%;
  width: 5vw;
  left: 1vw;
  background-image: url("../images/cornice.gif");
  background-repeat: repeat;
  background-size: contain;
  z-index: 99;
  background-position: 0px 0px;
  animation: animatedBackground 47s linear alternate infinite;
  overflow: hidden;
}

.cornice-dx {
  position: fixed;
  height: 100%;
  width: 5vw;
  right: 1vw;
  background-image: url("../images/corniceinvt.gif");
  background-repeat: repeat;
  background-size: contain;
  z-index: 99;
  background-position: 0px 0px;
  background-position: 0px 0px;
  animation: animatedBackground2 47s linear alternate infinite;
  overflow: hidden;
}

.container {
  padding: 0 6vw;
  margin-bottom: 0px;
}

.programming, .art-list, .specials {
  font-family: "EuroCon";
  letter-spacing: 0.05em;
  font-size: 2.3vw;
  line-height: 1.05;
}

.first {
  margin-top: 0px;
}

.row {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
}

.col {
  flex: 1;
  min-height: calc( 48vw - 6vw);
  max-height: calc( 48vw - 6vw);
  align-items: center;
  margin: 1vw;
  overflow: scroll;
  text-align: center;
}

.programming {
  height: 46.5vw;
  margin-top: -4.75vw;
  max-height: fit-content !important;
}

.col-content {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  display: flex;
  padding: 2.5vw;
}
.col-content.special {
  padding-top: 8vw;
}

.about {
  overflow: unset;
}
.about .col-content {
  justify-content: center;
  padding-top: 30px;
  padding: 2vw;
}
.about .col-content span {
  font-family: "EuroExt";
  letter-spacing: 0.05em;
  font-size: 2.3vw;
}

.col-info {
  text-transform: uppercase;
}

.info {
  display: flex;
  flex-direction: column;
}
.info .title-header {
  text-align: center;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  padding-bottom: 1.5vh;
}
.info .info-content {
  text-align: left;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.info .info-content .col {
  text-align: left;
  padding: 0px 15px;
  margin: 0px;
}
.info .info-content .col h3 {
  margin-top: 15px;
  text-align: left;
  font-family: "EuroCon";
  letter-spacing: 0.05em;
  font-size: 2.3vw;
  line-height: 1.05;
  font-weight: normal;
}
.info .info-content .col h3 span {
  font-family: "EuroCon";
  letter-spacing: 0.03em;
  font-size: 1.12vw;
  line-height: 1.2 !important;
  font-weight: normal;
}
.info .info-content .col ul {
  list-style-type: circle;
}
.info .info-content .col ul li {
  margin: 5px 0px;
}
.info .info-wrapper {
  padding: 2vw;
  margin-top: 20px;
  overflow: scroll;
}

.containerInfo {
  max-height: 40vh;
}

.col-info {
  width: 33%;
}
.col-info ul {
  margin: 15px 0px;
}

a {
  text-decoration: none;
}

.slider-bottom-absolute {
  display: none;
}

.visible {
  position: fixed;
  display: block;
  transition: none !important;
  top: 0;
  left: 0px;
  width: 100%;
}
.visible div {
  text-align: center;
}
.visible div img {
  max-width: 600px;
}

.col.art-list span {
  font-size: 75%;
  letter-spacing: 0.8px;
  margin-right: 10px;
  margin-left: -7px;
}

.text p {
  height: 100%;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0;
  text-align: center;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}
.text p:after {
  content: " ";
  height: 40px;
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background: white;
  padding: 17px 0 10px;
  z-index: 10;
  padding-bottom: 8vw;
}
footer .footer-cont {
  text-align: center;
  max-width: 60vw;
}

a:hover {
  color: #027e00;
}

.programming {
  background-image: url("../images/topleft.gif");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.art-list {
  background-image: url("../images/topright.gif");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.specials {
  background-image: url("../images/bottomleft.gif");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.about {
  background-image: url("../images/bottomright.gif");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.about {
  background-image: url("../images/bottomright.gif");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.info-wrapper {
  border-style: double;
  border-width: 10px;
  border-color: #161615;
}

.info-content .col {
  overflow: unset;
  max-height: fit-content !important;
}

.text {
  width: 95%;
  height: 95%;
  overflow: scroll;
  position: relative;
  margin: 0;
  color: white;
  padding: 10%;
  clip-path: circle(50%);
}

.text p {
  height: 250%;
  line-height: 1.2;
  padding: 0;
  text-align: center;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}

.calendly {
  position: fixed;
  width: 100%;
  left:0;
  text-align: center;
  bottom: 1vh;
  z-index: 99999;
  transition: 0.2s all;
}
.calendly:hover {
  bottom: 1.5vh;
  transition: 0.2s all;
}

.calendly img {
  width: 27vw;
  min-width: 130px;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: #fff;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-align: left;
}

.blocker {
  position: fixed;
  top: 0;
  z-index: 9 !important;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 0px;
  box-sizing: border-box;
  background-color: black;
  background-color: transparent;
  text-align: center;
}

.modal-container {
  max-width: 90%;
  padding: 10vw 5vw;
  margin: 0 auto;
  text-align: center;
}
.modal-container p {
  font-family: "EuroCon";
  letter-spacing: 0.05em;
  font-size: 4vw;
}
.modal-container span {
  font-family: "EuroExt";
  letter-spacing: 0.05em;
  font-size: 4vw;
}

.day {
  text-transform: uppercase;
}

.modal a.close-modal {
  position: fixed;
  top: 3vh;
  right: 9vw;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/close.svg) !important;
}

h1.title {
  text-align: center;
  font-family: "EuroExt";
  letter-spacing: 0.05em;
  font-size: 2.3vw;
}

h2.subtitle {
  text-align: center;
  font-family: "EuroCon" !important;
}

.title-section {
  margin-bottom: 5vh;
}

.artist-foot {
  text-align: center;
}
.artist-foot a {
  display: block;
  text-align: center;
}

.open-text, .about-text {
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 5vh;
  font-family: "EuroCon";
  letter-spacing: 0.05em;
  font-size: 2.3vw;
  line-height: 1.05;
}

.controls {
  position: absolute;
  z-index: 9;
  top: 47%;
  width: calc( 100% - 2rem);
  padding-left: 1rem;
  display: flex;
  justify-content: space-between;
}

.controls svg {
  height: 50px;
}

.controls:focus {
  border: none;
  outline: none;
}

.accordion-img {
  position: relative;
  /* padding-left: 5px;
  padding-right: 5px; */
}

.tns-item.tns-slide-active {
  /* margin-left: 10px; */
  cursor: grab;
}
.tns-inner{
  /* margin: 0 -10px !important; */
}
.accordion-img img {
  /* width: 100%;
  min-width: 500px;
  height: auto; */
  min-height: 900px;
  max-height: 900px;
  -webkit-backface-visibility: hidden;

}

.accordion-img li:focus {
  outline: none;
  border: none;
}

.artist-foot {
  margin-top: 30px;
}

.col a {
  text-decoration: none;
  text-transform: uppercase;
}
.col a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.info .info-content .col {
  padding: 0px 15px;
  margin: 0px;
  text-transform: uppercase;
}

.info .info-wrapper {
  margin: 1vw;
}

.single-artist.modal, .programmingpage.modal {
  padding: 10vh 8vw;
}

.programmingpage.modal {
  text-align: center;
  font-family: "EuroCon";
  letter-spacing: 0.05em;
  font-size: 2.3vw;
  line-height: 1.05;
}

.info-thumbnails ul.slider-bottom {
  display: flex;
  flex-direction: row;
  overflow: scroll;
  margin-left: -2vw;
  margin-right: -2vw;
}
.info-thumbnails ul.slider-bottom div img {
/*   height: 125px; */
height: 300px;
  border: 10px double;
  margin: 2px;
}
.info-thumbnails ul.slider-bottom div:first-child {
  margin-left: 2.5vw;
}
.info-thumbnails ul.slider-bottom div:last-child {
  padding-right: 2.5vw;
}
.info-thumbnails .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  padding: 0;
}
.info-thumbnails .visible div img {
  max-width: 70vw;
  max-height: 90vh;
  padding: 0;
  border: 10px double;
  background: white;
  margin-top: 3%;
}

.noClick{
  pointer-events: none;
  cursor: grab !important;
}
.slider-bottom:hover{
    cursor: grab !important;
}

@media only screen and (max-width: 768px) {

  .accordion-img img {
    min-height: 400px;
    max-height: 400px;
    -webkit-backface-visibility: hidden;
  }

  .about {
    overflow: unset !important;
  }
  .about .col-content {
    max-height: 90vw;
  }

  .modal a.close-modal {
    top: 40px;
    right: 10vw;
    display: block;
    width: 40px;
    height: 40px;
  }

  .col-info {
    width: 100%;
  }

  .info-content .col {
    display: flex;
    flex-direction: column;
  }

  .row {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }

  .title {
    min-height: auto !important;
  }

  .col {
    flex: 1;
    min-height: 86vw;
    align-items: center;
    justify-content: center;
    margin: 1vw;
    display: flex;
    overflow: scroll;
    text-align: center;
  }

  .programming {
    height: 95.5vw;
  }

  .info-content .col {
    min-height: auto;
  }

  .container {
    padding: 0rem 6vw;
    margin-bottom: 50px;
  }

  .info-wrapper {
    background-image: none;
    margin: 0vw;
  }

  .info .info-content {
    display: flex;
    flex-direction: column;
  }

  .info .info-wrapper {
    padding: 4vw;
    margin-top: 20px;
    margin: 1vw;
    overflow: scroll;
    border-style: double;
  }

  body {
    margin-bottom: 0;
  }

  .text p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-family: "EuroCon";
    letter-spacing: 0.03em;
    font-size: 11px;
    line-height: 1.2 !important;
  }

  .about .col-content {
    justify-content: center;
    padding-top: 30px;
    padding: 7vw;
  }

  .col-content {
    padding: 4vw;
  }

  .programming, .art-list, .specials {
    font-family: "EuroCon";
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.05;
  }

  .modal-container {
    max-width: 90%;
    padding: 10vw 5vw;
    text-align: center;
  }
  .modal-container p {
    font-family: "EuroCon";
    letter-spacing: 0.05em;
    font-size: 4vh;
  }
  .modal-container span {
    font-family: "EuroExt";
    letter-spacing: 0.05em;
    font-size: 4vh;
  }

  .about .col-content span {
    font-family: "EuroExt";
    letter-spacing: 0.05em;
    font-size: 16px;
  }

  body, .info .info-content .col h3 span, .open-text, .about-text {
    font-family: "EuroCon";
    letter-spacing: 0.03em;
    font-size: 11px;
    line-height: 1.2 !important;
  }

  h2, h1.title, h2.subtitle {
    font-family: "EuroExt";
    letter-spacing: 0.05em;
    font-size: 16px;
  }

  h2.subtitle {
    line-height: 1em;
  }

  .info .info-content .col h3 {
    font-family: "EuroCon";
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.05;
    margin-bottom: 5px;
  }

  .modal a.close-modal {
    top: 12px;
    right: 12vw;
    width: 20px;
    height: 32px;
  }

  footer .footer-cont {
    text-align: center;
    max-width: 75%;
    font-size: 11px;
  }

  a.reserve {
    font-size: 22px !important;
  }

  .col {
    min-height: 81.5vw;
    margin: 3vw;
  }

  .programming {
    height: 90.5vw;
  }

  ul.slider-bottom {
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .cornice-sx {
    animation: animatedBackground 50s linear alternate infinite;
  }

  .cornice-dx {
    animation: animatedBackground2 50s linear alternate infinite;
  }

  .info-thumbnails .visible div img {
    max-width: 80vw;
    max-height: 100vh;
    padding: 23px;
  }

  .info-thumbnails .tns-item, .info-thumbnails .slider-bottom-absolute {
    height: 100vh;
  }

  .accordion-img img {
    min-width: 0;
  }

  .col.art-list span {
    margin-right: 6px;
    margin-left: -2px;
  }
}

.video-frame {
	margin: 12px;
    border: 10px double #000;
    padding: 10px;
}
.video-section {
  position: relative;
  padding-bottom: 56.3%; /* 16:9 */
  height: 0;
}
.video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-frame p {
    margin-top: 10px;
}

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