@import url(https://use.typekit.net/zpi6bmj.css);

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham/GothamMedium.eot'), url('../font/Gotham/GothamMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "objektiv-mk1";
    font-size: 1rem;
    color: #424242;
    overflow-x: hidden;
}

.navbar-toggler:focus {
    box-shadow: none;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.container {
    padding: 0 24px;
}

.row {
    margin-right: -22px;
    margin-left: -22px;
}

.row>* {
    padding-right: 22px;
    padding-left: 22px;
}

h1 {
    font-size: 62px;
    font-weight: 300;
}

h2 {
    font-size: 46px;
    margin-bottom: 36px;
    font-weight: 300;
}

.text-justify {
    text-align: justify;
}

.pb-50px {
    padding-bottom: 50px;
}

.pt-60px {
    padding-bottom: 60px;
}

.carousel-caption  h3 {
    font-weight: 300;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #e9ecef !important;
}

.carousel-caption h1, .carousel-caption h5{
    font-weight: 300 !important;
}

#video-list .video .wrapper {
    height: 420px;
}
#video-list .video .wrapper img {
    height: 100%;
    object-fit: cover;
}
.video_title {
    /* font-family: 'Gotham'; */
    color: #424242;
    font-weight: 400 !important;
}

.artist_group .nav-link {
    margin-right: 111px !important;
    font-family: 'trajan-pro-3';
}

.artist_list a {
    font-family: 'trajan-pro-3';
}

.popUpSlider  .swiper-slide {
    width: 100% !important;
}

.tail-select .select-label{
    z-index: 10 !important;
}

.iti{
    width:100%;
}

.main_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 79px;
    padding-left: 20px;
    position: relative;
    margin-left: -20px;
    border-left: 1px solid #424242;
    border-bottom: 1px solid #424242;
    transform: skew(15deg);
    max-width: 80%;
    text-transform: uppercase;
    margin-bottom: 90px;
}

.main_title span {
    display: block;
    transform: skew(-15deg);
}

#scrollUp {
    display: none;
    position: fixed;
    bottom: 100px;
    left: 0px;
    z-index: 99;
    background-image: url(../img/up-arrow.svg);
    height: 45px;
    width: 45px;
}

.d-inline-block {
    display: inline-block;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-size-36px {
    font-size: 36px
}

.location-wrapper {
    padding-bottom: 15px;
}

.location-wrapper .location-info p {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.location-wrapper .location {
    font-size: 1.8rem;
    font-weight: 300;
}

.location-wrapper .image-wrapper img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

/* header */
header {
    position: sticky;
    top: 0;
    z-index: 11;
}

.hide_nav{
    display: none !important;
}

.navbar-expand-xl {
    background: #fff;
    padding: 30px 0;
    transition: padding 0.3s;
}

.navbar-expand-xl .container {
    /* max-width: 1760px; */
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

.navbar-expand-xl .navbar-collapse {
    padding: 0 36px;
}

.navbar-expand-xl .navbar-nav {
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

header .nav-link {
    padding: 5px 15px !important;
    color: #424242;
    font-size: 1rem;
    letter-spacing: 2.17px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    font-weight: 400;
}

header .dropdown-menu {
    background-color: #fff;
}

header .dropdown-menu .dropdown-item {
    color: #AD1B25;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px;
    transition: all 0.3s ease;
}

header .nav-link.dropdown-toggle::after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-weight: bold;
    border: none;
    vertical-align: 0;
}

header .nav-link.dropdown-toggle:hover::after {
    color: #AD1B25;
}

header .dropdown-menu .dropdown-item:hover {
    color: #AD1B25;
    /* font-weight: bold;
    letter-spacing: 4px; */
}

header .navbar-collapse.show .nav-item {
    width: 100%;
}

header .nav-link,
header .nav-item .dropdown-item {
    text-transform: uppercase !important;
}

.artist_list_nav a,
.artist_list a {
    text-transform: uppercase;
}

header .nav-link:focus{
    color: #ad1b25;
}

header .nav-link:hover {
    color: #ad1b25;
    /* font-weight: 700; */
}

header .nav-link:hover {
    color: #AD1B25;
    /* font-weight: bold;
    letter-spacing: 4px; */
}

.navbar-toggler img {
    transition: all 0.3s ease;
}

.navbar-toggler:not(.collapsed) img {
    transform: rotate(45deg);
}

.search_drawer {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.search_drawer .input-group {
    padding: 188px 0;
}

.search_drawer .form-control {
    background: transparent !important;
    padding: 0;
    padding-bottom: 20px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #b3b3b3 !important;
    font-size: 4rem;
    line-height: 7rem;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 300;
    height: 110px;
}

#search-img{
    width: 24px;
}

.search_drawer .form-control::placeholder {
    color: #fff;
    opacity: 0.7;
    line-height: 4rem;
    padding-top: 3px;
}

.search_drawer .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.7;
    line-height: 4rem;
    padding-top: 3px;
}

.search_drawer .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.7;
    line-height: 4rem;
    padding-top: 3px;
}

.search_drawer .btn_search {
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    /* border-bottom: 1px solid #b3b3b3 !important; */
}

/* banner carousel */

.banner_carousel .carousel-caption h5 {
    font-family: "trajan-pro-3";
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.8rem;
}

.artist_banner .carousel-caption h5 {
    font-family: unset;
}

.carousel-item .container {
    position: relative;
}

.dropdown:hover .dropdown-menu {
    display: block;
    z-index: inherit;
}

.banner_carousel .carousel-item>img,.banner_carousel .carousel-item .banner-image,
.plyr {
    height: calc((var(--vh, 1vh) * 100) - 172px);
    object-fit: cover;
    object-position: 50% 20%;
    margin-top: -1px;
    background: #cfcdcd;
}

.carousel-caption {
    bottom: 45px;
}

.banner_carousel .carousel-caption {
    right: auto;
    bottom: 4rem;
    left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 0;
    position: relative;
    transform: scale(1);
    height: 110%;
}

.video .image_caption {
    /* text-transform: uppercase; */
}

.video_carousel .carousel-caption {
    right: auto;
    left: 0;
    text-align: left;
    text-transform: uppercase;
}

.homeSwiper .image_inner_wrapper img,
.wrapper video {
    height: 300px;
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
}

.artWorksSwiper .image_inner_wrapper img {
    height: 300px;
    object-fit: cover;
    object-position: 50% 20%;
}

.carousel-caption h1 span {
    font-size: 30px;
    font-weight: 500;
    float: right;
    margin-top: 40px;
}

.contact_banner img {
    max-height: calc(100vh - 160px) !important;
    height: auto !important;
    width: 100% !important;
    object-position: center !important;
}

.exhibition_banner img, .news_banner img {
    /* max-height: calc(100vh - 175px) !important; */
    height: auto !important;
    width: 100% !important;
    object-position: center !important;
}

#artworkImageslist .exhibition_post .image_caption p {
    font-size: 24px;
}

.artist_type_nav {
    background-color: #fff !important;
    color: #AD1B25 !important;
    padding: 15px 0;
    min-height: 54px;
}

.artist_type {
    padding: 15px 0;
    background-color: #fff;
    transition: padding 0.3s;
}

.artist_list_nav {
    display: flex;
}

.artist_list_nav a {
    color: #AD1B25;
    font-weight: 400;
    padding-right: 3rem;
    text-align: center;
    transition: all 0.3s ease;
}

.artist_list_nav a.active{
    color: #000;
}

.artist_list a:hover {
    color: #AD1B25  !important;
}

.artist_list_nav a:hover,
.artist_list a:hover {
    font-weight: bold;
    letter-spacing: 2.5px;
}

.artist_list {
    display: flex;
}

.artist_list a {
    font-size: 60px;
    font-weight: 500;
    color: rgb(66 66 66 / 30%);
    width: 33.33%;
    text-align: center;
    transition: all 0.3s ease;
}

.artist_title {
    font-size: 16px;
    color: #13100D;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    transition: margin 0.3s;
}

.artist_list a:hover {
    color: #AD1B25;
}

.back_link,
.news_link,
.news_link:hover {
    color: #AD1B25;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    background: #AD1B25 !important;
}

.error {
    color: #AD1B25;
    padding-top: 5px;
}

.newsletter_form .error {
    color: #FFFFFF;
}

