:root {
    /* --bg-color-1: #252122; */
    /* --bg-color-1: #7a7a7a; */
    --txt-color:#5D5D5D;
    --txt-color-1: #999;
    --txt-color-2: #252122;
    --bg-color-1: #37AADC;
    --bg-color-2: #F4F2EF;
    --bg-color-3: #f0f0f0;
    --bg-color-4: #252122;
    --t2nd-color: #e2263e;

    --txt-color-action:#5D5D5D;
    --txt-color-action-hover:#37AADC;
}


/* loginhtml {
    height: 100%;
} */

body {
    margin: 0;
    padding: 0;
    font-size: 90%;
    line-height: 1.75em;
    color: #5D5D5D;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    background-color: #eee;
    height: 100%;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--txt-color-2);
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-weight: 400;
    font-size: 2em;
    letter-spacing: -0.015em;
}

h3 {
    font-size: 1.35em;
    margin-bottom: 5px;
}

a h3:hover {
    color: #3196C2 !important;
}

strong {
    font-weight: 600;
}

ul {
    padding-left: 20px;
}

hr {
    border: 0px;
    border-top: 1px #ccc dotted;
}

#header {
    /* height: 103px; */
}

.body_page-records-single #header {
    /* height: 100px; */
}

#header-info {
    width: 100%;
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
    /* background-color: rgba(255, 255, 255, 0.9); */
    background-color: var(--bg-color-3);
}

a {
    color: #009ecb;
    text-decoration: none;
}

#header_content {
    padding: 20px 2em 70px;
    /* z-index: 1000; */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-top: 10px solid var(--bg-color-1);
}

#header-menu {
    float: left;
}

.body_home #content {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;

}

#content {
    margin: 0px auto;
    background-color: var(--bg-color-3);
    padding: 30px;
    position: relative;
    /* #541717 */
    min-height: 50vh;
}

#content:not(.content-single) {
    border-top: 10px solid var(--bg-color-1);
}

.content-facets {
    background: linear-gradient(to right, var(--bg-color-3) 0%, var(--bg-color-3) calc(50% - 590px + 270px), #fafafa calc(50% - 590px + 270px), #fafafa 0%);
}

.content-single {
    padding: 0 0 30px 0 !important;
}

#homeslider {
    width: auto;
}

#background {
    margin: 0;
    padding: 0;
    background: url("/themes/Denali/images/bg.jpg") no-repeat scroll top center / cover;
    width: 100%;
    height: 700px;
    /* position: absolute; */
    top: -150px;
}

#menu-superior {
    width: 100%;
    /* height: 10px; */
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: right;
    background: var(--bg-color-1);
}


.header-wrapper{
    display: flex;
    justify-content: center;
}

.carousel-control-prev, .carousel-control-next{
    background-color: none !important;
    background: none !important;
}

.carousel-caption{
    display: none;
}

#myCarousel .carousel-indicators{
    display: none;
}

#header-title {
    width: 100%;
    max-width: 1320px;
    position: absolute;
    bottom: 0;
    padding-bottom: 1em;
}

#title {
    margin-top: -7px;
}

#title h1 {
    color: #fff;
    font-size: 3em;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); */
    line-height: 1em;
    margin-bottom: 0;
    font-weight: 400 !important;

}

#title h1 span {
    color: #fff;
    font-size: 1em;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); */
    /* line-height: 2em; */
    display: block;
}

/****/
#page {
    min-height: 100%;
    height: 100%;
    clear: both;
}

.page_content {
    background-color: #fff;
    height: 100%;
}

.facet:first-child {
    margin-top: 0px;
}

.facet {
    margin-top: 5px;
}

.navlist_content em,
.navpic_tooltip em,
.time_navlist_content em {
    background-color: #0099CC;
    color: #FFFFFF;
    padding: 1px;
    font-style: normal;
}

.page_content.box {
    margin-top: 5px;
}

.page_content.add_info {
    padding-top: 0px;
}


#single h1 {
    font-size: 1.5em;
    margin-bottom: 30px;
}

#single h1 hr {
    border: 2px solid #eee;
    margin-top: 20px;
}

#single h2 {
    font-size: 1.3em;
    margin-bottom: 0;
}


#single table tbody tr {
    border-color: #eee;
}

#single table tbody tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.0375);
}

#single table th {
    color: #2E3842;
}

#single table thead {
    border-color: #dfdfdf;
}

#single table tfoot {
    border-color: #dfdfdf;
}

#single table.alt tbody tr td {
    border-color: #dfdfdf;
}

#single .one-third>div {
    padding-left: 30px;
}

#single .one-third>div>div {
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #eee;
    border-radius: 5px;
}

#single .one-third>div h2 {
    margin-bottom: 5px;
}

#single .share i {
    font-size: 1.5em;
    padding: 0px 5px;
    color: #bbb;
}

#single .share i:hover {
    color: var(--bg-color-1);
}


#single .attachedfiles ul {
    display: inline-block;
}

#single .attachedfiles li {
    text-align: left;
}

.column_hr_right {
    border-left: 1px #ccc dotted;
    padding-left: 30px;
    margin-left: 30px;
}

.p_center {
    margin-left: 5px;
    margin-right: 5px;
}

.p_left {
    margin-right: 5px;
}

.p_right {
    margin-left: 5px;
}

.p_top {
    border-top: 5px solid var(--bg-color-1);
    padding-top: 5px;
}

.page_nav {
    background-color: #fafafa;
    margin-bottom: 30px;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 15px;
}

/****/
.box {
    margin-left: 20px;
    padding: 0px 20px;
    border-left: 4px solid #f0f0f0;
}

#home h3,
#home h2 {
    margin-bottom: 20px;
    font-weight: 600;
}

#discover {
    display: inline-block;
    width: 100%;
    margin: -20px 0 20px -20px;
    width: calc(100% + 40px);
    text-align: center;
}

.discover_box {
    display: inline-block;
    padding: 10px;
    min-width: 250px;
}

.discover {
    background-color: #eee;
    position: relative;
    cursor: pointer;
    display: block;
    height: 250px;
    overflow: hidden;
}

.discover>div {
    background-position: center center !important;
    background-size: cover !important;
    display: block;
    min-height: 250px;
    border: 0px solid var(--bg-color-1);
}

.discover:hover>div {
    border: 10px solid var(--bg-color-1);
    transition: all 0.3s ease-in-out 0s;
}

.discover .infos {
    background-color: rgba(55, 170, 220, 0.7);
    bottom: 0;
    height: 80px;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.discover h3,
.discover h2 {
    color: #fff !important;
    font-weight: 800;
    line-height: 60px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.35em;
}

.discover:hover .infos {
    background-color: rgba(55, 170, 220, 1);
    transition: all 0.3s ease-in-out 0s;
}

.discover:hover .infos h3,
.discover:hover .infos h2 {
    color: #fff !important;
}

#page a {
    color: var(--bg-color-1);
}

#page a:hover {

    transition: all 0.3s ease-in-out 0s;
}

#page a.btn:hover {
    color: #fff !important;
    transition: all 0.3s ease-in-out 0s;
}

#page ul {
    padding-left: 20px;
    list-style: square;
    z-index: 10;
}

.alignright {
    clear: right;
    float: right;
    margin-left: 2.5em;
}

.imgbox {
    border: 3px solid white;
    box-shadow: -5px 4px 5px rgba(172, 172, 172, 0.75);
    margin-bottom: 1em;

    max-width: 100%;
    height: auto;
}

.column {
    min-height: 100%;
    height: 100%;
}

.home_section_title {
    text-align: center;
    color: var(--bg-color-1);
    font-size: 30px;
    text-align: center;
    margin-bottom: 2em !important;
    text-align: left;
}

#menu_lang {
    display: flex;
    margin-left: 30px;
    /* for mobile*/
}

.collapse.show #menu_lang {
    /* margin-left: 30px; */
    justify-content: start;
    margin-bottom: 10px;
}

#menu_lang a {
    margin-right: .5em;
    display: inline-block;
}

#menu_lang a.svg_flag {
    width: 25px;
}

#footer {
    padding-top: 20px;
    background-color: var(--bg-color-4);
    min-height: 200px;
    color: #fafafa;
    /* position: absolute; */
    width: 100%;
}

#footer h3 {
    color: #fafafa;
}

#footer a {
    color: #fafafa;
    font-size: 1.5em;
}

#footer li {
    list-style-type: none;
}

#footer a:hover {
    color: #fff;
}

#menu-bottom {
    list-style: square;
}


#footer .p_center {
    margin-left: 20px;
    margin-right: 20px;
    border: 0px;
}

#footer .p_left {
    margin-left: 0px;
    margin-right: 40px;
    border: 0px;
}

#footer .p_right {
    margin-left: 40px;
    margin-right: 0px;
    border: 0px;
}

#logo {
}

#logo img {
    max-height: 60px;
}

.sep {
    padding-top: 30px;
}

.center {
    text-align: center;
}

#search {
    color: #fff;
    line-height: 1.5em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

#search input[type="text"] {
    /* width: calc(67% - 90px); */
    width: 100%;
    padding: 1em;
}

#search button {
    width: 4em;
    padding: 1.1em;
}

#search_form,
.search_form {
    margin: 1em 0 0em 0;
    display: flex;
    justify-content: space-between;
}


#contact table td {
    padding: 0em;
}

#contact input[type="text"],
input[type="submit"],
button,
select,
textarea {
    width: 100%;
}

#fulltext_bookmarks_or_simple {
    width: calc(33% - 0.5em);
    padding: 0.93em;
}

/****************/

.ih3 {
    float: left;
    padding-right: 10px;
    font-size: 2em;
}

/***************/

#single dl.item-list {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

dl.item-list:first-child {
    padding: 10px 0 20px;
}

.item-list dt {
    width: 6em;
    float: left;
    font-weight: 600;
    color: #999;
}

.item-list dd {
    margin-left: 7em;
    color: #333;
}

dt {
    clear: both;
}



.navpic_content .item-list dt,
.navtable .item-list dt {
    width: 0 !important;
    display: none !important;
}

.navpic_content .item-list dd,
.navtable .item-list dd {
    margin-left: 0 !important;
}

/* #Lists
================================================== */
ul,
ol {
    margin-bottom: 20px;
    margin-top: 0px;
}

ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
}

li {
    line-height: 18px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}


/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-size: inherit;
    background-color: var(--bg-color-1);
    color: #fff;
    padding: 0.5em;
    text-indent: 0px;
    font-weight: 100;
    cursor: pointer;
    border: 0;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: var(--bg-color-1);
    color: #fff;
    transition: all 0.3s ease;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background: var(--bg-color-1);
    color: #fff;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea,
checkbox {
    font-size: inherit;
    border: 1px solid #eeeeee;
    color: #999;
    background-color: #fff;
    padding: 0.5em;
    text-indent: 4px;
}

/* pagination ******************/

.pagination_bottom {
    background-color: #fafafa;
    border-top: 1px #fafafa dotted;
    padding-top: 20px;
}

.pagination .btn {
    display: inline-block;
    padding: 4px 12px;
    margin: 0;
    width: auto;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    text-indent: 0px;
}

.pagination .inline {
    display: inline-block !important;
    vertical-align: top;
}

.pagination .per_page {
    display: none;
}

.pager.left {
    float: left;
}

.right {
    float: right;
}



/***** MENU *******/

/* Main menu */
.menu {
    list-style: none;
}

#menu-top {
    list-style: none;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-top: 20px;
}

#menu-top li {
    float: left;
    position: relative;
    line-height: 0;
    margin: 0px;

}

#menu-top li:last-child {
}

#menu-top a {
    float: left;
    margin: 0px 0px 0px 0px;
    /* color: #999; */
    color: var(--bg-color-1);
    text-transform: uppercase;
    font: 16px/25px 'Trebuchet MS';
    ;
    text-decoration: none;
    position: relative;
}

