#wrap #plans .plan-header {
    font-size: 2.5em;
    margin-bottom: 20px;
}

#plans .plan-sub-header {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
}

#plans .discount-badge-layer {
    position: relative;
}

#plans .discount-badge-layer .discount-percent {
    font-size: 20px;
}

.discount-percent {
    background-image: url("/images/ec3/payment/burst.png");
    background-repeat: no-repeat;
    float: right;
    font-weight: bold;
    height: 90px;
    left: -20px;
    padding: 24px;
    position: relative;
    text-align: center;
    width: 90px;
}
.discount-percent span {
    color: #f00;
}


#plans .discount-badge {
    background: url("/images/ec3/plans/discount-badge.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    height: 110px;
    margin-top: -10px;
    padding: 35px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 110px;
}

#payment-container #plans .plan-header {
    margin-top: 15px;
}

#payment-container #pricing-chart-v32 {
    margin-top: 20px;
}

.ko #pricing-chart-v32 {
    height:400px;
}

#payment-container #plans #upgrade-benefits {
    margin: -40px 0 0;
}

#payment-container #plans .plans-list {
    margin: 25px 0;
}

#plans #pricing-chart-v32 .pricing p:before {
    content: " ";
    display: block;
    margin: 0 0 -7px;
}

#plans #pricing-chart-v32 .pricing p {
    font-size: 16px;
    line-height: 16px;
    padding: 1px 0 12px 0;
}

#pricing-chart-v32 .pricing p,
#pricing-chart-v32 tr td {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 15px;
    padding: 5px;
}

#pricing-chart-v32 .pricing {
    padding: 10px;
    padding-top: 20px;
    vertical-align: top;
}

#pricing-chart-v32 .pricing p {
    line-height: 12px;
    padding: 0 0 5px;
}

#pricing-chart-v32 th:nth-child(2) {
    width: 18%;
}

#pricing-chart-v32 .pricing .plans-button {
    font-size: 14px;
    margin-top: 5px;
}

#pricing-chart-v32 .pricing .plans-button.free-plan {
    margin-top: 5px; /* -7px 0 */
}

#pricing-chart-v32 .discount-label {
    font-size: 21px;
    font-weight: bold;
    margin-top: 15px;
    padding: 0;
    text-align: center;
}

#pricing-chart-v32 .discont-img {
    margin-top: 10px;
    max-height: 100px;
}

#pricing-chart-v32 .discount-message {
    font-size: 19px;
    letter-spacing: -1px;
    line-height: 23px;
    margin: 0 0 0 15px;
    padding-top: 35px;
}

#pc-help .call-number {
    font-size: 1.2em;
}

#upgrade-benefits li:first-child {
    padding-top: 25px;
}

#upgrade-benefits li:last-child {
    background: none;
    font-size: 14px;
    margin-bottom: 50px;
    padding-left: 0;
}

#upgrade-benefits .text-call-helper,
#upgrade-benefits .highlight-benefits {
    color: #07ADD1;
    cursor: pointer;
}

#upgrade-benefits .text-call-helper {
    cursor: text;
    font-size: 15px;
    font-weight: normal;
    margin: 30px 0 0 0;
}

#upgrade-benefits .text-call-helper .text-info-strong {
    font-weight: bold;
}

#upgrade-benefits .text-call-helper .strong-muted {
    font-size: 14px;
    font-weight: bold;
}

#pc-golive .small {
    font-size: .7em;
}

/* MODALS */
#plans-modal-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1051;
}

#plans-modal-container #plans-guarantee,
#plans-modal-container #plans-testimonial,
#plans-modal-container #plans-faq {
    margin: auto !important;
    max-width: 900px;
    position: static;
    width: auto;
}

#plans-modal-container #plans-guarantee .modal-body {
    text-align: center;
    height: auto;
    max-height: 100%;
    overflow: hidden;
}

#plans-modal-container .plans-sub-title {
    font-size: 15px;
}

#plans-modal-container #plans-testimonial,
#plans-modal-container #plans-faq {
    max-width: 650px;
}

#plans-modal-container #plans-faq .row-fluid {
    padding: 0 30px;
}

#plans-modal-container #plans-testimonial .testimonial-box {
    padding-left: 50px;
    padding-bottom: 30px;
}

#plans-testimonial .users-count {
    color: #0096d3;
}

#plans-faq h4 {
    margin-bottom: 0;
}

#plans-faq p {
    font-size: 14px;
    margin-bottom: 15px;
}

#plans-modal-container #plans-testimonial .media-object.avatar {
    max-width: 130px;
}

#plans-modal-container .modal-backdrop {
    z-index: -1040;
    opacity: 0;
}

#plans-guarantee.modal .modal-body .btn {
    margin: 25px 0 20px;
}

/* ACTIVE TAB */
#plans-testimonial .nav-tabs a {
    margin-right: 25px;
}
#plans-testimonial .tab-pane .arrow {
    visibility: hidden;
}
#plans-testimonial .tab-pane.active .arrow {
    visibility: visible;
}
#plans-testimonial .nav-tabs .active {
    border-right: inherit;
}

#plans-testimonial .nav-tabs .active a {
    border: none;
}

#plans-testimonial .nav-tabs .active .arrow:after {
    border-left-color: #f6f6f6;
    border-right-width: 0;
    bottom: -10px;
    margin-right: -9px !important;
    margin-top: -10px;
}

#plans-testimonial .nav-tabs .active .arrow:after {
    border-width: 10px;
    content: "";
}

#plans-testimonial .nav-tabs .active .arrow,
#plans-testimonial .nav-tabs .active .arrow:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    display: block;
    height: 0;
    float: right;
    margin-right: -40px;
    width: 0;
}

#plans-testimonial .nav-tabs .active .arrow {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: 50px;
    right: -11px;
    top: 50%;
}

#plans-testimonial .nav-tabs .active .arrow {
    border-width: 11px;
}

#plans-testimonial .nav-tabs .active .arrow:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    display: block;
    height: 0;
    float: right;
    width: 0;
}

#plans-testimonial .testi-user-2,
#plans-testimonial .testi-user-3 {
    margin-top: 140px;
}

#plans-testimonial .testi-user-4 {
    margin-top: 90px;
}

#plans-testimonial .tab-pane {
    display: block;
}

#plans-testimonial .tab-pane.active {
    visibility: visible;
}

/* PLANS LIST */
#plans .plans-list p {
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}

#plans .plans-list {
    margin: 45px 0;
}

#plans #pricing-chart-v32 .special-discount-label {
    background: url("/images/ec3/payment/burst.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    font-size: 20px;
    height: 90px;
    line-height: 23px;
    padding: 25px 0;
    text-align: center;
}

.testi-user-4 {
    padding-bottom: 100px;
}

#testi4 {
    padding-bottom: 100px;
}

.tabs-testimonial .nav-tabs {
    border: 0;
    height: 1100px;
}

#plans .divider {
    border-right: 1px solid #dddddd;
    height: 1140px;
    left: 175px;
    position: absolute;
    top: 0;
}