@font-face {
	font-family: "C Light";
	src: url("../webfonts/c-light.woff2") format("woff2");
}
@font-face {
	font-family: "C Regular";
	src: url("../webfonts/c-regular.woff2") format("woff2");
}
@font-face {
	font-family: "C Semibold";
	src: url("../webfonts/c-semibold.woff2") format("woff2");
}
@font-face {
	font-family: "C Bold";
	src: url("../webfonts/c-bold.woff2") format("woff2");
}
* {
	font-family: "C Regular";
}
.sep-10 {
	display: block;
	width: 100%;
	height: 10px;
	clear: both;
}
.sep-20 {
	display: block;
	width: 100%;
	height: 20px;
	clear: both;
}
.sep-30 {
	display: block;
	width: 100%;
	height: 30px;
	clear: both;
}
.sep-40 {
	display: block;
	width: 100%;
	height: 40px;
	clear: both;
}
.sep-50 {
	display: block;
	width: 100%;
	height: 50px;
	clear: both;
}
.back-home {
	position:absolute;
	top:-1px; 
	left:-1px;
	background-color:#e17a03;
	padding:5px 12px 3px 12px;
	font-size:18px;
	color:#fff;
	display:block;
}
.page-container {
	padding: 20px 20px;
	max-width: 750px;
}
.header-progress {
	margin: 0 auto 40px auto;
	border-bottom: 1px #A1A1A1 dashed;
	padding: 0 0 20px 0;
}
.stage-item {
	color: #BABABA;
	font-size: 12.5px;
}
.stage-item span {
	margin: 0 5px;
}
.stage-active {
	color: #DE9629;
	font-family: "C Bold";
}
.panel-buttons {
	border-top: 1px #A1A1A1 dashed;
	padding: 0px 0 0px 0;
	margin: 40px auto 0 auto;
}
.panel-next {
	display: inline-block;
	background-color: #DE9629;
	padding: 10px 14px;
	font-size: 16px;
	color: #fff;
	margin: 30px auto 0 auto;
	clear: both;
	font-family: "C Semibold";
	border: 0px;
	border-radius: 5px;
	text-transform: uppercase;
}
.panel-back {
	display: inline-block;
	background-color: #C1C1C1;
	padding: 10px 14px;
	font-size: 16px;
	color: #fff;
	margin: 30px auto 0 auto;
	clear: both;
	font-family: "C Semibold";
	border: 0px;
	border-radius: 5px;
	text-transform: uppercase;
}
.panel-submit {
	display: inline-block;
	background-color: #DE9629;
	padding: 10px 14px;
	font-size: 16px;
	color: #fff;
	margin: 30px auto 0 auto;
	clear: both;
	font-family: "C Semibold";
	border: 0px;
	border-radius: 5px;
	text-transform: uppercase;
}
input.error {
	border:1px #AF1D20 solid;
}
.panel-next:hover, .panel-back:hover, .panel-submit:hover,.panel-next:active, .panel-back:active, .panel-submit:active {
	text-decoration:none;
	color:#fff;
	opacity:.8;
}
.intro-note {
	color: #ADADAD;
	font-size: 12.5px;
	display: block;
	text-align: center;
}
.boxpanel {
	display:none;
}
.footer {
	text-align: center;
	display: block;
	width: 100%;
	clear: both;
	margin: 60px auto 5px auto;
	font-size: 12px;
	color: #868686;
}
.stripe-logo {
	margin:0 auto 0 auto;
	max-width:300px;
	width:75%;
}
.voucher-options {
	margin:0 auto 0 auto;
	width:95%;
	text-align:center;
}
.voucher-option {
	display:inline-block;
	width:45%;
	margin:0 2%;
	background-color:#fff;
	padding:8px 12px;
	border-radius:10px;
	cursor:pointer;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.voucher-option:hover {
	text-decoration:none;
	opacity:.75;
}
.voucher-option h2 {
	color:#A61A1D;
	font-size:23px;
	text-transform:uppercase;
	font-family: "C Bold";
}
.voucher-option p {
	color:#535353;
}
.voucher-option .option-select {
	font-family: "C Bold";
	text-transform:uppercase;
}
.voucher-designs {
	display:block;
	width:100%;
}
.voucher-designs .voucher-design {
	display:block;
	float:left;
	width:31%;
	margin:0 1%;
	position:relative;
	cursor:pointer;
	border:1px #fbf7ef solid;
	border-radius:5px;
}
.voucher-designs .voucher-design-actions {
	margin-bottom:5px;
	display:block;
}
.voucher-designs .voucher-design img {
	width:100%;
	height:auto;
	margin: 0 auto 8px auto;
	opacity:0.3;
}
.voucher-designs .voucher-design i.fa-check-circle {
	display:none;
	position:absolute;
	top:10px;
	left:10px;
	color:#000;
	font-size:22px;
}
.voucher-designs .voucher-design:hover, .voucher-designs .voucher-design.voucher-selected {
	border:1px #e17a03 solid;
}
.voucher-designs .voucher-design.voucher-selected img {
	opacity:1;
}
.voucher-designs .voucher-design:hover img {
	opacity:1 !important;
}
.voucher-designs .voucher-design.voucher-selected i.fa-check-circle {
	display:block;
}
.voucher-designs .voucher-design {
}
.voucher-designs .voucher-design {
}
.voucher-designs .voucher-design {
}




@media (max-width: 767px) {
	
	.voucher-option {
		display:block;
		float:left;
		width:100%;
		margin:0 2% 20px 2%;
		padding:8px 12px;
		border-radius:10px;
		cursor:pointer;
	}

}