﻿/* @group Signup typography */

.signup-text-weak {
    color: #999;
}

#upf_billing_new_credit_card {
    position: relative;
}

/* @group Signup steps */

.signup-step-container {
    margin-top: -1em;
    position: absolute;
    right: 20px;
    top: 50%;
}

.signup-step {
    display: inline-block;
    margin: 0 0.1em 0 1em;
}

.signup-step-number {
    background-color: #fff000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0.2em solid #000;
    display: inline-block;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 1.7em;
    position: relative;
    text-align: center;
    width: 1.7em;
    z-index: 2;
}

.signup-step-number:first-child {
    margin-left: 0;
}

.signup-step-number-marked {
    color: #fff;
    background-color: #000;
}

.signup-step-number:last-child {
    margin-right: 0;
}


/* @group Signup form */

.signup-heading {
    margin-top: 1em;
}

#package-info-price-monthly {
    margin-bottom: 0.5em;
}

.label-left {
    line-height: 2.3em;
}

#input-row-vat {
    display: none;
}


/* @group Signup coupon */

.signup-coupon-applied {
    color: #49a300;
    display: none;
}

.signup-coupon-error {
    left: 24.8%;
    top: -2.8em;
    width: 35.6%;
}

#signup-coupon-show {
    border-bottom: 0.2em solid #797979;
    font-size: 0.9em;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 1.4em;
}

#signup-coupon-row {
    display: none;
}


/* @group Signup table */

.signup-table {
    display: inline-table;
    width: 80%;
}

.signup-table-loading {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.signup-table-header {
    background-color: #333;
    color: #fff;
    font-size: 0.7em;
    font-weight: normal;
    padding: 1.4em;
    text-align: left;
    text-transform: uppercase;
}


.upload-table-header {
    background-color:#F66;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    padding: 1.4em;
    text-align: left;
    text-transform: uppercase;
}
.upload-table-header:first-child {
    -webkit-border-top-left-radius: 0.5em;
    -moz-border-top-left-radius: 0.5em;
    border-top-left-radius: 0.5em;
}
.upload-table-header:last-child {
    -webkit-border-top-right-radius: 0.5em;
    -moz-border-top-right-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
  
    
    
}
.signup-table-header:first-child {
    -webkit-border-top-left-radius: 0.5em;
    -moz-border-top-left-radius: 0.5em;
    border-top-left-radius: 0.5em;

}

.signup-table-header:last-child {
    -webkit-border-top-right-radius: 0.5em;
    -moz-border-top-right-radius: 0.5em;
    border-top-right-radius: 0.5em;
}


.signup-table td {
    font-size: 0.9em;
    padding: 1em;
}

.signup-table-row {
    border: 1px solid #d9d9d9;
}

.signup-table-row:first-of-type {
    border: none;
}

.signup-table-row-marked {
    background-color: #f7f7f7;
}

.signup-table-total > td {
    border: 1px solid #d9d9d9;
    border-left: none;
    border-right: none;
    font-size: 1em;
    font-weight: bold;
    padding: 1.2em 1em;
}

.signup-table-number {
    text-align: right;
}


/* @group Signup submit */

.signup-submit-message {
    font-size: 0.8em;
    line-height: 3.5em;
    margin-left: 20px;
}


/* @group Signup plan */

.signup-plan-select {
    width: 75%;
}

.signup-plan-discount-info {
    background: url('../img/discount/sprite-special-offer.png') no-repeat;
    height: 85px;
    margin-bottom: 0;
    padding-left: 95px;
}

.signup-plan-discount-info > p {
    line-height: 85px;
    font-size: 28px;
}

.signup-discount-text {
    border-bottom: 3px solid #fff000;
    font-weight: bold;
}


/* @group Package info */

.package-info-price-old {
    color: #ff4c4c;
    text-decoration: line-through; /* Browsers without pseudo-elements will show the line-through */
    position: relative;
}

.package-info-price-old:after {
    border-bottom: 2px solid #ff4c4c;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.package-info-price-yearly {
    color: #000;
}

.package-info-price-discounted {
    color: #ff4c4c;
    margin-left: 0.5em;
}

.signup-table .package-info-price-discounted {
    display: block;
}

.package-info-price-discount-clearify {
    color: #ff4c4c;
    margin-left: 2.2em;
    display: block;
}

.package-price {
    color: #000;
}

.signup-discount-badge {
    background: url('../img/discount/sprite-special-offer.png') no-repeat 0 -87px;
    font-size: 0;
    height: 54px;
    left: 90%;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: â€œ progid: DXImageTransform . Microsoft . Alpha(Opacity = 0) â€;
    position: absolute;
    top: 48px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    width: 54px;
}

.signup-discount-badge-visible {
    left: 90%;
    opacity: 1;
    filter: alpha(opacity = 100);
    -ms-filter: â€œ progid: DXImageTransform . Microsoft . Alpha(Opacity = 100) â€;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.signup-discount-badge-30 {
    background: url('../img/discount/sprite-special-offer.png') no-repeat -55px -87px;
}


/* @group Signup sidebar */

.signup-sidebar-info {
    direction: ltr;
    height: 120px;
    margin-left: 70px;
    overflow: hidden;
    text-indent: -1000px;
    width: 240px;
}

#signup-sidebar-riskfree {
    margin-top: 100px;
    height: 150px;
    background: url('../img/30-day-risk-free-seal.png') no-repeat 10px 0;
}

#signup-sidebar-payment {
    margin-top: 140px;
    background: url('img/supported-payment.png') no-repeat;
}

