/* =================================================================
Default Theme 
--------------------------------------------------------------------
Fonts: Raleway & Open Sans
--------------------------------------------------------------------
Colors:
    Moon Yellow:        #f4c613
    Grey:               #212226
    White Smoke:        #f4f4f4
    White:              #fff
    Black:              #000

    // COLORS
$color-primary: #55c57a;
$color-primary-light: #7ed56f;
$color-primary-dark: #28b485;

$color-secondary-light: #ffb900;
$color-secondary-dark: #ff7730;

$color-tertiary-light: #2998ff;
$color-tertiary-dark: #5643fa;

$color-grey-light-1: #f7f7f7;
$color-grey-light-2: #eee;

$color-grey-dark: #777;
$color-grey-dark-2: #999;
$color-grey-dark-3: #333;

$color-white: #fff;
$color-black: #000;


 
================================================================== */




/* ================================================================= 
                        HTML, Body
================================================================== */
.launch_index, .launch_referrals, .launch_index_social, .launch_referrals_social {
    display: none !important;
}

html,
body {
    height: 100%;
}

body {
    color: #212226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;
}


/* ================================================================= 
                        Preloader
================================================================== */


#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

/* ================================================================= 
                         Header
================================================================== */
/*
.navbar-brand > img {
    width: 100px;
    height: 100px;
}
*/

#logo {
    position: relative;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

span.logo {
    color: #f4c613;
}



#logo > a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* Optional: includes padding and border in the element's total width and height */
}

 

/* ================================================================= 
                         Navigation
================================================================== */


.navbar {
    padding: 35px 0 20px 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.site-nav-wrapper {
    padding: 0 85px;
}

/*Menu*/
.site-nav-wrapper .container {
    margin-right: 1px;
}

.navbar-brand {
    padding: 10px 12px;
}

ul.navbar-nav > li > a {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
    color: #f4c613;
}

.past_auctions {
    text-align: center;
}

/* =================================================================  
                    White Navigation
================================================================== */

.white-nav-top {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}


.white-nav-top ul.navbar-nav > li > a {
    color: #212226;
}

.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a:focus {
    color: #f4c613;
}

/*Scroll spy active state*/
.white-nav-top ul.navbar-nav > li.active > a {
    color: #f4c613;
    font-weight: 500;
}

/* ================================================================= 
                          Home
================================================================== */
#home {
    background: none;
    height: 100%;
}

#home-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;

    background-size: cover;
}

#home-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}


#home-auction-title {
    font-size: 30px !important;
    cursor: pointer;
}

.home-auction-title-a {
    color: #fff;
}

.home-auction-title-a:hover {
    color: #fff;
    text-decoration: none;
}


#home-heading h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

#home-heading h1 span, #home-text p span {
    color: #f4c613;
    font-weight: 500;
}

#home-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 20px 30px 20px;
    padding: 0 500px 0 500px
}

#home-heading-1,
#home-heading-2,
#home-auction-title {
    text-transform: capitalize !important;
}

/* ================================================================= 
                        Buttons
================================================================== */
.btn-general {
    font-family: "Raleway", sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-home {
    color: #fff;
    border: 1px solid #fff;
}

.btn-home:hover,
.btn-home:focus {
    color: #fff;
    background-color: #f4c613;
    border: 1px solid #f4c613;

}

.btn-yellow {
    color: #fff;
    border: 1px solid #f4c613;
    background-color: #f4c613;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}


.btn-white {
    color: #212226;
    border: 1px solid #fff;
    background-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
    display: none;
}

.btn-back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
    display: none;
}


/*-------------------conditions button in referrals--------------*/


.btn-text:link,
.btn-text:visited {
    font-size: 1rem;
    text-decoration: none;
    color: rgb(244, 198, 19);
    display: inline-block;
    border-bottom: 1px solid rgb(244, 198, 19);
    padding: 3px;
    transition: all .2s;
    outline-offset: 2rem;
}

.btn-text:hover {
    background-color: rgb(244, 198, 19);
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(#000, .15);
    transform: translateY(-2px);
}

.btn-text:active {
    box-shadow: 0 .5rem 1rem rgba(#000, .15);
    transform: translateY(0);
}



/* ================================================================= 
                       Referral Program
================================================================== */
#referral {
    background-image: url("../img/static/istockphoto-1313811358-1024x1024.jpg");
    position: absolute;
    right: 80px;
    top: 83%;
    background-size: contain;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    cursor: pointer;
}


#statement-referral {
    background: url("../img/static/istockphoto-1400563511-1024x1024.jpg") no-repeat fixed center;
    background-size: cover;
}


#statement-referral .content-box-lg {
    background: rgba(0, 0, 0, .3);
}

