/* @group New Pricing Plans */

.desc-discount-term {
    text-transform: capitalize;
}

.reg-price.strike-through {
    text-decoration: line-through;
}

.plan-column {
    font-family: 'LatoLight', 'Helvetica-Nueu', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    padding: 0;
    position: relative;
    height: 440px;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 18px;
    -webkit-transition: border-color 0.25s, background-color 0.25s, color 0.25s;
    -moz-transition: border-color 0.25s, background-color 0.25s, color 0.25s;
    -o-transition: border-color 0.25s, background-color 0.25s, color 0.25s;
    transition: border-color 0.25s, background-color 0.25s, color 0.25s;
}

.plan-column.recommended-plan {
    /*margin: -20px -1px 0;*/
    z-index: 100;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    /*padding-bottom: 20px;*/
    /*height: 450px;*/
}

.plan-column.recommended-plan.selected {
    /*height: 435px;*/
}

.plan-column:hover {
    border: 1px solid #C5493C;
}

.plan-column.recommended-plan:hover {
    border: 1px solid #297685;
}

.plan-column ~ .plan-column {
    /*border-left: none;*/
}

.plan-column .column-top {
    color: #2c3e50;
    font-size:21px;
    text-transform: uppercase;
    /*height: 130px;*/
}

.plan-column .column-top .price-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 5px;
    font-family: "LatoBold";
    color: #C5493C;
    font-size: 21px;
}

.plan-column.recommended-plan .column-top .price-title {
    padding: 10.5px 5px;
    color: #ffffff;
    background-color: #297685;
    margin-right: -1px;
    margin-left: -1px;
}

/*.plan-column.recommended-plan.selected .column-top .price-title {
    background-color: #C5493C;
}*/

.plan-column.recommended-plan .column-top .recommended-title {
    color: #eeeeee;
    font-family: "LatoLight";
    font-size: 13px;
    line-height: 13px;
}

.plan-column .price-block {
    position: relative;
    padding: 15px 10px;
    border-bottom: 2px solid #ebedee;
    height: 100px;
}

.plan-column .price-sign {
    font-size: 18px;
    position: relative;
    top: -8px;
}

.plan-column .price-amount {
    display: inline-block;
    font-size: 30px;
    margin: 0 10px;
}

.plan-column .price-month,
.plan-column .discount-term {
    display: block;
    font-size: 15px;
    line-height: 15px;
    color: #aaaaaa;
    font-weight: normal;
    text-transform: none;
}

.plan-column .discount-term {
    line-height: 20px;
}

.plan-column .column-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 79px;
}

.plan-column .btn.btn-lg {
    border-radius: 2px;
    margin-top: 16px;
    font-size: 16px;
}

.plan-column.selected {
    border: 1px solid #C5493C;
}

.plan-column.selected.recommended-plan {
    border: 1px solid #297685;
}

.plan-column.selected .btn {
    display: block;
    background: #C5493C;
    border: 1px solid #C5493C;
    color: white;
    width: auto;
    margin: 0 -1px -1px;
    padding: 22px 20px 24px;
    font-size: 22px;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.plan-column.selected.recommended-plan .btn {
    padding: 32px 20px 34px;
    background: #297685;
    border: 1px solid #297685;
}

.plan-column.selected .column-top {
    background: #C5493C;
    /*border: 1px solid #C5493C;*/
}

.plan-column.selected.recommended-plan .column-top {
    background: #297685;
    border: 1px solid #297685;
}

.plan-column.selected .column-top .price-title {
    border-bottom: none;
    color: #ffffff;
}

.plan-column.selected .price-block {
    border-bottom: none;
}

.plan-column.selected .price-month,
.plan-column.selected .price-amount,
.plan-column.selected .discount-term {
    color: #ffffff;
}

.feature-column {
    padding: 0;
    margin-top: 130px;
}

.plan-column div.feature-value{
    /*height:35px;*/
    border-bottom:1px solid #e5e5e5;
    padding:3px 0;
    font-size: 15px;
    margin: 0 20px;
    line-height: 27px;
}

.plan-column div.feature-value p {
    line-height: 22px;
}

.feature-column > div:nth-last-child(2),
.feature-column > div:nth-last-child(1) {
    /*border-bottom: none;*/
}

.feature-column div.feature-item {
    border-bottom: 1px solid #e5e5e5;
    color: #FFF;
    /*background-color: #2FA349;*/
    background-color: #193048;
    padding:2px 16px;
    text-align: right;
    font-size: 15px;
}

.plan-column.selected {
    /*background-color: #EEE;*/
}

/* @end */
