.addbtn, .addbtn:active {
	position: relative;
	display: inline-block;
	margin: 0.7em 0.3em;
	outline: none !important;
	background: #c9a688;
	border: none;
	border-radius: 0.25rem;
	padding: 5px 10px;
	box-shadow: 0px 0px 0px 1px #bd987a, 0px 0px 1px 2px #916643;
	font-size: 15px;
	font-weight: bold;
}
.addbtn:hover {
	background: #d7b395;
	outline: none!important;
	box-shadow: 0px 0px 0px 1px #dbb699, 0px 0px 1px 2px #725035;
	cursor: pointer;
}
.custom-bg-btn, .custom-bg-btn:active {
	min-width: 200px;
	background-size: cover!important;
	background-position: top left!important;
	color: #dac7ae;
	text-shadow: 1px 1px 3px #000, 1px 1px 3px #000;
	filter: saturate(0.7);
	font-size: 17px;
}
.custom-bg-btn:hover {
	color: #f1e2ce;
	filter: saturate(1);
}
.no-style {
	outline: none!important;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	color: #e7d5c6;
	font-weight: bold;
}
.no-style:hover {
	color: #ffffff;
}
.bg-1, .bg-1:hover {
	background: url(/images/submission_images/btn_bg_1.png);
}
.bg-2, .bg-2:hover {
	background: url(/images/submission_images/btn_bg_2.png);
}
.bg-3, .bg-3:hover {
	background: url(/images/submission_images/btn_bg_3.png);
}
.bg-4, .bg-4:hover {
	background: url(/images/submission_images/btn_bg_4.png);
}
.bg-5, .bg-5:hover {
	background: url(/images/submission_images/btn_bg_5.png);
}
.bg-6, .bg-6:hover {
	background: url(/images/submission_images/btn_bg_6.png);
}
.bg-big-1, .bg-big-1:hover {
	background: url(/images/submission_images/btn_bg_big_1.png);
	width: 100%;
	padding: 7px 14px;
	max-width: 650px !important;
}
button[disabled] {
	pointer-events: none;
	filter: saturate(0.3);
}