.popUpSlider .swiper-wrapper {
    height: 97%;
}

.popUpSlider .swiper-slide .img-fluid {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.text-slide-caption{
    font-size:28px;
    color: #000 !important;
    padding: 17px 0px !important;
}

.text-slide-caption h4{
    font-weight: 300 !important;
}

.videoSwiper .image_caption h4{
    font-weight: 300 !important;
    min-height: 32px;
}

.explore {
    position: absolute;
    right: -10px;
    bottom: 5rem;
    z-index: 9;
    background: #AD1B25;
    color: #fff;
    height: 64px;
    width: 376px;
    padding-left: 50px;
    font-size: 26px;
    line-height: 73px;
    transition: all 0.3s ease-in;
    transform: skewX(15deg);
    font-weight: 500;
}

.explore span {
    transform: skewX(-15deg);
    display: block;
}

.explore img {
    width: 27px;
    transition: all 0.3s ease-in;
    margin-left: 18px;
    margin-top: -7px;
}

.explore:hover {
    color: #fff;
}

.explore:hover img {
    transform: rotate(45deg);
}

/* new_events */
.new_events,
section.art-work {
    padding: 100px 0 0;
}

.arts {
    background-color: #F8F8F8;
    padding: 90px 0 32px;
}

/* left offset slider */
.carousel_slider {
    overflow: hidden;
}

.carousel_slider .owl-prev {
    display: none;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    opacity: 0;
    transition: all 0.3s ease;
}

.nav-prev_img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.image-owl-carousel .owl-nav,
.carousel_slider:hover .owl-nav {
    opacity: 1;
}

.carousel_slider .owl-next img {
    transform: rotate(180deg);
    width: 40px;
    margin-left: -40px;
}

.swiper-slide .wrapper img {
    width: 100%;
}

.swiper-button-disabled img {
    opacity: 0.35;
}

.image_gallery,
.image_wrapper {
    text-align: center;
}

.details p.caption,
p.caption a {
    color: #424242;
    font-weight: 600;
    font-family: "trajan-pro-3";
    font-size: 1rem;
}

.details .title {
    font-size: 2rem;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: auto;
}

.oneSlideSwiper .gallery-image .image_wrapper img {
    height: 550px;
    object-fit: cover;
    object-position: 50% 20%;
}

.swiper-wrapper {
    background-color: #fff;
}

.homeSwiper .swiper-wrapper{
    background-color: transparent;
}

.swiper-pagination-bullet-active {
    background-color: #424242;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 30px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 30px;
}


.image_wrapper {
    display: block;
}

.image_inner_wrapper,
.wrapper {
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

.image_inner_wrapper img,
.wrapper video {
    transition: all 0.3s ease-in;
}

.image_inner_wrapper:hover img,
.wrapper:hover video {
    transform: scale(1.05);
}

.image_caption {
    padding: 17px 0;
    color: #fff;
}

.image_caption.dark_text {
    color: #000;
}

.image_caption.dark_text p {
    color: #424242;
    font-weight: 300;
}

.image_caption.dark_text p:first-of-type {
    font-family: "trajan-pro-3";
}

.art-work .medium_content.artist-info a{
    font-size:2rem;
    color: #000!important;
}

.video .image_caption.dark_text h4{
    min-height: auto !important;
}

.video .image_caption.dark_text p:first-of-type,  .video-slide .image_caption.dark_text p:first-of-type, .exhibition_post .image_caption.dark_text p:first-of-type{
    font-family: unset;
}

.new_events .image_caption.dark_text h4{
    font-weight: 300 !important;
}

p.subtitle {
    font-family: unset !important;
}

.image_caption h4 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 300;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    min-height: 80px;
    transition: all 0.3s ease-in;
}

.image_caption p {
    font-weight: 300;
}

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

.image_caption.dark_text:hover {
    color: #AD1B25;
}

.art_title {
    line-height: 66px;
    margin-bottom: 36px;
    font-weight: 300 !important;
}

.art-work-info {
    display: none;
    font-size: 1.5rem;
    font-weight: 300;
}

.art-work-info .artist{
    font-family: "trajan-pro-3";
}

.swiper-slide-active .art-work-info {
    display: block;
}

.view_all {
    color: #AD1B25;
    font-size: 26px;
    float: right;
    font-weight: 300!important;
}

.view_all img {
    width: 27px;
    margin-left: 12px;
    margin-top: -7px;
    transition: all 0.3s ease-in;
}

.view_all:hover img {
    transform: rotate(45deg);
}

.view_all:hover {
    color: #AD1B25;
}

.image_caption.red {
    background-color: #AD1B25
}

.image_caption.black {
    background-color: #000;
    height: 75px;
}

.image_caption.grey {
    background-color: #424242;
}

/* art_video */

.art_video {
    padding: 120px 0 30px;
}

.wrapper {
    position: relative;
}

.video {
    width: 100%;
}

.playpause {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    z-index: 9;
}

.sticky-t-140 {
    position: sticky;
    top: 140px;
}

.artist_image_name .img-fluid {
    width: 300px;
}

.playpause img {
    height: 50px !important;
}

/* email subscription */
.newsletter_form {
    position: relative;
}

.trajan{
    font-family: 'trajan-pro-3' !important;
}

.view_all.top{
    line-height:49px;
    margin-top:13px;
}

.form_container {
    padding: 54px 100px 54px 200px;
    position: fixed;
    right: -760px;
    bottom: 47px;
    max-width: 755px;
    width: 100%;
    background: #AD1B25;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    transition: all 0.3s linear;
    z-index: 999;
}

form {
    margin: 0;
}

.open .form_container {
    right: 0;
}

.open .form_opener {
    right: -75px;
}

.form_opener {
    position: fixed;
    right: 0;
    width: 75px;
    height: 58px;
    background: #AD1B25;
    cursor: pointer;
    padding: 9px 24px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    bottom: 47px;
    text-align: center;
    z-index: 999;
    transition: all 0.3s linear;
    transition-delay: 1s;
    display: none;
}

.form_closer {
    position: fixed;
    right: 0;
    bottom: 47px;
    padding: 10px;
}

.form_closer img {
    transform: rotate(45deg);
}

.form_container p {
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.form_container .form-control {
    font-size: 20px;
    height: 62px;
    background: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    margin-top: 45px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 300;
}

.form_container .form-control:focus {
    box-shadow: none;
    border-color: #fff;
}

.form_container .form-control::placeholder {
    color: #fff;
}

.form_container .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form_container .form-control::-moz-placeholder {
    color: #fff;
}

.form_container .btn_submit {
    font-size: 28px;
    background: transparent;
    border: 0;
    color: #fff;
    text-align: center;
    margin: 45px auto 0;
    display: block;
    font-weight: 500;
}

/* footer */

footer {
    padding: 75px 0 0;
    background: #13100D;
    font-size: 18px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-social{
    /* background-color: #424242; */
    padding: 2rem 0 ;
}

footer h4 {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

footer .input-field-group{
    display:flex;
}

footer .input-field-group input{
    position: relative;
    flex: 1 1 auto;
    width: 95%;
    min-width: 0;
    margin: 10px;
}

footer #footer_captcha_element{
    margin-left: 10px;
    margin-top: 6px;
}

.address {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 2rem;
    min-height: 70px;
}

.address-contact{
    font-weight: 300;
    font-size: 16px;
    line-height: 2rem;
    min-height: 50px;
}

.footer-address .logo{
    max-width: 50%;
}

.terms{
    column-gap: 50px;
    font-size: 14px;
}

.address-contact a{
    word-break: break-all;
}

.address-email, .address-email:hover, .address-email:focus{
    color: #fff;
    word-break: break-word;
}

.address-time{
    font-weight: 300;
    font-size: 16px;
    line-height: 2rem;
    margin-bottom: 20px;
}

.our_offices {
    display: inline-block;
    justify-content: space-between;
}

.copyright_text, .terms-condition {
    font-weight: 300;
}

footer .form-control {
    height: 62px;
    padding: 11px 17px;
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-weight: 300;
}

footer .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

footer .btn_submit {
    background: transparent;
    border: 0;
    color: #AD1B25;
    padding: 0 22px;
    font-size: 30px;
    font-weight: 500;
}

footer .input-group {
    max-width: 526px;
}

footer .form-control::placeholder {
    color: #fff;
}

footer .form-control::-webkit-input-placeholder {
    color: #fff;
}

footer .form-control::-moz-placeholder {
    color: #fff;
}

.contact_us_text {
    color: #AD1B25;
    font-size: 30px;
    margin-bottom: 64px;
    font-weight: 500;
}

.social_icons {
    margin-bottom: 2rem;
}

.social_icons img {
    margin-left: 47px;
}

.social_icons .list-inline-item {
    margin: 0;
}

.carousel-inner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(241,241,241,0) 50%);
}

.topCarousel .carousel-indicators {
    right: 7%;
    bottom: auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    margin: 0 !important;
}

.topCarousel .carousel-indicators [data-bs-target] {
    width: 17px;
    height: 17px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin-bottom: 20px;
}

.topCarousel .carousel-indicators [data-bs-target]:last-child {
    margin-bottom: 0;
}

.topCarousel .carousel-indicators .active {
    background: #fff;
}

.page-section.exhibition {
    padding: 80px 0 0;
}

.art_work_post {
    margin-bottom: 50px;
    display: block;
}

.art_work_post img {
    object-fit: contain;
    width: 100%;
    object-position: center;
    height: 375px;
}

.art_work_post .art-work-info {
    display: block;
    color: #424242;
}

.inquiry, .consignment_form {
    position: sticky;
    top: 140px;
    right: 0;
    z-index: 2;
}

.inquiry .btn_submit, .consignment_form .btn_submit, .wishlist_form .btn_submit {
    background: transparent;
    border: 0;
    color: #AD1B25;
    font-size: 1.2rem;
    font-weight: bold;
}

.galleryCarousel .carousel-item>img {
    height: 500px;
}

.galleryCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AD1B25'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.galleryCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AD1B25'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}



