body {
	font-family: 'Roboto', serif;
}
/*
.navbar {
	background: linear-gradient(to bottom, #fff 1%, #e4e4e4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
*/
.navbar-brand {
	padding: 1px;
}
/*
.navbar-default .navbar-nav > li > a:hover {
	background-color: white;
	font-size: 18px;
}
*/

.navbar-inverse .navbar-nav > li > a:hover {
	background-color: white;
	color: blue;
}

.navbar-inverse {
	font-size: 18px;
}

.slide {
	height: 168px;
}

.product {
	margin-top: 10px;
	border: 1px solid #BFBFBF;
	padding: 5px;
	border-radius: 15px;
}

.color {
	margin-top: 10px;
	padding: 5px;
	border-radius: 15px;
}

.unselected {
	border: 1px solid #BFBFBF;	
}

.selected {
	border: 1px solid red;
}
	
.shadow {
	box-shadow: 0 0 8px rgba(82, 168, 236, 0.6)
}

.ellipsis {
	width: 100%;
	display: block; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	-o-text-overflow: ellipsis;"
}

#news {
	overflow: auto;
	height: 99px;
}

#content {
	padding-top: 90px;
}

#colorbar {
	top: 50px;
	z-index: 5;
}

.brand {
	height: 250px; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

.scale {
	margin: 0 auto; 
	height: 130px;
}

.category {
	height: 265px; 
	background-color: #D5E2E7;
}

.prodimg {
	height: 150px;
	background-color: #D5E2E7;
	overflow-y: hidden;
}

@media (min-width: 768px) {
	/* Sticky footer styles
	-------------------------------------------------- */
	
	html, body {
		height: 100%;
	  /* The html and body elements cannot have any padding or margin. */
	}
	
	/* Wrapper for page content to push down footer */
	#wrap {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		/* Negative indent footer by its height */
		margin: 0 auto -90px;
		/* Pad bottom by footer height */
		padding: 0 0 90px;
	}
	
	/* Set the fixed height of the footer here */
	#footer {
	  height: 90px;
	  background-color: #f5f5f5;
	}

	#colorbar {
		top: 86px;
		z-index: 5;
	}

	.slide {
		height: 200px;
	}
	
	.product {
		margin-top: 10px;
		border: 1px solid #BFBFBF;
		padding: 5px;
		border-radius: 15px;
		box-shadow: 10px 10px 5px #888888;
	}

	.color {
		margin-top: 10px;
		border: 1px solid #BFBFBF;
		padding: 5px;
		border-radius: 15px;
	}
	
	.unselected {
		box-shadow: 10px 10px 5px #888888;	
	}
	
	.selected {
		box-shadow: 10px 10px 5px blue;	
	}
	
	.navbar-nav > li > .ysbrand {
		padding-top: 13px;
		font-size: 24px;
		line-height: 20px;
	}
}

@media (min-width: 992px) {
	.slide {
		height: 340px;
	}
	
	#news {
		height: 176px;
	}
}