#menu-top a:after {
    content: '';
    border-bottom: 4px solid;
    width: 0%;
}

#menu-top li a {
    margin: 0px 0px 0px 30px;
    padding-bottom: 20px;
}

#menu-top ul li a {
    margin: 0px 0px 0px 0px;
}

#menu-top li:hover>a:after {
    transition: all 0.3s ease-in-out 0s;
    content: '';
    border-bottom: 4px solid var(--bg-color-1);
    width: 100%;
    float: left;
    position: absolute;
    top: 25px;
    left: 0;
}

#menu-top li li:hover>a {
    color: var(--bg-color-1);
}


#menu-top li:hover>ul {
    display: block !important;
    /*important so that jquery hide on focusout doesnt break css hide/show after keyboard nav*/
}

/* #menu-top li a:focus + ul
{
    display: block;
} */

/* Sub-menu */

#menu-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 99999;
    background: #fafafa;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

#menu-top ul ul {
    top: 0;
    left: 150px;
}

#menu-top ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #fff, 0 2px 0 #ccc;
    -webkit-box-shadow: 0 1px 0 #fff, 0 2px 0 #ccc;
    box-shadow: 0 1px 0 #fff, 0 2px 0 #ccc;
}

#menu-top ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu-top ul a {
    padding: 10px;
    height: 10px;
    width: 130px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    color: #999;
}


*:first-child+html #menu-top ul a

/* IE7 */
{
    height: 10px;
}

#menu-top ul a:hover {
    color: #999;
}

#menu-top li a.active {
    color: #111;
}

#menu-top li ul li a.active {
}

#menu-top ul li:first-child>a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #f0f0f0;
}

#menu-top ul ul li:first-child a:after {
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #f0f0f0;

}

#menu-top ul li a:hover:after {
    width: 0%;
}


/* Clear floated elements */
#menu-top:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu-top {
    zoom: 1;
}

/* IE6 */
*:first-child+html #menu-top {
    zoom: 1;
}

/* IE7 */


/************/
.title_item {
    margin-bottom: 5px;
}

.returned_results {
    clear: both;
    padding-bottom: 5px;
    text-align: left;
}

.show_facets {
    margin-right: 50px;
}


.facets_unrefined {
    clear: both;
    padding-bottom: 5px;
    text-align: left;

}

.facets_unrefined a {
    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #5D5D5D !important;
    text-decoration: none;
    font-size: 0.8em;
    border-radius: 5px;
    text-shadow: initial;
}

.facets_unrefined i {
    font-size: 0.7em;
    color: #E796A3 !important;
    padding-left: 3px;
}

.facets_unrefined a:hover {
    color: #fff !important;
    background: #cc0000;
    transition: all 0.3s ease;
}

.facets_unrefined_option {
    background-color: #E796A3;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9em;
}

/* NAVLIST *******************/
.right_column_sep {
    clear: both;
    padding-bottom: 30px;
}

.navigation i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.navigation b {
    width: 20px;
    text-align: center;
    float: right;
    margin-top: 3px;
}

.navigation {
    border: 1px solid #f0f0f0;
}

/****************************/

ul.dropdown,
ul.subdropdown {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    font-size: 100% !important;
    color: #252122;
    cursor: pointer;
}

ul.dropdown:hover {
    background: #252122;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

ul.dropdown li {
    list-style: none;
    margin: 0px !important;
    padding: 10px !important;
    cursor: pointer;
}

/* hide the submenu */
li ul.subdropdown {
    display: none;
    color: #fff !important;
    margin: 0px 0px 0px -10px !important;
    padding: 0px !important;
    cursor: pointer;
}

ul.dropdown li a {
    display: block;
    text-decoration: none;
    color: #999 !important;
    cursor: pointer;
}

ul.dropdown li a:hover {
    color: #fff !important;
}


ul.dropdown li:first-child>a {
    padding-top: 10px;
}

/* show the submenu */
ul.dropdown li:hover ul.subdropdown {
    background: #252122;
    display: block;
    position: absolute;
    float: left;

}

ul.dropdown li:hover li,
ul.dropdown li:hover a {
    float: none;
}


#browsing {
    width: 220px;
    /* float : right; */
}

#browsing li ul.subdropdown {
    min-width: 220px;
}

#sort {
    width: 240px;
    margin-right: 5px;
    /* float: right; */
}

#sort li ul.subdropdown {
    min-width: 240px;
}

#sort ul.dropdown li span {
    color: #555;
}

#result_per_page {
    width: 180px;
    margin-right: 5px;
    /* float: left; */
}

#result_per_page li ul.subdropdown {
    min-width: 180px;
}

#result_per_page ul.dropdown li span {
    color: #555;
}




/********/

.facet ul {
    list-style: none !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    display: table;
    width: 100%;
}

.facet .sub-facet {
    display: none;
}

.facet h3 {
    position: relative;
    cursor: pointer;
}

.facet h3::after {
    border-color: var(--bg-color-1) transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0em;
    top: 0.5em;
}

.body_page-exhibitions-single .facet h3::after {
    display: none;
}

.facet h3.sub-facet-open::after {
    border-color: transparent transparent #252122;
    top: 0.3em;
}


.facet ul li {
    display: table;
    font-weight: 400;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.facet ul li a div:before {
    background-color: #ccc;
    border-radius: 50%;
    content: " ";
    display: block;
    float: left;
    height: 10px;
    margin: 5px 10px 0 0;
    width: 10px;
}


.facet li a {
    color: var(--bg-color-1) !important;
    text-decoration: none;
    display: table-row;
}

.facet li a:hover {
    text-decoration: underline;
}

.facet li div {
    width: 75%;
    display: table-cell;
}

.facet li span {
    color: var(--bg-color-1) !important;
    display: table-cell;
    width: 25%;
    text-align: right;

}

.facet .more {
    margin-top: 10px;
    cursor: pointer;
}

.facet .nomore {
    /*margin-top: 30px;*/
}

.facet .more:hover {
    text-decoration: underline;
}

.facet i {
    font-size: 0.8em;
    padding-left: 3px;
}

.facet .right_column_sep {
    border-top: 1px dotted #ccc;
    clear: both;
    margin-top: 20px;
    padding-bottom: 15px;
}


.facet li .facets_unrefined {
    padding: 5px !important;
    background-color: #f9f9f9 !important;
    color: #5D5D5D !important;
    text-decoration: none;
    text-align: left !important;
    width: auto !important;
}

.facet li .facets_unrefined div {
    border: 1px solid #e0e0e0 !important;
    border-right: 0px !important;
    padding: 5px;
}

.facet li .facets_unrefined span {
    border: 1px solid #e0e0e0 !important;
    border-left: 0px !important;
    padding: 5px !important;
}

.facet li .facets_unrefined:hover {
    border: 1px solid #000;
    color: #fff !important;
    background: #252122 !important;
    text-decoration: none !important;
}

.facet_OR .facets_refine div:before {
    font-family: 'Ionicons';
    content: ' \f372';
    background-color: rgba(0, 0, 0, 0);
    margin: 0 10px 0 0;
}

.facet_OR .facets_unrefined div:before {
    font-family: 'Ionicons';
    content: ' \f373';
    background-color: rgba(0, 0, 0, 0);
    margin: 0 10px 0 0;
}

.facet_OR ul li .facets_unrefined span {
    border: 0px !important;
}

.facet_OR li .facets_unrefined div {
    background: inherit;
    border: 0px !important;
}

.facet_OR ul li .facets_unrefined:hover {
    padding: auto !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 0px !important;
    color: #d96704 !important
}


/****************************/

.media_image {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    display: flex;
    background-color: #333;
}

.media_image a {
    margin: auto;
    padding: 10px;
}

.noimage {
    color: var(--bg-color-1);
    font-size: 58pt
}

.media_image .noimage {
    color: #999;
    font-size: 150pt;
    margin: 0.25em auto;
}

.no_image_logo {
    width: 9em;
    height: 9em;
    /* maincolor  https://codepen.io/sosuke/pen/Pjoqqp */
    /* filter: invert(26%) sepia(9%) saturate(5987%) hue-rotate(190deg) brightness(91%) contrast(97%); */


}

.navlist_tr {
    margin-bottom: 30px;
    display: table;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.navlist_bottom {
    border-bottom: 1px solid #ccc;
}

.navlist_tr_top {
    margin-top: 30px;
    display: table;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
}

.navlist_img {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    text-align: center;
    min-height: 150px;
}

.page-cms-search .navlist_img .list__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.navlist_img img {
    max-width: 200px;
    max-height: 400px;
    padding: 10px;
}

.noimage {
    padding: 18px 28px;
    border-radius: 10px;
}

.navlist_img img:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    transition: all .3s ease-in-out 0s;
}

.navlist_img_box {
    position: relative;
}

.navlist_content {
    display: block;
    vertical-align: top;
    width: calc(100% - 220px);
    float: left;
}

.navlist_tr h4 {
    color: #004d95;
}

.title_box {
    position: relative;
    display: inline-block;
}

.title_box a {
    float: left;
}

/****************************/

.navpic {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    text-align: center;
    min-height: 255px;
    margin: 5px;
    padding: 10px;
    position: relative;
}

.navpic:hover {
    color: #fff;
    background-color: var(--bg-color-1);
}

.navpic_info {
    display: none;
}

.navpic_img_box {
    height: 200px;
}

.navpic_img_box img {
    border: 1px solid #F0F0F0;
    max-height: 90%;
    max-width: 90%;
}

.navpic_img_box .noimage {
    color: #F0F0F0;
    font-size: 72pt;
    margin-top: 50px;
}

.og-grid {
    padding: 0px !important;
    list-style: none;
    width: 100%;

}

.og-grid li {
    /* display: inline-block; */
    /* vertical-align: top; */
    /* min-height: 255px; */
    /* width: 33%; */
    list-style-type: none;
}

.navpic_tooltip {
    position: absolute;
    background-image: none;
    background-color: #fff !important;
    z-index: 10000000;
    padding: 7px;
    -moz-box-shadow: 0px 0px 10px 0px #222;
    -webkit-box-shadow: 0px 0px 10px 0px #222;
    -o-box-shadow: 0px 0px 10px 0px #222;
    box-shadow: 0px 0px 10px 0px #222;
    max-width: 500px;
}


.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;

}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 0%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;


    -moz-box-shadow: 0px 0px 10px 0px #222;
    -webkit-box-shadow: 0px 0px 10px 0px #222;
    -o-box-shadow: 0px 0px 10px 0px #222;
    box-shadow: 0px 0px 10px 0px #222;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
    background-color: #fff !important;
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/********************** Table */

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2em 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    padding: 1.5em;
}

table th {
    font-weight: 600;
    padding: 1.5em;
    text-align: left;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}

table thead {
    border-bottom: solid 2px #fff;
}

table tfoot {
    border-top: solid 2px #fff;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px #fff;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

/**********
/*slider*/
.lgslider .container {
    background-color: transparent;
}

.lgslider .prev {
    background: url("/themes/Denali/images/slider/left-arrow.png") no-repeat scroll transparent;
    opacity: 0.5;
    width: 30px;
    display: none;
}

.lgslider .next {
    background: url("/themes/Denali/images/slider/right-arrow.png") no-repeat scroll transparent;
    opacity: 0.5;
    width: 30px;
    display: none;
}

.lgslider .dots_container {
    display: block;
}


/*SLIDER*/
#homeslider .slide_content {
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0);
}

#homeslider .slide_content {
    bottom: 0px;
    height: 100px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.2);

}

#homeslider .slide_title {
    font-size: 45px;
    padding-bottom: 15px;
    padding-top: 20px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);

}

