.back_wave {
    /*background: #fff url("img/back_wave.png") 50% 115px no-repeat;*/
    background-image: url("https://callnote.net/wp-content/uploads/2016/01/inner-background-wide.jpg");
    background-size: contain;
    background-repeat:no-repeat;
}

.container-fluid_middle {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 830px;
}

.block-title {
    font-family: 'Quicksand',sans-serif;
    font-weight: 400;
    font-size: 35px;
}

.appeal-text {
    font-weight: 400;
    font-size: 23px;
    color: #909090;
    line-height: 32px;
}

.color_green {
    color: #23a488 !important;
    font-weight: 400;
}

.strong {
    font-weight: 700 !important;
}

h4.header__red {
    color: #cb2249;
}
h3.color_gray.block-title {
    display: inline-block;
    width: calc(50% - 30px);
    margin-right: 60px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 33px;
    color: #464646;
    letter-spacing: 1.8px;
}
h3.color_green.block-title {
    display: inline-block;
}
.auth-login-block {
    display: none;
}
.authblock .already-register-wrap-auth {
    position: relative;
    display: inline-block;
    width: calc(50% - 30px);
    font: 500 16px "Open Sans", sans-serif;
    color: #535353;
    vertical-align: top;
}
.authblock .already-register-wrap-auth b {
    color: #ce264b !important;
    text-transform: uppercase;
}
.authblock .already-register-wrap-auth a {
    margin-left: 5px;
    margin-right: 5px;
    color: #16a588;
    text-decoration: underline;
    font-weight: 600;
}
#form_authorize label,
.enter-details__half label {
    width: 140px;
    color: #989898;
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: inherit;
}
.auth-login-block .cancel-already-register-auth {
    float: right;
    margin: 0;
    margin-right: -100px;
}
.message-auth {
    color: #f5141e !important;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.error{
    background: #e4cfcf;
    color:black;
    padding: 5px;
    margin: 5px;
}



.pay-type_section {
    padding-top: 30px;
    padding-bottom: 100px;
}
.sect-download .page-header {
    min-height: 250px;
}
/*------------------------------------------------------
            Success Section
------------------------------------------------------*/
.os-block {
    margin-top: 80px;
}

.os-block__title {
    font-family: 'Quicksand', 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #464646;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.os-block__row {
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: #6c6c6c;
}

.os-block__row-half {
    float: left;
    /*width: 50%;*/
    /*padding-right: 30px;*/
}

.os-block__row_half:last-child {
    padding-right: 0;
    padding-left: 30px;
}

.os-block__row-half__title {
    margin-bottom: 20px;
    color: #6c6c6c;
    font: 600 18px "Open Sans", sans-serif;
    letter-spacing: 1px;
}

.os-block__row-half__title .fa {
    font-size: 36px;
    margin-right: 7px;
    position: relative;
    top: 5px;
}

.os-block__list {
    margin-left: 0;
    list-style: none;
    text-align: left;
}

.os-block__list-item {
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 15px;
    text-indent: -20px;
    font: 400 16px "Open Sans", sans-serif;
    letter-spacing: 1px;
}

.os-block__list-item:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------
            End Success Section
------------------------------------------------------*/




/*------------------------------------------------------
            Pay Info Section
------------------------------------------------------*/
.pay-info-section .appeal-text {
    max-width: 600px;
    margin: 0 auto;
}

.price-block {
    text-align: left;
    margin-bottom: 20px;
}

.price-block__title {
    margin-top: 18px;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 14px;
    color: #b9b9b9;
}

.price-block__title.option {
    font-size: 24px;
    max-width: 100%;
    text-align: center;
    color: #000;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 15px;
    font-weight: 700;
}

