body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4c5057;
	margin:0;
	padding:0;
    font-size:0.95rem;
    background-color: #f4f2ed;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
/* Typography */
.heading-wrap {
    color: #752639;
    font-size: 30px;
    font-family: 'Cardo', serif;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.cute-link {
    display: inline-block;
    padding: 2px 5px;
    text-decoration: none;
    color: #fff;
    background-color: #752639;
    border: 1px solid #752639;
}
.cute-link:hover {
    background-color: #fff;
    color: #752639;
}
/* header */ 
.slicknav_menu {
	display:none;
}
.js #menu {
    display:none;
}
.header-desktop {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 0 0;
    flex-direction: row;
}
.header-logo {
    max-height:64px;
    cursor:pointer;
    width: 100%;
}
.logo-container {
    display: flex;
    margin-bottom: 1rem;
    margin-left: 1rem;
}
.new-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-button {
    padding: 0rem 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-button, .header-button a {
    color:#2e3532;
    cursor:pointer;
}
.header-button button {
    color: #2e3532;
    cursor: pointer;
    text-transform: uppercase;
    background: none;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}
.header-button-hover {
    position: absolute;
    left: 0;
    top: 32px;
    width: 9rem;
    box-shadow: 0px 0px 10px #ccc;
    background-color: white;
    cursor: pointer;
    color: #752639;
    font-family: 'Cardo', serif;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    display: none;
}
.header-button:hover .header-button-hover {display: block;}
.header-button a {
    text-decoration: none;
    text-transform: uppercase;
}

.header-button-container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}
.menu-item {
    display: block;
    cursor: pointer;
    padding:5px 0;
}
/* search */
.search-wrap {
    background: url('../images/header_image.jpg') no-repeat center top;
    background-size: cover;
    height: 39rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    position:relative;
}
#bg, #bg2, .bg3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background-size: cover;
    background-position: center center;
}
.bg3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color:rgba(0, 0, 0, 0.25);
}
.bg3 span {
    color:#fff;
    text-shadow:0px 0px 5px #000;
    text-align:center;
    line-height:1;
}
.heromain {
    font-family:Cardo, serif;
    font-size:4rem;
}
.herosub {
    font-family:Lato, sans-serif;
    font-weight:100;
}
.search-container {
    width: 80%;
    max-width: 1000px;
    z-index: 0;
}
.search-field {
    width: 80%;
    display: flex;
    margin: auto;
}
.ui-autocomplete-input {
    padding-left:5px;
}
.search-field input {
    width: 100%;
    height: 2rem;
    font-size: 1.3rem;
}
.search-button {
    box-shadow:0px 0px 10px #000;
    background-color: #fff;
    padding:0.35rem;
    cursor: pointer;
    color:#752639;
    font-family: 'Cardo', serif;
    font-weight: bold;
    text-align: center;
    font-size: 0.95rem;
    width: 76px;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 15px;
}
.prov-search-container {
    display:flex;
    padding: 6px;
}
.prov-search-single {
    width:80%;
}
.prov-search-single-2 {
    width:20%;
    cursor:pointer;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0 5px;
    background-color:#752639;
    color:#fff;
    font-family: 'Cardo', serif;
    font-weight: bold;
}
#SearchText {
    border:0;
}
/*auctions*/
.shadow-wrap {
    max-width: 1000px;
    box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.2);
    margin: auto;
}
.auctions-wrap {
    max-width: 1100px;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.auction-container {
    width: 32%;
    height: 320px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: center center no-repeat;
    background-size: cover;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #978d75;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
    margin: 0.2em;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    padding: 1em;
    flex-direction: column;
}
.advice {
    margin-top:10px;
    font-size: 15px;
    color:#dddad3;
}
.auction-container:hover {
    transform: scale(1.01);
    box-shadow: 0 0 10px #2b2820;
}
/*video*/
.video-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    overflow: hidden;
    margin-bottom:2rem;
    background-color: #732a3d;
}
.play-but {
    position: absolute;
    left: calc(50% - 53px);
    top: calc(50% - 53px);
    cursor:pointer;
    text-align:center;
}
.play-but img {
    width:60px;
    height:60px;
}
.learn-more {
    color: #f4f2ed;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    z-index: 1;
}
.video-wrap iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:rgba(117, 38, 57, 0.44);
    color:#fff;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-shadow: 0 0 10px #000;
  }
  .info-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    margin-top:2rem;
    background-color: #fff;
  }
  .info-wrap-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: auto;
    margin-bottom: 10px;
  }
  .info-wrap-inner div {
      width: 31%;
      margin: 0 1%;
      text-align: center;
  }
  .info-wrap-inner h3 {
    font-family: 'Cardo', serif;
    color: #752639;
    font-size: 1.5rem;
    width: 100%;
    margin: 0.5rem 0;
  }
  .info-wrap-inner p {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    margin: 0.5rem 0;
  }
  /* slider */
.slider-seperator {
    display:inline-block;
    width:100%;
    position:relative;
    padding-top: 30px;
}
.slider-wrap {
    height: 400px;
}
.slider {
    width: 100%;
}
.image-slider-container .slick-slide {
    margin: 0px;
}
.slider-nav .slick-slide {
  margin: 0;
  text-align: center;
}
.slick-slide img {
    display: block;
    margin: auto;
    height: 100%;
    /*    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto; */
}
.slick-prev:before,
.slick-next:before {
    color: #000;
    width: 40px;
    height: 40px;
    font-size: 40px;
}
.slick-slide {
  transition: all ease-in-out .3s;
}
.slick-current {
  opacity: 1;
}
.slick-prev {
    left: -40px;
    z-index: 99999;
}
.slick-next {
    right: -40px;
    z-index: 99999;
}
.slick-arrow:before {
    color: #732a3d;
}
.slider-nav-online .slick-next {
    right: 10px;
}
.slider-nav-online .slick-prev {
    left: 10px;
}
.slider-nav-online .slick-next:before {
    color:#fff;
}
.slider-nav-online .slick-prev:before {
    color:#fff;
}
.slider-nav .slick-next {
    right: 10px;
}
.slider-nav .slick-prev {
    left: 10px;
}
.map-slick .slick-next {
    right: 10px;
}
.map-slick .slick-prev {
    left: 10px;
}
.slider-nav .slick-next:before {
    color:#fff;
}
.slider-nav .slick-prev:before {
    color:#fff;
}
  /* lots */
