/************ Curated by 2022 ***********/
/* opencall */
.page_holder {
  font-family: "barlow_regular", sans-serif;
  width: 95%;
  max-width: 900px;
  margin: 200px auto 0;
  position: relative;
}

.page_block_small {
  font-size: 12px;
}

.landing_bfbb_btn {
  border: 1px solid black;
  padding: 10px 15px;
  margin: 20px 0 50px;
  display: inline-block;
  background: black;
  color: white;
}

#opencall_submite_btn,
#opencall_submite_btn_2 {
  cursor: pointer;
}

#registration_holder {
  max-width: 800px;
  margin: auto;
}

.page_intro {
  width: 100%;
  margin: 200px 0 100px;
  position: relative;
}

.page_title {
  font-size: 1.5em;
  margin-bottom: 20px;
}


.opencall_register .gallery_register_input {
  max-width: unset;
  min-width: unset;

  padding: 5px;
  margin: 8px 5px;
  font-size: 18px;
  color: #414a4c;
  font-family: "open_sansregular", "Helvetica Neue";

  border: 1px solid;
  background: white;
  height: 35px;
}


.opencall_register select.gallery_register_input {
  background-color: white;
  border: 1px solid black;
}

.opencall_register #gallery_address_country {
  max-width: 80px;
}

.opencall_register span.select2-selection.select2-selection--single {
  border: 1px solid black;
  border-radius: 0;
  background: white;
  padding: 2px 5px;
  height: 36px;
  outline: none;
}

.opencall_register span.select2-selection__arrow {
  background: url(../img/round_arrow.png) no-repeat calc(100% - 8px);
  background-size: 20px;
}

.opencall_register .slice_input_field_title {
  position: absolute;
  top: 0px;
  left: 5px;
  font-size: 10px;
  transform: translate(0px, -50%);
  color: #9c9c9c;
  letter-spacing: 1px;
}

.opencall_register textarea.slice_input {
  height: 70px;
  min-height: 40px;
  border: 1px solid black;
  background-color: white;
}

.opencall_register .number_input {
  width: 130px;
}

.opencall_register .slice_input_date_big {
  margin: 8px 5px;
}


/************ END Curated by 2022 ***********/




/************ Curated by 2021 ***********/


/* Cookie */

#cookie_warning {
  font-family: "barlow_regular", sans-serif;
  font-weight: 400;
  /* padding: 20px 30px; */
  /* margin: 10px; */
  /* border-radius: 3px; */
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  /* border: 2px solid #ddd; */
  z-index: 1001;
  /* color: rgb(228, 83, 61); */
  background-color: white;
  box-shadow: 0 5px 15px 4px rgb(0 0 0 / 10%);
  /* font-size: 16px; */
  width: 100%;

  border-top: 2px solid black;
}

#data_cookies {
  font-family: "barlow_regular", sans-serif;
  font-size: 18px;
}

.cookie_warning_text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 1em;
}

#data_cookies .cookie_warning_text {
  font-size: 18px;
  margin: 15px 0 30px;
}

.cookie95p {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

#data_cookies .cookie95p {
  width: 100%;
  margin: 100px 0;
}

.cookie1000 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 40px auto;
}

#data_cookies .cookie1000 {
  margin: 40px auto 20px;
}

.cookieHeader {
  font-size: 36px;
}

.cookieLeft {
  width: 100%;
}

.cookieRight {
  min-width: 300px;
}

.cookieButtonHolder {
  display: flex;
}

.cookieButtonRelHolder,
.cookieButtonMarkHolder {
  display: flex;
  margin-right: 50px;

  cursor: pointer;
}

.cookieSelect {
  position: relative;
}

.cookieSelect input[type='checkbox'] {
  cursor: pointer;
  position: relative;
  /* left: -1px;
  top: -1px; */
  z-index: 7;
  width: 25px;
  -webkit-appearance: none;
  height: 25px;
  margin: 0;
}

#cookie_nec_check {
  cursor: default;
}


.cookieSelect input[type='checkbox']+label {
  position: relative;
  left: -25px;
}

.cookieSelect input[type='checkbox']+label::before {
  content: '';
  display: block;
  float: left;
  z-index: 5;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 20px;
}

#data_cookies .cookieSelect input[type='checkbox']+label::before {
  /* border: 1px solid black; */
}

.cookieSelect input[type='checkbox']:checked+label::before {
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px black;
  border-color: #fff;
}

.cookieSelect input[type='checkbox']:checked+label.necText::before {
  opacity: 0.5;
}

#data_cookies .cookieSelect input[type='checkbox']:checked+label::before {
  /* background-color: black;
  box-shadow: inset 0px 0px 0px 2px white;
  border-color: black; */
}





.cookieRight {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 18px !important;
}

.cookieRight button {
  font-family: "barlow_regular", sans-serif;
  width: 265px;
  color: white;
  background-color: black;
  /* border-radius: 50px; */
  border: 1px solid white;
  font-size: 18px;
}

#data_cookies .cookieRight button.cookieSave {
  background-color: white;
  color: black !important;
  border: 1px solid black;
}

#data_cookies .cookieRight button.cookieSave:hover {
  background-color: black;
  color: white !important;
  border: 1px solid white;
}

.cookieHover:hover,
#cookie_warning .cookieRight button.cookieAcceptAll {
  /* background-color: rgb(228, 83, 61);; */
  color: white !important;
}

.markText {
  /* background-color: rgb(228, 83, 61); */
}

#cookie_mark_check {
  /* border: 2px solid rgb(228, 83, 61); */
  border-radius: 50%;
}

#cookie_nec_check:checked,
#cookie_mark_check:checked {
  /* background-color: rgb(228, 83, 61); */
  border-radius: 50%;
}

.cookieButtonHolder {
  padding: 5px;
}






.cookie_warning_text a {
  text-decoration: underline;
}

#cookie_warning #cookie_consent,
#data_cookies #cookie_consent {
  background-color: #1a1a1a;
  border: 2px solid transparent;
  font: inherit;
}

/* #cookie_warning button:first-of-type {
  margin-right: 10px;
} */

#cookie_warning button,
#data_cookies button {
  padding: 10px 20px;
  /* border-radius: 3px; */
  /* background-color: #1a1a1a; */
  color: white;
  transition: all 0.1s linear;
  cursor: pointer;
  margin-top: 15px;
}

#cookie_warning button {
  color: white;
  /* background-color: rgb(228, 83, 61);; */
}


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

  .cookie1000,
  .cookieButtonHolder {
    flex-direction: column;
  }

  #data_cookies {
    width: 95%;
    margin: auto;
  }



  .cookieRight button {
    width: 100%;
  }

  .cookieSelect {
    margin-bottom: 10px;
  }

  .cookieButtonHolder {
    margin: 30px 0;
  }

}

/* end Cookie */


#loader {
  background: white;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.9;
  animation: blink 2s infinite;
}

#loader img {
  width: 150px;
}


@-webkit-keyframes blink {
  0% {
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.9;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.9;
  }
}

@keyframes blink {
  0% {
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.9;
  }
}


