@charset "UTF-8";@font-face {
    font-family: Avenir Book;
    src: url(../fonts/Metropolis-Medium.otf);
    font-weight: 400
}

@font-face {
    font-family: Avenir Medium;
    src: url(../fonts/Metropolis-Medium.otf);
    font-weight: 500
}

@font-face {
    font-family: Avenir Heavy;
    src: url(../fonts/Metropolis-SemiBold.otf);
    font-weight: 600
}

@font-face {
    font-family: Avenir Black;
    src: url(../fonts/Metropolis-Bold.otf);
    font-weight: 700
}

html {
    font-size: 14px
}

body {
    color: #212b59;
    font-family: Avenir Medium,Arial,Sans-Serif;
    overflow-x: hidden;
    padding-top: 150px
}

body.cart-body {
    padding-top: 82px
}

body .bg-fade {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .5;
    height: 100vh;
    width: 100vw;
    z-index: 1001
}

.container {
    max-width: 1320px!important
}

li {
    list-style: none
}

a,a:hover {
    color: inherit
}

a:hover {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: Avenir Medium,Arial,Sans-Serif
}

h1 {
    color: #021a27;
    font-size: 20px;
    letter-spacing: -.5px;
    line-height: 28px
}

h1,h2 {
    text-align: center
}

h2 {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 38px;
    letter-spacing: -.7px;
    text-transform: uppercase
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-family: Avenir Book,Arial,Sans-Serif;
    color: #8a8c99;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -.6px;
    margin-bottom: 20px
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

small {
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -.3px;
    color: #8a8c99
}

.custom-check {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #d6d2cd
}

.custom-check:hover {
    border: 1px solid #212b59
}

.custom-check:checked {
    background: url(../images/html/ic-checkmark.svg) no-repeat 50%,#212b59
}

.custom-check:checked~label {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-weight: 600
}

.check-wrap {
    padding-top: 2px
}

.check-wrap label {
    display: block;
    margin-bottom: 8px;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.4px;
    color: #212b59;
    padding-left: 10px;
    padding-top: 1px
}

.heading-wrap {
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px
}

.header-arrow {
    position: relative;
    background: url(../images/html/ic-large-arrow-right.svg) no-repeat 50%;
    margin-left: 20px;
    bottom: 2px
}

.header-arrow,.link-arrow {
    display: inline-block;
    height: 30px;
    width: 30px
}

.link-arrow {
    background: url(../images/html/ic-small-arrow-right.svg) no-repeat 50%
}

header {
    position: relative;
    position: fixed;
    top: 0;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    width: 100%;
    will-change: contents;
    z-index: 1000;
    background: #fff;
    box-shadow: inset 0 -1px 0 0 #f1ece8
}

header .top-row {
    position: relative;
    z-index: 998;
    background: #f1ece8;
    padding: 15px 0;
    height: 50px;
    -webkit-transition: height .3s;
    transition: height .3s;
    overflow: hidden
}

header .top-row .toggler-wrap {
    padding-left: 30px;
    cursor: pointer
}

header .top-row .toggler-wrap .toggler {
    all: unset;
    padding-left: 6px;
    font-family: Avenir Medium,Arial,Sans-Serif;
    letter-spacing: -.2px;
    line-height: 18px;
    font-size: 13px
}

header .top-row .contact-wrap {
    padding-left: 30px;
    margin-left: 30px;
    cursor: pointer;
    position: relative
}

header .top-row .contact-wrap a {
    all: unset;
    font-size: 13px;
    letter-spacing: -.2px;
    line-height: 18px
}

header .top-row .contact-wrap a img {
    position: absolute;
    margin-right: 8px;
    bottom: 2px;
    left: 0
}

header .top-row .contact-wrap .phone-num {
    font-size: 14px
}

header .top-row .social-links {
    all: unset;
    padding-left: 20px;
    margin-left: 21px;
    border-left: 1px solid #d9d4d1
}

header .top-row .social-links a {
    padding-left: 10px
}

header.scroll-down .top-row {
    height: 0;
    overflow: hidden
}

header.scroll-down .bottom-row {
    position: relative;
    min-height: 80px;
    z-index: 1003
}

header.scroll-down .bottom-row .nav-item.hovered .nav-link .bottom-border,header.scroll-down .bottom-row .nav-item .nav-link:hover .bottom-border {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-bottom: 6px solid #d3a170
}

header.scroll-down .bottom-row .nav-item.hovered .nav-link .bottom-border {
    height: 43px
}

header.scroll-down .bottom-row .nav-item .submenu {
    position: absolute;
    background: #212b59;
    white-space: nowrap;
    top: 53px;
    left: 40px
}

header.scroll-down .bottom-row .nav-item .submenu .nav-link {
    color: #fff
}

header.scroll-down .ui-autocomplete {
    top: 20px
}

header .bottom-row {
    position: relative;
    min-height: 100px;
    -webkit-transition: height .3s;
    transition: height .3s;
    z-index: 1003
}

header .bottom-row .nav-item {
    position: relative
}

header .bottom-row .nav-item .nav-link {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.4px;
    color: #212b59;
    margin-left: 40px
}

header .bottom-row .nav-item.hovered .nav-link .bottom-border,header .bottom-row .nav-item .nav-link:hover .bottom-border {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 43px;
    border-bottom: 6px solid #d3a170
}

header .bottom-row .nav-item .submenu {
    position: absolute;
    background: #212b59;
    white-space: nowrap;
    top: 63px;
    left: 40px;
    padding: 24px 30px 22px;
    z-index: 110
}

header .bottom-row .nav-item .submenu .nav-link {
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px;
    color: #fff;
    min-width: 200px
}

header .bottom-row .nav-item .submenu .nav-link:hover {
    padding-left: 10px
}

header .bottom-row .nav-item .has-submenu .nav-link {
    position: relative
}

header .bottom-row .nav-item .has-submenu .sub-ic {
    position: absolute;
    content: "";
    background: url(../images/html/ic-small-arrow-right.svg) 50% no-repeat;
    width: 70px;
    height: 26px;
    top: 0;
    right: -30px;
    z-index: 111
}

header .bottom-row .nav-item .has-submenu .trigger {
    position: absolute;
    width: 300px;
    top: 0;
    right: -250px;
    z-index: 200
}

header .bottom-row .nav-item .has-submenu .submenu {
    position: absolute;
    background: #181f40;
    white-space: nowrap;
    top: -80px;
    left: 230px
}

header .bottom-row .nav-item .has-submenu .submenu .nav-link:after {
    background: none
}

header .bottom-row .navbar-toggler-icon .fa-bars {
    color: #212b59;
    font-size: 28px
}

header .bottom-row .search-form-row {
    position: relative;
    z-index: 1005;
    background: none;
    padding: 0 15px
}

header .bottom-row .search-form-row .search-btn {
    background: #212b59;
    border-radius: 4px;
    color: #fff;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    letter-spacing: -.4px;
    line-height: 22px;
    text-align: center;
    position: relative;
    z-index: 1003;
    border: 0;
    border-radius: 0;
    padding: 13px 30px 11px;
    max-height: 50px
}

header .bottom-row .search-form-row .search-btn:hover {
    background: #28346c;
    border-color: #28346c;
    color: #fff
}

header .bottom-row .search-form-row .search-btn.btn-filled {
    background: #d3a170;
    border-color: #d3a170;
    color: #fff
}

header .bottom-row .search-form-row .search-btn.btn-filled:hover {
    background: #d9ae84;
    border-color: #d9ae84
}

header .bottom-row .search-form-row .btn-close-search {
    background: #fff;
    border-radius: 4px;
    color: #212b59;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    letter-spacing: -.4px;
    line-height: 22px;
    text-align: center;
    position: relative;
    z-index: 1003;
    border-radius: 0;
    padding: 13px 30px 11px;
    max-height: 50px;
    width: 167px;
    border: 1px solid #212b59;
    margin-left: 26px
}

header .bottom-row .search-form-row .btn-close-search:hover {
    background: #fff;
    border-color: #fff;
    color: #212b59
}

header .bottom-row .search-form-row .btn-close-search.btn-filled {
    background: #d3a170;
    border-color: #d3a170;
    color: #212b59
}

header .bottom-row .search-form-row .btn-close-search.btn-filled:hover {
    background: #d9ae84;
    border-color: #d9ae84
}

header .bottom-row .search-form-row .btn-close-search:hover {
    border: 1px solid #212b59
}

header .bottom-row .search-form-row .expand-search {
    width: 100%;
    position: relative;
    z-index: 1004;
    border: 0;
    background: none;
    cursor: pointer
}

header .bottom-row .search-form-row .expand-search img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 20px;
    max-height: 20px
}