iframe {
    border-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
  .bid-overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    background-color:rgba(255, 255, 255, 0.75);
    opacity:0;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:7px;
    cursor:pointer;
}
.bid-overlay:hover {
    opacity:1;
}
.bid-overlay > button {
    background-color:#2e5732;
    padding:20px;
    border-radius:7px;
    color:#fff;
    font-weight:bold;
    font-size:24px;
    border:0px solid;
}
.lot-wrap {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    border: 1px solid #fff;
    box-shadow: 0 0 6px #2b2820;
    margin: 10px auto;
    transition: 0.2s ease;
    width: 90%;
    justify-content: space-between;
    overflow: hidden;
}
.lot-wrap:hover, .lot-wrap-active:hover, .lot-wrap-closed:hover {
    transform: scale(1.03);
}
.lot-wrap-active {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    border: 1px solid #2e5732;
    box-shadow: 0 0 10px #2e5732;
    margin: 10px auto;
    transition: 0.2s ease;
    width:90%;
    justify-content: space-between;
    overflow: hidden;
}
.lot-wrap-closed {
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    border: 1px solid #752639;
    box-shadow: 0 0 10px #752639;
    margin: 10px auto;
    transition: 0.2s ease;
    width:90%;
    justify-content: space-between;
    overflow: hidden;
}
.lot-image {
    height:200px;
    width: 100%;
    border-radius: 7px 7px 0 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.lot-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 3px 0;
}
.lot-overlay-text {
    font-size:12px;
}
.lot-overlay-price {
    font-weight: bold;
}
.lot-info {
    background-color:#fff;
    padding:5px;
}
.lot-number {
    font-size:11px;
}
.lot-adress {
    font-size:16px;
    font-weight: bold;
    display: block;
    min-height: 4vh;
}
.lot-excerpt {
    font-size:13px;
    min-height: 3rem;
    display: block;
}
.lot-types {
    text-align: center;
}
.lot-type:nth-of-type(1)::after {
    content:" | ";
    color:#dddddd;
}
.lot-specs {
    background-color: #ced0cf;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 0 5px;
    font-size:0.8rem;
}
.lot-spec {
    white-space: nowrap;
}
.lot-spec img {
    width: 30px;
    display: inline-block;
    color: #000;
}
.spec-number {
    display: inline-block;
    margin-left: 5px;
    bottom: 9px;
    position: relative;
}
.lot-specs-head {
    display: flex;
    padding: 5px 5px 0 5px;
    font-size:0.8rem;
}
.lot-spec-head {
    white-space: nowrap;
    margin-right: 20px;
}
.lot-spec-head img {
    width: 23px;
    display: inline-block;
}
.spec-number-head {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.your-bd text {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
/* PAGE */
.pagehead-wrap {
    background: url(../images/kzn_bkg.jpg) no-repeat center top;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.5rem;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.pagehead-container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
}
.pagehead-text {
    color: #fff;
    font-weight: 700;
    font-size:2rem;
    text-shadow: 0px 0px 10px #000;
}
/* tabs */
.tab-wrap {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    height: 3rem;
}
.tab-container {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display:flex;
}
.tab-button, .tab-button-2 {
    background-color: #dddad3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #752639;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    font-size: 1.2rem;
}
.tab-button-2 {
    width:50%;
    height:48px;
}
.tab-button:nth-child(3) {
    border-right:0px;
    border-left: 0px;
}
.tab-active {
    background-color: #fff;
    border-bottom: 3px #752639 solid;
    border-left: 0;
    border-right: 0;
}
.tab-content {
    background-color: #fff;
    max-width: 1500px;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.tab-lots-wrap {
    width: 31.3%;
    background-color: #fff;
    margin: 1%;
    display: flex;
    flex-direction: row;
    position:relative;
    cursor: pointer;
}
.tab-heading-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tab-date {
    font-size: 30px;
    color: #752639;
    font-weight: 700;
    margin: 1%;
    line-height: 1;
}
.tab-date-lots {
    font-weight: 400;
}
.tab-timer {
    text-align: center;
    color: #978d75;
    font-weight: bold;
    /*margin-right:20px;*/
}
.bid-closed {
    color: #fff;
    background-color: #752639;
    margin: 0;
    padding: 16px 0;
}
.bid-started {
    color: #fff;
    background-color: #2e5732;
    margin: 0;
    padding: 16px 0;
}
.tab-address {
    color: #2e3235;
    font-size: 18px;
    font-weight: bold;
}
.tab-timer-block {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 0.9;
    color: #fff;
    background-color: #2e3235;
    padding: 5px;
    margin-left: 10px;
    width: 3rem;
}
.tab-timer-title {
    color: #2e3235;
    margin-bottom: 0.5rem;
}
.tab-timer-block span:nth-child(1) {
    font-size: 1.35rem;;
}
div.bid-overlay button {
    cursor: pointer;
}
.increment-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    /*min-height:30px;*/
}
.notifications-wrap {
    display: flex;
    min-height: 63px;
}
#loader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility:hidden;
    transition: 0.5s;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #dddad3;
    z-index: 10;
    height: 100vh;
}
#loader img {
    mix-blend-mode: multiply;
}
#BidButtonContainer {
    min-height: 70px;
}
.notify-me {
    display: block;
    width: 40%;
    margin: 5px auto;
    padding: 5px;
    font-weight: bold;
    background-color: #2e5732;
    color: #fff;
    cursor: pointer;
}
.online {
    margin:0px 5px;
}
.live {
    background-color: #2e5732;
}
.livetext {
    color: #2e5732;
}
.sold {
    background-color: #752639;
}
.soldtext {
    color: #752639;
}
.small {
    font-size:13px;
}
.big {
    font-size:24px;
    font-size: 24px;
    font-weight: bold;
}
.current-bid-win {
    color: #2e5732;
}
.current-bid-lose {
    color: #752639;
}
.are-you-winning {
    display: block;
    border-width:2px;
    border-style:solid;
    width:50%;
    margin:5px auto;
    padding: 5px;
    font-weight: bold;
}
.yes {
    border-color: #2e5732;
    background-color: rgba(46, 87, 50, 0.15);
    color: #2e5732;
}
.no {
    border-color: #752639;
    background-color: rgba(117, 38, 57, 0.15);
    color: #752639;
}