/* general */
p {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-end: 0px;
  -moz-margin-start: 0px;
  -moz-padding-end: 0px;
  -moz-padding-start: 0px;
  padding: 0px;
  margin: 0px;
}

img,
iframe,
video {
  max-width: 100%;
  max-height: 100%;
}


a {
  text-decoration: inherit;
  color: inherit;
  border: 0;
}

html {
  overflow-x: hidden;
}





#content {
  visibility: hidden;
  overflow-x: hidden;
}

#content::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.lightbox {
  overflow: hidden;
}

.lb-outerContainer {
  overflow: hidden;
}

.lb-container {
  overflow-y: hidden;
}

.lb-details {
  overflow: hidden;
}


/************** home page ***********/

.mobileMarker {
  display: none;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "GTAmerica_regular", "Helvetica Neue";
  font-weight: 400;
  margin: 0px auto;
  padding: 0px;

  height: 100%;
  font-size: 18px;
  touch-action: manipulation;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*   background: url(../img/red_background.svg) no-repeat;
  background-size: cover; */

}

#container {
  visibility: visible;
  /* width: 95%;
  max-width: 1500px;
  margin: 82px auto 0; */
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

#home_container {
  /* margin-top: 82px; */
}

.partner {
  margin-left: 25px;
}

.partner img {
  height: 30px;
}


/* 2022 css_____________________________________ */


#events_section_container,
#map_section_container,
#g_c_section_section_container {
  width: calc(100% - 72px);
  max-width: 1200px;
  padding: 20px 0;
  margin: 0 auto 50px;
  /* background-color: white; */
}

#events_section_container {

  padding: 20px;
  margin: 0 auto 100px;
  background-color: white;
}

#map_section_container {
  margin: 20px auto;
  padding-bottom: 100px;
}


.newMapHolder {
  max-height: 0px;
  overflow-y: hidden;
  transition: all 400ms ease;
  /* padding: 0 20px 20px; */
  padding: 20px 20px;
  /* margin: 20px 0; */

  background-color: white;
}

.newMapHolder.opened {
  max-height: 2000px;
  transition: all 400ms ease;
}

.newMapHolder.opened .diag_arrow {
  transform: rotate(-90deg);
  transition: all 400ms ease;
}

.newMapHeader {
  /* margin-bottom: 30px; */
}

/* .newMapTextHolder {
  margin-bottom: 30px;
} */

.newMapText {
  cursor: pointer;
  /* margin-bottom: 20px; */
}

.newMapHolder .arrow {
  color: black;
}

.newMapHolder .arrow:after {
  background-color: black;
}

.diag_arrow::after {
  /* transform: rotate(-90deg); */
  content: '';
  height: 2px;
  width: 150%;
  /* background-color: rgb(228, 83, 61); */
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}


.more_less_text {
  /* color: rgb(228, 83, 61); */
}

.singleEvent .more_less_text {
  color: black !important;
}

.diag_arrow.active {
  transform: rotate(-90deg);
}

/* #events_section_container .more_less,
#map_section_container .more_less
 {
  color:rgb(228, 83, 61);
}

#events_section_container .diag_arrow,
#map_section_container .diag_arrow
{
  color:rgb(228, 83, 61);
}

#map_section_container .diag_arrow::after
{
  background-color:rgb(228, 83, 61);
} */


* {
  margin: 0;
  padding: 0;

  /* overflow-x: hidden;*/
  /* WHAT IS THIS FOR??? */

  /* font-family: sans-serif; */
  /* font-weight: 700; */
}

.fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  display: flex;
  justify-content: space-between;

  font-family: "GTAmerica_regular", "Helvetica Neue";
  font-weight: 400;

  z-index: 12;

  display: none;

}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;

  background-color: white;
  border-bottom: 2px solid black;

  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;

}

.leftHeader {
  margin-left: 36px;
}

.rightHeader {
  margin-right: 36px;
}

body.noScroll {
  overflow: hidden;
  height: 100vh;
}

html.noScroll {
  overflow: hidden;
  height: 100vh;
}

.fixedMenuBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;

  position: fixed;
  bottom: -1px;

  width: 100%;
  height: 60px;
  background-color: white;
  border-top: 2px solid black;

  font-size: 24px;

  z-index: 10001;
}

.fixedMenuBottom.activate {

  border-top: unset;
  border-bottom: 2px solid black;
}



.curatedByLoader {
  font-family: 'GT-America-Compressed-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
  /* font-size: 120px; */
  font-size: 4.6em;
  line-height: 85px;
  overflow: hidden;
}

.curatedByLogo {
  font-family: 'GT-America-Compressed-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
  /* font-size: 120px; */
  font-size: 4.4em;
  line-height: 85px;
  overflow: hidden;
}

/* .customFooter {
  position: fixed;
  width: 100%;
  bottom: -62px;
  left: 0;
  height: 60px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: white;
  border-top: 2px solid black;
  
  font-size: 24px;

  transition: bottom 200ms ease;

  z-index: 1000;

}

.customFooter.active62 {
  bottom: 58px;
}

.customFooter.active {
  bottom: 0px;
}



.customFooter .leftElem,
.customFooterMobile .leftElem
 {
  margin-left: 36px;
}

.customFooter .rightElem,
.customFooterMobile .rightElem
 {
  margin-right: 36px;
}

.customFooter .leftElem div,
.customFooterMobile .leftElem div
 {
  margin-right: 12px;
}

.customFooter .rightElem div,
.customFooterMobile .rightElem div
 {
  margin-left: 5px;
}


.customFooter div,
.customFooterMobile div
 {
  color: black !important;
  display: flex;
}

.customFooterMobile {
  position: fixed;
  width: 100%;
  bottom: -62px;
  left: 0;
  height: 60px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: white;
  border-top: 2px solid black;
  
  font-size: 24px;

  transition: bottom 200ms ease;

}

.customFooterMobile.active62 {
  bottom: 61px;
}

.customFooterMobile.active {
  bottom: 0px;
}

.cRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;

  padding: 0 36px; 
}

.cRowTwo {
  border-top: 2px solid black;
}

.iconElem {
  width: 20px;
  height: 20px;
}


.leftPartMenu {

  display: flex;
  margin-left: 36px;
  cursor: pointer;
}
.rightPartMenu {
  margin-right: 36px;
  cursor: pointer;

}

.arrowSpan {
  margin-left: 10px;
  transform: rotate(-90deg);
}

.arrowElem {
  height: 20px;
  width: 20px;
  object-fit: contain;
  transform: rotate(-90deg);
}


.arrowElem.turn {
  height: 20px;
  width: 20px;
  object-fit: contain;
  transform: rotate(90deg);
}


.overlayArrow {
  display: flex;
  align-items: center;
  min-width: 20px;
}


.arrowMore {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.overlayContainer {
  height: calc(100vh - 60px);
  overflow-x: hidden;
} */


/* new menu 2023 */

.fixedMenuBottom {
  padding: 0 20px;
}

.leftPartMenu {
  display: flex;

  cursor: pointer;
}

.rightPartMenu {

  cursor: pointer;
}


