:root {
    --header-height: 64px;
}
:root {
    --app-height: 100%;
}
@media (max-width: 768px) {
    :root {
        --header-height: 50px;
    }
}
html,
body {
    height: 100%;
    font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important;
    font-size: 14px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    overflow: auto;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.card-exh,
.card-fexh {
    box-shadow: 0px 0px 15px rgba(0,0,0,.13);
    margin:10px;
    padding: 10px;
    overflow: hidden;
    height: 235px;
}
.card-body-overlay {
    position: absolute;
    top: 10px;
    left: 25px;
    background-color: #6487b5;
    color: white;
    width: calc(100% - 50px);
    height: calc(100% - 20px);
    transition: .5s;
    padding: 10px;
    overflow: hidden;
visibility: hidden;
    opacity: 0;


}
.card-body-overlay .btn-info {
    position: absolute;
    bottom: 10px;
}
.card-exh:hover .card-body-overlay,
.card-fexh:hover .card-body-overlay{
    top: 10px;
    left: 25px;
    transition: .5s;
visibility: visible;
    opacity: 1;

    width: calc(100% - 50px);
    height: calc(100% - 20px);

}
.owl-thumbs {
    display: none;
}

.page-section {
    padding: 6rem 0;
}

.page-section .page-section-heading {
    font-size: 2.25rem;
    line-height: 2rem;
}

@media (min-width: 992px) {
    .page-section .page-section-heading {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}

#panzoom img {
    width: 100vw;
    height: auto;
}

/**.owl-dots {
  position: fixed;
  z-index: 99;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  counter-reset: slides-num;
  &:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 5px;
    color:white;
    margin-left:18px;
    z-index:99;
  }
}
.owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;

    span {
      display: none!important;
    }

    &.active {

      &:before {
        content:  counter(slides-num) " of" ;
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
        color:white;
        z-index:99;
        margin-left:5px;
      }
    }
  }
  */
.panzoom-cont {
    height: calc(100vh - var(--header-height));
    overflow: hidden;
    /*margin-top: calc(1.6rem + 60px);*/
    padding: 0px 0px !important;
    -webkit-transition: .3s;
    transition: .3s;
}

.panzoom-control {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 99;
    -webkit-transition: .3s;
    transition: .3s;
}

.panzoom-control .zoom-in {
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
}

.panzoom-control .zoom-in:hover {
    background: black !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.panzoom-control .zoom-out {
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.panzoom-control .zoom-out:hover {
    background: black !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.panzoom-control .reset,
.panzoom-control .map-fs {
    border: none;
    color: white;
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.panzoom-control .reset:hover,
.panzoom-control .map-fs:hover {
    background: black !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#map-container .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: white !important;
    position: absolute;
    left: 10px;
    bottom: 50%;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding-right: 1px !important;
    margin: 0px !important;
}

#map-container .owl-nav .owl-prev:hover {
    background: black !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#map-container .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: white !important;
    position: absolute;
    right: 10px;
    bottom: 50%;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding-left: 1px !important;
    margin: 0px !important;
}

#map-container .owl-nav .owl-next:hover {
    background: black !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.car-item .card-more {
    visibility: hidden;
height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    width: 100%;
    overflow: auto;
}


.car-item .card-more a {
    color: #40536c;
    text-decoration: underline;
}

.car-item .card-more a:hover {
    font-weight: 700;
}

@media (max-width: 769px) {
    .navbar-brand {
        display: none;
    }
    .car-item .card-more {
        margin-left: 60px;
        border-left: 1px solid #40536c;
        border-radius: 0;
        width: calc(100% - 60px);
    }
    .exhShare {
        right: 10px!important;
        width: 50% !important;
    }
    .exh-counter {
        left: 15px!important;
    }
}

.close-card {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    color: #40536c;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    background: none;
}

.open-card {
    position: fixed;
    top: 20px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: .3s;
    transition: .3s;
    color: white;
    text-align: center;
    text-decoration: none;
display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    width: 40px;
    height: 40px;
}

.open-card:hover {
    background: black !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.opendragon-cont {
width: 100vw;
    height: calc(var(--app-height) - var(--header-height));
    background: white!important;
}

.contFs .opendragon-cont {
    height: var(--app-height);
}

@media (max-width: 991.98px) {
    .opendragon-cont {
        height: calc(var(--app-height) - 50px);
    }
    .contFs .opendragon-cont {
        height: var(--app-height);
    }
}

.customStartBtn {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50px;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    transition: .5s;
}

.customStartBtn.disabledOp {
    opacity: 0.5 !important;
}

.customStartBtn:hover {
    background: black !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.customEndBtn {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50px;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.customEndBtn.disabledOp {
    opacity: 0.5 !important;
}

.customEndBtn:hover {
    background: black !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.pag-cont {
    position: absolute;
    z-index: 101;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    left: 10px;
    line-height: 0;
   top: 160px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.pag-cont:hover {
    background: black !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.owl-thumbs {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: -200vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    overflow: visible;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.owl-thumbs.vis {
    visibility: visible;
    opacity: 1;
    top: var(--header-height);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.contFs .owl-thumbs.vis {
    top: 0px;
}

.owl-thumb-item {
    border: none;
    background: white;
    border: 4px solid #40536c;
    margin: 5px;

}
.owl-thumb-item img {
    max-height: 100%!important;
}

.owl-thumb-item.active, .owl-thumb-item:hover {
    border: 4px solid #73a9f3;
}

.owl-thumb-item:hover .thOverlay {
    opacity: 1;
    -webkit-transition: 0.5;
    transition: 0.5;
}

.grid {
    width: 100%;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    height: calc(100vh - 1.6rem - 60px) !important;
    z-index: 103;
}

.grid-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(16% - 20px);
    height: 140px;
    margin-bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .grid-item {
        width: calc(24% - 20px);
    }
}

@media (max-width: 767.98px) {
    .grid-item {
        width: calc(32% - 20px);
    }
}

@media (max-width: 575.98px) {
    .grid-item {
        width: calc(49% - 20px);
    }
}

.contFs {
    height: 100vh;
    margin: 0px !important;
}

.close-wraper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
}

.thOverlay {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    /* font-size: 1vw;
    font-size: 1.4rem; */
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0.5;
    transition: 0.5;
    padding: 2px 2px;
}

.img-fluid {
    -o-object-fit: contain;
    object-fit: contain;
}
.owl-thumb-item .img-fluid {
    -o-object-fit: cover;
    object-fit: cover;
}

#map-container button {
    /*padding: 0px !important;*/
}

.iOSfullscreen {
    height: 100vh !important;
    margin-top: 0px !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.iOSfullscreen .panzoom-control {
    top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.iOSfullscreen .open-card {
    top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.headeriOSfs {
    position: absolute;
    top: -100px;
    -webkit-transition: 1s !important;
    transition: 1s !important;
}

.navbar {
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 991.98px) {
    .panzoom-cont {
        height: 100vh;
        margin-top: 0;
    }
    .panzoom-control {
        top: 55px;
    }
    .open-card {
        top: 10px;
    }
    .contFs .panzoom-control {
        top: 30px;
    }
    .contFs .open-card {
        top: 30px;
    }
}

.referencestrip {
    display: none !important;
}

#cst-prev {
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff !important;
    position: fixed !important;
    left: 10px;
    bottom: 60px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin: 0 !important;
    border: none !important;
    z-index: 99;
    cursor: pointer;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

#cst-next {
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff !important;
    position: fixed !important;
    right: 10px;
    bottom: 60px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: none !important;
    z-index: 99;
    cursor: pointer;
}

#cst-next:hover,
#cst-prev:hover {
    background: #000 !important;
}

.cstOSDnav.enabled {
    opacity: 0.5 !important;
}

.card-more {
    /*visibility: hidden;*/
    display: none;
    color: black;
    font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

.owl-carousel {
    display: block!important;
    height: 100vh;
}

.open-card {
    position: absolute !important;
}

/*.car-item {*/
/*    display: none;*/
/*}*/

.car-item.item1 {
    display: block;
}

.cardVis {
    visibility: visible;
    z-index: 4;
}

/*#card1 {*/
/*    display: block;*/
/*}*/

.car-item .card-more {
    position: absolute;
}
.d-flex {
    display: flex;
}
.navbar.d-flex {
    min-height: var(--header-height);
    background-color: #40536c;
    align-items: center;
    padding: 0 15px;
}

.mt-85 {
    margin-top:var(--header-height);
}
.navbar>.container-fluid {
    width: 100%;
}
.navbar>.container-fluid .navbar-brand {
    margin-left:0;
}
.navbar .breadcrumb {
    position: absolute;
    bottom: -36px;
    margin-bottom: 0;
    width: 100%;
    margin-left: -15px;
    border-radius: 0;
}
.exhibits-view {
    position: fixed;
    top: var(--header-height);
    max-width: 100%;
    left: 0;
    box-sizing: border-box;
    transition: .5s;
}
.images-view {
    position: fixed;
    top: var(--header-height);
    max-width: 100%;
    box-sizing: border-box;
    transition: .5s;
}
.card-more {
    background: white;
    border-radius: 10px;
}
.exhibitSearch,
.imagesSearch,
.dotsSearch{
    width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
    padding: 20px;
}
.exhibitSearch table,
 .imagesSearch table,
.dotsSearch table {
     width: 100%;
 }
.exhibitSearch thead tr,
.imagesSearch thead tr,
.dotsSearch thead tr {
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #D6D6D6;
}
.exhibitSearch thead td,
.exhibitSearch tbody td,
.imagesSearch thead td,
.imagesSearch tbody td,
.dotsSearch thead td,
.dotsSearch tbody td{
    border-left: 1px solid #D6D6D6;
    padding-left: 10px;
}
.exhibitSearch thead td:first-child,
.imagesSearch thead td:first-child,
.dotsSearch thead td:first-child,
.exhibitSearch tbody td:first-child,
.imagesSearch tbody td:first-child,
.dotsSearch tbody td:first-child{
    border-left: none;
    padding-left: 10px;
}
.exhibitSearch tbody tr:nth-child(2n),
.imagesSearch tbody tr:nth-child(2n),
.dotsSearch tbody tr:nth-child(2n){
    background-color: #f5f5f5;
    height: 33px;
}
.exhibitSearch tbody tr:nth-child(2n+1),
.imagesSearch tbody tr:nth-child(2n+1),
.dotsSearch tbody tr:nth-child(2n+1) {
    background-color: white;
    height: 33px;
}
#datatables_w0_wrapper,
#datatables_w1_wrapper,
#datatables_w2_wrapper,
div.grid-view.sortable{
    margin:20px 0px;
    background-color: white;
    padding:20px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
}
#datatables_w0_wrapper tbody td,
#datatables_w1_wrapper tbody td,
#datatables_w2_wrapper tbody td,
.exhibitSearch tbody td,
.imagesSearch tbody td,
.dotsSearch tbody td{
    /*white-space: nowrap;*/
    /*!*text-overflow: ellipsis;*!*/
    /*overflow: hidden;*/
    max-width: 200px;
    transition: .5s;
}
#datatables_w0_wrapper tbody td:hover,
#datatables_w1_wrapper tbody td:hover,
#datatables_w2_wrapper tbody td:hover {
    /*white-space: normal;*/
    transition: .5s;
}
#datatables_w0_wrapper td img,
#datatables_w1_wrapper td img,
#datatables_w2_wrapper td img {
    max-height: 60px!important;
}
#w0 .table-striped,
#w1 .table-striped,
#w2 .table-striped {
    border:0;
}
#w0 .table-striped th,
#w1 .table-striped th,
#w2 .table-striped th {
    border-left: 0;
    border-color: #D6D6D6;

}
input[type="search"] { font-weight:400;font-size:16px; border-style:solid; border-radius:5px; border-width:1px; border-color:#707070; color:#999999; padding:5px;margin:5px;  }
input[type="search"]:focus { outline:none; }
input[type="search"]::placeholder {
    font-weight: 400;
    color:#999;
}

.exhCard {
    top: calc(var(--header-height));
}
.scrollbar-custom {

    max-width:100%;
    background-color:#ffffff;
    /*overflow-y:scroll;*/
    /*box-shadow: 0px 0px 15px rgba(0,0,0,.13);*/
}

/* customize scrollbar css */
.scrollbar-custom::-webkit-scrollbar{
    width:12px;
    background-color:#dbdde0;
}
.scrollbar-custom::-webkit-scrollbar:horizontal{
    height:12px;
}
.scrollbar-custom::-webkit-scrollbar-track{
    border-radius:10px;
}
.scrollbar-custom::-webkit-scrollbar-thumb{
    background-color:#40536c;
    border:1px solid #ffffff;
    border-radius:16px;
}
.scrollbar-custom::-webkit-scrollbar-thumb:hover{
    background-color:#bf4649;
    border:1px solid #333333;
}
.scrollbar-custom::-webkit-scrollbar-thumb:active{
    background-color:#a6393d;
    border:1px solid #333333;
}
.navbar-nav>li:focus {
    background-color: inherit;
}


.topSearch input {
    border: none;
    border-radius: 8px 0px 0px 8px;
}
.topSearch button {
    margin-left: -4px;
    padding: 7px 10px;
    border-radius: 0px 8px 8px 0px;
}
.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: white;
    padding: 0;
    position: relative;
    top: 0px;
}
.navbar-brand:hover {
    color:#d4d4d4;
}
.navbar-brand>img {
    max-height: 50px;
    display: inline;
}


h1.m-title {
    display: none;
}
h1.title {
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
    color: white;
    top:50%;
    transform: translate(0,-50%);
    z-index: 1031;
}
h1.title a {
    color: white;
}
h1.title a:hover {
color: #d4d4d4!important;
    text-decoration: none;
}
#search-btn {
    min-height: 34px;
}
.open-exh-card {
    display: none;
}
.owl-item {
    width: 100vw;
}
@media (max-width:768px) {
    .navbar.d-flex {
        min-height: 50px;
    }
    .navbar-toggle .icon-bar {
        background-color: white!important;
    }
    .navbar-brand {
        position: absolute;
        top: 6px;
        left:15px;
        display: block!important;
    }
    .navbar-brand img {
max-height: 40px;
    }

    h1.title {
        display: none;
    }
    h1.m-title {
        display: block;
        position: fixed;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.4em;
        color: white;
        top:15px;
        left: 25px;
        z-index: 1031;

    }
    h1.m-title a {
        color: white;
    }
    ul.navbar-nav {
        float: none;
        margin-right: 0px;
        padding-top: 50px;
    }
    .topSearch {
        position: static!important;
    }


    .open-exh-card {
        top: 60px;
        right: 10px;
        width: 40px;
        position: fixed;
        background: rgba(0, 0, 0, 0.7) !important;
        -webkit-transition: .3s;
        transition: .3s;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 50px;
        border: none;
        height: 40px;
    }
    .owl-item {
        width: 100vw;
    }
    .topTitle {
        display: none;
    }
    .exhibits-view,
    .images-view {
        /*top:-30px;*/
    }
}
.card-img-top {
    width: 100%;
}
/*.open-card {*/
/*    position: absolute !important;*/
/*}*/

.car-item {
    display: none;
}

.car-item.item1 {
    display: block;
}

.cardVis {
    visibility: visible!important;
}

#card1 {
    display: block;
}
.card-text p {
    text-align: left;
    padding-left:15px;
    padding-right: 15px;
}
.card-text {
    max-height: 100%;
    overflow: hidden;
}
/*
Elipsis text on frontend, featured exhibits card
 */
.card-fexh div.card-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    padding-left: 15px;
}
/*.card-body-overlay p,*/
/*.card-body-overlay hr {*/
/*    display: none;*/
/*}*/
.card-body-overlay p:nth-child(2) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;

    color: white!important;
}
.card-body-overlay * {
    color: white!important;
}
.card-title {
    text-align: left;

}
/*
Exhibit title styles on frontend
 */
.topTitle {
    color: #40536C;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    z-index: 1031;
    text-transform: uppercase;
    margin: 0;
}
.title-container {
    position: fixed;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EAEFF5;
    z-index: 1040;
    border-radius: 7px;
    height: 50px;
    padding: 11px 20px;
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1530px) {
    h1.title {
        font-size: 1.6em;
    }
}
@media (max-width: 1370px) {
    /* h1.title {
        font-size: 14px;
        line-height: 17px;
        width: 130px;
        text-align: center;
        left: 60px;
    } */
    .title-container {
        max-width: 450px;
        padding:0px 20px;
    }
    .topTitle {
        font-size: 14px;
    }
    .hamb-menu>div {
        display: none;
    }
}
:root {
    --color-bg: hsl(3, 100%, 63%);
    --color-bar: hsl(0, 0%, 95%);
    --metric-bar-height: 0.25em;
    --metric-bar-width: 27px;
}

/* checkbox */
.bar {
    position: absolute;
    top: auto;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    white-space: nowrap;
}

/* bars */
.bar__element {
    margin: 6px 0;
    width: var(--metric-bar-width);
    height: var(--metric-bar-height);
    background-color: var(--color-bar);
    transition: all 0.4s ease;
    border-radius: var(--metric-bar-height);
    box-shadow: 1px 0px 10px hsla(0, 0%, 20%, 0.2);
}

[type="checkbox"]:hover + label .bar__element {
    filter: brightness(1.05);
}

[type="checkbox"]:checked + label .one {
    transform: translateY(10px) rotate(45deg);
}

[type="checkbox"]:checked + label .three {
    transform: translateY(-9px) rotate(-45deg);
}

[type="checkbox"]:checked + label .two {
    transform: scale(0);
    transition: all 150ms ease;
}
.hamb-menu {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.hamb-menu>div:first-child {
    color: white;
    font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-size: 18px;
    font-width: 600;
    margin-right: 15px;

}
.hamb-menu.active>div:first-child {
    display: none;
}
.hamb-menu label {
    cursor: pointer;
}
/*
Sidebar menu
 */
.sidebar-menu {
    height: 100vh;
    width: 300px;
    z-index: 1400;
    position: fixed;
    top: 0;
    right: -350px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: var(--header-height);
    border-left: 1px solid #d2d6de;
    opacity: 0;
    transition: .3s;


}
.sidebar-menu.active {
    right: 0;
    opacity: 1;
    transition: .3s;
}
.sidebar-menu ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}
.navbar-nav > li > a {
    color: #444;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.navbar-nav > li.active a {
    text-decoration: underline;
}
.navbar-nav > li > .dropdown-menu {
    border: none;
    box-shadow: none;
    text-align: center;
}
.dropdown ul {
    opacity: 0;
    transition: .5s;
}
.dropdown.open ul {
    opacity: 1;
    transition: .5s;
}
.topSearch {
    display: inline;
    float: right;
    width: 200px;
    position: absolute;
    right: 55px;
    top: 15px;
    transition: 0.5s;
}
.topSearch input {
    border:1px solid #d2d6de;
}
.navbar-toggle {
    display: none;
}
@media (max-width:768px) {
    .hamb-menu {
        top: 8px;
        right: 15px;

    }
    .title-container {
        display: none;
    }
    .navbar-nav > li > a {
        color: #444;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .dropdown-menu >li > a {
        font-size: 18px;
        padding: 9px 15px 10px 25px;
    }

    .topSearch input,
    .topSearch button {
        height: 48px;
    }
}
.curatedText {
    text-align: left;
}
/*.curatedText iframe, .video-container object, .curatedText embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/

    #map-control1 {
        display: flex!important;
        flex-direction: column;
        padding-right: 0px;
    }
    #map-control1 div {
        margin:2px 0px;
    }
    #map-control1 div,
    .cstOSDnav,
    .open-card,
    .close-card,
    .show-onlydots,
    .screensaver {
        display: flex!important;
        justify-content: center;
        align-items: center;
    }

.pinbox {
    position:fixed;
    padding:20px;
    background: white;
    border-right: 1px solid grey;
    z-index: 99;
    top: var(--header-height);
    left: -300px;
    width: 300px;
    transition: .5s;
    color: #2d2d2d;
    visibility: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 1.6rem - 60px);

}
.pinbox.active {
    left: 0px;
    transition: .5s;
}
.show-pins {
    position: absolute;
    top: 210px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7) !important;
    -webkit-transition: .35s;
    transition: .35s;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    width: 40px;
    height: 40px;
}
.show-pins.on {
    background: white!important;
    border: 2px solid rgba(0,0,0,0.7);
}
.show-pins.on i {
    color:green;
}

.exhibits-view.pinned,
.images-view.pinned {
    max-width: calc(100% - 300px);
    margin-left: 300px;
    transition: .5s;
}
/*.pinned .pag-cont {*/
/*    left: calc(50% + 200px);*/
/*}*/
.pinned .customStartBtn {
    left: 310px;
    transition: .5s;
}
.pinbox.visible {
    visibility: visible!important;
    transition: .2s;
}
.pinned .opendragon-cont {
    width: calc(100vw - 300px) !important;
}
.pinned .contFs .opendragon-cont {
    width: calc(100vw - 300px) !important;
}
.pinned .contFs {
    width: calc(100vw - 300px) !important;
    margin-left: 300px!important;
    position: relative;
}
.pinned .contFs #openseadragon1 {
    width: calc(100vw - 300px)!important;
}
.pinned .dziPrev {
    left: 310px!important;
}
@media (max-width: 769px) {
    .exhibits-view.pinned,
    .images-view.pinned {
        max-width: 100%;
        margin-left: 0;
        transition: .5s;
    }
    /*.pinned .pag-cont {*/
    /*    left: 50%;*/
    /*}*/
    .pinned .customStartBtn {
        left: 10px;
        transition: .5s;
    }
    .pinbox.visible {
        visibility: visible!important;
        transition: .2s;
    }
    .pinned .opendragon-cont {
        width: 100vw !important;
    }
    .pinned .contFs .opendragon-cont {
        width: 100vw !important;
    }
    .pinned .contFs {
        width: 100vw !important;
        margin-left: 0px!important;
        position: relative;
    }
    .pinned .contFs #openseadragon1 {
        width: 100vw!important;
    }
    .pinned .dziPrev {
        left: 10px!important;
    }
    #pinned_overlay {
        position: fixed; /* Sit on top of the page content */
        opacity: 0; /* Hidden by default */
        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.0); /* Black background with opacity */
        z-index: -99; /* Specify a stack order in case you're using a different order for other elements */
        cursor: pointer; /* Add a pointer on hover */
        transition: .3s;
    }
    .pinned #pinned_overlay {
        position: fixed; /* Sit on top of the page content */
        opacity: 1;
        width: calc(100% - 300px); /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0;
        left: 300px;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
        z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
        cursor: pointer; /* Add a pointer on hover */
        transition: .3s;
    }
}