/* exhibition */
.current_exhibition {
    padding: 60px 0 0;
}

.upcoming_exhibition {
    padding: 60px 0 0;
}

.past_exhibition {
    padding: 60px 0 100px;
}

.form-control {
    height: 51px;
    border-color: #424242;
    border-radius: 0;
    padding: 15px 45px 10px 17px;
    color: #dedede;
}

select.form-control {
    background: #fff url(../img/select_dropdown.png) no-repeat;
    background-position: right 25px center;
}

.form-control:focus {
    color: #424242;
    background-color: #fff;
    border-color: #AD1B25;
    outline: 0;
    box-shadow: none;
}

.inquiry-section,
.inquiry-section .form-control,
.inquiry-section .form-control:focus {
    background: #F8F8F8;
}

.select_dropdown.dropdown button {
    height: 51px;
    border-radius: 0;
    padding: 15px 45px 10px 17px;
    color: #424242;
    background: #fff url(../img/select_dropdown.png) no-repeat;
    background-position: right 25px center;
    /* border: 1px solid #424242; */
    text-align: left;
    font-size: 1rem;
    width: 100%;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select_dropdown .select-label{
    border:none !important;
}

.select_dropdown.dropdown button[aria-expanded="true"] {
    background: #fff url(../img/select_dropdown_up.png) no-repeat;
    background-position: right 25px center;
}

.select_dropdown.dropdown .dropdown-menu {
    width: 100%;
    border-color: #424242;
    border-radius: 0;
    top: 99% !important;
    transform: none !important;
    border-top: 0;
    padding: 0;
    max-height: 325px;
    overflow-y: auto;
}

.tail-select .select-dropdown .dropdown-inner::-webkit-scrollbar {
    width: 5px;
}

.tail-select .select-dropdown .dropdown-inner::-webkit-scrollbar-thumb {
    background-color: #ad1b25;
    border-radius: 50px;
}

.tail-select .select-dropdown .dropdown-inner::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 50px;
}

.select_dropdown.dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px;
}

.select_dropdown.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #ad1b25;
    border-radius: 50px;
}

.select_dropdown.dropdown .dropdown-menu::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 50px;
}

.select_dropdown.dropdown .dropdown-menu li {
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.select_dropdown.dropdown .dropdown-menu li:hover {
    background-color: #ad1b25;
    color: #fff;
}

.exhibition_post {
    margin-bottom: 60px;
    display: block;
}

.current_exhibition img {
    width: 100%;
    /* object-fit: cover; */
    /* object-position: 20% 20%; */
    object-fit: contain;
    object-position: center;
}

.exhibition_post .image_caption.dark_text {
    padding: 20px 0;
    color: #424242;
}

.exhibition_post img {
    width: auto;
    height: 300px;
    /* object-fit: cover; */
    object-fit: contain;
    object-position: center;
}

.exhibition_post .image_caption.dark_text:hover h4 {
    color: #AD1B25;
}

.exhibition_post .image_caption h4 {
    min-height: 0;
    margin-bottom: 1rem;
}

.book_post,
.news_post,
.search_post {
    margin-bottom: 50px;
    display: block;
}

.book_post .image_caption.dark_text,
.search_post .image_caption.dark_text,
.news_post .image_caption.dark_text,
.videoSwiper .image_caption.dark_text {
    padding: 20px 0;
    color: #424242;
}

.book_post img,
.search_post img {
    width: auto;
    object-fit: contain;
    /* object-position: 50% 20%; */
    height: 300px;
}

.news_post img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.book_post .image_caption.dark_text:hover h4,
.search_post .image_caption.dark_text:hover h4,
.news_post .image_caption.dark_text:hover h4 {
    color: #AD1B25;
}

.book_post .image_caption h4,
.news_post .image_caption h4 {
    min-height: 0;
    margin-bottom: 1rem;
}

.post_date {
    font-weight: 300;
}

.load_more {
    display: block;
    text-align: center;
    color: #AD1B25;
    font-weight: 500;
    font-size: 26px;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
}

.load_more img {
    transition: all 0.3s ease-in;
    width: 27px;
    margin-left: 20px;
    margin-top: -8px;
}

.load_more:hover {
    color: #AD1B25;
}

.load_more:hover img {
    transform: rotate(45deg);
}

/* viewing_room */
.viewing_room {
    padding: 60px 0;
}
#vr-list .vr .wrapper {
    height: 420px;
}
#vr-list .vr .wrapper img {
    height: 100%;
    object-fit: cover;
}
.vr_title {
    /* font-family: 'Gotham'; */
    color: #424242;
    font-weight: 400 !important;
}

.banner_image_container {
    margin-bottom: 70px;
}

.banner_image_container h2 {
    color: #4C4C4C;
}

.banner_image_container img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: 20% 20%;
    object-position: top;
}

/* Artwork Detail */
.artwork-status {
    padding: 1rem;
    text-align: center;
}

.artwork-status.sold{
    background-color: #AD1B25;
    color: #fff;
}

#inquiry-form .form-control {
    color: #424242 !important;
}

/* Wishlist Page */
.wishlist-section {
    padding: 60px 0;
}


/* viewing_room_detail */
.room_detail {
    padding: 120px 0;
}

.room_detail_block {
    background: #FFFFFF;
    /* padding-bottom: 124px; */
    display: flex;
    flex-direction: column;
    height: 100%;
}

.room_detail_block.horizontal .image_wrapper {
    flex: 1;
}

/* .horizontal .room_detail_data {
    max-width: 458px;
} */

.room_detail_data {
    width: 100%;
    display: flex;
    align-items: flex-end;
    /* flex: 1; */
}

.room_detail_data .data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #424242;
}

.room_detail_data .artist_name {
    font-family: "trajan-pro-3";
    font-weight: 300;
    color: #000;
    font-size: 2rem;
}

.room_detail_data h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin: 20px 0 15px;
}

.room_detail_data .title,
.room_detail_data .year,
.room_detail_data .art_type,
.room_detail_data .art_price {
    /* font-size: 20px;
    line-height: 26px; */
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 10px;
    font-weight: 300;
}

.room_detail_data .btn_inquire {
    width: 144px;
    height: 56px;
    background: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    display: block;
    line-height: 60px;
    color: #424242;
    margin-top: 35px;
}

.big_content {
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
}

.medium_content {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 300;
}

.medium_content  p{
    margin-bottom:0px;
}

.mt-6 {
    margin-top: 6rem;
}

.mt-7 {
    margin-top: 7rem;
}

.mt-10 {
    margin-top: 10rem;
}

