/* PRICINGTABLE ----------------------------------------------------------------*/
.pricing-tables {
    padding: 20px 0px;
}

.pricing-tables h1 {
    font-size: 160%;
}

.pricing-tables .plan.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pricing-tables .plan.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables .plan.recommended {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pricing-tables .plan.recommended .head {
    margin-bottom: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.pricing-tables.attached .plan {
    border-radius: 0;
}

.pricing-tables.attached .plan .head {
    border-radius: 0;
}

.pricing-tables.attached .plan.recommended {
    border-radius: 4px;
}

.pricing-tables.attached .plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables.attached .plan.last {
    border-bottom-right-radius: 4px;
}

.pricing-tables.attached .plan.last .head {
    border-top-right-radius: 4px;
}

.pricing-tables.attached .plan.first {
    border-bottom-left-radius: 4px;
}

.pricing-tables.attached .plan.first .head {
    border-top-left-radius: 4px;
}


.plan {
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    min-height: 100px;
    background: #fff;
    border-radius: 4px;
    margin: 20px 0;
    padding-bottom: 25px;
    text-align: center;
}

.plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    background: rgb(36,87,145);
    background: -moz-linear-gradient(top, rgba(36,87,145,1) 0%, rgba(2,69,146,1) 54%, rgba(0,56,117,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,87,145,1)), color-stop(54%,rgba(2,69,146,1)), color-stop(100%,rgba(0,56,117,1)));
    background: -webkit-linear-gradient(top, rgba(36,87,145,1) 0%,rgba(2,69,146,1) 54%,rgba(0,56,117,1) 100%);
    background: -o-linear-gradient(top, rgba(36,87,145,1) 0%,rgba(2,69,146,1) 54%,rgba(0,56,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(36,87,145,1) 0%,rgba(2,69,146,1) 54%,rgba(0,56,117,1) 100%);
    background: linear-gradient(to bottom, rgba(36,87,145,1) 0%,rgba(2,69,146,1) 54%,rgba(0,56,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245791', endColorstr='#003875',GradientType=0 );
    color: #fff;
}

.plan .head h1, .plan .head h2, .plan .head h3 {
    padding: 0;
    margin: 0;
    font-weight: 100;
    font-size:170%;
    letter-spacing: -0.5pt;
    text-transform: uppercase;
}

.plan .price {
    border-bottom: 1px solid #eee;
    margin: 0 auto 30px auto;
    width: 80%;
}

.plan .price h3 {
    font-size: 82px;
    vertical-align: top;
    line-height: 1;
}

.plan .price h3 span {
    font-size: 38px;
    vertical-align: top;
    position: relative;
    margin: 6px 0 0 -7px;
    display: inline-block;
}

.plan .price h4 {
    color: #aaa;
    font-size: 14px;
}

.pricing-tables.attached .plan .subhead {
    padding:20px 0px;
    margin:20px 0px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight:500;
}

.plan .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.plan ul {
    list-style-type: none;
    padding: 20px;
    margin-top: 2px;
}

.plan ul li {
    line-height: 110%;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 400;
}

.plan ul li a {
    text-decoration: underline;
    color: #e6e9ed;
}

.plan ul li:last-child {
    border-bottom: none;
}

.plan ul strong {
    font-weight: 700;
}

.plan.recommended {
    margin-top: 6px;
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    position: relative;
    z-index: 99;
    border-radius: 4px;
}

.plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgb(36,87,145);
    background: -moz-linear-gradient(top, rgba(36,87,145,1) 0%, rgba(2,69,146,1) 54%, rgba(0,56,117,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,87,145,1)), color-stop(54%,rgba(2,69,146,1)), color-stop(100%,rgba(0,56,117,1)));
    background: -webkit-linear-gradient(top, rgba(36,87,145,1) 0%,rgba(2,69,146,1) 54%,rgba(0,56,117,1) 100%);
    background: -o-linear-gradient(top, rgba(36,87,145,1) 0%,rgba(2,69,146,1) 54%,rgba(0,56,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(36,87,145,1) 0%,rgba(2,69,146,1) 54%,rgba(0,56,117,1) 100%);
    background: linear-gradient(to bottom, rgba(36,87,145,1) 0%,rgba(2,69,146,1) 54%,rgba(0,56,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245791', endColorstr='#003875',GradientType=0 );
}

.plan.recommended .btn {
    margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------*/