* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    /* font-family: sans-serif; */
    font-family: helvetica, sans-serif;

    font-size: 20px;
}

input[type="checkbox"]:disabled+label::before {
    background: white !important;
}

input[type="checkbox"]:disabled+label:hover::before {
    background: white !important;
    border: 1px solid white !important;
}

strong {
    font-family: helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

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

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


.mobileElem {
    display: none;
}

.mobileMarker {
    display: none;
}


.lightboxOverlay {
    height: 100vh !important;
    z-index: 1000000 !important;
}

.lb-outerContainer {
    height: unset !important;
    max-width: 50vw;
    /* width: unset !important; */
 }


.blinki {
    padding: 5px 15px;
    /* background-color: green; */
    border-radius: 20px;
    border: 1px solid black;
    -webkit-animation: blink 1500ms infinite;
    -moz-animation:    blink 1500ms infinite;
    animation:         blink 1500ms infinite;
    animation-direction: alternate;


    /* transform: translateX(-16px); */
}

.overlayFooter .blinki {
    transform: translate(-16px, 5px);

}



.blinki * {
    /* font-weight: bold; */
    -webkit-animation: blinkText 1500ms infinite;
    -moz-animation:    blinkText 1500ms infinite;
    animation:         blinkText 1500ms infinite;
    animation-direction: alternate;
}

@-webkit-keyframes blink {
    0%   { background-color: #fff;}
    100% { background-color: #000; }
  }
  @-moz-keyframes blink {
    0%   { background-color: #fff;}
    100% { background-color: #000; }
  }
  @keyframes blink {
    0%   { background-color: #fff;}
    100% { background-color: #000; }
  }

@-webkit-keyframes blinkText {
    0%   { color: #000;}
    100% { color: #fff; }
  }
  @-moz-keyframes blinkText {
    0%   { color: #000;}
    100% { color: #fff; }
  }
  @keyframes blinkText {
    0%   { color: #000;}
    100% { color: #fff; }
  }







a {
    color: black;
    text-decoration: none;
}


.fullContainer {
    margin: 24px;
}

.navbar {
    position: relative;
    width: 100%;
}


/* xxx */

.navbar {
    position: relative;
    /* position: fixed; */
    /* top: 0;
    left: 0; */
    background-color: white;
    width: calc(100%);
    /* padding: 20px 20px 0 20px ; */

    z-index: 100;
}

.list_item_imgcontainer {
    width: 100%;

}

/* .filterSection.desktopElem {
    margin-top: 220px;
} */



/* .menuHolder {
    margin-bottom: 0 !important;
} */

.fullContainer {
    margin: 20px;
}

.menuOverlay.active {
    display: block;
    left: 0%;

    transition: all 500ms ease;

    position: fixed !important;
    overflow-x: hidden;
}

/* #content_container {
    margin-top: 200px;
} */

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


    .navbar {
        /* position: fixed;
        top: 0;
        left: 0; */
        background-color: white;
        width: calc(100%);
        /* padding: 20px 10px 0 10px; */

        z-index: 100;
    }

    .lb-0uterContainer {
        width: 90% !important;
        margin: 0 5% !important;
    }

    /* .filterSection.mobileElem {
            margin-top: 200px;
        } */


}

/* xxx end */







.logoSearchHolder {
    display: flex;
    justify-content: space-between;

    width: 100%;
    height: 120px;
}

.logoHolder {
    height: 100%;
    max-height: 100px;
}

.logoHolder img {
    height: 100%;
}


.searchPlaceHolder {
	height: 100%;

	position: relative;

	display: flex;
	justify-content: center;
}


#search_icon {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	cursor: pointer;
}

#search_icon .cls-2 {
	stroke: #000;
}

#menu_search_input {
	font-size: 18px;
	height: 24px;
	width: 60px;
	padding: 0;
	margin: 0;
	border: 0;
    margin-left: 10px;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid black;

    outline: none;
    border: none;

}

#menu_search_input:focus {
    width: 250px;

}




#menu_search_input.active {
	width: 250px;
	padding: 2px;
}




/* .searchHolder input {
    outline: none;
    border: none;
    width: 150px;
}



.searchHolder {
    display: flex;
    height: 20px;
}

.searchIcon {
    
    width: 20px;
    height: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.searchHolder ::-webkit-input-placeholder { 
    text-align:right; 
}
.searchHolder input:-moz-placeholder { 
    text-align:right;
 } */

.menuHolder {

    width: 100%;
    height: 40px;
    margin-bottom: 40px;

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

    border-top: 1px solid black;
    border-bottom: 1px solid black;

    cursor: pointer;

    position: sticky;
    top: -1px;
    background-color: white;
    margin-bottom: 20px;
    z-index: 1000000;
}


.menuOverlay {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background-color: white;

    z-index: 100;
    /* -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease; */
    transition: all 500ms ease; 

}

.menuOverlay.active {
    display: block;
    left: 0%;

    transition: all 500ms ease;

    position: absolute;
    overflow-x: hidden;
}


.menuContainer {
    
    display: flex;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}



.leftMenuPart {
    position: relative;
    width: 66%;
}




.rightMenuPart {
    position: relative;
    padding: 20px;   
    width: 34%; 

    display: flex;

    flex-direction: column;
    justify-content: space-between;
}





.overlayTopSection {
    display: flex; 
    justify-content: space-between; 
    height: 100px;

}

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

.overlayLogoHolder img {
    margin-left: 20px;
    height: 60px;
}

.closeOverlayHolder {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.olHamLine {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: black;
    transform-origin: center center;
    
}

.olHamLine1 {
    transform: translate(-50%, -50%) rotate(45deg);
}

.olHamLine2 {
    transform: translate(-50%, -50%) rotate(-45deg);
    
}

.menuMenu {
    display: flex;
    
}

.hamburger {
    position: relative;

    width: 24px;
    height: 14px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  
    z-index: 20;
    transition: all cubic-bezier(0.88, 0.34, 0.88, 0.89) 500ms;
  
    cursor: pointer;

    margin-right: 10px;

  
  }
  
  .hamburger.active {
    position: fixed;
    top: 5% !important;
  }
  
  .hamburger.fixit {
    position: fixed;
    top: 50px;
  }
  
  .hamLines {
    /* position: absolute; */
    width: 100%;
    height: 2px;
    background-color: black;
    opacity: 1;
    transition-duration: 70ms;

  }
  
  /* .hamLine1 {
    top: 0;
  }
  
  .hamLine2 {
    top: 12px;
  }
  

  .hamLine3 {
    top: 24px;
  } */
  


.menuRowElem {
    display: flex;
    align-items: center;

    height: 60px;
    width: 100%;
    padding-left: 20px;

    font-size: 16px;

    border-right: 1px solid black;
    border-bottom: 1px solid black;

    cursor: pointer;
}





.menuRowElem.menuTitle {
    background-color: black !important;
    color: white;
    font-weight: 700;
}

/* .menuRowElem:hover {
    background-color: black;
    color: white;
} */

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

.menuRowElem .arrowElem {
    display: block;
    position: absolute;
    left: 100%;

    width: 100%;
    height: 20px;

    transform: translateX(-30px);
}

.menuRowElem:has(.subMenuElems):hover .arrowElem {
    left: 50%;
}

.menuRowElem .arrowElem img {
    width: 20px;
    height: 100%;

}

.menuRowElem:hover .arrowElem img 
{
    filter:invert(1);
}



.menuRowElem:has(.subMenuElems):hover::after {
    content: '';

    position: absolute;

    background: url('/tba21-22/arrowR-1.png');

    left: 400px;
    height: 100px;
    width: 100px;
    /* background-color: black; */
}

.subMenuElems  {
    display: none;

    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    padding: 20px;
    font-weight: 400;
    border-left: 1px solid black;
    border-right: 1px solid black;
    /* border-bottom: 1px solid black; */
    

    color: black;
    background-color: white;
}

.subMenuElems.hovered {
    display: block;
    z-index: 1;
}

.subMenuElems.hovered.menuElemsDown {
    padding-top: 500px;
}




.subMenuElem {
    margin-bottom: 5px;
    color: black !important;
}

.keepItBlack {
    color: black !important;
}

/* .menuSlider {
    height: 300px;
} */


.hlElem {
    width: 320px !important;
    margin-right: 20px;
}

.hlImg {
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
}

.hlImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 
.menuSlickSlider  {
    height: 360px !important;
}

.menuSlickSlider .slick-track {
    height: 360px !important;
}

 */



.overlayFooter {
    display: flex;
}

.overlayFooterLeft {
    margin-right: 50px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footerElem {
    margin-bottom: 5px;
    display: flex;
    
}



/* home */

.activeTagHeader {
    font-size: 36px;
    margin-bottom: 30px;
}

.activeTagHeader:empty {
    display: none;
}



.filterRow {
    display: flex;

    margin-bottom: 10px;
}

.rowName {
    flex-basis: 100px;
    margin-top: 13px;
}

.rowButtons {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 200px;
    flex-grow: 1;
}

.rowButtons *,
.exhibCatButtons *
 {
    margin-right: 5px;
}

.artistButtons {
    display: flex;
    flex-wrap: wrap;
}

.artistElem {
    margin: 0 5px 5px 0;
}

.rowButton, .exhibCatButton, .artistElem {
    border: 1px solid black;
    border-radius: 30px;
    
    padding: 8px 24px;
    margin-bottom: 5px;

    font-size: 18px;
}

.personList {
    margin-bottom: 50px;
}

.personHeader {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
}


.rowButtons.clickable .rowButton:hover,
.rowButtons.clickable .rowButton.clicked,
.rowButton.clicked_mob

{
    background-color: black;
    color: white;

    cursor: pointer;
}


.exhibCatButton.prettySure:hover,
.artistElem:hover

 {
    background-color: black;
    color: white;

    cursor: pointer;    
}




.sliderArrowHolder {
    height: 30px;
  
    display: flex;
    justify-content: flex-end;
    /* justify-content: space-between; */
}

.leftArrowHolder img {
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
    image-rendering: -webkit-optimize-contrast;

    cursor: pointer;
}

.rightArrowHolder img {
    width: 16px;
    height: 16px;
    image-rendering: -webkit-optimize-contrast;
    margin-left: 10px;

    cursor: pointer;
}












.exhibSection {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;

}

.exhibCard {
    margin-bottom: 20px;
    cursor: pointer;
}

.exhibImg {
    width: 100%;
    height: calc(((100vw - 60px) / 2 ) * 9/16);
    aspect-ratio: 16/9;
    background-color: lightsalmon;
    margin-bottom: 10px;
}

.exhibDate {
    margin-bottom: 10px;
}

.exhibMoreHolder {
    margin-bottom: 15px;
}

.exhibCatButtons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}




/* detail */

.titleFont {
    font-size: 48px;
}

.newBold {
    font-weight: 700;
    letter-spacing: 1px;
}



.detailGeneralInfoHolder {
    margin-bottom: 20px;
}

.detailTitle {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
}
.detailDate {
    font-size: 48px;
    font-weight: 300;
}

.detailImg {
    margin-bottom: 100px;
    aspect-ratio: 16/9;
}

.detailImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imgCredits {
    color: lightgray;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}



.itemContent {
    margin: auto;
    max-width: 1000px;
    /* background-color: antiquewhite; */
    margin-bottom: 100px;
}

.itemText {
    margin-bottom: 100px;
}

.itemMetaInfoHolder {
    margin-bottom: 100px;
    line-height: 1.5em;
}

.metaInfoElem {
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
}

.metaHeader {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
}

.metaTitle {
    flex-basis: 200px;
    font-weight: 700;
    margin-top: 3px;

    letter-spacing: 1px;

    display: flex;
    /* align-items: center; */
}

.metaText {
    flex-basis: 500px;
    flex-grow: 1;
    font-weight: 400;
}

.metaTextTitle {
    font-weight: 700;

}

.metaTextText {
    line-height: 1.5em;
}

.relatedProgramHolder, .relatedWorksHolder {
    margin-bottom: 100px;
}

.relatedElem {
    display: flex;
    margin-bottom: 20px;
}

.relatedTitleHolder {
    flex-basis: 350px;
}

.relatedVideo {
    flex-basis: 400px;
    flex-grow: 1;
    aspect-ratio: 16/9;
    background-color: lightsalmon;
}


.fullGrid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.oneCardElem {
    margin-bottom: 20px;
}

.oneCardImg {
    aspect-ratio: 4/3;
    background-color: lightgray;
}

.oneCardText {
    margin-top: 5px;
    font-size: 14px;
}




/* detail page */

.moduleContainer {
    max-width: 800px;
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
}

.gridContainerRelated {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
    margin-bottom: 100px;
}



/* artists page */


.artistsContainer {
    width: 100%;


    column-count: 2;
    column-gap: 40px;
}

.letterTitle {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
}

.artistTitle {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 8px;
}














/* footer */


.footerHolder {
    display: flex;
    justify-content: space-between;
    width: 100%;

    margin-top: 100px;
    padding-top: 20px;
    border-top: 1px solid black;
}