.sub-nav-li a {
	text-decoration: none;
	color: white;
}

.history .sub-nav-li a {
	color: black;
}

.sub-nav-li a:hover, .sub-nav-li a:focus {
	text-decoration: none;
	color: white;
	background: none;
}

 .history .sub-nav-li a:hover, .history .sub-nav-li a:focus {
	color: black;
}

.partnerlogo {
	width: 30%;
}

.partnerlogopaisley {
	width: 30%;
	display: inline-block;
	margin-left: 70px;
}

.partnerlogorenfrew {
	width: 25%;
}

.partnerlogo a:hover, .partnerlogopaisley a:hover {
	background: none;
	}
	

/*styles for countdown */

#countdown {
	width: 350px;
	height: 120px;
	margin: 10px auto 10px auto;
	background-color: rgba(34,34,34,0.9);
	padding: 10px;
}

#countdown .title {
	color: white;
	text-align:center;
	padding: 3px 0;
	font-size: 80%;	
}


#countdown .timer {
	margin: 0px auto;
	width: 228px;
}

#countdown .digits {
	display: inline-block;
	width: 55px;
	text-align: center;
	margin: 1px;
}

#countdown .digit {
	display: inline-block;
	background-color: white;
	width: 25px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	margin-left: 1px;	
	color: black;
}

#countdown .label {
	color: white;
	text-align:center;
	padding: 10px;
	font-size: 65%;	
	font-weight: normal;
}

#album_email {
	color: black !important;
}