
#pricing-table {
	margin: 60px auto 0 0;
	text-align: center;
}

#pricing-table #most-popular {
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  -moz-border-radius: 1px 1px 20px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1px 1px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  padding: 30px 20px;
  text-shadow: none;
  top: -13px;
  z-index: 2;
}

#pricing-table .plan:nth-child(1) {
  border-radius: 0;
}

#pricing-table .plan:nth-child(4) {
  border-radius: 0;
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;        
}

#pricing-table .plan {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #f2f2f2;
  color: #111111;
  float: left;
  padding: 20px;
  position: relative;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}

/* --------------- */	

#pricing-table h3 {
  background-color: #5bbc2e;
  background-image: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  margin: -20px -20px 50px;
  padding: 20px;
  text-shadow: none !important;
}

#pricing-table #most-popular h3 {
  background-color: #ffbf37;
  background-image: none;
  border-radius: 0;
  margin-top: -30px;
  padding-top: 30px;
  color: #ffffff;
}

#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	background: #ffffff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
	
#pricing-table .signup {
  background-color: #5bbc2e;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  margin: 20px 0 0;
  padding: 8px 20px;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}

#pricing-table .signup:hover {
	background-color: #62bc30;
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}

/*-----------------------Pricing Style 2---------------------------*/

.pricing {
  font-size: 0;
  opacity: 1;
  transition: opacity 0.2s ease 0s;
}

.price-option {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3125em;
  font-size: 16px;
  opacity: 1;
  transition: opacity .2s ease;
}

.price-option:last-child { margin-right: 0; }

.pricing:hover .price-option { opacity: 0.6; }
.pricing:hover .price-option:hover { opacity: 1; }

.price-option__detail {
  padding: 2em 0;
  background: white;
  text-align: center;
}

.price-option--low .price-option__detail  { border-radius: .25em 0 0 0; }
.price-option--mid .price-option__detail  { padding: 2.3em 0; border-radius: .25em .25em 0 0; }
.price-option--high .price-option__detail { border-radius: 0 .25em 0 0; }

.price-option__cost,
.price-option__type {
  display: block;
}

.price-option__cost {
  font-size: 1.5em;
  color: #383838;
}

.price-option__type {
  font-size: .7em;
  text-transform: uppercase;
  color: #909090;
}

.price-option__purchase {
  position: relative;
  display: block;
  padding: .6em;
  font-size: .875em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(0,0,0,0.6);
}

.price-option--low .price-option__purchase  { background: #a7d155; border-radius: 0 0 0 .25em; }
.price-option--mid .price-option__purchase  { background: #eada42; border-radius: 0 0 .25em .25em; }
.price-option--high .price-option__purchase { background: #e54e4b; border-radius: 0 0 .25em 0; }

.price-option__purchase:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-style: solid;
}

.price-option--low .price-option__purchase:before  { border-color: transparent transparent #a7d155; }
.price-option--mid .price-option__purchase:before  { border-color: transparent transparent #eada42; }
.price-option--high .price-option__purchase:before { border-color: transparent transparent #e54e4b; }


/*--------------------------------------------------------------------------------*/