#signup-sidebar-trustedby {
    margin-top: 190px;
    height: 200px;
    background: url('img/trusted-by.png') no-repeat;
}

#signup-sidebar-datasafe {
    margin-top: 260px;
    width: 250px;
    background: url('img/your-data-is-safe-with-us.png') no-repeat;
}


/* @group Terms */

#label-signup-terms > a {
    text-decoration: underline;
}


/* @group Checkout */

#checkout-submit {
    display: inline-block;
    float: none;
    margin-left: 1.3em;
}

#checkout-sidebar-payment {
    margin-top: 369px;
}

#checkout-sidebar-riskfree {
    background-position: 0 -101px;
    margin-top: 250px;
}


/* @responsive Desktop only */
@media (min-width: 976px) {

    /* @group Signup CC */

    #CC_start_here {
        position: absolute;
        display: none;
        margin-left: 50px;
        top: 70px;
        background: url('../img/arrow-start-here.png') no-repeat;
        height: 75px;
        overflow: hidden;
        width: 100px;
    }

    #upf_active_card {
        display: none;
    }

    #CC {
        float: left;
        height: 177px;
        left: 160px;
        margin: 20px 0 120px;
        position: relative;
        width: 302px;
        z-index: 2;
    }

    #CC input {
        background-color: rgba(41, 44, 51, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 2px 2px 2px 2px;
        box-shadow: 0 1px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2) inset, 0 0 2px rgba(0, 0, 0, 0.32) inset;
        color: #FFFFFF;
        font-family: courier,'courier new',sans-serif;
        font-size: 18px;
        font-weight: normal;
        height: 35px;
        line-height: 34px;
        margin-top: 85px;
        text-align: center;
        text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
        width: 60px;
    }

    #CCback {
        height: 177px;
        margin: 140px auto auto 270px;
        position: absolute;
        width: 302px;
        z-index: 1;
    }

    #cardno {
        margin-right: 18px;
        float: right;
    }

    #cardno input {
        background: none;
    }

    #expires {
        float: right;
        margin-top: 4px;
        padding-right: 18px;
        text-align: right;
    }

    #expires .input-select-wrapper {
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 0 1px rgba(255, 255, 255, 0.38) inset, 0 0 2px rgba(255, 255, 255, 0.25) inset;
        color: #FFFFFF;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 0.75em;
        height: 35px;
        line-height: 35px;
        margin-left: 4px;
        padding-top: 0;
        text-align: left;
        width: 62px;
    }

    #expires .input-select-wrappertext {
        line-height: 36px;
        padding-left: 8px;
    }

    #expires .input-select-wrapper:before {
        border-top-color: #fff;
    }

    #expires .input-select-wrapper:after {
        border-bottom-color: #fff;
    }

    .diners #expires .input-select-wrapper:before {
        border-top-color: #333;
    }

    .diners #expires .input-select-wrapper:after {
        border-bottom-color: #333;
    }

    .default {
        background: url('img/creditcards/default.png');
}

    .defaultback {
        background: url('img/creditcards/defaultback.png');
}

    .amex {
        background: url('img/creditcards/amex.png');
        transition: all 0.3s ease 0s;
    }

    .amexback {
        background: url('img/creditcards/amexback.png');
        transition: all 0.3s ease 0s;
    }

    .mastercard {
        background: url('img/creditcards/mastercard.png');
        transition: all 0.3s ease 0s;
    }

    .mastercardback {
        background: url('img/creditcards/mastercardback.png');
        transition: all 0.3s ease 0s;
    }

    .visa {
        background: url('img/creditcards/visabg.png');
        transition: all 0.3s ease 0s;
    }

    .visaback {
        background: url('img/creditcards/visaback.png');
        transition: all 0.3s ease 0s;
    }

    .diners {
        background: url('img/creditcards/diners.png');
        transition: all 0.3s ease 0s;
    }

    .diners #expires .input-select-wrapper {
        color: #666666;
        text-shadow: none;
    }

    .diners #row1 {
        background-color: rgba(41, 44, 51, 0.35);
    }

    .diners #row2 {
        background-color: rgba(41, 44, 51, 0.35);
    }

    .diners #row3 {
        background-color: rgba(41, 44, 51, 0.35);
    }

    .diners #row4 {
        background-color: rgba(41, 44, 51, 0.35);
    }

    .dinersback {
        background: url('img/creditcards/dinersback.png');
        transition: all 0.3s ease 0s;
    }

    .dinersback #upf_cc_verification {
        background-color: rgba(41, 44, 51, 0.35);
    }

    #upf_billing_new_credit_card .subtitle {
        color: #666666;
    }

    #nameline {
        height: 44px;
        margin-top: 60px;
    }

    #nameline input:-moz-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

    #upf_name_on_card {
        background: url('../img/creditcards/namebg.png') repeat scroll 0 0 rgba(233, 232, 229, 0.99);
        border: 1px solid rgba(105, 107, 110, 0.7);
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 1px rgba(255, 255, 255, 0.2), 0 2px 3px rgba(0, 0, 0, 0.1) inset;
        color: #333333;
        font-family: 'Helvetica Neue';
        font-size: 12px;
        font-weight: bold;
        height: 35px;
        line-height: 33px;
        margin-left: 37px;
        padding-left: 10px;
        text-transform: uppercase;
        width: 170px;
    }

    #upf_cc_verification {
        background: url('../img/creditcards/namebg.png') repeat scroll 0 0 rgba(233, 232, 229, 0.99);
        border: 1px solid rgba(105, 107, 110, 0.7);
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 1px rgba(255, 255, 255, 0.2), 0 2px 3px rgba(0, 0, 0, 0.1) inset;
        color: #333333;
        font-family: 'Helvetica Neue';
        font-size: 12px;
        font-weight: bold;
        height: 35px;
        line-height: 33px;
        text-align: center;
        text-transform: uppercase;
        width: 57px;
    }

    #thebackrow {
        margin-left: 17px;
        margin-top: 0;
        position: relative;
        width: 302px;
    }

    #backrow1, #backrow2, #backrow3, #backrow4 {
        background: none;
        border: medium none;
        color: rgba(0, 0, 0, 0.18);
        display: inline;
        font-family: courier, 'courier new', sans-serif;
        font-size: 18px;
        outline: medium none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
        width: 60px;
    }

    #CC .error {
        border-color: #FF7373;
    }

    #CCback .error {
        border-color: #FF7373;
    }

}