.total-price {
    position: relative;
    width: calc(100% - 245px);
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.total-price-text {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 20px;
    color: #2f2f2f;
    line-height: 31px;
}

.total-price-info-text {
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    max-width: 430px;
    margin: 0 auto;
    padding-bottom: 28px;
}

.payment-options {
    position: relative;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
}

.payment-options__list {
    list-style: none;
    margin: 5px 0 13px 18px;
    text-align: right;
}

.payment-options__list-item {
    display: inline-block;
    float: left;
    width: 109px;
    height: 76px;
    margin: 0;
    background: #fff;
    text-align: center;
    line-height: 66px;
}

.payment-options__list-item.active {
    background: url("img/border-icons.png") no-repeat;
}

.payment-options__list-item:first-child {
    margin-left: 0;
}

@media (max-width: 640px) {
    .total-price {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .payment-options {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .payment-options__list {
        text-align: center;
    }

    .payment-options__list-item {
        float: none;
    }
}
/*------------------------------------------------------
            End Pay Info Section
------------------------------------------------------*/






/*------------------------------------------------------
            Icons
------------------------------------------------------*/
.sprite-icon {
    display: inline-block;
    background-image: url("img/icons-sprite.png");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.payment-options__list-item:hover .sprite-icon{
    cursor: pointer;
}
.icon-visa {
    width: 101px;
    height: 34px;
    background-position: 0 -55px;
}
.icon-master_card {
    width: 81px;
    height: 49px;
    background-position: -102px -55px;
}
.icon-american_express {
    width: 68px;
    height: 50px;
    background-position: -184px -55px;
}
.icon-discover {
    width: 78px;
    height: 49px;
    background-position: -253px -55px;
}
.icon-diners_club {
    width: 64px;
    height: 49px;
    background-position: -332px -55px;
}
.icon-jcb {
    width: 45px;
    height: 53px;
    background-position: -397px -55px;
}
.icon-pay_pal {
    width: 55px;
    height: 54px;
    background-position: -443px -55px;
}

.payment-options__list-item:hover .icon-visa, .payment-options__list-item.active .icon-visa {
    width: 101px;
    height: 34px;
    background-position: -1px 0;
}
.payment-options__list-item:hover .icon-master_card, .payment-options__list-item.active .icon-master_card {
    width: 81px;
    height: 49px;
    background-position: -102px 0;
}
.payment-options__list-item:hover .icon-american_express, .payment-options__list-item.active .icon-american_express {
    width: 68px;
    height: 50px;
    background-position: -184px 0;
}
.payment-options__list-item:hover .icon-discover, .payment-options__list-item.active .icon-discover {
    width: 78px;
    height: 49px;
    background-position: -253px 0;
}
.payment-options__list-item:hover .icon-diners_club, .payment-options__list-item.active .icon-diners_club {
    width: 64px;
    height: 49px;
    background-position: -332px 0;
}
.payment-options__list-item:hover .icon-jcb, .payment-options__list-item.active .icon-jcb {
    width: 45px;
    height: 53px;
    background-position: -397px 0;
}
.payment-options__list-item:hover .icon-pay_pal, .payment-options__list-item.active .icon-pay_pal {
    width: 55px;
    height: 54px;
    background-position: -443px 0;
}

.icon-info {
    width: 33px;
    height: 33px;
    background-position: 0 -100px;
}

.icon-card {
    width: 60px;
    height: 37px;
    background-position: -50px -100px;
}
/*------------------------------------------------------
            End Icons
------------------------------------------------------*/





/*------------------------------------------------------
            Messages
------------------------------------------------------*/
.message-block {
    position: relative;
    border-radius: 10px;
    padding: 15px 15px 15px 60px;
    box-shadow: 10px 5px 30px 0 rgba(75, 75, 75, 0.17), -10px 5px 30px 0 rgba(75, 75, 75, 0.17);
}
.message-block .sprite-icon {
    background-image: url(img/sprite_icons.png);
}
.warning-message {
    background: #f8646a;
}

.message-block__text {
    margin: 0;
    font-family: "Quicksand", "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: left;
}

.message-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -16px;
}


/*------------------------------------------------------
            End Messages
------------------------------------------------------*/







/*------------------------------------------------------
            Enter Details
------------------------------------------------------*/
.enter-details__half {
    float: left;
    width: calc(50% - 30px);
    text-align: left;
}

.enter-details__half:first-child {
    margin-right: 60px;
}

.enter-details__title {
    font-weight: 400;
    font-size: 28px;
    color: #b9b9b9;
    letter-spacing: 1.8px;
}

.form-field__row {
    margin-bottom: 12px;
}

.form-row__type,
.form-row__field {
    float: left;
    height: 38px;
    line-height: 38px;
}

.form-row__type {
    display: block;
    width: 125px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.form-row__field {
    width: calc(100% - 140px);
}

.form-row__field:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


.form__control {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    line-height: 36px;
    border: 1px solid #c2c2c2;
    color: #6c6c6c;
    font: 600 16px "Open Sans", sans-serif;
}

.field-required:after {
    content: '*';
    color: #ff2b2b;
}

select.form__control {
    padding-right: 23px;
    -webkit-appearance: none;
    background-image: url('img/select-arrow.png');
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 14px;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
    cursor: pointer;
}

select.form__control::-ms-expand {
    display: none;
}

.size-xs {
    width: 80px;
}

.size-xs + .size-xs {
    margin-left: 6px;
}

.form-row__field .form__control {
    float: left;
}

.tip-icon {
    background-image: url("img/sprite_icons.png");
    float: left;
    margin-left: 6px;
}

.form-total-field {
    width: 100%;
    margin-top: 33px;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #464646;
    letter-spacing: 1px;
    padding: 20px 15px;
    background-color: rgba(185, 185, 185, 0.5);
}

.enter-details__action-row {
    margin-top: 35px;
}

.enter-details__action-row .cust_check_label {
    float: left;
    margin-top: 8px;
}

.enter-details__action-row .btn-block {
    position: relative;
    text-align: center;
}

.enter-details__action-row .button {
    min-width: 150px;
    text-align: center;
    margin-right: 0;
    margin-right: 14px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 400;
}

.enter-details__action-row .btn-block .loader-spin {
    display: none;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: url(../../cn_customisation/images/loader.gif) 100% 100% no-repeat;
    background-size: contain;
}

/*------------------------------------------------------
            End Enter Details
------------------------------------------------------*/




/*------------------------------------------------------
            Buttons
------------------------------------------------------*/
.button-default {
    background-color: transparent;
    border: 1px solid #c2c2c2;
    color: #9d9d9d;
}

a.button-default:hover,
a.button-default:focus {
    text-decoration: none;
}
/*------------------------------------------------------
            End Buttons
------------------------------------------------------*/




/*------------------------------------------------------
            Checkbox
------------------------------------------------------*/
.cust_check_label {
    margin-bottom: 0;
    line-height: 12px;
    font-weight: 400;
    overflow: hidden;
    font-size: 14px;
    color: #000;
}

.cust_check_label input {
    position: absolute;
    left: -1000px;
}

.cust_checkbox {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    background: #fff;
    border: 2px solid #c9c9c9;
    vertical-align: middle;
}

.cust_check_label input:checked + .cust_checkbox {
    background: #fff url(https://callnote.net/wp-content/plugins/authorizenet-simple-donations/css/img/check.png) 4px 5px no-repeat;
}

.text-left-side .cust_checkbox {
    margin-left: 5px;
}
/*------------------------------------------------------
            End Checkbox
------------------------------------------------------*/




/*------------------------------------------------------
            Failed Section
------------------------------------------------------*/
.failed__action-row .button {
    min-width: 150px;
    text-align: center;
    margin-right: 0;
    margin-left: 20px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 400;
}


@media (max-width: 500px) {
    .failed__action-row .button {
        display: block;
        margin-left: 0;
    }
}
/*------------------------------------------------------
            End Failed Section
------------------------------------------------------*/

a{
    cursor: pointer!important;
}


.message{
    color: #cb2249 !important;
}

.error_border{
    border-color:#e8b0b0;
}

.messge_error{
    font-size: 12px;
    color: red;
    width: 100%;
    padding-left: 140px;
    display: none;
}

.error_osx{
    position: absolute;
    font-size: 16px;
    color: #cb2249;
    display: none;
    text-align:center;
    top: 180px;
    width: 100%;
}

.error_osx i, .message i {
    padding-right: 5px;
}

.pay_choose h4 {
    font-family: 'Open Sans',sans-serif;
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 400 !important;
    text-transform: none !important;
    margin-bottom: 5px;
}

.pay_choose h4 span {
    font-weight: 700 !important;
}

.unscribe {
    padding-top: 10%;
    margin: 0 auto;
    text-align: center;
}

.unscribe input {
  width:60%!important;
  text-align: center!important;
  margin:0px auto!important;
  margin-bottom: 10px !important;
  display:block!important;
  border: 3px solid #f5f5f5!important;
}
.message_pay {
    font-size: 12px;
    margin-bottom: 10px;
}

.unscribe .message {
    color: green!important;   
}
.unscribe  .error_message {
     color: #f5141e!important;   
}

.unscribe input {
    border: 1px solid #c2c2c2 !important;
}

.failed__action-row {
    padding-top: 50px;
}
.header-title p {
    font-family: 'Quicksand', 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.5;
    color: #cfe544;
    text-align: center;
    padding-top: 50px;
}
#create-profile {
    max-width: 880px;
    margin: 65px auto 100px;
    background: #ffffff;
    box-shadow: 10px 5px 30px 0 rgba(75, 75, 75, 0.17), -10px 5px 30px 0 rgba(75, 75, 75, 0.17);
}
#create-profile .choose-forms {
    width: 100%;
    min-height: 270px;
}
#create-profile .choose-forms .pay_choose {
    margin-top: 0;
}
#create-profile .price-block {
    border-top: none;
    margin-top: 0;
}
#create-profile .price-block__title {
     margin-top: 0;
    margin-bottom: 14px;
}
#create-profile .choose-forms .pay_choose .payment-options__list {
    text-align: center;
}
#create-profile .payment-options__list-item {
    float: none;
}
#create-profile h3.color_gray.block-title {
    width: auto;
}
#create-profile .pay-type_section {
    position: absolute;
    width: 96%;
    top: 50%;
    margin-top: -50px;
    padding: 0;
    padding-top: 35px;
    text-align: center;
}
#create-profile .os-block {
    margin-top: 0;
}
#create-profile .os-block .os-block__title {
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 2px;
}