﻿/* ============================= */
/*          Header               */
/* ============================= */

/*.header-top .header-dropdown > a {
    color: white;
    background-color: transparent;
    border-left: 0;
    border-bottom: 0;
}*/

.header-top,
.header-inner,
.header-bottom {
    background-color: black;
}

    .header-top .top-text,
    .header-inner,
    .header-info-boxes .header-info-box .info-box-title,
    .header-info-boxes .header-info-box a {
        color: white;
    }

@media (min-width: 768px) {
    .header-top a,
    .navbar-nav > li > a {
        color: white;
    }
}

@media (max-width: 767px) {
    .social-menu a {
        color: white;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a:before,
    .header-top .top-menu li a:before {
        background-color: #00adef;
    }

    .navbar-nav > li.open > a, .navbar-nav > li.open > a:hover, .navbar-nav > li.open > a:focus, .navbar-nav > li.active > a, .navbar-nav > li.active > a:hover, .navbar-nav > li.active > a:focus {
        background-color: #00adef;
    }
}

    /* ============================= */
    /*        Breadcrumb             */
    /* ============================= */

    #breadcrumb {
        background: #737373; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#737373, #5a5a5a); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#737373, #5a5a5a); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#737373, #5a5a5a); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#737373, #5a5a5a); /* Standard syntax */
        /*margin-bottom: 70px;*/
    }

        #breadcrumb .breadcrumb li a {
            color: #ccc;
        }