header .bottom-row .search-form-row input[type=search] {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.3px;
    color: #212b59;
    position: relative;
    z-index: 1002;
    display: inline-block;
    width: 80px;
    border: 0;
    padding: 11px 9px 9px 4px;
    margin-left: 7px
}

header .bottom-row .search-form-row input[type=search]:focus {
    outline: none
}

header .bottom-row .search-form-row input[type=search]::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.4px;
    color: #212b59;
    opacity: .5
}

header .bottom-row .search-form-row input[type=search]::-moz-placeholder {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.4px;
    color: #212b59;
    opacity: .5
}

header .bottom-row .search-form-row input[type=search]:-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.4px;
    color: #212b59;
    opacity: .5
}

header .bottom-row .search-form-row input[type=search]::-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.4px;
    color: #212b59;
    opacity: .5
}

header .bottom-row .search-form-row input[type=search]::placeholder {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.4px;
    color: #212b59;
    opacity: .5
}

header .bottom-row .search-form-row input[type=search]:disabled {
    background: none;
    cursor: pointer
}

header .bottom-row .search-form-row input[type=search]:disabled::-webkit-input-placeholder {
    opacity: 1
}

header .bottom-row .search-form-row input[type=search]:disabled::-moz-placeholder {
    opacity: 1
}

header .bottom-row .search-form-row input[type=search]:disabled:-ms-input-placeholder {
    opacity: 1
}

header .bottom-row .search-form-row input[type=search]:disabled::-ms-input-placeholder {
    opacity: 1
}

header .bottom-row .search-form-row input[type=search]:disabled::placeholder {
    opacity: 1
}

.head-section {
    margin-top: 30px
}

.head-section .preview-carousel .carousel-inner .img-wrap {
    width: 100%;
    max-height: 440px
}

.head-section .preview-carousel .carousel-inner .img-wrap a:hover {
    color: #e6e5e5
}

.head-section .preview-carousel .carousel-inner .img-wrap img {
    width: 100%;
    object-fit: contain
}

.head-section .preview-carousel .carousel-inner .carousel-caption {
    background: #212b59;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    left: 0;
    bottom: 0;
    min-height: 117px;
    padding-left: 50px;
    padding-right: 50px
}

.head-section .preview-carousel .carousel-inner .carousel-caption h3 {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -.4px;
    color: #fff;
    margin: 0
}

.head-section .preview-carousel .carousel-inner .time-left {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 18px;
    top: 18px
}

.head-section .preview-carousel .carousel-control-next {
    background: #d3a170;
    opacity: unset;
    left: unset;
    top: unset;
    height: 60px;
    width: 60px;
    bottom: 0;
    right: 0
}

.head-section .preview-carousel .carousel-control-next .carousel-control-next-icon {
    background: url(../images/html/ic-slider-arrow-right.svg) 50% no-repeat;
    width: 100%;
    height: 100%
}

.head-section .preview-carousel .carousel-control-prev {
    background: #181f40;
    opacity: unset;
    left: unset;
    top: unset;
    height: 60px;
    width: 60px;
    bottom: 0;
    right: 60px
}

.head-section .preview-carousel .carousel-control-prev .carousel-control-prev-icon {
    background: url(../images/html/ic-slider-arrow-left.svg) 50% no-repeat;
    width: 100%;
    height: 100%
}

.head-section .twitter-timeline-wrap {
    border: 5px solid #f1ece8;
    max-height: 440px;
    overflow-y: scroll;
    padding: 34px 38px 30px 45px
}

.active-auctions {
    margin-top: 82px;
    overflow: hidden
}

.active-auctions .btn {
    background: #d3a170;
    border-color: #d3a170;
    border-radius: 4px;
    color: #fff;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    letter-spacing: -.4px;
    line-height: 22px;
    text-align: center;
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .2px;
    padding: 17px 20px 18px;
    border-radius: 0;
    font-weight: 500
}

