
/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}

.pricing-table {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    padding: 0px;
}
.pricing-table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.pricingblock {padding:0 15px; width:25%; display:inline-block; margin:10px -2px;}
.block{ text-align:center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid red;*/
}
/*Shared properties*/
.title{ margin:0;
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
	font-size:18px;
}
.pt-footer{ margin:0;
    color: #FEFEFE;
    position: relative;
}
.content{
    position: relative;
    color: #FEFEFE;
    padding: 20px 0 10px 0;
}
/*arrow creation*/
.content:after, .content:before,.pt-footer:before,.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pt-footer:after,.pt-footer:before{
    top:0;
}
.content:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
}
.price span{    
    font-size: 6rem;
    letter-spacing: 8px;
    font-weight: bold;        
}

.features{
    list-style-type: none;    
    background: #FFFFFF; border:1px solid #f2f2f2;
    text-align: left;
    color: #333;
    padding:10px 10%;
    font-size:12px;
}
ul.features { margin-bottom:-1px;}
.features li{
    padding:7px 0;
    width: 100%;
	border-bottom:1px solid #ccc;
}
.features li:last-child {border-bottom:none;}
.features li span{
   padding-right: 0.4rem; 
}
.pt-footer{
    padding:10px 0;
}

/*ptc01*/
.ptc01 .title{        
    background: #78CFBF;    
}
.ptc01 .content,.ptc01 .pt-footer{
    background: #82DACA;
}
.ptc01 .content:after{	
	border-top-color: #82DACA;	
}
.ptc01 .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*ptc02*/
.ptc02 .title{
    background: #3EC6E0;
}
.ptc02 .content,.ptc02 .pt-footer{
    background: #53CFE9;
}
.ptc02 .content:after{	
	border-top-color: #53CFE9;	
}
.ptc02 .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*ptc03*/
.ptc03 .title{
    background: #e57a1a;
}
.ptc03 .content,.ptc03 .pt-footer{
    background: #ed8323;
}
.ptc03 .content:after{	
	border-top-color: #ed8323;	
}
.ptc03 .pt-footer:after {	
	border-top-color: #FFFFFF;	
}
/*ptc04*/
.ptc04 .title{
    background: #E3536C;
}
.ptc04 .content,.ptc04 .pt-footer{
    background: #EB6379;
}
.ptc04 .content:after{	
	border-top-color: #EB6379;	
}
.ptc04 .pt-footer:after {	
	border-top-color: #FFFFFF;	
}


@media only screen and (max-width: 480px) {
	.pricingblock {width:100%;}
}

@media only screen and (min-width: 479px) and (max-width: 767px) {
	.pricingblock {width:50%;}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.pricingblock { width:33%; }
}

@media only screen and (min-width : 1200px) {
	.pricingblock {width:25%;}
}