#co-statement h3 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}



/*------------------------------REFERRAL popup conditions-------------------------*/


.row .about-bottom a {
    font-size: 15px;
    font-weight: 100;
}



.popup {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}


.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    width: 75%;
    background-color: #fff;
    box-shadow: 0 2rem 4rem rgba(#000, .2);
    border-radius: 3px;
    display: table;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.25);
    transform: translate(-50%, -50%) scale(.25);
    -webkit-transition: all .5s .2s;
    transition: all .5s .2s;
}


.popup-left {
    width: 33.333333%;
    display: table-cell;
}

.popup-right {
    width: 66.6666667%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 5rem;
}



.popup-image {
    display: block;
    width: 100%;
}

.popup-text {
    font-size: 1.4rem;
    margin-bottom: 4rem;

    -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid #eee;

    column-count: 2;
    column-gap: 4rem;
    column-rule: 1px solid #eee;

    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.popup:target {
    opacity: 1;
    visibility: visible;
}

.popup:target .popup-content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.popup-close,
.popup-close:link,
.popup-close:visited {
    color: #777;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    line-height: 1;
}


.popup-close:hover {
    color: #97b2bd;
}



/* ================================================================= 
                      Pricing
================================================================== */

.pricing-table {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 32px 21px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    height: 240px;
}

.pricing-table:hover {
    background: #f4c613;
}

.pricing-table .type h4 {
    color: #f4c613;
    font-size: 24px;
    margin-bottom: 25px;
}

.pricing-table .price {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0;
}

.pricing-table .price h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 42px;
    font-weight: 100;
    margin: 0 0 0 24px;
    position: relative;
}

.pricing-table .price h2 span {
    font-family: "Raleway", sans-serif;
}

.pricing-table .price h2 span.dollar {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    left: -20px;
    top: 5px;
}

span.dollar {
    position: relative;
    left: 0;
}

.pricing-table .price h2 span.month {
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 5px;
    bottom: -12px;
}

.pricing-table .price p {
    line-height: normal;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

.pricing-table ul.package {
    list-style: none;
    padding: 20px 0;
}

.pricing-table ul.package li {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
}

.pricing-table ul.package li i {
    width: 24px;
}

.pricing-table .btn-yellow,
.pricing-table.black .btn-white {
    width: 96%;
}

.pricing-table:hover h4,
.pricing-table:hover h2,
.pricing-table:hover p,
.pricing-table:hover ul.package {
    color: #fff;
}

.pricing-table:hover .btn-yellow {
    background: #fff;
    color: #212226;
    border: 1px solid #fff;
}

.pricing-table .btn-yellow:hover,
.pricing-table .btn-yellow:focus {
    background: #212226;
    color: #fff;
    border: 1px solid #212226;
}


/* Black Pricing Table */

.pricing-table.black {
    background: #212226;
    color: #fff;
}

.pricing-table.black .type h4 {
    color: #fff;
}

.pricing-table.black:hover {
    background: #f4c613;
}




/* ================================================================= 
                       Clients
================================================================== */

#clients {
    background-color: #f4f4f4;
}

#clients .horizontal-heading {
    margin-bottom: 30px;
}

#clients-list {
    padding: 45px 0 0 0;
}

.client {
    padding: 0 10px;
    max-width: 150px;
    margin: 0 auto;
    line-height: 100px;
}

.client img {
    display: inline-block !important;

}

/* ================================================================= 
                      Pricing
================================================================== */





/* ================================================================= 
                       Blog
================================================================== */


#blog {
    background-color: #f4f4f4;
}


#blog-left p {
    margin: 25px 0;


}

#blog-btn a {
    margin: 0;
    ;
}

.blog-post {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.blog-post h4 {
    line-height: 40px;
    margin: 0;
}

.blog-post > p {
    line-height: 24px;
    margin: 0;
    font-weight: 300;
}


.blog-post a {
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #f4c613;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.blog-post a:hover {
    color: #212226;
}

.blog-post .post-meta {
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    padding-top: 10px;
}

.post-meta img {
    width: 25px;
}

.blog-post .post-meta p {
    font-size: 11px;
    font-family: "Raleway", sans-serif;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}



/* ================================================================= 
                        Arrow Down
================================================================== */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}



