h1, h2, h3, h4, h5, h6 {
	color:#f57c26;
	font-weight:normal;
	font-style:italic;
	margin:0 0 20px 0;
	padding:0;
	font-family:Georgia, serif;
}
h1 {
	margin-bottom:20px;
}
h2 {
	font-size:21px;
}
a:link, a:visited {
	color:#f57c26;
	text-decoration:underline;
}
a:hover, a:active, a:focus {
	text-decoration:none;
}
.btn, a.btn:link, a.btn:visited {
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:21px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px 0px rgba(0,0,0,.27);
	text-decoration:none;
	padding:12px 17px;
	box-shadow:1px 1px 1px #908a7f;
	border-radius:3px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #B79F72),
		color-stop(1, #947E57)
	);
	background-image: -o-linear-gradient(bottom, #B79F72 0%, #947E57 100%);
	background-image: -moz-linear-gradient(bottom, #B79F72 0%, #947E57 100%);
	background-image: -webkit-linear-gradient(bottom, #B79F72 0%, #947E57 100%);
	background-image: -ms-linear-gradient(bottom, #B79F72 0%, #947E57 100%);
	background-image: linear-gradient(to bottom, #B79F72 0%, #947E57 100%);
	background-color:#B79F72;
	border:0;
}
.btn:hover, a.btn:hover, a.btn:active {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #947E57),
		color-stop(1, #B79F72)
	);
	background-image: -o-linear-gradient(bottom, #947E57 0%, #B79F72 100%);
	background-image: -moz-linear-gradient(bottom, #947E57 0%, #B79F72 100%);
	background-image: -webkit-linear-gradient(bottom, #947E57 0%, #B79F72 100%);
	background-image: -ms-linear-gradient(bottom, #947E57 0%, #B79F72 100%);
	background-image: linear-gradient(to bottom, #947E57 0%, #B79F72 100%);
	background-color:#B79F72;
}
.btn:active {
	background-image:none;
	background-color:#947E57;
}
.btn.btn-sm {
	font-size:15px !important;
	padding:7px 10px !important;
}

.right_title {
	color:#d0692c;
	font-style:italic;
	font-size:18px;
	text-align:center;
	font-family:Georgia, serif;
}
a.fancy {}
.alert {
	border:1px solid #00AF2F;
	background-color:rgba(0,171,24,0.23);
	color:#000;
	padding:15px;
	border-radius:10px;
	margin-bottom:20px;
}