/*
Inspired by the dribble shot http://dribbble.com/shots/1285240-Freebie-Flat-Pricing-Table?list=tags&tag=pricing_table
*/

/*--------- Font ------------*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700);


price_table * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*------ utiltity classes -----*/
.fl_pt{ float:left; }
.fr_pt{ float: right; }


.price_class a,a:hover {
    /*color: #FEFEFE;*/
    text-decoration:  none;
  /*  background: #fd887a;*/
}

.wrapper_pt {
   /* font-family: 'Lato', sans-serif;*/
    font-size: 12px;
    line-height: 1;
}
.pricing-table_pt .heading_pt{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.block_pt{
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer !important;
    margin-bottom: 15px !important;
    transition: all .2s ease-in-out;
}

.title_pt
{
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .title_pt {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 799px) {
    .block_pt:hover {
        transform: scale(1.06);
    }
}
/*Shared properties*/
.title_pt,.pt-footer_pt{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}


.content_pt{
    position: relative;
    color: rgba(55, 61, 73, 0.980392) !important;
    padding: 10px 0 10px 0;
    height: 120px;

}
.content_pt p {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .content_pt{
        padding: 0px 0 10px 0;
        height: 100px;
    }
}

/*arrow creation*/
.content_pt:after, .content_pt:before,.pt-footer_pt:before,.pt-footer_pt:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.pt-footer_pt:after,.pt-footer_pt:before{
    top:0;
}
.content_pt:after,.pt-footer_pt:after {
    border-color: rgba(136, 183, 213, 0);
    border-width: 5px;
    margin-left: -5px;
}
/*/arrow creation*/
.price_pt{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
    margin-left:15px;
}

.price_pt.strike {
     position: relative;
     display: inline-block;
     margin-bottom: 0px;   
     margin-left:0px; 
}

.price_pt.strike strike {
   color: red;  
}

.price_pt.strike strike span {
    font-size: 1.5rem; 
}

.price_pt span{
      font-size: 4.5rem; 
    color: rgba(55, 61, 73, 0.980392) !important;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .price_pt span{
        font-size: 4.5rem;
    }
}
.price_pt sup{
    font-size: 1rem;
    position: absolute;
    top: 6px;
    left: -12px;
    color: rgba(55, 61, 73, 0.980392) !important;
}

.price_pt sub{
    top: 2px;
    font-size: 1rem;
    color: rgba(55, 61, 73, 0.980392) !important;
}

.hint_pt{
    font-style: italic;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .2em;
}

.hint_pt p{
   text-align: center;

}

@media only screen and (max-width: 768px) {
    .hint_pt {
        margin-left:-1.5em;
    }
}

.features_pt{
    list-style-type: none;
    background: #FFFFFF;
    text-align: center;
    color: #9C9C9C;
    padding:10px 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .features_pt {
        padding: 10px;
        font-size: 1.5em;
    }




}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .features_pt {
        font-size: 0.7rem;
        padding:10px 17%;
    }
}

@media only screen and (min-width: 1200px) {
    .features_pt {
        font-size: 0.9rem;
    }
}

.features_pt ul{
    margin-bottom: 0px;
}

.features_pt li{
    padding:5px 0;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .features_pt li {
        padding:5px 0;
    }
}
.features_pt li span{
    padding-right: 0.4rem;
}
.pt-footer_pt{
    font-size: 1.5rem;
    text-transform: capitalize;
}

.pt-footer_pt p{
    margin-bottom: 0px;
    text-align: center;
}
/*PERSONAL*/
.personal_pt .title_pt{
    background: #193B61;
}
.personal_pt .content_pt,.personal_pt {
    background: #284B73;
}
.pt-footer_pt {
    background: #ffffff;
}
.personal_pt .content_pt:after{
    border-top-color: #284B73;
}
.personal_pt .pt-footer_pt:after{
    border-top-color: #FFFFFF;
}
.m3border_pt {
    border-left: 1px solid #284B73;
    border-right: 1px solid #284B73;
}
/*PROFESSIONAL*/
.professional_pt .title_pt{
    background:rgba(55, 61, 73, 0.980392) !important;
}
.professional_pt .content_pt,.professional_pt{
    background: #ffffff;
}

.content_pt {
     border-right: 1px solid  rgba(55, 61, 73, 0.980392) !important;
     border-left: 1px solid  rgba(55, 61, 73, 0.980392) !important;
     border-bottom: 1px solid  rgba(55, 61, 73, 0.980392) !important;
}

.pt-footer_pt {
    background: #ffffff;
    color: #ed786a;
    border: 1px solid rgba(55, 61, 73, 0.980392) !important;
    border-radius: 0px 0px 5px 5px;
}
.professional_pt .content_pt:after{
    border-top-color:rgba(55, 61, 73, 0.980392) !important;
}
.professional_pt .pt-footer_pt:after{
    border-top-color: rgba(55, 61, 73, 0.980392) !important;
}
.m6border_pt {
    border-left: 1px solid  rgba(55, 61, 73, 0.980392) !important;
    border-right: 1px solid  rgba(55, 61, 73, 0.980392) !important;
}

/*BUSINESS*/
.business_pt .title_pt{
    background: #193B61;
}
.business_pt .content_pt,.business_pt {
    background: #284B73;
}
.pt-footer_pt {
    background: #ffffff;
}
.business_pt .content_pt:after{
    border-top-color: #284B73;
}
.business_pt .pt-footer_pt:after {
    border-top-color: #FFFFFF;
}
.y1border_pt {
    border-left: 1px solid #284B73;
    border-right: 1px solid #284B73;
}