#arrow-down:hover,
#arrow-down:focus {
    color: #f4c613;
}

.first-letter-moon-yellow {
    color: #f4c613;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;

}


/* ================================================================= 
                        Timer
================================================================== */
#home-auction-end-group {
    /*    bottom: 20px; */
}

#timer, #auction-end-date,
#home-auction-enddate {
    position: absolute;
    left: 5%;
    bottom: 40px;
    color: #fff;
    font-size: 22px;
    width: 220px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    border: 1px solid #f4c613;
    z-index: 1;
}

#auction-end-date { 
    bottom: -1px; 
    border: none;
    font-size: 17px;
    text-align: center;
}

#home-auction-enddate {
    bottom: 71px;
    border: none;
}

.auction-enddate-card h1 {
    font-size: 20px;
} 
#timer-1,
#timer-2,
#timer-3,
#timer-4 {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 220px;
    height: 32px;
    /*    color: #eee;*/
    border: 1px solid #fff;
    text-align: center;
}

.auction-enddate-card {
    text-align: center;
}

.auction-enddate-card > h1:first-of-type {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.auction-enddate-card > hr {
    /*    padding-top: 10px;*/
    margin-top: 120px;
}

/* ================================================================= 
                       Content Boxes
================================================================== */
.content-box-lg {
    padding: 120px 0;
}

ul.office-d,
.content-box-md {
    padding: 100px 0;
}

.content-box-sm {
    padding: 90px 0;
}

/* ================================================================= 
                        Verticle/Horizontal Headings
================================================================== */
.vertical-heading h5 {
    color: #f4c613;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 9px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 60px;
    left: -63px;
}

.horizontal-heading h2,
.vertical-heading h2 {
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
}

.vertical-heading h2 {
    margin: 0 0 0 35px;
}

.horizontal-heading {
    margin-bottom: 80px;
}

.horizontal-heading h5 {
    font-size: 16px;
    color: #f4c613;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}


.horizontal-heading h2 {
    margin: 0;
}

/* ================================================================= 
                        About 01
================================================================== */
#about-right p:first-child {
    margin-bottom: 30px;
}

#about-right h2:last-of-type {
    margin-top: 50px;
}

.about-text {
    text-align: justify;
    text-justify: initial;
}



/* ================================================================= 
                      About Bottom
================================================================== */

.about-bottom {
    margin-top: 40px;
    text-align: center;
}

#about-bottom img {
    margin: 0 auto;
}



/* ================================================================= 
                      About -02
================================================================== */

#about-02 {
    background-color: #f4f4f4;
}


.about-item {
    background-color: #fff;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.about-item i {
    font-size: 42px;
    margin: 0;
}

.about-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-item hr {
    width: 45px;
    height: 3px;
    background-color: #f4c613;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 20px;
}

/* Hover state */
.about-item:hover {
    background-color: #f4c613;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
    color: #fff;
}

.about-item:hover hr {
    background-color: #fff;
}

.about-item:hover i {
    transform: translateY(-20px);
}

/*Smooth transition*/
.about-item,
.about-item i,
.about-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.about-item h3,
.about-item p {
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}


/* ================================================================= 
                      About -02
================================================================== */
#statement {
    background: url("../img/static/istockphoto-1248298359-1024x1024.jpg") no-repeat fixed center;
    background-size: cover;
}

#statement .content-box-lg {
    background: rgba(0, 0, 0, .3);
}

#co-statement h3 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}


/* =========================================
                Services-01
============================================ */

.service {
    margin: 20px 0;
}

.service .icon {
    font-size: 30px;
    margin: 0;
    transition: all 400ms linear;
}

.service:hover .icon {
    color: #f4c613;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.service h5 {
    font-size: 12px;
    text-transform: uppercase;
    color: #f4c613;
    margin: 0 0 6px 0;
}

.service:hover h5 {
    color: #212226;
}

.service h4 {
    font-size: 24px;
    margin: 0 0 8px 0;
}

.service p {
    line-height: normal;
}

/*Services Photos*/
.composition-services-photos {
    position: absolute;
}