.customFooter {
  position: fixed;
  bottom: 0;
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 15px 20px;
  padding-bottom: 0;
  border-top: 2px solid black;
  background-color: white;
  z-index: 10000;
  font-size: 24px;

  /* height: 120px; */
  /* max-height: 0; */
  transition: all 200ms ease;
}

.customFooter.opened {
  padding-bottom: 75px;
}

.customFooter .leftElem {
  display: flex;
  gap: 30px;
}

.customFooter .rightElem {
  display: flex;
  gap: 30px;
}


.customFooterMobile {
  position: fixed;
  bottom: 0;
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 15px 20px;
  padding-bottom: 0;
  border-top: 2px solid black;
  background-color: white;
  z-index: 100;

  /* height: 120px; */
  /* max-height: 0; */
  transition: all 200ms ease;

}

.customFooterMobile.opened {
  padding-bottom: 75px;
}

.customFooterMobile .leftElem {
  display: flex;
  gap: 10px;
}

.customFooterMobile .rightElem {
  display: flex;
  gap: 10px;
}

    .iconElem {
      width: 30px;
      height: 30px;
      cursor: pointer;
    }
  
    .cFooterElem {
      cursor: pointer;
    }



.overlay2023 {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  /* height: 0; */
  background-color: white;

  z-index: 999;

  overflow: hidden;
  transition: all 300ms ease-in;
}

.overlay2023.opened {
  height: 100vh;
  overflow: scroll;
}


.overlayArrow {
  width: 20px;
  height: 20px;
}



.desktopOverlay {
  display: block;
}

.mobileOverlay {
  display: none;
}

.galleryRow {

  font-size: 20px;

  border-bottom: 2px solid black;

  opacity: 0;
  transition: all 100ms ease-in;
}

.galleryRow.opac {
  opacity: 1;

  transition: all 300ms ease-in;

}

.galleryRow.opac:first-child {
  border-top: 2px solid black;
}

.galleryRowInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 36px;
  padding: 10px 0;

  cursor: pointer;

}

.overlayGallery,
.overlayCurator,
.overlayArrow {
  cursor: pointer;
}

.overlayGallery {
  width: 40%;
}

.overlayCurator {
  width: 50%;
}







/* new menu 2023 end */














a {
  text-decoration: none;

}



.landingSection {
  position: relative;

  width: 100vw;
  height: 100vh;

  /* margin-top: 60px; */


  background-color: white;
  overflow: hidden;

  /* background: url(../img/logo/curatedby23_SD_header_ohnetext.svg);
  background-size: 2500px;
  background-position: center; */

  display: flex;
  justify-content: center;
  align-items: center;
}

.BGFlexer {
  display: flex;
}


.landingBG {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100vh;

  background-color: lightgrey;
}

.landingBG img {
  display: block;

  width: 2005px;
  height: 500px;
  max-width: unset;
  max-height: unset;

  object-fit: cover;
  object-position: bottom right;
}

.landingBG2 {
  position: absolute;
  top: 0;
  left: 2000px;

  width: 2000px;
  height: 100vh;
}

.landingBG2 img {
  display: block;

  width: 2000px;
  height: 500px;
  max-width: unset;
  max-height: unset;

  object-fit: cover;
  object-position: bottom right;
}



.landingSection h1 {
  /* font-size: 128px; */
  display: flex;
  flex-direction: column;

  position: absolute;
  top: 243px;
}

.landingSection h1 .holdLetters {
  display: inline-flex;
}

.landingSection h1 div {
  /* background-color: white; */
  /* font-family: "GTAmerica_medium", sans-serif; */
  height: fit-content;
  /* line-height: 128px; */
  line-height: 120px;
  font-size: 207px;

  position: relative;

}

.holdLetters {
  letter-spacing: ßpx;
}

.landingSection h1 .oneLetter {

  z-index: 1;

}

.landingSection h1 .oneLetter::before {

  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
  background-color: white;
  z-index: -1;

}

.landingSection h1 .t::before {
  height: 136px;
  top: 1px;
  left: 1px;
  width: 68px;
}

.landingSection h1 .h::before {
  height: 149px;
  top: -12px;
}



.landingSection h1 .e::before {
  height: 103px;
  top: 30px;
  left: 0px;
  width: 81px;
}

.landingSection h1 .e2::before {
  height: 103px;
  top: 34px;
  left: 0px;
  width: 100px;
}


.landingSection h1 .n::before,
.landingSection h1 .u::before,
.landingSection h1 .r::before,
.landingSection h1 .a::before {
  height: 103px;
  top: 34px;
  left: 0;
  width: 100px;
}

/* .landingSection h1 .n::before {
    height: 60px;
      top: 44px;
}
.landingSection h1 .u::before {
    height: 60px;
      top: 44px;
}
.landingSection h1 .r::before {
    height: 60px;
      top: 44px;
}
.landingSection h1 .a::before {
    height: 60px;
      top: 44px;
} */
.landingSection h1 .l::before {
  height: 149px;
  top: -12px;
  left: 0px;
  width: 100%;
}

h2 span {}



.mobileFooterLinkHolder {
  display: none;

  position: absolute;

  justify-content: space-between;

  width: calc(100% - 72px);
  margin: 0 auto;
  bottom: 10px;
  left: 36px;
}

.yearTop {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%);
}

.kelet {}

.keletText {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 50%;
  min-width: 1000px;
  margin: 0 auto;

  font-family: "GTAmerica_medium", sans-serif;
  font-size: 150px;
  font-weight: 900;
  letter-spacing: 20px;

}

.keletTextHeader {
  font-family: "GTAmerica_medium", sans-serif;
  /* font-size: 150px; */
  font-weight: 900;
  letter-spacing: 20px;
}

.middleText {
  width: 35%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  line-height: 1.2em;

}

.subtitle,
.runningText {
  font-family: 'STIX Two Text', serif;
  font-weight: 500;
}

.runningText {
  text-align: justify;
}

.landingArticle {
  font-family: "GTAmerica_medium", sans-serif;
  /* font-weight: 600; */
}

.arrowRight {
  transform: scale(1.2);
}

.sun {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 500px;
  height: 500px;

  border-radius: 50%;

  background-color: rgb(228, 83, 61);
  animation-name: sunrising;
  animation-duration: 30000ms;
  /* animation-delay: 2000ms; */
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}



@keyframes sunrising {
  from {
    transform: translate(-50%, 100%);
  }

  to {
    transform: translate(-50%, calc(100% - 100px));
  }
}



.nextSection {
  width: 100%;
  height: 200vh;
}

.curatedByLogoWrapper {
  position: absolute;
  right: 70px;
  bottom: 120px;

  font-size: 18px;

}


.fixedFooterLinks {
  display: flex;
  justify-content: space-between;
  width: 340px;

  margin-top: 20px;

  font-family: "GTAmerica_regular", "Helvetica Neue";
  font-size: 16px;

  color: white;
}

.absFooterLinks {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;

  /* margin: 20px auto 80px auto; */
  margin-bottom: 80px;
  padding-bottom: 50px;

  font-family: "GTAmerica_regular", "Helvetica Neue";
  font-size: 20px;

}

.whiteSpace {
  width: 100%;
  height: 200px;
}





/* 2022 css end_________________________________ */













/* home */
#home_container {
  /* background-color: lightblue; */
}

