/* --------------------------------*/
/*              FONTS              */
/* --------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&amp;subset=latin-ext');

/* --------------------------------*/
/*            END FONTS            */
/* --------------------------------*/



@-ms-viewport {
    width: device-width;
}

.row:before, .row:after {
    content: '' !important;
    display: block !important;
    width: 100% !important;
    height: 0 !important;
}

.row:after {
    clear: both !important;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Gill Sans', sans-serif;
    font-weight: 300;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}


.main-container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    min-height: 500px;
    height: 100%;
    background-color: #F9F7EB;
    padding: 30px 20px;
}

.spacer {
    margin-top: 115px;
}

.no-padding {
    padding: 0;
}


.custom-underline {
    max-width: 102px;
}

@media (max-width: 1024px) {
    .spacer {
        margin-top: 73px;
    }

    .main-container {
        padding: 20px 0;
    }

    .custom-underline {
        margin-left: initial !important;
    }
}




/* --------------------------------*/
/*            FORM LOGIN           */
/* --------------------------------*/

.form-login {
    background-color: #FFFFFF;
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding: 20px 10px;
}


.btn-contact-submit {
    margin: auto;
    background-color: #c9b33b;
    background-image: none;
    color: #FFFFFF !important;
    width: fit-content;
    width: -moz-fit-content;
    display: table;
    padding: 15px 30px;
    margin-top: 40px;
    border: 0;
    border-radius: 0;
    text-decoration: none !important;
    text-shadow: none;
}

    .btn-contact-submit:hover, .btn-contact-submit:focus, .btn-contact-submit:active:focus {
        background-color: #c9b33b;
    }


.form-login-fields, .form-login-fields:focus {
    width: 100% !important;
    background: #f6f1db;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #c9b33b;
    height: 50px;
    border-radius: 0;
    color: #c9b33b;
    font-size: 20px;
}

.form-login label {
    color: #333333;
    font-weight: 300;
    font-size: 20px;
    margin-top: 20px;
}

label[for="passw"] {
    margin-top: 40px;
}

.form-login a, .form-login a:focus {
    color: #333333;
    font-weight: 300;
    font-size: 20px;
    text-decoration: underline;
}

.form-login .btn-contact-submit {
    margin-top: 40px;
}

.form-login label.error {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
}

/* --------------------------------*/
/*         END FORM LOGIN          */
/* --------------------------------*/


/* --------------------------------*/
/*       OWL CAROUSEL STYLE        */
/* --------------------------------*/
.owl-nav div {
    color: #caaf3e !important;
    background: transparent !important;
    cursor: pointer !important;
    font-size: 50px !important;
    font-weight: 400 !important;
}

.owl-prev {
    position: absolute;
    top: 30%;
    left: -60px;
    display: block !important;
    border: 0px solid black;
    max-width: 45px;
}

.owl-next {
    position: absolute;
    top: 30%;
    right: -60px;
    display: block !important;
    border: 0px solid black;
    max-width: 45px;
}


.owl-stage {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
}

.owl-stage-outer {
    margin: auto;
}

.caption {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    min-height: 45px;
    height: 100%;
    line-height: 18px;
    margin-top: 10px;
}

.single-img img {
    opacity: .6;
}

.current img {
    opacity: 1;
}


.current img {
    border: 3px solid #caaf3e;
}

.current .caption {
    color: #caaf3e;
}

/* --------------------------------*/
/*     END OWL CAROUSEL STYLE      */
/* --------------------------------*/

/* --------------------------------*/
/*            USER BADGE           */
/* --------------------------------*/

.user-badge {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: -5px .5em 5px .5em;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 50%;
    font-style: normal;
    color: #ffffff;
    background-color: #caaf3e;
}

.user-paddle {
    font-weight: 400;
    color: #5f554f;
    font-size: 16px;
}

/* --------------------------------*/
/*         END USER BADGE          */
/* --------------------------------*/

/* --------------------------------*/
/*            CTA STYLE            */
/* --------------------------------*/

.btn-offer {
    margin: auto;
    background-color: #c9b33b;
    background-image: none;
    color: #FFFFFF !important;
    width: 100%;
    display: table;
    padding: 15px 30px;
    margin-top: 20px;
    border: 0;
    border-radius: 0;
    text-decoration: none !important;
    text-shadow: none;
    font-size: 1.7em;
}

    .btn-offer:hover, .btn-offer:focus, .btn-offer:active:focus {
        background-color: #c9b33b;
    }

