/*
// #Pricing Tables
// --------------------------------------------------
*/
.pricing_table .tc_content {margin:0; padding:0; list-style:none;border-top: 1px solid #dbdbdb;}
.pricing_table .tc_table_col {background:#fff; color: #222;position:relative; z-index:0; padding: 0px; text-align: center;}
.pricing-table .tc_table_col.caption_column .tc_header {font-size:27px; padding:79px 0; color:#444; font-weight:700;}
.pricing-table.pricing-table__style2 .tc_table_col.caption_column .tc_header {font-size:27px; padding:103px 0; color:#444; font-weight:700;}
.pricing-table.pricing-table__style3 .tc_table_col.caption_column .tc_header {font-size:27px; padding:73px 0; color:#444; font-weight:700;}
.pricing-table.pricing-table__style4 .tc_table_col.caption_column .tc_header {font-size:27px; padding:47px 0; color:#444; font-weight:700;}
.pricing_table .tc_table_col.caption_column .tc_content li {padding: 10px; text-align:left; text-indent:30px; background:#f9f9f9;border-bottom: 1px solid #dbdbdb;}

/* Default */
.pricing-table {
  padding: 0 15px;
  clear: both
}
.pricing-table ul,
.pricing-table ol {
 padding:0;
 margin:0px
}
@media (min-width: 992px) {
  .pricing-table {
    padding: 20px 15px 20px 15px;
  }
}
.pricing-table .plan {
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .pricing-table .plan {
    margin-bottom: 0;
  }
}
.pricing-table .plan .pricing-head {
  padding: 0 0 24px 0;
}
.pricing-table .plan .pricing-head h3 {
  background: #2f2f2f;
  line-height: 64px;
  margin: 0;
  color: #fff;
  position: relative;
  margin: -1px -1px 24px -1px;
  border: 1px solid #3f3f3f;
}
.pricing-table .plan .pricing-head .price {
  font-size: 60px;
  display: block;
  line-height: 1em;
  color: #2f2f2f;
  position: relative;
  padding: 0 0 0 20px;
  text-indent: -20px;
}
.pricing-table .plan .pricing-head .price sup {
  font-size: 18px;
  vertical-align: top;
  position: absolute;
  top: 0;
  margin: 14px 0 0 0;
}
.pricing-table .plan .pricing-head small {
  font-size: 14px;
  color: #737373;
}
.pricing-table .plan .pricing-body ul {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
}
.pricing-table .plan .pricing-body ul > li {
  border-top: 1px solid #dcdcdc;
  padding: 10px;
}
.pricing-table .plan .pricing-body ul > li:nth-child(odd) {
  background: #f7f7f7;
}
.pricing-table .plan .pricing-footer {
  padding: 30px 10px;
}
.pricing-table .plan.highlight {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.pricing-table .plan.highlight .pricing-head h3 {
  background: #dc2a0b;
  font-size: 24px;
  line-height: 90px;
  border-color: #dc2a0b;
}
.pricing_table .plan .tc_intro {
    font-size: 18px;
    padding: 0px 20px 20px 20px;
}
@media (min-width: 992px) {
  .pricing-table .plan.highlight .pricing-footer {
    padding: 40px 10px;
  }
}
/* Style 2 */
@media (min-width: 992px) {
  .pricing-table__style2 {
    padding: 20px 0;
  }
}
.pricing-table__style2 .plan .pricing-head .circled {
  position: relative;
  margin: 30px auto 40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #2f2f2f;
  color: #fff;
  text-align: center;
  display: table;
}
.pricing-table__style2 .plan .pricing-head .circled:after {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: block;
  border-radius: 50%;
  background: #2f2f2f;
  content: "";
  opacity: 0.1;
  filter: alpha(opacity=10);
  z-index: 1;
}
.pricing-table__style2 .plan .pricing-head .circled .circled-inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.pricing-table__style2 .plan .pricing-head .circled .price {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
}
.pricing-table__style2 .plan .pricing-head .circled small {
  color: #fff;
}
.pricing-table__style2 .plan .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  border: none;
}
.pricing-table__style2 .plan.highlight {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing-table__style2 .plan.highlight .pricing-head .circled {
  background: #dc2a0b;
}
.pricing-table__style2 .plan.highlight .pricing-head .circled:after {
  background: #dc2a0b;
}
.pricing-table__style2 .plan.highlight .pricing-head h3 {
  background: none !important;
  line-height: 1.2em;
  border: none;
  color: #dc2a0b;
}
@media (min-width: 992px) {
  .pricing-table__style2 .plan.highlight .pricing-head h3 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .pricing-table__style2 .plan.highlight .pricing-footer {
    padding: 30px 10px;
  }
}
/* Style 3 */
@media (min-width: 992px) {
  .pricing-table__style3 {
    padding: 80px 0 20px 0;
  }
}

.pricing-table__style3 .plan .pricing-head .circled {
  position: relative;
  margin: -70px auto 40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #dc2a0b;
  color: #fff;
  text-align: center;
  display: table;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.pricing-table__style3 .plan .pricing-head .circled .circled-inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.pricing-table__style3 .plan .pricing-head .circled .price {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
}
.pricing-table__style3 .plan .pricing-head .circled small {
  color: #fff;
}
.pricing-table__style3 .plan .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  border: none;
}
.pricing-table__style3 .plan.highlight {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dc2a0b;
}
.pricing-table__style3 .plan.highlight .pricing-head .circled {
  background: #2f2f2f;
}

.pricing-table__style3 .plan.highlight .pricing-head h3 {
  background: none !important;
  line-height: 1.2em;
  border: none;
  color: #fff;
}
@media (min-width: 992px) {
  .pricing-table__style3 .plan.highlight .pricing-head h3 {
    margin: 0;
  }
}
.pricing-table__style3 .plan.highlight .pricing-body ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table__style3 .plan.highlight .pricing-body ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pricing-table__style3 .plan.highlight .tc_intro {
  color: #fff;
}
.pricing-table__style3 .plan.highlight .pricing-body ul > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .pricing-table__style3 .plan.highlight .pricing-footer {
    padding: 30px 10px;
  }
}
/* Style 4 */
@media (min-width: 992px) {
  .pricing-table__style4 {
    padding: 20px 0;
  }
}

.pricing-table__style4 .plan .pricing-head {
  padding-bottom: 0;
}
.pricing-table__style4 .plan .pricing-head h3 {
  background: none;
  color: #2f2f2f;
  border: none;
  margin: 0;
}
.pricing-table__style4 .plan .pricing-head .pricing-head-inner {
  background: #dc2a0b;
  padding: 15px 10px;
}
.pricing-table__style4 .plan .pricing-head .price {
  color: #fff;
  font-size: 32px;
  display: inline-block;
}
.pricing-table__style4 .plan .pricing-head small {
  display: inline-block;
  color: #fff;
  margin-left: 0px;
}
.pricing-table__style4 .plan .pricing-head small:before {
  content: "/";
  display: inline-block;
  margin-right: 3px;
}
.pricing-table__style4 .plan.highlight {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dc2a0b;
}
.pricing-table__style4 .plan.highlight .pricing-head h3 {
  background: #dc2a0b;
  font-size: 18px;
  line-height: 64px;
  border: none;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
@media (min-width: 992px) {
  .pricing-table__style4 .plan.highlight .pricing-head h3 {
    margin: 0;
  }
}
.pricing-table__style4 .plan.highlight .pricing-head .pricing-head-inner {
  background: #fff;
}
.pricing-table__style4 .plan.highlight .pricing-head .price {
  color: #2f2f2f;
}
.pricing-table__style4 .plan.highlight .pricing-head small {
  color: #2f2f2f;
}
.pricing-table__style4 .plan.highlight .pricing-body ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table__style4 .plan.highlight .pricing-body ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pricing-table__style4 .pricing_table .plan .tc_intro {
  padding-top: 20px
}
.pricing-table__style4 .plan.highlight .tc_intro {
  color: #fff;
}
.pricing-table__style4 .plan.highlight .pricing-body ul > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .pricing-table__style4 .plan.highlight .pricing-footer {
    padding: 30px 10px;
  }
}
.btns {
 display:inline-block;
 padding: 7px 15px;
 font-size:15px;
 line-height:20px;
 color:#333;
 text-align:center;
 vertical-align:middle;
 cursor:pointer;
 background-color:#f5f5f5;
 border:1px solid #ccc;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
}
.plan.highlight .btn-default {
  background: #dc2a0b;
  color: #fff;
}
.pricing-table__style4 .plan.highlight .btn-default, .pricing-table__style3 .plan.highlight .btn-default {
  background: #fff;
  border-color: #ccc;
  color: #111;
}
.pricing_table.rounded-corners .plan  {-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }