@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* LESS */
/* Colors */
/* Button */
/* Import Google Web Fonts */
/* Price plans container */
.plans {
  line-height: 23px;
  font-size: 12px;
  margin: 0 auto;
  padding: 0px;
  width: 75%;
  max-width: 958px;
  margin-top: 100px;
  font-family: "Open Sans", arial, verdana;
  /*border: 1px solid #EEE;*/
  zoom: 1;
}
/* Clearfix */
.plans:before,
.plans:after {
  content: "";
  display: table;
}
.plans:after {
  clear: both;
}
/* Plan */
.plan,
.plans_descriptions {
  width: 100%;
  min-width: 239px;
  float: left;
  list-style-type: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Plan descriptions wide screens */
.plans_descriptions {
  display: none;
  border: none;
}
.plan_block, .plan_block_red, .plan_block_blu {
  border-right: 1px solid #EEE;
  background-color: #FFF;
  background: -webkit-linear-gradient(top, #f7f7f7, #ffffff 10%, #ffffff 90%, #f7f7f7);
  background: -moz-linear-gradient(top, #f7f7f7, #ffffff 10%, #ffffff 90%, #f7f7f7);
  background: -ms-linear-gradient(top, #f7f7f7, #ffffff 10%, #ffffff 90%, #f7f7f7);
  background: -o-linear-gradient(top, #f7f7f7, #ffffff 10%, #ffffff 90%, #f7f7f7);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.plan:last-of-type .plan_block {
  border-right: none;
}
/* Plan name */
.header_bar {
  height: 9px;
  width: 100%;
  background: #5eb95e;
}
.header_bar_red {
  height: 9px;
  width: 100%;
  background: #dd514c;
}
.header_bar_blu {
  height: 9px;
  width: 100%;
  background: #0e90d2;
}
.plan_tip {
  font-family: "Oswald", sans-serif;
  color: #FFF;
  font-size: 1.5em;
  height: 0px;
  line-height: 0px;
  background: #5fc772;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.plan_tip_red {
  font-family: "Oswald", sans-serif;
  color: #FFF;
  font-size: 1.5em;
  height: 0px;
  line-height: 0px;
  background: #de5f60;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.plan_tip_blu {
  font-family: "Oswald", sans-serif;
  color: #FFF;
  font-size: 1.5em;
  height: 0px;
  line-height: 0px;
  background: #0f9ee6;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.plan_header {
  font-family: "Oswald", sans-serif;
  height: 112px;
  padding-top: 30px;
  text-align: center;
}
.description_header {
  padding-left: 20px;
}
/* Plan price */
.plan_price_name {
  width: 240px;
  margin: 0 auto;
  text-align: left;
}
.price_block {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  width: 90px;
  height: 90px;
  color: #515151;
  margin-left: 11px;
  background: #5eb95e;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
}
.price_block_red {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  width: 90px;
  height: 90px;
  color: #515151;
  margin-left: 11px;
  background: #dd514c;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
}
.price_block_blu {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  width: 90px;
  height: 90px;
  color: #515151;
  margin-left: 11px;
  background: #0e90d2;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
}
.price_amount {
  text-align: center;
  padding-top: 23px;
}
.price_value {
  font-size: 2.0em;
  line-height: 5px;
}
.price_cents {
  font-size: 1.7em;
}
.price_period {
  font-size: 1.2em;
  display: block;
}
.plan_name_block {
  width: 120px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  margin: 31px 7px;
  color: #797979;
}
.plan_name {
  font-size: 2.5em;
  text-transform: uppercase;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.plan_name_second_line {
  font-size: 1.3em;
  margin: 8px 1px;
}
/* Plan features */
.plan_features, .plan_features_red, .plan_features_blu {
  color: #000;
  padding: 0;
}
.plan_features_descriptions {
  padding: 0;
}
.plan_features li, .plan_features_red li, .plan_features_blu li,
.plan_features_descriptions li {
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
  list-style-type: none;
  color: #515151;
  text-align: center;
  background: #FFF;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.plan_features li:first-child, .plan_features_red li:first-child, .plan_features_blu li:first-child {
  margin-top: 25px;
}
.plan_features li:nth-of-type(odd),
.plan_features_descriptions li:nth-of-type(odd) {
  background: #F7FAFF;
}
.plan_features li:nth-of-type(even),
.plan_features_descriptions li:nth-of-type(even) {
  background: #FFF;
}
.plan_features_descriptions li:first-child {
  margin-top: 35px;
}
.plan_features_descriptions li:last-child {
  border-bottom: none;
}
.plan_feature_name {
  color: #929292;
}
.plan_feature_value {
  color: #797979;
  font-weight: bold;
}
.feature_yes,
.feature_no {
  height: 19px;
  width: 19px;
  display: inline-block;
  vertical-align: middle;
  display: none;
}
.feature_yes {
  background-image: url(../images/yes.png);
}
.feature_no {
  background-image: url(../images/no.png);
}
/* Order button */
.plan_order {
  padding: 15px;
  height: 47px;
  padding-top: 23px;
}
.plan_button {
  width: 80px;
  height: 30px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2em;
  background: #5eb95e;
  display: block;
  margin: 9px auto;
  text-align: center;
  line-height: 30px;
  border: 1px solid #6cc373;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #70cc7f;
  background: -webkit-gradient(linear, left top, left bottom, from(#70cc7f), to(#5fb95f));
  background: -webkit-linear-gradient(top, #70cc7f, #5fb95f);
  background: -moz-linear-gradient(top, #70cc7f, #5fb95f);
  background: -ms-linear-gradient(top, #70cc7f, #5fb95f);
  background: -o-linear-gradient(top, #70cc7f, #5fb95f);
}
.plan_button_red {
  width: 80px;
  height: 30px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2em;
  background: #dd514c;
  display: block;
  margin: 9px auto;
  text-align: center;
  line-height: 30px;
  border: 1px solid #eb5b61;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ef646d;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef646d), to(#de514d));
  background: -webkit-linear-gradient(top, #ef646d, #de514d);
  background: -moz-linear-gradient(top, #ef646d, #de514d);
  background: -ms-linear-gradient(top, #ef646d, #de514d);
  background: -o-linear-gradient(top, #ef646d, #de514d);
}
.plan_button_blu {
  width: 80px;
  height: 30px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2em;
  background: #0e90d2;
  display: block;
  margin: 9px auto;
  text-align: center;
  line-height: 30px;
  border: 1px solid #1c9ae7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #20a3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#20a3f3), to(#0f90d3));
  background: -webkit-linear-gradient(top, #20a3f3, #0f90d3);
  background: -moz-linear-gradient(top, #20a3f3, #0f90d3);
  background: -ms-linear-gradient(top, #20a3f3, #0f90d3);
  background: -o-linear-gradient(top, #20a3f3, #0f90d3);
}
/* Animations */
.plan:hover .plan_tip, .plan:hover .plan_tip_red, .plan:hover .plan_tip_blu {
  height: 30px;
  line-height: 30px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.plan:hover .plan_header {
  padding-top: 8px;
}
.plan:hover .price_block {
  background: #FFF;
  color: #5eb95e;
}
.plan:hover .price_block_red {
  background: #FFF;
  color: #dd514c;
}
.plan:hover .price_block_blu {
  background: #FFF;
  color: #0e90d2;
}
.plan:hover .plan_block {
  background: #5eb95e;
  border: none;
}
.plan:hover .plan_block_red {
  background: #dd514c;
  border: none;
}
.plan:hover .plan_block_blu {
  background: #0e90d2;
  border: none;
}
.plan:hover .plan_name_block {
  color: #FFF;
}
.plan:hover .plan_features li:nth-of-type(odd) {
  background: #5fc772;
}
.plan:hover .plan_features li:nth-of-type(even) {
  background: #5eb95e;
}
.plan:hover .plan_features_red li:nth-of-type(odd) {
  background: #de5f60;
}
.plan:hover .plan_features_red li:nth-of-type(even) {
  background: #dd514c;
}
.plan:hover .plan_features_blu li:nth-of-type(odd) {
  background: #0f9ee6;
}
.plan:hover .plan_features_blu li:nth-of-type(even) {
  background: #0e90d2;
}
.plan:hover .plan_feature_name {
  color: #EEF2F7;
}
.plan:hover .plan_feature_value {
  color: #FFF;
}
.plan:hover .feature_yes {
  background-image: url(../images/yes_white.png);
}
.plan:hover .feature_no {
  background-image: url(../images/no_white.png);
}
.plan:hover .plan_button {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -ms-linear-gradient(top, #ffffff, #f7f7f7);
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  color: #5eb95e;
}
.plan:hover .plan_button:hover {
  background-color: #f0e6d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0e6d9), to(#e8ded1));
  background: -webkit-linear-gradient(top, #f0e6d9, #e8ded1);
  background: -moz-linear-gradient(top, #f0e6d9, #e8ded1);
  background: -ms-linear-gradient(top, #f0e6d9, #e8ded1);
  background: -o-linear-gradient(top, #f0e6d9, #e8ded1);
  color: #5eb95e;
}
.plan_button:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background: #2E5481;
  border: solid 1px #5fc772;
}
.plan:hover .plan_button_red {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -ms-linear-gradient(top, #ffffff, #f7f7f7);
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  color: #dd514c;
}
.plan:hover .plan_button_red:hover {
  background-color: #f0e6d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0e6d9), to(#e8ded1));
  background: -webkit-linear-gradient(top, #f0e6d9, #e8ded1);
  background: -moz-linear-gradient(top, #f0e6d9, #e8ded1);
  background: -ms-linear-gradient(top, #f0e6d9, #e8ded1);
  background: -o-linear-gradient(top, #f0e6d9, #e8ded1);
  color: #dd514c;
}
.plan_button_red:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background: #2E5481;
  border: solid 1px #de5f60;
}
.plan:hover .plan_button_blu {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -ms-linear-gradient(top, #ffffff, #f7f7f7);
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  color: #0e90d2;
}
.plan:hover .plan_button_blu:hover {
  background-color: #f0e6d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0e6d9), to(#e8ded1));
  background: -webkit-linear-gradient(top, #f0e6d9, #e8ded1);
  background: -moz-linear-gradient(top, #f0e6d9, #e8ded1);
  background: -ms-linear-gradient(top, #f0e6d9, #e8ded1);
  background: -o-linear-gradient(top, #f0e6d9, #e8ded1);
  color: #0e90d2;
}
.plan_button_blu:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background: #2E5481;
  border: solid 1px #0f9ee6;
}
.plan:hover .plan_order {
  padding-top: 15px;
}
/* For smartphones and tablets */
@media only screen and (min-width: 960px) and (max-width: 1400px) {
  .plan {
    width: 33.33%;
  }
  .plan:hover {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 1400px) {
  .plan,
  .plans_descriptions {
    width: 25%;
  }
  .plans_descriptions {
    display: list-item;
  }
  .plan_feature_name {
    display: none;
  }
  .plan_feature_value {
    font-weight: normal;
  }
  .price_block:last-child {
    margin-right: 0;
  }
  .feature_yes,
  .feature_no {
    display: inline-block;
  }
  .plan:hover {
    margin-top: -25px;
  }
}
/* Vendor prefixes */