.contFs .image_info {
    top: 0!important;
}
.dots-form form>div.field-dots-comment {
    display: inline-block;
    width: 80%;
}
.dots-form form>div.field-dots-comment label {
    display: none;
}
.fullscreenHtml5 {
    background: white;
}

#dot-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#dot-form .form-group {
    margin-bottom: 0;
}
#dot-form .form-group:last-of-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 270px;
}
.add-dot button i {
    margin-left: 10px;
}
.add-dot {
    padding: 5px 10px;

    background: white;
    border: 1px solid #6F64F8;
    color: #6F64F8;
    position: relative;
    right: -30px;
    z-index: 2;
    transition: .5s;
}
.add-dot+button {

    padding: 6px 10px;
    background: white;
    position: relative;
    left: -50px;
    background: #6F64F8;
    border: none;
    color: white;
    transition: .5s;
}
.add-dot+button:active,
.add-dot+button:focus {
    border: none!important;
}
.add-dot.active+button {

    left: 10px;
    transition: .5s;
    z-index: 1;
}
.add-dot:hover {
    font-weight: 600;
    cursor: pointer;
}
.add-dot.active {
    font-weight: 600;
    right: 10px;
    transition: .5s;
    color:white;
    background: red;
    border: 1px solid red;
}
.comments-list {
padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid lightgrey;
}
.comment-container {
    margin: 40px 10px;
    padding: 15px;
}
.comment-container.suggested {
    background: #ffa50036;
    border-radius: 10px;
}
.comment-meta {
    width: 100%;
    text-align: left;
    font-size: .85em;

}
.comment-user-pic {
    width: 15%;
    padding-left: 5px;
    display: inline;
}
.comment-user-pic img {
    max-height: 40px;
    width: auto;

}
.comment-user-name {
    padding: 0px 10px;
    font-weight: 600;
    display: inline;
}
.comment-imageId,
.comment-id,
.comment-user-name {
    padding: 0px 10px;
    border-left: 2px solid #40536c;
    font-weight: 600;
    display: inline;
}
.comment-id {
    border-left: none;
}
.comment-text {
    padding: 10px;
    text-align: left;
}
#runtime-overlay{
    border:2px solid red;
}
#dot {
    height: 20px;
    width: 20px;
    border: 1px solid red;
}
.field-dots-coord_y,
.field-dots-coord_x,
.field-dots-image_id {
    display: none;
}
.image-id {
    display: none;
}
.dot-overlay-content {
    opacity: 0;
    display: none;
    transition: .3s;
    background: white;
    border-radius: 10px;
width: 300px;

height: 400px;
    border: 3px solid #40536C;
    border-radius: 10px;
    color: #333;
    position: relative;
    z-index: 1;
    top: -15px;
overflow: hidden;

}
.content-directly {
    margin-top: 45px;
    padding: 15px;
    height: 300px;
    overflow: hidden;
    /*!*text-overflow: ellipsis;*!*/
    /*white-space: initial;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    text-align: left;
}
.content-directly p {
    /*display: contents;*/
}
/*.content-directly p:after {*/
/*    content: "\A";*/
/*    white-space:pre;*/
/*}*/
.dotHeader+.content-directly {
    margin-top: -30px;
    /*height: 145px;*/
}
.dotNumberContent {
    position: absolute;
    top: -3px;
    left: -3px;
    border: 3px solid #40536c;
    width: 40px;
    height: 40px;
    border-radius: 0 0 10px 0;
    text-align: center;
    line-height: 34px;
    background: white;
    font-size: 16px;
    font-weight: 600;
    color: #40536c;
}
@media (max-width: 768px) {
    .dot-overlay-content {
        width: 90%;
        height: 45%;

        left: 50%;
        transform: translateX(-50%);
        position: fixed;
    top:calc(100vh - 45vh - 80px)!important;
    }
}

