.payFootNote {
	padding:15px;
	text-align: center;
	margin-bottom: 0px;
}

.creditCardForm {
    background-color: #f1f1f1;
/*     margin: 100px auto; */
/*     overflow: hidden; */
    padding: 25px;
    color: #4c4e56;
}
.cardOptions {
	display: flex;
	flex-direction: row;
}
.cardOptBtn {
	font-size:1em;
	height: 45px;
	width: 100%;
	margin:0 10px;
}
.cardOptBtn button{
	font-size:1em;
}
#grayCardBlock {
	position: absolute;
	background-color: gray;
	width: 100%;
	height: 100%;
}
.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.creditCardForm .heading h1 {
	font-size: 26px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    font-size: 18px;
    margin-top: 20px;
    position: relative;
}

.payScreenBlock {
	background-color: rgb(165, 165, 165, 0.2);
	height: 250px;
	position: absolute;
	width: 100%;
	border-radius: 10px;
	z-index: 10;
}
.form-group {
	padding:12px;
}
.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
    margin-bottom: 10px;
}

.form-control {
	width: 100%;	
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 6px;
}

#confirm-purchase {
/* 	margin-bottom: 90px;	 */
}

.creditCardForm .owner {
    width: 63%;
    margin-right: 10px;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 100%;
}

.owner input[type="checkbox"]{
	margin:3px 10px 0 0;
	float:left !important;
}
#cc-txt-info {
	font-size: 15px;
	color:#252525;
	cursor: pointer;
}
.creditCardForm #expiration-date {
    width: 49%;
}	

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

#credit_cards img {
	margin: 0 0 0 5px;
	width: 60px;
}

.creditCardForm #pay-now {
    width: 100%;
/*     margin-top: 25px; */
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #ffbb00;
    color: black;
}

.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
}

.transparent {
    opacity: 0.2;
}

@media(max-width: 650px) {
	.payScreenBlock {
		height: 340px;	
	}
	.payFootNote {
		margin-bottom: 90px;
	}
	.cardOptions {
		flex-direction: column;
	}
	.cardOptBtn {
		margin:10px 0px;
	}
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm .payment .btn {
		font-size: 16px;
	}
    #credit_cards img {
		margin: 0 5px;
	}

    .creditCardForm #credit_cards {
        display: flex;
		/* text-align: left; */
		flex-direction: row;
		justify-content: center;
    }
}


/*  Examples Section */

.examples {
	max-width: 700px;
	background-color: #fff;
	margin: 0 auto 75px;
	padding: 30px 50px;
	color: #4c4e56;
}

.examples-note{
    text-align: center;
    font-size: 14px;
    max-width: 370px;
    margin: 0 auto 40px;
    line-height: 1.7;
    color: #7a7a7a;
}

.examples table {
    margin: 5px 0 0 0;
    font-size: 14px;
}
