﻿body {
  background: #42444e;
  color: #949ba2;
  font-family: 'Roboto', sans-serif;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #3d404c;
}
p {
  margin-bottom: 15px;
}
select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.validation-summary-errors li {
  color: #DB524D;
}
.basic-list {
  list-style: disc;
  padding-left: 30px;
}
.basic-list li {
  margin-bottom: 10px;
}
.navbar {
  min-height: 0;
  border: 0px;
  background: #FFF;
}
.navbar a.navbar-brand {
  background: #80a18c;
  float: left;
  font-size: 22px;
  padding: 12px 20px;
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 60px;
}
.navbar a.navbar-brand span {
  display: block;
  width: 204px;
  height: 36px;
  background: url(../images/logo.svg) no-repeat 50% 50%;
  background-size: 204px 36px;
  text-indent: -9000px;
  margin: 0;
}
.navbar a.navbar-brand:hover {
  background: #80a18c;
  color: #FFF;
}
.navbar .nav.navbar-nav {
  float: right;
}
.navbar .nav li {
  float: left;
}
.navbar .nav li > a {
  color: #6a727a;
  text-decoration: none;
  font-size: 14px;
  padding: 20px 14px;
  display: inline-block;
}
.navbar .nav li > a:hover {
  color: #6a727a;
}
.navbar .nav li > button {
  color: #6a727a;
  text-decoration: none;
  font-size: 14px;
  padding: 20px 14px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
}
.navbar .nav li > button:hover {
  color: #6a727a;
}
.navbar .nav li.social {
  text-indent: -9000px;
  width: 16px;
  height: 16px;
  margin: 20px 7px;
}
.navbar .nav li.social a {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
}
.navbar-nav > li:last-child > a {
  padding: 20px 14px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #6a727a;
}
.navbar-right {
  margin-right: 0;
}
.navbar-inverse .navbar-toggle {
  background: #2a2d35;
  margin: 0;
  border: 0px;
  border-radius: 0;
  padding: 12px 12px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  height: 3px;
  border-radius: 0;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: #2a2d35;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #2a2d35;
}
.social-facebook {
  background: url(../images/icon-facebook.png) no-repeat top left;
}
.social-twitter {
  background: url(../images/icon-twitter.png) no-repeat top left;
}
.social-instagram {
  background: url(../images/icon-insta.png) no-repeat top left;
}
.banner-wrap {
  background: #3b3d46;
  margin-bottom: 20px;
}
.banner {
  height: 155px;
  color: #FFF;
  position: relative;
}
.banner h1 {
  margin-top: 45px;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
}
.banner h2 {
  margin-top: 45px;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
}
.banner .subhead {
  font-size: 18px;
}
.banner .location-info {
  position: absolute;
  top: 58px;
  right: 20px;
  text-align: right;
}
.banner .location-info span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #949ba2;
}
.banner .location-info a {
  display: inline-block;
}
.section-header {
  font-size: 24px;
  margin-bottom: 20px;
  color: #80a18c;
}
.section-header span {
  color: #949ba2;
  margin: 0 5px;
  font-size: 140%;
  line-height: 70%;
  position: relative;
  top: 5px;
}
.banner-massage {
  background: url(../images/bg-massage2.jpg) no-repeat 50% 50%;
}
.banner-contact {
  background: url(../images/bg-contact.jpg) no-repeat top left;
}
.content {
  padding: 50px 0;
}
.content-wrap {
  background: #2d3038;
  padding-top: 60px;
  padding-bottom: 40px;
}
.container-center {
  margin: 5% auto;
}
.no-appointments {
  padding: 40px 20px;
  background: #42444e;
  margin: 15px 0;
  border-radius: 5px;
  text-align: center;
}
.apt-listing {
  background: #42444e;
  margin: 15px 0;
  border-radius: 5px;
  padding: 8px 20px;
  position: relative;
}
.apt-slot {
  float: left;
  width: 15%;
  margin-right: 2%;
}
.apt-tomorrow {
  margin-top: 14px;
  display: block;
  font-size: 13px;
  text-align: center;
}
.apt-time {
  margin-top: 20px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.apt-time-tomorrow {
  margin-top: 0;
}
.apt-date {
  display: block;
  font-size: 13px;
  text-align: center;
}
.apt-logo {
  width: 20%;
  float: left;
  height: 95px;
  border-radius: 4px;
  background: #FFF;
  margin-right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apt-logo img {
  display: block;
  max-height: 90%;
  max-width: 90%;
}
.apt-logo-full {
  width: 100%;
}
.apt-details {
  width: 61%;
  float: left;
}
.apt-details h3 {
  font-size: 20px;
  margin-top: 4px;
  margin-bottom: 6px;
  color: #949ba2;
}
.apt-details h3.long {
  font-size: 18px;
}
.apt-details h3 a {
  color: #949ba2;
  text-decoration: none;
}
.apt-details h4 {
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 4px;
  color: #949ba2;
}
.apt-details h4.long {
  font-size: 14px;
}
.apt-details h4 a {
  color: #949ba2;
  text-decoration: none;
}
.apt-details p {
  font-size: 14px;
}
.apt-details .apt-therapist {
  font-size: 14px;
  color: #FFF;
  margin-bottom: 3px;
}
.apt-location {
  float: left;
  max-width: 75%;
  margin-bottom: 6px;
}
.apt-location p {
  margin: 0;
}
.apt-location .apt-therapist {
  font-size: 16px;
}
.apt-location .individual {
  margin-top: 3px;
}
.apt-length {
  margin-top: 5px;
  float: right;
  color: #80a18c;
  font-weight: 700;
  font-size: 20px;
}
.apt-actions {
  margin: 0;
  border: 1px solid #2a2d35;
  border-radius: 4px;
  float: right;
  font-size: 11px;
}
.apt-actions li {
  display: inline-block;
  border-right: 1px solid #2a2d35;
}
.apt-actions li:last-child {
  border-right: 0;
}
.apt-actions li a {
  color: #949ba2;
  text-decoration: none;
  padding: 10px 16px;
  display: block;
  font-size: 12px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.apt-actions li a:hover {
  color: #FFF;
}
.apt-actions li a span.hidden-xxs {
  position: static;
  margin: 0;
}
.apt-actions li a span.icon {
  color: #80a18c;
  font-size: 120%;
  margin-right: 5px;
  line-height: 12px;
  position: relative;
  top: 2px;
}
#map {
  height: 500px;
  width: 100%;
}
#myMapModal .modal-content .modal-header {
  padding: 15px 20px;
}
#myMapModal .modal-content .modal-body {
  padding: 0;
}
#myMapModal .close {
  text-shadow: none;
  color: #CCC;
}
#appointmentModal .modal-content .modal-header {
  padding: 15px 20px;
}
#appointmentModal .modal-content .modal-body {
  padding: 20px;
}
#appointmentModal .close {
  text-shadow: none;
  color: #CCC;
}
#appointmentModal .modal-apt-details .apt-actions {
  position: static;
  bottom: 0;
  right: 0;
  border: 0;
  width: 180px;
}
#appointmentModal .modal-apt-details .apt-actions li {
  display: block;
  margin-bottom: 10px;
  border: 0;
}
#appointmentModal .modal-apt-details .apt-actions li a {
  text-align: center;
  display: block;
  border: 1px solid #2a2d35;
  border-radius: 4px;
}
#appointmentModal .modal-apt-list {
  margin-top: 30px;
}
#appointmentModal .modal-apt-list ul li {
  background: #42444e;
  margin: 15px 0;
  border-radius: 5px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
}
#appointmentModal .modal-apt-list ul li .apt-time {
  margin: 0;
  text-align: left;
  flex-basis: 20%;
}
#appointmentModal .modal-apt-list ul li .apt-date {
  text-align: left;
  font-size: 15px;
  flex-grow: 1;
}
#appointmentModal .modal-apt-list ul li .apt-length {
  float: none;
  margin: 0;
  text-align: right;
  flex-basis: 20%;
}
.faq {
  margin: 30px 0;
}
.faq dt {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 5px;
}
.faq dd {
  font-size: 14px;
  margin-bottom: 25px;
}
.join {
  height: 170px;
  background: url(../images/bg-join.png) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  padding: 35px 20px;
  border-radius: 5px;
  margin: 15px 0;
}
.join h5 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.testimonial {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.testimonial p {
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 15px;
}
.testimonial .author {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 30px;
}
.inline-form {
  display: inline-block;
}
.form-time-select {
  width: 90px;
  display: inline-block;
}
.form-date-select {
  width: 100px;
  display: inline-block;
}
.payment-errors {
  color: #DB524B;
  margin: 0 10px;
}
a.cta {
  text-align: center;
  color: #80a18c;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
.btn {
  /*text-decoration: none;
    color: #FFF;
    font-size: 16px;
    padding: 8px 25px;
    display: inline-block;
    margin: 15px 0;*/
}
.btn-outline {
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 4px;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.btn-outline:hover {
  color: #FFF;
  background: rgba(255, 255, 255, 0.15);
}
#photo-progress {
  display: none;
}
.full .progress-bar-theme {
  background-color: #80a18c;
  border-right: 4px solid #80a18c;
}
footer {
  padding: 20px 0 10px;
}
footer h5 {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 10px;
}
footer h5 span {
  font-weight: 700;
}
footer ul li {
  float: left;
  margin-right: 20px;
}
footer ul li a {
  text-decoration: none;
  color: #949ba2;
  font-size: 14px;
}
footer ul.available-cities {
  float: right;
}
.mt30 {
  margin-top: 30px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb50 {
  margin-bottom: 50px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-5 {
  padding-left: 5px;
}
@media (max-width: 1200px) {
  .apt-listing {
    padding: 8px 10px;
  }
  .apt-time {
    font-size: 20px;
    margin-top: 25px;
  }
  .apt-time-tomorrow {
    margin-top: 0;
  }
  .apt-logo {
    width: 16%;
  }
  .apt-details {
    width: 65%;
  }
  .apt-actions li a {
    padding: 8px 12px;
  }
}
@media (max-width: 930px) {
  .navbar .nav li.social {
    display: none;
  }
  .banner h1 {
    font-size: 30px;
  }
  .banner h2 {
    font-size: 30px;
  }
  .banner .subhead {
    font-size: 16px;
  }
  .banner .location-text {
    font-size: 18px;
  }
  #pricing #second-option .charts .chart {
    box-shadow: none;
  }
}
@media (max-width: 840px) {
  .navbar a.navbar-brand {
    padding: 18px 15px;
  }
  .navbar a.navbar-brand span {
    width: 150px;
    height: 26px;
    background-size: 150px 26px;
  }
}
@media (max-width: 767px) {
  .navbar-header {
    background: #80a18c;
  }
  .navbar a.navbar-brand {
    padding: 7px 15px;
    height: 41px;
  }
  .navbar a.navbar-brand span {
    width: 150px;
    height: 26px;
    background-size: 150px 26px;
  }
  .navbar .nav li > button {
    padding: 10px 15px;
    color: #949ba2;
  }
  .navbar .navbar-collapse {
    border-bottom: 1px solid #000;
  }
  .navbar .navbar-collapse .navbar-nav {
    padding: 10px 0;
    margin: 0 -15px;
    float: none;
    background: #2a2d35;
  }
  .navbar .navbar-collapse .navbar-nav li {
    float: none;
  }
  .navbar .navbar-collapse .navbar-nav li a {
    padding: 10px 15px;
    color: #949ba2;
  }
  .navbar .navbar-collapse .navbar-nav li .navbar-nav {
    margin: 0;
    padding: 0;
  }
  .banner {
    height: 140px;
    background-size: cover;
  }
  .banner h1 {
    margin-top: 20px;
    width: auto;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .banner h2 {
    margin-top: 20px;
    width: auto;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .banner .subhead {
    width: auto;
    font-size: 14px;
    margin: 0;
  }
  .banner .location-info {
    text-align: center;
    position: static;
    font-size: 18px;
    display: block;
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .banner .location-info span {
    font-size: 18px;
  }
  .banner .location-info a {
    font-size: 13px;
    display: block;
  }
  .banner .location-text {
    text-align: center;
    display: block;
    margin: 5px 0 0 0;
  }
  .content-wrap {
    padding-top: 41px;
  }
}
@media (max-width: 750px) {
  .apt-listing {
    padding: 8px 15px;
    height: auto;
  }
  .apt-time {
    margin-top: 3px;
  }
  .apt-tomorrow {
    margin-top: 2px;
  }
  .apt-time-tomorrow {
    margin-top: 0;
  }
  .apt-logo {
    height: 50px;
    width: 12%;
  }
  apt-details {
    width: 69%;
  }
  .apt-actions {
    position: static;
    bottom: auto;
    right: auto;
    float: none;
    clear: both;
    display: flex;
  }
  .apt-actions li {
    text-align: center;
    flex-grow: 1;
  }
  .apt-actions li a {
    color: #80a18c;
    font-weight: bold;
  }
  .apt-actions li a span.icon {
    display: none;
  }
  .apt-actions li.test {
    display: block;
    border-right: none;
    border-bottom: 1px solid #2a2d35;
  }
  .apt-actions li.test:last-child {
    border-bottom: none;
  }
  #appointmentModal .apt-location h3 {
    margin-top: 0px;
    font-size: 20px;
  }
  #appointmentModal .apt-actions {
    max-width: 250px;
    margin: 0 auto;
    padding-top: 20px;
  }
  #appointmentModal .apt-actions li {
    width: auto;
  }
}
@media (max-width: 620px) {
  .hidden-xxs {
    display: none;
  }
  .apt-slot {
    float: none;
    width: auto;
    padding-right: 150px;
    text-align: left;
    margin-bottom: 10px;
  }
  .apt-details {
    width: 80%;
    margin-bottom: 8px;
  }
  .apt-location {
    max-width: none;
  }
  .apt-tomorrow {
    text-align: left;
  }
  .apt-time {
    text-align: left;
  }
  .apt-date {
    text-align: left;
  }
  .apt-length {
    position: absolute;
    top: 5px;
    right: 8px;
  }
  .apt-logo {
    width: 80px;
  }
  .apt-actions {
    margin: 0 -15px -8px -15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .apt-actions li a {
    padding: 8px 5px;
    font-size: 13px;
  }
  #appointmentModal .apt-logo {
    width: 160px;
    height: 90px;
    float: none;
    margin: 0 auto 15px auto;
  }
  #appointmentModal .apt-location {
    text-align: center;
    float: none;
  }
  #appointmentModal .modal-apt-details {
    text-align: center;
  }
  #appointmentModal .modal-apt-details .apt-actions {
    padding-top: 10px;
    width: auto;
    max-width: none;
  }
  #appointmentModal .modal-apt-details .apt-actions li {
    width: 45%;
    display: inline-block;
  }
  #appointmentModal .apt-length {
    position: static;
  }
  #appointmentModal .modal-apt-list {
    margin-top: 15px;
  }
  #appointmentModal .modal-apt-list ul li .apt-time {
    flex-basis: 30%;
  }
  #appointmentModal .modal-apt-list ul li .apt-length {
    flex-basis: 35%;
    font-size: 18px;
  }
}
@media (max-width: 530px) {
  .banner {
    height: 120px;
    background-size: cover;
  }
  .banner h1 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.2;
  }
  .banner h2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.2;
  }
  .banner .subhead {
    font-size: 14px;
  }
  .banner .location-text {
    top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  #appointmentModal .apt-logo {
    width: 120px;
    height: 75px;
    float: none;
    margin: 0 auto 15px auto;
  }
  #appointmentModal .modal-apt-list {
    margin-top: 15px;
  }
  #appointmentModal .modal-apt-list ul li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #appointmentModal .modal-apt-list ul li .apt-time {
    display: block;
    flex-shrink: 0;
    width: 50%;
    flex-basis: 50%;
    font-size: 18px;
  }
  #appointmentModal .modal-apt-list ul li .apt-date {
    flex-shrink: 0;
    display: block;
    width: 50%;
    flex-basis: 50%;
    text-align: right;
  }
  #appointmentModal .modal-apt-list ul li .apt-length {
    width: 100%;
    flex-shrink: 0;
    display: block;
    flex-basis: 100%;
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 390px) {
  .banner {
    height: auto;
    padding-bottom: 8px;
  }
}
#pricing #second-option {
  -webkit-font-smoothing: antialiased;
  /*border-top: 1px solid #EAEAEA;
		border-bottom: 1px solid #EAEAEA;
		background: #5E7A9B;
		background: -webkit-linear-gradient(top, #355069 0, #5E7A9B 100%);
		background: -moz-linear-gradient(top, #355069 0, #5E7A9B 100%);
		background: -o-linear-gradient(top, #355069 0, #5E7A9B 100%);
		background: linear-gradient(top, #355069 0, #5E7A9B 100%);*/
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 50px;
}
#pricing #second-option .header {
  text-align: center;
}
@media (max-width: 991px) {
  #pricing #second-option .header {
    margin-bottom: 25px;
  }
}
#pricing #second-option .header h3 {
  font-size: 23px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#pricing #second-option .header p {
  font-size: 16px;
  color: #F0F0F0;
  font-weight: 400;
  line-height: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#pricing #second-option .charts {
  margin-top: 30px;
}
@media (max-width: 991px) {
  #pricing #second-option .charts {
    margin-top: 10px;
  }
}
#pricing #second-option .charts .chart {
  background-color: #42444e;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  text-align: center;
  width: 97%;
  min-height: 315px;
  position: relative;
  top: 37px;
}
@media (max-width: 991px) {
  #pricing #second-option .charts .chart {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important;
  }
  #pricing #second-option .charts .chart.last {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  #pricing #second-option .charts .chart {
    width: 90% !important;
  }
}
#pricing #second-option .charts .chart.first {
  float: right;
  left: 12px;
}
#pricing #second-option .charts .chart.last {
  left: -12px;
}
#pricing #second-option .charts .chart.featured {
  min-height: 350px;
  top: 0px;
  margin: 0 auto;
}
#pricing #second-option .charts .chart.featured .popular {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #B1B1B1;
  font-weight: 400;
}
#pricing #second-option .charts .chart.featured .quantity {
  margin-top: 15px;
}
#pricing #second-option .charts .chart .quantity {
  color: #FFF;
  text-align: center;
}
#pricing #second-option .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px;
}
#pricing #second-option .charts .chart .quantity .price {
  font-size: 49px;
}
#pricing #second-option .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px;
}
#pricing #second-option .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #949ba2;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px;
}
#pricing #second-option .charts .chart .specs {
  margin-top: 20px;
  margin-bottom: 30px;
}
#pricing #second-option .charts .chart .specs .spec {
  font-size: 15px;
  color: #949ba2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px;
}
#pricing #second-option .charts .chart .specs .spec .variable {
  color: #80a18c;
  font-weight: 400;
}
#pricing #second-option .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px;
}
#pricing #third-option {
  margin-top: 55px;
  margin-bottom: 150px;
  -webkit-font-smoothing: antialiased;
}
#pricing #third-option .header {
  text-align: center;
}
#pricing #third-option .header h3 {
  font-size: 22px;
  color: #444;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 7px;
}
#pricing #third-option .header p {
  font-size: 16px;
  font-weight: 400;
  color: #888;
}
@media (min-width: 992px) {
  #pricing #third-option .container {
    width: 1060px;
  }
}
#pricing #third-option .charts {
  margin-top: 50px;
}
#pricing #third-option .charts .basic-plan {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 30px 10px 30px;
  text-align: center;
  width: 220px;
  position: absolute;
  right: 0px;
  top: 20px;
}
@media (max-width: 991px) {
  #pricing #third-option .charts .basic-plan {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important;
    position: relative;
    margin-top: 30px;
  }
  #pricing #third-option .charts .basic-plan.last {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  #pricing #third-option .charts .basic-plan {
    width: 90% !important;
  }
}
#pricing #third-option .charts .basic-plan .plan-name {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #444;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
}
#pricing #third-option .charts .basic-plan .quantity {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 5px;
}
#pricing #third-option .charts .basic-plan .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px;
}
#pricing #third-option .charts .basic-plan .quantity .price {
  font-size: 42px;
}
#pricing #third-option .charts .basic-plan .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px;
}
#pricing #third-option .charts .basic-plan .description {
  margin-top: 15px;
  font-size: 13px;
  color: #444;
  line-height: 20px;
}
#pricing #third-option .charts .basic-plan .description a {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}
#pricing #third-option .charts .chart {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
  padding: 20px 40px;
  text-align: center;
  width: 280px;
  float: left;
  min-height: 315px;
  position: relative;
  top: 20px;
}
@media (min-width: 992px) {
  #pricing #third-option .charts .chart.featured {
    left: -25px;
  }
  #pricing #third-option .charts .chart.last {
    left: -45px;
  }
}
@media (max-width: 991px) {
  #pricing #third-option .charts .chart {
    float: none !important;
    left: 0px !important;
    top: 0px !important;
    margin: 0 auto;
    width: 55%;
    margin-bottom: 25px !important;
  }
  #pricing #third-option .charts .chart.last {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  #pricing #third-option .charts .chart {
    width: 90% !important;
  }
}
#pricing #third-option .charts .chart.featured {
  z-index: 999;
}
@media (min-width: 992px) {
  #pricing #third-option .charts .chart.featured {
    margin: 0 auto;
    top: 0px;
    min-height: 445px;
  }
  #pricing #third-option .charts .chart.featured .btn-signup {
    margin-top: 32px;
  }
}
#pricing #third-option .charts .chart.featured .popular {
  position: absolute;
  top: 0px;
  left: 0px;
}
#pricing #third-option .charts .chart.featured .quantity {
  margin-top: 15px;
  padding-bottom: 5px;
}
#pricing #third-option .charts .chart .plan-name {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #444;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
}
#pricing #third-option .charts .chart .quantity {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 10px;
}
#pricing #third-option .charts .chart .quantity .dollar {
  font-size: 19px;
  position: relative;
  top: -18px;
}
#pricing #third-option .charts .chart .quantity .price {
  font-size: 49px;
}
#pricing #third-option .charts .chart .quantity .period {
  font-size: 17px;
  position: relative;
  top: -8px;
  margin-left: 4px;
}
#pricing #third-option .charts .chart .specs {
  margin-top: 20px;
}
#pricing #third-option .charts .chart .specs .spec {
  font-size: 15px;
  color: #474747;
  text-align: center;
  font-weight: 300;
  margin-bottom: 13px;
}
#pricing #third-option .charts .chart .specs .spec .variable {
  color: #1FBEE7;
  font-weight: 400;
}
#pricing #third-option .charts .chart .btn-signup {
  margin-top: 20px;
  height: 38px;
}