.btn-offer-best, .btn-offer-best:hover, .btn-offer-best:focus, .btn-offer-best:active:focus {
    background-color: #000000 !important;
    color: #c9b33b !important;
}

.btn-offer-winner, .btn-offer-winner:hover, .btn-offer-winner:focus, .btn-offer-winner:active:focus {
    background-color: #000000 !important;
    color: #c9b33b !important;
}

@media (max-width: 1024px) {
    .btn-offer {
        font-size: 18px;
    }
}

/* --------------------------------*/
/*          END CTA STYLE          */
/* --------------------------------*/




/* --------------------------------*/
/*           STATUS LABEL          */
/* --------------------------------*/

.history-list {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 20px 0 5px 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    list-style-type: none;
    padding: 20px 15px;
    width: 100%;
    height: 100%;
    max-height: 366px;
    overflow: auto;
}


    .history-list li:first-child {
        margin-top: auto;
    }

    .history-list li {
        padding: 15px 0;
        border-bottom: 1px solid #f1f1f1;
    }


.msg-new {
    color: #69C86C;
}

.msg-offer {
    color: #766458;
}

.msg-warning {
    color: #F1592A;
}

.msg-sold {
    color: #020202;
}

.msg-unsold {
    color: #8C9093;
}

.msg-your-offer {
    color: #DCC774;
}

.msg-info {
    color: black;
}


@media (max-width: 768px) {
    .history-list {
        height: 100%;
        max-height: 300px;
    }
}

/* --------------------------------*/
/*         END STATUS LABEL        */
/* --------------------------------*/


/* --------------------------------*/
/*       TITLE, SUBTITLE STYLE     */
/* --------------------------------*/
.title-1 {
    font-size: 30px;
    color: #caaf3e;
    font-weight: 500;
}

.title-2 {
    font-size: 47px;
    line-height: 49px;
    color: #000000;
    font-weight: 500;
}

.title-3 {
    font-size: 32px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.title-4 {
    font-size: 22px;
    color: #c9b33b;
    font-weight: 400;
    text-transform: uppercase;
}

.title-5 {
    font-size: 50px;
    color: #c9b33b;
    font-weight: 400;
    text-align: center;
    padding: 0px 187px;
    line-height: 41px;
}

.title-3 img {
    margin: 40px auto -30px auto !important;
}


.offer-actual-title {
    font-size: 25px;
    font-weight: 600;
    color: #756156;
}

.sub-title-1 {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    margin: 20px 0;
}

.sub-title-2 {
    font-size: 20px;
    color: #2f2f2f;
    font-weight: 300;
    margin: 20px 0 50px 0;
    text-align: center;
}

.text-area {
    font-size: 17px;
    color: #000000;
}

    .text-area a {
        color: #c9b33b;
    }

    .text-area strong {
        font-size: 25px;
        font-weight: 400;
        color: #000000;
    }

@media (max-width: 1024px) {

    .title-2 {
        font-size: 34px;
        line-height: 40px;
    }

    .title-5 {
        font-size: 30px;
        color: #c9b33b;
        font-weight: 400;
        text-align: center;
        padding: 0px;
        line-height: 34px;
    }
}

/* --------------------------------*/
/*         END TITLE STYLE         */
/* --------------------------------*/



/* --------------------------------*/
/*              NAVBAR             */
/* --------------------------------*/

.navbar {
    background-color: #FFFFFF;
    background-image: none;
    box-shadow: none;
    border-bottom: 0px solid #f2f2f2;
    color: #1e1e1e !important;
    padding-top: 24px;
    transition: all 0.55s ease;
}

.shrink {
    padding-top: 4px;
    transition: all 0.65s ease;
}

    .shrink .navbar-brand img {
        max-width: 120px;
        transition: all 0.65s ease;
    }

    .shrink a {
        font-size: 14px !important;
        transition: all 0.65s ease;
    }

.logo {
    max-width: 170px;
    transition: all 0.55s ease;
}

.navbar-brand {
    position: absolute;
    bottom: 20px;
    margin-left: 20px !important;
    height: auto;
    padding: 0px;
}

.navbar-nav {
    padding: 0;
    clear: both;
}


    .navbar-nav > li {
        margin-left: 20px;
    }

.navbar-right {
    text-align: center;
    margin-right: 0px;
}

.navbar-primary {
    height: 80px;
}

.navbar-default .navbar-nav > li > a.active {
    color: #c9b33b !important;
}


.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited {
    color: #1a1a1a;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    text-shadow: none;
    transition: all 0.55s ease;
    border: 0;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-default .navbar-nav > li > a:focus {
        color: #c9b33b !important;
        font-weight: 600;
    }

.dropdown > a {
    background-image: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #1e1e1e !important;
}

.dropdown-menu {
    width: 100% !important;
    padding: 10px 0 !important;
    left: 1px !important;
    border: 0px !important;
    border-radius: 0;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.10);
}


.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}

