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

.navbar-inverse {
    background: #d12435;
    background: -moz-linear-gradient(top, #d12435 0%, #701019 100%);
    background: -webkit-linear-gradient(top, #d12435 0%, #701019 100%);
    background: linear-gradient(to bottom, #d12435 0%, #701019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d12435', endColorstr='#701019', 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: #054089 !important;
    background: #ffffff !important;
}

.tour_menu_item_icon_hover {
    color: #054089 !important;
    background: #ffffff !important;
}


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