/* @responsive Tablet */
@media (max-width: 975px) {

    /* @group Signup steps */

    .signup-step-container {
        margin-top: 1em;
        position: static;
    }
    
    .signup-step:first-child {
        margin-left: 0.1em;
    }

    .signup-discount-badge {
        left: 90%;
    }

    .signup-discount-badge-visible {
        left: 90%;
    }


    /* @group Signup CC */

    #cardno,
    #CCback {
        display: none;
    }


    /* @group Checkout */

    #checkout-submit {
        margin-left: 1.3em;
    }

    /* @group Signup button */

    .input-container:last-child {
        margin-bottom: 1em;
    }

}


/* @responsive Phone */
@media (max-width: 740px) {

    h3 {
        margin-bottom: 0.2em;
    }

    .signup-label-specification {
        position: relative;
        top: -0.5em;
    }

    .input-container {
        margin-top: 2em;
    }

    .input-select-wrapper.width-1-2 {
        margin-right: 0;
        width: 100%;
    }

    .input.width-1-2 + .input.width-1-2 {
        margin-top: 0.5em;
        width: 100%;
    }


    /* @group Label */

    .label-left {
        line-height: 2em;
    }

    .input-row {
        margin-bottom: 0.5em;
    }


    /* @group Button */

    .button-base,
    .button-container {
        width: 100%;
    }


    /* @group Signup plan */

    .signup-plan-discount-info {
        background: none !important; /* To override Retina rules */
        margin-bottom: -2em;
        padding: 0;
    }

    .signup-plan-discount-info > p {
        font-size: 1.4em;
        line-height: 1.6em;
    }

    .signup-plan-select {
        width: 100%;
    }


    /* @group Signup steps */

    .signup-step-container {
        float: left;
        margin-top: 0.5em;
        right: auto;
        position: relative;
    }

    .signup-step {
        display: block;
        margin: 0.7em 0 0;
    }

    .signup-step > .signup-step-number {
        margin-right: 0.3em;
    }


    /* @group Signup form */

    #package-info-price-monthly {
        margin-bottom: 0;
    }

    #label-signup-terms {
        line-height: 1.5em;
        margin-left: 0.4em;
    }

    .signup-submit-message {
        font-size: 0.9em;
        line-height: 1.5em;
    }


    /* @group Signup coupon */

    .signup-coupon-error {
        left: 0;
        top: -0.6em;
        width: 100%;
    }

    #signup-coupon-show {
        display: inline-block;
        margin-bottom: 1em;
        position: static;
    }

    #package-info-price-yearly {
        max-width: 85%;
    }

    .package-info-price-discounted {
        display: inline-block;
        top: -1em;
        position: relative;
    }

    .signup-discount-badge {
        top: 80px;
        left: 80%;
    }

    .signup-discount-badge-visible {
        left: 80%;
    }

    .package-info-price-discount-clearify {
        width: 200px;
        margin-top: -20px;
        margin-left: 2.5em;
        margin-bottom: 20px;
    }


    /* @group Signup table */

    .signup-table {
        width: 99.9%; /* 100% hides the right border*/
    }

    /* Remove the quantity and price columns */
    .signup-table-row th:nth-child(2),
    .signup-table-row td:nth-child(2),
    .signup-table-row th:nth-child(3),
    .signup-table-row td:nth-child(3) {
        /*display: none;*/
    }


    /* @group Signup submit */

    .input-container:last-child {
        float: none;
        margin-top: 2em;
    }

    .signup-submit {
        margin-top: 1em;
    }

    .signup-submit-message {
        display: block;
        text-align: center;
    }


    /* @group Checkout */

    #checkout-submit {
        margin: 1em 0 0;
    }

}