.dropdown-menu > li > a {
    background-image: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #7f7f7f !important;
    font-size: 15px;
    padding: 7px 14px;
}

    .dropdown-menu > li > a:hover {
        color: #1e1e1e !important;
    }


.ico-nav, .ico-nav:focus {
    position: relative;
    float: left;
    max-width: 22px !important;
}

.ico-login {
    margin-top: -5px;
}


@media all and (min-width: 1025px) and (max-width: 1199px) {

    .navbar-brand > img {
        width: 200px !important;
        margin-left: 20px;
    }
}

@media (max-width: 1024px) {

    #navbar {
        padding: 0;
    }

    .navbar {
        background-image: none !important;
        background-color: #FFFFFF;
        padding: 0;
    }

    .navbar-brand {
        position: initial;
        margin-bottom: 10px;
        margin-left: 5px !important;
    }

        .navbar-brand > img {
            width: 100%;
            max-width: 125px;
            margin-top: 8px;
            margin-left: 8px;
        }

    .navbar-primary {
        padding: 0 10px;
    }

    .navbar-secondary {
        background-color: #FFFFFF;
        border-bottom: 1px solid #d6d6d6;
        margin: 0;
        margin-top: 0 !important;
        padding-bottom: 5px;
    }



    .ico-login {
        margin-top: -3px;
        margin-left: 0px;
    }


    .navbar-nav-home-affix {
        position: absolute;
        z-index: 99999999;
        width: 100%;
        background-image: none !important;
        background-color: #FFFFFF;
    }

    .navbar-header {
        float: none;
        border-bottom: 0px solid #1e1e1e;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        background-color: #fff;
        border: 0;
        border-radius: 2px;
        margin-top: 18px;
    }

        .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #fff;
        }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #1e1e1e;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100% !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            text-align: left;
            float: none;
            margin-left: 8px !important;
            margin-bottom: 10px;
            z-index: 9999;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .dropdown .dropdown-menu {
        transition: none !important;
    }

    .dropdown-menu > li {
        margin-bottom: 10px;
    }

        .dropdown-menu > li:last-child {
            margin-bottom: 20px;
        }
}

/* --------------------------------*/
/*            END NAVBAR           */
/* --------------------------------*/


/* --------------------------------*/
/*           BIDDER STATIC          */
/* --------------------------------*/

.bidder-static-area {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    margin-bottom: 20px;
}

.offers-list, .lot-detail, .bid-list {
    background-color: #FFFFFF;
    border-left: 20px solid #F9F7EB;
    border-right: 20px solid #F9F7EB;
}

.offers-list {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    min-height: 515px;
}

.lot-info {
    margin-bottom: 15px !important;
}

    .lot-info img {
        max-height: 350px;
        /*max-width: 300px; width: 100%;*/
    }

.lot-detail {
    padding: 15px 30px;
}

    .lot-detail > .text-area > div {
        margin-bottom: 8px;
    }

.stima {
    border-top: 2px solid #f1f1f1;
    padding: 10px 0 0 0;
}

.bid-list {
    padding: 20px 50px 0 50px;
}

@media (max-width: 768px) {

    .description {
        padding: 0;
        margin-top: 10px;
    }

    .lot-detail {
        margin-top: 20px;
    }


    .offers-list {
        height: 450px;
        /*height: 515px*/
    }

    .offers-list, .lot-detail, .bid-list {
        border-left: 0px;
        border-right: 0px;
    }
}


/* --------------------------------*/
/*         END BIDDER STATIC        */
/* --------------------------------*/



/* --------------------------------*/
/*         BIDDING PROGRESS         */
/* --------------------------------*/

