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

/*--------- Font ------------*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(font-awesome-2.css);
/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
* {
    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{ float:left; }
.fr{ float: right; }
/*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) */
}

body {
    /*background: #F2F2F2;*/
    font-family: 'Droid Sans', sans-serif;
    line-height: 1;
    font-size: 16px;    
}
.wrapper {
    
}
.pricing-table {
    width: 80%;
    margin: 50px auto;
    text-align: center;
    padding: 10px;
    padding-right: 0;
	margin-top: 20px;
}
.pricing-table .heading{
    color: #9C9E9F;
    /*text-transform: uppercase;*/
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.block{
    width: 30%;
	/* width: 45%; */
    margin: 0 15px;
    overflow: hidden;
	box-shadow: 0px 0px 10px #888888;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  */  
/*    border: 1px solid red;*/
}

.block.personal {
	margin-top: 20px;
}

.block.professional {
	margin-top: 20px;
}

.block.business {
	margin-top: 20px;
}

.block.vip {
	margin-top: 20px;
}

#best-deal {
	margin-top: -20px;
}

/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    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; */
}

.old-price {
	text-decoration: line-through;
}

.price span{    
    font-size: 6rem;
    letter-spacing: 8px;
    font-weight: bold;        
}

.price sup{
    font-size: 1.5rem;    
    position: absolute;    
    top: 12px;
    left: -12px;
}

.price .sup-right{
    font-size: 1.5rem;    
    position: absolute;    
    top: 12px;
}

.price .tr_{
	font-size: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
}

.hint{
    font-style: italic;
    font-size: 0.9rem;
	margin-top: 0.625rem;
}
.features{
    list-style-type: none;    
    background: #FFFFFF;
    text-align: left;
    color: #9C9C9C;
    padding:30px 25px;
    font-size: 0.9rem;
}
.features li{
    padding:15px 0;
    width: 100%;
}
.features li span{
   padding-right: 0.4rem; 
}
.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
	padding-top: 20px;
}
/*PERSONAL*/
.personal .title{        
	background: #2babc3;
}
.personal .content,.personal .pt-footer{
	background: #2babc3;
}
.personal .content:after{	
	border-top-color: #2babc3;	
}
.personal .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*PROFESSIONAL*/
.professional .title{
    background: #000000;
}
.professional .content,.professional .pt-footer{
    background: #000000;
}
.professional .content:after{	
	border-top-color: #000000;
}
.professional .pt-footer:after{
    border-top-color: #FFFFFF;
}

/*BUSINESS*/
.business .title{
    background: #2fb954;
}
.business .content,.business .pt-footer{
    background: #2fb954;
}
.business .content:after{	
	border-top-color: #2fb954;
}
.business .pt-footer:after {	
	border-top-color: #FFFFFF;
}

/*VIP*/
.vip .title{
    background: #ff4500;
}
.vip .content,.vip .pt-footer{
    background: #ff4500;
}
.vip .content:after{	
	border-top-color: #ff4500;
}
.vip .pt-footer:after {	
	border-top-color: #FFFFFF;
}

/*MagiComplete Pro*/
.magicomplete-pro .title{
    background: #4289c1;
}
.magicomplete-pro .content,.magicomplete-pro .pt-footer{
    background: #4289c1;
}
.magicomplete-pro .content:after{	
	border-top-color: #4289c1;
}
.magicomplete-pro .pt-footer:after {	
	border-top-color: #FFFFFF;
}

.ending {
	text-align: center;
	margin: 20px;
}

.buy-button-2checkout {
    display: inline-block;
    width: auto;
    height: 40px;
    margin-top: 0px;
    margin-right: 7px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0px;
    margin-right: 10px;
    padding: 0px 40px;
    color: #FFF !important;
    text-align: center;
    text-decoration: none !important;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    vertical-align: top;
    cursor: pointer;
    cursor: hand;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #E75200;
    border-bottom: 2px solid #AD431C;
    transition: background, color, .3s;
    -webkit-transition: background, color, .3s;
}

.buy-button-2checkout:hover {
    background: #FF9D74;
    transition: background, color, .3s;
    -webkit-transition: background, color, .3s; /* Safari */
}

.buy-button-2checkout:active {
    background: #AD431C;
    transition: background, color, .3s;
    -webkit-transition: background, color, .3s; /* Safari */
}

@media screen and (max-width: 1200px) {
	.block{
		width: 100%;
		clear: both;
		margin: 0;
		margin-bottom: 30px;
		margin-top: 0 !important;
	}
}

#affiliate-discount {
    margin-bottom: 2rem;
    color: orangered;
    font-size: 2.3rem;
}

.pros-color {
	/* color: darkgreen; */
	color: #006400;
}

.cons-color {
	/* color: indianred; */
	color: #cd5c5c;
}

.important-color {
    color: #000000;
}