#tour_menu i {
    color: #ffffff;
    background: #191970;
}

.navbar-inverse {
    background: #191970;
    background: -moz-linear-gradient(top, #191970 0%, #070f16 100%);
    background: -webkit-linear-gradient(top, #191970 0%, #070f16 100%);
    background: linear-gradient(to bottom, #191970 0%, #070f16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191970', endColorstr='#070f16', GradientType=0);
}

#header .listing-info {
    color: #ffffff;
}

.agentname, .associatename, .captionInner {
    color: #ffffff;
}

.galleria-container {
    background-color: #000000;
}

/*
BIG HACK: have to keep these two synchronized, since it isn't possible
to trigger the ':hover' pseudo-class from JavaScript. The extra '_hover'
class is only used in the color management functionality, to show the
hover color so the user can choose a new one with a color picker.
 */
.tour_menu_item_icon:hover {
    color: #FFFFFF !important;
    background: #070f16 !important;
}

.tour_menu_item_icon_hover {
    color: #FFFFFF !important;
    background: #070f16 !important;
}


/* end BIG HACK */
#agent-info-contact-btn{
    color: #ffffff;
    background: linear-gradient(to bottom, #191970 0%, #070f16 100%);
    border: 2px solid #ffffff;
}