a {
  text-decoration: none;
}

.purchase {
  /*border-bottom:3px solid #52bfc0;*/
  padding:89px 0 0;
  text-align:center;
  /*font-family: "Lato";*/
}

.purchase h1 {
  font-size:26px;
  letter-spacing:3px;
  line-height:40px;
  text-transform:uppercase;
}
.purchase p {
  font-size: 26px;
  line-height: 45px;
  max-width:750px;
  margin:0 auto;
}
.purchase-trigger {
  margin-top:50px;
  border:1px solid #52bfc0;
  border-radius:50px;
  font-size:26px;
  display:inline-block;
  cursor:pointer;
  position:relative;
}

.purchase-trigger * {
  -webkit-transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);
  -moz-transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);
  -o-transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);
  transition: 0.3s cubic-bezier(0.540, 1.410, 0.540, 0.870);

  -webkit-transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);
  -moz-transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);
  -o-transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);
  transition: 0.4s cubic-bezier(0.165, 0.925, 0.510, 1.005);

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.purchase-trigger span {
  padding:17px 80px;	
  color:#52bfc0;
  width:246px;
  display: inline-block;
}
.purchase-trigger .bubble {
  position:absolute;
  background:#52bfc0;
  top:0;
  border-radius:50px;
  left:0;
  height:74px;
  width: 246px;
  z-index:-1;
}
.purchase-trigger.right .bubble {
  margin-left:246px;	
}

.purchase-trigger:not(.right) .annual {
  color:#fff;
}
.purchase-trigger.right .monthly {
  color:#fff;
}

.purchase ul {
  display:table;
  margin:70px auto 0;
  width:100%;
  max-width:1100px;
}
.purchase li {
  display:table-cell;
  width:33.333%;
  padding:43px 0 0;
  -webkit-transition: 0;
  -webkit-transition: all 0.25s, color 0s !important;
  -moz-transition: all 0.25s, color 0s !important;
  -o-transition: all 0.25s, color 0s !important;
  transition: all 0.25s, color 0s !important;
  position:relative;
  z-index:0;
  border:1px solid #BBB;
}

.purchase li:first-child {
  position:relative;
  right:-1px;	
}
.purchase li:last-child {
  position:relative;
  left:-1px;	
}


.purchase li:hover {
  box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
  z-index:1;
  color:#fff;
  background:#52bfc0;
  border-color:#2F3740;
  -webkit-transform:scale(1.05);
}

.purchase li * {
  -webkit-transition: 0 !important;
  -moz-transition: 0 !important;
  -o-transition: 0 !important;
  transition: 0 !important;
}

.purchase li:hover * {
  color:#fff !important;
  border-color:rgba(255, 255, 255, 0.27) !important;
}



.purchase li strong {
  font-size:29px;
  /*text-transform:uppercase;*/
  color:#2F3740;
  letter-spacing:2.4px;
  line-height:45px;
  font-weight:400;
  margin-bottom: 25px;
  display: inline-block;
}

.purchase ul .purchase-description {
  display:block;
  font-size:16px;
  line-height:26px;
}

.purchase .purchase-price {
  font-size:54px;
  letter-spacing:2px;
  padding-top:30px;
  display:block;
  font-weight:400;
  padding-bottom:42px;
}
.purchase .purchase-button {
  /*text-transform:uppercase;*/
  font-size:19px;
  color:#fff;
  text-decoration:none;
  line-height:1;
  padding:28px 0 24px;
  border-top:1px solid #bbb;
  width:100%;
  display:inline-block;
  margin-top:6px;
  margin-bottom: 0px;
  display:block;
  /*background-color: #2F3740;*/
  background-color: #39454b;
}
.purchase li:hover .purchase-button {

  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
}


.purchase ul a:hover {
  color:#52bfc0;
}

.purchase ul a, .purchase ul a:hover .purchase-price, .purchase ul a:hover .purchase-description {
  color:#6C6C6C;
}

#pricingdown{
  border: solid 2px #AAA !important;
}





.faq li { padding: 20px; }

.faq li.q {
  background: #4FC2E;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.a {
  background: #3BB0D6;
  display: none;
  color:#fff;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