.composition-service-photo {
    width: 55%;
    -webkit-box-shadow: 0 25px 64px rgba(#000, 0.4);
    box-shadow: 0 25px 64px rgba(#000, 0.4);
    border-radius: 2px;
    margin-top: 20px;
    margin-left: 40px;
    position: relative;
    /*    z-index: 10;*/
    transition: all 0.2s;
    outline-offset: 20px;
}

.composition-service-photo-p1 {
    left: 0%;
    top: 80px;
}

.composition-service-photo-p2 {
    left: -5%;
    top: 450px;
}


.composition-service-photo-p3 {
    left: 40%;
    top: 150px;
}

.composition-service-photo-p4 {
    left: 13%;
    top: -200px;
}

.composition-service-photo-p5 {
    left: 35%;
    top: -830px;
}

.composition-service-photo:hover {
    outline: 2px solid green;
    -webkit-box-shadow: 0 25px 40px rgba(#000, 0.5);
    box-shadow: 0 25px 40px rgba(#000, 0.5);
    transform: scale(1.05) translateY(-5px);
    z-index: 20;
}

/*
.composition-services-photos:not(:hover) {
    transform: scale(.95);
}
*/


/* =========================================
                Portfolio
============================================ */

#portfolio {
    padding-bottom: 0;
}



#portfolio .vertical-heading {
    margin-bottom: 50px;
}

.row.no-gutters [class*=col-] {
    padding: 0;
}

.portfolio-item {
    overflow: hidden;
    position: relative;
}

.portfolio-item a img {
    width: 100%;
    height: auto;
    height: 474.25px;
    width: 474.25px;
}


/* Filters CSS */

#isotope-filters {
    margin-bottom: 10px;
    padding: 20px 25px 20px 0;
}

#isotope-filters button {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 35px;
    outline: 0;
}

#isotope-filters button span {
    display: block;
    padding-bottom: 5px;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}

#isotope-filters button.active span {
    color: #f4c613;
    border-bottom: 3px solid #f4c613;
}


/* Zoom Effect */

.portfolio-item img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Overlay Effect */

.portfolio-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 14, 17, 0.9);
    cursor: -webkit-zoom-in;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Item Details Effect */
.portfolio-item-details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-item-details h3 {
    color: #f4c613;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-item-details span {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 6px;
    width: 30px;
    margin: 11px auto 5px auto;
}

.portfolio-item-details p {
    font-size: 17px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 100;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/* Show Overlay on mouse over */

.portfolio-item:hover .portfolio-item-details h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-details p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
}


/* =========================================
                Stats
============================================ */
#stats {
    background: url("../img/stats/istockphoto-850495466-1024x1024.jpg") no-repeat fixed center;
    background-size: cover;
}


#stats .content-box-md {
    background: rgba(0, 0, 0, 0.8);
}

#stats .vertical-heading {
    margin-bottom: 50px;
}

#stats .vertical-heading h2 {
    color: #fff;
}

.stats-item {
    background: rgba(61, 68, 68, 0.6);
    border-radius: 4px;
    min-height: 170px;
    padding: 25px 50px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item i {
    font-size: 42px;
    color: #f4c613;
    margin: 0 0 6px 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item h3 {
    font-size: 32px;
    color: #fff;
    margin: 5px 0 5px 0;
}

.stats-item p {
    color: #fff;
    margin: 0;
}

.stats-item:hover {
    background: #f4c613;
}

.stats-item:hover i {
    color: #212226;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}


/* =========================================
                Contact
============================================ */


/* Contact Left */

ul.social-list li {
    margin-left: 1px;
}

#contact-left p {
    margin: 25px 0 20px 0;
}

ul.office-details,
ul.social-list {
    list-style: none;
    padding: 0;
}


ul.office-details li {
    font-family: "Open Sans", sans-serif;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

ul.office-details li i {
    font-size: 20px;
    width: 45px;
}

ul.social-list li i {
    font-size: 20px;
}

#contact-left ul.social-list li a {
    color: #212226;
    border: 1px solid #212226;
    text-align: center;
}

#contact-left ul.social-list li a:hover {
    color: #fff;
    border-color: transparent;
}


/* Contact Right */

#contact-right {
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#contact-right h4 {
    font-size: 24px;
}

#contact-right p {
    margin-bottom: 25px;
}

#contact-right form input.form-control {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
}

#contact-right form textarea.form-control {
    min-height: 164px;
}


/* =========================================
                Social Icons
============================================ */

ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background: #dd4b39;
    border-color: transparent;
}


/* =========================================
               Google Map
============================================ */
#map {
    height: 600px;
}





/* =========================================
               Back to Top
============================================ */
#back-to-top {}


/* =========================================
                Animation
============================================ */

#home-auction-title,
#home-btn,
#arrow-down i {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}



