/* ------------------------------------------------------------------------------- */
/*  8.  Pricing Tables
/* ------------------------------------------------------------------------------- */

.pricing-table-extended .column, .pricing-table-simple .column {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
}
.pricing-table-extended ul, .pricing-table-simple ul {
    padding: 0;
    margin: 0 0 0 0;
}
.pricing-table-extended ul li, .pricing-table-simple ul li {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
}
.pricing-table-extended .footer, .pricing-table-simple .footer {
    padding: 24px 20px;
}
/*  Extended Pricing Table  --------------------------------*/

.pricing-table-extended .column {
    display: block;
    border-left: 2px solid #fff;
}
.pricing-table-extended.five-cols .column {
    width: 16.6%;
}
.pricing-table-extended.four-cols .column {
    width: 19.8%;
}
.pricing-table-extended.three-cols .column {
    width: 24.8%;
}
.pricing-table-extended.two-cols .column {
    width: 33.1%;
}
.pricing-table-extended.one-cols .column {
    width: 49.5%;
}
.pricing-table-extended .features-list {
    border: none;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}
.pricing-table-extended .level-max {
    z-index: 9999;
    margin: 0 -2px 0 0;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}
.pricing-table-extended .header {
    min-height: 140px;
    background: #3498db;
    color: #fff;
    border-radius: 2% 2% 0 0;
}
.pricing-table-extended .features-list .header {
    background: none;
    min-height: 160px;
}
.pricing-table-extended .level-one .header {
    background: rgba(52, 152, 219, .7);
}
.pricing-table-extended .level-max .header {
    min-height: 155px;
}
.pricing-table-extended h1 {
    padding: 12px 15px;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}
.pricing-table-extended .level-one h1 {
    color: #fff;
}
.pricing-table-extended .level-max h1 {
    color: #fff;
}
.pricing-table-extended h2 {
    margin-top: 13px;
    margin-bottom: 0;
    color: #fff;
    color: rgba(255,255,255,.7);
    font-weight: 800;
    font-size: 12px;
}
.pricing-table-extended h2 span {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}
.pricing-table-extended .level-max h2 span {
    font-size: 48px;
}
.pricing-table-extended ul li {
    padding: 9px 20px;
    background: #f9f9f9;
}
.pricing-table-extended ul li:nth-child(even) {
    background: #f1f1f1;
}
.pricing-table-extended .footer {
    background: #f8f8f8;
}
.pricing-table-extended .features-list .footer {
    background: none;
}
.pricing-table-extended .level-max .footer {
    padding: 31px 20px;
    background: #fff;
}

.pricing-table-extended .level-max .header {
    background: #2ecc71;
    margin-top: -20px;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 979px) {
    .pricing-table-extended .features-list {
        display: none;
    }
    .pricing-table-extended.five-cols .column {
        width: 19.9%;
    }
    .pricing-table-extended.four-cols .column {
        width: 24.8%;
    }
    .pricing-table-extended.three-cols .column {
        width: 33.1%;
    }
    .pricing-table-extended.two-cols .column {
        width: 49%;
    }
    .pricing-table-extended.one-cols .column {
        width: 100%;
    }
    .pricing-table-extended .column ul li:before {
        color: #959595;
        content: attr(data-feature);
        display: block;
        font-weight: 600;
        text-align: center;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    .pricing-table-extended.five-cols .column {
        width: 49%;
    }
    .pricing-table-extended.four-cols .column {
        width: 49%;
    }
    .pricing-table-extended.three-cols .column {
        width: 49%;
    }
    .pricing-table-extended.two-cols .column {
        width: 49%;
    }
    .pricing-table-extended.one-cols .column {
        width: 100%;
    }
}