/*<!------ Start Testing --------------------------------- */

.pricing-free {
    color: #fff;
    font-size: 0.95em;
    position: absolute;
    top: 6.5em;
    width: 15em;
}

.pricing-free a {
    text-decoration: underline;
}


.pricing-free ul {
    font-weight: bold;
    margin: 2em 0;
}

.pricing-free-checkbox {
    color: #fff000;
    margin: 0 0.7em 0 0.4em;
}

a.pricing-free-a {
    text-decoration: none;
}

.pricing-free-a:hover > .pricing-free-text {
    color: #fff000;
}

.pricing-free-text {
    text-decoration: underline;
}
.pricing-free-p {
    margin-top: 3em;
}

.pricing-free-icon {
    background-color: #fff000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #555;
    font-size: 0.6em;
    margin-right: 1em;
    padding: 0.5em 1em;
}

.pricing-divider {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    margin: 1.5em 0;
}


/* @group Container */

.container-pricing {
    background: url('../img/pricing/bg-pricing.jpg') 50% 0 no-repeat;
    background-size: 100% 683px;
}

/* @group Pricing table */

.pricing-table {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    clear: both;
    position: relative;
}


.pricing-table-column-container {
    position: relative;
    background-color: inherit;
    width: 100%;
    height: 100%;
    padding: 11px;
    margin: -11px;
}