.dotNumber {
    border-radius: 100%;
    background: #40536c;
    padding: 5px;
    height: 30px;
    width: 30px;
    /* min-height: 30px; */
    text-align: center;
    font-weight: 700;
    cursor: default;
    top: -15px;
    left: -15px;
    -webkit-box-shadow: 0px 0px 12px 2px #b8bbca;
    -moz-box-shadow: 0px 0px 12px 2px #b8bbca;
    box-shadow: 0px 0px 12px 2px #b8bbca;
    display: none;
    position: relative;
    z-index: 0;
}
.dotNumber:hover+.dot-overlay-content {
    opacity: 1;
    transition: .3s;
    display: block;
}
.dotVis {
    opacity: 1;
    transition: .3s;
    display: block;
    position: absolute;
    left: 50%;
    top: calc(100vh - 550px);
    transform: translateX(-50%);
}
.dots-view p>img {
    width: 100%;
    /*margin: 15px 0;*/
    max-height: 250px;
    object-fit: contain;
}

.dot-overlay:hover * {
    opacity: 1;
    transition: .3s;
    display: block;
}
.dot-overlay.active .dotNumber {
    background: white;
    border: 2px solid #40536c;
    color: #40536c;
    line-height: 16px;
    font-weight: 800;
    transition: .5s;
    cursor: pointer;
}
.dot-container {
    text-align: left;
    margin-left: 10px;
}
.dot-container button {
    background: none;
    border: none;
    text-decoration: underline;
}
.bg-primary {
    background: white!important;
}
.caret {
    display: none;
}
.dropdown-toggle {
    max-width: 100%!important;
}
.dropdown .dropdown-menu.show {
    width: 100%;
    left: 5px!important;
}
h1.title {
    margin-top: 0px!important;
}
.info.approved {
    color: limegreen;
}
.info.suggested {
    color: darkorange;
}
.info.approved,
.info.suggested {
margin-left: 10px;
}
.alert-success {
    opacity: 1!important;
}
.show-onlydots {
    position: absolute;
    top: 121px;
    left: 10px;
    color: #40536c;
}
.show-onlydots span {
    display: none;
}
.show-onlydots .bootstrap-switch,
.show-onlydots .bootstrap-switch .bootstrap-switch-container {
    border-radius: 30px;
}