.mb-6 {
    margin-bottom: 4rem;
}

.mb-7 {
    margin-bottom: 5rem;
}

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

.exhibition_details h5 {
    font-family: "trajan-pro-3";
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.exhibition_details p {
    font-size: 24px;
    font-weight: 300;
    line-height: 42px;
}

.scrollTop {
    position: fixed;
    left: 4%;
    display: block;
    transform: rotate(-90deg);
    opacity: 0;
    top: 80%;
    transition: all 0.3s ease-in;
}

#consignment-form .form-control, #wishlist_form .form-control {
    color: unset;
}

#attachment {
    /* visibility: hidden etc. wont work */
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#attachment-div{
    font-size: 1rem;
    line-height: 40px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #424242;
    white-space: nowrap; /* Don't forget this one */
    text-overflow: ellipsis;
    overflow:hidden;
    font-weight: 300;
    display: block;
    width: 100%;
    height: 51px;
    padding: 0.375rem 0.75rem;
    background: #fff url(../img/red_plus.svg) no-repeat;
    background-position: right 20px center;
    background-size: 20px;
    cursor: pointer;
}

/* art in situation */
.art_banner {
    padding: 100px 0;
}

.back_link {
    font-size: 26px;
    font-weight: 500;
    color: #AD1B25;
    display: inline-block;
    margin-bottom: 50px;
    transition: all 0.3s ease-in;
}

.back_link:hover {
    color: #AD1B25;
    text-decoration: underline;
}

.art_banner .carousel-indicators {
    left: 0;
    right: 0;
    text-align: center;
    transform: none;
    top: auto;
    bottom: -50px;
    flex-direction: row;
}

.art_banner .carousel-indicators [data-bs-target] {
    margin: 0 10px;
    border-color: #424242;
    ;
}

.art_banner .carousel-indicators .active {
    background: #424242;
}

.art_banner .carousel-control-prev {
    transform: rotate(180deg);
}

.work_detail {
    padding: 70px 0 100px;
}

.work_detail .image_caption.dark_text:hover h4 {
    color: #424242;
}

.inquiry_form {
    background: #F8F8F8;
    padding: 45px 50px;
    position: sticky;
    top: 50px;
}

.inquiry_form h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
}

.inquiry_form .form-control {
    height: 62px;
    background: transparent;
    margin-bottom: 50px;
    padding: 15px 17px 10px 17px;
}

textarea.form-control,
.inquiry_form textarea.form-control {
    height: auto;
    resize: none;
}

.inquiry_form .btn_submit {
    background: transparent;
    border: 0;
    color: #AD1B25;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    outline: none;
}

/* artist_info */
.artist_info {
    padding: 120px 0 0;
}

.artist_detail h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: "trajan-pro-3";
    margin-bottom: 10px;
}

.artist_detail p {
    font-size: 24px;
    margin-bottom: 50px;
    font-weight: 300;
}

.artist_detail img {
    margin-bottom: 25px;
}

/* sticky_nav */

.sticky_nav {
    background: #F8F8F8;
    position: sticky;
    top: 87px;
    z-index: 10;
    display: none;
}

.navigation a {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.17px;
    font-weight: 300;
    display: block;
    padding: 20px 0;
    position: relative;
    margin: 0 20px;
}

.navigation a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    transition: all 0.3s ease-in;
    opacity: 0;
}

.navigation a.active::after {
    opacity: 1;
}

.navigation li:last-child a {
    margin-right: 0;
}

.sticky_nav h4 {
    font-size: 24px;
    font-weight: 500;
}

.navigation li {
    margin: 0 !important;
}

.past_exhibition.page-section,
.books.page-section,
.video.page-section,
.press.page-section {
    padding-top: 120px;
}

.press.page-section {
    padding-bottom: 100px;
}