.active-auctions .btn:hover {
    background: #d9ae84;
    border-color: #d9ae84;
    color: #fff
}

.active-auctions .btn.btn-filled {
    background: #d3a170;
    border-color: #d3a170;
    color: #fff
}

.active-auctions .btn.btn-filled:hover {
    background: #d9ae84;
    border-color: #d9ae84
}

.active-auctions h2 {
    color: #212b59
}

.active-auctions .listing-row article {
    margin-bottom: 48px
}

.active-auctions .listing-row article .img-wrapper {
    width: 100%;
    max-height: 281px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.active-auctions .listing-row article .img-wrapper img {
    width: 100%;
    object-fit: contain
}

.active-auctions .listing-row article .img-wrapper .price {
    font-style: unset;
    font-weight: 700;
    font-family: Avenir-Black,Arial,Sans-Serif;
    padding: 16px 20px 14px;
    background: #212b59;
    height: 60px;
    color: #fff;
    font-size: 27px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0
}

.active-auctions .listing-row article .status {
    display: block;
    position: relative;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -.4px;
    font-style: normal;
    color: #8a8c99;
    margin-bottom: 14px;
    padding-left: 16px
}

.active-auctions .listing-row article .status.active {
    color: #842124
}

.active-auctions .listing-row article .status:before {
    display: inline-block;
    position: absolute;
    margin-right: 10px;
    font-size: 30px;
    content: "•";
    bottom: 4px;
    left: -3px
}

.active-auctions .listing-row article h3 {
    color: #212b59;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -.4px;
    margin-bottom: 22px
}

.active-auctions .listing-row article a {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-weight: 600;
    color: #d3a170;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -.4px
}

.active-auctions .listing-row article a:hover {
    text-decoration: none;
    color: #c78749
}

.actual {
    margin-top: 119px;
    background: #212b59;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 100px
}

.actual h2 {
    color: #fff
}

.actual h3 {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -.4px
}

.actual time {
    position: relative;
    font-family: Avenir Book,Arial,Sans-Serif;
    color: #8a8c99;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    padding-left: 30px
}

.actual time img {
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 5px
}

.actual .news-item article {
    padding: 46px 50px 42px;
    background: #fff;
    min-height: 355px
}

.actual .news-item article a {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    margin-top: auto;
    color: #d3a170;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -.4px
}

.actual .news-item article a:hover {
    text-decoration: none;
    color: #c78749
}

.actual .news-item article a div {
    position: relative
}

.actual .news-item article a i {
    position: absolute;
    right: -36px;
    bottom: -1px
}

footer {
    padding-top: 80px;
    background: #f1ece8
}

footer .big-logo {
    width: 223px;
    height: 65px
}

footer .footer-row {
    padding-bottom: 60px
}

footer .footer-row h4 {
    font-family: Avenir Book,Arial,Sans-Serif;
    color: #8a8c99;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -.6px;
    margin-bottom: 20px
}

footer .footer-row .nav-link {
    font-size: 17px;
    line-height: 36px;
    letter-spacing: -.9px;
    color: #212b59
}

footer .footer-row .copy {
    display: block;
    margin-bottom: 20px
}

footer .footer-row .footer-contacts a {
    font-size: 17px;
    line-height: 18px;
    letter-spacing: -.2px;
    color: #212b59;
    margin-bottom: 20px
}

footer .footer-row .footer-contacts a:hover {
    text-decoration: none
}

footer .footer-row .action-text {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: -.7px;
    margin-left: 15px
}

footer .footer-border {
    border-bottom: 1px solid #d9d4d1
}

footer .copyright-row {
    padding: 23px 15px 22px
}

footer .copyright-row img {
    margin-left: 8px
}

#cookie-notification {
    background: #fff;
    bottom: 0;
    color: #212b59;
    position: fixed;
    left: 50%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    max-width: 850px;
    z-index: 9999;
    opacity: 0;
    padding: 18px 25px 25px;
    display: inline-block;
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important
}

#cookie-notification h1 {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -.4px
}

#cookie-notification p {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.6px;
    color: #212b59;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px
}

#cookie-notification p b {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-weight: 600;
    font-style: normal
}

#cookie-notification .container {
    padding: 15px
}

#cookie-notification .container .cookie-heading {
    border-bottom: 1px solid #f1ece8;
    padding-bottom: 13px;
    margin-bottom: 24px
}

#cookie-notification .container .cookie-heading .toggler-wrap {
    padding-left: 30px;
    padding-bottom: 4px!important;
    cursor: pointer
}

#cookie-notification .container .cookie-heading .toggler-wrap .toggler {
    all: unset;
    color: #212b59;
    background: none;
    padding-left: 6px;
    font-family: Avenir Medium,Arial,Sans-Serif;
    letter-spacing: -.2px;
    line-height: 18px;
    font-size: 13px
}

#cookie-notification .text {
    font-size: .875rem
}

#cookie-notification form {
    margin-top: -2px
}

#cookie-notification form .cookie-choice-wrap {
    margin-bottom: 20px
}

#cookie-notification form .cookie-choice-wrap .check-wrap {
    position: relative;
    padding-left: 20px;
    padding-top: 0
}

#cookie-notification form .cookie-choice-wrap .check-wrap .custom-check {
    position: absolute;
    top: 3px;
    left: 0
}

#cookie-notification form label {
    font-size: 16px;
    letter-spacing: .1px;
    line-height: 26px
}

#cookie-notification .btn-wrap {
    padding-right: 10px
}

#cookie-notification .btn-wrap-right {
    padding-left: 10px
}

#cookie-notification .btn {
    background: #212b59;
    border-color: #212b59;
    border-radius: 4px;
    color: #fff;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    letter-spacing: -.4px;
    line-height: 22px;
    text-align: center;
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: .3px;
    font-weight: 600;
    width: 100%;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 13px 30px 11px;
    max-height: 50px
}

#cookie-notification .btn:hover {
    background: #28346c;
    border-color: #28346c;
    color: #fff
}

#cookie-notification .btn.btn-filled {
    background: #d3a170;
    border-color: #d3a170;
    color: #fff
}

#cookie-notification .btn.btn-filled:hover {
    background: #d9ae84;
    border-color: #d9ae84
}

