/*!
Ionicons, v2.1.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
.em .price-boxes {
  clear: both;
  text-align: center;
}
.em .price-boxes .price-package {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.em .price-boxes .price-package h3 {
  font-size: 50px;
}
.em .price-boxes .price-package h3 span {
  font-size: 14px;
}
.em .price-boxes .price-package ul {
  margin: 0;
  padding: 0;
}
.em .price-boxes .price-package ul li {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px dotted #b5b4a8;
}
.em .price-boxes .price-package ul li ul {
  padding-bottom: 0;
  margin-bottom: 0;
}
.em .price-boxes .price-package ul li ul li {
  padding: 2px 0;
  border-top: none;
}
.em .price-boxes .price-package ul li:first-child {
  border-top: none;
}
.em .price-boxes sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.em .price-boxes sup a,
.em .price-boxes sup a:link,
.em .price-boxes sup a:visited {
  color: #777;
  text-decoration: none;
}
.em .price-boxes sup a:hover,
.em .price-boxes sup a:active {
  color: #4f5357;
}
@media only screen and (max-width: 767px) {
  .em .price-boxes .price-package {
    clear: both;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .em .price-boxes .price-package h2 {
    margin-bottom: 0;
    font-size: 28px;
  }
  .em .price-boxes .price-package h3 {
    font-size: 30px;
  }
  .em .price-boxes .price-package h3 span {
    font-size: 12px;
  }
  .em .price-boxes .price-package ul li {
    padding: 6px 0;
  }
  .em .price-boxes .price-package.highlight {
    height: auto;
    width: auto;
    margin: 10px;
    float: none;
    min-height: auto;
  }
}