/* art_tab */
.art_tab {
    padding: 60px 0;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.outer_tab.nav-tabs .nav-link {
    opacity: .3;
    color: #424242;
    font-size: 46px;
    font-weight: 500;
    margin-right: 200px;
    transition: all 0.3s ease-in;
    padding: 0;
}

.outer_tab.nav-tabs .nav-link.active {
    opacity: 1;
}

.data_filter {
    display: flex;
    margin: 30px 0 50px;
}

.data_filter .select_dropdown {
    width: 260px;
    margin-right: 24px;
}

.btn_view_all {
    height: 51px;
    width: 95px;
    border: 1px solid #424242;
    background: transparent;
    font-size: 16px;
    transition: all 0.3s ease-in;
}

.btn_view_all:hover {
    color: #fff;
    background: #424242;
    border-color: #424242;
}

.image_caption_bottom {
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.inner_tab {
    column-count: 3;
    column-gap: 70px;
}

.inner_tab a {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "trajan-pro-3";
    margin-bottom: 50px;
    color: #424242;
    transition: all 0.3s ease-in;
    display: block;
}

.inner_tab a:hover,
.inner_tab a.active {
    color: #ad1b25;
}

.mobile_data_filter {
    display: none;
}

/* video lp */

.banner_carousel .wrapper {
    position: relative;
}

.banner_carousel .wrapper img,
.plyr {
    height: calc((var(--vh, 1vh) * 100) - 173px);
    object-fit: cover;
    object-position: 20% 20%;
    object-position: 50% 25%;
}

.plyr__poster {
    background-size: cover;
    background-position: 50% 20%;
}

.banner_carousel .wrapper::after {
    content: "";
    background: rgb(0 0 0 / 15%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_carousel .wrapper .video {
    height: 100%;
    object-fit: cover;
    object-position: 20% 20%;
}

.featured_video {
    padding-top: 120px;
}

.archived_video {
    padding-bottom: 120px;
}

.about_video {
    padding: 120px 0;
}

.medium_content a {
    color: #ad1b25;
}

.more_video {
    padding-bottom: 120px;
}

.more_video .image_caption {
    padding: 17px 0 0;
}

.more_video .exhibition_post .image_caption h4 {
    font-size: 46px;
    line-height: 56px;
}

.more_video .exhibition_post .image_caption p {
    font-size: 18px;
}

.more_video .owl-next img {
    transform: rotate(180deg);
}

.more_video .owl-prev {
    left: 0;
    position: absolute;
}

.more_video .owl-nav {
    left: 24px;
    right: 24px;
    opacity: 1;
    color: #ad1b25;
    top: 40%;
}

.more_video .owl-next {
    right: 0;
    position: absolute;
}

.more_video .owl-prev img {
    vertical-align: sub;
    margin-right: 6px;
}

.more_video .owl-next img {
    vertical-align: sub;
    margin-left: 6px;
}

.more_video .owl-carousel .owl-stage-outer,
.more_video .owl-carousel {
    position: static;
}

.more_video .row {
    position: relative;
}

/* consignment */
.consignment-section {
    padding: 35px 0;
}

/* contact */
.contact-section {
    padding: 100px 0;
}

.contact-section .contact-note {
    font-size: 1.4rem;
    font-weight: 400;
}

/* about */
.about-section {
    padding: 100px 0;
}

.about-section .container .partner-img-wrapper {
    height: 550px;
    overflow: hidden;
}

.about-section .container .partner-img-wrapper img {
    height: 100%;
    object-fit: contain;
    /* object-fit: cover; */
}

/* bookshop */
.bookshop,
.news {
    padding: 60px 0;
}

.search_result {
    padding: 100px 0;
    position: relative;
    z-index: 9;
}

.search_result .search_drawer {
    background: transparent;
    position: relative;
}

.search_result .search_drawer input {
    color: #979797 !important;
}

.search_result .search_drawer .input-group {
    padding: 0;
    margin-bottom: 100px;
}

.category_tags a {
    color: #424242;
    height: 51px;
    padding: 0 15px;
    border: 1px solid #424242;
    display: inline-block;
    line-height: 52px;
    transition: all 0.3s ease;
    font-weight: 500;
    margin-left: 22px;
}

.category_tags a:hover,
.category_tags a.active {
    color: #fff;
    background: #424242;
}

.showing_result {
    font-size: 20px;
    font-weight: 500;
}

.result_category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 65px;
}

.modal-backdrop.show {
    opacity: .3;
}

.modal-backdrop {
    background-color: #13100D;
}

.modal .btn-close {
    opacity: 1;
    box-shadow: none !important;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 0;
    font-size: 20px;
}

.close-popup {
    background: transparent;
    border: none;
    padding: 10px 0px;
}

.close-popup span {
    font-size: 20px;
    color: #AD1B25;
}

.close-popup span img {
    padding-right: 10px;
    width: 20px;
    vertical-align: baseline;
}

.modal-content {
    border: 0;
    border-radius: 0;
    outline: 0;
}

#bookModal .modal-body {
    padding: 100px;
}

.modal-xl {
    max-width: 1700px;
    width: calc(100% - 50px);
    margin-inline: auto;
}

.modal-lg {
    max-width: 1496px;
    width: calc(100% - 50px);
    margin-inline: auto;
}

#inquireModal .modal-body {
    padding: 50px;
    margin: 0;
}

.inquiry_subject {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

.inquiry_subject em {
    color: #ad1b25;
}

.book_placeholder {
    background: #010101;
}

.book_placeholder img {
    width: 100%;
}

.price_date {
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
}

.modal_book_data h5 {
    font-family: "trajan-pro-3";
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* advisory */
.advisory {
    height: (var(--vh, 1vh) * 100);
    position: relative;
    padding: 40px 30px;
}

.advisory .rv_logo {
    position: absolute;
    right: 0;
    filter: brightness(0);
}

.advisory h1 {
    font-size: 62px;
    font-family: "trajan-pro-3";
    color: #000;
    text-align: center;
}

.advisory>p {
    font-size: 16px;
    line-height: 50px;
    font-family: "trajan-pro-3";
    color: #000;
    text-align: center;
    padding: 25vh 0;
    margin: 0;
}

.advisory .footer {
    display: flex;
    justify-content: space-around;
}

.advisory .footer a {
    color: #AD1B25;
    font-size: 16px;
    font-family: "trajan-pro-3";
}

.advisory .footer a:hover {
    color: #000;
}

.current_exhibition a,
.current_exhibition a:hover {
    color: #424242;
}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    footer .input-field-group input {
        width: 300px;
    }
    footer #footer_captcha_element{
        transform: scaleY(0.9);
    }

    .terms {
        column-count: 2;
    }

    .slider_container {
        max-width: calc(720px + calc(calc(100% - 720px) / 2));
    }

    .slider_container {
        margin-right: 0;
        padding-right: 0;
    }

    .horizontal.room_detail_block {
        display: flex;
        flex-direction: row;
    }

    .reverse.horizontal.room_detail_block {
        flex-direction: row-reverse;
    }

    .page-section .exhibition_post {
        margin-bottom: 0;
    }

    .location-wrapper .image-wrapper img {
        height: 315px;
    }

    .location-wrapper .location-info {
        min-height: 300px;
    }

    .location-wrapper:nth-child(odd) .border-r-gray  {
        border-right: 1px solid #ccc;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .slider_container {
        max-width: calc(960px + calc(calc(100% - 960px) / 2));
        margin-bottom: 50px;
    }

    .location-wrapper .image-wrapper img {
        height: 195px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* .navbar-expand-xl .navbar-nav {
        margin-bottom: -18!important;
    } */
    .slider_container {
        max-width: calc(1140px + calc(calc(100% - 1140px) / 2));
        margin-bottom: 80px;
    }

    .navbar.navbar-expand-xl.smaller{
        padding:20.5px 0;
    }

    .location-wrapper .image-wrapper img {
        height: 240px;
    }

    .location-wrapper:not(:last-child) .border-r-gray  {
        border-right: 1px solid #ccc;
    }
}

@media (min-width: 1400px) {
    .slider_container {
        max-width: calc(1320px + calc(calc(100% - 1320px) / 2));
        margin-bottom: 100px;
    }

    .location-wrapper .image-wrapper img {
        height: 285px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1542px;
    }

    .slider_container {
        max-width: calc(1542px + calc(calc(100% - 1542px) / 2));
    }

    .slider_container .image_inner_wrapper img {
        height: 448px;
        object-fit: cover;
        object-position: 20% 20%;
    }

    .location-wrapper .image-wrapper img {
        height: 340px;
    }
}


/* X-Large devices (large desktops, less than 1400px) */
@media(max-width:1599.98px) {

    .banner_carousel .carousel-item>img,.banner_carousel .carousel-item .banner-image,
    .plyr {
        height: calc((var(--vh, 1vh) * 100) - 159px);
    }

    .advisory>p {
        padding: 18vh 0;
    }

    #bookModal .modal-body {
        padding: 60px;
    }

    .modal_book_data h5 {
        font-size: 16px;
    }

    .price_date {
        font-size: 18px;
        line-height: 40px;
    }

    .press.page-section {
        padding-bottom: 70px;
    }

    .navigation a {
        margin: 0 10px;
    }

    header .nav-link {
        font-size: 1rem;
        letter-spacing: 1;
    }

    header .nav-link:hover {
        letter-spacing: 2.5px;
    }

    header .nav-link::after {
        letter-spacing: 2.5px;
    }

    header .dropdown-menu .dropdown-item:hover {
        letter-spacing: 2.5px;
    }

    .navbar-brand img {
        width: 85px;
    }

    .navbar-text img {
        width: 30px;
    }

    .artist_list a {
        font-size: 40px;
    }

    .banner_carousel .carousel-caption {
        padding-right: 24px;
        z-index: 9;
    }

    .big_content {
        font-size: 24px;
        line-height: 42px;
    }

    .exhibition_details p {
        font-size: 20px;
        line-height: 36px;
    }

    .exhibition_details h5 {
        font-size: 16px;
    }

    .mt-7 {
        margin-top: 4rem;
    }

    .mt-10 {
        margin-top: 4rem;
    }

    .room_detail_block {
        /* margin-bottom: 70px; */
    }

    .exhibition_post {
        margin-bottom: 70px;
    }

    .scrollTop {
        left: 3%;
    }

    .inquiry_form {
        padding: 30px;
    }

    .inquiry_form .form-control {
        height: 50px;
        margin-bottom: 30px;
        padding: 10px 15px;
    }

    .inquiry_form h4 {
        margin-bottom: 25px;
    }

    .inquiry_form .btn_submit {
        font-size: 24px;
    }

    .back_link {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .artist_detail h4 {
        font-size: 16px;
    }

    .artist_detail p {
        font-size: 20px;
    }

    .outer_tab.nav-tabs .nav-link {
        font-size: 36px;
        margin-right: 130px;
    }

    .art_tab {
        padding: 80px 0;
    }

    .inner_tab a {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1399.98px) {

    .banner_carousel .carousel-item>img,.banner_carousel .carousel-item .banner-image,
    .plyr {
        height: calc((var(--vh, 1vh) * 100) - 158px);
    }

    header .nav-link {
        font-size: 1rem;
    }

    .navbar-expand-xl .navbar-collapse {
        padding: 0 20px;
    }

    footer {
        padding: 75px 0 0;
        font-size: 16px;
    }

    footer h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .contact_us_text {
        font-size: 24px;
        margin-bottom: 40px;
    }

    footer .btn_submit {
        padding: 0 20px;
        font-size: 24px;
    }

    .address {
        margin-bottom: 20px;
        min-height: 70px;
    }

    .view_all {
        font-size: 20px;
    }

    .image_caption h4 {
        font-size: 24px;
        line-height: 30px;
        min-height: auto;
        text-align: start;
    }

    .more_video .exhibition_post .image_caption h4 {
        font-size: 32px;
        line-height: 48px;
    }

    .more_video .exhibition_post .image_caption p {
        font-size: 16px;
    }

    .search_drawer .form-control {
        padding-bottom: 15px;
        font-size: 48px;
        line-height: 5rem;
    }

    .btn_search img {
        width: 40px;
    }

    .search_drawer .input-group {
        padding: 146px 0;
    }

    .navbar-expand-xl {
        padding: 30px 0;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        line-height: 42px;
        font-size: 36px;
    }

    .explore {
        bottom: 6rem;
        height: 50px;
        width: 300px;
        padding-left: 30px;
        font-size: 20px;
        line-height: 50px;
    }

    .explore img {
        width: 18px;
        margin-left: 12px;
    }

    .banner_image_container img {
        height: 450px;
    }

    .banner_image_container h2 {
        margin-bottom: 30px;
    }
}

@media(max-width:1200px) {
    .main_title {
        font-size: 16px;
        line-height: 49px;
        padding-left: 15px;
        margin-left: -15px;
        max-width: 50%;
        margin-bottom: 50px;
    }

    .view_all.top{
        margin-top: -2px;
    }

    .oneSlideSwiper .gallery-image .image_wrapper img {
        height: 450px;
    }

    .navbar-brand img {
        width: 85px;
    }

    .navbar-text img {
        width: 30px;
    }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
    .banner_carousel .carousel-caption {
        bottom: 2rem
    }
    header .nav-link.dropdown-toggle::after{
        vertical-align: inherit;
        margin: unset;
        display: inline-block;
    }

    .advisory h1 {
        font-size: 42px;
    }

    .artist_type.smaller{
        padding:8px 0;
    }

    .artist_type.smaller .artist_title{
        margin-bottom: 5px;
    }

    .banner_carousel .carousel-item>img,.banner_carousel .carousel-item .banner-image,
    .plyr {
        height: calc((var(--vh, 1vh) * 100) - 118px);
    }

    header .dropdown-menu .dropdown-item {
        text-align: center;
    }

    .advisory .rv_logo img {
        width: 70px;
    }

    .advisory .footer a {
        font-size: 14px;
    }

    .advisory>p {
        padding: 20vh 0;
        font-size: 14px;
        line-height: 50px;
    }

    .category_tags a {
        height: 32px;
        padding: 0 12px;
        line-height: 32px;
        margin-left: 12px;
        font-size: 12px;
    }

    .showing_result {
        font-size: 12px;
    }

    .sticky_nav {
        top: 121px;
    }

    .bookshop,
    .news,
    .search_result {
        padding: 80px 0;
    }

    .outer_tab.nav-tabs .nav-link {
        margin-right: 100px;
        font-size: 32px;
    }

    .artist_group .nav-link {
        margin-right: 88px !important;
    }

    .inner_tab a {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .image_caption_bottom {
        font-size: 16px;
    }

    .navigation a {
        margin: 0 5px;
        letter-spacing: 1px;
    }

    .scrollTop img {
        width: 30px;
    }

    .scrollTop {
        left: 1%;
    }

    .post_date {
        font-size: 16px;
    }

    .big_content {
        font-size: 20px;
        line-height: 36px;
    }

    .room_detail_block {
        /* margin-bottom: 70px; */
    }

    .room_detail_data {
        /* padding: 22px; */
    }

    .room_detail_data h3 {
        font-size: 24px;
    }

    .room_detail_data .artist_name {
        font-size: 1.5rem;
    }

    /* .room_detail_data .title,
    .room_detail_data .year,
    .room_detail_data .art_type,
    .room_detail_data .art_price {
        font-size: 18px;
        line-height: 22px;
    } */

    .artist_list a {
        font-size: 28px;
    }

    .image_caption.dark_text p br {
        display: none;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        height: calc(100% - 68px) !important;
        background: #fff;
        width: 100%;
        left: 0;
        z-index: 999;
        display: block !important;
        top: -100%;
        transition: all 0.5s linear;
        overflow: scroll;
    }

    .navbar-collapse.show {
        top: 67px;
    }

    .navbar-expand-xl {
        padding: 14px 0;
    }

    .navbar-brand img {
        width: 65px;
    }

    .navbar-text img {
        width: 24px;
    }

    .navbar-toggler img {
        width: 24px;
    }

    .navbar-toggler {
        padding: 0;
        border: 0;
    }

    header .nav-link {
        font-size: 1rem;
        letter-spacing: 2px;
        line-height: 42px;
        margin-bottom: 9px;
    }

    .navbar-expand-xl .navbar-nav {
        padding-top: 28px;
    }

    .address {
        font-size: 16px;
    }

    .address-time{
        font-size: 16px;
    }

    footer h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .social_icons img {
        margin-left: 36px;
    }

    .form_container {
        padding: 42px 30px 42px 100px;
        bottom: 20px;
        max-width: 500px;
        right: -500px;
    }

    .form_container p {
        font-size: 22px;
    }

    .form_container .form-control {
        font-size: 16px;
        height: 55px;
        margin-top: 30px;
        padding: 6px 16px;
    }

    .form_container .btn_submit {
        font-size: 24px;
        margin: 25px auto 0;
    }

    .form_opener {
        width: 65px;
        height: 50px;
        padding: 12px 24px;
        bottom: 20px;
    }

    .form_opener img,
    .form_closer img {
        width: 24px;
    }

    .banner_image_container img {
        height: 380px;
    }

    .art_banner {
        padding: 50px 0;
    }

    .load_more {
        font-size: 20px;
    }

    .load_more img {
        width: 20px;
    }

    .about_video {
        padding: 80px 0 50px;
    }

    .search_result .search_drawer .input-group {
        margin-bottom: 30px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .address{
        min-height: 100px;
    }

    .social-icons-div{
        padding-right:0;
    }

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

    .advisory>p br {
        display: none;
    }

    .advisory .footer a {
        font-size: 12px;
    }

    .advisory .footer {
        justify-content: space-between;
    }

    .book_placeholder img,
    .book_placeholder {
        height: auto;
        max-width: 100%;
        object-fit: cover;
        object-position: 20% 20%;
    }

    .modal_book_data .medium_content {
        margin-top: 16px !important;
    }

    #bookModal.modal .btn-close {
        right: 15px;
        top: 15px;
    }

    .modal_book_data h5 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .price_date {
        font-size: 16px;
        line-height: 32px;
    }

    .showing_result {
        width: 100%;
        margin-bottom: 15px;
    }

    .result_category {
        flex-flow: wrap;
        margin-bottom: 30px;
    }

    .category_tags {
        white-space: nowrap;
        overflow: scroll;
    }

    .data_filter .select_dropdown {
        display: none;
    }

    .data_filter button {
        font-size: 12px;
        background: transparent;
        border: 1px solid #424242;
        color: #424242;
        height: 32px;
        line-height: 30px;
        width: calc(50% - 15px);
    }

    .btn_filter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1px 15px 0;
    }

    .mobile_data_filter {
        position: fixed;
        background: #fff;
        z-index: 99;
        padding: 30px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        overflow: scroll;
        display: none;
    }

    .mobile_data_filter::-webkit-scrollbar {
        width: 0;
    }

    .mobile_data_filter li label {
        font-size: 12px;
        color: #424242;
        margin-top: 12px;
        display: block;
        transition: all 0.3s ease-in;
    }

    .mobile_data_filter input[type="radio"] {
        display: none;
    }

    .mobile_data_filter li input[type="radio"]:checked+label {
        color: #ad1b25;
    }

    .mobile_data_filter ul {
        border-bottom: 1px solid #CACACA;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .close_filter {
        position: absolute;
        top: 30px;
        left: 30px;
        transform: rotate(45deg);
    }

    .close_filter img {
        width: 25px;
    }

    .mobile_data_filter h4 {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .mobile_data_filter h5 {
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .category_tags a {
        margin-left: 0;
        margin-right: 12px;
    }

    .inner_tab {
        column-count: 2;
    }

    .nav-tabs {
        border: 0;
        justify-content: space-between;
    }

    .outer_tab.nav-tabs .nav-link {
        margin-right: 0;
        font-size: 24px;
    }

    .artist_group .nav-link {
        margin-right: 0 !important;
    }

    .data_filter .select_dropdown {
        width: 170px;
        margin-right: 24px;
    }

    .sticky_nav h4 {
        font-size: 16px;
        padding-top: 5px;
    }

    .sticky_nav {
        padding-top: 14px;
        text-align: center;
    }

    .navigation a {
        margin: 0 5px;
        letter-spacing: 1.67px;
        padding: 16px 0;
        font-size: 10px;
    }

    .press.page-section {
        padding-bottom: 40px;
    }

    .slider_container {
        margin-bottom: 60px;
    }

    .art_video {
        padding: 70px 0 0;
    }

    .arts {
        padding: 70px 0 32px;
    }

    .new_events,
    section.art-work {
        padding: 70px 0 10px;
    }

    .banner_carousel .carousel-item>img,.banner_carousel .carousel-item .banner-image,
    .plyr {
        height: calc((var(--vh, 1vh) * 100) - 121px);
        object-position: 50% 20%;
    }

    h1 {
        font-size: 36px;
    }

    .explore {
        width: 220px;
        font-size: 18px;
    }

    .banner_carousel .carousel-caption h5 {
        font-size: 18px;
    }

    .contact_banner .carousel-caption {
        bottom: 1rem;
    }

    .contact_banner .carousel-caption h5 {
        font-size: 1rem;
    }

    .exhibition_banner .carousel-caption {
        bottom: 1rem;
    }

    .exhibition_banner .carousel-caption h1 {
        font-size: 1.5rem;
    }

    .exhibition_banner .carousel-caption h3 {
        font-size: 1rem;
    }

    .page-section.exhibition {
        padding: 60px 0;
    }

    .view_all img {
        width: 20px;
        margin-left: 12px;
        transition: all 0.3s ease-in;
    }

    .view_all img {
        width: 20px;
    }

    .our_offices {
        flex-flow: wrap;
    }

    .our_offices div:nth-of-type(even) {
        width: 190px;
    }

    footer {
        padding: 70px 0 0;
    }

    footer .subscribe-mail {
        margin-bottom: 40px;
    }

    .social_icons img {
        margin-left: 0;
        margin-right: 30px;
    }

    .contact_us_text {
        margin-bottom: 20px;
    }

    .image_caption h4 {
        font-size: 20px;
        line-height: 24px;
        min-height: 50px;
        margin: 0;
    }

    .image_caption.black {
        height: 75px;
    }

    .post_date {
        font-size: 16px;
    }

    .inquiry_form {
        margin-top: 50px;
    }

    .image_caption.dark_text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .search_drawer .form-control {
        line-height: 35px;
        font-size: 32px;
        padding-bottom: 15px;
    }

    .banner_image_container img {
        height: 300px;
    }

    .banner_image_container {
        margin-bottom: 40px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .art_title {
        line-height: 42px;
        margin-bottom: 25px;
    }

    .viewing_room {
        padding: 80px 0;
    }

    body.menuOpened {
        overflow: hidden;
    }

    .banner_image_container h2 br {
        display: none;
    }

    .exhibition_post {
        margin-bottom: 40px;
    }

    .past_exhibition {
        padding-bottom: 70px;
    }

    .current_exhibition {
        padding: 70px 0;
    }

    .form-control {
        background-position: right 14px center;
    }

    .past_exhibition .col-6:nth-of-type(odd),
    .books .col-6:nth-of-type(odd),
    .archived_video .col-6:nth-of-type(odd),
    .bookshop .col-6:nth-of-type(odd),
    .news .col-6:nth-of-type(odd),
    .search_result .col-6:nth-of-type(odd) {
        padding-right: 14px;
    }

    .past_exhibition .col-6:nth-of-type(even),
    .books .col-6:nth-of-type(even),
    .archived_video .col-6:nth-of-type(even),
    .bookshop .col-6:nth-of-type(even),
    .news .col-6:nth-of-type(even),
    .search_result .col-6:nth-of-type(even) {
        padding-left: 14px;
    }

    .room_detail {
        padding: 90px 0 50px;
    }

    .past_exhibition.page-section,
    .books.page-section,
    .video.page-section,
    .press.page-section {
        padding-top: 90px;
    }

    .artist_info .mt-5 {
        margin-top: 30px !important;
    }

    .artist_detail p,
    .artist_detail h4 {
        font-size: 14px;
    }

    .room_detail_block.horizontal .image_wrapper img {
        height: 100%;
    }

    .page-section .col-lg-3:first-child .exhibition_post,
    .page-section .col-lg-3:nth-child(2) .exhibition_post {
        margin-bottom: 40px;
    }

    .more_video {
        padding-bottom: 70px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .md-flex-col{
        flex-direction: column;
    }
    .contact-section .contact-note-wrapper {
        margin-top: 3rem;
    }

    .book_post img, .search_post img, .news_post img{
        height: 200px;
        object-fit:unset;
    }

    .advisory h1 {
        font-size: 20px;
    }

    .footer-address .logo{
        max-width: 100%;
    }

    .social-icons-div{
        padding-right: 1rem;
    }

    .advisory .rv_logo img {
        width: 40px;
    }

    .sticky_nav{
        text-align: center;
        padding-top: 10px;
    }

    .advisory {
        padding: 30px 15px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        overflow: scroll;
    }

    .advisory>p {
        padding: 50px 0;
        font-size: 14px;
        line-height: 30px;
    }

    .address, .address-time, .address-contact{
        font-size: 13px;
        line-height: 1.5rem;
    }

    .advisory .footer {
        flex-direction: column;
        align-items: center;
    }

    .modal-lg {
        width: 100%;
    }

    #inquireModal .modal-body {
        padding: 30px;
    }

    #inquireModal.modal .btn-close {
        top: 40px;
    }

    .inquiry_subject {
        font-size: 14px;
        text-align: left;
        margin-bottom: 26px;
    }

    #bookModal .modal-body {
        padding: 80px 30px 40px;
    }

    #bookModal.modal .btn-close {
        right: auto;
        top: 30px;
        background: transparent;
        color: #ad1b25;
        width: auto;
    }

    .modal .btn-close img {
        vertical-align: sub;
        margin-right: 6px;
    }

    .modal_book_data {
        margin-top: 25px;
        padding: 0 45px;
    }

    /* .modal-backdrop.show {
        display: none;
    } */
    .modal-xl {
        width: 100%;
        margin: 0;
    }

    .category_tags {
        border-bottom: 1px solid #979797;
        padding-bottom: 20px;
    }

    .category_tags a {
        position: relative;
    }

    .category_tags .active::after {
        content: '';
        position: absolute;
        bottom: -21px;
        width: 100%;
        height: 2px;
        background: #424242;
        left: 0;
    }

    .bookshop,
    .news,
    .search_result {
        padding: 50px 0 20px;
    }

    h5.post_date.mb-4 {
        margin-bottom: 11px !important;
    }

    .featured_video {
        padding-top: 80px;
    }

    .archived_video {
        padding-bottom: 80px;
    }

    .room_detail_block.horizontal .image_wrapper img {
        height: auto;
    }

    .navigation a {
        margin: 0 12px;
    }

    .navigation li:last-child a {
        margin-right: 12px;
    }

    .sticky_nav .col-lg-9 {
        padding: 0;
    }

    .sticky_nav .navigation {
        white-space: nowrap;
        overflow-x: scroll;
    }

    .sticky_nav .navigation::-webkit-scrollbar {
        height: 0;
    }

    .artist_list a {
        font-size: 10px;
        color: #AD1B25;
        text-transform: uppercase;
    }

    .artist_list a.active {
        color: #000;
    }

    .switch_postion {
        display: flex;
        flex-direction: column-reverse;
    }

    .current_exhibition img {
        margin-bottom: 25px;
    }

    .current_exhibition {
        padding: 70px 0 40px;
    }

    .past_exhibition .form-control,
    .archived_video .form-control {
        height: 32px;
        padding: 5px 30px 4px 12px;
        font-size: 12px;
        background-size: 16px;
        margin: 0 0 10px;
    }

    .select_dropdown.dropdown button {
        height: 32px;
        padding: 5px 30px 4px 12px;
        font-size: 12px;
        background-size: 16px;
        background-position: right 10px center;
    }

    .select_dropdown.dropdown .dropdown-menu {
        top: 97% !important;
        min-width: 100%;
    }

    .select_dropdown.dropdown button[aria-expanded="true"] {
        background-position: right 10px center;
        background-size: 16px;
    }

    .select_dropdown.dropdown .dropdown-menu li {
        padding: 8px 30px 4px 12px;
        font-size: 12px;
    }

    .archived_video .mt-5 {
        margin-top: 20px !important;
    }

    .post_date {
        font-size: 11px;
    }

    .exhibition_post {
        margin-bottom: 15px;
    }

    /* .past_exhibition .load_more {
        display: none;
    } */

    .past_exhibition {
        padding-bottom: 40px;
    }

    .viewing_room {
        padding: 50px 0;
    }

    .banner_image_container {
        margin-bottom: 25px;
    }

    .newsletter_form {
        display: none;
    }

    .carousel-indicators [data-bs-target] {
        border-width: 1px;
        margin-bottom: 15px;
        width: 10px;
        height: 10px;
    }

    .banner_carousel .carousel-item>img,.banner_carousel .carousel-item .banner-image,
    .plyr {
        height: calc((var(--vh, 1vh) * 100) - 111px);
        object-position: 50% 20%;
    }

    .switch_postion .banner_carousel .carousel-item>img {
        height: calc((var(--vh, 1vh) * 100) - 111px);
    }

    .slider_container {
        margin-bottom: 25px;
    }

    .new_events.carousel_slider .image_caption,
    .art_video.carousel_slider .image_caption {
        padding: 14px 12px 0;
    }

    .arts {
        padding: 50px 0 15px;
    }

    .carousel-indicators {
        top: 40%;
    }

    .banner_carousel .carousel-caption h5 {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 1.2rem;
    }

    h1 {
        font-size: 34px;
    }

    .banner_carousel .carousel-caption {
        /* bottom: 8rem; */
        width: auto;
    }

    .video_carousel .carousel-caption {
        margin-bottom: 2%;
        left: 20px;
    }

    .video_carousel .carousel-caption h5 {
        font-size: 12px;
    }

    .video_carousel .carousel-caption h1 {
        font-size: 24px;
    }

    .carousel-caption h1 span {
        font-size: 14px;
    }

    .explore img {
        width: 15px;
        margin-left: 8px;
        margin-top: -3px;
    }

    .explore {
        width: 150px;
        font-size: 14px;
        height: 38px;
        line-height: 42px;
        bottom: 3rem;
    }

    .search_drawer .form-control {
        padding-bottom: 10px;
    }

    .search_drawer .input-group {
        padding: 127px 0;
    }

    .btn_search img {
        width: 32px;
    }

    h2 {
        line-height: 36px;
        font-size: 26px;
    }

    .art_title {
        line-height: 36px;
        margin-bottom: 25px;
    }

    .view_all {
        font-size: 14px;
    }

    .view_all img {
        width: 16px;
        margin-left: 8px;
    }

    .main_title {
        font-size: 16px;
        line-height: 39px;
        padding-left: 10px;
        margin-left: -10px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    footer {
        padding: 60px 0 0;
    }

    footer h4 {
        margin: 0;
    }

    .address {
        min-height: 30px;
        margin-bottom: 15px;
    }

    footer .btn_submit {
        padding: 0 0 0 20px;
        font-size: 16px;
    }

    footer .form-control {
        height: 41px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .contact_us_text {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .social_icons img {
        margin-right: 0;
        width: 24px;
        height: 16px;
    }

    .social_icons {
        margin-bottom: 30px;
    }

    .copyright_text, .terms-condition {
        font-size: 10px;
    }

    .owl-carousel {
        display: block;
    }

    .carousel_slider .item {
        display: none;
    }

    .carousel_slider .item:first-child,
    .carousel_slider .item:nth-child(2),
    .carousel_slider .item:nth-child(3) {
        display: block;
        margin-bottom: 30px;
    }

    .image_caption h4 {
        font-size: 19px;
        line-height: 24px;
        min-height: 32px;
    }

    .image_caption {
        padding: 14px 12px 20px
    }

    .image_caption.dark_text p,
    .more_video .exhibition_post .image_caption p {
        font-size: 12px;
    }

    .more_video .exhibition_post .image_caption h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .more_video .exhibition_post .image_caption.dark_text {
        padding: 20px 0 0;
        color: #424242;
    }

    .more_video .exhibition_post {
        margin-bottom: 120px;
    }

    .more_video .owl-nav {
        top: -50px;
        transform: none;
    }

    .big_content {
        font-size: 19px;
        line-height: 29px;
    }

    .exhibition_details h5 {
        font-size: 12px;
    }

    .exhibition_details p {
        font-size: 19px;
        line-height: 29px;
        font-weight: 500;
    }

    .exhibition_details>div:not(:last-child) p {
        font-size: 12px;
        line-height: 22px;
        font-weight: 300;
    }

    .exhibition_details>div {
        /* width: 50%; */
        margin-bottom: 20px;
    }

    .exhibition_details {
        flex-flow: wrap;
    }

    /* .room_detail_data .title,
    .room_detail_data .year,
    .room_detail_data .art_type,
    .room_detail_data .art_price {
        font-size: 16px;
        margin-bottom: 10px;
    } */

    .room_detail_data h3 {
        font-size: 19px;
        line-height: 29px;
        margin: 10px 0 15px;
    }

    .room_detail_data .btn_inquire {
        width: 146px;
        height: 50px;
        font-size: 14px;
        line-height: 52px;
        margin-top: 26px;
    }

    .room_detail_data h3 br {
        display: none;
    }

    .press .post_date {
        font-size: 12px;
    }

    .press {
        padding-bottom: 30px;
    }

    .back_link {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .art_banner {
        padding: 30px 0 50px;
    }

    .back_link img {
        width: 8px;
        vertical-align: text-top;
        margin-right: 6px;
    }

    .art_banner .carousel-indicators [data-bs-target] {
        margin: 0 7px;
    }

    .work_detail h5.post_date.mb-4 {
        margin-bottom: 15px !important;
    }

    .inquiry_form .btn_submit {
        font-size: 20px;
    }

    .inquiry_form h4 {
        font-size: 14px;
    }

    .inquiry_form {
        margin-left: -24px;
        margin-right: -24px;
    }

    .work_detail {
        padding: 70px 0 0;
    }

    .artist_info {
        padding: 80px 0 0;
    }

    .artist_detail p,
    .artist_detail h4 {
        font-size: 12px;
    }

    .artist_detail p {
        margin-bottom: 30px;
    }

    .data_filter .select_dropdown {
        display: none;
    }

    .art_tab {
        padding: 50px 0;
    }

    .inner_tab {
        column-count: 1;
        column-gap: 0;
    }

    .inner_tab a {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 30px;
    }

    .nav-tabs {
        margin-left: -24px;
        margin-right: -24px;
        border-bottom: 1px solid #979797;
        padding: 0 24px;
    }

    .outer_tab.nav-tabs .nav-link {
        margin-right: 0;
        font-size: 1rem;
        padding: 10px 0;
        border-bottom: 2px solid transparent;
    }

    .outer_tab.nav-tabs .nav-link.active {
        border-color: #000;
    }

    .data_filter {
        justify-content: space-between;
        margin: 30px 0;
    }

    .btn_filter:hover {
        background: #424242;
        border-color: #424242;
        color: #fff;
    }

    .btn_filter:hover img {
        filter: brightness(50);
    }

    .oneSlideSwiper .gallery-image .image_wrapper img {
        height: 300px;
    }

    .font-size-36px {
        font-size: 28px;
        line-height: 1.4;
    }

    #video-list .video .wrapper {
        height: 250px;
    }
    #video-list .video .wrapper img {
        object-fit: contain;
        object-position: center;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .banner_carousel .carousel-caption {
        bottom: 1rem;
        width: calc(100% - 80px);
    }
    .our_offices div:nth-of-type(even) {
        width: 135px;
    }

    .footer-address .logo{
        max-width: 50%;
    }

    .artist_list_nav a {
        padding-right: 1rem;
    }

    .copyright_text, .terms-condition {
        margin-top: 30px;
    }

    .banner_image_container img {
        height: 144px;
    }

    .sticky_nav {
        top: 97px;
    }

    #searchForm .input-group, #searchPageForm .input-group {
        flex-wrap: nowrap;
    }

    #searchForm #header-search-input, #searchPageForm #search-value {
        height: 70px;
    }
}

@media(max-width:410px) {

    .artist_list_nav a:hover,
    .artist_list a:hover {
        letter-spacing: 1.5px;
    }

    .outer_tab.nav-tabs .nav-link {
        font-size: 14px;
    }

    #video-list .video .wrapper {
        height: 200px;
    }
}

@media(max-width:360px) {
    .outer_tab.nav-tabs .nav-link {
        font-size: 12px;
    }

    .font-size-36px {
        font-size: 28px;
        line-height: 1.4;
    }

    #video-list .video .wrapper {
        height: 160px;
    }
}

body>p.flash-message.success {
    background: #000 !important;
    color: #fff;
}
section.exhibition .swiper span.slider-image-wrapper span.pinit {
    top: 10px;
    right: 10px;
}
section.exhibition .swiper span.slider-image-wrapper:hover span.pinit {
    display: inline-block !important;
}