#homeslider .slide_txt {
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    font-weight: 100;
}

#homeslider .slide_column {
    background-size: 90% !important;
    background-position: center !important;
}

#homeslider .slide {
    background-size: cover !important;
}

.item-list td.key,
.item-list td.value,
item-table td.value,
.item-table td.value {
    vertical-align: top;
}

.item-list td.key,
.item-table td.key {
    white-space: nowrap;
    padding-right: 2em;
    vertical-align: top;
}

/** AUTOCOMPLETION**/
.autocomplete_table {
    position: absolute;
    color: #53595c;
    /*border: 1px solid #eeeeee;*/
    background-color: #fff;
    -moz-box-shadow: 0px 3px 2px 0px #aaa;
    -webkit-box-shadow: 0px 3px 2px 0px aaa999;
    -o-box-shadow: 0px 3px 2px 0px #aaa;
    box-shadow: 0px 3px 10px 0px #aaa;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaa, Direction=180, Strength=2);
    z-index: 100;
    margin-top: -4px;
}

.autocomplete_table>tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.autocomplete_table>tbody>tr:hover>td {
    background-color: #eee;
    color: #000 !important;
}

.autocomplete_table>tbody>tr>td {
    padding: 15px;
    text-shadow: 0 0 0;
}

/** MODAL **/

#modal {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#modal_content {
    border-top: 5px solid var(--bg-color-1);
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding: 20px 30px 30px 30px;
    width: 80%;
    max-width: 600px;
}

#modal_content h1 {
    font-size: 2em;
}

#modal_content .close {
    position: absolute;
    right: 22px;
    top: 10px;
    float: right;
    cursor: pointer;
}

#modal_content .close:hover {
    color: #E796A3;
}

#modal_content ul {
    list-style: none !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    display: table;
    width: 100%;
}

#modal_content ul li {
    display: table;
    font-weight: 400;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
}

#modal_content li a {
    color: #3196C2 !important;
    text-decoration: none;
    display: table-row;
}

#modal_content li:hover {
    text-decoration: underline;
    background-color: #f0f0f0;
}

#modal_content .facet_OR {
    line-height: 0.7em;
}


#modal_content li div {
    width: 75%;
    display: table-cell;
    padding-left: 7px;
}

#modal_content li span {
    color: #5D5D5D !important;
    display: table-cell;
    width: 25%;
    text-align: right;
    padding-right: 7px;
}

#modal_content li label {
    width: 100%;
    display: inline-table;
}

#modal_alphabetical {
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #666;
}

#modal_alphabetical span {
    padding: 0 0.3em 0em 0.3em;
    cursor: pointer;
}

#modal_alphabetical span:hover {
    background-color: #fff;
    color: #000;
}

#modal_alphabetical span.selected {
    background-color: #d96704;
    color: #fff;
}

#modal_content ul .deep1 {
    padding-left: 0px;
}

#modal_content ul .deep2 {
    padding-left: 20px !important;
    width: calc(100% - 20px);
}

#modal_content ul .deep3 {
    padding-left: 40px !important;
    width: calc(100% - 40px);
}

#modal_result {
    height: 400px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.yoomap {
    z-index: 0;
}


.deep1 a div {
    padding-left: 0px;
}

.deep2 a div {
    padding-left: 20px !important;
}

.deep3 a div {
    padding-left: 40px !important;
}

.deep1_option {
    padding-left: 0px;
}

.deep2_option {
    padding-left: 20px !important;
}

.deep3_option {
    padding-left: 40px !important;
}



.navlist_fulltextpage {
    vertical-align: top;
    float: left;
    margin-right: 10px;
}

.navlist_fulltextpage .menu {
    text-align: left;
}

.navlist_fulltextpage button {
    font-size: 0.9em;
    padding: 10px 20px;
    width: auto;
}

.navlist_fulltextpage .items .item {
    background-color: #fefefe;
    border: 1px #f0f0f0 solid;
    margin-top: 20px;
    padding: 0px 20px 0px 20px;
}

.navlist_fulltextpage .more {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navlist_fulltextpage .more a {
    padding: 10px 20px;
    text-align: center;
    background-color: #F9F9F9;
    border: 1px solid #E9EAED;
    color: #252122;
    text-decoration: none;
}

.navlist_fulltextpage .more a:hover {
    background: var(--bg-color-1);
    color: #fff !important;
}

.navlist_bookmarkspage {
    vertical-align: top;
    float: left;
}

.navlist_bookmarkspage .menu {

    text-align: left;
}

.navlist_bookmarkspage button {
    font-size: 0.9em;
    padding: 10px 20px;
    width: auto;
}

.navlist_bookmarkspage .items .item {
    background-color: #fefefe;
    border: 1px #f0f0f0 solid;
    margin-top: 20px;
    padding: 0px 20px 0px 20px;
}

.navlist_bookmarkspage .more {
    margin-top: 20px;
    margin-bottom: 20px;

}

.navlist_bookmarkspage .more a {
    padding: 4px;
    text-align: center;
    background-color: #F9F9F9;
    border: 1px solid #E9EAED;
    color: #252122;
    text-decoration: none;
}

.navlist_bookmarkspage .more a:hover {
    background: var(--bg-color-1);
    color: #fff !important;
}



.time_navlist {
    border-left: 3px solid var(--bg-color-1);
    margin-left: 105px;
    padding-top: 10px;
    position: relative;
}

.time_navlist .ion-record {
    color: var(--bg-color-1);
}

.time_navlist_date {
    position: absolute;
    left: -105px;
    width: 80px;
    text-align: right;
    font-size: 1em;
    font-weight: 300;
    color: var(--bg-color-1);
    margin-top: -4px;
}

.time_navlist_date_marker {
    position: absolute;
    background-color: var(--bg-color-1);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    left: -11px;
}

.time_navlist_date_arrow {
    position: absolute;
    left: 160px;
    text-shadow: -1px 0px 1px #ccc;
    color: #fcfcfc;
    font-size: 1.7em;
    z-index: 10;
    left: 23px;
    margin-top: -4px;
}

.time_navlist_box {
    margin-top: -12px;
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 0px 0px 2px 0px #ccc;
    background-color: #fcfcfc;
}

.time_navlist_tr {
    display: table;
    width: 100%;
}


.timeline_histogram {
    height: 280px;
    width: calc(100% - 22px);
    display: table;
    border: 1px solid #eee;
    padding: 10px;
    background-color: #f9f9f9;
    margin-bottom: 2em;

}

.timeline_histogram svg {
    width: 100%;
    background-color: #f9f9f9;
    font-size: 0.5em;
    display: table-row;
}

.timeline_histogram .axis path,
.timeline_histogram .axis line {
    stroke: #000;
}

.timeline_histogram .tick text {
    font-weight: 100;
}

.timeline_histogram .bar {
    fill: #049dd9;
    stroke: rgba(0, 0, 0, 0.5);
}

.timeline_histogram .brush .resize path {
    fill: #049dd9;
    stroke: #000;
    stroke-width: 1px;
}

.timeline_histogram .brush .extent {
    fill-opacity: .3;
    fill: #049dd9;
}

.timeline_histogram .bar:hover {
    /* fill: var(--bg-color-1);*/
}

.timeline_histogram_range {
    width: 100%;
    display: inline-block;
    margin-top: 0.5em;
}

.timeline_histogram .timeline_histogram_range button {
    font-size: 1em;
    float: right;
    background-color: #049dd9;
    color: #fff !important;
    border: 0px;
    cursor: pointer;
    min-width: 150px;
    padding: auto;
    font-weight: 300;
    box-shadow: none !important;
    height: auto;
    line-height: 1em;
    padding: 0.5em;
    transition: all 0.3s ease-in-out 0s;
}

.timeline_histogram .timeline_histogram_range button:hover {
    background-color: #d96704 !important;
}

.timeline_histogram .date-range {
    background-color: var(--bg-color-1);
    color: #fff;
    padding: 0.5em;
    font-family: 'Source Sans Pro';
}


.home_search {
    width: 100%;
}

#home .square a {
    color: #5D5D5D;
    text-decoration: none;
}

#home .square a:hover {
    color: #3196C2;
}

.lgitems .listing li {
    display: table;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px dotted #E0E0E0;
}

.lgitems .listing li .img {
    display: table-cell;
    vertical-align: top;
    width: 150px;
}

.lgitems .listing li .img img {
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    display: block;
    margin: 0;
    padding: 15px 15px 10px;
    text-align: center;

    max-height: 150px;
    max-width: 120px;
}

.lgitems .listing li .text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

.lgitems .listing li .title {
    font-size: 1.35em;
    margin-bottom: 5px;
    color: #252122;
    font-weight: 500;
    margin-top: 0;
}

.lgitems .listing li p {
    color: #5D5D5D;
}

.lgitems ul.list {
    list-style: square outside none;
}

.lgitems .list li {
    line-height: 18px;
}

.lgitems .list a {
    color: #5D5D5D;
    text-decoration: none;
}

.lgitems .list a:hover {
    color: #3196C2;
}


/********/

.lgfacets ul {
    list-style: none !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    display: table;

}

.lgfacets ul li {
    display: table;
    font-weight: 400;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lgfacets li a {
    color: #3196C2 !important;
    text-decoration: none;
    display: table-row;
}

.lgfacets li a:hover {
    text-decoration: underline;
}

.lgfacets li div {
    width: 75%;
    display: table-cell;
}

.lgfacets li span {
    color: #5D5D5D !important;
    display: table-cell;
    width: 25%;
    text-align: right;

}

/* RTL */



#logo_block {
    float: left;
    text-align: left;
}


/*
html.RTL #menu-top li a {
    margin: 0 30px 0 0;
}
*/

html.RTL ul {
    padding-right: 20px;
    padding-left: 0px;
}

html.RTL #menu-top {
    padding-left: 0px;
    padding-right: 0px;
}


html.RTL .navlist_content {
    float: right;
    padding-right: 20px;
    padding-left: 0px;
}

html.RTL .item-list dt {
    float: right;
}

html.RTL .facet li span {
    text-align: left;
}

html.RTL li ul.subdropdown {
    margin: 0 -5px 0 0 !important;
}

html.RTL .navigation b {
    float: left;
}

html.RTL .navigation i {
    margin-right: 0px;
    margin-left: 10px;
}

html.RTL .returned_results {
    text-align: right;
}

html.RTL .right {
    float: left;
}

html.RTL .left {
    float: right;
}

html.RTL .p_right {
    margin-left: 0px;
    margin-right: 30px;
}

html.RTL .item-list dd {
    margin-left: 0em;
    margin-right: 7em;
}

html.RTL .container .column,
html.RTL .container .columns {
    display: inline;
    float: right;
}

html.RTL #header_content .column,
html.RTL #header_content .columns {
    display: inline;
    float: left;
}


html.RTL #home .p_right {
    border-left: 1px;
    margin-left: 0px;

    border-right: 0 none;
    margin-right: 20px;
}

html.RTL #home .p_left {
    border-right: 1px;
    margin-right: 0px;
    border-left: 0 none;
    margin-left: 20px;
}

html.RTL .navpic_content .item-list dd,
html.RTL .navtable .item-list dd {
    margin-right: 0;
}

html.RTL .table th {
    text-align: right;
}

html.RTL .time_navlist {
    border-left: 0px solid var(--bg-color-1);
    margin-left: 0px;
    border-right: 3px solid var(--bg-color-1);
    margin-right: 105px;
}

html.RTL .time_navlist_box {
    margin-left: 0px;
    margin-right: 30px;
}

html.RTL .time_navlist_content {
    float: right;
    padding-right: 20px;
}

html.RTL .time_navlist_date_marker {
    left: auto;
    right: 124px;
}