.home_section {
  /* margin-bottom: 80px; */
}

.home_collapse_controler {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.home_collapse_content {
  /* padding: 20px 0; */
}

.section_header {}

.section_title {
  /* font-family: "GTAmerica_medium", "Helvetica Neue";

  font-size: 50px;
  font-size: clamp(40px, 5vw, 60px); */
  font-size: 36px;
}


/* home top (galleries) */
#g_le_section_container {
  /* color: whitesmoke; */
}

#galleries_container {
  position: relative;
}

#jumb_to {
  font-size: 22px;
  position: absolute;
  top: -60px;
}

#galleries_top_container {
  color: whitesmoke;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  min-height: calc(100vh - 226px);
  padding: 40px 0;
}

#galleries_top_container:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 150%;
  min-height: 300vh;
  background: url(../img/red_background.svg);
  background-size: cover;
  background-position: 40% 150px;
  display: block;
  z-index: -2;
}

.red_background {
  position: relative;
  color: whitesmoke;
}

.red_background:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 150%;
  min-height: 300vh;
  background: url(../img/red_background.svg);
  background-size: cover;
  background-position: 40% 150px;
  display: block;
  z-index: -2;
}

.home_big_col {
  box-sizing: border-box;
  width: 48%;
}

.gallery_curator_container {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}

.curator,
.gallery {
  width: 45%;
}

#information_container {
  font-size: 30px;
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}



#information_container #info_text_container {
  align-self: flex-start;
  width: 32%;
  min-width: 205px;
}

#information_container #info_text_container .home_col_block {
  margin-bottom: 40px;
}

#information_container #cb_img_container {
  position: relative;
  width: 66%;
  max-width: calc(100% - 220px);
  margin: auto 0 auto auto;
}

#information_container #cb_img_container img {
  max-width: 420px;
  margin: 50px 0 50px auto;
  display: block;
  max-width: calc(100% - 40px);
}

.date_info {
  font-size: 18px;
  margin-top: 5px;
}

/* image recreation */
#curatedby_title_start_date {
  width: 300px;
  height: 300px;
  background: white;
  padding: 20px;
  font-size: 20px;
  font-family: 'GT-America-', 'Helvetica Neue', 'Helvetica', "Arial";
  /* font-weight: 700; */
  /* font-family: 'GT-America-Compressed-Bold', 'Helvetica Neue', 'Helvetica', "Arial"; */
  color: black;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /* box-sizing: border-box; */
}

/* taric */
#curatedby_title_start_date img {
  height: 340px;
}

#essay_container {
  font-size: 18px;
  width: 440px;
  margin-left: auto;
}


#essay_container a {
  padding-left: 8px;
  border-bottom: 1px solid;
}

.arrow_icon {
  width: 7px;
  height: 7px;
  border: solid white;
  display: inline-block;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  position: relative;
  top: -2px;
}

.arrow_icon:after {
  content: '';
  position: absolute;
  height: 1px;
  background: white;
  width: 200%;
  transform: rotate(-45deg);
  top: 5px;
  right: -2px;
}

#curateby_title {
  font-family: 'GT-America-Compressed-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
  /* font-size: 120px; */
  font-size: 4.6em;
  line-height: 85px;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-bottom: 5px solid black;
}

#curatedby_date {
  font-family: 'GTAmerica_medium', 'Helvetica Neue', 'Helvetica', "Arial";
  font-weight: 700;
  /* font-family: 'GT-America-Condensed-Bold', 'Helvetica Neue', 'Helvetica', "Arial"; */
  width: 50%;
  font-size: 24px;
  line-height: 30px;
}


#curatedby_city {
  font-family: 'GTAmerica_medium', 'Helvetica Neue', 'Helvetica', "Arial";
  width: 40%;
  font-size: 1.66em;

  line-height: 30px;
}


/* banner */
#logo_banner_container_slider {
  position: relative;
  width: 100vw;
  height: 85px;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 30px 0 30px;
  color: black;
  display: flex;
  /* display: none; */
}

#logo_banner_container_slider:hover .logo_banner_container {
  animation-play-state: paused;
}

.logo_banner_container {
  min-width: 5500px;
  display: flex;
  align-items: center;
  animation: marquee 60s linear infinite;
  -webkit-animation: marquee 60s linear infinite;
  justify-content: space-around;
}


.banner_text {
  font-size: 28px;
  line-height: 30px;
  width: 300px;
  text-align: center;
  margin: 0 30px;
}


.banner_logo {
  height: 100%;
  margin: 0 30px;
  width: 100%;
}

.banner_logo a {
  width: 100%;
}

.banner_logo img {
  display: block;
  height: 100%;
  /* max-width: 400px; */

  width: 100%;
  max-width: 400px;

  object-fit: contain;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* end banner */
/* essay  page */
#essay_page_container {
  max-width: 900px;
  margin: 150px auto;
}

#essay_main_title {
  font-family: 'GT-America-Compressed-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
  font-size: 90px;
  line-height: 1em;
  margin: 60px 0 10px;
}

#essay_quote {
  font-family: 'GT-America-Regular-Italic', 'Helvetica Neue', 'Helvetica', "Arial";
  font-size: 22px;
}

.essay_title {
  font-family: 'GT-America-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
  font-size: 22px;
  margin: 40px 0 30px;
}

.essay_text {
  line-height: 1.6em;
}

#resources:before {
  content: '';
  display: block;
  height: 1px;
  background-color: black;
  width: 200px;
  max-width: 50%;
  margin-bottom: 30px;
}

.italic {
  /* font-family: 'GT-America-Regular-Italic', 'Helvetica Neue', 'Helvetica', "Arial"; */
}


#resources {
  font-family: 'GT-America-Regular-Italic', 'Helvetica Neue', 'Helvetica', "Arial";
  position: relative;
  margin: 120px 0 0;

}

.src_container {
  display: flex;
  font-size: 15px;
  margin-bottom: 10px;
}

.src_nr {
  margin-right: 10px;
  min-width: 10px;
}

sup {
  font-size: 10px;
}


/** live event **/

#live_section_container {
  display: none;
}

.full_video_holder {
  position: relative;
  /* width: 100vw;
  left: 50%;
  transform: translate(-50%, 0); */
  height: 100vh;
  border: none;
  margin-left: auto;
  margin-right: auto;
}


.video_holder {
  position: relative;
  width: 100%;
  height: 100%;
}

.embed_holder.full_embed_holder {
  width: 100vw;
  height: 100vh;
}

.embed_holder {
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.embed_holder iframe {
  width: 100%;
  height: 100%;
  padding-top: 83px;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.vimeo_video {
  display: block;
}

.full_video_img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  /*   object-position: top; */
}

.full_video_holder video {
  display: block;
  object-fit: contain;
}

.embed_holder.full_embed_holder .video_buttons_holder {
  top: 100px;
}


.video_buttons_holder {
  position: absolute;
  z-index: 1;
  margin: 10px 0px 5px;
  right: 10px;
  top: 10px;
  height: 40px;
  bottom: unset;
  left: unset;
}

.video_big_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  height: unset;
  /* max-width: 100px; */
  background: transparent;
  border-radius: 100px;
  z-index: 1;
  object-fit: contain;
  border: 0;
}

