/*
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: 1.6rem;
    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, html {
    /*background: #F2F2F2;*/
    font-family: 'Droid Sans', sans-serif;
    line-height: 1;
    font-size: 10px;    
}

.pricing-table {
    width: 80%;
    margin: 5rem auto;
    text-align: center;
    padding: 1rem;
    padding-right: 0;
	margin-top: 2rem;
}

.block{
    width: 30%;
    margin: 0 1.5rem;
    overflow: hidden;
	box-shadow: 0 0 1rem #888888;
}

.block.personal {
	margin-top: 2rem;
}

.block.professional {
	margin-top: 2rem;
}

.block.business {
	margin-top: 2rem;
}

.block.vip {
	margin-top: 2rem;
}

#best-deal {
	margin-top: -2rem;
}

/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
	position: relative;
	font-size: 1.6rem;
    margin: 0;
}

.content{
    position: relative;
    color: #FEFEFE;
    padding: 2rem 0 1rem 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: 0.5rem;
	margin-left: -0.5rem;
}

/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
}

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

.price span{    
    font-size: 9.6rem;
    letter-spacing: 0.8rem;
    font-weight: bold;        
}

.price sup{
    font-size: 2.4rem;    
    position: absolute;    
	top: 1.2rem;
    left: -1.2rem;
    line-height: unset;
}

.price sub {
    font-size: 1.6rem;
}

.price .sup-right{
    font-size: 2.4rem;    
    position: absolute;    
    top: 1.2rem;
}

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

.old-price {
    font-size: 1.6rem;
}

.hint{
    font-style: italic;
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.features{
    list-style-type: none;    
    background: #FFFFFF;
    text-align: left;
    color: #9C9C9C;
	padding: 3rem 2.5rem;
    font-size: 1.4rem;
}

.features li{
    padding: 1.5rem 0;
    width: 100%;
}

.features li span{
	padding-right: 0.6rem; 
}

.pt-footer{
    font-size: 1.5rem;
    text-transform: capitalize;
	padding-top: 2rem;
}

/*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: 2rem;
}

.buy-button-2checkout {
    display: inline-block;
    width: auto;
	height: 4rem;
    margin-top: 0;
    margin-right: 0.7rem;
    margin-bottom: 1.5rem;
    border: none;
    border-radius: 0;
    margin-right: 1rem;
    padding: 0 4rem;
    color: #FFF !important;
    text-align: center;
    text-decoration: none !important;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 4rem;
    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: 0.2rem 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 */
}

.promo-code input {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
}

.promo-code label {
    margin-bottom: .5rem;
}

.promo-code .btn {
    font-size: 1.6rem;
}

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

#affiliate-discount {
    margin-bottom: 3.2rem;
    color: orangered;
	font-size: 3.6rem;
}

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

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

.important-color {
    color: #000000;
}

.see-also p {
	text-align: center;
	font-size: 2.7rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

/* Accordion information*/
.accordion-menu {
	margin-bottom: 6rem;
	width: 70%;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#accordion-button {
	display: block;
	margin-top: 2rem;
	margin-bottom: 3rem;
	margin-right: 2rem;
	float: right;
	border-radius: 0;
	color: #007bff;
	border-color: #007bff;
}
#accordion-button:hover {
	background-color: #007bff;
	color: white;
	font-weight: 600;
}

/* Accordion goes 100% width for mobile device */
@media only screen and (max-width: 60rem) {
  .accordion-menu {
    width: 98%;
  }
}

#colapse-style {
	color:  #404040;
	font-size: 1.7rem;
	font-weight: 500;
	margin-left: 4rem;
	margin-top: 3rem;
}

.card-header button{
	font-size: 2.2rem;
	color:  #1a1a1a;
	text-align: left;
	width: 100%;
}

#accordion-button {
    font-size: 1.6rem;
}

.no_payment_faqs {
    text-align: center;
    font-size: 1.6rem;
}

/*//////////////// modal concept design///////////*/
.form-radio{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: black;
    top: 1rem;
    height: 3rem;
    width: 3rem;
    border: 0;
    border-radius: 5rem;
    cursor: pointer;     
    margin-right: 0.7rem;
    outline: none;
}

.form-radio:checked::before{
    position: absolute;
    font: 1.3rem/1 'Open Sans', sans-serif;
    left: 1.1rem;
    top: 0.7rem;
    content: '\02143';
    transform: rotate(40deg);
}

.form-radio:hover{
    background-color: #f7f7f7;
}

.form-radio:checked{
    background-color: #f1f1f9;
}

.radio img {
	width: 3rem;
	margin-left: 1.5rem;
}

.radio h4 {
	display: inline-block;
}

.radio p {
	color: darkgrey;
}

.modal-dialog{
	margin-top: 21rem;
}

/* Input field for promo code*/
.promo-code {
	margin-top: 4rem;
	text-align: center;
	margin-bottom: 7rem;
}
.promo-code label {
	font-weight: 600;
	font-size: 3rem;
}

#first-modal-button {
	border-radius: 0;
}

#second-modal-button {
	border-radius: 0;
}

#third-modal-button {
	border-radius: 0;
}

.modal-header h4, .modal-body h4, .modal-header .close {
    font-size: 2.4rem;
}

.modal-footer .btn {
    font-size: 1.6rem;
}

#pricing-versions {
	margin-top: 5rem;

}

.display-4 {
	font-size: 5.6rem;
}