.section-top{
    margin-top: 82px;
}

.ckout-image{
	background-image: url("/imagesPurchase/checkout_image.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.right{
	float: right;
}

/*.image-list li img{
	width: 60px;
}
*/
.ckout-image .contents{
	width: 50%;
    margin: 35px 8px 0;
}

.image-list .list-content {
    text-align: right;
    line-height: 22px;
    letter-spacing: 1px;
}

.ckout-image .contents li{
	overflow: hidden;
    margin: 10px;
    margin: 9% 0;
}

.section_program .ckout-image h4{
    color: #c5a5c7;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

.checkout-page .section_facebook{
	background-color: #c5a5c7;
}

.checkout-page .section_facebook p {
    color: #fff;
}

.checkout-page .col-md-6.custom.ckout-pay{
	padding: 35px 35px 0;
	color: #747474;
}

.ckout-pay{
	letter-spacing: 2px;
}

.mps-pink{
	color: #c5a5c7;
}

.ckout-pay .col-6{
	padding: 0;
}

.line_1, .line_2, .line_3, .line_4{
    overflow: hidden;
}

.line_1{
    margin-bottom: 20px;
}

.line_2 {
    border-bottom: 1px solid #a0a0a0;
    font-weight: 600;
    line-height: 20px;
}

.line_3 {
line-height: 40px;
}

.checkout-page .section_program .line_3 td{
	font-weight: 100;
}
.checkout-page .section_program .type_1 {
    font-size: 1.5em;
    font-weight: 100;
}

.checkout-page .section_program .type_2 {
    font-size: 2em;
    font-weight: bold;
}

.checkout-page .section_program p{
	font-weight: 600;
	margin-bottom: 0;
}

.itemList{
    width: 100%;
    margin: 20px 0 10px;
}

.errormsg{
    color: #F44336;
    font-weight: bold;
    margin: 7px 0;
}

strike{
	color: #a0a0a0;
}

.checkout-page a.mpsfacebook{
	background: url(/imagesPurchase/facebook_white.png ) no-repeat;
	background-size: 7em; 
}

.checkout-page a.mpsinstagram{
	background: url(/imagesPurchase/insta_white.png ) no-repeat;
	background-size: 7em; 
}

.checkout-page a.mpspinterest{
	background: url(/imagesPurchase/pinterest_white.png ) no-repeat;
	background-size: 7em; 
}

.checkout-page a.promo-btn {
    background: #c5a5c7;
    border-radius: 2px;
    color: #FFF;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    height: 2em;
    letter-spacing: 3px;
    margin-top: 30px;
    margin-bottom: 18px;
    padding-top: 0.5em;
    text-align: center;
    width: 25%;
    text-decoration: none;
    float: right;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.pay-options select{
    width: 90%;
    height: 30px;
    background: transparent;
    outline: 1px inset rgba(0, 0, 0, 0.36);
    outline-offset: -1px;
    border: 0;
    color: #a0a0a0;
}

.col-6.pay-options-img img {
    width: 16%;
    margin: 0 1%;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.col-9{
	width: 75%;
	float: left;
	padding: 0 15px;
}

.col-6{
	width: 50%;
	float: left;
}

.col-3{
	width: 25%;
	float: left; 
	padding: 0 15px;
}
.namEmail{
	width: 100%;
    margin: 20px 0;
}

.namEmail .col-6{
	float: left;
}

.namEmail td.border{
	border:1px solid #ebebeb;
}

.namEmail input{
	width: 100%;
    line-height: 20px;
}
.braintreeblock {
    margin-top: 20px;
}

#braintree-paypal-loggedout {
    margin-top: 30px;
}

.TotalAmount{
    font-size: 1.8em;
    margin-left: 10px;
}
#CouponInput,
#LicenseInput {
    width: 200px;
    line-height: 20px;
    max-width: 100%;
}
#labelname {
     min-width: 99px;
}
.FancyButtonBox,
#couponButton span,
#licenseButton span {
    background: #c5a5c7;
    border-radius: 2px;
    color: #FFF;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 0.3em 0.5em;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
a.FancyButtonBox,
.FancyButtonBox,
#couponButton,
#licenseButton {
    text-decoration: none;
    color: white;
    padding-left: 4px;
}
.unsuccess input[type=text] {
        background: #ffc0c0;
}
.unsuccess {
        background: url(/images/no.png) right center no-repeat !important;
}

/*.namEmail #labelname{
    min-width: 92px;
}*/

/*#paypal-container{
    display: none;
}*/

/*.creditinfo {
  border-bottom: solid 1px #DEE2E5;
  padding: 10px 15px;
  height: 60px;
  -webkit-transition: border-color 160ms;
  transition: border-color 160ms;
}

#expiration-date, #cvv{
    width: 50%;
    display: inline-block;
}

#expiration-date{
    float: left;
    border-right: solid 1px #DEE2E5;
}

#card-number,#expiration{
  border-top: solid 1px #DEE2E5;
}

.braintree-hosted-fields-focused {
  border-color: #777;
  background: #f9f9f9;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: background-color 131ms linear;
    -moz-transition: background-color 131ms linear;
    transition: background-color 131ms linear;
}*/

/*.braintree-hosted-fields-invalid {
  border-color: #FF0000;
}

*/

/*.braintree-hosted-fields-valid {
  border-bottom: solid 1px #32cd32 !important;
}*/

/*.braintreeblock{
    display: none;
}
*/
/*#overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color:#fff;
    background: #ebebeb;
    z-index: 9999;
    display: none;
}

*/
/*.card-field,.field-name {
    font-size: 14px;
}






@media (max-width: 1370px) {
    .card-field,.field-name {
        font-size: 12px;
    }
}*/

/*@media (max-width: 1180){
    .namEmail #labelname{
        min-width: 70px;
    }
}*/

@media (max-width: 1882px) and (min-width: 1181px){
    #labelname {
     min-width: 97px;
    }
}

@media (min-width: 1220px){
    .image-list .list-content {
     line-height: 1.5em;
    }
    .image-list .col-3{
        padding: 15px 15px;
    }
}

@media (max-width: 462px){
	.image-list .list-content {
	    line-height: 8px;
	}
	.col-3 {
	    padding: 0 10px;
	}
}

@media (max-width: 448px){
	.checkout-page a.promo-btn{
		width: 40%;
	}
}

@media (max-width: 409px){
	.col-6.pay-options-img img {
		margin:0;
	}
    .TotalAmount{
        font-size: 1.3em;
    }
    #CouponInput {
	width: 160px;
    }
}