.video_play,
.video_pause,
.video_mute,
.video_unmute {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-right: 10px;
}

.full_video_text {
  font-size: 28px;
  text-shadow: 0px 0px 20px #ffffff38;
  position: absolute;
  left: 0;
  bottom: 50px;
}


.live_tag {
  cursor: pointer;
  font-size: 20px;
  background: black;
  color: white;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

@media (max-width: 850px) {
  .live_tag {
    top: 100px;
  }
}

#container.live_event,
.live_event #home_container {
  margin-top: 0;
}

.live_event #g_le_section_container {
  display: none;
}

.live_event #live_section_container {
  display: block;
}

.live_event #menu_container {
  color: black !important;
}



/** end live event **/


/** events **/



.event_types_filter,
.cc_event_types_filter {
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
  padding: 2px 40px;
  border: 1px solid black;
  border-radius: 20px;
}

.cc_event_types_filter {
  border-color: white;

}

.cc_event_types_filter.active,
.cc_event_types_filter:hover {
  color: black;
  background: white;
}

.event_types_filter.active,
.event_types_filter:hover {
  color: white;
  background: black;
}

#cc_events_section_container {
  overflow: hidden;
  padding: 15px 15px 30px;
}




.allEventsContainer {
  position: relative;
  max-height: 400px;

}

.allEventsContainer.opened {
  max-height: 10000px;
  transition: all 1000ms ease;
}


.toggleProgram {

  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: 100%;
  height: 50px;

  background: linear-gradient(to bottom, rgba(255, 255, 255, 50%), white);

  cursor: pointer;
}


.allEventsContainer.limited_events {
  /* max-height: 820px; */
  overflow: hidden;
  /* padding-bottom: 60px; */
}

.allEventsContainer.limited_events.active {
  max-height: unset;
}

.limited_events_more.active {
  display: none;
}

.limited_events_more {
  position: sticky;
  bottom: -60px;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent -40%, white 40%);
  text-align: center;
  padding: 38px 0px 0;
  cursor: pointer;
}

.eventDateHeader {
  font-size: 24px;
  /*   font-weight: bold; */
  margin: 25px 0 15px;
}

.singleEvent,
.cc_singleEvent {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 0;
  overflow: hidden;
  border-top: 1px solid;
}



.singleEvent:last-child,
.cc_singleEvent:last-child {
  border-bottom: 1px solid;
}


.eventTime {
  flex: 1;
}

.eventTitleWrapper {
  flex: 5;
}

.eventMore {
  flex: 1;
  text-align: center;
}

.eventStream {
  flex: 2;
  display: flex;
  align-items: center;
}

.eventText {
  padding: 30px 0 10px;
}

.italicText {
  font-style: italic;
}



/* booking */

.cc_eventTitle {
  display: flex;
  justify-content: space-between;
}

.evnet_title_text {
  max-width: calc(100% - 110px);
}

.booking_overlay {
  color: black;
  z-index: 13;
  position: fixed;
  top: 0;
  padding-top: 10vh;
  max-height: 90vh;
  left: 50%;
  transform: translate(-50%, 0px);
  overflow: scroll;
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;

}

.book_event_btn {
  cursor: pointer;
  border: 1px solid black;
  font-size: 18px;
  padding: 0 10px;
  color: white;
  background-color: black;
  display: inline-block;
  margin-top: 20px;
  width: 40%;
  margin: 20px 0px 0 auto;
  padding: 8px 10px;
}

.booking_overlay .overlay_content {
  margin: 60px 0;
  text-align: center;
  z-index: 15;
  background-color: white;

  padding: 10px;
  max-width: 1000px;
  display: flex;
  flex-flow: column nowrap;
  align-self: center;
  justify-content: center;
  width: 90vw;
  min-width: 50vw;
  min-height: 50vh;
}

.booking_overlay .overlay_header {
  margin-bottom: 20px;
  font-size: 1.5em;
}

.booking_overlay .overlay_text {
  font-size: 1em;
  margin-bottom: 20px;
}

/* close btn */
.booking_overlay .close_btn {
  width: 40px;
  height: 50px;
  position: fixed;
  top: 30px;
  right: 20px;
  background: transparent;
  margin-left: 10px;
  cursor: pointer;
  z-index: 14;
  display: none;
}

.booking_overlay .overlay_hr {
  transition: all ease-out 0.5s;
  width: 100%;
  border: none;
  border-radius: 3px;
  position: absolute;
  background: black;
  /* background-image: linear-gradient(90deg, #ff2da1 20%, #ff0023 80%); */
  top: 10%;
  height: 2px;
}

.booking_overlay .close_btn #overlay_hr1 {
  transform: rotate(45deg);
  background-image: linear-gradient(90deg,
      black 0%,
      rgb(222, 251, 69) 50%,
      black 100%);
}

.booking_overlay .close_btn #overlay_hr2 {
  transform: rotate(-45deg);
}

/** end events **/



/** map **/
#map {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1500px;
  height: 60vw;
  max-height: calc(100vh - 180px);
  margin: 0px auto 20px;
  /* margin-top: 20px; */
}

.miniTitle {
  font-size: 24px;
}

#map_section_collapse {
  position: relative;
}

#show_all_markers {
  padding: 7px 10px;
  display: none;
  z-index: 1;
  position: absolute;
  cursor: pointer;
  left: 35px;
  /* top: 12px; */
  top: 410px;
  box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  color: #666666;
}

.show_on_map {
  cursor: pointer;
  font-family: "GTAmerica_regular", "Helvetica Neue";
  font-size: 20px;

}

/** end map **/


/** galleries & curators **/





#galleries_curators_container {
  /* margin: 30px 0 100px; */

      position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
}

.gallery_block {
  position: relative;
  /* margin-bottom: 90px; */
  margin-top: 0;
  padding-top: 0;
  /* padding-bottom: 10px; */

  /* taric */
  overflow: hidden;

}

.gallery_block_gallery_name {
  font-family: "GTAmerica_regular", "Helvetica Neue";

}

.headerPlaceholder {
  display: none;
  width: 100%;
  height: 99px;
}

.gallery_block_header {
  position: relative;
  top: 0;
  padding: 20px;
  /* border-bottom: 1px solid black; */
  background-color: white;
  /* height: 80px; */
  box-sizing: border-box;
  z-index: 11;
}

.gallery_block_title {
  font-size: 28px;
  max-width: calc(100% - 120px);

  cursor: pointer;
}

/* gallery names sticky */


.gallery_block_content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  transition: all 1000ms ease;
}

.gallery_block.active .gallery_block_content {
  max-height: 10000px !important;
}




/* taric xxx */


.about_mosaic {
  position: relative;

  max-height: 160px;
  overflow: hidden;
  margin-bottom: 40px;

  /* transition: all 200ms ease; */
}