.increment-button {
    opacity: 0.2;
    padding: 5px;
    text-align: center;
   /* width: 100%;*/
    background-color: rgba(46, 53, 50, 0.3);
    border:2px solid #2b2820;
    margin: 0px 10px;
    cursor: pointer;
    font-weight: bold;
}
.increment-button:hover {
    opacity:0.75;
}
.active {
    opacity: 1;
}
.plusmin {
    height: 25px;
    flex-grow: 1;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.plus {
    background-image:url('../images/plus.png');
    margin-left: 10px;
}
.minus {
    background-image:url('../images/minus.png');
    margin-right: 10px;
    background-position: right;
}
.bid-button {
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
}
.max-bid {
    background-color:#2b2820;
}
.instant-bid {
    background-color: #2e5732;
}
.bid-hist {
    margin-top:5px;
    font-weight:bold;
}
.history-container {
    width: 100%;
    /*overflow-y: scroll;*/
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f4f2ed;
}
.history-item {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    text-align: center;
}
.history-item>div:nth-last-of-type(2) {
    font-weight: bold;
}
.history-item > div:nth-last-of-type(3) {
    text-align:left;
}
div.history-container>div:nth-of-type(odd) {
    background: #e0e0e0;
  }
.tab-timer-block-text {
    font-size: 9px;
}
.tab-timer-blocks {
    display: flex;
}
/* Map page */

.CustomMarker {
    background-color: white;
    color: black;
    border: 0px solid #fff;
    border-radius: 10px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: bold;
}

    .CustomMarker:hover {
        background-color: #752639 !important;
        color: white !important;
        z-index: 999999;
    }

.single-map-slider {
    background-color: rgba(255,255,255,0.75);
    display: flex;
    box-shadow: 0px 0px 10px #000;
    border-radius: 7px;
    padding: 3%;
    cursor: pointer;
}

.single-map-slider-cont {
    margin: 2% 0;
    padding: 0px 9% 0 9%;
}
div#map {
    height: 64vh;
}
span.map-address {
    margin-bottom: 4px;
    display: inline-block;
    font-weight: bold;
    color: #752639;
}

.map-content {
    position: relative;
}
.map-slick {
    position: relative;
    width: 80%;
    bottom: 20px;
    left: 10%;
    background-color: none;
    display: flex;
}

.single-map-slider img {
    display: inline-block;
    margin: 1%;
    height: 100%;
}

.map-slider-text {
    font-size: 1.3rem;
    margin: 1% 0;
    width: 100%;
}

.map-slide-image {
    width: 230px;
    height: 94px;
    margin-right: 20px;
    background-size: cover;
    background-position: center center;
}