.dots-off,
.dots-on {
    position: absolute;
    width: 50px;
    text-align: center;
    font-weight: 500;
    top: 0px;
    left: 50px;
    opacity: 0;
    transition: .5s;
}
.dots-off.active,
.dots-on.active {
    opacity: 1;
    transition: .5s;
}
@media (max-width: 769px) {
    .show-pins {
        top: 145px;
        left: 10px;
    }
    .show-onlydots {
        top: 55px;
        left: 10px;
    }
    .show-onlydots span {
        display: none;
    }
}

.text-dark {
    font-weight: bold;
}

.onlydots {
    display: block;
    cursor: pointer;
}
.onlydots img {
    width: 40px;
    height: auto;
}
.onlydots img.on {
    display: none;
}
.showingDot img.off {
    display: none;
}
.showingDot img.on {
    display: block;
}
@media (min-width: 768px) {
    .card-body .curatedText iframe {
        width: 100%!important;
        height: 160px!important;
    }
}
@media (max-width: 768px) {
    .card-body .curatedText iframe {
        width: 100%!important;
        height: 200px!important;
    }
}
#hideDots {

}
.screensaver {
    position: absolute;
    top: 170px;
    left: 10px;
    color: #40536c;
    cursor: pointer;
}
.screensaver .ss-on {
    display: none;
}
.panzoom-cont.contSs .open-card,
.panzoom-cont.contSs .show-pins,
.panzoom-cont.contSs .show-onlydots,
.panzoom-cont.contSs .panzoom-control,
.panzoom-cont.contSs .cstOSDnav,
.panzoom-cont.contSs #toolbar,
.panzoom-cont.contSs .pag-cont,
.panzoom-cont.contSs .screensaver,
.panzoom-cont.contSs #cst-prev,
.panzoom-cont.contSs #cst-next{
    display: none!important;
}
.panzoom-cont.contSs .ss-off {
    display: none;
}
.panzoom-cont.contSs .ss-on {
    display: block;
}
.panzoom-cont.contSs .screensaver {
    top:10px ;
}
/*.card-fexh .card-body-overlay a {*/
/*    display: none;*/
/*}*/
/*.card-fexh .card-body-overlay iframe {*/
/*    display: none;*/