html.RTL .time_navlist_date {
    left: auto;
    right: 30px;
    text-align: left;
}

html.RTL .time_navlist_date_arrow {
    left: auto;
    right: 160px;
    text-shadow: 1px 0 1px #ccc;
}

html.RTL #modal_result {
    padding-right: 0px;
    padding-left: 10px;
}

html.RTL #modal_content .close {
    float: left;
    left: 22px;
    right: auto;
}


/* RESIZE */

@media only screen and (max-width: 1340px) {
    #bt-back {
        right: 10px;
        line-height: 40px;
        background-color: #ffffff;
        border: 1px solid #f0f0f0;
        color: #ddd;
        border-radius: 0%;
        line-height: 47px;
    }

    #bt-back i {
        margin-right: 25px;
    }

}

@media only screen and (max-width: 1180px) {
    .og-grid li {
        width: 49% !important;
    }

    #home {
        padding: 0px 30px;
    }

    #content {
        padding: 30px 0;
    }

    #discover {
        margin: -20px 0 20px -10px;
        width: calc(100% + 20px);
    }

    .page_content .container {
        width: 100%;
    }
}

@media only screen and (max-width: 1300px) {
    #homeslider .prev {
        display: none !important;
    }

    #homeslider .next {
        display: none !important;
    }
}

@media only screen and (min-width: 801px) {
    #menu-top-mobile {
        display: none !important;
    }

    #menu-top {
        display: block !important;
    }
}

@media only screen and (max-width: 800px) {
    .facet {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .facet:first-child {
        margin-top: 5px;
    }

    .show_facets {
        margin-bottom: 5px;
    }

    #header .container .one-third.column {
        width: 50%;
    }

    #header .container .two-thirds.column {
        width: 50%;
    }


    #menu-top-mobile {
        display: block !important;
    }

    #menu-top {
        display: none;
    }

    #header-title {
        display: block;
    }

    .header-title1,
    .header-title2 {
        display: block;
        width: 100%;
        margin: auto;
    }


    #contact td {
        display: flex;
        width: 100%;
    }

    #contact td form {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #contact td .lgmap {
        width: 100% !important;
    }


    #menu-top {
        width: 100%;
    }

    .p_center {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .p_left {
        margin-right: 0px !important;
    }

    .p_right {
        margin-left: 0px !important;
        margin-top: 5px;
    }

    .p_top {
        border-top: 5px solid var(--bg-color-1);
    }

    html.RTL #home .p_left {
        margin-left: 0px !important;
    }

    html.RTL #home .p_right {
        margin-right: 0px !important;
    }

    .navigation {
        width: 100% !important;
        margin: 0px 0px 5px 0px !important;
        float: left !important;
    }

    .og-grid li {
        width: 49% !important;
    }

    .right_column_sep {
        padding: 0px;
    }

    #modal_result {
        height: 100%;
    }

    .item-list dt {
        float: none;
        font-weight: 600;
    }

    .item-list dd {
        float: none;
        margin-left: 0;
    }

    .navlist_content .item-list dt {
        width: auto !important;
    }

    .navlist_content .item-list dd {
        margin-left: 0em !important;
    }

    .navlist_img {
        text-align: left;
    }

    .timeline_histogram_range button {
        float: none;
        min-width: auto;

    }

    #page {
        min-height: auto;
        height: auto;

    }

    .navlist_img {
        width: 100%;
    }

    .time_navlist_tr {
        width: 100%;
    }

    .navlist_content {
        width: 100%;
    }

    .navlist_content h3 {
        text-align: center;
    }

    .box {
        margin: 0;
    }

}

@media only screen and (max-height: 600px) {
    #modal_result {
        height: 150px;
    }

}

@media only screen and (max-width: 480px) {

    #homeslider .slide_content {
        bottom: 0px;
        height: 50px;
        padding: 0px;
    }

    #homeslider .slide_2 .slide_content {
        height: 50px;
    }

    #homeslider .slide_title {
        font-size: 16px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #homeslider .slide_txt {
        font-size: 12px;
    }

    .og-grid li {
        width: 100% !important;
    }
}

.lgvideo,
.lgaudio {
    /*width: 100%;*/
    margin: auto;
    max-height: 500px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin: 10px 0;
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #c09853;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style-position: inside;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #609450;
    color: #468847;
}

.alert-error {
    background-color: #f9e5e5;
    border-color: #e9a5a5;
    color: #DA4C4C;
}

.alert-info {
    background-color: #dff3f8;
    border-color: #93b9d8;
    color: #7399b9;
}

#fulltext_include,
#bookmarks_include {
    background-color: #fefefe;
    border: 1px solid #eeeeee;
    border-top: 0px;
    width: 100%;
    color: #999;
}

#fulltext_checkbox,
#bookmarks_checkbox {
    opacity: 0.7;
}

#geomap_type {
    clear: both;
}

#geomap_type a {
    background-color: #f0f0f0;
    color: #999;
    font-weight: 400;
    padding: 0 5px;
    text-align: center;
    float: right;
    margin-left: 1px;
    text-decoration: none;
}

#geomap_type a.selected {
    background-color: var(--bg-color-1);
    color: #fff;
}

#geomap_type a:hover {
    background-color: #000;
    color: #fff;
}


#lggeomap_1 {
    border: 1px solid var(--bg-color-1);
}

#geomap_results {
    background-color: #fff;
    border-top: 1px dotted #ccc;
    padding-top: 30px;
    margin-top: 30px;
}

.geomarker {
    display: none;
}

.geomarkercircle {
    border-radius: 50%;
    color: #fff;
    background-color: #000099;
    border: 2px solid #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    z-index: 20;
}

.geomarkerselected {
    background-color: #ff0000;
}

.geomarkerzone {
    background-color: #000000;
    z-index: 10;
    opacity: 0.1;
}

#mapurl {
    display: none;
    text-decoration: none;
}

#mapurl div {
    margin-top: 10px;
    text-align: center;
    width: calc(100% - 20px);
    color: #fff;
    font-weight: 400;
    background-color: var(--bg-color-1);
    padding: 10px;
}

#mapurl div:hover {
    background-color: #2380a8;
}

/* #advanced-search select {
    width: 100%;
    padding-right: 10px;
}

#advanced-search input {
    width: 100%;
}

#advanced-search .advs_value {
    width: 100%;
} */

#advanced-search .advs_name {
    /* min-width: 200px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#advanced-search .advs_operator {
    min-width: 100px;
}

#advanced-search .fields_line {
    margin-top: 5px;
}

#advanced-search .remove_element {
    display: table-cell;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    color: #5d5d5d;
}

#advanced-search .remove_element:hover {
    color: #cc0000;
}

#advanced-search .fields_title {
    padding-right: 10px;
}

.remove_element i {
    font-size: 2em;
}

#advanced-search #tr_to_duplicate .advs_remove {
    display: none;
}

#advanced-search .advs_div {
    width: 100%;
    white-space: nowrap;
}

#advanced-search #table_to_duplicate {
    width: 100%;
    /* background-color: #eee; */
}

/* exhibition ********/

.exhibition_toc {

    background-color: #f9f9f9;
    padding: 1px 10px 0px 10px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.exhibition_toc h2 {
    padding-bottom: 20px;
}

.exhibition_toc .lgitems .listing li {
    border-bottom: 0 none;
    display: inline;
    float: left;
    text-align: center;
    width: 30%;
    height: 250px;
    overflow: hidden;
    margin: 1.5%;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
}

@media only screen and (max-width: 800px) {
    .exhibition_toc .lgitems .listing li {
        width: 47%;
        margin: 1%;
    }
}

.exhibition_toc .lgitems .listing li a {
    display: block;
    padding: 20px 10px 20px 10px;
    text-align: center;
}

.exhibition_toc .lgitems .listing li .text {
    display: inline-block;
    padding-left: 0px;
    padding-top: 10px;
}

.exhibition_toc .lgitems .listing {
    padding-left: 0px !important;
}

.exhibition_toc .lgitems .listing li .img {
    display: inline-block;
    min-height: 150px;
}

.exhibition_toc .lgitems .listing li .img img {
    display: inline;
    border: 0px;
    padding: 0px
}

.exhibition_toc .lgitems .listing li .title {
    font-size: 1em;
}

.exhibition_second_level .listing li,
.exhibition_second_level .listing {
    padding-left: 0px !important;
}

.exhibition_second_level .lgitems .listing li .text {
    padding-left: 0px;
}

.exhibition_second_level_img {
    float: left;
    margin-right: 30px;
}

.exhibition_second_level_img img {
    max-width: 250px;
    border: 1px solid #5d5d5d;
}

.exhibition_second_level_pic {
    max-width: 250px;
    border: 1px solid #5d5d5d;
}

#exhibitions_next,
#exhibitions_prev {
    color: #fff;
    background-color: var(--bg-color-1);
    padding: 0px 5px;
    cursor: pointer;
    float: right;
    font-weight: 400;
    display: none;
}

#exhibitions_prev {
    float: left;

}

.exhibitions_next i {
    padding-left: 10px;
}

.exhibitions_prev i {
    padding-right: 10px;
}

.exhibitions_next,
.exhibitions_prev {
    color: #fff;
    text-decoration: none;
}

.exhibitions_img_box {
    float: right;
    padding: 0 0 20px 40px;
}

.exhibitions_img_box img {
    width: 200px;
}

.exhibitions_img_box .add_info {
    font-style: italic;
    font-size: 0.9em;
}

#exhibition_bookmark_title {
    padding: 0px;
}

#exhibition_bookmark_title li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#exhibition_bookmark_title span {
    padding: 0px;
}

#exhibition_bookmarks .current {
    text-decoration: underline;
}

#exhibitions .column .page_content .item-list {
    margin-bottom: 20px;
}

#exhibitions .column .page_content .item-list dt {
    float: none;
    width: auto;
    font-size: 1.35em;
    margin-bottom: 5px;
    color: #252122;
    font-weight: 500;
    margin-top: 0;
}

#exhibitions .column .page_content .item-list dd {
    margin: 0;
}

#exhibitions .column .page_content .item-list dd a {
    color: #5d5d5d;
    text-decoration: none;
}

#exhibitions .column .page_content .item-list dd a:hover {
    color: #3196c2;
}

.login {
    /*max-width: 50%;*/
    border: 1px solid #f0f0f0;
    padding: 2em;
    background-color: #fefefe;
    margin-top: 2em
}

.login dt {
    width: 6em;
    float: left;
    font-weight: 500;
}

.login dd {
    margin-left: 7em;
}

.calendar {
    border: 1px solid #e0e0e0;
    width: 100%;
    margin-top: 10px;
}

.calendar th {
    font-weight: 400;
    background-color: #f0f0f0;
    width: 14.285%;
}

.calendar td {
    background-color: #f9f9f9;
    padding-right: 5px;
    text-align: right;
}

.calendar_day_refine {
    background-color: #f0f0f0 !important;
}

.calendar_day_refine a {
    color: #3196c2 !important;
    text-decoration: none;
}

.calendar_day_refine a:hover {
    text-decoration: underline;
}

/* menu mobile */
#menu-top-mobile {
    color: var(--bg-color-1);
    cursor: pointer;
    font-size: 4em;
    margin: 0;
    position: absolute;
    right: 18px;
    text-decoration: none;
    text-transform: uppercase;
    top: 30px;
}

#menu-top-mobile:hover {
    color: #000000;
}

.menu-top-mobile-bar {
    padding: 10px 12px;
}

#menu-top-mobile-content {
    display: none;
}

#menu-top-mobile-content-ul li {
    border-bottom: 0 !important;
    padding: 0 !important;
}

#menu-top-mobile-content-ul li:hover {
    background-color: #fff !important;
    text-decoration: none;
}

