@font-face {
    font-family: DINWeb;
    src: url("../fonts/DINWeb.eot");
}

@font-face {
    font-family: DINWeb;
    src: url("../fonts/DINWeb.woff") format("woff");
}

:root {
    --gold: #cca452;
    --dark-gold: #b08a3b;
}

body {
    background: #f6f6eb url("../img/background-pattern.png") repeat scroll 0 0;
    font-family: DINWeb, sans-serif;
    color: #404040
}

@media (max-width: 576px) {

    .navbar-brand img {
        max-width: 200px;
    }
}

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

.bg-light {
    background-color: #fff !important;
}

.btn-gold {
    background-color: var(--gold);
    color: #fff;
}

    .btn-gold:hover {
        background-color: var(--dark-gold);
        color: #fff;
    }

.btn-outline-gold {
    border-color: var(--gold);
    color: var(--gold);
}

    .btn-outline-gold:hover {
        border-color: var(--dark-gold);
        color: #fff;
        background-color: var(--dark-gold);
    }

.text-gold {
    color: var(--gold) !important;
}

.table a {
    color: var(--gold) !important;
}

    .table a:hover {
        color: var(--dark-gold) !important;
    }

.btn-link {
    color: var(--gold);
}

    .btn-link:hover {
        color: var(--dark-gold);
        text-decoration: none;
    }

.input-group-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bg-white {
    background-color: #fff;
}

.results h4 a {
    color: #bbb;
}

.results h5 {
    font-weight: bold;
}

.results .media {
    border-bottom: 1px solid #d2d2d2;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.results > div:last-child .media {
    border-bottom: 0;
}

.results > div .media-body {
    padding: 10px 0;
}

.carousel-control-next {
    right: 10px;
}

@media (max-width: 576px) {
    .media {
        display: block;
    }

    .carousel-control-next {
        right: 15px;
    }
}

@media (min-width: 576px) {
    .media img {
        width: 200px;
        height: 200px;
    }
}

.show a {
}

    .show a.active {
        color: var(--gold);
    }

.carousel-control-prev {
    left: auto;
    right: 50px;
}


.custom-check {
    padding-left: 0px;
}

    .custom-check label {
        margin-left: .5rem;
    }

#colorbox {
    z-index: 99;
}

.toast-container{
    width:100%;
    position:fixed;
    left:0;
    right:0;
    bottom:50px;
    display:none;
}

.toast {
    position: relative;
    text-align:center;
    margin: auto;    
    opacity: 1!important;
}