
/*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*/
.pricingblock .title{ margin:0;
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
	font-size:18px; font-weight:bold;
}
.pt-footer{ margin:0;
    color: #FEFEFE;
    position: relative;
}
.content{
    position: relative;
    color: #FEFEFE;
    padding: 20px 0 10px 0;
}
.content.topmin { padding: 9px 0 9px 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*/
.text { margin-top:0;}
.text a { color:#fff;}

.price{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
}
.price span{    
    font-size: 1.8rem;
    letter-spacing: 0px;
    font-weight: bold;        
}

.features{
    list-style-type: none; margin-left:0;  
    background: #FFFFFF; border:1px solid #f2f2f2;
    text-align: center;
    color: #333;
    padding:10px 10%;
}
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: #8c936d;    
}
.ptc01 .content,.ptc01 .pt-footer{
    background: #9ba27d;
}
.ptc01 .content:after{	
	border-top-color: #9ba27d;	
}
.ptc01 .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*ptc02*/
.ptc02 .title{
    background: #a69676;
}
.ptc02 .content,.ptc02 .pt-footer{
    background: #b0a182;
}
.ptc02 .content:after{	
	border-top-color: #b0a182;	
}
.ptc02 .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*ptc03*/
.ptc03 .title{
    background: #7b652f;
}
.ptc03 .content,.ptc03 .pt-footer{
    background: #8c7640;
}
.ptc03 .content:after{	
	border-top-color: #8c7640;	
}
.ptc03 .pt-footer:after {	
	border-top-color: #FFFFFF;	
}
/*ptc04*/
.ptc04 .title{
    background: #539139;
}
.ptc04 .content,.ptc04 .pt-footer{
    background: #62a347;
}
.ptc04 .content:after{	
	border-top-color: #62a347;	
}
.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%;}
}