#menu-top-mobile-content-ul .level1 a {
    padding-left: 30px !important;
}

#menu-top-mobile-content-ul .level2 a {
    padding-left: 60px !important;
}

#menu-top-mobile-content-ul .level3 a {
    padding-left: 90px !important;
}

#menu-top-mobile-content-ul a {
    display: block !important;
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 1px;
}

#menu-top-mobile-content-ul a:hover {
    background-color: #000;
    color: #fff !important;
}

#menu-top-mobile-content-ul ul {
    font-size: 100%;
}

.button-refine {
    background-color: var(--bg-color-1);
    color: #fff;
    cursor: pointer;
    display: table;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    font-size: 1.1em;
    width: calc(100% - 30px);
}

.button-refine:hover {
    background-color: #000;
}

.refine-filter {
    display: none;
    background-color: #f9f9f9;
    display: none;
    padding: 20px 20px 0px;
}

/* Articles
================================================== */
#search_articles {
    width: calc(100% - 100px) !important;
}

.img_same {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.img_timeline {
    position: relative;
    width: 100%;
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.singleTimeline {
    word-wrap: break-word;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
}

.summary_box {
    -moz-box-shadow: 0px 1px 2px 0px #c0c0c0;
    -webkit-box-shadow: 0px 1px 2px 0px #c0c0c0;
    -o-box-shadow: 0px 1px 2px 0px #c0c0c0;
    box-shadow: 0px 1px 2px 0px #c0c0c0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

a .summary_box:hover {
    -moz-box-shadow: 0px 0px 1px 0px #656565;
    -webkit-box-shadow: 0px 0px 1px 0px #656565;
    -o-box-shadow: 0px 0px 1px 0px #656565;
    box-shadow: 0px 0px 1px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f8fa;
}

.summary_content {
    color: inherit !important;
    text-align: left;
    padding: 10px;
}

.summary_title {
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 5px;
}

.summary_description {
    max-height: 3.9em;
    overflow: hidden;
    display: block !important;
    color: black;
    margin-top: 0;
    margin-bottom: 5px;
}

.summary_signature {
    color: #b0b0b0;
    font-weight: 400;
    font-size: small;
}

.no_hover {
    color: #252122;
}

/*video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ticker {
    width: 100%;
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 20px;
}

.ticker h3 {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #A7A7A7;
}

.ticker ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ticker ul li {
    list-style: none;
    height: 100%;
    overflow: hidden;
}

.navlist_articles {
    margin-top: 30px;
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.grey_hover:hover {
    background-color: #fcfcfc;
}

.article_signature {
    margin-top: 15px;
    word-wrap: break-word;
}

.categories_list ul {
    padding-left: 20px;
    list-style: disc;
    z-index: 10;
}

/*lgarticles*/
.lgarticles .listing li {
    display: table;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px dotted #E0E0E0;
}

.lgarticles .listing li .img {
    display: table-cell;
    vertical-align: top;
    width: 150px;
}

.lgarticles .listing li .img img {
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    display: block;
    margin: 0;
    padding: 15px 15px 10px;
    text-align: center;

    max-height: 150px;
    max-width: 120px;
}

.lgarticles .listing li .text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

.lgarticles .listing li .title {
    font-size: 1.35em;
    margin-bottom: 5px;
    color: #252122;
    font-weight: 500;
    margin-top: 0;
}

.lgarticles .listing li p {
    color: #5D5D5D;
}

.lgarticles ul.list {
    list-style: square outside none;
}

.lgarticles .list li {
    line-height: 18px;
}

.lgarticles .list a {
    color: #5D5D5D;
    text-decoration: none;
}

.lgarticles .list a:hover {
    color: #3196C2;
}


.exhibition_menu ul {
    padding: 0;
    list-style: circle;
    font-size: 100%;
    padding-bottom: 20px;
}

.exhibition_menu ul li {
    padding-top: 8px;

}

.exhibition_menu a {
    text-decoration: none;
    color: #5D5D5D;
}

.exhibition_menu a:hover {
    color: #3196c2;
}

#exhibitions img {
    max-width: 100%;
}

#exhibitions .img img {
    max-width: 120px;
}



/* BASKET */
.navpic .lgbasket {
    position: absolute;
    top: -0.5em;
    left: -0.4em;
    margin-left: 0em;

}

.lgbasket {
    font-size: 1.5em;
    cursor: pointer;
    float: left;
    margin-left: 0.3em;
}

.lgbasket a {
    color: #333 !important;
}

.lgbasket a:hover {
    color: var(--bg-color-1) !important;
}

.lgbasket.in i {
}

.lgbasket.in i:hover {
}

#single-results-picture .lgbasket {
    top: 0em;
    right: 0.2em;
}

#single-results-table .lgbasket {
    position: relative;
    top: 0em;
    right: 0em;
    float: right;
}

.lgbasketrequest b{
    font-weight: 600;
}

.lgbasket_add,
.lgbasket_remove,
.lgbasket_cat,
.lgbasket_cat_edit,
.lgbasket_cat_add,
.lgbasketrequest_update,
.lgbasket_edit {
    font-size: 1em;
    float: right;
    background-color: var(--bg-color-1);
    color: #fff;
    border: 0px;
    cursor: pointer;
    padding: auto;
    font-weight: 300;
    box-shadow: none !important;
    height: auto;
    line-height: 1em;
    padding: 0.8em;
    width: 100%;
    text-align: center;
    margin-top: 0.5em;
    border: 1px solid var(--bg-color-1);
}

.lgbasket_cat {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    color: #252122;
    float: left;
}

.lgbasket_remove {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    color: #252122;
}

.lgbasket_edit {
    color: #fff !important;
}

.lgbasket_remove:hover,
.lgbasket_add:hover,
.lgbasket_cat:hover,
.lgbasket_cat_edit:hover,
.lgbasket_cat_add:hover,
.lgbasketrequest_update:hover,
.lgbasket_edit:hover {
    background-color: #000 !important;
    border: 1px solid #000;
    color: #fff;
}

.lgbasket_cat_remove {
    cursor: pointer;
    border: 0;
    color: #cc3333;
    font-size: 1.2em;
}

.lgbasket_cat_remove:hover {
    border: 0;
}

.lgbasket_table {
    border: 1px solid rgba(0, 0, 0, 1);
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-table;
    border-spacing: 0;
    border-collapse: collapse;
}

.lgbasket_table tr,
.lgbasket_table td {
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.lgbasket_table tr {
    background-color: rgba(0, 0, 0, 0.02);
}

.lgbasket_table tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.04);
}

.lgbasket_table td {
    padding: 0.3em;
}

.lgbasketnote h4 {
    font-size: 1.3em;
    margin: 30px 0 10px;
}

.lgbasketnote hr {
    display: none;
}

.lgbasketnote textarea {
    min-height: 200px;
}

.lgbasketnote .lgbasket_add,
.lgbasketnote .lgbasket_remove {
    float: left;
}

.lgbasket_header {
    cursor: pointer;
    font-size: 1.5em;
    position: relative;
    float: left;
}

.lgbasketrequest {
    display: inline;
}

.lgbasketrequest_action {
}

.lgbasketrequest_run,
.lgbasketrequest_edit {
    font-size: 1.2em;

    border: 0px;
    cursor: pointer;
    padding: auto;
    font-weight: 300;
    box-shadow: none !important;
    height: auto;
    line-height: 1em;
    padding: 0.5em;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    margin: 0 0.2em;

}


.lgbasketrequest_run:hover,
.lgbasketrequest_edit:hover {
    color: #d96704 !important;
    border: 0;
}

.lgbasketrequest_manage {
    cursor: pointer;
    border: 0;
}

.lgbasketrequest_manage:hover {
    color: var(--bg-color-1) !important;
}

.lgbasketrequest .lgbasket_table {
    margin-top: 0em;
}

.lgbasketrequest .lgbasket_table td {
    white-space: nowrap;
}

.lgbasketrequest .lgbasket_table td input {
    width: calc(100%);
}

.lgbasketrequest_name {
}


#header_single h2 {
    float: left;
    width: auto;
    max-width: 80%;
}

.print {
    border: 1px solid #f0f0f0;
    cursor: pointer;
    display: block;
    /* float: right; */
    padding: 6px;
    text-decoration: none;
    margin-left: 5px;
}

.print-btn-record:hover {
    opacity: 1;
    background-color: var(--bg-color-1) !important;
    border: 1px solid var(--bg-color-1) !important;
    color: #fff !important;
}

.print a:hover {
    color: #fff !important;
}

.single-print {
    margin-right: 0.5em;
}

.navtable .lgbasket,
.navtable .lgauth {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px;
    cursor: pointer;
}

/* AUTH ******/

.navlist_img .lgauth,
.navpic .lgauth {
    position: absolute;
    top: -0.5em;
    left: -0.4em;
    font-size: 1.5em;
    cursor: pointer;
}

.navlist_img:hover .lgauth {
    display: block;
}

.lgauth_text {

    margin-bottom: 2em;
}

.lgauth_signup,
.lgauth_signin,
.lgauth_back,
.lgauth_action {
    font-size: 1em;
    float: right;
    background-color: var(--bg-color-1);
    color: #fff;
    border: 0px;
    cursor: pointer;
    padding: auto;
    font-weight: 300;
    box-shadow: none !important;
    height: auto;
    line-height: 1em;
    padding: 0.5em;
    min-width: 100px;
    text-align: center;
    border: 1px solid var(--bg-color-1);
}

.lgauth_signin,
.lgauth_back {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    color: #252122;
    float: left;
}

.lgauth_action {
    float: left;
    margin-left: 1em;
}

.lgauth_signin:hover,
.lgauth_signup:hover,
.lgauth_back:hover,
.lgauth_action:hover {
    background-color: #000 !important;
    border: 1px solid #000;
    color: #fff;
}

.lgauth_signin_SAML {
    text-decoration: none !important;
}


.date_slider {
    display: none;
}

/* LOAN */
.lgloan {
    background-color: #333;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.lgloan_box {
    background-color: #fff;
    display: table;
    margin: 2em auto;
    padding: 1em;
    width: auto;
}

.lgloan_box h4 {
    margin-bottom: 0;
}

#lgloan_date {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.4em 1em;
    display: table;
    float: left;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

#lgloan_date:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

#lgloan_date i {
    margin-right: 1em;
}

.lgloan_save,
.lgloan_reservation {
    font-size: 1em;
    background-color: #049dd9;
    color: #fff !important;
    border: 1px solid #049dd9;
    cursor: pointer;
    padding: auto;
    font-weight: 300;
    box-shadow: none !important;
    height: auto;
    padding: 0.4em 1em;
    transition: all 0.3s ease-in-out 0s;
    min-width: 100px;
    text-align: center;
    float: left;

}

.lgloan_reservation {
    display: table;
}

.lgloan_save:hover {
    background-color: #d96704 !important;
}

.loan_listing {
}

.loan_listing table {
}

.loan_listing table tbody tr {
    border: solid 1px #fff;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
}

.loan_listing table th {
    white-space: nowrap;
}

.loan_listing table tbody td {
    padding: 0.5em 1em !important;
}

.loan_listing table tbody tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.04);
}

td.ico {
    text-align: center;
    width: 20px;
}

td.ico a {
    color: #5e5e5e;
    border: 0;
}

td.ico i {
    font-size: 0.8em;
}

td.delete a {
    font-size: 1.5em !important
}

td.delete a:hover {
    color: #cc0000;
}

.status_active {
    color: #95bf2d;
}

.status_noactive {
    color: #c33421;
}

.status_active2 {
    color: #25aae1;
}



#bread {
    color: #999;
    background-color: #eee;
    padding: 0em 30px 5px 30px;
    border-bottom: 1px solid #ddd;
    font-size: 0.9em;
    width: calc(100% - 60px);
    display: table;
    width: 100%;
}

