/* Minification failed. Returning unminified contents.
(123,220): run-time error CSS1046: Expect comma, found '0'
(123,224): run-time error CSS1046: Expect comma, found '/'
(216,95): run-time error CSS1046: Expect comma, found '0'
(216,99): run-time error CSS1046: Expect comma, found '/'
 */
@font-face { font-family: Lexend-Thin; src: url('/Content/Themes/43/Fonts/Lexend/Lexend-Thin.ttf') format('truetype'); }
@font-face { font-family: Lexend-Regular; src: url('/Content/Themes/43/Fonts/Lexend/Lexend-Regular.ttf') format('truetype'); }
@font-face { font-family: Lexend-Medium; src: url('/Content/Themes/43/Fonts/Lexend/Lexend-Medium.ttf') format('truetype'); }
@font-face { font-family: Lexend-Bold; src: url('/Content/Themes/43/Fonts/Lexend/Lexend-Bold.ttf') format('truetype'); }
@font-face { font-family: Lexend-Regular-v5; src: url('/Content/Themes/43/Fonts/Lexend/lexend-v5-latin-regular.ttf') format('truetype'); }

body { font-family: 'Lexend-Regular', Arial, sans-serif, Helvetica; background: #FFF; color: #132B45; }
table { width: 100%; }

.cc_banner-wrapper .cc_message { color: white; }

@media (min-width: 1200px) {
    .container { width: 1160px; }
}

@media (min-width:1400px) {
    .container { width: 1320px }
}

/** 
 * Headings
 */
h1, h2, h3, h4 { font-family: 'Lexend-Medium', Arial, sans-serif; color: #132B45; }
    h2.lot-list-address { margin-top: 0; }
        h2.lot-list-address a { color: #455d7c; }
            h2.lot-list-address a:hover { color: #28363F; }

h1 { font-size: 28px; color: #132B45; }

.lot-details-container p { margin-top: 3px; }
.lot-heading h1 { margin-top: 10px; color: #132B45; font-weight: bold; font-size: 28px; }
.lot-heading a { margin-top: 15px !important; color: #132B45; }
.btn.small { width: 100px; }
.grey-box { background-color: #f5f5f5; color: #132B45; padding: 20px 0 15px 0; }
    .grey-box hr { border-color: #132B45; }
.bold { font-weight: bold; }

p { color: #132B45; }

.fixed-position { position: fixed; }
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.h-100 { height: 100%; }

@media (max-width:768px) {
    .text-xs-right { text-align: right; }
}
/** 
 * Colours
    blue #132B45
    grey #6E6F7D
    orange #EE9120
 */

.text-primary { color: #132B45; }
.text-secondary { color: #6E6F7D; }
.text-info { color: #EE9120; }

a { color: inherit; }
    a, a:hover { color: inherit; text-decoration: none; transition: all 0.2s ease-in-out; }

/** 
 * Margins
 */
.mt-35 { margin-top: 35px; }
.mt-50 { margin-top: 50px; }
.mt-75 { margin-top: 75px; }
.mb-35 { margin-bottom: 35px; }

/*Sold Lots Checkbox*/
@media (min-width:992px) {
    .sold-check-wrapper { float: right; display: flex; align-items: center; }
}

.switch input[type="checkbox"] { accent-color: #EE9120; mix-blend-mode: multiply; margin-top: 6px; }

add-to-calendar-button.btn { border: unset; background-color: unset; }
    add-to-calendar-button.btn:hover { background-color: unset; }

/*Layout Styling*/
/**
 * Navigation
**/
#topbar { background: #132B45; color: #fff; padding-top: 10px; top: 0; z-index: 1171; width: 100%; text-align: right; font-family: 'Lexend-Regular-v5' }
    #topbar ul li { display: inline-block; padding-left: 15px; font-size: 14px; }
        #topbar ul li a { color: #fff; }
    #topbar ul .dropdown-menu li a { color: #132B45; }
.navbar.navbar-default .container .navbar-header { padding: 0 10px; }
.navbar-fixed-top { top: 40px; }
.navbar-default { background-color: #132B45; box-shadow: none; background-image: none; border: none; border-radius: 0; margin-bottom: 0; }
    .navbar-default ul li, .navbar-default ul li.dropdown { font-size: 1.2em; text-transform: uppercase; }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; padding: 10px 20px; font-size: 14px; border-radius: 4px; letter-spacing: 2px; }
        .navbar-default .navbar-nav > li > a.white-border { border: 1px solid #fff; border-radius: 0.25rem; padding-top: 9px; padding-bottom: 9px; }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #fff; background-color: #132B45; }
    .navbar-default.sticky-top { position: fixed; top: 45px; z-index: 1171; width: 100%; }
.navbar-brand { height: auto; position: relative; top: -28px; }
    .navbar-brand img { width: 208px; height: 54px; position: absolute; }
.navbar-nav { margin-top: 15px; margin-right: -5px; min-height: 55px; }
.nav.navbar-nav li { margin-left: 5px; }
.nav-placeholder { margin-bottom: 135px; }
.dropdown a { border-radius: 10px; }
.dropdown-menu { background: #fff; border-color: none; border-radius: 10px !important; }
#topbar ul.dropdown-menu li { padding-left: 0; }
.dropdown-menu > li > a { color: #132B45; font-size: 14px; padding: 0.5rem 1rem; margin: 8px; text-transform: none; font-family: 'Lexend-Regular-v5'; line-height: 21px; }
.dropdown-menu.account-menu { margin-top: -1px; }
    .dropdown-menu.account-menu li { width: 100%; }
        .dropdown-menu.account-menu li a { transition: none; }
            .dropdown-menu.account-menu li a:hover { background-color: #F4F4F6; background-image: none; }

.navbar-default .navbar-nav > .open > a { background-color: #fff !important; color: #132B45 !important; background-image: none; box-shadow: none; }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: unset; }

.navbar-default .navbar-nav li:hover a, .navbar-default .navbar-nav li.dropdown:hover a { background-color: #fff; color: #132B45; transition: none; }
.navbar-default .navbar-nav ul.dropdown-menu li a:hover { background-color: #F4F4F6; background-image: none; }
li.dropdown ul.dropdown-menu { display: none; }
    li.dropdown ul.dropdown-menu:hover { display: block; }
li.dropdown:hover ul.dropdown-menu { display: block; transform: translate(-50%, 0); left: 50%; right: auto; padding: 0.75rem 0; border-top: none; }
    li.dropdown:hover ul.dropdown-menu li { padding-right: .5rem; padding-left: .5rem; margin-left: 0; }
        li.dropdown:hover ul.dropdown-menu li a { padding: 0.5rem 0.75rem; }
li.dropdown .nav-item { display: none; }
li.dropdown:hover .nav-item { display: block; position: relative; top: -38px; height: 15px; }
.navbar-default .nav-item:before { content: ""; position: absolute; top: 45px; left: 50%; margin-left: -0.75rem; width: 1.5rem; height: 1.5rem; transform: rotate(45deg); background: #FFF; box-shadow: 2px 4px 12px rgb(0 0 0 / 20%); }

@media only screen and (max-width: 992px) {
    .navbar-nav.logged-in { margin-top: 0px; }
}


@media only screen and (max-width: 767px) {
    .navbar-default, .navbar.navbar-default .container .navbar-header { min-height: 54px; }
        .navbar-default .navbar-brand img { height: 32px; width: 120px; }
        .navbar-default .navbar-collapse { border-color: #132B45; box-shadow: none; }
        .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #fff; }
            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; }
    .navbar-brand { top: -5px; }
    .navbar-toggle { border: none; padding-right: 0; margin-top: 7.25px; margin-bottom: 7.25px; }
        .navbar-toggle svg { width: 20px; height: 20px; }
    .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; }
    .navbar-toggle svg path { color: #fff; }
    .navbar-default .navbar-collapse { position: fixed; top: 0; width: 100%; height: 100%; background-color: #132B45; z-index: 999999; border-top: none; overflow: hidden; padding: 0 10px; }
        .navbar-default .navbar-collapse.collapsing { -webkit-transition: none; transition: none; display: none; }
    #topbar { display: none; }
    .navbar-nav.navbar-right { margin-right: -15px; }
    .navbar-default .navbar-nav > .open > a { background-color: inherit; color: #fff; }
    #mobile-nav .navbar-header { padding: 0; }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { padding: 15px !important; }
}

/* Hero Banner */ .hero-banner { padding: 0; }
    .hero-banner .btn, .carousel-caption-small .btn, .homepage-about .btn { color: #FFF; background: #29AAE1; font-size: 1.2em; padding: 10px; border-radius: 11px; border-color: #4B9BBF; text-transform: uppercase; }
        .hero-banner .btn:hover, .homepage-about .btn:hover { background: #EE9120; border-color: #EE9120; }
.banner-bg { background: #132B45; height: 150px; width: 100%; }
.carousel-caption-small { color: #FFF; margin: 0 auto; text-align: center; padding-top: 30px; }

/**
 * Strap Bars
 */
.strapbar { background: #132B45; padding: 30px 0; }
    .strapbar p { text-align: center; margin: 0; font-size: 1.5em; font-weight: 300; color: #FFF; }
    .strapbar a { color: #FFF; font-size: 1.1em; border: 2px solid #FFF; border-radius: 11px; padding: 6px; }
    .strapbar .btn { text-transform: uppercase; }
        .strapbar .btn:hover { color: #FFF; background: #019fde; }

/**
 * Main Body Content
 */
.news-item { padding: 0 15px; }
.news-item-content { height: 180px; color: #333; border-left: 1px solid #999; border-right: 1px solid #999; padding: 15px 10px; }
.news-item-link { color: #FFF; }
.news-item-content h3 { font-size: 2em; }
.news-item a:hover { text-decoration: none; }
.homepage-about h2 { font-size: 2em; }
.homepage-about .btn { max-width: 40%; font-size: 12px; }
.next-auction-date h1 { font-size: 1.5em; }
.guides .card { position: relative; margin-bottom: 10px; }
    .guides .card img { max-height: 150px; width: 100%; }
.guides .card-block { position: absolute; bottom: 0; color: #FFF; background: #001744; width: 100%; text-align: center; }
    .guides .card-block:hover { background: #019fde; }
    .guides .card-block h3 { margin-top: 10px; }

.panel-heading { background: #008abd; color: #FFF; }

/*Search*/
.lot-search .input-group-addon { background-color: transparent; }
.lot-search input { height: 48px; border-left: transparent; box-shadow: none; }
.lot-search-mobile { margin: 10px 0; max-width: 225px; }
    .lot-search-mobile .input-group .form-control:first-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px }
    .lot-search-mobile .input-group-addon { background-color: transparent; border-color: transparent; }
    .lot-search-mobile input { border-color: transparent; width: 0% !important; float: right !important; padding: 0; border: 0; transition: .3s ease-in-out; }
    .lot-search-mobile.active input { width: 100% !important; padding: 6px 12px; border: 1px solid #ccc; }
.search-auctions .row:first-of-type { display: flex; align-items: center; }
.search-auctions .checkbox label { padding-left: unset; padding-right: 20px; }
.search-auctions .checkbox input[type="checkbox"] { position: absolute; margin-right: 0; margin-left: 20px; }
.grid-links { display: flex; }
    .grid-links a { color: #132B45; }
        .grid-links a.list-inactive { color: #dbdbdb; }
        .grid-links a:first-of-type svg { margin-top: 5px; }
    .grid-links img { margin-left: 15px; }
.looking-panel { background-color: rgba(165, 194, 191, 0.2); }
    .looking-panel h2 { font-weight: bold; }
    .looking-panel img { float: right; max-height: 75px; }

@media (max-width:450px) {
    .lot-search-mobile { max-width: 150px; }
}

/*Grid View*/
.lot-panel .grid-img-container .grid-img { width: 100%; height: 100%; object-fit: cover; }
.lot-panel .grid-address { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; min-height: unset; height: 35px; }
.lot-panel .grid-address, .lot-panel .grid-guideprice { font-size: 16px; }
.lot-panel .grid-price, .lot-panel .grid-guideprice { padding: 20px; }
.lot-panel .grid-guideprice { height: unset; background-color: #fff; }
.lot-panel .grid-price text { color: #6E6F7D; }
.lot-panel .panel.grid-panel { min-height: unset; border: none; box-shadow: 0 0 5px 5px rgb(0 0 0 / 5%); color: #2A2D64; }
    .lot-panel .panel.grid-panel .panel-body { height: 100%; position: relative; }
.favourites-container svg path { fill: #2A2D64; }
span.bedrooms { color: #6E6F7D; background-color: #F2F2F2; padding: 2px 10px; border-radius: 4px; }
/**
 * Lot Details Search
*/
.lot-heading { background-color: unset !important; }
#bidding-frame { background-color: #fff; border: none; }
#bid-buttons .btn { padding: 8px 8px; }
#bidding-info-holder .btn-action { padding: 15px 24px; }
#bidding-info-holder .legals-button { font-size: 16px; height: 40px; padding: 7px 10px 5px 10px; }
.lot-details-container { margin-top: 20px; }
    .lot-details-container .contact-name { font-size: 16px; font-weight: bold; }
    .lot-details-container .contact-email { font-size: 14px; }
.lot-item-wrapper { border: 1px solid #F1F2F2; box-shadow: 2px 1px #F1F2F2; }
    .lot-item-wrapper p { margin-bottom: 0; }
lot-item-wrapper .btn { margin-top: 10px; }
.lot-search-details { padding: 15px; }
    .lot-search-details p { color: #455d7c; }
.lot-search-tagline { font-weight: 700; color: #132B45; margin-bottom: 5px; margin-top: 0; }
.lot-search-details h4 { color: #132B45; }
.guide-price { color: #132B45; font-size: 24px; font-weight: 400; }
.bidding-frame .alert, .bidding-panel .alert { color: #132B45; background-color: #ffffff; }
    .bidding-panel .alert span .svg-inline--fa:first-child { padding: 0px 10px 0px 0px; }
    .bidding-panel .alert span .svg-inline--fa:last-child { padding: 0px 0px 0px 10px; }

#bidding-panel { text-align: start; padding-left: 0px; padding-right: 0px; }
    #bidding-panel .bid-section { width: unset; margin: unset; }
        #bidding-panel .bid-section .col-md-24 { padding: 0; }
        #bidding-panel .bid-section .text-lead { padding: 0 10px; }
        #bidding-panel .bid-section .btn-sm { padding: 5px 10px; }
    #bidding-panel hr.sep, #bidding-panel .bid-status-message { border-color: transparent; }
    #bidding-panel .btn { width: auto; height: 40px; padding: 5px 10px 5px 10px; font-size: 16px; width: 100%; }
    #bidding-panel a.btn { padding-top: 7px; width: 100%; }
    #bidding-panel .text-lead div:nth-child(2n+2), #bidding-panel .text-lead div:nth-child(2n+2), #bidding-panel .reserve-status { color: #132B45; }
    #bidding-panel .text-center { text-align: start; }

.lot-hero.hidden { display: none; }
.lot-link { color: #6E6F7D; }
    .lot-link svg path:first-of-type { fill: #6E6F7D; color: #6E6F7D; }
    .lot-link.active { color: #132B45; }
        .lot-link.active svg path:first-of-type { fill: #132B45; color: #132B45; }

.contact-image img { width: 100%; }

#googleMapHolder, .lot-hero.partial-map #googleMapHolder iframe, .lot-hero.partial-video-vt #googleMapHolder iframe { height: 600px; }

.lot-details-tab { display: flex; justify-content: space-evenly; align-items: center; }
    .lot-details-tab a { display: flex; align-items: center; text-decoration: none; }
        .lot-details-tab a svg path.active { fill: #132B45; color: #132B45; }

.bid-history-table.rounded.border { border: none; }
#bidding-info-holder h3 { font-size: 16px; font-weight: 500; border-bottom: none; padding-bottom: unset; color: #132B45; }
.bid-history-table tr th { background-color: #F2F2F2; color: #132B45; width: 33%; }
.bid-history-table tr td { background-color: #fff; color: #132B45; border-bottom: 1px solid #ECECEC; }
/*Bidding Panel Left Align Fixes*/
#bidding-panel .end-date-countdown.col-xs-push-6 { left: 0; }
#bidding-panel .pulse { transform-origin: center left; }
/**
 * Team
**/ #team { background: #EEE; padding: 40px 0; color: #132B45; }
    #team p { font-size: 13px; }
    #team .header { color: #132B45; font-size: 2em; font-weight: 700; margin-bottom: 20px; }
    #team img { width: 100%; border-bottom: 4px solid #EE9120; }
    #team h4 { font-weight: bold; margin-bottom: 0; margin-top: 15px; }
    #team ul { padding-left: 0; }
        #team ul li { list-style-type: none; }
.arrow-down { position: absolute; left: 50%; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #FFF; margin-left: -20px; }

/**
 * Contact Page
 */
#contact-content { margin: 30px 0; font-size: 16px; }
    #contact-content h2 { margin-top: 0; font-size: 24px; }
    #contact-content hr { height: 1px; margin: 15px 0; background: #132B45; text-align: left; }
    #contact-content ul { list-style-type: none; padding: 0; }
        #contact-content ul img { width: 30px; height: 30px; margin-right: 15px; }
    #contact-content .svg-inline--fa { font-size: 1.2em; color: #132B45; margin-right: 7px; }
    #contact-content p { font-size: 14px; }
    #contact-content a { text-decoration: underline; }
.map { width: 100%; height: 200px; }
#contact-content ul li { padding: 0px; }

#contact-content img { height: 230px; margin-left: auto; margin-right: auto; background-color: #F4F4F4; }

/*valuation partial*/
.partial-valuation { background-image: url(https://cdn.eigpropertyauctions.co.uk/ams/images/43/oas/valuations-bg.png); height: 415px; background-size: cover; }
    .partial-valuation .row { height: 415px; }
    .partial-valuation h3 { color: #132B45; }
    .partial-valuation .row .col-sm-14 { height: 100%; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
    .partial-valuation .row .col-sm-10.val-img { height: 100%; display: flex; align-items: center; justify-content: flex-end; }
    .partial-valuation .row .col-sm-10 img { height: 200px; }

/**
 * Footer
 */
#footer { background-color: #132B45; }
footer { font-size: 12px; margin-top: 0; color: #fff; }
    footer .footer-content { padding: 60px 0 80px; }
        footer .footer-content p { color: #fff; }
        footer .footer-content .transparent p { opacity: .6; }
    footer a { color: #fff; }
    footer h3 { font-weight: 700; }
    footer hr { opacity: .2; }
    footer .footer-content p a img { opacity: 1 !important; }
    footer .social-icon { width: 48px; }
    footer #ot-sdk-btn.ot-sdk-show-settings { font-size: 12px; color: #fff !important; opacity: 1 !important; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #132B45; border-color: #132B45; color: #FFF; }
.page-header { height: 225px; margin-top: 0; position: relative; border: none; background: url("https://cdn.eigpropertyauctions.co.uk/ams/images/43/oas/Auction-Banner.jpg") no-repeat center center; background-size: cover; }
    .page-header .header-title h2 { color: #FFF; line-height: 62px; margin-top: 80px; text-align: center; }
.panel-heading { padding: 10px 15px; background: #fff; color: #132B45; }
.panel-body { border: none; }

.btn-success:hover, .btn-success[disabled], .btn-success:hover[disabled] { background: #132B45; color: #FFF; border-color: #132B45; }
.btn { text-transform: uppercase; border: #132B45 1pt solid; background-image: none; background-color: #132B45; color: #ffffff; font-size: 12px; height: 48px; padding: 15px 24px; border-radius: 4px; }
    .btn:hover, .btn:focus, .btn:active { border-color: #132B45; background-image: none; background-color: #132B45; color: #ffffff; }

#bidding-info-holder .btn-action { border-radius: 4px; }

/* Alerts */
#bidding-panel .alert.text-center { text-align: center; }
.bidding-frame .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
    .bidding-frame .alert h4 { margin-top: 0; color: inherit; }
    .bidding-frame .alert .alert-link { font-weight: bold; }
    .bidding-frame .alert > p, .alert > ul { margin-bottom: 0; }
        .bidding-frame .alert > p + p { margin-top: 5px; }
.bidding-frame .alert-dismissable, .alert-dismissible { padding-right: 35px; }
    .bidding-frame .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; }
.bidding-frame .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
    .bidding-frame .alert-success hr { border-top-color: #c9e2b3; }
    .bidding-frame .alert-success .alert-link { color: #2b542c; }
.bidding-frame .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
    .bidding-frame .alert-info hr { border-top-color: #a6e1ec; }
    .bidding-frame .alert-info .alert-link { color: #245269; }
.bidding-frame .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
    .bidding-frame .alert-warning hr { border-top-color: #f7e1b5; }
    .bidding-frame .alert-warning .alert-link { color: #66512c; }
.bidding-frame .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
    .bidding-frame .alert-danger hr { border-top-color: #e4b9c0; }
    .bidding-frame .alert-danger .alert-link { color: #843534; }

@media only screen and (min-width : 320px) {
    .page-header .header-title h2 { font-size: 36pt; }
}

@media only screen and (min-width : 480px) {
    .banner-bg .btn { max-width: 90%; }
    .page-header .header-title h2 { font-size: 36pt; }
}

@media only screen and (min-width : 768px) {
    .hero-search-container { padding: 5px; margin-bottom: 0; }
    .hero-banner .carousel-caption h1 { font-size: 26px; margin-top: 5px; margin-bottom: 5px; margin-bottom: 0; }
    .hero-banner .carousel-caption h2 { font-size: 14px; margin-top: 0; }
    .carousel-caption { left: 0; right: 0; width: 80%; margin: 0 auto; }
    .hero-banner .btn { font-size: 1em; max-width: 90%; }
    .staff-member img { max-height: 120px !important; }
    .page-header .header-title h2 { font-size: 36pt; }
    .border-right { border-right: none; }

    footer .footer-content .col-md-6, footer .footer-content .col-sm-12:last-of-type { text-align: right; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .hero-search-container { padding: 5px; }
    .hero-banner .carousel-caption h1 { font-size: 3em; }
    .hero-banner .carousel-caption h2 { font-size: 16px; margin: 10px 0; }
    .hero-banner .btn { font-size: 1em; max-width: 30%; }
    .carousel-caption { width: 80%; margin: 0 auto; }
    .page-header .header-title h2 { font-size: 56pt; }
    .border-right { border-right: 1px solid #001844; }
}

@media only screen and (min-width : 1200px) {
    .carousel-caption { bottom: 15%; }
    .hero-search-container { padding: 20px; }
    .hero-banner .carousel-caption h1 { font-size: 3.8em; font-weight: 700; margin-bottom: 15px; }
    .hero-banner .carousel-caption h2 { font-size: 20px; }
    .hero-banner .btn { font-size: 1.1em; }
    .carousel-caption { width: 60%; margin: 0 auto; }
}

#carousel-lot-images .item { height: auto; }
#carousel-lot-images img { height: auto; width: 100%; max-height: unset; object-fit: cover; }
#carousel-lot-images .carousel-control.left { padding-left: 0; }
#carousel-lot-images .carousel-control svg { position: absolute; top: 50%; }
.carousel-previews .carousel-preview-img { height: 107px; }

@media (max-width: 1200px) {
    #carousel-lot-images .item { height: auto; }
    #googleMapHolder, .lot-hero.partial-map #googleMapHolder iframe, .lot-hero.partial-video-vt #googleMapHolder iframe { max-height: 356px; }
    .carousel-previews .carousel-preview-img { height: 88px; }
    .navbar-default ul li a, #topbar ul li { font-size: 0.9em; }
    #bidding-panel a.btn.btn-action { font-size: 14px; padding: 8px 10px; }
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { padding: 10px 5px; font-size: 12px; }
    #carousel-lot-images .item { height: auto; }
    .contact-image img { width: 33%; }
    #googleMapHolder, .lot-hero.partial-map #googleMapHolder iframe, .lot-hero.partial-video-vt #googleMapHolder iframe { max-height: 250px; }
    .carousel-previews .carousel-preview-img { height: 62px; }
    .nav-placeholder.logged-in { margin-bottom: 185px; }
    #sort-results { text-align: right; }
    .lot-panel .panel.grid-panel { min-height: 415px; }
    .lot-panel .grid-address { -webkit-line-clamp: 3; height: 53px; }
}

@media (max-width: 767px) {
    li.dropdown ul.dropdown-menu:hover { display: unset; }
    .nav.navbar-nav li { margin: 0; padding: 0 15px; }
    .navbar-default .navbar-nav li a, .navbar-default .navbar-nav li.dropdown a { background-color: #132B45 !important; color: #fff !important; font-size: 20px !important; }
    .navbar-default .navbar-nav li.dropdown .navbar-default.dropdown-menu li a { background: #132B45; color: #fff; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #fff !important; font-size: 14px !important; }
    #mobile-nav .menu-links { color: #fff; display: inline-flex; padding: 15px; position: absolute; bottom: 0; }
        #mobile-nav .menu-links a { text-transform: none; margin-right: 20px; }
    li.dropdown ul.dropdown-menu { display: none; }
    li.dropdown.open { margin-bottom: 10px; }
        li.dropdown.open:hover ul.dropdown-menu { display: unset; }
        li.dropdown.open ul.dropdown-menu { display: unset; transition: none; }
    li.dropdown:hover ul.dropdown-menu { display: none; transform: unset; left: unset; right: unset; padding: unset; border-top: unset; }
    #carousel-lot-images .item { height: auto; }
    #carousel-lot-images img { top: 50%; transform: none; width: 100%; }
    .nav-placeholder { margin-bottom: 118px; }
    #sort-results { text-align: left; }
    .search-auctions .col-md-6.col-sm-12.col-xs-7 { text-align: end; }
    div.nav-links ul.lot-list-link { margin-right: -10px; }
    .lot-panel .panel.grid-panel { min-height: unset; }
    .lot-panel .grid-guideprice { min-height: unset; }
    .partial-valuation, .partial-valuation .row { height: fit-content; }
        .partial-valuation .row .col-sm-14 { height: unset; display: block; }
        .partial-valuation .row .col-sm-10.val-img { height: unset; display: block; margin-top: 20px; }
        .partial-valuation .row .col-sm-10 img { height: unset; width: 100%; }
    .lot-details-tab a { flex-direction: column }
    li.dropdown ul.dropdown-menu li { padding-right: 0.5rem; padding-left: 0.5rem; margin-left: 0; }
        li.dropdown ul.dropdown-menu li a { padding: 0.5rem 0.75rem !important; }
}

@media (min-width: 768px) {
    #mobile-nav .container { display: none !important; }
    #mobile-nav .navbar-nav li.dropdown a svg { display: none; }
    #mobile-nav .menu-links { display: none; }
    .d-md-flex { display: flex; }
}

@media (max-width: 400px) {
    #mobile-nav .menu-links { display: block; }
        #mobile-nav .menu-links li { margin-bottom: 20px; }
    #bidding-panel a.btn.btn-action { font-size: 12px; padding: 10px 10px; }
}

.primary-text, .primary-text a { color: #132B45 !important; }
.primary-bg, #bidding-info-holder .btn-action { background-color: #132B45 !important; color: #fff !important; }

.nav-links ul.lot-list-link { margin-right: -20px; color: #6E6F7D; }
.lot-list-link li a:hover { background-color: transparent; text-decoration: none; color: inherit; }

#bidding-panel .btn { background-color: #EE9120 !important; border-color: #EE9120; }
#bidding-info-holder .btn-action { background-color: #e5e5e5; font-size: 16px; height: 40px; padding: 7px 10px; }
    #bidding-info-holder .btn-action:hover { background-color: #f7f7f7; }

.lot-highlights { color: #132B45; }
    .lot-highlights .guide-price { font-weight: bold; }

.popover-title { font-weight: 500; background-color: #132B45; color: #fff; }

.lot-heading { background-color: #f5f5f5; padding: 15px; margin-left: -15px; }
.nav-links { background-color: unset !important; color: #6E6F7D; box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.06); }
    .nav-links .breadcrumb { padding: 9px 20px; margin-bottom: 0; margin-left: -20px; background-color: unset; float: left; }
        .nav-links .breadcrumb .active { opacity: .6; }
        .nav-links .breadcrumb > li + li:before { padding: 0 10px; content: url(https://cdn.eigpropertyauctions.co.uk/ams/images/43/oas/chevron-right.svg); }

.btn:active { background-image: none !important; background-color: #132B45 !important; border-color: #132B45 !important; }

.btn-success:hover, .btn-success:focus { background-color: #132B45; }

/*Authorisation steps*/
.term-options .btn { font-size: 12px; padding: 10px 24px; }
.term-options .checklabel { font-size: 12px; padding-top: 5px; }

/*Swiper / New Lot List Carousel*/
.swiper .swiper-button-prev { background-color: #95c020; color: #fff; border-radius: 0 39px 39px 0 !important; opacity: unset; left: 0; }
.swiper .swiper-button-next { background-color: #95c020; color: #fff; border-radius: 39px 0 0 39px !important; opacity: unset; right: 0; }
/*Swiper Pagination*/
.swiper .swiper-pagination-bullet-active { background: #95c020; }

.view-lots-link { color: #EE9120; font-size: 20px; float: right; margin-top: 20px; }

.swiper-slide .lot-panel .grid-heading .panel-title.buyitnow { font-size: 11.1px !important; }
.swiper-slide .lot-panel .grid-heading.buyitnow-padding { padding: 12px 15px !important; }

@media (max-width: 992px) {
    .navbar-nav > li > a { font-size: 13px; }
}

@media (max-width: 768px) {
    .swiper-slide .lot-panel .grid-img-container { height: auto; }
    .swiper-slide .lot-panel .grid-address { min-height: 70px; }
    .view-lots-link { float: none; }
}
/** End of Custom CSS - Carousel Lot List **/

