h1, h2, h3, h4, h5, h6, p, span, button, input, select, textarea{
	font-family: lato, 'helvetica neue', helvetica, arial, verdana !important;
}



.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

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

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

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

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

.creditCardForm .CVV {
    width: 30%;
}

.creditCardForm .Address {
    width: 80%;
}

.creditCardForm .Invoice {
    width: 80%;
	
	
}

.creditCardForm .City {
    width: 40%;
	margin-right: 10px;
}

.creditCardForm .State {
    width: 25%;
	margin-right: 10px;
}

.creditCardForm .Zip {
    width: 25%;
}

.creditCardForm .NAME {
    width: 35%;
	margin-right: 10px;
}

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

.creditCardForm #expiration-date {
    width: 49%;
}

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

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

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

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

.transparent {
    opacity: 0.2;
}

@media(max-width: 650px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #card-number-field,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm #credit_cards {
        text-align: left;
    }
}

@media(min-width: 650px) {
    .creditCardForm #card-number-field {
        width: 63%;
    }
}

/*  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;
}
body, button, h1, h2, h3, h4, h5, h6, input, select, textarea {
    font-family: lato, 'helvetica neue', helvetica, arial, verdana;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #212121;
    font-weight: 900;
    font-style: normal;
}

h1 {
    font-size: 36px;
}

.site-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*padding: 20px 0;*/
    background-color: #3e2424b0;
}

.home-link {
    width: 100%;
    display: block;
    text-decoration: none !important;
}

.frontpage-site-title {
    font-size: 35px;
    font-weight: 300;
    margin-top: 0;
    color: #fff;
    max-width: 1170px;
    width: 100%;
	shadow: 5;
    font-family: 'Archivo';
    text-align: left;
    display: inline-block;
    line-height: 120%;
    margin-bottom: 20px;
}

.frontpage-site-description {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, .85);
    text-align: left;
    font-style: italic;
}

#main {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .17);
    padding: 20px;
    margin-bottom: 30px;
}

.entry-header{
    text-align: center;
    padding-bottom: 8px;
}

.entry-title {
    margin-bottom: 14px;
	vertical-align: center;
	margin-top:14px;
}

.entry-content{
	padding: 10px;
	vertical-align: center;
}

.entry-content p{
	text-align: center;
	vertical-align: center;
}

.card-body form input{
	width: 100%;
	height:30px;
}

#invoice-list{
background: #fff;
padding: 20px;
margin-top: 50px;
border-radius: 10px;	
	
}

#payment-status{
	padding: 20px;
	max-width: 700px;
	margin: 50px auto;
}

button{
	white-space: normal !important;
}

@media(max-width: 650px) {
	header a{
		padding: 10px !important;
	}


	
    .frontpage-site-title {
		font-size: 15px;
		margin-top: 0;
		text-align: left;
		margin-bottom: 20px;
	}

	.frontpage-site-description {
		margin-bottom: 10px;
		font-size: 17px;
		text-align: left;
	}
}