#home-auction-title {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}


#home-btn {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#arrow-down i {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}



/* =========================================
                Footer  
============================================ */

footer {
    background: #212226;
    padding: 0px;
}

footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
} 

.text-white {
    color: #fff;
}

.footer-form {
    margin: 9px;
    display: inline-block;
    width: 100%;
}

.footer-form-descendant {
    padding: 9px 29px;
    vertical-align: middle;
}

form .footer-form button {
    margin-left: -5.9px;
}


/*-------------------new footer for referrals---------------------*/

.new_footer_area {
    background: #fbfbfd;
}


.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
    overflow-x: hidden;
}

.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}

.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}

.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}

.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ti-facebook:before {
    content: "\e741";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
    color: white;
}

.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}

.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}

.f_600 {
    font-weight: 600;
}

.f_size_18 {
    font-size: 18px;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4b505e;
}
*/

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
    background-size: 100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}

.footer_bottom div p,
.footer_bottom div p span {
    color: #212226;
}



@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}


/*************footer End*****************/


/* =========================================
                sticky feedback for referrals
============================================ */

/*sticky feedback */

.easy-scroll .feedback .right-sticky > a {
    color: #fff;
}

.feedback {
    position: -webkit-sticky;
    background-color: #f4c613;
    border-radius: 10%;
    position: fixed;
    top: 75%;
    right: 0%;
    font-size: 18px;
    margin-right: 13px;
    height: 65px;
    width: 70px;
    display: none;
}

.right-sticky {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    /*    margin: 0 auto; */
    top: 60%;
    left: 38%;
    transform: translateX(-50%);
    transform: translateY(-50%);
}

.feedback > .right-sticky > .leave-feedback {
    padding-left: 39%;
}


.feedback > h6 {
    color: #f2f2f2;
    font-weight: 500;
    text-align: center;
    background-color: #f4c613;
}

.feedback > h6 > a {
    color: white;
}


/* =========================================
                upcoming Auctions
============================================ */
.auctions {
    margin-left: 50px;
    font-weight: 300;
    font-size: 20px;
    margin-top: 65px;
}

.auctions ul {
    list-style-type: none;
    /*for numbers use decimal*/
}

.auctions a {
    font-size: 17px;
}




/* ================================================================= 
                        Auctions.html
                       --- Header ---
================================================================== */

#auctions-header nav {
    background-color: #eee;
}

#auctions-header ul li a {
    color: #212226;
}

/* =================================================================  
                    White Navigation
================================================================== */
.white-nav-top {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}


/* =========================================
                Card Container
============================================ */



/* =========================================
                Auctions cards
============================================ */

.section-auctions h2.text {
    color: #212226;
}


/*cards front*/
.section-auctions {
    margin-top: 150px;
    object-fit: cover;
    height: auto;
}

.card {
    perspective: 1500px;
    -moz-perspective: 1500px;
    position: relative;
    height: 547px;
    margin-bottom: 50px;
}

.card-side {
    height: 547px;

    font-size: 20px;
    color: #fff;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(#000, .95);
}

.card-side-front {
    background-color: #fff;
}

.card-side-back {
    transform: rotateY(180deg);
}

.street-address {
    text-align: center;
    margin-top: 300px;
}

.card:hover .card-side-front {
    transform: rotateY(-180deg);
}

.card:hover .card-side-back {
    transform: rotateY(0);
}


/*front side styling*/
.card-picture {
    background-size: cover;
    height: 230px;
    background-blend-mode: screen;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-heading {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 150px;
    right: 20px;
    width: 65%;
}

.card-heading-span {
    padding: 1px 11px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}



.card-details ul {
    list-style: none;
    width: 80%;
}

.card-details {
    padding: 30px;
}

.card-details ul li {
    text-transform: capitalize;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    color: #212226;
}

.card-details ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.card-side-flip {
    color: #212226;
    text-align: right;
}


/*card cta*/

.card-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

.card-specifics-box p a {
    color: gold;
}


.card-specifics-box {
    text-align: center;
    margin-top: 60px;
    /*    margin-bottom: 80px;*/
    color: #fff;
}


/*    auction ending tag*/
.auction-enddate-card h1:nth-child(1) {
    padding-top: 10px;
}


.auction-enddate-card h1:nth-child(2) {
    padding-top: 90px;
}

.auction-enddate-card h1:nth-child(3) {
    margin-top: 80px;
}


.auction-enddate-card hr {
    margin-top: 80px;
}


 