

/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

/* Insert your own styles in here! */

.dark-bg
{
	background-color: #7f2c2d;
	background-image: url(../../images/bck-footer.jpg);
	background-repeat: repeat;
	background-position: center top;
	
	}
.footer-bottom
{
	background-color: #6d0607;
	}	
.dropdown-menu
{
	min-width:220px;
	
	}	
.dark-bg, .dark-bg p, .dark-bg .item-details li::before,
footer.dark-bg, .footer-bottom a
{
color: #FFFFFF;	
}
footer.dark-bg a:hover
{
	color: #DCDCDC;
	}