#bread a {
    color: #999 !important;
    text-decoration: none;
    float: left;
}

#bread a:hover {
    text-decoration: underline;
}

#bread .lgbasket {
    float: left;
    font-size: 1em !important;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 5px;
}

#bread .title {
    float: left;
}

#bread .separator {
    float: left;
    margin: 0 20px;
}

#div-prev,
#div-next,
#div-prev-next {
    display: none;
    float: left;
    margin-left: 10px;
}

#div-prev-next {
    margin-left: 30px;
    float: right;
}

.add_element {
    cursor: pointer;
}

h3.refine,
h2.refine {
    color: var(--bg-color-1);
    text-transform: uppercase;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
    padding-bottom: 25px;
    padding-top: 5px;
    font-size: 1.35em;
    font-weight: 500;
}

#exhibition {
    margin: -1em -2em;
}

#exhibition h4 {
    margin: 0;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 1em;
}

#exhibition div {
    /* display: table; */
    margin: auto;
}

#exhibition .listing-box {
    background-color: #eee;
    display: flex;
    flex-direction: column;
    /* float: left; */
    margin: 2em 2em;
    /* width: calc(33.3% - 8em); */
    /* height: 180px; */
    padding: 2em;
}

#exhibition .listing-box p {
    color: #999;
    margin: 0;
}

#exhibition .listing-box img {
    max-width: 100%;
    width: 100%;
}

#exhibition a:hover h4 {
    color: var(--bg-color-1) !important;
    transition: all 0.3s ease-in-out 0s;
}

#exhibition_single img {
    max-width: 100%;
}

.body_page-exhibitions-single .facet ul li {
    padding-bottom: 30px;
}

.body_page-exhibitions-single .facet ul li a:before {
    background-color: #ccc;
    border-radius: 50%;
    content: " ";
    display: block;
    float: left;
    height: 10px;
    margin: 5px 10px 0 0;
    width: 10px;
}

.body_page-exhibitions-single .facet ul li ul li {
    margin: 0 0 0 20px;
    padding: 10px 0 0 0;
}

.body_page-exhibitions-single .facet ul li ul li a:before {
    border-radius: 0%;
    float: left;
    height: 7px;
    margin: 7px 10px 0 0;
    width: 7px;
}

.exhibition_single_head .header {
    background-color: #eee;
    display: table;
    height: 300px;
    text-align: center;
    width: 100%;
    background-size: cover !important;
}

.exhibition_single_head h1 {
    background-color: #fff;
    margin: -60px 40px 0;
    padding: 30px 30px 20px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .content-facets {
        background: linear-gradient(to right, #eee 0%, #eee calc(50% - 560px + 270px), rgba(255, 255, 255, 0) calc(50% - 560px + 270px), rgba(255, 255, 255, 0) 0%);
    }
}

@media only screen and (max-width: 1040px) {
    .content-facets {
        background: linear-gradient(to right, #eee 0%, #eee calc(50% - 540px + 270px), rgba(255, 255, 255, 0) calc(50% - 540px + 270px), rgba(255, 255, 255, 0) 0%);
    }
}

@media only screen and (max-width: 940px) {
    .content-facets {
        background: linear-gradient(to right, #eee 0%, #eee calc(50% - 500px + 270px), rgba(255, 255, 255, 0) calc(50% - 500px + 270px), rgba(255, 255, 255, 0) 0%);
    }
}

@media only screen and (max-width: 800px) {
    .content-facets {
        background: #fff;
    }

    .column_articles_right {
        border-left: 1px #ccc dotted;
        padding-left: 5px;
    }

    .column_articles_left {
        margin-right: 0;
    }




    .page_nav .print {
        display: none;
    }

    .show_facets {
        margin-right: 0px;
        margin-top: 50px;
        border-top: 1px dotted #ccc;
        padding-top: 20px;
    }

    .navlist_img_box {
        margin-bottom: 20px;
    }

    #single .one-third {
        padding-top: 30px;
    }

    #single .one-third>div {
        padding-left: 0px;
    }

    table td {
        padding: 0em;
    }

    .lgmap {
        max-width: 100% !important;
    }

    .login {
        max-width: 100%;
    }

    .login dt {
        float: none;
        font-weight: 500;
        width: 0em;
    }

    .login dd {
        margin-left: 0;
    }

    #exhibition .listing-box {
        /* width: calc(50% - 8em) !important; */
    }

    #menu_lang {
        line-height: 10px;
    }
}

@media only screen and (max-width: 600px) {
    #exhibition .listing-box {
        /* width: calc(100%) !important; */
    }
}

.body_page-records .item-list td {
    padding: 0em;
}


.calendar th,
.calendar td {
    padding: 0.3em !important;
    text-align: center;
}


#cms_results .navlist_tr {
    /* width:60%; */
}

#cms_results dd a {
    color: #999 !important;
}

#cms_search {
    /* padding: 2em; */
}

.cms-listing {
    display: flex;
    justify-content: left;
    /* margin: 0em 2em 2em 2em; */
}

.cms-listing div.cms-listing-left {
    padding-top: 1em;
}

.cms-listing div.cms-listing-right {
    width: 60%;
}

#cms_results {
    margin: 2em;
}

#cms_search_form {
    display: flex;
    justify-content: space-between;
    /* max-width:60%; */
}

.form_wrapper {
    width: 100%;
    margin: auto;
}

#cms_search_txt {
    width: 100%;
    margin-right: 1em;
    margin-left: 1em;
}

#cms_search_submit {
    color: #fff;
    text-transform: uppercase;
    background-color: #049dd9;
    border: 0px;
    padding: 0.5em;
    width: 150px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.sort-perpage select {
    width: 200px;
}

.sort-perpage {
    display: flex;
    justify-content: space-between;
}

#cms_search_submit:after {
    font-family: 'Ionicons';
    content: ' \f2f5';
    margin-left: 0.5em;
}

#cms_search_submit:hover {
    background-color: #d96704;
    transition: background-color 0.3s ease-in-out;
}

#cms_search_select {
    max-width: 200px;
}

.cms_bartop {
    padding: 1em 2em;
    background-color: #fff;
    margin: 1em 0em 0 0em;
}

.cms_noresult {
    padding: 1em 2em;
    background-color: #fff;
    margin: 1em 2em 0 2em;
}

.sort-perpage {
    justify-content: space-between;
}

.date_slider {
    display: block;
}

.page-cms-search .page_content {
    background: linear-gradient(to right, #eee 0%, #eee calc(50% - 590px + 270px), rgba(255, 255, 255, 0) calc(50% - 590px + 270px), rgba(255, 255, 255, 0) 0%);
}

.page-cms-search .page_left {
    padding-top: 2em;
}

.date_slider {
    margin-bottom: 2em;
}

.page-cms-search select,
.page-cms-search input {
    border: 1px solid #7f7f7f;
    color: #4c4c4c;
}

.cms_bartop {
    border-bottom: 1px #ccc dotted;
}

.page-cms-search .item-list {
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.title_box h4 {
    font-size: 1.35em;
    margin-bottom: 5px;
    color: var(--bg-color-1);
}

#geomap_results .title_item {
    font-size: 2em;
    font-weight: 400;
    letter-spacing: -0.015em;
}

.page_nav {
    display: flex;
    justify-content: space-between;
}

.page_nav_exhib {
    font-style: italic;
    font-size: 1.2em;
    background-color: #fafafa;
    margin-bottom: 30px;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 15px;
}

.level1 li .menu-arrow {
    font-size: 16px;
    display: block !important;
    padding: 10px;
    line-height: 1;
    display: block;
    float: right;
    color: #999;
    position: absolute;
    left: 122px;
    top: 0px;
    /* top: 150px; */
}

/*OWL Carousel*/

.owl-dot {
    width: initial;
}

.cards-container {
    position: relative;
    margin-top: 30px;
}

.cards-container h2 {
    margin-bottom: 50px;
}

.cards-container .owl-stage-outer {
    padding: 30px 0;
}

.cards-container .owl-nav {
    /* display: none; */
}

.cards-container .owl-dots {
    text-align: center;
}

.cards-container .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid var(--bg-color-1);
    margin: 0 5px;
}

.cards-container .owl-dots .active {
    box-shadow: none;
}

.cards-container .owl-dots .active span {
    background: var(--bg-color-1);
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.cards-container .card {
    background: var(--bg-color-3);
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    /* padding: 10px 20px; */
    /* border-radius: 20px; */
    border: 0;
}

/* round frame */
/* .cards-container .card .card-img-top {
    max-width: 200px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 200px;
    height: 100px;
} */

.cards-container .card {
    /* max-width: 200px; */
    /* border-radius: 10px; */
    margin: auto;
    box-shadow: 0 8px 20px -4px #95abbb;
    /* width: 200px; */
    width: 80% !important;
    transition: width 0.4s ease-in-out;
}

.cards-container .card h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;
}

.cards-container .card h5 span {
    font-size: 18px;
    color: #666666;
}

.cards-container .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}

.cards-container .active,
.cards-container .cloned,
.cards-container .owl-item:not(.center) {
    opacity: 0.6;
    /* transition: all 0.2s; */
}

.owl-dot.active {
    opacity: 1;
}

.owl-item:not(.center) {
    margin-top: 1em;
}

.cards-container .center {
    opacity: 1;
}

.cards-container .center h5 {
    font-size: 24px;
}

.cards-container .center h5 span {
    font-size: 20px;
}




/* center with round frame img */
/* .cards-container .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
} */

.cards-container .center .card {
    /* max-width: 200px; */
    /* width: 200px; */
    width: 85% !important;
    margin: auto;
}





@media (max-width: 767px) {
    .cards-container {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}



.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 120px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    /* background: url("/themes/Denali/images/slider/left-arrow.png") no-repeat scroll 0 0; */
    left: 10px;
}

.owl-carousel .next-slide {
    /* background: url("/themes/Denali/images/slider/left-arrow.png") no-repeat scroll -24px 0px; */
    right: 10px;
}

.owl-carousel .prev-slide,
.owl-carousel .next-slide {
    font-size: 70px;
    color: var(--bg-color-1);
    /* text-shadow: 0px 0px 6px rgb(0 0 0); */
    opacity: 0.8;
}

.owl-carousel .prev-slide:hover,
.owl-carousel .next-slide:hover {

    transition: all 0.3s ease;
    opacity: 1;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

/* if you want to force dots&nav display even if not enough items to trigger it */
/* .owl-nav.disabled, .owl-dots.disabled{
    display:block !important;
  }   */



/* OWL CAROUSEL END*/


.swiper-container {
    /* width: 1320px; */ /* no width here to avoid responsive issues*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    width: 400px !important;
    border-radius: 10px;
}

.swiper-slide {
    overflow: hidden;
}


.box-container h2 {
    text-transform: uppercase;
    overflow: hidden;
    /* max-width: 196px; */
    /* white-space: nowrap; */
    text-align: center;
    height: 40px;
    vertical-align: middle;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.card-text {
    /* height: 9rem; */
    overflow: hidden;
}

.bg-black {
    background: #000;
}

.box-container .col {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.box-container {
}

.container-1320 {
    max-width: 1320px;
    margin: 5em auto;
}

.row-boxes {
    padding: 0 1.5em;
}

.hidden-link,
.hidden-link:active,
.hidden-link:hover {
    height: 0px;
    padding: 0px;
    border: 0;
    background-color: transparent !important;
    /* visibility: hidden; */
    color: transparent !important;
}

.col h2 {
    font-size: 1.1em;
}

#search_form {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.reset-btn-search {
    position: absolute;
    right: 10px;
    top: 3px;
    bottom: 3px;
    border: 0;
    /* background: #d1095e; */
    color: #fff;
    outline: none;
    margin: 0;
    /* padding: 0 10px; */
    /* border-radius: 100px; */
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 6px;
    cursor:
        pointer;
    padding-top: 2px;
    padding-right: 8px;
}

.reset-btn-search:hover>i {
    color: #c00d0d;
    transition: color 0.3s ease-in-out;
}

.search-wrapper {
    display: block;
    position: relative;
    width: 60%;
}

.reset-btn-search i {
    display: block;
    /* transform: scale(-1, 1); */
    transform: rotate(90deg);
    font-size: 2em;
    text-shadow: none;
    color: #b1b1b1;
}



#search_submit {
    border: 0;
    width: fit-content;
    background-color: #fff;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 0.25rem;
}

#search_txt {
    border-radius: 0.25rem;
}

