/*
 * The file retailer_{retailer_id}.css is used on every consumer facing page for the retailer.
 */
.footer {
/*	background-color: #8d6c4c; */
	margin-top: 20px;
	border-radius: 0px;
	color: #FFFFEC;
}

.Footer {
/*	background-color: #8d6c4c; */
	margin-top: 20px;
	border-radius: 0px;
	color: #FFFFEC;
}
	
.navbar-nav>li>a {
	font-family: 'Roboto Condensed', Helvetica;
	font-size: 21px;
	color: #c62c1f;
	font-weight: 500;
	margin-top: 0px
}

/*
.navbar-default .navbar-collapse, .navbar-default .navbar-form { 
	border-color: #71573d; background-color: #8d6c4c; height: 0px;
}
*/
.page-header .navbar-nav>li>a:visited {
	color: #c62c1f;
}

.page-header .nav>li>a:focus, .page-header .nav>li>a:hover {
	text-decoration: none; 
	background-color: transparent; 
	color: #041B1A;
}

.page-header .navbar-nav>li>a:focus, .page-header .nav>li>a:hover {
	text-decoration: none; 
	background-color: transparent; 
	color: #041B1A;
}

.nav>li>a {
    position: relative;
	display: block;
	padding: 10px 8px;
}

	.navbar-brand { 
		padding: 4px 0px; 
	}
    .navbar-default {
		background-color: #4d4d4d;
	}
	
/* hide this at xs only */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	ul.nav.navbar-nav.navbar-right {}	
	.page-header .nav>li>a {
		text-shadow: 0px 1px 4px rgb(241, 235, 235); 
		margin-top: 32px;
	}

	.navbar-default {
		background-color: transparent;
	}

	.navbar-right .dropdown-menu {
		right: auto;
	}
}





/* make this visible at xs only */
@media (max-width: 767px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #cccccc; 
		background-color: #4d4d4d; 
	}
}

.page-header .nav .open>a, .page-header .nav .open>a:focus, .page-header .nav .open>a:hover {
	background-color: transparent; 
	border-color: #fff;
}


.site-footer .FooterList ul li a:visited {
	color: #c62c1f;
}

.site-footer .FooterList ul li a {
	color: #c62c1f;
}	

.site-footer ul li a {
	color: #c62c1f; line-height: 1.0;
}

.site-footer ul li h4 {
	color: #2f2f2f;
}

.footer a:visited {
	color: #c62c1f;
}

.footer a {
	color: #c62c1f;
}

.Footer ol, .Footer ul {
	list-style: none;
	list-style-type: none;
}
/*all other site footer*/	
#Footer.Footer {
	background-color:#fff; 
	background:#fff; 
	background:rgba(255, 255, 255, 0.50);
}	

.Footer ul li ul {
	padding: 0;
}

.site-footer ul li a {
	color: #c62c1f;
	 line-height: 1.0;
	}

.site-footer ul li h4 {
	color: #2f2f2f;
}	

.footer ul li h4 {
	color: #2f2f2f;
}	

.Footer ul li a:visited {
	color: #c62c1f;
}

.Footer ul li a {
	color: #c62c1f;
}

/*New Register & Login Buttons-btn tags not good in accessibility*/
.reg-login-btn {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
    font-size: 1em !important;
}

.reg-login-xs-btn{
	width: 70px;
    height: 20px;
    margin-bottom: 1.5em;
    margin-left: 10px;
}

a.btn.btn-default.navbar-btn.reg-login-btn {
    padding: 3px 0 3px 0;
}

