.separator {
	display: block;
	width: 50%;
	margin: 20px auto 40px auto;
	border-top: 1px dashed #6699CC;
}

#steps {
	padding: 20px 0;
	text-align: center;
}
#steps ol li {
	counter-increment: step-counter;
	width: 300px;
	margin: 0 15px;
	display:inline-block;
	background:#eee;
	line-height: 30px;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666;
	list-style-type:decimal;
	
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
#steps ol li.current {
	background:#6699CC;
	color:#fff;
}
#steps ol li.past {
	opacity:.5;
}
#steps ol li::before {
	display: inline-block;
    content: counter(step-counter);
	background:#fff;
	width: 20px;
	height: 20px;
	text-align:center;
	line-height: 20px;
	margin-right: 10px;
	color:#666;
	
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}
.half {
	width: 100%;
	max-width: 500px;
	min-width:400px;
	margin:auto;
	
}
#card-layout-preview-container {
	height: 300px;
	width: 100%;
	text-align:left;
}

#auto-fill-cardinfo {
	height: 30px;
	width: 300px;
	opacity: .7;
	display: block;
	position: relative;
	left: 90px;
	top:173px;
	font-family: 'Courier New', Courier, 'Lucida Typewriter', monospace;
	text-transform:uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px rgba(0,0,0,.5);
}
#cardholder-name{
	background:#eee;
	border:none;
	line-height: 30px;
	width:330px;
	text-indent: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	
}
.half .center {
	padding: 0 0 20px 0;
}
.half .center .full-input.incr {
	border: 1px solid #DA291C ;
	counter-increment: ipt-counter;
}
.half .center .num {
	display: inline-block;
	background:#DA291C;
	width: 20px;
	height: 20px;
	text-align:center;
	line-height: 20px;
	margin-right: 10px;
	color:#fff;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	
}
.half .center h3{
	color:#fff;
	margin-bottom:20px;
	font-weight: bold;
	line-height:30px;
	display: block;
	background:#666;
}

.full-input {
	background:#eee;
	border:none;
	line-height: 30px;
	height:30px;
	display: block;
	width:100%;
	max-width: 450px;
	text-indent: 5px;
	margin-bottom:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.dob-inputs .full-input{
	display: inline-block;
	width: 140px;
} 
.dob-inputs .full-input:nth-child(2){
	margin: 0 10px; 
}
.big-lbl {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
.full-input.small {
	display:inline-block;
	width: 223px;
}
.full-input.small.zip {
	width:110px;
}
.full-input.small.city {
	width:336px;
}
select.full-input{
	max-width:450px;
}
.wrong {
	background: #ffd6d6;
}
.half .submit {
	display: block;
	width: 100%;
	background:#DA291C;
	color: #fff;
	font-weight: bold;
	text-align:center;
	border: none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.half .crp {
	color: #666;
}
@media all and (min-width: 999px){
	.half{
		width:450px;
		padding: 0 25px;
	}
}
@media all and (max-width: 999px){
	.half{
		display:block;
		float:none;
		margin:auto;
	}
	.half .full-input, .half .full-input.small , .intl-tel-input {
		width: 100%;
		display:block;
		line-height: 50px;
		height: 50px;
		font-size:18px;
		margin:10px auto;
	}
	.intl-tel-input {
	}
	.dob-inputs .full-input:nth-child(2){
		margin:0 auto 10px auto !important;
	}
}