/*}*/

.editCrtImg {
width: 60px;
    /*padding: 5px 13px;*/
    background: #40536C;
    color: white;
    border: 1px solid #40536C;
    border-radius: 5px;
    margin: 5px;

}
.editCrtImg,
.editCrtExh{
    /*position: relative;*/
    /*background: none;*/
    /*border: none;*/
    /*left: 10px;*/
}
.editCrtImg button,
.editCrtExh button{
    background: inherit;
}
.editCrtImg:hover,
.editCrtExh:hover {
    text-decoration: underline;
}
.kv-editable {
    margin-top: 10px!important;
}
.field-dots-comment .redactor-editor {

    text-align: left;
}
@media (max-width: 1025px) {
    .screensaver,
    .show-pins,
    #map-control1 .zoom-in,
    #map-control1 .zoom-out,
    #map-control1 .map-fs {
        display: none!important;
    }
    #map-control1 .map-fs {
        display: block!important;
    }
    #map-control1 .map-fs .fa-expand-arrows-alt {
        line-height: 40px;
    }
    .exhCard iframe {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100% !important;
        /*height: 100% !important;*/
    }
}
/* necessary native-elipsis styles */
.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

/*Add scroll bar for modal windows */
.modal {
    overflow: inherit;
    overflow-x: scroll!important;
}
.custom-signup {
    margin-top: 20px;
}
.pinbox #dot-form #dots-status {
    display: none;
}
.justify-content-center {
    justify-content: center;
}
.owl-thumbs>div:focus {
    outline: none;
}
.modal-body iframe {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%!important;
    /*height: 100%!important;*/
}
.redactor-editor iframe {
    position: static;
    width: 100%!important;
    height: inherit!important;
}
.card-title {
    color:#337ab7;
    font-size: 1rem;
    margin-top: 40px;
}
.navbar-fixed-top {
    position: fixed!important;
}
@media (min-width: 768px) {
    .signup_custom_header {
        margin-bottom: 50px;
        margin-left: -100px;
    }
}
.dot-overlay-content {
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.dot-overlay-content .more {
    position: absolute;
    top: -3px;
    right: -3px;
    border: 3px solid #40536c;
    width: 120px;
    height: 40px;
    border-radius: 0 10px 0 10px;
    text-align: center;
    line-height: 34px;
    background: white;
    font-size: 16px;
    font-weight: 600;
    color: #40536c;
}
.dotHeader {
    margin-bottom: 10px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bg-primary {
    background-color: white;
}
.dotHeader img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comment-container {
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.dot-overlay-content a {
    display: inline!important;
}
.dot-overlay-content button.close {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #40536c;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    opacity: 1;
    color: white;
    text-shadow: none;
    font-weight: 400;
    line-height: 3px;
}
.exh-counter {
font-size: 14px;
    text-transform: uppercase;
    color: #40536C;
    text-align: left;
    font-weight: 600;
    display: inline;
    /*margin-bottom: 10px;*/

}
.exhCard .modal-body {
    max-height: 70vh;
    overflow-x: auto;
}
.edit-crtexh .modal-body {
    max-height: 70vh;
    overflow-x: auto;
}
.dot-full .modal-body {
    max-height: 70vh;
    overflow-x: auto;
}
.exhShare {
    width: 60px;
    /*padding: 5px 13px;*/
    border: 1px solid #40536C;
    border-radius: 5px;
    /*margin: 5px;*/
}
.exhShareModal label {
    margin-bottom: 25px;
    display: block;
    margin-top: 5px;
    display: block;
}
@media (min-width: 576px) {
    .exhShareModal .modal-dialog {
        max-width: 600px;
    }
}
#shareLink {
    width: 100%;
    border: none;
    background: rgba(64,83,107,.1);
    padding: 5px 10px;
    border-radius: 5px;
}

#copyLink {
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    background: #40536C;
    color: white;
}
#copyEmbeddedLink {
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    background: #40536C;
    color: white;
}
#shareDotCount {
    display: none;
}
.editCrtExh {
    position: absolute;
    left: 20px;
}
#collapseShare>.card-body,
.publicToggle {
    flex-direction: row!important;
    justify-content: start;
}
.collapseButton {
    margin: 15px 0;
}
.btn.hidden {
    display: none;
}
.panzoom-cont.contFs .show-pins {
    display: none;
}
.export-users {
    display: none!important;
}
.bootstrap-touchspin span.input-group-btn {
    width: 38px;
}
#modal-dotfull .modal-body {
    /*max-height: 350px;*/
    /*height: 350px;*/
}
/*Preloader*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #40536ced;
    z-index: 800;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(10px);
    z-index: 100000;
}
.no-js #preloader, .oldie #preloader {
    display: none;
}
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 100px;
    margin: -30px 0 0 -30px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;
    transform: translateX(-50%);
    align-items: center;
}



/*cubes*/
.sk-cube-grid {
    width: 40px;
    height: 40px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: white;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}
