html,
body {
  font-size: 14px;
}
body {
  margin: 0;
  padding: 0;
  color: #444;
  font-family: sans-serif;
  font-weight: 250;
background-color: #ffffff;
}
a,
a.inverted {
  cursor: pointer;
  color: #27CFC3;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  outline: none
}
a:hover,
a.hover,
a:focus {
  color: #FB6767;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -o-transition: all .35s ease;
  transition: all .55s ease;
  outline: none;
  text-decoration: none
}
.content {
  background-color: #f8f8f8;
  padding: 2em;
}
#wrap {
  background-color: #f8f8f8;
      margin-top: 48px;
      padding-top: 48px;
    padding-bottom: 48px;
}
header {
  position: relative;
    z-index: 9998;
    width: 100%;
}
#header-outer {
  width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    overflow: visible!important;
    padding: 28px 0px 0px 0px;
    background-color: #fff;
    z-index: 9998;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);

}
nav {
  text-align: right;
  color: rgba(255,255,255,0.5)
}
nav a {
  display: inline-block;
  margin-right: .5em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .85em;
  color: #888;
}
nav a:hover {
  color: #27CCC0!important;
}
nav a.active {
  color: #27CFC3;
}
#logo a {
  color: #fff;
  font-size: 2em;
  font-weight: 300;
}
#news {
  border: 2px solid rgba(0,0,0,0.5);
  padding: 3em;
  margin-bottom: 3em;
  margin-top: 3em;
  color: #000
}
.logo {
    height: 100px;
}
h4 {
  min-height: 1em;
  line-height: 1.33;
  font-size: 1em;
  font-weight: 300;
  margin: 1em 0
}

.wojo.button {
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  background: #27CFC3;
  border: 0 none;
  color: #fff;
  padding: 1.5em 3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
  -moz-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.wojo.button.secondary {
  background: #333333;
}
.wojo.button.secondary:hover,
.wojo.button.secondary:focus {
  background: #fe4db1;
}
.wojo.button:hover,
.wojo.button:focus {
  background: #7ed727;
  border: 0 none;
}
.plans .plan {
  text-align: center;
  border: 1px solid #F0F0F0;
  background: #fff;
}
.plans .plan h2 {
  font-size: 1.751em;
  font-weight: 300;
  margin: 0;
  padding: .6em 0;
  color: #27CCC0!important;
}
ul.plans,
ul.plans li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.plans .plan p.price,
.plans .plan p.price.alt {
  background-color: #fff;
  color: #000;
  font-size: 4em;
  padding: .5em;
  font-weight: 300;
  margin: 0;
  border: 1px solid #f8f8f8;
}
.plans .plan p.price.alt {
  background-color: #fff;
  color: #000;
  font-size: 2em;
  padding: .5em;
}
.plans .plan p.price span {
  display: block;
  font-size: 1rem;
}
.plans .plan p.recurring,
.plans .plan p.desc,
.plans .plan p.pbutton {
  border-bottom: 1px solid #fff;
  padding: 1.5em
}
.plans .plan p.pbutton a {
  display: block;
  height: 2em;
  line-height: 2em
}
.plans .plan p.pbutton.alt a {
  color: #fff;
}
.plans .plan p.pbutton.alt a:hover {
  color: rgba(255,255,255,0.55)
}
.plan sup {
  font-size: 20px;
}
.plan .desc {
  font-size: 16px;
}
.wojo.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.wojo.image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  border: 0
}
.wojo.avatar.image img,
.wojo.avatar.image {
  margin-right: 0.5em;
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 500rem;
}
/* == Tabs == */	
.wojo.tabs {
  display: block;
  position: relative;
  clear: both;
}
.wojo.tabs:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.wojo.tabs,
.wojo.tabs li {
  list-style-type: none;
  margin: 0;
  padding: 0
}
.wojo.tabs li {
  display: block;
  float: left;
}
.wojo.tabs li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85em;
  color: #888;
  display: block;
  padding: 1.5em 2em;
  position: relative;
  z-index: 1
}
.wojo.tabs li a:hover {
  color: #53bd99;
}
.wojo.tabs li a.active {
  background-color: #EFF3F6;
  box-shadow: inset 0 5px 0 0 #27CFC3;
  color: #444;
}
.wojo.tab.data {
  padding: 0;
  clear: both;
  padding: 0
}
.wojo.tab.data:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

@media screen and (min-width:650px) and (max-width:1024px) {
}

@media screen and (max-width:769px) {
}

.packets {
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding: 0 20px 0 20px;
}

.packets h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.top {
margin: -12px 12px 0 12px !important;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-top: 3px solid #27CCC0 !important;
border-bottom: 6px solid #27CCC0 !important;
padding: 12px 12px 15px 12px !important;
}

.faq p {
  font-size: 13px;
}

.faq h4 {
  font-weight: bold;
}


.stats { 
text-align:right;
padding: 25px 0 0 0;
font-size: 14px;
}

.stats span {
  font-size: 16px;
  padding: 5px;
  color: #fff;
  background-color: #27CCC0;
}