@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Roboto-Regular.svg#f4ba68a9596ca53347cecdb9c6e48d01') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  400;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf')  format('truetype');
    font-style:   normal;
    font-weight:  300;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Roboto-Black.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Roboto-Black.svg#a75be943f9c20b4164283fbba83ca04e') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  900;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Roboto-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Roboto-Bold.svg#b49e654214c0ade376e714f6d9c78d72') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  700;
}
.anpt-form-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}*/


.anpt-clearfix:after,
.anpt-form-row:after,
.anpt-exp-row:after,
.anpt-duration-row:after{
    clear: both;
    display: table;
    content: " ";
}
.anpt-wrapper {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin-bottom: 40px;
}
.anpt-wrapper.anpt-inline-form {
    max-width: 700px;
}
.anpt-header {
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
    color: #ffffff;

}
.anpt-container{
    max-width: 766px;
    margin: 0 auto;
}
.anpt-row{}

.anpt-header h1 {
    color: #212121;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    margin: 0;
    line-height: 100%;
}

.anpt-form-wrapper {
    padding-top: 15px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.anpt-form-wrapper form.anpt-loading{
    position: relative;
}
.anpt-form-wrapper form.anpt-loading::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    background-image: url(images/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
}

.anpt-form-wrapper h2 {
    background-color: #f0f0f0;
    color: #202020;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 20px;
    font-weight: 500;
}

.anpt-form-row{

}

.anpt-form-group {
    padding: 0 15px;
    margin-bottom: 15px;
}
.anpt-col-half {
     float: left;
     width: 50%;
 }

.anpt-col-third {
    float: left;
    width: 33.33333333%;
}

.anpt-col-forth {
    float: left;
    width: 25%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.anpt-form-control {

}


.anpt-form-wrapper .anpt-form-control {
    display: block;
    width: 100%;
    height: 38px !important;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: none;
}

.anpt-form-wrapper .anpt-zip-cont > .anpt-form-control,
.anpt-form-wrapper .anpt-zip-cont .anpt-control-wrap{
    width: 50%;
}
.anpt-form-wrapper textarea.anpt-form-control{
height: 95px !important;
}

.anpt-form-wrapper .anpt-form-control.error{
border-color: red;
}
.anpt-control-wrap {
    position: relative;
}
.anpt-control-wrap b.error {
    color: red;
    position: absolute;
    right: 5px;
    top: -10px;
    font-size: 12px;
    font-weight: normal;
    background-color: #fff;
    padding: 0 3px;
    white-space: nowrap;
}

.anpt-form-wrapper label {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.anpt-cards{}
.anpt-card-item {
    float: left;
    margin-right: 15px;
}
.anpt-card-item input {
    margin: 5px 5px 0 0;
    padding: 0;
    display: block;
    float: left;
}
.anpt-card-item img {
    float: left;
}

.anpt-exp-row {
    padding: 0 15px 15px;
}
.anpt-exp-row label{
display: block;
}
.anpt-exp-row select.anpt-form-control {
    float: left;
    width: calc(50% - 10px);
}
.anpt-exp-row span {
    float: left;
    width: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.anpt-cvv-cont .anpt-control-wrap{
    width: 50%;
    float: left;
}
.anpt-cvv-cont > input.anpt-form-control{
    width: 50%;
    float: left;
}
.anpt-cvv-cont a {
    float: left;
    margin: 11px 0 0 10px;
    display: inline-block;
}
.anpt-cvv-cont a img{
    display: block;
}

#anpt-cvv-link{
    position: relative;
    display: inline-block;
}
#anpt-cvv-link .anpt-cvv-info{
    display: none
}
#anpt-cvv-link:hover .anpt-cvv-info {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    width: 337px;
    max-width: 337px;
}
.anpt_terms_cont {
    width: auto;
    height: 89px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 5px;
}

.anpt-button-wrapper {
    background-color: #ddf0dd;
    border-radius: 4px;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
}

.anpt-button-wrapper label {
    color: #202020;
    display: inline-block;
    float: left;
    font-size: 22px;
    font-weight: normal;
    line-height: 48px;
    padding: 0 10px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.anpt-button-wrapper button,
.anpt-button-wrapper button:active{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    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-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    background-color: #5fb75f;
    background-image: none;
    border-color: #5fb75f;
    padding: 12px 38px;
    font-size: 18px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 #0003;
    line-height: 1.33;
    color: #fff;
    text-decoration: none;
}

.anpt-button-wrapper button:hover:not(:disabled) {
    background-color: #5FB75F;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #5FB75F;
    box-shadow: 0 0 2px #00000080;

}

.anpt-button-wrapper button:disabled {
    opacity: 0.6;
    cursor: default;
}

#anpt_amount_info{
    font-size: 16px;
}

.anpt-duration-row{}
.anpt-duration-row label {
    display: block;
}
.anpt-duration-row .anpt-duration-number {
    width: 100px;
    float: left;
    margin-right: 20px;
}
.anpt-duration-row .anpt-duration-period {
    width: calc(100% - 120px);
    float: right;
}
.ccresult{
float: left;
}
.ccresult .error{
color: red;
}

.anpt_message {
    padding: 10px 10px;
    margin-bottom: 10px;
}
.anpt_message a{
color: #666;
text-decoration: underline;
}
.anpt_error_message{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.anpt_success_message{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}



.anpt-wrapper.anpt-inline-form .anpt-button-wrapper label {
    display: block;
    float: none;
}
.anpt-wrapper.anpt-inline-form .anpt-button-wrapper button {
    display: block;
    width: 100%;
}
.anpt-wrapper.anpt-inline-form .anpt-button-wrapper {
    display: block;
    text-align: center;
}
.anpt-wrapper.anpt-inline-form #anpt_amount_info {
    display: block;
    line-height: 100%;
    padding-bottom: 15px;
}

@media only screen and (max-width: 580px) {

    .anpt-col-half,
    .anpt-col-third,
    .anpt-col-forth {
        float: none;
        width: 100%;
    }

    .anpt-button-wrapper label {
        display: block;
        float: none;
    }
    .anpt-button-wrapper button {
        display: block;
        width: 100%;
    }
    .anpt-button-wrapper {
        display: block;
        text-align: center;
    }
    #anpt_amount_info {
        display: block;
        line-height: 100%;
        padding-bottom: 15px;
    }
    .anpt-cvv-cont > input.anpt-form-control,
    .anpt-cvv-cont .anpt-control-wrap {
        width: calc(50% - 10px);
        float: left;
    }

    .ccresult {
        float: none;
        clear: both;
        padding-top: 8px;
    }
    #anpt-cvv-link:hover .anpt-cvv-info {
        display: block;
        position: absolute;
        left: -150px;
        bottom: 20px;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    }
}