.about_mosaic:after {
  content: '';
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  height: 30%;
  max-height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.about_mosaic.opened {

  max-height: 10000px;
}

.about_mosaic.opened:after {

  display: none;
}

.mosaicTextOpener {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* padding-top: 20px; */
  height: 20px;
  background-color: white;

  cursor: pointer;
}


/* .pdf_mosaic .mosaic_text,
.bio_mosaic .mosaic_text
 {
  position: relative;
  max-height: 110px;
  overflow-y: hidden;
  transition: all 400ms ease;
} */

/* .pdf_mosaic  .mosaic_text:after,
.bio_mosaic  .mosaic_text:after 
{
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 50px;
  max-height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  background: -webkit-linear-gradient(to bottom, transparent, white);
  pointer-events: none;
} */

.pdf_mosaic .mosaic_text.coll:after,
.bio_mosaic .mosaic_text.coll:after {
  display: none;
}

.pdf_mosaic .mosaic_text.coll,
.bio_mosaic .mosaic_text.coll {
  max-height: 20000px;
}

.pdf_mosaic .mosaicTextOpener,
.bio_mosaic .mosaicTextOpener {
  width: 100%;
  height: 25px;
  background-color: white;

  position: absolute;
  bottom: -3px;
  overflow-x: unset;

  padding-top: 20px;

  cursor: pointer;
}

.pdf_mosaic .exhTextCollInfo,
.bio_mosaic .exhTextCollInfo {
  display: inline;
  height: 15px;
  transform: rotate(90deg);
}

.pdf_mosaic .exhTextCollArrow,
.bio_mosaic .exhTextCollArrow {
  margin-left: 10px;
  height: 15px;
  transform: rotate(90deg);
}

.pdf_mosaic .mosaic_text.coll .exhTextCollArrow,
.bio_mosaic .mosaic_text.coll .exhTextCollArrow {
  margin-left: 10px;
  height: 15px;
  transform: rotate(270deg);
}

/* taric xxx end */


/* taric zzz */

.vid_mosaic {
  margin-bottom: 20px;
}

.video_holder {
  overflow-x: unset;
}

.video_holder .embed_holder {
  display: flex;
  align-items: center;
}

.video_holder .embed_holder iframe {
  padding: unset !important;


}


/* taric zzz end */




/* .gallery_block_mosaic {
  width: calc(33% - 15px);
  margin-bottom: 30px;
} */



.gallery_block_mosaic .mosaic_header {
  margin-bottom: 20px;
  min-height: 44px;
}

.vp-center {
  align-items: unset !important;
}

/* taric */
.notBold {
  font-family: 'barlow_regular', 'Helvetica Neue', 'Helvetica', "Arial" !important;
}

.artists_mosaic .mosaic_header {
  font-family: 'GT-America-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
  min-height: unset;
}

/* taric end */

.mosaic_media {
  overflow: hidden;
  height: 400px;
  /* height: 50vw; */
}

.mosaic_media .img_link {
  height: 100%;
  overflow: hidden;
}

/* .mosaic_media img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left top;
} */

.curator_image_credit {
  /* display: none; */
  font-size: 14px;
  margin-top: 5px;
  color: rgb(120, 120, 120);
  /* color: black; */
}

.gallery_block .more_less {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: white;
  padding: 4px 0;
}



.gallery_block .diag_arrow::after {
  content: '';
  height: 2px;
  width: 150%;
  background-color: rgb(228, 83, 61);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.gallery_block.active .diag_arrow {
  transform: rotate(-90deg);
  color: rgb(228, 83, 61)
}

.gallery_block.active .diag_arrow::after {
  transform: rotate(-90deg);
  content: '';
  height: 2px;
  width: 150%;
  background-color: rgb(228, 83, 61);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}





.mosaic_pill {
  border: 1px solid black;
  padding: 4px 35px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
}

.mosaic_pill:hover {
  color: white;
  background-color: black;
}

@media screen and (max-width:900px) {
  /* .gallery_block_header.stickyHeader {
    top: 62px;
  } */

  .vid_mosaic {

    height: calc(50vw);
  }

  .vp-center {
    align-items: unset !importantp;
  }

  .gallery_block_curator_name {
    font-size: 24px;
  }

  .show_on_map {
    font-size: 24px;
  }


  .gallery_block_content {
    flex-flow: column nowrap;
  }

  .gallery_block_mosaic {
    width: 100%;
    margin-bottom: 20px;
  }

  .gallery_block_mosaic .mosaic_header {
    margin-bottom: 15px;
    /* font-family: 'GT-America-Bold', 'Helvetica Neue', 'Helvetica', "Arial"; */
    min-height: unset;
  }

  .artists_mosaic .mosaic_header {
    margin-bottom: 0;
    font-family: 'GT-America-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
    min-height: unset;
  }

  .singleEvent,
  .cc_singleEvent {
    flex-direction: column;
    padding: 22px 0;
  }

  .eventStream {

    position: absolute;
    bottom: 28px;
    right: 0;
  }

  .eventTitleWrapper {
    margin: 15px 0px;
  }

  .eventMore {
    /* border: 1px solid; */
    /* margin-bottom: 15px; */
    /* padding: 4px 10px 6px; */
  }

  .eventTime {
    font-family: 'GT-America-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
  }

  .mosaic_pill {
    margin-top: 17px;
  }

  .gallery_block .more_less {

    text-align: left;

  }

  .gallery_block .more_less .more_less_text {
    border: 1px solid;
    padding: 4px 10px;
  }

  .gallery_block .more_less .diag_arrow {
    display: none;
  }

  .gallery_block .more_less {
    bottom: -30px;
  }
}

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



  .gallery_block_title {
    font-size: 20px;
  }


  /* added 10.06 */
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;

  }

  .middleText {
    font-size: 16px !important;
  }

  .gallery_block_curator_name {
    font-size: 20px;
  }

  .customFooterMobile {
    font-size: 16px;
  }

  #col_container {
    width: calc(100% - 72px) !important;
  }

  .absFooterLinks {
    width: calc(100% - 72px);
  }




}


/* Artworks */
.art_gallery_close_btn.active {
  display: block;
  top: 26px;
  position: absolute;
}

.art_gallery_overlay.active {
  display: flex;
  opacity: 1;

  /* taric */
  z-index: 1001;
}

