#header-container {
    border-top: none;
    background: #fff !important;
    border-bottom: none;
    min-height: 80px;
    display: block;
	position: relative;
}

#header-border {
    border-top: 1px solid #e6e6e6;
    background: #fff !important;

    height: 3px;
    display: block;

    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);

    position: relative;
    z-index: 150;

}

#navigation-wrapper ul li a {
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #979797;
    text-shadow: none;
    display: block;
    padding: 33px 20px 30px 20px;
    text-decoration: none;
    border-right: 1px solid #ccc;
    border-right-color: rgba(0, 0, 0, 0.1);
    margin-left: -3px;
}

#navigation-wrapper ul li.active a {
    color: #212121;
}

/* BG */
figure:hover .overlay .thumb-info, #sidebar-wrapper .sep, .link-wrapper, .marker-title, .cbp-vm-view-grid .single-image figure .thumb-info, .featured-star, #comments.reviews-comments #reply-title, .stats-rating, #search-popup h4, #front-login h1, .toggle-button:hover, .toggle-activator.hello-im-hidden .toggle-button, #open-search:hover {
    background: #212121
}

/* BDC */

input:focus, textarea:focus, form.search-form > fieldset.has-focus, #content-container .featured-listing, #comments.reviews-comments #reply-title  {
    border-color:#212121;
}

/* C */
.widget_tdp_listings_details li span, .tab-lister i, a.action-button span, a {
    color:#212121;
}

#content-container .featured-listing {
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.6);
}