#cookie-notification .btn-beige {
    position: relative;
    border-color: #fff;
    background: #f1ece8;
    color: #212b59;
    line-height: 26px;
    font-size: 13px;
    letter-spacing: -.4px;
    text-align: left;
    display: block;
    padding: 13px 60px 11px 20px;
    margin-top: 30px
}

#cookie-notification .btn-beige:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    background: url(../images/html/ic-small-arrow-right.svg);
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#cookie-notification .btn-white {
    border: 1px solid #212b59;
    background: #fff;
    color: #212b59
}

#cookie-notification.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

#cookie-notification .policy {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -.4px;
    color: #d3a170;
    font-weight: 600
}

#cookie-notification .policy img {
    padding-left: 2px;
    padding-bottom: 5px
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #b4b4b4;
    border-radius: 3px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.letter-size .modal-dialog {
    max-width: 850px!important
}

.letter-size .close-wrap {
    position: relative
}

.letter-size .close-wrap button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 31px;
    right: 47px;
    z-index: 110
}

.letter-size .close-wrap button span {
    background: url(../images/html/ic-close-md.svg) 50% no-repeat;
    width: 18px;
    height: 18px;
    position: absolute
}

.letter-size h2 {
    text-transform: unset;
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -.4px;
    margin-bottom: 16px
}

.letter-size h3 {
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -.6px;
    margin: 0
}

.letter-size b {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-style: normal
}

.letter-size .big-letters {
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 40px
}

.letter-size .modal-body {
    padding: 40px
}

.letter-size .modal-body p {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -.4px;
    text-align: center;
    margin: 0
}

.letter-size .modal-body .manual-wrap {
    background: #f1ece8;
    padding: 20px 20px 25px;
    margin-top: 40px
}

.letter-size .modal-body .manual-wrap .rectangle {
    box-sizing: border-box;
    height: 80px;
    width: 120px;
    border: 2px solid #d3a170;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: inset 0 -4px 0 0 #d3a170,0 2px 0 0 #d3a170;
    margin-top: 20px;
    padding: 20px 20px 16px
}

.letter-size .modal-body .manual-wrap .rectangle b {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -.6px;
    color: #212b59
}

.letter-size .modal-body .manual-wrap .pluss {
    background: url(../images/html/ic-plus.svg) 50% no-repeat;
    height: 30px;
    width: 30px;
    margin: 20px 25px 0
}

.auctions-list {
    margin-top: 50px
}

.auctions-list h1 {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-weight: 600;
    margin: 0
}

.auctions-list .description,.auctions-list h1 {
    color: #212b59;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    display: inline-block
}

.auctions-list .description {
    font-family: Avenir Book,Arial,Sans-Serif;
    opacity: .6;
    margin-left: 30px
}

.auctions-list .toggle-view {
    border: 0;
    background: none;
    font-family: Avenir Medium,Arial,Sans-Serif;
    color: #8a8c99;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -.4px;
    margin-bottom: 34px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0
}

.auctions-list .toggle-view.active {
    color: #212b59;
    border-bottom: 2px solid #d3a170;
    padding-bottom: 7px
}

.auctions-list a {
    position: relative
}

.auctions-list a.xs-sort {
    padding-left: 5px
}

.auctions-list a.xs-sort:hover {
    background: #212b59;
    color: #fff
}

.auctions-list .toggle-filter {
    position: relative;
    border: 0;
    background: #fff;
    padding-left: 35px;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.6px;
    color: #212b59;
    margin-bottom: 26px
}

.auctions-list .toggle-filter:before {
    position: absolute;
    top: 21px;
    left: 0;
    content: "";
    background: url(../images/html/ic-search.svg) no-repeat 50%;
    width: 20px;
    height: 20px;
    opacity: .5
}

.auctions-list .filtrs {
    position: relative
}

.auctions-list .filtrs .popup-filter {
    position: absolute;
    bottom: -480px;
    right: 0;
    height: 503px;
    width: 300px;
    background: #f1ece7;
    z-index: 100;
    padding: 27px 30px 30px
}

.auctions-list .filtrs .popup-filter h5,.auctions-list .filtrs .popup-filter label.input-heading {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: -.6px;
    text-transform: uppercase;
    color: #8a8c99
}

.auctions-list .filtrs .popup-filter input[type=number],.auctions-list .filtrs .popup-filter input[type=text] {
    padding: 16px 20px 14px;
    width: 100%;
    border: 0;
    margin-bottom: 30px;
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.4px;
    color: #212b59;
    font-weight: 600
}

.auctions-list .filtrs .popup-filter input[type=number]::-webkit-input-placeholder,.auctions-list .filtrs .popup-filter input[type=text]::-webkit-input-placeholder {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.4px;
    color: #212b59;
    font-weight: 600
}

.auctions-list .filtrs .popup-filter input[type=number]::-moz-placeholder,.auctions-list .filtrs .popup-filter input[type=text]::-moz-placeholder {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.4px;
    color: #212b59;
    font-weight: 600
}

.auctions-list .filtrs .popup-filter input[type=number]:-ms-input-placeholder,.auctions-list .filtrs .popup-filter input[type=text]:-ms-input-placeholder {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.4px;
    color: #212b59;
    font-weight: 600
}

.auctions-list .filtrs .popup-filter input[type=number]::-ms-input-placeholder,.auctions-list .filtrs .popup-filter input[type=text]::-ms-input-placeholder {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.4px;
    color: #212b59;
    font-weight: 600
}

.auctions-list .filtrs .popup-filter input[type=number]::placeholder,.auctions-list .filtrs .popup-filter input[type=text]::placeholder {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.4px;
    color: #212b59;
    font-weight: 600
}

.auctions-list .filtrs .popup-filter input[type=number]#price-to,.auctions-list .filtrs .popup-filter input[type=text]#price-to {
    padding-left: 10px
}

.auctions-list .filtrs .popup-filter .property-type {
    margin-bottom: 20px
}

.auctions-list .filtrs .popup-filter .custom-check {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #d6d2cd
}

.auctions-list .filtrs .popup-filter .custom-check:hover {
    border: 1px solid #212b59
}

.auctions-list .filtrs .popup-filter .custom-check:checked {
    background: url(../images/html/ic-checkmark.svg) no-repeat 50%;
    background-color: #212b59
}