.art_gallery_overlay {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.art_gallery_info_block {
  position: relative;
  width: 50%;
  background: white;
  height: 100%;
  max-width: 450px;
  min-width: 300px;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: scroll;
  padding-bottom: 100px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.art_gallery_info_block::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.art_gallery_img_block {
  max-width: calc(100% - 450px);
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.art_gallery_img {
  width: 90%;
  height: calc(90% - 160px);
  object-fit: contain;
  max-width: 900px;
  max-height: 900px;
  margin: auto;
  padding-top: 15px;
}

.sub_images_container {
  width: 95%;
  height: 100px;
  margin: auto auto 30px;
  display: flex;
  flex-flow: row nowrap;
  overflow: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.sub_images_containe::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.art_gallery_subimg {
  margin: 0 10px;
  cursor: pointer;
}

/* info block */
.art_gallery_title {
  font-size: 35px;
  margin-bottom: 10vh;
  margin-top: 20px;
  max-width: calc(100% - 45px);
}

.art_gallery_label {
  font-size: 18px;
  color: gray;
}

.art_gallery_info {
  margin: 5px 0 20px;
  font-size: 22px;
}

.curator_overlay .art_gallery_info {
  font-size: 20px;
  line-height: 1.4em;
}

.art_gallery_inq_btn {
  background-color: white;
  border: 1px solid black;
  box-sizing: border-box;
  text-align: center;
  /* height: 40px; */
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-52%, 0px);
  width: calc(100% - 30px);
  max-width: 400px;
}

.art_gallery_inq_btn.active {
  max-width: unset;
  cursor: unset;
}

.art_gallery_inq_btn.active .inq_text {
  display: none;
}

.art_gallery_inq_btn.active .art_gallery_inq_form {
  display: flex;
}

.art_gallery_inq_form_close {
  font-size: 35px;
  position: absolute;
  top: -4px;
  right: 1px;
  display: none;
  z-index: 10;
  width: 40px;
  height: unset;
  cursor: pointer;
}

.art_gallery_inq_btn.active .art_gallery_inq_form_close {
  display: block;
}

.art_gallery_inq_form {
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding: 35px 10px 10px;
  display: none;
  flex-flow: column nowrap;
  align-self: center;
}

.art_gallery_inq_form .overlay_text {
  font-size: 20px;
  margin-bottom: 30px;
}


/* inquire overlay */
.inquire_overlay .overlay_content {
  text-align: left;
  padding: 30px;
  box-sizing: border-box;
}

.overlay_form {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  font-size: 18px;
  font-family: "barlow_regular", sans-serif;
  width: 100%;
  margin: auto;
}

.overlay_text_input {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  font-size: 18px;
  font-family: "barlow_regular", sans-serif;
  border-bottom: 1px solid;
  outline: none;
  box-sizing: border-box;
}

.overlay_name {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.overlay_text_input_name {
  width: calc(50% - 20px);
}

.form_btn {
  cursor: pointer;
  box-sizing: border-box;
  height: 34px;
  margin: 7px 5px;
  margin-bottom: 14px;
  border: 1px solid black;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  min-width: 150px;
  justify-content: center;
}

.form_btn:hover {
  color: white;
  background-color: black;
}

.reg_error_holder {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  text-align: center;
}


/** end galleries & curators **/

/** curated circle **/
#cc_log_in_container {
  margin-top: 10vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

#cc_logo {
  width: 40px;
  margin-bottom: 60px;
}

.cc_text_big {
  font-size: 22px;
}

#cc_text {
  max-width: 390px;
  text-align: left;
  font-size: 20px;
}

#cc_welcome {
  text-align: center;
  font-size: clamp(25px, 10vw, 70px);
  margin-bottom: 30px;
}

.cc_input {
  border: 0 !important;
  border-bottom: 1px solid white !important;
  padding: 0 0 5px 0 !important;
  background: transparent !important;
  color: white !important;
}

.cc_input::placeholder {
  color: white !important;
}

.cc_btn {
  box-sizing: border-box;
  padding: 5px 0 !important;
  height: 35px !important;
  border-color: white !important;
}

.cc_btn:hover {
  color: black !important;
  background-color: white !important;
}

#cc_log_in_input_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  animation: rotate_width 5s forwards;
  border: 0px transparent;
  width: 300px;
  height: 140px;
  overflow: visible;
}

#cc_log_in_email,
#cc_log_in_password,
#cc_reset_password_field,
#cc_reset_password_r_field {
  border: 1px solid;
  height: 30px;
  font-size: 0.7em;
  padding: 3px 5px;
  width: 220px;
  outline: none;
  margin-bottom: 5px;
}

#lcc_og_in_btn,
#check_curated_btn,
#cc_reset_password_btn,
#cc_reset_password_final_btn,
#cc_curated_reset_password_final_btn {
  cursor: pointer;
  border: 1px solid black;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: 220px;
  font-size: 18px;
  margin-top: 10px;
}

#log_in_btn:hover,
#check_curated_btn:hover,
#reset_password_btn:hover,
#reset_password_final_btn:hover,
#curated_reset_password_final_btn:hover {
  background-color: black;
  color: white;
}





#gallery_register_form,
#curated_register_form {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  min-width: 300px;
  width: 100%;
  max-width: 1440px;
}

#gallery_register_form .block,
#curated_register_form .block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  max-width: 660px;
  min-width: 350px;
  width: 100%;
}

.form_title {
  margin-top: 20px;
}

.lable_field {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.lable_field.newsletter {
  margin-top: 25px;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
}

.lable_field.newsletter .lable {
  margin-right: 0px;
}

.newsletter_check {
  margin-right: 20px;
}

@media screen and (max-width: 665px) {
  .lable_field {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
  }

  .lable_field.newsletter {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}

.gallery_register_lable {
  margin-right: 20px;
  position: relative;
}

/* hint pop up */
.hint_trigger {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 2px 5px 0;
  line-height: 17px;
  cursor: pointer;
}

.hint_trigger:hover span {
  color: #ffc0cb;
}

.hint_trigger:hover .hint {
  display: inline-block;
}

.hint {
  line-height: 30px;
  position: absolute;
  left: calc(100% + 20px);
  width: 300px;
  text-align: center;
  padding: 10px;
  top: 50%;
  z-index: 2;
  background-color: white;
  transform: translate(0, -50%);
  box-shadow: 0 0 10px 0px #a5a5a5;
  border-radius: 5px;
  display: none;
}

.hint.dash_hint {
  left: 5px;
  top: calc(100% + 16px);
  box-shadow: 0 0 40px 10px #a4a4a4;
  transform: translate(0, 0);
}

.hint::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  /* box-shadow: 0 0 5px 0 grey; */
  border-bottom: 10px solid transparent;
  border-right: 10px solid black;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
}

.hint.dash_hint::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  transform: translate(0, -100%);
  /* box-shadow: 0 0 5px 0 grey; */
  border-bottom: 14px solid black;
  border-right: 14px solid transparent;
  border-top: 14px solid transparent;
  border-left: 14px solid transparent;
}

/* end hint pop up */

.sub_lable {
  font-size: 12px;
}

.gallery_register .gallery_register_input {
  font-family: "barlow_regular", sans-serif;
  max-width: 350px;
  min-width: 300px;
  width: 55%;
  height: 35px;
  border: 1px solid;
  outline: none;
  padding-left: 10px;
  font-size: 16px;
}

.gallery_register select.gallery_register_input {
  background-color: white;
  width: 55%;
  max-width: 363px;
  height: 40px;
}

.gallery_register .gallery_register_input.full_input {
  min-width: calc(100% - 10px);
  width: 100%;
}

.form_error {
  width: 100%;
  color: brown;
  font-size: 12px;
}

.lable_field.submit {
  justify-content: flex-start;
}

#gallery_opencall_register_submit_btn,
#gallery_register_submit_btn,
#event_gallery_register_submit_btn,
#curated_register_submit_btn {
  color: white;
  background-color: black;
  opacity: 0.8;
  min-height: 25px;
  max-width: 300px;
  width: 42%;
}

#gallery_register_submit_btn:hover,
#event_gallery_register_submit_btn:hover,
#curated_register_submit_btn:hover {
  opacity: 1;
}