/* footer */
.footer-wrap {
    background-color: #2e3235;
    width: 100%;
    margin-top: 60px;
}
.footer-container {
    max-width:1100px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.disclaimer {
    background-color: #2e3235;
    width: 100%;
    text-align: center;
    color: #8b969f;
    font-weight: 400;
    font-size: 11px;
    padding: 1rem;
}
.footer-container div {
    font-size: 0.8rem;
    color: #8b969f;
    line-height: 1.5;
    padding:1rem 0;
    margin-left: 50px;
}
.footer-container b {
    font-size: 1rem;
    color:#f4f2ed;
}
.footer-container div:nth-child(1) {
margin-left: 0px;
}
.affiliation-wrap {
    background-color: #dddad3;
    width: 100%;
}
.affiliation-wrap img {
        height: 110px;
        margin: 0 1rem;
    }
.image-slider-container {
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom:0;
}
.image-slider-container-online {
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.image-slider-container .nav-slide {
    height: 8vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
    box-shadow: 0px 0px 10px #999;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.image-slider-container-online .nav-slide {
    height: 8vh;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 0px 0px 10px #000;
    width: 100%;
    display: inline-block;
}
.slider-nav-online img {
    max-width: 100%;
    max-height: 100%;
}
.nav-slide-online {
    box-shadow: 0px 0px 10px #000;
    height: 8vh;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity:0;
}
.image-slider-container-online .slick-slide {
    padding: 6px;
}
.nav-slide img {
    max-height: 8vh;
    width: auto;
    height: auto;
    margin:auto;
}
.nav-slide-online img {
    max-height: 8vh;
}
.nav-slide {
    text-align: center;
}
.slick-slide .nav-display {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-color: #dee1e4;
}
.slider-seperator .nav-display {
    width: 100%;
    background-size: cover;
    background-position: center center;
    /*height: 330px;*/
}
.image-slider-container .slick-slide {
    padding: 10px;
}
.online-bidding-container {
    width: 100%;
    /*height: 500px;*/
    margin: 20px auto;
    padding: 0px 20px;
    text-align: center;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.bid-from {
    font-size: 24px;
    color: #752639;
    font-weight: bold;
}
.col-1 {
    width: 70%;
    line-height: 1.35;
}
.col-2 {
    width: 30%;
    line-height: 1.35;
}
button.prime-but, .pop-but {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb;
    text-rendering: auto;
    color: #752639;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0.5em 0;
    font: 400 14.3333px Arial;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #752639;
    border-image: initial;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0px;
}
button.prime-but:hover, .pop-but:hover {
    background-color: #dddad3;
}
.col-right .prime-but {
    min-height: 35px;
    margin: 0;
    padding: 1.05em 0.5em;
}
.col-right {
        padding-left: 20px;
    }
.agent-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contact-title {
    color: #752639;
    font-size: 30px;
    font-family: 'Cardo', serif;
    margin: 20px 0 10px 0;
    text-align: left;
}
.agent-block-1 {
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    color: #888;
    margin-top:15px;
}
.agent-block-1 input, textarea {
    width: 80%;
    margin-bottom: 10px;
    font-size: 20px;
}
.agent-block-1 textarea {
height: 100px;
}
.agent-block-1 h3 {
    color: #752639;
    margin-block-start: 0.6em;
    margin-block-end: 0.3em;
}
.agent-block-2 h3 {
    color: #752639;
    margin-block-start: 0.6em;
    margin-block-end: 0.3em;
}
.agent-block-2 {
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;    
}
.agent-block-2 img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 50%;
}
.contact-info, .contact-image {
    display:inline-block;
}
.contact-image {
    width: 100px;
    height: 100px;
    margin-right:20px;
    border-radius: 50%;
    background-size: cover;
    background-position:center center;
}
.contact-info {
    line-height: 1.6;
    text-align: left;
}
.contact-info h3{
    margin-top:0;
}
.contact-info a{
    text-decoration:none;
    color:#2e3235;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

input.prime-but, .front-end-admin-wrap button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb;
    width: 32%;
    text-rendering: auto;
    color: #752639;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0.5em 0;
    font: 400 13.3333px Arial;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #752639;
    border-image: initial;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0px;
}

input.prime-but:hover, .front-end-admin-wrap button:hover {
    background-color: #dddad3;
}

.facebook-button {
    background-image: url(../images/login_with_facebook.png);
    background-color: rgba(0,0,0,0);
    height: 51px;
    border-radius: 0;
    background-position: -5px -6px;
}

.google-button {
    background-image: url(../images/login_with_google.png);
    background-color: rgba(0,0,0,0);
    height: 51px;
    width: 233px !important;
    border: 0px solid #ccc !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.front-end-admin-wrap button {
    width: auto;
}
textarea {
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-image: initial;
    padding: 2px 0px 0px 2px;
}
button.facebook-button {
    border: none;
}
.front-end-admin-wrap {
    max-width: 1200px;
    padding: 0 20px;
}
.front-end-admin-wrap label {
    font-size: 12px;
}
.front-end-admin-wrap label:after {
    content: '\A';
    white-space: pre;
}
input.form-control {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.info-block h3 {
    font-family: 'Cardo', serif;
    color: #2b2820;
    font-size: 1.2rem;
    width: 100%;
    margin: 0.5rem 0;
}
.info-block {
    width: 23%;
    text-align: center;
    line-height: 1.5;
    padding: 1%;
    margin: 1%;
    background-color: #fff;
    border: 1px solid #ced0cf;
    padding-bottom: 26px;
}
.info-wrap-2 {
    display: flex;
    flex-wrap: wrap;
}
.about-half {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
}
.about-full {
    padding:0 20px ;
}
.dark {
    background-color: #732a3d;
    padding: 0 20px;
    color: #f4f2ed;
}
.half-container {
    display: inline-flex;
}
.hero-container {
    width:100%;
    min-height:800px;
    background-position:center center;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
}
.hero-overlay {
    position: absolute;
    bottom: 0;
    left:0;
    top:0;
    right:0;
    background-color: rgba(0,0,0,0.4);
}
.hero-text {
    transition: 0.5s;
    font-size: 79px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-family: Cardo;
}
.foopflex {
    display: flex;
    flex-direction: row;
    width:100%;
}
.play-img {
    cursor:pointer;
}
#vidPop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.flex-col {
    line-height: 1.5;
    width: 49%;
}
.person-photo {
    width:180px;
    height:180px;
    border-radius:50%;
    margin:auto;
    background-size:cover;
    margin-bottom:20px;
    border:2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
}
.person-holder {
    width:50%;
    padding:30px;
    text-align:center;
    margin:auto;
}
.person-name {
    color: #752639;
    font-size: 20px;
    font-family: 'Cardo', serif;
    font-weight: bold;
    width: 100%;
    display:block;
}
.person-title {
    display:block;
    font-style:italic;
    margin-bottom:5px;
}
.nav-icon {
    width:20px;
    height:20px;
    margin-right:8px;
}
.nav-options {
    background-color:#2e3235;
    color: #fff;
    padding: 8px 8px 5px 8px;
    width: 100%;
}
.nav-option {
    cursor:pointer;
    display: inline-flex;
}
.nav-option-text {
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.fullscreen-grid {
    max-width: 1000px;
    margin:auto;
}
.fs-slide-close {
    position:fixed;
    top:20px;
    right:21px;
    font-size:3rem;
    color:#fff;
    cursor:pointer;
    z-index: 10000000;
}
.fs-slider-holder {
    display:flex;
    background-color: rgba(0,0,0,0.85);
    z-index: 100000;
    flex-direction:column;
    top:0;
    left:0;
    bottom:0;
    right:0;
    position: fixed;
    justify-content: center;
    visibility:hidden;
}
.fs-grid-holder {
    display:flex;
    background-color: rgba(0,0,0,1);
    z-index: 100000;
    flex-direction:row;
    flex-wrap: wrap;
    top:0;
    left:0;
    bottom:0;
    right:0;
    position: fixed;
    justify-content: center;
    visibility:hidden;
    overflow-y:scroll;
}
.fullscreen-slide {
    height:100vh;    
}
.fs-inner-image {
    height: 100vh;
    margin:auto;
    background-position: center center;
    background-size:contain;
    background-repeat: no-repeat;
}
.fullscreen-grid {
    max-width: 1000px;
    margin: auto;
    width: 100%;
    padding-left:1%;
}
.fullscreen-slider > .slick-prev {
    left:10px;
}
.fullscreen-slider > .slick-next {
    right:10px;
}
.fullscreen-slider .slick-arrow:before {
    color: #fff;
}
.fullscreen-slider .slick-slide {
    height:100vh;
}
.map-slick .slick-arrow:before {
    color: #732a3d;
}
.map-slick .slick-prev {
    top: 46%;
}
.map-slick .slick-next {
    top: 46%;
}
.grid-item {
    display: inline-block;
    width: 33%;
    padding-top: 20%;
    background-size: cover;
    background-position: center center;
}
.slick-prev, .slick-next {
width: 40px;
height: 40px;
}
.fourcol {
    width:25%;
    text-align:center;
    padding:0 20px;
}
.fourcol p {
    font-size:1.4em;
}
.franic {
    width:80px;
}
.colcont {
    display: flex;
    flex-direction: row;
}
.franform {
    margin-top:30px;display:flex;flex-direction:row;
}
.franhalf {
    width:50%;
}
.search-field2 {
    background-color: #fff;
    z-index: 99999;
    display:flex;
    flex-direction: row;
}
input#SearchString {
    font-size: 0.6em;
    padding-left: 5px;
}
/* MEDIA QUERIES */
@media screen and (min-width: 800px) {
    .lot-wrap {
        width: 94%;
    }
    .video-wrap-2 {
        display: none;
    }
    select.search-filter {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1010px) {
    select.search-filter {
        width: fit-content;
        padding:5px;
        margin:auto;
        margin-bottom:15px;
    }
    .list-container {
        top: 15px;
    }
    input#SearchString {
        font-size: 0.6em;
        padding-left: 5px;
        margin-bottom: 15px;
    }
    .search-field2 {
        flex-direction: column;
    }
    .search-filter {
        margin-bottom:15px;
    }
    .search-field {
        flex-direction: column;
    }

    .franhalf {
        width:100%;
    }
    .franform {
        margin-top:30px;display:flex;flex-direction:column;
    }
    .colcont {
        flex-direction: column;
    }
    .fourcol {
        width:100%;
        text-align:center;
    }
    .slick-prev:before,
    .slick-next:before {
        color: #000;
        width: 40px;
        height: 40px;
        font-size: 40px;
    }
    .slick-slide {
    transition: all ease-in-out .3s;
    }
    .slick-current {
    opacity: 1;
    }
    .slick-prev {
        left: 0px;
        z-index: 99999;
        width: 40px;
        height: 40px;
    }
    .slick-next {
        right: 0px;
        width: 40px;
        height: 40px;
    }
    .slick-arrow:before {
        color: #732a3d;
    }
    .slider-nav-online .slick-next {
        right: 5px;
    }
    .slider-nav-online .slick-prev {
        left: 5px;
    }
    .slider-nav .slick-next {
        right: 5px;
    }
    .slider-nav .slick-prev {
        left: 5px;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
    }    
    .info-block {
        width: 48%;
    }

    .person-holder {
        width:100%;
    }

    .hero-text {
        font-size: 60px;
    }

    /*.history-container {
        max-height: 50vh;
    }*/

    .footer-container {
        flex-direction: column;
    }

        .footer-container div {
            margin-left: 0;
        }

    .info-wrap-inner {
        flex-direction: column;
    }

    .info-wrap-inner div {
        width: 96%;
    }
    .tab-content {
        padding: 20px 5px 20px 5px;
    }
    .tab-timer-block {
        width: 3.1rem;
    }

    .agent-container {
        flex-direction: column;
    }

    .slider-seperator {
        width: 100%;
    }
    /*
    .slick-slide .nav-display {
        height: 36vh;
    }*/

    .image-slider-container .slick-slide {
        padding: 10px;
    }

    .image-slider-container .nav-slide {
        box-shadow: none;
        overflow:hidden;
    }

    .tab-lots-wrap {
        width: 31%;
        background-color: #fff;
        margin: 1%;
    }

    .lot-specs-head {
        flex-direction: column;
    }

    .tab-timer {
        margin-top: 20px;
    }

    .col-2, .col-1 {
        width: 100%;
    }

    .col-right {
        padding-left: 0px;
    }

    .online-bidding-container {
        width: 100%;
        height: auto;
    }

    .image-slider-container-online {
        width: 100%;
    }
}
.cookie-inner {
    max-width: 800px;
    margin: auto;
    flex-direction: row;
    display: flex;
    font-size: 0.8rem;
    align-items: center;
}
.cookie-notify {
    padding:10px;
    background-color: #2b2820;
    color: #dddad3;
    overflow:hidden;
    position: fixed;
    width: 100%;
    bottom:0;
}
.cookie-accept {
    background-color: #dddad3;
    color: #4c5057;
    padding: 8px;
    border-radius: 4px;
    font-weight: bold;
    cursor:pointer;
}
.d-block {
    display:block;
}
.d-none {
    display:none;
}
.cookie-accept:hover {
    background-color: #4c5057;
    color: #dddad3;
}
select#selFilter {
    border: none;
    margin-right: 5px;
    height: 30px;
    background-color: #fff;
    color: #752639;
    text-transform: uppercase;
    font-family: 'Cardo', serif;
    font-size:0.95rem;
    font-weight: bold;
}

.three-col {
    display:flex;
    flex-direction:row;
}
.a-col {
    width:50%;
    padding:15px;
    text-align:center;
}
.four-col {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.four-col-single {
    width: 22.5%;
    /* height: 270px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #2e3532;
    background-color:#fff;
    margin: 10px 0;
    text-align: center;
    transition:0.2s;
    cursor:pointer;
}
.four-col-single:hover {
    box-shadow:0 0 30px #928b81;
    transform: scale(1.02);
    background-color: #2e3532;
    color:#f4f2ed;
}
.three {
    width: 31%;
}
.statf {
    width: 30%;
}
.partner-logos {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}
.partner-logos > img {
    height:100px;
    mix-blend-mode:multiply;
}
/* START MEDIA QUERIES */
@media screen and (max-width: 800px) {
    .prov-search-single-2 {
        width: 30%;
        font-size: 0.7rem;
    }
    select#selFilter {
        font-size:0.7rem;
    }
    div#map {
        height: 85vh;
    }
    .grid-item {
        width: 32%;
    }
    .slick-slide .nav-display {
        height: 36vh;
    }
    .map-slick .slick-prev {
        top: 50%;
        height:210px;
    }
    .map-slick .slick-next {
        top: 50%;
        height:210px;
    }
    .single-map-slider-cont {
        margin: 2% 0;
        padding: 0px 12% 0 12%;
    }
    .fullscreen-slider > .slick-next {
        right:10px;
    }
    .single-map-slider {
        flex-direction:column;
        height:177px;
    }
    .map-slick {
        position: relative;
        width: 100%;
        margin:30px 0;
        background-color: none;
        display: flex;
        left:0;
    }
    .map-slick .map-slide-image {
        width: 150px;
        height: 94px;
        /* margin-right: 20px; */
        background-size: cover;
        background-position: center center;
        margin: 0 auto;
    }
    .map-slick .slick-next {
        right: 0px;
    }
    .map-slick .slick-prev {
        left: 0px;
    }
    .map-slider-text {
        font-size: 0.8rem;
        margin: 1% 0;
    }
    .foopflex {
        display: flex;
        flex-direction: column;
    }
    .play-img {
        display:none;
    }
    .video-wrap-2 {
        display: block;
    }
    .header-button-mobile > button.logout-button {
        color: #ffffff;
        cursor: pointer;
        text-transform: uppercase;
        background: none;
        border: none;
        font-size: .9em;
        margin-left: 0.6rem;
    }
    .image-slider-container {
        display: none;
    }
    .image-slider-container-online {
        display: none;
    }
    .flex-col {
        line-height: 1.5;
        width: 99%;
    }

    .info-block {
        width: 98%;
    }

    .tab-lots-wrap {
        width: 98%;
        background-color: #fff;
        margin: 1%;
    }

    .tab-heading-wrap {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .tab-timer-blocks {
        text-align: center;
        display: block;
    }

    .tab-timer-block {
        display: inline-block
    }

    .tab-timer {
        margin-top: 20px;
    }

    .hero-text {
        font-size: 40px;
    }

    .about-half {
        width: 100%;
        display: inline-block;
        padding: 0 20px;
    }

    .half-container {
        flex-direction: column;
    }

    .video-wrap {
        height: 180px;
    }

    .tab-button {
        font-size: 0.8rem;
    }
    .lot-wrap {
        display: flex;
        flex-direction: column;
        border-radius: 7px;
        border: 1px solid #fff;
        box-shadow: 0 0 6px #2b2820;
        transition: 0.2s ease;
        width: 73%;
        justify-content: space-between;
        margin: 5px auto;
    }
}

@media screen and (max-width: 930px) {
    .auction-container {
        width: 48%;
        height: 340px;
        line-height: 1;
        padding: 2%;
        min-height: 10vh;
    }    
}
.logorow {
    display:flex;
    flex-direction:row;
    justify-content: space-around;
}
.logoblock {
    background-size: contain;
    background-repeat: no-repeat;
    height:150px;
    width:150px;
    margin-bottom:25px;
}

.eval-Floating-container {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.75);
    border: 1px solid lightgrey;
    position: fixed;
    background-color: white;
    padding:30px;
   /* margin-left: 150px;*/
    top: 25%;
    left: 30%;
    right:30%;
    bottom:25%;
    display: none;
    z-index: 2;
}

.autolist_container {
    display: none;
    position: absolute;
    padding: 5px;
    border: 1px solid grey;
    left: 10px;
    background-color: white;
    z-index: 99999;
    margin:auto;
    /*min-width:600px;*/
    width: 100%;
}
.list-container {
    position: relative;
    z-index: 99999;
    display:flex;
    justify-content:center;
   /* align-items:center;*/
   width: 80%;
    margin: auto;
    left: -10px;
}

@media screen and (max-width: 1000px) {
    .list-container {
        width: 100%;
    }
    .eval-Floating-container {
       top: 30px;
        left: 30px;
        right:30px;
        bottom:25%;
        display: none;
    }
    .partner-logos {
        display: flex;
        flex-direction: column;
        margin:auto;
    }
    .logorow {
        flex-direction: column;
    }
    .logoblock {
        margin:auto;
    }
    .partner-logos {
        flex-direction:column;
    }
    .statf {
        width: 100%;
        margin-bottom:50px;
    }
    .three {
        width: 100%;
    }
    .four-col {
        flex-direction: column;
    }
    .four-col-single {
        width: 100%;
    }
    .three-col {
        flex-direction:column;
    }
    .a-col {
        width:100%;
        padding:15px;
    }
    .js .slicknav_menu {
        display: block;
    }
    .header-button {
        display: none;
    }
    .search-wrap {
        width: 100%;
    }
    .search-container {
        width: 90%;
        text-align: left;
    }
    .search-field {
        width: 100%;
    }
    .search-button {
        width: 50%;
        margin: 0 auto;
    }
    .auction-container {
        width: 100%;
        height: 340px;
        line-height: 1;
        padding: 2%;
        min-height: 10vh;
    }    
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header-desktop {
        justify-content: space-between;
    }

    .header-button-container {
        margin: 1rem 2rem;
    }
}

@supports (-ms-accelerator:true) {
    .header-desktop {
        justify-content: space-between;
    }

    .header-button-container {
        margin: 1rem 2rem;
    }
}

@supports (-ms-ime-align:auto) {
    .header-desktop {
        justify-content: space-between;
    }

    .header-button-container {
        margin: 1rem 2rem;
    }
}

.overlay {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.85);
    z-index: 10000;
}