/*preloader end*/
#modal-dotfull .modal-dialog {
    max-width: 600px;
    height: 460px;
}
#modal-dotfull .modal-footer {
    justify-content: space-between;
    height: 60px;
}
#modal-dotfull .modal-footer * {
    color:#40536C;
}
.modal-footer nav{
    /*position: absolute;*/
    /*left: 15px;*/
}
.modal-footer nav button {
    color: black;
}
.modal-footer nav button:hover {
    color: black;
}
button.editCrtExh.all {
    left: 100px;
}
button.editCrtExh.all a {
    color: #1c1c1c;
    text-decoration: none;
}
@media (max-width: 768px) {
.topSearch   {
    display: none!important;
}
    .topSearch.mobile   {
        display: block!important;
        margin-left: 15px;
        width: 240px;
    }
    .editCrtImg,
    .editCrtExh,
    .sortCrtExh,
    .dot-full .edit{
        display: none!important;
    }
}
td.clampjs {
    max-height: 65px;
    height: 65px;
    overflow: hidden;
    display: block;
    /* width: 100%; */
    max-width: 80%!important;
}
.create-dot .modal-body {
    height: 80vh;
    overflow-y: scroll;
}
.create-dot .dots-form button[type="submit"] {
    opacity: 0;
    visibility: hidden;
}
.dotVis {
    visibility: hidden;
}
#myTabContent td img,
#myTabContent td iframe {
    display: none!important;
}
#myTabContent tr {
    max-height: 70px;
    overflow: hidden;
}
.open-card+.show-onlydots {
    top: 65px;
    transition: .3s;
}
.iOSfullscreen .open-card+.show-onlydots {
    top: 76px;
    transition: .3s;
}
.open-card+.show-onlydots+.screensaver {
    top: 110px;
}
.modal-content {
    height: 100%;
}