.auctions-list .filtrs .popup-filter .custom-check:checked~label {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-weight: 600
}

.auctions-list .filtrs .popup-filter .check-wrap {
    padding-top: 2px
}

.auctions-list .filtrs .popup-filter .check-wrap label {
    display: block;
    margin-bottom: 8px;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.4px;
    color: #212b59;
    padding-left: 10px;
    padding-top: 1px
}

.auctions-list .filtrs .popup-filter input::-webkit-inner-spin-button,.auctions-list .filtrs .popup-filter input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.auctions-list .filtrs .popup-filter input[type=number] {
    -moz-appearance: textfield
}

.auctions-list .filtrs .popup-filter input[type=submit] {
    background: #212b59;
    border-color: #212b59;
    border-radius: 4px;
    color: #fff;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border-radius: 0;
    width: 100%;
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: -.4px;
    font-weight: 600;
    padding: 12px 20px
}

.auctions-list .filtrs .popup-filter input[type=submit]:hover {
    background: #28346c;
    border-color: #28346c;
    color: #fff
}

.auctions-list .filtrs .popup-filter input[type=submit].btn-filled {
    background: #d3a170;
    border-color: #d3a170;
    color: #fff
}

.auctions-list .filtrs .popup-filter input[type=submit].btn-filled:hover {
    background: #d9ae84;
    border-color: #d9ae84
}

.auctions-list .xs-sort-choice {
    display: block;
    padding-top: 2px
}

.auctions-list .table-head-row {
    height: 50px;
    background: #212b59;
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    color: #fff;
    padding-left: 20px
}

.auctions-list .table-head-row .orderBy {
    border: 0;
    background: #212b59;
    color: inherit
}

.auctions-list .table-head-row .sort-toggle {
    display: inline-block;
    background: url(../images/html/ic-sort-default.svg) 50% no-repeat;
    height: 12px;
    width: 8px
}

.auctions-list .table-head-row .sort-toggle.ascending,.auctions-list .table-head-row .sort-toggle.descending {
    background: url(../images/html/ic-sort-down.svg) 50% no-repeat
}