#search_submit i {
    color: #656565;
    font-size: 1.5em;
    transition: color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

#search_submit:hover>i {
    text-decoration: none;
    color: var(--bg-color-1);
}

#search_form select {
    border-radius: 0.25rem;
    margin-left: .5em;
    margin-right: 0.5em;
}

.owl-nav.disabled {
    display: block !important;
}

.owl-dots.disabled {
    /* display: block !important; */
}

/* 
.lds-home-header.webp {
    background-image: linear-gradient(to bottom,rgba(36,96,129,.8),rgba(36,96,129,.8)) , url(https://www.familysearch.org/library/books/themes/LDS/images/bg.webp);
} */

.box-container .card {
    background: var(--bg-color-1);
}

.box-container h2 a {
    color: #fff;
}

.logo_photo {
    margin-top: 50px;
    /* border-bottom: 2px solid #fff; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: fit-content;
    padding-bottom: .5em;
    max-width: 542px;
}

.logo_photo h1 {
    color: #fff;
    font-size: 3em;
    text-shadow: 0px 0px 10px rgb(0 0 0);
    line-height: 1em;
    margin-bottom: 0;
    font-weight: 400 !important;
}

/* .header-container {
    margin-left: 5em;
    max-width: 1500px;
    width: 1500px;
    margin: 0 auto !important;
    height: 391px;
} */

#logo {
    width: 51px;
}

.logo-denali {
    /* width: 100px; */
    margin-right: 10px;
}

#footer .logo-denali {
    width: 9em;
    margin: auto;
    margin-left: 4em;
    margin-top: 1em;
}

.logo-denali img {

    /*this code is to fill an svg img with another color*/
    /* white  https://codepen.io/sosuke/pen/Pjoqqp */
    /* filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(102deg) brightness(100%) contrast(105%); */
}


.card:hover>img {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    transition: all 0.3s ease-in-out 0s;
}


/* DEMO 3 ============================== */
.card-img-wrapper {
    position: relative;
}

.card-img-wrapper::after {
    content: '';
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border: 1px solid #fff;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 90;
    transition: all 0.3s;
    transform: scale(1.1);
    opacity: 0;
    display: block;
    opacity: 0;
}


.card-img-wrapper:hover::after {
    opacity: 1;
    transform: none;
}




/* DEMO GENERAL ============================== */
.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 80%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}



/* DEMO 3 ============================== */
.hover-3::after {
    content: '';
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border: 1px solid #fff;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 90;
    transition: all 0.3s;
    transform: scale(1.1);
    opacity: 0;
    display: block;
    opacity: 0;
}

.hover-3-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
}

.hover-3-description {
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.3s;
}

.hover-3 img {
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #00000088 40%, #ffffff44 100%);
}

.hover-3:hover img {
    width: 100%;
}

.hover-3:hover::after {
    opacity: 1;
    transform: none;
}

.hover-3:hover .hover-3-description {
    opacity: 1;
    transform: none;
}

.hover-3:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
}

/* DEMO 5 ============================== */
.hover-5::after {
    content: '';
    width: 100%;
    height: 20px;
    background: var(--bg-color-1);
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    transition: all 0.3s;
    z-index: 999;
}

.hover-5 .hover-overlay {
    background: rgba(0, 0, 0, 0.2);
}

.hover-5-title {
    position: absolute;
    bottom: 1rem;
    left: 0;
    transition: all 0.3s;
    padding: 2rem 3rem;
    z-index: 99;
}

.hover-5-title span {
    transition: all 0.4s;
    opacity: 0;
    color: var(--bg-color-1);
}

.hover-5:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.hover-5:hover .hover-5-title {
    bottom: 0;
}

.hover-5:hover .hover-5-title span {
    opacity: 1;
}

.hover-5:hover::after {
    bottom: 0;
}

.hover-5 .stretched-link::after {
    z-index: 100;
}

.hover-3 .stretched-link::after {
    z-index: 100;
}

.boxes-block h3 {
    color: #fff;
}

.boxes-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}


.home-slider-title {
    margin-bottom: 0 !important;
}


.owl-carousel1 {
    position: relative;
}

.legend_carousel {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    background-image: linear-gradient(to right, #fafafa, var(--bg-color-1) 50%, #fafafa 100%);
    background-size: 58% 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding: 1em;
    color: #fff;
    margin-top: 1.1em;
    opacity: 0;
    /* border-radius: 50px; */
}

.owl-item.active.center .legend_carousel {
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}

.wrapper_card_legend .card.text-center {
    min-height: 290px;
}

.wrapper_card_legend {
    display: flex;
    flex-direction: column;
}

.slider-home-container {
    /* background-color: var(--bg-color-3); */
    /* border-radius: 5px; */
    margin-bottom: 3em;

}

.owl-item .card-body {
    /* display: none; */
    margin-bottom: 15px;
}

.legend-text {
    width: 15%;
    margin: 0 auto;
    text-align: center;
}

.legend-text h5 {
    color:var(--t2nd-color);
}

.legend-text p {
    margin: 0;
}

.text-news-home {
    min-height: 22em;
}

.news-card-home {
    background: var(--bg-color-3);
}

.news-img-wrapper {
    /* width: 200px; */
}

.news-img-wrapper.no-img-news {
    font-size: 7em;
}

.news-img-wrapper.no-img-news {
    /* width: 150px; */
    /* height: 150px; */
    display: flex;
    justify-content: center;
    /* padding-top: 38px; */
    /* align-items: center; */
    /* vertical-align: middle; */
    align-items: center;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
}

.box-container-home,
.slider-home-container {
    margin-top: 0;
    margin-bottom: 0;
}

.box-container-home {
    background: #fafafa;
    padding: 2em;
}

#home {
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.news-type {
    color: var(--t2nd-color);
}




.sort-tippy .tippy-box {
    background-color: #fff;
    cursor: pointer;
}

.sort-tippy .tippy-box .tippy-content {
    padding: 0;
}

.tippy-select {
    line-height: initial;
    cursor: pointer;
    width: 210px;
    border: 1px solid rgba(169, 173, 173, 1);
    border-radius: 4px;
    padding: 10px;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.sort-tippy ul {
    cursor: pointer;
    /* width: 240px; */
    border: 1px solid rgba(169, 173, 173, 1);
    border-radius: 4px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;

}

.sort-tippy ul li {
    cursor: pointer;
    list-style-type: none;

}

.sort-tippy ul li:hover {
    background-color: #F7F8F8;
}

.sort-tippy ul li a {
    cursor: pointer;
    color: #4A4A4A;
    font-size: 1em;
    width: 240px;
    padding: 10px;
    display: block;
    text-decoration: none !important;
}

.sort-tippy label {
    cursor: pointer;
}

.tippy-content ul {
    padding-left: 0px !important;
}


.nav-listing-select i {
    padding-right: 5px;
}

.nav-listing-select ul li a,
.perpage-select ul li a,
.sort-select ul li a {
    font-size: 1.1em;
    color: rgb(66, 66, 66) !important;
    width: fit-content;
    min-width: 210px;
}


.print-btn-record {
    color: #fff !important;
    background-color: var(--bg-color-1);
    border-color: var(--bg-color-1);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
}

.print-btn-record span {
    padding-right: 10px;
}

.print-btn-record i {
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}


.lgauth {
    position: absolute;
    top: -10px;
    right: -13px;

}

.acc-btn-div {
    margin-top: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.acc-btn-div .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2em;
    /* width: auto; */
}

.acc-btn-div i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    margin-left: 1em;
}

.page_content {
    background-color: #fafafa;
    padding: 30px;
    height: 100%;
    font-size: 14px;
    font-family: 'Assistant', sans-serif;
    font-weight: normal;
}


#page>.page_content {
    min-height: 50vh;
}

.header-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position:
        relative;
    padding-bottom: 1em;
    padding-top: 1em;
    padding: 1em 3em;
}


.header-container {
    height: fit-content;
    width: 100%;
    min-height: 380px;
    background-image: linear-gradient(90deg, #00000044 23%, #ffffff00 100%), url(../images/default-slide.webp);
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-repeat: no-repeat;
}

.wrap-logo-header {
    width: 100%;
    max-width: 1320px;
}





/* bootstrap overwrite */

.bg-light {
    background-color: var(--bg-color-3) !important;
}

.dropdown-menu {
    background-color: var(--bg-color-3);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--bg-color-3);
}

.navbar-toggler {
    margin: initial;
    width: initial;
}

.navbar>.container-fluid {
    max-width: 1320px;
}

.navbar {
    font-size: 1.4em;
    /* height: 4em; */
    /* border-top: 10px solid var(--bg-color-1); */
}

.navbar .navbar-nav .nav-link,
.dropdown-item {
    color: var(--txt-color-1);
    font-weight: 400;
    opacity: 0.9;
}

#nav_logo {
    max-height: 60px;
    width: 50px;
}


.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
    color: var(--txt-color-2);
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show>.nav-link {
    color: var(--txt-color-2);
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
}




#header_line_1 {
    height: 10px;
    width: 100%;
    background-color: var(--bg-color-1);
}

.nav-item .nav-link {
    position: relative;
}

.nav-item .nav-link:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0.5rem;
    border-bottom: 4px solid var(--txt-color-2);
    width: 0px;
}

.btn-acc {
    margin-right: 2em !important;
}

.nav-item:hover>.nav-link:after,
.nav-link.active:after {
    width: calc(100% - 1rem);
    transition: all 0.3s ease-in-out 0s;
}

.navbar-collapse.show .nav-item .nav-link:after {

    bottom: -5px;
    left: 0rem;
}

.navbar-collapse.show .nav-item:hover>.nav-link:after {
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-collapse.show .nav-link.active:after {
    width: 100%;
}

.exhib_grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 0.5fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
    /* opacity: 1; */

}

.socials-list {
    list-style-type: none;
    padding-left: 0;
}

.socials-list li a {
    font-size: 1.5em;
    padding: .4em 0em;
    display: flex;
    cursor: pointer;
}

.soc-ico-wrap {
    width: 2em;
    text-align: center;
}

.footer-container>div {
    /* width: 25%; */
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
    padding: 10px;
}


/* .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} */

.owl-stage-outer {
    min-height: 510px;
}

@media only screen and (max-width: 1660px) {
    .discover_box {
        min-width: 375px;
    }
}

@media only screen and (max-width: 1212px) {
    .discover_box {
        min-width: calc(50% - 22px);
    }


    .page_nav {
        flex-direction: column;
    }

    .tippy-select {
        width: 100%;
        margin-bottom: 1em;
    }

    .sort-tippy>div:not(.tippy-select) {
        width: 80%;
    }
}

@media only screen and (max-width: 990px) {
    .footer-container>div {
        margin-bottom: 2em;
    }

    .foot-1,
    .foot-2 {
        border-bottom: 1px solid #fafafa;
    }

    .header-container {
        min-height: 200px;
    }

    .logo_photo h1 {
        font-size: 2em;
    }

    #title h1 {
        font-size: 2em;
    }

    .cards-container .center .card-img-top {

        /* width: 75%; */
    }
}

