﻿.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #eFe3e9;
    border-radius: 0px;
}

.page-top {
    display: block !important;
}

*, html, body {
    font-size: 14px;
    line-height: 18px;
    color: #4c4c4c;
}

footer.navbar-inverse {
    padding: 20px 0 20px 0;
    background-color: #288fba;
}

    footer.navbar-inverse * {
        color: #fff !important;
    }

footer p, footer a, footer h3 {
    color: #E2291B;
}

img.brand {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
    max-height: 80px;
}

ul.navbar-nav > li > a {
    font-weight: 700;
    line-height: 37px;
}

    ul.navbar-nav > li > a:hover {
        color: #0C2C65;
        background-color: #fff;
        border-bottom: solid 2px #DC006A;
    }

a, h1, h2, h3, h4, h5, h6, .well {
    color: #DC006A;
}

.navbar-default .navbar-nav > li > a {
    color: #1e3365;
    text-transform: capitalize;
}

.navbar, .navbar-inverse {
    position: relative;
    min-height: 30px;
    border: none;
    background-color: #FFF;
    border-bottom: solid 1px #e0e0e0;
}

.btn-default {
    color: #DC006A;
    background-color: #fff;
}

.btn-primary, .btn-primary > t {
    color: #fff;
    background-color: #DC006A;
}

footer p, footer a, footer h3 {
    color: #fff;
}

#header {
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: solid 1px #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}

h1, h2, h3, h4, h5, h3 a, h2 a, h1 a, p {
    font-family: KiBliss, Arial !important;
}

a {
    color: #DC006A;
    font-weight: bold;
}

.highlight {
    background-color: #DC006A;
}

#mySubNavbar > nav-tabs > li {
    background-color: #DC006A;
}

/*buyer side*/


.page-top {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-top-detail {
    min-height: 80px;
    border: 0px solid lightgray;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: -110px;
    font-size: 14px;
    background-color: lightgray;
    color: #FFF !important;
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 40px;
    padding-right: 60px;
    margin-bottom: 0px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    .page-top-detail * {
        color: #0C2C65 !important;
    }

    .page-top-detail h1 {
        font-size: 64px;
    }

    .page-top-detail h1 {
        color: #0C2C65;
    }

    .page-top-detail h3 {
        color: #0C2C65;
    }

    .page-top-detail p {
        color: #0C2C65;
    }


@media screen and (max-width: 768px) {
    .page-top {
        display: none;
    }

    .page-top-detail {
        display: none;
    }
}
