/* Minification failed. Returning unminified contents.
(46,127): run-time error CSS1046: Expect comma, found '0'
(46,131): run-time error CSS1046: Expect comma, found '/'
(102,56): run-time error CSS1046: Expect comma, found '0'
(102,60): run-time error CSS1046: Expect comma, found '/'
(114,232): run-time error CSS1046: Expect comma, found '0'
(114,236): run-time error CSS1046: Expect comma, found '/'
(137,1): run-time error CSS1019: Unexpected token, found '}'
 */
@font-face { font-family: MuseoSans-thin; src: url("/Content/Themes/46/Fonts/MuseoSans-100.otf") format('opentype') }
@font-face { font-family: MuseoSans-light; src: url("/Content/Themes/46/Fonts/MuseoSans-300.otf") format('opentype') }
@font-face { font-family: MuseoSans-regular; src: url("/Content/Themes/46/Fonts/MuseoSans_500.otf") format('opentype') }
@font-face { font-family: MuseoSans-bold; src: url("/Content/Themes/46/Fonts/MuseoSans_700.otf") format('opentype') }

@media (min-width: 1500px) {
    .container { min-width: 1280px; }
}

/*Mobile breakpoint*/
@media (max-width: 991px) {
    .navbar-header { float: none; }
    .navbar-left, .navbar-right { float: none !important; }
    .navbar-toggle { display: block; }
    .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; }
    .navbar-collapse.collapse { display: none !important; }
    .navbar-nav { float: none !important; margin-top: 7.5px; }
        .navbar-nav > li { float: none; }
            .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
    .collapse.in { display: block !important; }
}

/*colours
    Blue - #24313e
    Red - #e7392b
    Green - #a9fdac
*/