@media only screen and (max-width: 800px) {

    .search_return {
        width: 80%;
        margin: auto;
        margin-top: 1em;
    }

    .print-btn-record {
        display: none;
    }

    .discover_box {
        min-width: calc(100% - 22px);
    }

    .logo_photo h1 {
        font-size: 2em;
    }

    #title h1 {
        font-size: 2em;
    }

    .foot-3 {
        border-bottom: 1px solid #fafafa;
    }

    .footer-container>div {
        padding-bottom: 2em;
        text-align: center;
    }

    #footer .logo-denali {
        margin: auto;
    }


    .boxes-block>.row>div {
        /* width: 80%; */
        margin: auto;
        max-width: 400px;
    }

    .header-container {
        min-height: 200px;
    }

    .exhib_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 0.5fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin: 0 auto;
        margin-bottom: 20px;
        /* opacity: 1; */
    }


}

@media only screen and (max-width: 600px) {

    #exhibition .listing-box {
        margin: .6em .8em;
        padding: 1em;
    }

    .header-container {
        padding: 1em 1em;
    }

    .logo_photo h1 {
        font-size: 1.6em;
    }

    #title h1 {
        font-size: 1.6em;
        text-align: center;
    }

    .logo-denali {
        width: 75px;
    }

    #header-title {
        margin-bottom: 0;
        margin-top: 3em;
    }

    #search_form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        align-content: space-between;
        /* height: 162px; */
    }

    #search_form>* {
        margin-bottom: 1em;
        width: 90%;
    }

    #search button {
        width: 90%;
        background: var(--bg-color-1);
    }

    #search button i {
        color: #fafafa;
    }

    .boxes-block>.row>div {
        width: 100%;
        margin: auto;
        max-width: 400px;
    }

    #home {
        padding: 0;
    }

    .owl-carousel .nav-btn {
        display: none;
    }

    .legend_carousel {
    }

    .wrapper_card_legend .card.text-center {
        min-height: 200px;
    }

    .legend-text {
        width: 100%;
    }

    .text-news-home {
        min-height: initial;
    }

    .text-articles-news-p {
        max-height: 100px;
        overflow: hidden;
    }


    .wrap-logo-heade,
    .logo_photo {
        margin: auto;

    }

    .navlist_img_box {
        text-align: center;
    }


    #search input[type="text"],
    #search button,
    #fulltext_bookmarks_or_simple {
        padding: .6em;
    }
}

@media only screen and (max-width: 400px) {

    .page_content {
        padding: 5px;
    }

    .body_page-exhibitions .container {
        width: 100%;
        padding: 1em;
    }

    #search {
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .exhib_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    #content {
        background-color: #fafafa;
        padding: 10px;
    }

    .logo_photo h1 {
        font-size: 1.3em;
    }

    #title h1 {
        font-size: 1.3em;
        text-align: center;
    }

    #search input[type="text"],
    #search button,
    #fulltext_bookmarks_or_simple {
        padding: .4em;
    }
}


.lgslider .container {
    background-color: transparent;
}

.lgslider .prev._inside {
    /* background: url("/themes/Rochechouart/images/slider/left-arrow.png") no-repeat scroll transparent!important; */
    background: none;
    width: 40px !important;
    height: 44px !important;
    /* margin-left: -7px; */
}

.lgslider .next._inside {
    /* background: url("/themes/Rochechouart/images/slider/right-arrow.png") no-repeat scroll transparent!important; */
    background: none;
    width: 40px !important;
    height: 44px !important;
    /* margin-left: 7px; */
}

/* custom slider arrows*/

.ls-nav-prev,
.ls-nav-next {
    transition: transform .3s ease-in-out 25ms;
    width: 50px;
    height: 50px;
    z-index: 10000;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    border-radius: 25px;

}

.ls-nav-prev:after,
.ls-nav-next:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 26px;
    height: 26px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(255, 255, 255, 0.75);

}

.ls-nav-prev:after {
    left: 20px;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 3px solid rgba(255, 255, 255, 0.75);
}

.ls-nav-next:after {
    right: 20px;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 3px solid rgba(255, 255, 255, 0.75);
}

.ls-nav-prev:hover,
.ls-nav-next:hover {
    transition: transform .3s ease-in-out 25ms;
    -o-transform: scaleX(1.2) scaleY(.7);
    -ms-transform: scaleX(1.2) scaleY(.7);
    -moz-transform: scaleX(1.2) scaleY(.7);
    -webkit-transform: scaleX(1.2) scaleY(.7);
    transform: scaleX(1.2) scaleY(.7);
}

.ls-nav-prev:hover:after {
    border-top-color: rgba(255, 255, 255, 1) !important;
    border-left-color: rgba(255, 255, 255, 1) !important;
}

.ls-nav-next:hover:after {
    border-top-color: rgba(255, 255, 255, 1) !important;
    border-right-color: rgba(255, 255, 255, 1) !important;
}

.ls-nav-prev {
    left: 15px;
}

.ls-nav-next {
    right: 15px;
}

.card-img-top {
    max-height: 50%;
}

#footer #menu-bottom,
.socials-list {
    margin-left: 0 !important;
    margin-block-start: 0 !important;
    padding-inline-start: 0 !important;
}

#footer #menu-bottom li {
    padding: 3px 0;
}



#footer #menu-bottom a,
.socials-list a {
    opacity: 0.8;
}


#footer #menu-bottom li:hover>a,
.socials-list a:hover {
    color: #fff;
    opacity: 1;
}

#footer h3 {
    color: #fff;
    margin-bottom: 1em;
}

.search_return_wrap {
    display: flex;
}

.search_return {
    margin-right: 5px;
}

.slider-multi-container {
    margin-bottom: 4em;
}


.img-container {
    position: relative;
}

.img-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.img-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    width: calc(100%);
    height: calc(100%);
    /* border: 1px solid #fff; */
    outline: 1px solid #fff;
    outline-offset: -3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

.img-container:hover .img-image {
    opacity: 0.3;
}

.img-container:hover .img-middle {

    transition: all 0.4s ease-in-out 0s;
    opacity: 1;
}

.img-text {
    /* background-color: #E0E6E9; */
    color: #fff;
    font-size: 16px;
    padding: 16px 18px;
    border-radius: 33px;
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
}

.img-text i {
    font-size: 6em;
}


.media_image {
    justify-content: center;
}

.no-img-avail {
    max-width: 120px !important;
}

.media_image .no-img-avail {
    max-width: 50% !important;
}

.content-collection #browse-collection {
    display: block;
    max-width: 70%;
    margin-left: 1em;
}

.content-collection #browse-collection .deep1 a {
    font-size: 1.5em;

}

.content-collection #browse-collection .deep2 a {
    font-size: 1.3em;
}

ul#browse-collection {
    /* background:#E0E6E9; */
    padding: 2em !important;
    border-radius: 5px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

ul#browse-collection .deep1 a,
ul#browse-collection .deep2 a {
    color: #37AADC !important;
}

.add_element {
    background-color: #37AADC;
    color: #fff !important;

}

.add_element:hover {
    opacity: 1;

}

.submit-adv-btn {
    background-color: #37AADC;
}

.submit-adv-btn:hover {
    opacity: 1;
}

.adv-search-wrapper {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 1em 2em;
}


.adv-search-wrapper .row:nth-child(even) {
    background: #fff
}

.adv-search-wrapper .row:nth-child(odd) {
    background: #f4f4f4
}

.img-wrapper-page-pic {
    height: 220px;
    /* padding: 5px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #f4f4f4; */
}

.img-wrapper-page-pic img{
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    padding: 10px;
    background: #fff;
    border: 1px solid #f0f0f0;
}
.page-picture-card:hover img{
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 8px 30px -7px #c9dff0;
    /* box-shadow: 0 8px 20px -4px #95abbb; */

}

.lgbasket-wrapper {
    text-align: center;
    /* margin-bottom: 0px; */
    position: absolute;
    /* bottom: 10px; */
    /* left: 0; */
    /* right: 0; */
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 2em;
    z-index: 999;
}

.lgbasket-wrapper .lgbasket,
.lgbasket-wrapper .lgauth  {
    float: none;
    position: initial;
    cursor:pointer;
    opacity: 0.5;
}

.lgbasket-wrapper .lgbasket:hover,
.lgbasket-wrapper .lgauth:hover{
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
}

.page-picture-card-body {
    height: 130px;
    padding: .5rem;
}

.cards-picture-list .card {
    width: 100% !important;
    padding: 8px;
    border: 1px solid #ccc;
    /* box-shadow: none; */
    box-shadow: 0 8px 30px -7px #c9dff0;
}

.slide_bg_img{
    min-height:380px;
    height: fit-content;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat;
    color:rgb(55, 170, 220);
}




/* uncomment this to highlight home titles */
/* .highlighted_title {
    border-bottom: 3px solid #37AADC;    
}

.highlighted_title span {
    display: inline-block !important;
    background-color: #37AADC;
    padding: 0px 5px;
    line-height: normal;
    color: #FFFFFF;
    font-weight: bold;
} */


/* Slider multi arrows */
.arrow-prev-slider-multi::after, .arrow-next-slider-multi::after{
    border-top: 3px solid rgba(55, 170, 220, 0.75);
}

.arrow-prev-slider-multi::after {
    border-left: 3px solid rgba(55, 170, 220, 0.75);
}
.arrow-next-slider-multi::after {
    border-right: 3px solid rgba(55, 170, 220, 0.75);
}

.arrow-prev-slider-multi:hover:after {
    border-top-color: rgba(55, 170, 220, 1) !important;
    border-left-color: rgba(55, 170, 220, 1) !important;
}

.arrow-next-slider-multi:hover:after {
    border-top-color: rgba(55, 170, 220, 1) !important;
    border-right-color: rgba(55, 170, 220, 1) !important;
}

.owl-nav .ls-nav-prev, .owl-nav .ls-nav-next {
    margin-top: -70px;
}

/* Swiper multi arrows */

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.arrow-prev-swiper-multi::after, .arrow-next-swiper-multi::after{
    border-top: 3px solid rgba(55, 170, 220, 0.75);
}

.arrow-prev-swiper-multi::after {
    border-left: 3px solid rgba(55, 170, 220, 0.75);
}
.arrow-next-swiper-multi::after {
    border-right: 3px solid rgba(55, 170, 220, 0.75);
}

.arrow-prev-swiper-multi:hover:after {
    border-top-color: rgba(55, 170, 220, 1) !important;
    border-left-color: rgba(55, 170, 220, 1) !important;
}

.arrow-next-swiper-multi:hover:after {
    border-top-color: rgba(55, 170, 220, 1) !important;
    border-right-color: rgba(55, 170, 220, 1) !important;
}

.arrow-next-swiper-multi, .arrow-prev-swiper-multi {
    margin-top: -30px;
}

.short_url{
    color: #fff !important;
    background-color: var(--bg-color-1);
    border-color: var(--bg-color-1);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    float: right;

}

.basket_action,.basket_remove {
    font-size: 1.2em;
    border: 0px;
    cursor: pointer;
    padding: auto;
    font-weight: 300;
    box-shadow: none !important;
    height: auto;
    line-height: 1em;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
}

.basket_action {
        color: var(--txt-color-action)!important;
}
.basket_action:hover,.basket_remove:hover {
    color:var(--txt-color-action-hover)!important;
    border: 0;
}
.basket_remove {
    color:#cc3333!important;
}
.lgbasket_table tr:hover{
    background-color: #f9f8d7;
}

.lgbasket_table .short_url{
    line-height: 1em!important;
    font-size: 0.9em;
}

.calendar_count_0{
   display: none;
}