body {
    background: url('../images/general/heerenhuys.jpg') no-repeat top center;
    /*background: url(../images/heerenhuys-white-gradient.jpg)  no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-color {
    background: rgba(255,255,255,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
}

.logo img {
    padding: 1em;
    width: 100%;
}

.gift {
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}

.gift-status, .gift-buttons, .gift-sold {
    margin-top: 1em;
}
.gift-status {
    background-color: #eee;
    height: 6px;
    display:block;
}
.gift-status div.gold {
    background-color: #b0986e;
    height: 6px;
}

.cart {
    margin: 2em 0;
}

.cart-info {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0.5em 1em;
}

.card, .thank-you, .contact, .home {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 1em;
    margin: 1em 0;
}

div.navlink {
    margin-top: 5em;
}

.give-btn {
    background: #E6DDCF;
    border: 1px solid #b0986e;
}

.empty-btn {
    cursor: pointer;
}

@media screen and (max-width: 320px) {
    div.navlink {
        margin-top: 1em;
    }
}

@media screen and (max-width: 768px) {
    div.navlink {
        margin-top: 2em;
    }
}

@media screen and (max-width: 1024px) {
    div.navlink {
        margin-top: 4em;
    }
}

.bg-danger, .bg-success {
    padding: 1em;
}

.gift-ready {
    position: absolute;
    z-index: 100;
    bottom: 7em;
}

.owl-controls {
    position: absolute;
    top: 50%;
    z-index: 101;
    width: 100%;
}
.owl-nav div {
    background-color: White;
    display:block;
    padding: 10px 15px;
    color: #b0986e;
    border-radius: 2px;
    font-size: 1.2em;
}
.owl-prev {
    float: left;
    margin-left: -50px;
}
.owl-next {
    float: right;
    margin-right: -50px;
}

.gift-buttons .row .col-xs-8 {
    padding-right: 0 !important;
}

.btn-number[disabled="disabled"] span {
    color: lightgrey;
}