/* Pricing Table */

.pricingTable {
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
    -ms-border-radius: 0px 0px 2px 2px;
    -khtml-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    margin-bottom: 30px;
    position: relative;
}
.pricingTable:hover .pricingIcon {
    border-color: #21242e;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.pricingTable .pricingIcon {
    width: 95px;
    height: 95px;
    line-height: 95px;
    border: 5px solid #ff3838;
    margin: auto;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #ffffff url('assets/images/plan-icon-pink.png') center center no-repeat;
}
.pricingTable .image-icon.pricingIcon {
    background-image: none;
}
.pricingTable .image-icon.pricingIcon img {
    max-width: 55px;
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pricingTable .pricingHeader {
    border: 1px solid #04ADF0;
    border-bottom: none;
    background-color: #04ADF0;
    padding: 20px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
    -khtml-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    position: relative;
}
.pricingTable .pricingHeader .pricingTitle {
    float: left;
    color: #ffffff;
    margin: 0;
    font-size: 20px;
}
.pricingTable .pricingHeader .pricingTitle span {
    margin-top: 5px;
    font-weight: normal;
    display: block;
    font-size: 13px;
}
.pricingTable .pricingHeader .ribbon {
    position: absolute;
    left: -6px;
    top: -5px;
}
.pricingTable .pricingPerMonth {
    float: right;
    display: block;
    background-color: #21242e;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    margin: 15px 0 0 0;
}
.pricingTable > img {
    display: block;
    width: 100%;
}
.pricingTable .pricingBody {
    -webkit-box-shadow: inset 0px -2px 0px #cccccc;
    box-shadow: inset 0px -2px 0px #cccccc;
    overflow: hidden;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom: 1px solid #acadae;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
    -ms-border-radius: 0px 0px 2px 2px;
    -khtml-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    list-style: none;
}
.pricingTable .pricingBody li {
    padding: 20px 0px;
    color: #21242e;
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
    font-weight: 400;
}
.pricingTable .pricingBody li span {
    float: right;
    color: #70BA28;
    font-size: 14px;
}
.pricingTable .pricingBody li .generalLink {
    padding: 16px 10px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
}
.pricingTable .pricingBody li .orderNow {
    background-color: #ff6b6b;
}
.pricingTable .pricingBody li .orderNow:hover {
    background-color: #21242e;
}
.pricingTable .pricingBody li:first-child {
    padding-top: 0px;
}
.pricingTable .pricingBody li:last-child {
    border-bottom: 3px;
    padding-bottom: 0px;
    padding-top: 20px;
}
.pricingTable .pricingBody li:last-child p {
    float: left;
    width: 50%;
    margin-bottom: 0;
}
.pricingTable .pricingBody li:last-child p:first-child {
    padding-right: 10px;
}
.pricingTable .pricingBody li:last-child p:last-child {
    padding-left: 10px;
}
@media (min-width: 480px) {
    .table-emails .actions a {
        padding: 5px;
        background-color: #333333;
        width: 35px;
        float: left;
        height: 35px;
        text-align: center;
        margin-right: 10px;
        color: #fff;
        line-height: 27px;
        border-radius: 50%;
        overflow: hidden;
    }
}
@media (max-width: 479px) {
    .table-emails .actions a {
        display: block;
        padding: 5px;
        color: #666;
        border: 1px dotted #dedede;
        margin-bottom: 5px;
    }
}
.relative-group {
    position: relative;

}
.relative-group .absolute-extension {
    position: absolute;
    top: -42px;
    right: 0;
    background-color: #e5e5e5;
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
}