.sidebar-form.topSearch.mobile {
display: none;
}
@media (max-width: 768px) {
    .sidebar-form.topSearch.mobile {
display: block;
    }
}
.image_info {
    position: fixed;
    top: var(--header-height);
    left: -300px;
    height: 100vh;
    min-width: 300px;
    max-width: 300px;
    background: white;
    transition: .4s;
    border-right: 1px solid #0a568c;
}
.image_info.active {
    position: fixed;
    top: var(--header-height);
    left: 0;
    height: 100vh;
    min-width: 300px;
    max-width: 300px;
    background: white;
    transition: .4s;
    border-right: 1px solid #0a568c;
}
/*@media (max-width: 768px) {*/
/*    .image_info {*/
/*        position: fixed;*/
/*        top: var(--header-height);*/
/*        top: -400px;*/
/*        height: 400px;*/
/*        max-width: 100vw;*/
/*        width: 100vw;*/
/*        background: white;*/
/*        transition: .4s;*/
/*        border-right: 1px solid #0a568c;*/
/*    }*/
/*    .image_info.active {*/
/*        position: fixed;*/
/*        top: var(--header-height);*/
/*        left: 0;*/
/*        top: 50px;*/
/*        height: 400px;*/
/*        max-width: 100vw;*/
/*        width: 100vw;*/
/*        background: white;*/
/*        transition: .4s;*/
/*        border-right: 1px solid #0a568c;*/
/*    }*/
/*}*/

