  html,body {
      height: 100%;
      width: 100%;}
  body {
      font-family: 'Microsoft JhengHei', 'Helvetica Neue', Arial, sans-serif;}
  hr {
      border-color: #00ab7b;
      border-width: 3px;
      max-width: 50px;}
  hr.light {
      border-color: white;}
  a {
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
      transition: all 0.35s;
      color: #00ab7b;}
  a:hover,a:focus {
      color: #00ab7b !important;}
  h1,h2,h3,h4,h5,h6 {
      font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
      font-weight: bold;}
  p {
      font-size: 16px;
      line-height: 1.5;}
  section, aside {
      padding: 50px 0;}
  #articles {
      background-color: #E7F0E9;}
  .bg-primary {
      background-color: #00ab7b !important;}
  .bg-dark {
      background-color: #004533;
      color: white;}
  .text-faded {
      text-align: left;
      color: rgba(255, 255, 255, 0.7);}
  .navbar-default {
      background-color: #fff;
      border-color: rgba(34, 34, 34, 0.05);
      font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
      transition: all 0.35s;}
  .navbar-default .navbar-header .navbar-brand {
      color: #fff;
      font-weight: 700;
      font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
      font-style: italic;
      font-style: oblique;
      font-size: 1.8em;}
  .navbar-default .navbar-header .navbar-toggle {
      font-weight: 700;
      font-size: 12px;
      color: #222222;
      text-transform: uppercase;}
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
      font-weight: 700;
      font-size: 13px;}
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
      color: #fff !important;
      background-color: #00ab7b;}
  .navbar-default .nav > li.active > a,
  .navbar-default .nav > li.active > a:focus {
      color: #fff !important;
      background-color: #00ab7b;}
  @media (min-width: 768px) {
      .navbar-default {
          background-color: transparent;
          border-color: rgba(255, 255, 255, 0.3);}
      .navbar-default.affix .navbar-header .navbar-brand {
          color: #00ab7b;
          font-size: 1.6em;
          font-weight: bold;}
      .navbar-default .navbar-header .navbar-brand:hover,
      .navbar-default .navbar-header .navbar-brand:focus {
          color: rgba(255, 255, 255, 1);}
      .navbar-default .nav > li > a,
      .navbar-default .nav > li > a:focus {
          color: rgba(255, 255, 255, 0.7);}
      .navbar-default .nav > li > a:hover,
      .navbar-default .nav > li > a:focus:hover {
          color: white;}
      .navbar-default.affix {
          background-color: white;
          border-color: rgba(34, 34, 34, 0.05);}
      .navbar-default.affix .navbar-header .navbar-brand:hover,
      .navbar-default.affix .navbar-header .navbar-brand:focus {
          color: #eb3812;}
      .navbar-default.affix .nav > li > a,
      .navbar-default.affix .nav > li > a:focus {
          color: #222222;}
      .navbar-default.affix .nav > li > a:hover,
      .navbar-default.affix .nav > li > a:focus:hover {
          color: #F05F40;}}
  @media(max-width:990px) {
      .navbar-header {
          float: none;}
     .navbar-default .navbar-header .navbar-brand {
          color: #00ab7b;}
      .navbar-left,
      .navbar-right {
          float: none !important;}
      .navbar-toggle {
          display: block;
          margin-top: 8px;
          padding: 3px 15px;}
      .navbar-toggle > .fa-bars {
        color: #808B96;}
      .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);}
      .navbar-fixed-top {
          top: 0;
          border-width: 0 0 1px;
          background-color: #fff;}
      .navbar-collapse.collapse {
          display: none !important;}
      .navbar-nav {
          float: none;
          margin-top: 7.5px;}
      .navbar-nav > li {
          float: none;}
      .navbar-nav > li > a {
          padding-top: 10px;
          padding-bottom: 10px;
          border-right: none;
          color: black !important;}
      .collapse.in {
          display: block !important;}}
  header {
    background-position: center;
    position: relative;
    height: 100%;
    color: #fff;}
  .bg-section {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;}
  .header-content {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0 50px;
      text-align: center;
      width: 100%;}
  .header-content-inner {
      background-color: rgba(0,0,0,0.6);
      padding: 20px;
      border-radius: 5px;}
  .header-content-inner h1 {
    font-size: 50px;
    font-family: 'Merriweather', 'Microsoft JhengHei',Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;}
  .header-content-inner hr {
      margin: 30px auto;}
  .header-content-inner p {
      font-size: 18px;
      margin-bottom: 30px;
      color: rgba(255, 255, 255, 0.7);}
  .header-content-inner a:hover {
      color: #fff !important;}
    @media(max-width:767px) {
        .bg-section {
            background-attachment: initial;}}
    @media(max-width:568px) {
      .header-content {
        padding: 0 12px;}
      .header-content-inner h1 {
        font-size: 30px;}}
  .section-heading {
      margin-top: 0;}
  .service-box {
      width: 88%;
      margin: 30px auto 0;}
  .service-box img {
    width: 100%;}
  .service-box img:hover {
      opacity: 0.6;
      transition: 0.5s all;}
  .call-to-action h2 {
      margin: 0 auto 20px;}
  .btn {
      font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
      border: none;
      border-radius: 300px;
      font-weight: 700;
      text-transform: uppercase;}
  .embed-responsive-16by9 {
      height: 400px;}
  .btn-xl {
      padding: 15px 80px;
      font-size: 14px;}
      @media (max-width:991px) {
          .embed-responsive-16by9 {
              margin-bottom: 20px;}}
      @media (max-width:568px) {
          .btn-xl {
              padding: 10px 20px;
              width: 100%;
              margin: 0 0 12px 0;}
          .btn-right {
              padding: 10px 30px;}}
  .service-bgc {
      background-color: #EBF4EB;}
  .bg-example {
    background-position: right top;}
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.6);}
  .item {
      padding: 40px 50px 30px 20px;
      margin: 0 auto;
      min-height: 480px;
      text-align: center;}
  .item > p {
      font-size: 20px;
      display: inline-block;
      color: #fff;
      text-shadow: 2px 2px 10px black;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 1.5em;}
  .item > h4 {
      display: inline-block;
      font-size: 20px;
      font-weight: 300;
      padding: 16px;
      text-shadow: 2px 2px 10px black;
      border-radius: 10px;
      margin-bottom: 20px;
      background-color: #00ab7b;
      color: #fff;}
  .slide {
      width: 100%;}
  .slider-caption img {
      width: 110px;
      height: 110px;
      border-radius: 100%;
      margin: 5px auto;}
      @media(max-width:768px) {
        .slider-caption img {
          width: 90px;
          height: 90px;}}
      @media(max-width:568px) {
        .item {
          padding: 17px 22px 30px 20px;
          min-height: 520px;}
        .item h4 {
          font-size: 22px;}
        .slider-caption img {
          width: 65px;
          height: 65px;}
        .item > p {
          padding: 0;
          line-height: 1.4em;}}
      @media(max-width:375px) {
        .item {
          min-height: 535px;}}
      @media(max-width:320px) {
        .item {
          min-height: 610px;}}
  .runner-name {
      color: #fff;
      font-size: 22px;
      font-weight: bold;
      padding-bottom: 10px;
      letter-spacing: 2px;}
  .runner-name span {
      letter-spacing: 0;}
  .price-default {
      border-radius: 6px 6px 0 0;
      text-align: center;
      font-size: 18px;}
  .price-default a {
      display: block;
      color: #fff;
      text-decoration: none;}
  .price-default a:hover, .price-default a:focus {
    color: #fff !important;}
  .price-default h3 {
      display: inline-block;
      padding-bottom: 5px;
      font-size: 16px;
      border-bottom: 2px solid #fff;}
  .price-upgrade span {
      font-size: 62px;}
  .basicPrice .panel-body {
      background-color: #00AB7B;}
  .basicPrice .panel-body span {
      display: block;
      padding-top: 12px;
      padding-bottom: 8px;
      font-size: 48px;}
  .vipPrice .panel-body {
      background-color: #004533;}
  .vasPrice .panel-body {
      background-color: #081F37;}
  .coach {
      padding-bottom: 20px;}
      @media(min-width:990px) {
        .singleTeam {
          height: 270px;}}
      @media(max-width:768px) {
          .singleTeam {
              margin-bottom: 20px;}}
      @media(max-width:552px) {
        .singleTeam {
          height: 185px;}}
  .teamThumb > a > img {
      display: inline-block;
      width: 70%;
      border-radius: 50%;}
  .teamThumb > a > img:hover {
      opacity: 0.6;
      transition: 0.5s all;}
  .teamThumb h3 {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 0.8;
      margin: 0 0 6px;
      padding-top: 15px;}
  .teamThumb span {
      display: block;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 19px;
      padding-bottom: 20px;
      color: #999;}
  .list-group-item {
      padding: 0;}
  .list-group-item h4 {
      display: block;
      margin: 0 0 1px 0;
      padding: 10px 10px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      background-color: #e7e7e7;}
  .list-group-item h4:hover {
      background-color: #9c9c9c;
      color: #fff;}
  .list-group-item > ul {
      margin: 10px 0;}
  .list-group-item .fa-chevron-down {
      float: right;
      padding-right: 5px;}
  .list-group-item .fa-times {
      padding-left: 10px;
      color: rgba(255, 0, 0, 0.5);}
  .list-group-item .fa-times-circle {
      padding-left: 5px;
      color: rgba(255, 0, 0, 0.5);}
  .fb-insert {
      margin-top: 20px;
      text-align: center;}
  .fb-insert iframe {
      height: 300px;
      border: none;
      overflow: hidden;}
  @media(max-width:568px) {
      .fb-insert iframe {
          width: 280px;}}
  .contact-footer {
      margin-top: 20px;}
  .contact-footer > h4 {
      font-weight: bold;
      padding: 20px 0 5px 0;}
  .contact-footer > span {
      display: block;
      font-size: 14px;
      width: 80%;
      margin: 0 auto 30px auto;}
  .contact-footer-icons {
      text-align: center;
      margin-bottom: 20px;}
  .contact-footer-links {
      text-decoration: none;
      padding: 0 5px;}
  .contact-footer-links:hover img {
      border-radius: 100%;
      box-shadow: 0px 5px 8px gray;}
  .app-icon {
      display: inline-block;
      width: 135px;
      height: 40px;}
  .contact-footer > a > img:active {
      transform: translateY(4px); 
      box-shadow: 0px 1px 8px gray;}
      @media(max-width:568px) {
          .fb-insert {
              margin-bottom: 30px;}}
  .well-adjust {
      position: relative;}
  .well-adjust i {
      position: absolute;
      color: #00ab7b;}
  .fa-quote-left {
    left: 5%;
    top: 25%;}
  .fa-quote-right {
    right: 5%;
    bottom: 10%;}
  .well-adjust h4 {
      font-weight: bold;}