/*main styles*/
html { scroll-behavior: smooth; }
body { font-family: 'MuseoSans-light', sans-serif; background-color: #f3f3f2; }
    body .container { background-color: #fff; }
    body .body .container:first-of-type { padding-top: 110px; }
    body nav .container { background-color: unset; }

strong { font-family: 'MuseoSans-bold'; }
.bold { font-family: 'MuseoSans-bold'; }
.regular { font-family: 'MuseoSans-regular'; }
.thin { font-family: 'MuseoSans-light'; }
h1, h2, h3, h4, h5, h6 { font-family: 'MuseoSans-bold'; }

.primary-text { color: #24313e; }
.secondary-text { color: #e7392b; }

.btn, .auction-wrapper .auction-buttons li a { padding: 21.6px 30px; border-radius: 0 !important; box-shadow: 0 3px 3px rgb(0 0 0 / 16%); font-family: 'MuseoSans-light'; transition: 0.3s ease-out; }
    .btn-small, .btn.btn-action { padding: 3px 0; font-size: 15px !important; }

    .btn.btn-primary, .btn.primary-bg, .btn.btn-success, .auction-wrapper .auction-buttons li a { background-color: #a9fdac; background-image: none; color: #24313e; border-color: #a9fdac; text-decoration: none; }
        .btn.btn-primary:hover, .btn.primary-bg:hover, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active { background-color: #24313e; color: #a9fdac !important; border-color: #24313e; }

    .btn.btn-secondary, #bidding-panel .btn.btn-action { background-color: #e7392b; background-image: none; color: #fff; border-color: #e7392b; }
        .btn.btn-secondary:hover, #bidding-panel .btn.btn-action:hover { background-color: #fff; background-image: none; color: #e7392b; border-color: #fff; }

    .btn.btn-blue { background-color: #24313e; color: #fff; border-color: #24313e; font-size: 16px; padding: 7px 10px 5px 10px; font-family: 'MuseoSans-bold'; }
        .btn.btn-blue:hover { background-color: #f3f3f2; color: #24313e; border-color: #f3f3f2; }

    .btn.btn-red { background-color: #e7392b; color: #fff; border-color: #e7392b; font-size: 16px; padding: 7px 10px 5px 10px; font-family: 'MuseoSans-bold'; }
        .btn.btn-red:hover { background-color: #fff; color: #e7392b; border-color: #fff; }

    .btn.btn-grey { background-color: #f3f3f2; color: #24313e; border-color: #ddd; box-shadow: none; }
        .btn.btn-grey:hover { background-color: #24313e; color: #fff; border-color: #24313e; }

    .btn.btn-large { padding: 15px 10px; }

.opac5 { opacity: .5; }
.flex-vertAlign-center { display: flex; align-items: center; }

.authorisation-steps-nav { font-size: 14px }
    .authorisation-steps-nav .navbar-toggle { position: relative; float: right; height: 46px; width: 46px; padding: 10px 8px; }
        .authorisation-steps-nav .navbar-toggle .icon-bar { background-color: #fff; height: 4px; }

add-to-calendar-button.btn { box-shadow: unset; }

/*Navbar*/
.navbar { margin-bottom: 0; border: none !important; min-height: unset; }
    .navbar .collapse.navbar-collapse { padding: 0 10px; }
.navbar-wrap { display: flex; justify-content: space-between; }
.navbar .navbar-brand img { position: absolute; left: 0; right: 0; margin: 0 auto; height: 125px; }
.navbar-nav { list-style: none; padding: 0; }

    .navbar-nav .nav-item, .navbar-nav .nav-item a { height: 63px; line-height: 63px; font-size: 16px; font-family: 'MuseoSans-thin'; }
        .navbar-nav .nav-item a { padding: 8px; color: #fff; text-shadow: none; }
            .navbar-nav .nav-item a:hover, .navbar-nav .nav-item a:focus { text-decoration: none; }
#menu-main-menu-left .nav-item { margin-left: 15px; }
    #menu-main-menu-left .nav-item:first-of-type { margin-left: 0; }
#menu-main-menu-right .nav-item { margin-left: 15px; }
    #menu-main-menu-right .nav-item:first-of-type { margin-left: 0; }

.navbar-nav .nav-item.dropdown a:first-of-type { background-color: transparent; }
.navbar-nav .nav-item.dropdown .dropdown-menu { padding: 0; border: none; }
    .navbar-nav .nav-item.dropdown .dropdown-menu a { height: 45px; line-height: 45px; font-size: 16px; background-color: #24313e; padding: 0 10px; }
        .navbar-nav .nav-item.dropdown .dropdown-menu a:hover { background-color: #a9fdac; background-image: none; color: #24313e; }

@media (min-width:992px) and (max-width:1500px) {
    .navbar-nav .nav-item a { padding: 8px 4px; }
    #menu-main-menu-left .nav-item, #menu-main-menu-right .nav-item { margin-left: 5px; }
}

@media only screen and (min-width: 992px) {
    .navbar { background-color: #24313e; }
        .navbar.scrolled { box-shadow: 0 3px 3px rgb(0 0 0 / 16%); }
            .navbar.scrolled .navbar-brand img { transition: ease-in-out .25s; height: 62px; }
}

@media (max-width:992px) {
    .navbar-fixed-top { top: 0; position: relative; }
    .navbar .navbar-brand { height: unset; }
        .navbar .navbar-brand img, .navbar.scrolled .navbar-brand img { margin-top: -5px; }
    .navbar-nav .nav-item, .navbar-nav .nav-item a { height: unset !important; line-height: unset !important; }
    #menu-mobile-menu .dropdown-menu { width: 100%; }
        #menu-mobile-menu .dropdown-menu .dropdown-item { font-size: 24px !important; }
    /*Mobile menu btn*/
    button.navbar-toggle { height: 64px; width: 64px; margin: 0; position: fixed; bottom: 15px; right: 15px; padding: 16px 8px; z-index: 99999; border: none; border-radius: 0; background-color: #c82417; box-shadow: 0 3px 3px rgb(0 0 0 / 16%); }
        button.navbar-toggle .icon-bar { background-color: #fff; border-radius: 0; width: 100%; height: .6rem; transition: all .5s; float: right; }
    .navbar-toggle .icon-bar + .icon-bar { margin-top: 7px; }
    button.navbar-toggle .icon-bar.line-2 { width: 33.59px; }
    button.navbar-toggle .icon-bar.line-3 { width: 19.19px; }
    button.navbar-toggle[aria-expanded="true"] .icon-bar.line-1 { transform: rotateZ(-45deg)translateX(-4px)translateY(-5px); transform-origin: 75%; height: 0.6rem; width: 40.33px; }
    button.navbar-toggle[aria-expanded="true"] .icon-bar.line-2 { display: none; }
    button.navbar-toggle[aria-expanded="true"] .icon-bar.line-3 { transform: rotateZ(45deg)translateX(-4px)translateY(5px); transform-origin: 75%; height: 0.6rem; width: 40.33px; }
    /*Mobile menu overlay*/
    #mobileOverlay { z-index: 9999; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden; background-color: #e7392b; }
        #mobileOverlay.collapsing { transition: none !important; }
        #mobileOverlay #menu-mobile-menu { padding: 120px 15px; height: 100vh; margin: 0; }
            #mobileOverlay #menu-mobile-menu .navbar-brand { z-index: 999999; }
            #mobileOverlay #menu-mobile-menu .nav-item.bold a { font-size: 28px; font-family: 'MuseoSans-bold'; }
            #mobileOverlay #menu-mobile-menu .nav-item, #mobileOverlay #menu-mobile-menu .nav-item a { font-size: 22px; height: 46.8px; line-height: 46.8px; }
                #mobileOverlay #menu-mobile-menu .nav-item a { text-decoration: none; display: block; width: 100%; height: 100%; }
        #mobileOverlay .navbar-brand img { position: absolute; left: 0; right: 0; margin: 0 auto; height: 125px; margin-top: -5px; }
        #mobileOverlay.mobile-overlay { opacity: 1; animation-name: fadeInOpacity; animation-iteration-count: 1; animation-timing-function: ease-in; animation-duration: .5s; }

    @keyframes fadeInOpacity {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -10px; }
}

@media (max-width:768px) {
    body { padding-top: 0; }
    .navbar .navbar-brand img { height: 100px; top: 0; }
}

/*Search/Listing*/
.listing-header { background-image: url(https://cdn.eigpropertyauctions.co.uk/ams/images/46/oas/auctions-cardiff-darker.jpg); min-height: 335px; background-position: center; background-size: cover; background-position-y: -275px; }
    .listing-header .container { background-color: transparent; color: #fff; }
        .listing-header .container .btn { width: auto; margin-right: 10px; margin-bottom: 10px; }
.grid-links a { font-size: 16px; }
    .grid-links a img { height: 25px; }
.search-results-header-row { font-size: 16px; }
.table thead tr th { background-color: #24313e; color: #fff; padding: 10px; border: none; }

@media (max-width: 1400px) {
    .listing-header { background-position-y: -225px; }
}

@media (max-width: 1200px) {
    .listing-header { background-position-y: -150px; }
}

@media (max-width:992px) {
    .listing-header { background-position-y: unset; }
        .listing-header .container { padding-top: 0; }
}

/*Lot Details*/
.nav-links { background-color: inherit; }
ul.lot-list-link { width: 100%; padding: 0; }
    ul.lot-list-link li:first-of-type { margin-left: 0; float: left; background: none !important; }
        ul.lot-list-link li:first-of-type a { background: none !important; color: #24313e !important; }
        ul.lot-list-link li:first-of-type:hover svg path { fill: #24313e !important; }
.lot-list-link li { margin-left: 10px; float: right; }
    .lot-list-link li a { display: flex; align-items: center; background: #f3f3f2 !important; color: #555 !important; padding: 9px 10px; }
        .lot-list-link li a:hover { background: #24313e !important; color: #fff !important; }
    .lot-list-link li svg { height: 14px; width: 14px; }
    .lot-list-link li:hover svg path { fill: #fff !important; }
.lot-heading { background-color: unset !important; }
    .lot-heading .row h1 { display: flex; align-items: center; font-size: 40px; margin-top: 5px; }
    .lot-heading .row h2 { font-size: 18px; }
        .lot-heading .row h2 a { font-style: normal; border-bottom: 1px solid #e7392b; color: #24313e; }
            .lot-heading .row h2 a:hover { text-decoration: none; }

.lot-available-banner { background-color: #a9fdac; padding: 10px; color: #24313e; font-size: 16px; font-weight: 600; }

.panel-joint-agent { width: 270px; padding: 10px; border: solid 1px #ddd; border-radius: 4px; margin: auto; }
    .panel-joint-agent img { max-width:250px; }

    .lot-details-container h3, .lot-details-heading { font-size: 16px; }
span.lot-info-tag { background-color: #ccc; color: #fff; padding: 4px 6px; font-size: 16px; margin-left: 10px; font-family: 'MuseoSans-thin'; }
#googleMapHolder { scroll-margin-top: 150px; }
.warning-banner { margin: 10px 0 20px 0; }

#bidding-frame { background-color: #fff; border: none; }
#bid-buttons .btn { padding: 8px 8px; }
.lot-details-container { margin-top: 20px; }
    .lot-details-container p, .lot-details-container a { font-size: 16px; }
    .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: #24313e; margin-bottom: 5px; margin-top: 0; }
.lot-search-details h4 { color: #24313e; }
.guide-price { color: #e7392b; font-size: 24px; font-weight: 400; }
.bidding-frame .bid-status-message { margin: 0 0 10px 0; }
.bidding-frame .bid-decrease, .bidding-frame .bid-increase { box-shadow: none; font-size: 18px; background-color: #24313e; border-color: #24313e; color: #fff; border-radius: 3px; }
    .bidding-frame .bid-decrease:hover, .bidding-frame .bid-increase:hover { background-color: #24313e; border-color: #24313e; color: #fff !important; }
.bidding-frame .alert, .bidding-panel .alert { color: #24313e; background-color: #f3f3f2 }
    .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; font-weight: 700; }*/
    #bidding-panel hr.sep, #bidding-panel .bid-status-message { border-color: transparent; }
    #bidding-panel .btn-bid { width: auto; height: 40px; padding: 5px 10px 5px 10px; font-size: 16px; width: 100%; font-family: 'MuseoSans-bold'; }
    #bidding-panel .btn-action { padding: 3px 0; height: unset; font-size: 15px; }
    #bidding-panel .text-lead { font-size: 16px; }
        #bidding-panel .text-lead div:nth-child(2n+2), #bidding-panel .text-lead div:nth-child(2n+2), #bidding-panel .reserve-status { color: #24313e; }
    #bidding-panel .text-center { text-align: start; }
    #bidding-panel #watch-message { font-size: 16px; }
.bidding-frame .btn-bid:hover { color: unset; }

@media (min-width: 768px) and (max-width: 991px) {
    #bidding-panel .text-lead { font-size: 15px; }
}

.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: #24313e; color: #24313e; }

.viewing-times-panel .table { margin-bottom: 0; font-size: 16px; }
    /*    .viewing-times-panel .table tr { background-color: #f3f3f2; }*/
    .viewing-times-panel .table tr td { border-top: none; padding: 12px 10px 12px 10px; border-bottom: solid 1px #eee; vertical-align: middle; }

.bid-history-table.rounded.border { border: none; }
#bidding-info-holder h3 { font-size: 16px; font-weight: 500; border-bottom: none; padding-bottom: unset; color: #24313e; }
.bid-history-table tr th { background-color: #F2F2F2; color: #24313e; width: 33%; }
.bid-history-table tr td { background-color: #fff; color: #24313e; border-bottom: 1px solid #ECECEC; }
    .bid-history-table tr td a { font-size: 14px; }

/*Bidding Panel Left Align Fixes*/
#bidding-panel .end-date-countdown.col-xs-push-6 { left: 0; }
#bidding-panel .pulse { transform-origin: center left; }

.panel.panel-default { border-radius: unset; box-shadow: none; }
    .panel.panel-default .panel-heading { background-image: none; background-color: #f3f3f2; border-color: #f3f3f2; color: #24313e; border-top-left-radius: 0px; border-top-right-radius: 0px; }
        .panel.panel-default .panel-heading svg { float: right; }

/* Lot Images Carousel */
#carousel-lot-images .item { height: 404px; }
#carousel-lot-images img { max-height: 404px; }

@media (min-width: 768px) and (max-width: 991px) {
    #carousel-lot-images .item { height: 284px; }
    #carousel-lot-images img { max-height: 284px; }
    #carousel-lot-images-modal { height: 350px; }
        #carousel-lot-images-modal .item img { margin: 0 auto; height: 350px; }
}

@media (max-width: 767px) {
    #carousel-lot-images .item { height: auto; }
    #carousel-lot-images img { top: 50%; transform: none; max-width: 100%; max-height: 300px; }
    #carousel-modal-dialog { top: 0; }
    #carousel-lot-images-modal { height: 280px; }
        #carousel-lot-images-modal .item img { margin: 0 auto; height: 280px; }
        #carousel-lot-images-modal .img-desc { font-size: 0.7em; }
}

/*Grid View*/
.lot-panel .grid-panel { border-radius: 0; box-shadow: none; border: solid transparent !important; border-width: 1px 1px 3px 1px !important; }
    .lot-panel .grid-panel:hover { border-color: #f7f7f7 !important; border-bottom-color: #a9fdac !important; }
.lot-panel .grid-img-container { position: relative; }
    .lot-panel .grid-img-container .grid-img { width: 100%; height: 100%; object-fit: cover; }
.lot-panel .grid-address, .lot-panel .grid-guideprice { font-size: 16px; }
.lot-panel .grid-address { font-style: italic; }
.lot-panel .grid-price, .lot-panel .grid-guideprice { padding: 20px 0; }
.lot-panel .grid-guideprice { background-color: #fff; height: unset; min-height: 68.5px; font-size: 20px; }
.lot-panel .panel.grid-panel { min-height: 465px; border: none; color: #24313e; padding: 10px; margin: 10px 0 !important; }
.favourites-container svg path { fill: #24313e; }
.lot-panel .grid-tagline { min-height: 80px; }
.lot-panel .bedrooms img, .lot-panel .bathrooms img { width: 22px; height: 22px; margin-right: 5px; }
.lot-panel .bathrooms img { margin-left: 10px; }
.lot-panel .lot-overlay { background-color: #e7392b; color: #fff; width: fit-content; padding: 5px 15px; position: absolute; right: 0; bottom: 0; font-size: 16px; }

/*Map View*/
#search-map { margin-top: 20px; }

@media (max-width: 1500px) {
    .lot-panel .grid-address { min-height: 70px; }
    .lot-panel .grid-tagline { min-height: 100px; }
}

@media (max-width: 1200px) {
    .lot-panel .panel.grid-panel { min-height: 450px; }
    .lot-panel .grid-guideprice { min-height: 90px; }
}

@media (max-width:992px) {
    .lot-panel .panel.grid-panel { min-height: 415px; }
}

@media (max-width: 769px) {
    .lot-panel .grid-address { min-height: unset; }
    .lot-panel .grid-tagline { min-height: unset; }
    .lot-panel .panel.grid-panel { min-height: unset; }
    .lot-panel .grid-guideprice { min-height: unset; }
}

.auction-wrapper { border: solid 1px #24313e; background-color: #24313e; color: #fff; padding: 20px; border-radius: 4px; text-align: center; }
    .auction-wrapper hr { border-top: 2px solid #fff; }
    .auction-wrapper p { font-family: 'MuseoSans-light'; font-size: 16px; }
    .auction-wrapper .auction-buttons li { margin: 25px 10px; }
        .auction-wrapper .auction-buttons li a:hover, .auction-wrapper .auction-buttons a:hover { background-color: #fff; color: #24313e !important; border-color: #fff; text-decoration: none; }
    .auction-wrapper .btn.btn-primary { width: auto; }
        .auction-wrapper .btn.btn-primary:hover { background-color: #fff; color: #24313e !important; border-color: #fff; text-decoration: none; }

/*footer*/
footer { margin-top: 100px; padding: 100px 0; }
    footer .container { background: none; }
    footer a { color: #fff; }
        footer a:hover, footer a:focus, footer a:active { color: #a9fdac; text-decoration: none; }
    footer .btn { max-width: 250px; }
        footer .btn.btn-primary:hover { background-color: #fff; color: #24313e !important; border-color: #fff; }

    footer .row:first-of-type { padding: 100px 0; }
        footer .row:first-of-type .col-sm-8 { text-align: right; }
    footer .row .col-sm-8 ul li { padding: 8px 0px; font-size: 19.2px; }
        footer .row .col-sm-8 ul li a { text-decoration: none; display: block; width: 100%; height: 100%; }
    footer .row .col-sm-8.column-3 ul li { padding: 0 0 4px 0; font-size: 19.2px; }
    footer .row { font-size: 19.2px; font-family: 'MuseoSans-thin'; }
        footer .row .col-sm-8.column-2 address { margin-top: 8px; }
        footer .row .col-sm-8.column-2 p { margin-bottom: 16px; }
        footer .row .col-sm-8.column-3 ul { max-width: 250px; float: right; width: 100%; }
            footer .row .col-sm-8.column-3 ul li { border-bottom: 4px solid transparent; }
                footer .row .col-sm-8.column-3 ul li a:after { display: block; content: ''; border-bottom: solid 2px #a9fdac; transform: scaleX(0); transition: transform 250ms ease-in-out; }
                footer .row .col-sm-8.column-3 ul li a:hover:after { transform: scaleX(1); }
                footer .row .col-sm-8.column-3 ul li.fromLeft a:after { transform-origin: 0% 50%; }
                footer .row .col-sm-8.column-3 ul li a svg { width: 12px; float: right; margin-top: 5px; }
        footer .row .col-sm-8.column-3 li, footer .row .col-sm-8.column-3 li a { color: #a9fdac; }

        footer .row.footer-logos { padding: 50px 0 50px; display: flex; justify-content: space-between; flex-wrap: wrap; flex-direction: row; }
            footer .row.footer-logos svg { height: 48px; max-width: 110px; margin: 0 10px 10px 10px; }
                footer .row.footer-logos svg:first-of-type { margin-left: 0; }
                footer .row.footer-logos svg:last-of-type { margin-right: 0; }
                footer .row.footer-logos svg path { fill: #fff; }
                footer .row.footer-logos svg:hover path { fill: #a9fdac; }
        footer .row.footer-terms { margin-bottom: 100px; }
            footer .row.footer-terms p { font-size: 12.5px; }

@media (max-width:992px) {
    footer .row.footer-logos { justify-content: center; }
}

@media (max-width:769px) {
    footer .btn { max-width: unset; width: auto; }
    footer .row:first-of-type { padding: 50px 0 30px 0; }
        footer .row:first-of-type .col-sm-8 { text-align: unset; }
    footer .row .col-sm-8.column-2 { padding-top: 20px; margin-top: 40px; }
        footer .row .col-sm-8.column-2 ul, footer .row .col-sm-8.column-3 ul { margin-bottom: 30px; float: none; }
}

/*Pagination*/
.pagination > li > a, .pagination > li > span { color: #24313e; text-decoration: none; background-color: unset; border: none; }
    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #e7392b; background-color: unset; border-color: unset; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #e7392b; cursor: default; background-color: unset; border-color: unset; }

/** Authorisation Steps **/
footer { background-color: #24313e; padding: 25px; color: #fff; }
.navbar .navbar-brand { padding-left: 50px; }
.navbar { border-bottom: 3px solid #24313e; }

/** Widget **/
.widget-main .well, .widget-main { background-color: #f3f3f2; background-image: none; box-shadow: none; }
    .widget-main .btn, .widget-main .btn.btn-default:active:focus { background-color: #e7392b; background-image: none; color: #fff; }
    .widget-main .primary-text { color: #E7392B; }
    .widget-main #bidding-frame { background-color: #ffffff; }
.widget-container { background-color: #24313e; }
    .widget-container a { color: #E7392B; }
.widget-footer, .widget-footer a, .widget-header .widget-truncate, .widget-header .svg-inline--fa { color: #ffffff; }
#widget-nav .nav-tabs .svg-inline--fa { color: #E7392B; }
.widget-header #close-widget .svg-inline--fa { color: #ff0000; }
.widget-header #widget-nav li.active a, .widget-header #widget-nav li.active .svg-inline--fa { color: #24313e; }
.widget-main .enquiry-form .btn, .widget-main #bidding-info-holder .btn-action { background-color: #E7392B; background-image: none; color: #ffffff; }
.popover-title { background-color: #E7392B; color: #fff; }

.iframe-wrapper { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; }
.iframe-content { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; }