.auctions-list .table-head-row .sort-toggle.descending {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.auctions-list .auction-item {
    min-height: 70px;
    box-shadow: inset 0 -1px 0 0 #f1ece8;
    position: relative
}

.auctions-list .auction-item:hover {
    background: #f1ece8;
    cursor: pointer
}

.auctions-list .auction-item .popover-content {
    background: #fff;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -236px;
    width: 340px;
    height: 246px;
    overflow: hidden;
    border: 1px solid #f1ece6;
    z-index: 200
}

.auctions-list .auction-item .popover-content .carousel-wrap {
    width: 300px;
    height: 206px
}

.auctions-list .auction-item .popover-content .carousel-wrap .carousel-inner {
    height: 100%
}

.auctions-list .auction-item .popover-content .carousel-wrap .carousel-inner .img-wrap {
    object-fit: contain
}

.auctions-list .auction-item .popover-content .carousel-wrap .carousel-inner .time-left {
    position: absolute;
    right: 18px;
    top: 18px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.auctions-list .auction-item .popover-content .carousel-wrap .carousel-control-prev {
    position: absolute;
    height: 60px;
    width: 60px;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    left: 0
}

.auctions-list .auction-item .popover-content .carousel-wrap .carousel-control-next {
    position: absolute;
    height: 60px;
    width: 60px;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    right: 0
}

.auctions-list .auction-item .popover-carousel {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 111;
    top: 10px;
    background: url(../images/html/ic-preview.svg) no-repeat 50%
}

.auctions-list .auction-item .popover-carousel.clicked {
    background: url(../images/html/ic-preview-blue.svg) no-repeat 50%,#f1ece8
}

.auctions-list .auction-item .popover-carousel .popover-galery {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    z-index: 110
}

.auctions-list .auction-item .btn {
    background: #f1ece8;
    border-color: #f1ece8;
    border-radius: 4px;
    color: #212b59;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    letter-spacing: -.4px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 0
}

.auctions-list .auction-item .btn:hover {
    background: #fbf9f8;
    border-color: #fbf9f8;
    color: #212b59
}

.auctions-list .auction-item .btn.btn-filled {
    background: #d3a170;
    border-color: #d3a170;
    color: #212b59
}

.auctions-list .auction-item .btn.btn-filled:hover {
    background: #d9ae84;
    border-color: #d9ae84
}

.auctions-list .auction-item .item-description {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.6px;
    position: relative;
    padding-top: 14px;
    padding-left: 60px
}

.auctions-list .auction-item .item-description .item-label {
    display: inline-block;
    font-style: normal;
    color: #8a8c99;
    margin-bottom: 4px
}

.auctions-list .auction-item .item-description .item-name {
    color: #212b59;
    margin-bottom: 0
}

.auctions-list .auction-item .item-params {
    padding-top: 26px
}

.auctions-list .auction-item .item-params .param-label {
    color: #8a8c99
}

.auctions-list .auction-item .item-params .price {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -.6px;
    font-weight: 600
}

.auctions-list .auction-item .item-params .auction-date,.auctions-list .auction-item .item-params .signup-due {
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -.6px
}

.auctions-list .auction-item .item-params .signup-due {
    padding-left: 37px
}

.info-row {
    margin-top: 40px
}

.info-row h4 {
    text-transform: unset;
    letter-spacing: -.4px
}

.info-row h4 span {
    color: #212b59
}

.info-row .item-count {
    margin-left: 6px
}

.maps {
    position: relative;
    margin-bottom: 120px
}

.maps .infoWindow-col {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    right: 25px;
    top: 10px;
    background: #fff;
    max-width: 340px;
    max-height: 660px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.6px;
    padding: 20px
}

.maps .infoWindow-col .gallery-row {
    margin-bottom: 22px
}

.maps .infoWindow-col .item-label {
    font-style: normal;
    color: #8a8c99;
    display: block;
    margin-bottom: 4px
}

.maps .infoWindow-col .item-name {
    color: #212b59;
    margin-bottom: 14px
}

.maps .infoWindow-col .btn {
    background: #212b59;
    border-color: #212b59;
    border-radius: 4px;
    color: #fff;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    letter-spacing: -.4px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    margin-top: 90px;
    padding: 12px 25px;
    border-radius: 0;
    line-height: 26px
}

.maps .infoWindow-col .btn:hover {
    background: #28346c;
    border-color: #28346c;
    color: #fff
}

.maps .infoWindow-col .btn.btn-filled {
    background: #d3a170;
    border-color: #d3a170;
    color: #fff
}

.maps .infoWindow-col .btn.btn-filled:hover {
    background: #d9ae84;
    border-color: #d9ae84
}

.maps .infoWindow-col .carousel-wrap {
    max-width: 300px;
    max-height: 206px
}

.maps .infoWindow-col .carousel-wrap a {
    position: absolute
}

.maps .infoWindow-col .carousel-wrap .img-wrap {
    width: 100%;
    max-height: 206px
}

.maps .infoWindow-col .carousel-wrap .img-wrap img {
    object-fit: contain
}

.single-item {
    margin-top: 30px
}

.single-item .info-col {
    margin-bottom: 114px
}

.single-item h1 {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -.7px;
    font-weight: 600;
    color: #212b59;
    margin-top: 20px
}

.single-item h1,.single-item h2 {
    text-align: left;
    margin-bottom: 20px
}

.single-item h2 {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -.4px;
    text-transform: unset;
    font-weight: 500
}

.single-item h2 .auction-type,.single-item h3 {
    text-transform: uppercase
}

.single-item h3 {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    color: #b3977d;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0
}

.single-item a {
    color: #b3977d;
    text-decoration: underline
}

.single-item ul {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    color: #b3977d;
    padding-left: 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px
}

.single-item ul p+li {
    margin-top: 20px
}

.single-item ul li {
    font-family: Avenir Medium,Arial,Sans-Serif;
    position: relative;
    padding: 0 0 12px 30px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.6px;
    color: #212b59;
    text-transform: none;
    font-weight: 500
}

.single-item ul li:before {
    position: absolute;
    display: block;
    border-bottom: 2px solid #d3a170;
    width: 12px;
    height: 2px;
    color: #d3a170;
    left: 0;
    top: 11px;
    content: ""
}

.single-item p {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.6px;
    color: #212b59;
    text-transform: none;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 12px
}

.single-item .info-p {
    margin-top: 20px;
    margin-bottom: 29px
}

.single-item .info-p+P {
    margin-bottom: 20px
}

.single-item .btn {
    background: #f1ece7;
    border-color: #f1ece7;
    border-radius: 4px;
    color: #212b59;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    position: relative;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 30px;
    padding: 17px 20px;
    font-family: Avenir Medium,Arial,Sans-Serif;
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.4px;
    text-decoration: none;
    max-height: 60px
}

.single-item .btn:hover {
    background: #faf9f7;
    border-color: #faf9f7;
    color: #212b59
}

.single-item .btn.btn-filled {
    background: #d3a170;
    border-color: #d3a170;
    color: #212b59
}

.single-item .btn.btn-filled:hover {
    background: #d9ae84;
    border-color: #d9ae84
}

.single-item .btn:first-of-type {
    margin-top: 6px
}

.single-item .btn .pdf-ic {
    position: relative;
    top: -1px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 43px;
    height: 26px;
    background: #212b59;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.4px;
    margin: auto 16px auto auto
}

.single-item .btn .pdf-ic span {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.single-item .btn .tab-ic {
    display: inline-block;
    background: url(../images/html/ic-new-tab.svg) no-repeat 50%;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 23px
}

.single-item aside .item-param {
    background: #212b59;
    color: #fff;
    padding: 23px 30px 22px;
    margin-bottom: 10px
}

.single-item aside .item-param i {
    display: block;
    font-style: normal;
    line-height: 26px;
    letter-spacing: -.6px;
    font-weight: 500;
    font-size: 13px
}

.single-item aside .item-param b {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -.4px;
    font-style: normal;
    font-weight: 600
}

.single-item aside .item-gallery {
    margin-top: 20px
}

.single-item aside .item-gallery .img-wrap {
    height: 281px;
    width: 410px
}

.single-item aside .item-gallery .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.single-item aside .mini-map {
    border: 1px solid #000;
    margin-top: 30px;
    margin-bottom: 10px;
    height: 281px;
    width: 410px
}

.single-item aside .contacts {
    padding-top: 10px
}

.single-item aside .contacts h3 {
    padding-bottom: 4px
}

.single-item aside .contacts .contact-card {
    color: #212b59;
    background: #f1ece8;
    padding: 24px 30px 21px;
    margin-bottom: 10px;
    margin-top: 10px
}

.single-item aside .contacts .contact-card h6 {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -.4px;
    margin-bottom: 9px
}

.single-item aside .contacts .contact-card a {
    text-decoration: none
}

.single-item aside .contacts .contact-card a i {
    display: block;
    font-style: normal;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: -.6px;
    font-weight: 500;
    color: #212b59
}

.wysiwyg {
    margin-top: 50px;
    padding-bottom: 114px
}

.wysiwyg h1 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -.7px;
    text-align: left;
    color: #212b59;
    padding-bottom: 10px
}

.wysiwyg h1,.wysiwyg h3 {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-weight: 600;
    margin: 0
}

.wysiwyg h3 {
    color: #b3977d;
    padding: 20px 0;
    text-transform: uppercase
}

.wysiwyg h3,.wysiwyg p {
    font-size: 16px;
    line-height: 26px
}

.wysiwyg p {
    font-family: Avenir Medium,Arial,Sans-Serif;
    letter-spacing: -.6px;
    color: #212b59;
    text-transform: none;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 0
}

.wysiwyg a {
    color: #b3977d;
    text-decoration: underline
}

.wysiwyg .editor-col {
    margin-bottom: 0;
    padding-right: 45px
}

.wysiwyg .editor-col table {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%!important;
    border-collapse: collapse
}

.wysiwyg .editor-col table tr {
    box-shadow: inset 0 -1px 0 0 #f1ece8
}

.wysiwyg .editor-col table thead {
    background: #212b59
}

.wysiwyg .editor-col table thead th {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -.4px;
    color: #fff;
    padding: 16px
}

.wysiwyg .editor-col table tbody td {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -.6px;
    color: #212b59;
    padding: 16px
}

.wysiwyg .editor-col img {
    width: 100%;
    padding: 20px 0
}

.wysiwyg .editor-col ul {
    padding-left: 0;
    margin-bottom: 8px
}

.wysiwyg .editor-col ul li {
    font-family: Avenir Medium,Arial,Sans-Serif;
    position: relative;
    padding: 0 0 12px 30px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.6px;
    color: #212b59;
    text-transform: none;
    font-weight: 500
}

.wysiwyg .editor-col ul li:before {
    position: absolute;
    display: block;
    border-bottom: 2px solid #d3a170;
    width: 12px;
    height: 2px;
    color: #d3a170;
    left: 0;
    top: 11px;
    content: ""
}

.wysiwyg .editor-col .btn {
    background: #f1ece7;
    border-color: #f1ece7;
    border-radius: 4px;
    color: #212b59;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    position: relative;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 17px 20px;
    font-family: Avenir Medium,Arial,Sans-Serif;
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.4px;
    text-decoration: none;
    max-height: 60px
}

.wysiwyg .editor-col .btn:hover {
    background: #faf9f7;
    border-color: #faf9f7;
    color: #212b59
}

.wysiwyg .editor-col .btn.btn-filled {
    background: #d3a170;
    border-color: #d3a170;
    color: #212b59
}

.wysiwyg .editor-col .btn.btn-filled:hover {
    background: #d9ae84;
    border-color: #d9ae84
}

.wysiwyg .editor-col .btn:first-of-type {
    margin-top: 6px
}

.wysiwyg .editor-col .btn .pdf-ic {
    position: relative;
    top: -1px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 43px;
    height: 26px;
    background: #212b59;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.4px;
    margin: auto 16px auto auto
}

.wysiwyg .editor-col .btn .pdf-ic span {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.wysiwyg .editor-col .btn .tab-ic {
    display: inline-block;
    background: url(../images/html/ic-new-tab.svg) no-repeat 50%;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 23px
}

.wysiwyg aside {
    background: #f1ece8;
    padding: 44px 50px
}

.wysiwyg aside li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px
}

.wysiwyg aside li:before {
    position: absolute;
    display: block;
    background: url(../images/html/ic-small-arrow-right.svg) no-repeat 50%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    content: ""
}

.wysiwyg aside li a {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -.4px;
    color: #212b59;
    text-decoration: none
}

.contacts {
    padding-top: 50px;
    padding-bottom: 105px
}

.contacts h1 {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -.7px;
    text-align: left;
    color: #212b59;
    font-weight: 600;
    margin-bottom: 20px
}

.contacts h2 {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -.4px;
    text-align: left;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 15px
}

.contacts .info-cards-row .col-lg-6 {
    padding: 15px
}

.contacts .info-cards-row .info-card {
    border: 5px solid #f1ece8;
    height: 100%;
    padding: 41px 46px 36px
}

.contacts .info-cards-row .info-card.c-p-50 {
    padding-bottom: 32px
}

.contacts .info-cards-row .info-card.c-p-42 {
    padding-bottom: 25px
}

.contacts .info-cards-row .info-card h3 {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    color: #b3977d;
    padding-bottom: 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: -.4px
}

.contacts .info-cards-row .info-card p {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.6px;
    color: #212b59;
    text-transform: none;
    font-weight: 500;
    padding-bottom: 12px;
    margin: 0
}

.contacts .info-cards-row .info-card p b {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-style: normal
}

.contacts .info-cards-row .info-card .p-row {
    padding-top: 38px
}

.contacts .summary-contacts-row {
    margin-top: 65px
}

.contacts .summary-contacts-row ul {
    padding: 15px 0 0
}

.contacts .summary-contacts-row ul li {
    color: #8a8c99;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.6px;
    font-family: Avenir Medium,Arial,Sans-Serif;
    margin-bottom: 12px
}

.contacts .summary-contacts-row ul li b {
    font-family: Avenir-Heavy,Arial,Sans-Serif
}

.search-results {
    padding-top: 50px;
    padding-bottom: 120px
}

.search-results .results-col {
    padding-right: 45px
}

.search-results a {
    color: #b3977d;
    text-decoration: underline
}

.search-results p {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.6px;
    color: #212b59;
    text-transform: none;
    font-weight: 500;
    margin: 0
}

.search-results p b {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-style: normal
}

.search-results h1 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -.7px;
    text-align: left;
    color: #212b59;
    margin-bottom: 16px
}

.search-results h1,.search-results h3 {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-weight: 600
}

.search-results h3 {
    color: #b3977d;
    padding-bottom: 20px;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: -.4px
}

.search-results ul {
    margin-bottom: 36px
}

.search-results ul li {
    border-bottom: 1px solid #f1ece8;
    padding: 14px 0 11px
}

.search-results aside {
    background: #f1ece8;
    padding: 44px 50px 50px;
    margin-bottom: 30px
}

.search-results aside .keywoard {
    position: relative;
    padding: 16px 20px 14px;
    background: #fff;
    text-decoration: none;
    color: #212b59;
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.4px;
    font-weight: 600
}

.search-results aside .keywoard .cancel-btn {
    position: absolute;
    background: url(../images/html/ic-clear-search.svg) no-repeat 50%;
    border: 0;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.pager-wrap .pager-text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -.6px;
    color: #8a8c99
}

.pager-wrap .pager-text span {
    color: #212b59
}

.pager-wrap .page-wrap .page {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #f1ece8;
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    color: #212b59;
    font-size: 14px;
    line-height: -.4px;
    text-decoration: none
}

.pager-wrap .page-wrap .page.active {
    background: #fff;
    border: 1px solid #212b59
}

.pager-wrap .page-wrap .page.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 15px
}