.progress-bar-counter {
    text-align: center;
    color: #575757;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

    .progress-bar-counter .progress {
        max-width: 500px;
        width: 100%;
        margin: auto;
        height: 8px;
        padding: 2px 2px 3px 2px;
        box-shadow: none;
        -webkit-box-shadow: none;
        margin-top: 5px;
    }

.progress-bar {
    background-color: #c9b33b;
    background-image: none;
    height: 4px;
}

/* --------------------------------*/
/*       END BIDDING PROGRESS       */
/* --------------------------------*/


/* --------------------------------*/
/*           FOOTER                */
/* --------------------------------*/

footer {
    bottom: 0;
    width: 100%;
    background-color: #000000;
    text-align: center;
    margin: auto;
}


.footer-main-container {
    position: relative;
    max-width: 1280px;
    margin: auto;
    text-align: center;
    padding: 10px 0 50px 0;
    color: #FFFFFF;
}

.footer-link {
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
}

    .footer-link li {
        display: inline-block;
        margin: auto;
        padding: 0 10px;
    }

        .footer-link li a {
            color: #c9b33b;
        }

/* --------------------------------*/
/*          END FOOTER             */
/* --------------------------------*/

/* --------------------------------*/
/*          Margins                */
/* --------------------------------*/

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}
/* --------------------------------*/
/*          End Margins            */
/* --------------------------------*/

#image-preview {
    max-height: 600px;
    margin: auto;
}

/* ------------------------------- */
/* Bidder Overlay                  */
/* ------------------------------- */


.bidder-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

    .bidder-overlay p {
        margin: 25px 0;
    }

    .bidder-overlay h1 {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
    }

    .bidder-overlay > .message {
        position: relative;
        background-color: #f9f7eb;
        top: 20%;
        left: 20%;
        height: 60%;
        width: 60%;
        padding: 25px 25px;
    }


.cta-home {
    overflow: hidden;
    border: 2px solid #caaf3e;
    color: #ffffff;
    background: #caaf3e;
}
.cta {
    border: 1px solid #caaf3e;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    color: #caaf3e;
    background: transparent;
    cursor: pointer;
    padding: 10px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
    text-decoration: none;
}
.cta, .cta:hover, .cta:focus {
    text-decoration: none;
}
.cta-home:hover, .cta-home:active {
    color: #4c4c48;
	
	
}
#mydivclose{
 background-color: black;
 margin-left: 4px;
}

@media only screen and (max-width: 600px) {
	#mydiv {
	  position: fixed;
	  top:65px;
	  left:20px;
	  z-index: 9998;
	  background-color: #f1f1f1;
	  text-align: center;
	  border: 1px solid #d3d3d3;
	  width:90%;
	}

	#mydivheader {
	  padding: 2px;
	  cursor: move;
	  z-index: 9999;
	  background-color: #c9b33b;
	  color: #fff;
	}
	#player-video{
				width:90%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	#mydiv {
	  position: fixed;
	  top:65px;
	  left:20px;
	  z-index: 9998;
	  background-color: #f1f1f1;
	  text-align: center;
	  border: 1px solid #d3d3d3;
	  width:50%;
	}

	#mydivheader {
	  padding: 2px;
	  cursor: move;
	  z-index: 9999;
	  background-color: #c9b33b;
	  color: #fff;
	}
	#player-video{
				width:90%;
	}
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#mydiv {
	  position: fixed;
	  top:100px;
	  left:37px;
	  z-index: 9998;
	  background-color: #f1f1f1;
	  text-align: center;
	  border: 1px solid #d3d3d3;
	  width:50%;
	}

	#mydivheader {
	  padding: 2px;
	  cursor: move;
	  z-index: 9999;
	  background-color: #c9b33b;
	  color: #fff;
	}
	#player-video{
		width:90%;
	}
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#mydiv {
	  position: fixed;
	  top:150px;
	  left:42px;
	  z-index: 9998;
	  background-color: #f1f1f1;
	  text-align: center;
	  border: 1px solid #d3d3d3;
	  width:35%;
	}

	#mydivheader {
	  padding: 2px;
	  cursor: move;
	  z-index: 9999;
	  background-color: #c9b33b;
	  color: #fff;
	}
	#player-video{
	   width:90%;
	}
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#mydiv {
	  position: fixed;
	  top:150px;
	  left:112px;
	  z-index: 9998;
	  background-color: #f1f1f1;
	  text-align: center;
	  border: 1px solid #d3d3d3;
	  width:32%;
	}

	#mydivheader {
	  padding: 2px;
	  cursor: move;
	  z-index: 9999;
	  background-color: #c9b33b;
	  color: #fff;
	}
	#player-video{
		width:90%;
	
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1600px) {
	#mydiv {
	  position: fixed;
	  top:150px;
	  left:191px;
	  z-index: 9998;
	  background-color: #f1f1f1;
	  text-align: center;
	  border: 1px solid #d3d3d3;
	  width:30%;
	}

	#mydivheader {
	  padding: 2px;
	  cursor: move;
	  z-index: 9999;
	  background-color: #c9b33b;
	  color: #fff;
	}
	#player-video{
	    width:90%;
	
	}
}