/* Pricing */
.pricing .package {
  height: 100%;
}
.pricing:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
.pricing .bt {
  font-size: 12px;
  line-height: 12px;
  padding: 12px 23px 13px;
}
.plan-v1 .heading-row,
.plan-v1 .pricing-row {
  background: transparent;
  color: inherit;
}
.plan-v1 .default-col:first-child {
  margin-right: -1px;
}
.plan-v1 .pricing .package {
  background: #fff;
  border: 1px solid #dadada;
  padding: 0 20px 20px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.plan-v1 .pricing .highlight-col .package,
.plan-v3 .pricing .highlight-col .package {
  box-sizing: content-box;
}
.plan-v1 .sep {
  font-size: 16px;
  line-height: 16px;
  margin: 0 -5px;
}
.plan-v2 .sep {
  font-size: 16px;
  line-height: 16px;
  margin: 0 -6px 0 1px;
}
.plan-v3 .sep {
  font-size: 16px;
  line-height: 16px;
  margin: 0 -6px 0 2px;
}
.plan-v1 .pricing .package:hover {
  z-index: 10;
}
.plan-v1 .package .heading-row span {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.plan-v1 .default-row {
  padding: 0 20px 30px;
}
.plan-v1 .package-wrap {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -1px;
}
.plan-v3 .package-wrap {
  margin-left: -1px;
}
.plan-v1 .highlight-col + .package-wrap,
.plan-v3 .highlight-col + .package-wrap {
  margin-left: 0;
}
.plan-v1 .text-popular {
  text-align: center;
  line-height: 10px;
  clear: both;
  margin-top: -8px;
}
.plan-v1 .highlight-col .heading-row {
  padding-bottom: 25px;
}
.plan-v1 .text-popular span {
  font-family: 'Cantarell', sans-serif;
  background: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  color: #c3c3c3;
  font-weight: normal;
  padding: 2px 10px;
  border: 1px solid rgba(96, 124, 138, 0.2);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
}
.plan-v1 .highlight-col .package {
  margin-top: -20px;
  margin-left: 0px;
  margin-right: -1px;
  z-index: 9;
  position: relative;
  padding-bottom: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.plan-v1 .heading-row {
  font-family: 'league_spartanbold';
  font-size: 16px;
  line-height: 18px;
  color: #191f2e;
  text-align: center;
  padding: 20px 0 18px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(96, 124, 138, 0.2);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.plan-v1 .pricing-row {
  padding: 21px 20px 25px;
  text-align: center;
  font-family: 'league_spartanbold';
  font-size: 30px;
}
.plan-v1 .pricing-row small {
  font-size: 18px;
}
.pricing .list-criteria {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.pricing .list-criteria li {
  font-family: 'Cantarell', sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #191f2e;
  padding: 6px 0;
  font-weight: normal;
}
.list-criteria li:before {
  content: "•";
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  font-size: 14px;
  color: #797979;
  padding-right: 4px;
  top: -1px;
  position: relative;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pricing .button-row {
  text-align: center;
}
.plan-v1 .highlight-col .heading-row {
  padding-top: 26px;
}
.plan-v1 .highlight-col .package:before {
  content: "";
  height: 6px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
}
.plan-v2 .pricing .package {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  position: relative;
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  -khtml-border-radius: 0px 0px 3px 3px;
}
.plan-v2 .pricing .default-col .package {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.plan-v2 .default-row {
  padding: 20px 20px 40px;
}
.plan-v2 .list-criteria li {
  padding: 8px 0;
}
.plan-v2 .heading-row {
  background: #191f2e;
  font-family: 'league_spartanbold';
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 21px 0 16px;
  border-bottom: 1px solid #dadada;
}

.plan-v2 .heading-row span {
  color: #ffffff;
}
.plan-v2 .default-row {
  text-align: center;
}
.plan-v2 .pricing-row {
  padding-top: 10px;
}
.plan-v2 .heading-row span {
  display: inline-block;
}
.plan-v2 .default-col .heading-row {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
}
.plan-v2 .highlight-col .package {
  border-top: 0px;
}
.plan-v2 .highlight-col .heading-row {
  position: relative;
}
.plan-v2 .text-popular {
  font-family: 'Cantarell', sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  position: absolute;
  padding: 6px 0 7px;
  top: -24px;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
}
.plan-v2 .highlight-col .package {
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.plan-v2 .highlight-col .default-row {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
}
.plan-v2 .pricing-row {
  font-size: 28px;
  text-transform: lowercase;
}
.plan-v2 .pricing-row small {
  font-size: 16px;
}
.plan-v2 .button-row {
  bottom: -19px;
  width: 100%;
  position: absolute;
}
.plan-v2 .button-row .bt {
  background-color: #fff;
}
.plan-v2 .highlight-col .bt-br-orange,
.plan-v2 .bt-br-orange:hover,
.plan-v2 .package:hover .bt-br-orange {
  background-color: #ff5723;
  color: #fff;
}
.plan-v3 .highlight-col {
  margin-left: -1px;
}
.plan-v3 .default-col:first-child {
  margin-right: -1px;
}
.plan-v3 .package-wrap {
  padding-left: 0px;
  padding-right: 0px;
}
.plan-v3 .pricing .package {
  background: #fff;
  border: 1px solid #dadada;
  padding: 0 0px 20px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.plan-v3 .highlight-col .package {
  margin-top: -18px;
  margin-left: 0px;
  margin-right: -1px;
  z-index: 9;
  position: relative;
  padding-bottom: 42px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.plan-v3 .heading-row {
  font-family: 'league_spartanbold';
  font-size: 18px;
  line-height: 18px;
  color: #191f2e;
  padding: 24px 25px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(96, 124, 138, 0.2);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
}
.plan-v3 .default-row {
  padding: 25px;
  text-align: center;
}
.plan-v3 .pricing-row {
  float: right;
  font-size: 28px;
}
.plan-v3 .pricing-row small {
  font-size: 16px;
  text-transform: lowercase;
}
.plan-v3 .highlight-col .heading-row {
  color: #fff;
  padding: 20px 25px 19px;
  margin-left: -1px;
  margin-right: -1px;
}
.plan-v3 .highlight-col .heading-row span {
  color: #fff;
}
.plan-v3 .text-popular {
  font-family: 'Cantarell', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 11px;
  margin-top: 2px;
}
.heading-left {
  float: left;
}
.heading-row span {
  display: inline-block;
}
.plan-v3 .list-criteria li {
  padding: 8px 0;
}
.plan-v3 .highlight-col .pricing-row {
  padding-top: 6px;
}