.pager-wrap .page-wrap .page.next,.pager-wrap .page-wrap .page.prev {
    background: url(../images/html/ic-small-arrow-right.svg) 50% no-repeat,#f1ece8;
    color: transparent
}

.pager-wrap .page-wrap .page.next {
    margin-right: 30px
}

.ui-autocomplete {
    position: fixed;
    top: 100px;
    background: #fff;
    width: 100%;
    padding: 65px 0 50px
}

.ui-autocomplete a {
    color: #b3977d;
    text-decoration: underline
}

.ui-autocomplete p {
    font-family: Avenir Medium,Arial,Sans-Serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.6px;
    color: #212b59;
    text-transform: none;
    font-weight: 500;
    margin: 0
}

.ui-autocomplete p b {
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-style: normal
}

.ui-autocomplete ul {
    margin-bottom: 20px
}

.ui-autocomplete ul li {
    border-bottom: 1px solid #f1ece8;
    padding: 14px 0 11px
}

.ui-autocomplete .goto-results-btn {
    background: #212b59;
    border-color: #212b59;
    border-radius: 4px;
    color: #fff;
    font-family: Avenir Book,Arial,Sans-Serif;
    font-size: 14px;
    letter-spacing: -.4px;
    line-height: 22px;
    text-align: center;
    border-radius: 0;
    width: 100%;
    display: block;
    padding: 13px 30px 11px;
    font-family: Avenir-Heavy,Arial,Sans-Serif;
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 26px;
    text-decoration: none
}