@media (max-width: 420px) {
    #pinned_overlay {
        display: none!important;
    }
    .car-item .card-more {
        z-index: 4;
        width: 90vw;
        height: 55vh;
        left: 50%;
        bottom: 190px;
        transform: translateX(-50%);
        background: white;
        margin: 0;
    }
    .pinned .image_info.active .pinbox-mob-overlay {
        width: 100vw;
        height: 100vh;
        z-index: 3;
        position: absolute;
        background: rgba(0,0,0,0.5);
    }
    .image_info {
        top: 0;
        left: -100vw;
    }
    .pinned .image_info.active {
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        position: absolute;
        max-width: 100vw;
    }
}
.modal-backdrop {
    display: none!important;
}
#modal-dotfull {
    color: black;
    top: 100px;
text-align: left;
}
.image_size {
    color: #40536c;
    font-weight: 500;
    border-top: 1px solid #40536c;
    padding-top: 10px;
}
.exhibit-attribution-wrapper {
background: white;
    position: fixed;
    bottom: 0;
    z-index: 90;
    display: none;
    opacity: 1;
    visibility: visible;
    color: black;
    width: 100%;
    padding: 5px 0px;
    right: 0;

}
.exhibit-attribution-wrapper.active {
    display: block;
}
.exhibit-attribution-wrapper p {
    margin: 0;
    padding: 0;
}
.pinned .exhibit-attribution-wrapper {
    width: calc(100% - 300px);
}
.fs-overlay {
    display: none;
}
.fs-overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
}
.field-images-imheadline .re-video,
.field-images-curatedtext .re-html,
.field-images-curatedtext .re-formatting,
.field-images-curatedtext .re-deleted,
.field-images-curatedtext .re-horizontalrule,
 .field-exhibits-description .re-html,
 .field-exhibits-description .re-formatting,
 .field-exhibits-description .re-deleted,
 .field-exhibits-description .re-horizontalrule{
    display: none;
}
.image-res-modal {
    display: none;
}
.im-size .image-res-modal {
    display: block;
}