.form_ok {
  font-size: 16px;
  color: #026502;
  width: 100%;
}

/* form confirm */




/** end curated circle **/



@media screen and (max-width: 1200px) {
  .art_gallery_overlay {
    flex-flow: column nowrap;
  }

  .art_gallery_img_block {
    max-width: unset;
    max-height: 60vh;
  }

  .art_gallery_info_block {
    width: 100%;
    max-width: unset;
    height: 40vh;
    min-height: 300px;
    overflow: scroll;
  }

  .art_gallery_inq_btn {
    position: relative;
    transform: none;
    left: unset;
    top: unset;

    bottom: unset;
    margin: 5px 0 26px;
    padding: 10px 0;
  }

  .art_gallery_title {
    margin: 20px 0 20px;
    text-align: left;
  }
}


@media (max-width: 1300px) {
  #galleries_top_container {
    flex-flow: column-reverse;
  }

  #information_container {
    font-size: 30px;
    width: 100%;
    margin-bottom: 130px;
  }

  #information_container #info_text_container {
    align-self: center;
    width: 48%;
  }

  #information_container #cb_img_container {
    max-height: 100%;
    width: 50%;
    margin: 0 0 0 auto;
  }

  .home_big_col {
    width: 100%;
    font-size: 20px;

  }

  #curatedby_title_start_date {
    /* margin: 50px 0 50px 10%; */
  }

  #essay_container {
    margin-left: 55%;
  }



}

@media (max-width: 1400px) {


  #curatedby_title_start_date {
    width: 250px;
    height: 250px;

  }

  /* taric */
  #curatedby_title_start_date img {
    height: 250px;
  }

  .curatedByLogoWrapper {
    position: absolute;
    right: 50px;
    bottom: 120px;

    font-size: 18px;

  }

  .fixedFooterLinks {
    display: none;
  }

  #curateby_title {
    font-family: 'GT-America-Compressed-Bold', 'Helvetica Neue', 'Helvetica', "Arial";
    /* font-size: 120px; */
    font-size: 4em;
    line-height: 65px;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 10px;

    box-sizing: border-box;
  }

  #curatedby_date {

    font-size: 1.2em;
    line-height: 25px;
  }

  #curatedby_city {

    font-size: 1.2em;
    line-height: 25px;
  }

  #curatedby_title_start_date {

    padding: 10px;

  }

  .mobileFooterLinkHolder {
    display: flex;
    color: white;

  }


  .cLogo23 {
    position: absolute;
    top: 37px !important;

  }


  

}

@media (max-width: 1200px) {

  .customFooter .leftElem {
    flex-direction: column;
    gap: 20px;
    bottom: 0;
  }


  .customFooter {
    bottom: -50vh;
    padding-bottom: 80px;
    align-items: flex-end;
  }
  .customFooter.opened {
    bottom: 0;
    padding-bottom: 80px;
  }

  .cFooter .rightElem {
    gap: 20px;
  }

}

@media (max-width: 1000px) {

  .desktopOverlay {
    display: none;
  }

  .mobileOverlay {
    position: relative;
    /* margin-top: 200px; */
    display: block;
    margin-bottom: 100px;
    min-height: -webkit-fill-available;
  }

  .whiteMobileHolder {
    display: none;
    height: 150px;
    width: 100%;
    background-color: white;
  }


  /* marker */
  .mobileOverlay::before {
    content: '';
    position: absolute;
    height: 100px;
    width: 100%;
    background-color: white;
    top: -100px;
  }

  .overlayGallery {
    font-size: 24px;
    width: unset;
  }

  .overlayCurator {
    font-size: 24px;
    width: unset;
  }

  /* kelet mobile */

  .keletText {
    min-width: unset;
    width: calc(100% - 72px);
    font-size: 90px;
  }

  .middleText {
    width: calc(100% - 72px);
    font-size: 22px;
  }

  /* .landingArticle {
    display: none;
  } */

  .fixedFooterLinks {
    display: none;
  }

  .curatedByLogoWrapper {
    bottom: 200px;
  }


  .cLogo23 {
    right: 50px !important;
  }






  #information_container #cb_img_container {
    order: -1;
    width: 100%;
    margin: 0;
    max-width: 500px;
  }

  #curatedby_title_start_date,
  #essay_container {
    margin: 0 0 50px;
    max-width: 100%;
  }

  #information_container .home_col_block {
    width: 100%;
  }





}

@media (max-width: 820px) {

  .mobileMarker {
    display: block;
  }

  .curatedByLogoWrapper {
    bottom: 140px;
  }

  .landingBG img {
    display: block;
    width: 1000px;
    height: 500px;
    max-width: unset;
    max-height: unset;
    object-fit: cover;
    object-position: top;
  }

  .landingSection h1 div {

    font-size: 128px;
    line-height: 100px;

  }

  .landingSection h1 .t::before {
    height: 90px;
    top: 7px;
    left: 1px;
    width: 43px;
  }

  .landingSection h1 .h::before {
    height: 90px;
    top: 6px;
    width: 101%;
  }

  .landingSection h1 .e::before {
    height: 67px;
    top: 29px;
    left: 0px;
    width: 50px;
  }


  .landingSection h1 .n::before,
  .landingSection h1 .u::before,
  .landingSection h1 .r::before,
  .landingSection h1 .a::before {
    height: 63px;
    top: 34px;
    left: 0;
    width: 65px;
  }

  .landingSection h1 .e2::before {
    height: 63px;
    top: 34px;
    left: 0px;
    width: 60px;
  }


  .landingSection h1 .l::before {
    height: 92px;
    top: 5px;
    left: 0px;
    width: 100%;
  }



  .landingSection h1 {

    top: 303px;
  }



  #footer_container {
    flex-flow: column nowrap;
    align-items: flex-start;
  }

  #footer_desc {
    margin-bottom: 50px;
  }

  #footer_partners {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .partner {
    margin: 0 30px 30px 0;
  }

  .partner img {
    height: 60px;
    max-width: 90vw;
  }

  #galleries_container {
    height: unset;
  }

  #information_container #cb_img_container {
    max-width: unset;
  }

  .home_col_block {
    width: 100%;
  }

  .gallery_curator_container {
    margin-bottom: 15px;
  }

  body #essay_page_container {
    font-size: 20px;
  }

  #essay_main_title {
    font-size: 80px;

  }

  #essay_main_title br,
  .essay_title br {
    display: none;
  }

  #essay_quote,
  .essay_title {
    font-size: 26px;
  }


  sup {
    font-size: 14px;
  }

  .src_container {

    font-size: 15px
  }




}

@media (max-width: 600px) {
  .gallery_curator_container {
    margin-bottom: 20px;
  }

  #information_container #info_text_container,
  .curator,
  .gallery {
    width: 100%;
  }

  .sun {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 400px;
    height: 400px;

    border-radius: 50%;

    background-color: rgb(228, 83, 61);
    animation-name: sunrising;
    animation-duration: 30000ms;
    /* animation-delay: 2000ms; */
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }

  @keyframes sunrising {
    from {
      transform: translate(-50%, 95%);
    }

    to {
      transform: translate(-50%, 0px);
    }
  }


}