.popup {
    width: 98%;
    padding: 15px;
    left: 0;
    margin-left: 1%;
    border: 1px solid #ccc;
    background: white;
    position: absolute;
    top: -100%;
    box-shadow: 5px 5px 5px #000;
    z-index: 10001;
    background-color:#f4f2ed;
    font-size:24px;
    text-align:center;
}

@media (min-width: 768px) {
    .popup {
        width: 66.66666666%;
        margin-left: 16.666666%;
    }
    .about-full {
        min-width: 700px;
    }
}

@media (min-width: 992px) {
    .popup {
        width: 50%;
        margin-left: 25%;
    }
}

@media (min-width: 1200px) {
    .popup {
        width: 33.33333%;
        margin-left: 33.33333%;
    }
}

/**********************************************/
/*Reuben                                      */
/**********************************************/

/*************************/
/* Completed notify      */
/*************************/

.CompletedOverlayContainer {
    width: 100vw;
    text-align: center;
    position: fixed;
    top: 0px;
    display: none;
}

.CompletedText {
    width: 150px;
    border: 1px solid black;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: lawngreen;
    left: 50%;
    margin-left: -75px;
    position: relative;
    padding: 10px;
}

/****************************/
/* COnfirmation formatting  */
/****************************/

.confirmation-container {
    padding: 10px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.58);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 10px 10px;
    display: none;
    z-index: 20;
}

