/* CSS Document */

/*------------------------------------------------------------------
 
Layout: Pricing

------------------------------------------------------------------- */
#pricing-header {
  margin-top: 2em;
  margin-bottom: 3em;
  text-align: center;
}
#pricing-header h1 {
  margin-bottom: .65em;
  font-size: 60px;
  font-weight: 200;
  color: #000000;
}
#pricing-header h2 {
  color: #777;
  font-size: 24px;
  font-weight: 400;
 /* line-height: 22px; */
 margin: -20px 0 10px 0;
}

/*------------------------------------------------------------------
 
Pricing Styles

------------------------------------------------------------------- */

.plan-container {
  position: relative;
  float: left;
  margin-bottom: 2em;
}

/*-- Plan --*/

.plan {
  margin-right: 6px;
  border-radius: 4px;
}

/*-- Plan Header --*/

.plan-header {
  text-align: center;
  color: #ffffff;
  background-color: #666666;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.plan-header .plan-title {
  padding: 10px 0;
  font-size: 27px;
  color: #ffffff;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 4px 4px 0 0;
}
.plan-header .plan-price {
  padding: 20px 0 10px;
  font-size: 66px;
  line-height: 0.8em;
  background-color: #cb1515;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.plan-header .plan-price span.term {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 0.7;
  padding: 1em 0 1em;
}
.plan-header .plan-price span.note {
  position: relative;
  top: -19px;
  display: inline;
  font-size: 17px;
  line-height: 0.8em;
}

/*-- Best Value Highlight --*/

.plan-container.best-value .plan-header {
  color: #ffffff;
  background-color: #666666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.plan-container.best-value .plan-price {
  background-color: #cb1515;
}

/*-- Plan Features --*/

.plan-features {
  padding-bottom: 1em;
  border: 1px solid #DDD;
  border-bottom: none;
  background-color:#FFFFFF;
}
.plan-features ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plan-features ul li {
  margin: 0 1em;
  text-align: left;
  
}
.plan-features ul li:last-child {
  border-bottom: none;
}

.plan-features-padding {
	padding: 1em 0;
	border-bottom: 1px solid #EEEEEE;
}

/*-- Plan Actions --*/

.plan-actions {
  padding: 1.15em 0;
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #f8f8f8, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #e6e6e6);
  background-image: -o-linear-gradient(top, #f8f8f8, #e6e6e6);
  background-image: linear-gradient(to bottom, #f8f8f8, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffe6e6e6', GradientType=0);
  border: 1px solid #DDD;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.plan-actions .btn {
  padding: 1em 0;
  margin: 0 2em;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

/*-- Columns --*/

.pricing-plans.plans-1 .plan-container {
  width: 100%;
}
.pricing-plans.plans-2 .plan-container {
  width: 50%;
}
.pricing-plans.plans-3 .plan-container {
  width: 33.33%;
}
.pricing-plans.plans-4 .plan-container {
  width: 25%;
}

/*-- Pull Down Info --*/

.pullinfo {
	cursor: pointer;
}

.pullinfo-inner {
	display: block;
	padding: 10px 15px;
	background-color: #EEEEEE;
	FONT-SIZE: 11px;
    LINE-HEIGHT: 1.6;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}



.standard_pricing {
    text-decoration: line-through;
}
.promo_pricing {
    clear: both;
    font-weight:bold;
    display:block;
    color: red;
}

/*------------------------------------------------------------------
[2. Min Width: 767px / Max Width: 979px]
*/

@media (min-width: 767px) and (max-width: 979px) {
  .pricing-plans .plan-container {
    width: 50% !important;
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .pricing-plans .plan-container {
    width: 100% !important;
    margin-bottom: 2em;
  }
}
