html, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  color: #252525; }

body {
  font-size: 12px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

h4 {
  font-weight: 16px; }

a {
  color: #5cad00; }

.btn {
  border-width: 0px;
  padding: 20px 15px;
  font-size: 14px;
  width: 285px;
  text-align: center; }
  .btn.btn-primary {
    background-color: #5cad00;
    -webkit-box-shadow: 0px 4px 1px 0px #529a00;
    -moz-box-shadow: 0px 4px 1px 0px #529a00;
    box-shadow: 0px 4px 1px 0px #529a00; }
    .btn.btn-primary:hover {
      background-color: #58a600; }
    .btn.btn-primary:active {
      background-color: #529a00; }

body.modal-open[style] {
  overflow: auto;
  padding-right: 0px !important; }

.modal.picture .modal-dialog {
  width: auto; }
  .modal.picture .modal-dialog .modal-content {
    background-color: transparent;
    border-width: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center; }
    .modal.picture .modal-dialog .modal-content .modal-body img {
      display: inline; }

.modal-backdrop.in {
  opacity: 0.7; }

.mast {
  position: relative;
  background: url("../images/amenities.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 15px;
  text-align: center; }
  .mast:before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .mast h2 {
    color: white;
    position: relative; }

/* PAGINATION
-------------------------------------------------------------- */
.pagi_wrap {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 20px; }
  .pagi_wrap ul.pagination {
    margin: 0;
    padding: 0px;
    list-style: none;
    width: auto;
    font-size: 18px;
    line-height: normal;
    text-align: center; }
    .pagi_wrap ul.pagination > li {
      margin: 0;
      padding: 0;
      display: inline;
      float: none;
      border: none; }
      .pagi_wrap ul.pagination > li > a {
        margin: 0;
        line-height: normal;
        float: left;
        border: none;
        border-radius: 4px;
        outline: none;
        text-decoration: none; }
      .pagi_wrap ul.pagination > li a:hover {
        text-decoration: none; }
    .pagi_wrap ul.pagination > li.active a {
      text-decoration: none;
      color: #112921;
      background: none; }

@media (min-width: 768px) {
  body {
    font-size: 16px; }

  h2 {
    font-size: 48px; }

  h3 {
    font-size: 36px; }

  h4 {
    font-size: 24px;
    font-weight: 700; }

  h5 {
    font-size: 18px;
    font-weight: 700; }

  h6 {
    font-size: 16px;
    text-transform: uppercase; }

  .mast {
    padding: 150px 15px; } }
body .header .navbar {
  background-color: rgba(17, 41, 33, 0.9);
  border-bottom-width: 0px;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: none; }
  body .header .navbar .navbar-header .navbar-toggle {
    background-color: transparent;
    padding: 6px 10px; }
    body .header .navbar .navbar-header .navbar-toggle .icon-bar {
      background-color: white;
      height: 4px;
      width: 30px;
      border-radius: 0px; }
  body .header .navbar .navbar-header .navbar-brand {
    color: #fff; }
    body .header .navbar .navbar-header .navbar-brand img {
      height: 30px;
      width: auto; }
  body .header .navbar .navbar-header h1.site-title {
    font-size: 24px;
    font-weight: 700;
    padding-top: 5px; }
    body .header .navbar .navbar-header h1.site-title a {
      color: #fff; }
  body .header .navbar .navbar-header p.site-description {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0 0 10px 0; }
  body .header .navbar .nav.navbar-nav a {
    color: white; }
    body .header .navbar .nav.navbar-nav a:hover, body .header .navbar .nav.navbar-nav a:focus {
      background-color: #4a7061; }
  body .header .navbar .nav.navbar-nav .dropdown-menu {
    background: #fff;
    color: #252525; }
    body .header .navbar .nav.navbar-nav .dropdown-menu li a {
      color: #252525;
      padding-top: 10px;
      padding-bottom: 10px; }
      body .header .navbar .nav.navbar-nav .dropdown-menu li a:hover, body .header .navbar .nav.navbar-nav .dropdown-menu li a:focus {
        color: #FFF; }
  body .header .navbar .nav .open > a, body .header .navbar .nav .open > a:focus, body .header .navbar .nav .open > a:hover {
    color: #FFF;
    background-color: #4a7061; }
body .footer {
  background-color: #112921;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 18px;
  color: white; }
  body .footer .nav-brand img {
    height: 23px; }
  body .footer .phone {
    white-space: nowrap; }
  body .footer .social-media {
    margin-top: 20px; }
    body .footer .social-media .social {
      color: white;
      font-size: 20px;
      margin-left: 10px;
      margin-right: 10px; }
      body .footer .social-media .social:hover {
        text-decoration: none; }

@media (min-width: 768px) {
  body .header .navbar > .container {
    min-height: 80px; }
    body .header .navbar > .container .navbar-header .navbar-brand {
      height: initial;
      padding-top: 15px;
      padding-bottom: 15px; }
      body .header .navbar > .container .navbar-header .navbar-brand img {
        max-height: 50px;
        height: initial;
        width: auto; }
    body .header .navbar > .container .nav.navbar-nav a {
      padding-top: 30px;
      padding-bottom: 30px; }
  body .footer {
    padding-top: 95px;
    padding-bottom: 95px;
    line-height: 24px; }
    body .footer .nav-brand img {
      height: 23px; } }
/* 1/26/15 */
.fourohfour {
  padding-top: 10%;
  text-align: center;
  background: #000;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2; }
  .fourohfour h1 {
    font-size: 200px;
    color: #fff;
    font-weight: 700; }
  .fourohfour p {
    color: #fff;
    font-size: 110%; }
  @media (max-width: 768px) {
    .fourohfour {
      padding-top: 25px; }
      .fourohfour h1 {
        font-size: 100px; } }

.hero {
  background: url("../images/hero.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding: 55px 15px 80px 15px; }
  .hero:before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .hero .content {
    position: relative;
    text-align: center; }
    .hero .content h2 {
      font-size: 24px;
      color: white;
      margin-bottom: 25px; }

.section {
  padding-top: 25px;
  padding-bottom: 25px; }

.call-to-action {
  background-color: #4a7061;
  color: white;
  text-align: center; }
  .call-to-action .tag-line {
    font-size: 18px;
    line-height: 24px; }
  .call-to-action a {
    margin-top: 30px; }

@media (min-width: 768px) {
  .hero {
    padding: 120px 15px 100px 15px; }
    .hero .content h2 {
      font-size: 48px;
      margin-bottom: 45px; }

  .section {
    padding-top: 45px;
    padding-bottom: 45px; }

  .call-to-action {
    text-align: left; }
    .call-to-action .tag-line {
      font-size: 36px;
      line-height: 40px;
      display: table-cell;
      vertical-align: middle;
      height: 72px; }
    .call-to-action a {
      float: right;
      max-width: 100%;
      margin-top: 0px; } }
.home .about {
  text-align: center; }
  .home .about h3 {
    margin-bottom: 18px; }
  .home .about .gallery {
    margin-top: 14px; }
    .home .about .gallery .picture-frame-wrapper {
      display: table;
      width: 100%; }
      .home .about .gallery .picture-frame-wrapper .picture-frame {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 150px;
        overflow: hidden; }
        .home .about .gallery .picture-frame-wrapper .picture-frame img {
          width: 100%;
          height: auto;
          display: inline;
          margin-bottom: 20px; }
.home .amenities .list {
  padding-top: 10px;
  padding-bottom: 10px; }
  .home .amenities .list .item {
    padding-top: 10px;
    padding-bottom: 10px; }
    .home .amenities .list .item p {
      line-height: 18px; }
    .home .amenities .list .item img {
      display: block;
      width: 100%;
      height: auto; }
@media (min-width: 768px) {
  .home .hero {
    padding: 150px 15px 160px 15px; }
  .home .about h3 {
    margin-bottom: 28px; }
  .home .about .gallery {
    margin-top: 45px; }
    .home .about .gallery .picture-frame-wrapper .picture-frame {
      height: 270px; }
      .home .about .gallery .picture-frame-wrapper .picture-frame img {
        max-height: auto; }
  .home .amenities .mast {
    padding: 150px 15px; }
  .home .amenities .list {
    padding-top: 50px;
    padding-bottom: 50px; }
    .home .amenities .list .item {
      padding-top: 20px;
      padding-bottom: 20px; }
      .home .amenities .list .item p {
        line-height: 24px; } }

.course {
  text-align: center; }
  .course .about .carousel {
    margin-top: 25px;
    margin-bottom: 150px; }
    .course .about .carousel .carousel-indicators {
      bottom: 0px;
      margin-bottom: 5px; }
    .course .about .carousel .carousel-inner {
      overflow: initial; }
      .course .about .carousel .carousel-inner > .item > img {
        display: inline;
        height: auto;
        width: 100%;
        max-width: 900px; }
      .course .about .carousel .carousel-inner > .item > .carousel-caption {
        top: 100%;
        padding-bottom: 0px;
        padding-top: 10px;
        left: 5%;
        right: 5%; }
        .course .about .carousel .carousel-inner > .item > .carousel-caption h3 {
          text-shadow: initial;
          margin-top: 0px; }
        .course .about .carousel .carousel-inner > .item > .carousel-caption p {
          color: #252525;
          text-shadow: initial; }
    .course .about .carousel .carousel-control {
      background-image: initial; }
      .course .about .carousel .carousel-control .fa {
        position: absolute;
        font-size: 90px;
        top: 50%;
        left: 50%;
        margin-left: -18px;
        margin-top: -45px;
        color: black;
        text-shadow: initial; }
  .course .video {
    background-color: black; }
    .course .video .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
      max-width: 100%; }
      .course .video .video-wrapper iframe, .course .video .video-wrapper object, .course .video .video-wrapper embed {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }

.contact .club-name {
  font-weight: 700; }
.contact .social-media {
  margin-top: 5px;
  margin-bottom: 40px; }
  .contact .social-media .social {
    color: #252525;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px; }
    .contact .social-media .social:hover {
      text-decoration: none; }
.contact h4 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700; }
.contact #contact-form {
  margin-bottom: 40px; }
  .contact #contact-form .form-group {
    margin-bottom: 10px; }
    .contact #contact-form .form-group label {
      font-weight: 400; }
  .contact #contact-form input[type="submit"] {
    width: 160px; }
.contact .staff .list {
  padding-top: 10px;
  padding-bottom: 10px; }
  .contact .staff .list .item {
    padding-top: 10px;
    padding-bottom: 10px; }
    .contact .staff .list .item p {
      line-height: 18px; }
    .contact .staff .list .item img {
      display: block;
      width: 100%;
      height: auto; }
@media (min-width: 768px) {
  .contact .staff .list {
    padding-top: 50px;
    padding-bottom: 50px; }
    .contact .staff .list .item {
      padding-top: 20px;
      padding-bottom: 20px; }
      .contact .staff .list .item p {
        line-height: 24px; } }

.generic {
  text-align: center; }
  .generic .text {
    text-align: left;
    min-height: 400px; }

.news-and-events .posts .post {
  padding-top: 10px;
  padding-bottom: 10px; }
  .news-and-events .posts .post img {
    display: block;
    width: 100%;
    height: auto; }
  .news-and-events .posts .post h3 a {
    color: #252525; }
    .news-and-events .posts .post h3 a:hover {
      text-decoration: underline; }

.archive_section {
  padding-top: 0;
  padding-bottom: 45px; }

.news-event .post img {
  display: block;
  max-width: 100%;
  height: auto; }

.sidebar h3 {
  font-size: 30px;
  font-weight: 700; }
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.sidebar .searchform .btn {
  font-size: 14px;
  line-height: normal;
  padding: 4px 10px;
  width: auto;
  margin: -7px 0 0; }

h4#comments-title {
  font-size: 24px;
  font-weight: 700; }

.comment {
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0 0;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px; }
  .comment header.comment-author {
    font-size: 12px; }
    .comment header.comment-author img.avatar {
      float: left;
      margin-right: 10px; }

.comment-respond {
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0 0;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-top: 0px; }
  .comment-respond h3.comment-reply-title {
    font-size: 18px; }

.comment-form p {
  margin-bottom: 10px; }
  .comment-form p label {
    font-weight: 400;
    width: 100%; }
  .comment-form p input {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%; }
  .comment-form p textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%; }
  .comment-form p input[type="submit"] {
    border-width: 0px;
    padding: 20px 15px;
    font-size: 14px;
    line-height: normal;
    height: auto;
    width: 285px;
    text-align: center;
    color: #FFF;
    background-color: #5cad00;
    -webkit-box-shadow: 0px 4px 1px 0px #529a00;
    -moz-box-shadow: 0px 4px 1px 0px #529a00;
    box-shadow: 0px 4px 1px 0px #529a00; }
    .comment-form p input[type="submit"]:hover {
      background-color: #58a600; }
    .comment-form p input[type="submit"]:active {
      background-color: #529a00; }

@media (min-width: 768px) {
  .post.section h1 {
    font-size: 36px; }
  .post.section h2 {
    font-size: 48px; }
  .post.section h3 {
    font-size: 30px;
    font-weight: 700; }

  .sidebar h4.widgettitle {
    font-size: 18px;
    font-weight: 700; } }
