/*
 * Main File : /templates/jf_chrome/less/jf_typo_06_pricing_tables.less
 * Included Files : 
 * /templates/jf_chrome/less/jf_global_00_mixins.less
 * /templates/jf_chrome/less/jf_global_00_variables.less
 */
#jf_pricing_table {
  margin: 0 auto;
  color: #777;
  text-align: center;
  font-size: 0;
}
#jf_pricing_table .jf_pricing_column {
  position: relative;
  background: #fff;
  color: #777;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.4);
  margin: 10px 0;
  z-index: 2;
}
#jf_pricing_table .jf_pricing_column h3 {
  text-align: center;
  height: 55px;
  line-height: 60px;
  font-size: 32px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
#jf_pricing_table .jf_pricing_column .jf_cost {
  height: 70px;
  background-color: #045370;
  background-image: -moz-linear-gradient(top,#045E80,#034258);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#045E80),to(#034258));
  background-image: -webkit-linear-gradient(top,#045E80,#034258);
  background-image: -o-linear-gradient(top,#045E80,#034258);
  background-image: linear-gradient(to bottom,#045E80,#034258);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff045e80', endColorstr='#ff034258', GradientType=0);
  border-bottom: 1px solid #DDD;
}
#jf_pricing_table .jf_pricing_column .jf_cost p {
  line-height: 55px;
  color: #FFF;
  font-size: 48px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
#jf_pricing_table .jf_pricing_column .jf_cost p span {
  font-size: 14px;
}
#jf_pricing_table .jf_pricing_column .jf_features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#jf_pricing_table .jf_pricing_column .jf_features ul li {
  padding: 12px 20%;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 15% 50%;
}
#jf_pricing_table .jf_pricing_column .jf_features ul li:last-child {
  border-bottom: 0;
}
#jf_pricing_table .jf_pricing_column .jf_features ul li.yes {
  background: #fff url(../images/jf/jf_typo/jf_typo_price_check.png) no-repeat 15% 50%;
}
#jf_pricing_table .jf_pricing_column .jf_features ul li.no {
  background: #fff url(../images/jf/jf_typo/jf_typo_price_del.png) no-repeat 15% 50%;
}
#jf_pricing_table .jf_pricing_column .jf_features ul li:hover {
  background-color: #fff;
}
#jf_pricing_table .jf_pricing_column .jf_buynow {
  height: 30px;
  padding: 12px 0 15px 0;
  border-top: 1px solid #E5E5E5;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top,#F8F8F8,#EBEBEB);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F8F8F8),to(#EBEBEB));
  background-image: -webkit-linear-gradient(top,#F8F8F8,#EBEBEB);
  background-image: -o-linear-gradient(top,#F8F8F8,#EBEBEB);
  background-image: linear-gradient(to bottom,#F8F8F8,#EBEBEB);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffebebeb', GradientType=0);
}
#jf_pricing_table .jf_pricing_column .jf_buynow a {
  font-size: 18px;
  text-transform: uppercase;
  padding: 7px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  line-height: 21px;
  height: 20px;
}
#jf_pricing_table .jf_pricing_column .jf_buynow a:hover {
  text-decoration: none;
}
#jf_pricing_table .jf_pricing_column.jf_recommended {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
  margin-top: 0;
  z-index: 10;
  border: 0;
}
#jf_pricing_table .jf_pricing_column.jf_recommended h3 {
  padding: 5px 0;
  position: relative;
  background: url(../images/jf/jf_typo/jf_typo_price_recommended.png) no-repeat top left;
}
#jf_pricing_table .jf_pricing_column.jf_recommended h3 span.jf_recommended_button,
#jf_pricing_table .jf_pricing_column.jf_recommended h3 span.jf_bestvalue_button {
  width: 95px;
  height: 80px;
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 20;
}
#jf_pricing_table .jf_pricing_column.jf_recommended h3 span.jf_recommended_button {
  background: url(../images/jf/jf_typo/jf_typo_price_recommended.png) no-repeat top left;
}
#jf_pricing_table .jf_pricing_column.jf_recommended h3 span.jf_bestvalue_button {
  background: url(../images/jf/jf_typo/jf_typo_price_bestvalue.png) no-repeat top left;
}
#jf_pricing_table .jf_pricing_column.jf_recommended .jf_buynow {
  padding: 20px 0 23px 0;
}
#jf_pricing_table .jf_pricing_3_col {
  width: 30%;
  display: inline-block;
  font-size: 0;
}
#jf_pricing_table .jf_pricing_4_col {
  width: 24.5%;
  display: inline-block;
}
#jf_pricing_table .jf_pricing_4_col .jf_features ul li.yes,
#jf_pricing_table .jf_pricing_4_col .jf_features ul li.no {
  background-position: 10% 50%;
}
#jf_pricing_table.blue .jf_pricing_column h3,
#jf_pricing_table.blue .jf_buynow a {
  background-color: #0f6d90;
  background-image: -moz-linear-gradient(top,#17779B,#045E80);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#17779B),to(#045E80));
  background-image: -webkit-linear-gradient(top,#17779B,#045E80);
  background-image: -o-linear-gradient(top,#17779B,#045E80);
  background-image: linear-gradient(to bottom,#17779B,#045E80);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff17779b', endColorstr='#ff045e80', GradientType=0);
  color: #fff;
}
#jf_pricing_table.blue .jf_buynow a:hover {
  background: #045E80;
}
#jf_pricing_table.red .jf_pricing_column h3,
#jf_pricing_table.red .jf_buynow a {
  background-color: #c6010d;
  background-image: -moz-linear-gradient(top,#D1000D,#B6020C);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#D1000D),to(#B6020C));
  background-image: -webkit-linear-gradient(top,#D1000D,#B6020C);
  background-image: -o-linear-gradient(top,#D1000D,#B6020C);
  background-image: linear-gradient(to bottom,#D1000D,#B6020C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1000d', endColorstr='#ffb6020c', GradientType=0);
  color: #fff;
}
#jf_pricing_table.red .jf_pricing_column .jf_cost {
  background-color: #aa010a;
  background-image: -moz-linear-gradient(top,#B6020C,#970008);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#B6020C),to(#970008));
  background-image: -webkit-linear-gradient(top,#B6020C,#970008);
  background-image: -o-linear-gradient(top,#B6020C,#970008);
  background-image: linear-gradient(to bottom,#B6020C,#970008);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb6020c', endColorstr='#ff970008', GradientType=0);
}
#jf_pricing_table.red .jf_buynow a:hover {
  background: #B6020C;
}
#jf_pricing_table.green .jf_pricing_column h3,
#jf_pricing_table.green .jf_buynow a {
  background-color: #018c53;
  background-image: -moz-linear-gradient(top,#019B5C,#007545);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#019B5C),to(#007545));
  background-image: -webkit-linear-gradient(top,#019B5C,#007545);
  background-image: -o-linear-gradient(top,#019B5C,#007545);
  background-image: linear-gradient(to bottom,#019B5C,#007545);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff019b5c', endColorstr='#ff007545', GradientType=0);
  color: #fff;
}
#jf_pricing_table.green .jf_pricing_column .jf_cost {
  background-color: #00693e;
  background-image: -moz-linear-gradient(top,#007545,#005733);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#007545),to(#005733));
  background-image: -webkit-linear-gradient(top,#007545,#005733);
  background-image: -o-linear-gradient(top,#007545,#005733);
  background-image: linear-gradient(to bottom,#007545,#005733);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007545', endColorstr='#ff005733', GradientType=0);
}
#jf_pricing_table.green .jf_buynow a:hover {
  background: #007545;
}
#jf_pricing_table.black .jf_pricing_column h3,
#jf_pricing_table.black .jf_buynow a {
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top,#333,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#333),to(#222));
  background-image: -webkit-linear-gradient(top,#333,#222);
  background-image: -o-linear-gradient(top,#333,#222);
  background-image: linear-gradient(to bottom,#333,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=0);
  color: #fff;
}
#jf_pricing_table.black .jf_pricing_column .jf_cost {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top,#222,#111);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
  background-image: -webkit-linear-gradient(top,#222,#111);
  background-image: -o-linear-gradient(top,#222,#111);
  background-image: linear-gradient(to bottom,#222,#111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
#jf_pricing_table.black .jf_buynow a:hover {
  background: #222;
}
#jf_pricing_table.full_width {
  padding: 2px;
}
#jf_pricing_table.full_width .jf_pricing_3_col {
  width: 33.333333%;
}
#jf_pricing_table.full_width .jf_pricing_4_col {
  width: 25%;
}
@media (max-width: 568px) {
  #jf_pricing_table .jf_pricing_column h3 {
    font-size: 26px;
  }
  #jf_pricing_table .jf_pricing_column .jf_cost p {
    font-size: 30px;
    line-height: 20px;
    height: 100%;
    padding: 30px 0;
  }
  #jf_pricing_table .jf_pricing_column .jf_cost p span {
    font-size: 14px;
    display: inline-block;
  }
  #jf_pricing_table .jf_pricing_4_col {
    width: 24.2%;
  }
  #jf_pricing_table .jf_pricing_column .jf_features ul li {
    font-size: 14px;
  }
  #jf_pricing_table .jf_pricing_column .jf_buynow a {
    font-size: 14px;
    padding: 7px 7px;
  }
}
@media (max-width: 320px) {
  #jf_pricing_table .jf_pricing_column .jf_features ul li.yes,
  #jf_pricing_table .jf_pricing_column .jf_features ul li.no {
    background-position: 5% 50%;
  }
}
