body {
	background: url('../img/bg.png');
}
.site {
	font-family: "Holtwood One SC", sans-serif;
}
.text-logo {
	font-family: "Holtwood One SC", sans-serif;
	color: #e7480f;
	text-shadow: 2px 2px #ffd301;
	font-size: 50px;
	padding: 40px 0;
	text-align: center;
}
.text-logo .glyphicon {
	color:transparent;
}
.nav {
	margin-bottom: 40px;

}
.thumbnail img{
	background: #ffd301;
}
.price {
	background: #5cb85c;
	box-shadow: 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px rgba(0,0,0,.2);
	color: #eee;
	text-shadow: 2px 2px #333;
	position: absolute;
	right: 6px;
	top: 20px;
	padding: 5px 10px;
	font-size: 20px;
	border-radius: 3px;
}
.price:before {
	border: 4px solid transparent;
	border-bottom: 4px solid #377215;
	border-left: 4px solid #377215;
	content: "";
	position: absolute;
	right: 1px;
	top: -8px;
}
.caption > h4 {
	color: #e7480f;
	font-size: 18px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background: #e7480f;
}
.nav > li > a:focus, .nav > li > a:hover {
	color: #e7480f;
	background-color: #eee;
}
.nav > li > a {
	color: #eee;
	font-size: 18px;
	text-shadow: 2px 2px #333;
}
.button-order {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #eee;
	background-color: #e7480f;
	text-decoration: none;
	text-shadow: 2px 2px #333;
}
.button-order:hover, .button-order:focus {
	color: #eee;
	background-color: #c13c0d;
}

/*	ADMIN 	*/
.admin {
	background: #eee;
	padding: 50px;
	border-radius: 10px;
}
.help-inline {
	color: red;
}
.actions {
	width:300px;
}