.confirmation-header {
    padding-top: 2px;
    padding-bottom: 15px;
    font-weight: 900;
}

.confirmation-button-container {
    padding-top: 15px;
    padding-bottom: 5px;
}

/*************************/
/* Profile formatting    */
/*************************/
.alert-container {
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.58);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 5px;
    display: none;
    z-index: 1000000;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    width: 500px;
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .alert-container {
        width: 100% !important;
        height: 100% !important;
    }
}

.close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor:pointer;
}

.font-heavy {
    font-weight: 900;
}

.alert-button-container {
    padding-top: 15px;
    padding-bottom: 5px;
}

.alert-button {
    cursor: pointer;
    width:25%;
}

.alert-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 100000;
}

.cursor-pointer {
    cursor: pointer;
}

/*************************/
/* Completed notify      */
/*************************/
.CompletedOverlayContainer {
    width: 100vw;
    text-align: center;
    position: fixed;
    top: 0px;
    display: none;
}

.CompletedText {
    width: 150px;
    border: 1px solid black;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: lawngreen;
    left: 50%;
    margin-left: -75px;
    position: relative;
    padding: 10px;
}

.login-card {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,.14901960784313725);
    flex-direction: column;
}

.login-background {
    background: linear-gradient(180deg,#7d2837 40%,#dddad3 0);
    padding: 30px 0 30px 0;
}

.input-box {
    border: 1px solid #707070;
    padding: 15px;
    font-weight: 500;
    border-radius: 7px;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-color: #fff;
}

.input-label {
    text-align: left;
    letter-spacing: 0;
    color: #2b2d31;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.logo-banner {
    padding-top: 30px;
}

.half-width {
    width: 50% !important;
    float: left;
}

.grid-container {
    display: grid;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(2,6fr);
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .stretched-xs {
        width: 100% !important;
        float: left;
    }

    .grid-container {
        grid-template-columns: repeat(1,12fr);
    }
}

.stretched {
    width: 100% !important;
    float: left;
}

.padding-h-15 {
    padding-left:15px;
    padding-right:15px
}

.padding-v-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.padding-v-5 {
    padding-top: 5px;
    padding-bottom: 5px
}


.no-padding-bottom{
    padding-bottom:0;
}

.no-padding-top{
    padding-top:0;
}



.anchor-text {
    color: #7d2837;
    text-decoration: underline;
    font-weight: 700;
}

.register-card {
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 15px 30px 15px 30px
}

.no-margin {
    margin: 0px;
}

.front-main-1 {
    color: #752639;
}

.front-sub-1{
    color: #fff;
}

.back-main-1 {
    background-color: #752639;
}

.center-display {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-banner {
    width: 100%;
    text-align: center;
    background-color: #7d2837;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

button.inverse {
    background-color: #752639;
    color: white;
    transition: 0.3s;
}

    button.inverse:hover {
        background-color: white;
        color: #752639;
        transition: 0.3s;
    }

.text-danger {
    color: #ed1c24
}

.center-align {
    display: block;
    margin: 0 auto;
}

.text-center{
    text-align:center;
}

.input-error {
    border-color: #ed1c24 !important;
}

.text_Description {
    width: 100%;
    font-size: larger;
}

.text_Style_Header {
    color: #7d2837;
    font-size: x-large
}

.operating_Hours_container {
    display: grid;
    grid-template-columns: auto
}

.operating_Hours {
    display: grid;
    grid-template-columns: auto auto
}

.validate_Erorr {
    color: red;
    padding: 1px;
}

.contact_details_Mobile {
    font-size: large;
    background: #fff;
    border-radius: 6px;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.operating_hours_Mobile {
    font-size: large;
    background: #fff;
    border-radius: 6px;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}

.Button_Call_Me_Back {
    background-color: #752639;
    color: white;
    /* transition: 0.3s; */
    padding: 10px;
    border: 0.1px solid black;
    border-radius: 2px;
    width: 130px;
}

    .Button_Call_Me_Back:hover {
        background-color: white;
        transition: 0.3s;
        color: #752639;
        border: 0.1px solid #752639;
        border-radius: 2px;
    }

.container_footer {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 49vw;
    margin-top: 2%;
    justify-items: stretch;
    justify-content: space-between;
    align-items: stretch;
}

.auctions-wrap {
    padding: 0 15px;
}
/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/

.contact_us_Card {
    display: flex;
    width: 49vw;
    background: #fff;
    border-radius: 6px;
    padding: 20px 60px 20px 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .contact_us_Card .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .contact_us_Card .content .left-side {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
            position: relative;
        }

.content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.contact_us_Card .content .right-side {
    width: 80%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
}

.content .right-side .topic-text {
    font-weight: 600;
    color: #7d2837;
    font-size: x-large;
}

.right-side .input-box_Contact {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

    .input_box_Select,
    .right-side .input-box_Contact input {
        height: 100%;
        width: 35vw;
        outline: none;
        font-size: 16px;
        padding: 0 15px;
        resize: none;
        border: 1px solid #707070;
        font-weight: 500;
        border-radius: 7px;
        background-color: #fff;
        appearance: none;
        -moz-appearance: none;
        margin-top: 3px;
    }

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

    .right-side .button button[type="submit"] {
        color: #fff;
        font-size: 18px;
        outline: none;
        border: none;
        padding: 8px 16px;
        border-radius: 6px;
        background: #3e2093;
        cursor: pointer;
        transition: all 0.3s ease;
    }

.button button[type="submit"]:hover {
    background: #5029bc;
}

#input_box {
    margin-bottom: 4%;
    margin-top: 2%;
}

.select_btn {
    height: 100%;
    width: 35vw;
}

.contact_image {
    height: 100%;
}

select:required:invalid {
    color: #666;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: #000;
}

.button_container {
    display: flex;
    justify-content: flex-end;
    margin-top: 6%;
}

@media (max-width: 820px) {
    .button_container {
        display: flex;
        justify-content: space-around;
        margin-top: 12%;
    }
}

@media (max-width: 1385px) {
    .right-side .input-box_Contact input {
        width: 100%;
        margin-top: 1%;
    }

    .select_btn {
        width: 100%;
        margin-top: 1%;
    }

    #input_box {
        margin-bottom: 4%;
        margin-top: 9%;
    }

    .container_footer {
        width: 100%;
    }

    .contact_us_Card {
        width: 100%;
    }
}

@media (max-width: 950px) {
    .contact_us_Card {
        width: 100%;
        padding: 30px 40px 21px 35px;
    }

        .contact_us_Card .content .right-side {
            width: 75%;
            margin-left: 55px;
        }

    .container_footer {
        width: 100%;
    }
}

@media (max-width: 820px) {
    .contact_us_Card {
    }

    .container_footer {
        display: unset;
        padding: 0;
    }

    .contact_details_Mobile {
        font-size: large;
        background: #fff;
        border-radius: 6px;
        padding: 19px 0px 30px 0px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        margin-top: 2%;
        text-align: center;
        padding-left: 0px !important;
    }

    .operating_hours_Mobile {
        font-size: large !important;
        background: #fff;
        border-radius: 6px;
        padding: 25px !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        margin-top: 2%;
        padding-left: 4% !important;
        margin-left: 0px;
    }

    .right-side .button {
        margin-top: 5%;
    }

    .contact_us_Card .content {
        flex-direction: column-reverse;
    }

    .right-side .input-box_Contact input {
        width: 100%;
        margin-top: 1%;
    }

    .select_btn {
        width: 100%;
        margin-top: 1%;
    }

    #input_box {
        margin-bottom: 4%;
        margin-top: 9%;
    }

    .contact_us_Card .content .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
        /* We now hide the image on mobile */
        display: none !important;
    }

        .contact_us_Card .content .left-side::before {
            display: none;
        }

    .contact_us_Card .content .right-side {
        width: 100%;
        margin-left: 0;
    }
}


.loader-container {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.brand-circle-loader {
    width: 50px;
    height: 50px;
}
    .brand-circle-loader:after {
        content: " ";
        border: 1px solid #f3f3f3;
        border-radius: 50%;
        border-top: 1px solid #752639;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: absolute;
        width: 50px;
        height: 50px;
    }
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.social-icons-container {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-top: 10px;
}

.social-icon {
    cursor: pointer;
    width: 38px;
    height: 38px;
}

.facebook-icon {
    background-image: url('/img/icon_facebook_social.svg');
}

.whatsapp-icon {
    background-image: url('/img/icon_whatsapp_social.svg');
}

.twitter-icon {
    background-image: url('/img/icon_twitter_social_dark.svg');
}