.pricing-table-column-container-tooltip {
    position: absolute;
    background-color: inherit;
    height: 100%;
    top: -1px;
    left: 100%;
    border: 1px solid #e1e1e1;
    border-left: 0px;
    border-right: 0px;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    width: 0px;
    -webkit-transition: width 100ms ease;
    -moz-transition: width 100ms ease;
    transition: width 100ms ease;
}

.pricing-table-row:hover .pricing-table-column-container-tooltip {
    border-right: 1px solid #e1e1e1;
    width: 120px;
    -webkit-transition: width 100ms ease;
    -moz-transition: width 100ms ease;
    transition: width 100ms ease;
}

.pricing-table .tooltip-container {
    float: right;
    opacity: 0;
    -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    top: 50%;
    margin-top: -16px;
    margin-right: 15px;
}

.pricing-table-row:hover .tooltip-container {
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.pricing-table .tooltip-container .tooltip-content {
    margin-left: 9px;
    left: -210px;
    z-index: 500;
}

.pricing-table .tooltip-container .tooltip-content:after {
    left: 213px;
}

.pricing-table .tooltip-container .icon-pricing{
    color:#0099FF;
    margin-left: 10px;
    margin-right: 10px;
}

.pricing-table .tooltip-container .icon-pricing:hover {
    color: #333;
    color: rgba(0, 0, 0, 0.8);
}

.pricing-table-row > td:hover > .tooltip-container > .icon-pricing{
    color: #333;
    color: rgba(0, 0, 0, 0.8);
}

.pricing-table-row > td:hover > .tooltip-container > .tooltip-content {
    opacity: 1;
    -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    visibility: visible;
}

.pricing-table-row {
    background-color: #f2f2f2;
}

.pricing-table-row th {
    background: #333;
    color: #fff;
    font-family: "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helevetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    padding: 1em;
    font-weight: normal;
}

.pricing-table-row th:first-child {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.pricing-table-row th:last-child {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.pricing-table-row-highlight {
    background-color: #fff;
}

.pricing-table-column-highlight {
    font-family: "Helevetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #fff;
}

.pricing-table-column-includes {
    padding: 20px !important;
    padding-top: 40px !important;
}

.pricing-table-column-includes > span:nth-child(2) {
    color: #333;
    margin-bottom: 20px;
}

.pricing-table-row > td {
    background-color: #f7f7f7;
    font-family: "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helevetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #e1e1e1;
    font-size: 2em;
    text-align: center;
    width: 100%;
    font-weight: 500;
    padding: 11px;
}

.pricing-table-row-highlight td {
    background-color: #fff;
    padding: 9px 11px;
}

.pricing-table-row-highlight .pricing-table-column-container {
    padding: 9px;
    margin: -9px;
}

td.pricing-table-column-highlight {
    font-family: "Helevetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #fff;
}

.pricing-table-row a {
    color: #333;
}

.pricing-table-row .button-base {
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 0.1em;
}

.pricing-table-text {
    font-size: 14px;
    font-family:Tahoma;
    color: #AAA;
    font-weight: 100;
    margin: 0;
}

.pricing-table-text-small {
    font-size: 11px;
}

.pricing-table-text-medium {
    font-size: 18px;
}

.pricing-table-text-semistrong {
    color: #000;
    font-family: "Helevetica Neue", Helvetica, Arial, sans-serif !important;
}

.pricing-table-row > td:first-child,
.pricing-table-row > td:last-child {
    border-right: 1px solid #e1e1e1;
}

.pricing-table-row-pageviews > td {
    color: #999;
    font-size: 0.75em;
}

.pricing-table-row-pageviews > td:first-child {
    font-size: 0.75em;
    padding-left: inherit;
    text-align: center;
}

.pricing-table-row-support  > td {
    font-size: 1.25em;
    padding: 16px;
}

.pricing-table-row-free > td {
    color: #333;
    font-size: 1.1em;
    padding: 40px 0;
    line-height: 1.8em;
}

.pricing-table-row-free > td > a {
    font-weight: 600;
    text-decoration: underline;
}

.pricing-table-row-free p {
    margin: 0;
}

.pricing-table-column-platinum {
    padding: 10px !important;
    padding-bottom: 15px !important;
}


.pricing-table-column-collapse {
    visibility: hidden;
    border: none !important;
}

td.pricing-table-info {
    font-family: "Helevetica Neue", Helvetica, Arial, sans-serif;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 2.4em;
    padding: 0;
}

td.pricing-table-info-header {
    font-size: 12px;
    text-transform: uppercase;
}

td.pricing-table-info-highlighted {
    background-color: #fff000;
    color: #000;
}

.pricing-bottom-price {
    font-size: 0.7em;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
}

.pricing-table-extra {
    font-size: 12px;
    text-align: center;
}

.pricing-table-extra p:last-child{
    margin-bottom: 0;
}

.pricing-changes {
    color: #999;
    margin-bottom: 2em;
    padding: 10px;
}



/* @group Packages */

.packages-list {
    float: none;
    margin-top: 3em;
    width: 100%;
}

.packages-item_1 {
    border-bottom: none;
    width: 100%;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 2.5em;
}

.pricing-features-phone-list {
    display: none;
}



.packages-price-currency {
    margin-top: -0.7em;
}

.packages-features {
    display: none;
}


/* @group FAQ */

.faq-container {
    border-bottom: 1px solid #e6e6e6;
    padding: 2em 0;
}

.faq-container:first-of-type {
    border-top: 1px solid #e6e6e6;
}

.faq-trigger {
    float: left;
    font-weight: bold;
    margin-right: 0.5em;
    line-height: 1em;
    -webkit-transition: -webkit-transform 250ms;
    -moz-transition: -moz-transform 250ms;
    transition: transform 250ms;
}

.faq-trigger-open {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 250ms;
    -moz-transition: -moz-transform 250ms;
    transition: transform 250ms;
}

.faq-question {
    cursor: pointer;
    font-size: 1em;
    font-weight: 100;
}

.faq-answer {
    clear: both;
    color: #666;
    display: none;
    margin-top: 1em;
}

/* @group Twitter */

.container-twitter {
    text-align: center;
    max-width: 770px;
    margin: 0 auto 20px;
}

.container-twitter-pricing {
    border-top: 1px solid #e6e6e6;
    padding: 7em 0 3em;
}

.container-twitter a:hover {
    text-decoration: none;
}

.twitter-tweet {
    color: #000;
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 1.7em;
    margin: 0;
}

.twitter-tweet > a {
    position: relative;
    top: -1em;
    font-weight: inherit;
}

.twitter-fullname {
    color: #000;
    font-weight: bold;
}

.twitter-username {
    color: #999;
    font-weight: 100;
}


/* @responsive Desktop only */
@media (min-width: 976px) {
    .packages-discount-personal {
        left: 152px;
        top: -52px;
    }

    .packages-discount-pro {
        right: -1px;
        top: -66px;
    }

}


/* @responsive iPad (landscape) */
@media (max-device-width: 1024px) and (orientation: landscape) {
    .tooltip-container {
        display: none;
    }
}


/* @responsive Tablet only */
@media (max-width: 975px) and (min-width: 741px) {

    .button-base {
        font-size: 0.7em;
    }

    .packages-price-currency {
        margin-top: -0.3em;
    }

}


/* @responsive Tablet */
@media (max-width: 975px) {
    .button-base {
        font-size: 0.9em;
    }

    .pricing-free {
        font-size: 0.75em;
        top: 9em;
        width: 14em;
    }

    .pricing-free-checkbox {
        margin: 0;
    }

    .pricing-free ul {
        font-weight: normal;
    }

    .pricing-table-row .button-base {
        font-size: 13px;
    }

    .pricing-table-row-bottom-cta .packages-price-discountinfo {
        margin: 0 auto 0.5em;
    }

    .pricing-bottom-price {
        margin: 0.7em 0 0.2em;
    }

}


/* @responsive Phone */
@media (max-width: 740px) {

    .button-base {
        font-size: 1.3em;
    }


    /* @group Pricing table */

.pricing-table {
        display: none;
    }

    .pricing-divider {
        display: none;
    }


    /* @group Packages */

 .packages-features {
      display: block;
    }

    .packages-list {
        float: inherit;
        margin-top: -10px;
        width: auto;
    }

    .packages-item {
        border-bottom: 1px solid #d2d2d2;
        width: auto;
    }

}


/* @responsive Tablet */
@media (max-width: 975px) {

    /*.tooltip-container {
        display: none !important;
    }*/

    .container-pricing {
        background-size: auto auto;
    }
}


/* @responsive Phone */
@media (max-width: 740px) {
    .container-twitter-pricing {
        padding: 10px 0 0;
    }

    #facebook-box {
        margin-top: 90px;
    }
}



/* -------------------------- End Testing ------------------------------*/





/* @responsive Hi-DPI (Retina) screens */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 168dpi) {

    .signup-plan-discount-info {
        background: url('../img/discount/sprite-special-offer.png') no-repeat;
        background-size: 107px auto;
    }

    .signup-discount-badge {
        background-image: url('../img/discount/sprite-special-offer.png');
        background-size: 107px auto;
    }

    .signup-discount-badge-30 {
        background-image: url('../img/discount/sprite-special-offer.png');
        background-size: 107px auto;
    }

    #signup-sidebar-riskfree {
        background: url('../img/30.png') no-repeat;
        background-size: 240px auto;
    }

    #signup-sidebar-payment {
        background: url('../img/payment.png') no-repeat;
        background-size: 240px auto;
    }

    #signup-sidebar-trustedby {
        background: url('../img/client.png') no-repeat;
        background-size: 240px auto;
    }

    #signup-sidebar-datasafe {
        background: url('../img/data.png') no-repeat;
        background-size: 250px auto;
    }

    #CC_start_here {
        background: url('../img/arrow-start-here.png') no-repeat;
        background-size: 100px auto;
    }
}