.ui-autocomplete .goto-results-btn:hover {
    background: #28346c;
    border-color: #28346c;
    color: #fff
}

.ui-autocomplete .goto-results-btn.btn-filled {
    background: #d3a170;
    border-color: #d3a170;
    color: #fff
}

.ui-autocomplete .goto-results-btn.btn-filled:hover {
    background: #d9ae84;
    border-color: #d9ae84
}

@media screen and (max-width: 1286px) {
    .form-inline {
        -webkit-box-pack:left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .form-inline input[type=search] {
        margin-bottom: 2px
    }
}

@media screen and (max-width: 1100px) {
    header .bottom-row .navbar {
        padding:0
    }

    header .bottom-row .navbar .nav-link {
        margin-left: 30px!important
    }

    header .bottom-row .nav-item .submenu {
        left: 30px
    }

    header .bottom-row .nav-item .has-submenu .submenu {
        left: 240px
    }

    header .bottom-row .search-form-row .expand-search {
        padding: 0
    }

    header .bottom-row .search-form-row .expand-search input[type=search] {
        width: 0
    }
}

@media screen and (max-width: 991px) {
    body {
        padding-top:80px
    }

    header {
        padding-top: 5px
    }

    header .top-row {
        display: none
    }

    header .bottom-row {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    header .bottom-row .navbar-nav {
        margin-bottom: 15px;
        margin-top: 10px;
        overflow-y: scroll
    }

    header .bottom-row .navbar-collapse.show {
        overflow-y: scroll;
        max-height: -webkit-calc(100vh - 100px);
        max-height: calc(100vh - 100px)
    }

    header .bottom-row .nav-item .nav-link {
        margin-left: 0!important
    }

    header .bottom-row .nav-item.hovered .nav-link .bottom-border,header .bottom-row .nav-item .nav-link:hover .bottom-border {
        display: none
    }

    header .bottom-row .nav-item .submenu {
        position: static;
        white-space: normal;
        top: 230px;
        left: 0
    }

    header .bottom-row .nav-item .has-submenu .submenu {
        position: static;
        left: -30px
    }

    header .bottom-row .search-form-row {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important;
        height: 100px;
        margin-left: 15px
    }

    header .bottom-row .search-form-row .btn-close-search {
        padding: 11px 15px;
        min-width: 135px
    }

    header .bottom-row .search-form-row .search-controls {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        margin-bottom: 10px
    }

    header.scroll-down .bottom-row .nav-item .submenu {
        top: 230px;
        left: 0;
        padding: 24px 30px 22px
    }

    header.scroll-down .bottom-row .nav-item .submenu .nav-link {
        margin-left: 0
    }

    header.scroll-down .bottom-row .nav-item .has-submenu .submenu {
        left: -30px
    }

    .twitter-timeline-wrap {
        margin-top: 30px
    }

    .actual .news-item {
        padding: 15px
    }

    .search-results .results-col {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    #cookie-notification {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .top-row .social-links {
        margin-top:15px!important
    }

    .top-row .contact-wrap {
        top: 15px
    }

    .top-row .contact-wrap a span {
        display: none
    }

    .bottom-row {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .bottom-row .navbar,.bottom-row .search-form-row .expand-search {
        padding: 0
    }

    .bottom-row .search-form-row .expand-search input[type=search] {
        width: 0
    }

    .auctions-list .auction-item .popover-carousel {
        position: static;
        width: 100%
    }

    .auctions-list .auction-item:hover {
        background: #fff
    }

    .auctions-list .auction-item .item-description {
        padding-left: 15px
    }

    .auctions-list .auction-item .item-description .item-label {
        margin-top: 10px;
        margin-bottom: 4px
    }

    .auctions-list .auction-item .item-params .param-label {
        margin-bottom: 10px
    }

    .auctions-list .auction-item .item-params .param-label.xs-price {
        padding-left: 37px
    }

    .auctions-list .auction-item .item-params .price {
        margin-bottom: 10px;
        padding-left: 0
    }

    .auctions-list .auction-item .item-params .auction-date,.auctions-list .auction-item .item-params .signup-due {
        font-family: Avenir Book,Arial,Sans-Serif;
        font-size: 17px;
        line-height: 20px;
        letter-spacing: -.6px
    }
}

@media screen and (max-width: 575px) {
    .head-section .preview-carousel .carousel-inner .carousel-caption {
        padding:10px
    }

    .head-section .preview-carousel .carousel-inner .carousel-caption h3 {
        font-size: 15px;
        line-height: 18px
    }

    .active-auctions .listing-row article .img-wrapper .price {
        font-size: 20px
    }

    .single-item .info-col .btn {
        margin: 10px 0;
        font-size: 13px
    }

    .single-item .info-col .btn .pdf-ic {
        margin: 0
    }

    .single-item .info-col .btn .tab-ic {
        right: 10px
    }

    .wysiwyg .editor-col {
        padding-right: 15px
    }

    .wysiwyg .editor-col .btn {
        margin: 10px 0;
        font-size: 13px
    }

    .wysiwyg .editor-col .btn .pdf-ic {
        margin: 0
    }

    .wysiwyg .editor-col .btn .tab-ic {
        right: 10px
    }

    .contacts .info-cards-row .info-card {
        padding: 30px
    }

    .search-form-row .btn-close-search {
        width: 70px
    }

    #cookie-notification .btn-wrap-right {
        padding-left: 15px
    }

    #cookie-notification .choose-cookies {
        margin-top: 0
    }
}

/*# sourceMappingURL=style.min.css.map */
