/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .navbar-inner .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .navbar-inner .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-family: 'Martel', serif;
  color: #333;
  font-size: 16px;
}

h1 {
  font-size: 38px;
  color: #0B061A;
  line-height: 50px;
  font-weight: 400;
}

h2 {
  font-size: 32px;
  color: #0B061A;
  line-height: 44px;
  font-weight: 400;
}

h3 {
  color: #0B061A;
  font-size: 28px;
  line-height: 38px;
  margin: 0px 0px 15px;
  font-weight: 400;
}

h4 {
  color: #877137;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  color: #0B061A;
}

h6 {
  font-size: 16px;
  line-height: 28px;
  color: #877137;
}

h5 a {
  margin-top: 20px;
  background: #877137;
  color: #fff;
  border-radius: 8px;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  font-family: 'Martel', serif;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 2px;
}

h5 a:hover, h5 a:focus {
  background: #0A0523;
  color: #DBC9A1;
  text-decoration: none;
}

a {
  color: #877137;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

a:hover {
  color: #0A0523;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Martel', serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  min-height: 100px;
  top: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  z-index: 1001;
  border-bottom: 2px solid #877137;
}

.header-space {
  margin: 0px 0px 0px 70px;
}

.header-logo {
  float: left;
  position: relative;
  width: 255px;
  top: 22px;
}

.header-club-founded {
  position: absolute;
  top: 3px;
  left: 80px;
  color: #5072CB;
  font-size: 14px;
}

.header-club-name {
  color: #877137;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-family: 'Martel', serif;
}

.nav-book a {
  position: absolute;
  width: 200px;
  line-height: 100px;
  top: 0px;
  right: 0px;
  background: #877137;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Martel', serif;
  font-weight: 700;
}

.nav-book a:hover {
  background: #0A0523;
  color: #DBC9A1;
}

/* navbar */

.nav-section {
  margin-left: 255px;
  margin-right: 200px;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}

.navbar-inverse .navbar-inner .nav > li > a {
  color: #333;
  text-transform: capitalize;
  padding: 51px 15px 10px;
}

.navbar-inverse .navbar-inner .nav > li > a:hover, .navbar-inverse .navbar-inner .nav > li.current > a {
  color: #5072CB; 
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: #5072CB;
  box-shadow: none;
}

.navbar .nav > li > .dropdown-menu::before {
  display: none;
}

.navbar .nav > li > .dropdown-menu::after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #5072CB;
  top: -15px;
  left: 20px;
}

.dropdown-menu {
  background: #5072CB;
  margin-top: 11px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

.dropdown-menu li a {
  color: #fff;
}

.dropdown-menu li a:hover, .dropdown-menu li.current a {
  background: transparent;
  color: #DBC9A1;
}

/* footer */

.public-footer {
  background: #0A0523;
  padding: 90px 0px 0px;
  color: #fff;
}

.public-footer h4 {
  margin-top: 0px;
  color: #DBC9A1;
  margin-bottom: 30px;
  font-weight: 700;
}

.public-footer a {
  color: #fff;
}

.public-footer a:hover {
  color: #DBC9A1;
}

.footer-social a {
  font-size: 26px;
  margin-right: 15px;
}

.footer-social a:nth-of-type(2) {
  margin-right: 0px;
}

.footer-newsletter form .customFormLine {
  position: relative;
}

.footer-newsletter label {
  position: absolute;
  left: 11px;
  top: -6px;
  color: #fff;
  opacity: 1;
  width: 93px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.footer-newsletter .hide-label label {
  opacity: 0;
}

.footer-newsletter input {
  width: calc(100% - 20px);
  max-width: 350px;
  border: 1px solid #fff;
  border-radius: 4px;
  height: 28px;
  padding: 10px;
  border-radius: 10px !important;
  margin-bottom: 15px;
  color: #fff;
  background: transparent;
}

.footer-newsletter input[type*="submit"] {
  position: relative;
  width: auto;
  right: 0px;
  top: 0px;
  background: #877137;
  height: 40px;
  margin-bottom: 0px !important;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 7px 16px;
  font-size: 16px;
  text-transform: capitalize;
}

.footer-newsletter input[type*="submit"]:hover {
  background: #DBC9A1;
  color: #000;
}

.public-footer h4 {
  font-size: 22px;
  line-height: 32px;
}

.pf-logos {
  padding-top: 50px;
  text-align: center;
}

.pf-logos a {
  display: inline-block;
  margin-right: 120px;
}

.pf-logos a:last-of-type {
  margin-right: 0px;
}

.footer-line {
  margin-top: 60px;
  width: 100%;
  content: '';
  height: 1px;
  background: #858198;
}

.footer-wrapper {
  padding: 15px 0px;
  background: #0A0523;
  color: #fff;
}

.mf-copy {
  padding-top: 9px;
}

.mf-links {
  padding-top: 9px;
  text-align: center;
}

.mf-links a {
  color: #fff;
  text-transform: capitalize;
}

.mf-links a:nth-of-type(2) {
  margin: 0px 20px;
}

.mf-links a:hover {
  color: #DBC9A1;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page styles */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home styles */

.home-page-wrapper {
  padding-top: 100px;
}

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.hr-top {
  padding-top: 60px;
}

.home-intro {
  padding-top: 60px;
}

.home-light-bg {
  background: #FAF9F5;
}

.hr-top .home-light-bg {
  padding: 50px 40px;
  text-align: center;
}

.hr-top h4 {
  color: #0B061A;
  font-size: 20px;
  line-height: 28px;
  margin-top: 0px;
}

.hr-top .home-light-bg h5 {
  color: #877137;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 0px;
}

.hr-top hr {
  border-bottom: none;
  border-top: 1px solid #888886;
}

.home-light-bg .row-fluid h4 {
  text-transform: capitalize;
  letter-spacing: 1px;
}

.hr-top .home-light-bg p b {
  display: none;
}

.hr-top .home-light-bg p span.updatedate:nth-of-type(2) {
  display: none;
}

.home-intro h5 {
  display: inline-block;
  margin-right: 20px;
}

.home-intro h5 a {
  padding: 10px 20px;
}

.home-intro .wysiwyg-editable {
  padding-left: 70px;
}

.home-dark-bg {
  background: #EFEDE1;
}

.hr-second {
  margin-top: 50px;
  display: flex;
}

.hr-second .home-light-bg {
  padding: 50px 70px 20px;
}

.hr-second .home-dark-bg {
  padding: 50px 40px 20px;
  text-align: center;
}

.hr-second .home-dark-bg h3 {
  font-size: 24px;
  line-height: 34px;
}

.hr-second .home-dark-bg h5 a {
  margin-bottom: 30px;
}

.hr-second .news-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.hr-second .news-item {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.hr-second .news-wrapper .news-item:last-of-type {
  margin-right: 0px;
}

.hr-second .media-body {
  position: relative;
}

.hr-second .news-date {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #888886;
}

.hr-second .media-heading {
  margin-top: 36px;
  color: #0B061A;
  font-size: 22px;
  line-height: 32px;
}

.hr-second .news-summary {
  font-size: 0px;
}

.hr-second .news-summary br {
  display: none;
}

.hr-second .news-summary a {
  margin-top: 10px;
  background: #877137;
  color: #fff;
  border-radius: 8px;
  padding: 4px 14px;
  font-size: 14px !important;
  font-weight: 700;
  display: inline-block;
  font-family: 'Martel', serif;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.hr-second .news-summary a:hover {
  background: #0A0523;
  color: #DBC9A1;
  text-decoration: none;
}

.home-large-pic {
  margin: 50px 0px;
}

.home-last-row {
  margin-bottom: 60px;
  display: flex;
}

.home-last-row .home-dark-bg {
  text-align: center;
  padding: 100px 70px 40px;
}

.home-last-row .home-light-bg {
  text-align: center;
  padding: 100px 70px 20px;
}

/* home testimonials */

.testimonial-section .galleryInner {
    margin: 0 auto;
    width: 100% !important;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
  background: none;
}

.testimonial-section .galleryInner .nivo-caption {
    width: 100%;
    -moz-opacity: 1;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: center;
    position: relative;
    z-index: 0;
    background-color: rgba(0,0,0,0);
    padding: 0;
    height: auto;
    overflow: visible;
    min-height: 80px;
  color: #0B061A;
  font-family: 'Martel', serif;
}

.testimonial-section .galleryInner .nivo-caption p {
  font-size: 20px;
  line-height: 34px;
}

.testimonial-section .galleryInner .nivo-caption h4 {
  font-weight: 400;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
  color: #827145;
  font-family: 'Martel', serif;
}

.testimonial-section .galleryInner .nivo-caption h5 {
  color: #888886;
  font-size: 16px;
  line-height: 22px;
}

.testimonial-section .galleryInner img {
    display: none !important;
}

.content-wrapper .testimonial-section .nivo-directionNav {
  display: block !important;
  width: 60px;
  margin: 20px auto 0px;
}

.testimonial-section .nivo-directionNav a {
  position: relative;
  top: auto;
  bottom: 0px;
  text-indent: 0px;
  background: none;
  display: inline-block;
  color: #888886;
  font-family: 'Martel', serif;
  font-size: 20px;
  line-height: 30px;
}

.testimonial-section .nivo-directionNav a.nivo-prevNav {
  float: left;
  width: 15px;
  position: relative;
  text-align: left;
}

.testimonial-section .nivo-directionNav a.nivo-prevNav::before {
  position: absolute;
  left: -39px;
  content: '';
  top: 14px;
  background: #888886;
  width: 25px;
  height: 2px;
}

.testimonial-section .nivo-directionNav a.nivo-nextNav {
  float: right;
  right: 0px;
  width: 30px;
  position: relative;
}

.testimonial-section .nivo-directionNav a.nivo-nextNav::before {
  position: absolute;
  right: -35px;
  content: '';
  top: 14px;
  background: #888886;
  width: 25px;
  height: 2px;
}

.testimonial-section .nivo-controlNav {
  display: none !important;
}

/* inner page */

.inner-page-wrapper {
  padding-top: 100px;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-title {
  position: absolute;
  z-index: 20;
  bottom: 100px;
  left: 200px;
}

.inner-title h1 {
  color: #fff;
  margin: 0px;
  font-size: 44px;
}

.inner-content-area {
  padding-top: 60px;
}

.inner-main-col {
  padding-top: 40px;
}

.inner-main-col h2 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.inner-main-col h4 {
  color: #333;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}

.inner-main-col h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.inner-main-col table, .inner-full table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}

.inner-main-col table thead th, .inner-full table thead th {
  color: #877137;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 0px;
  padding: 6px;
}

.inner-main-col table tbody tr:nth-child(odd), .inner-full table tbody tr:nth-child(odd) {
  background: #FAF9F5;
}

.inner-main-col table tbody td, .inner-full table tbody td {
  padding: 6px;
  text-align: center;
}

.inner-content-area .hr-top {
  padding-top: 0px;
}

.inner-content-area .home-dark-bg {
  padding: 50px 40px;
  text-align: center;
}

.inner-content-area .home-dark-bg h3 {
  font-size: 22px;
  line-height: 32px;
}

.iis-top-row {
  padding-top: 80px;
}

.iis-bottom-row {
  padding-top: 30px;
}

.iis-bottom-row.row-fluid .span5 {
  width: 43.66%;
}

.iis-bottom-row.row-fluid .span7 {
  width: 54%;
  margin-left: 2.33%;
}

.inner-content-area {
  padding-bottom: 100px;
}

.body-contentpage #global > br {
  display: none;
}

/* course scorecard */

.disp-scorecard {
  position: fixed;
  top: -120vh;
  left: 0px;
  z-index: 500;
  width: 100%;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.show-scorecard .disp-scorecard {
  top: 0px;
}

.ds-overlay {
  background: rgba(0,0,0,0.6);
  padding: 25px 100px;
  height: 100vh;
}

.ds-holder {
  width: calc(100% - 60px);
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  position: relative;
}

.ds-close {
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  right: 5px;
}

.ds-close:hover {
  cursor: pointer;
}

.ds-close .cross-1 {
  display: inline-block;
  width: 2px;
  height: 20px;
  content: '';
  background: #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 0px;
}

.ds-close .cross-2 {
  display: inline-block;
  width: 2px;
  height: 20px;
  content: '';
  background: #333;
  transform: rotate(-45deg);
  position: absolute;
  top: 0px;
  left: 0px;
}

.ds-content {
  overflow: scroll;
  height: calc(100vh - 80px);
}

.ds-content table td {
  border: 2px solid #0a0523;
  padding: 6px 4px;
  text-align: center;
}

.ds-content table thead {
  background: #0a0523;
  color: #fff;
  text-align: center;
  border: 2px solid #0a0523;
  padding: 6px 4px;
}

.ds-content table tr td:nth-child(5), .ds-content table tr th:nth-child(5), .ds-content table tr td:nth-child(11), .ds-content table tr th:nth-child(11) {
  background: #fc0;
  color: #333;
} 

.ds-content table tr td:nth-child(8), .ds-content table tr th:nth-child(8), .ds-content table tr td:nth-child(20), .ds-content table tr th:nth-child(20) {
  background: #F00;
  color: #fff;
}

.ds-content table tr td:nth-child(14), .ds-content table tr th:nth-child(14), .ds-content table tr td:nth-child(17), .ds-content table tr th:nth-child(17) {
  background: #00F;
  color: #fff;
}

.hole-nav {
  background: #0a0523;
  padding: 20px 0px;
}

.hole-nav-space {
  padding: 0px 90px;
}

.hn-title {
  color: #877137;
  font-size: 22px;
  line-height: 46px;
}

.hn-nav h2 {
  display: none;
}

.hn-nav ul {
  margin: 0px;
  font-size: 0px;
}

.hn-nav ul li {
  display: inline-block;
  font-size: 0px;
}

.hn-nav ul li::after {
  margin: 0px;
  width: 12px;
  height: 2px;
  background: #877137;
  content: '';
  display: inline-block;
  position: relative;
  top: -4px;
}

.hn-nav ul li:last-child::after {
  display: none;
}

.hn-nav ul li a {
  display: inline-block;
  width: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #877137;
  font-weight: 700;
  text-align: center;
}

.hn-nav ul li a:hover, .hole-nav ul li.current a {
  background: #877137;
  color: #0a0523;
}

.hn-scorecard {
  text-align: right;
  color: #fff;
  line-height: 46px;
  text-transform: capitalize;
  font-family: 'Martel', serif;
}

.hn-scorecard a {
  color: #fff;
}

.hn-scorecard a:hover {
  cursor: pointer;
}

/* hole page */

.hole-page-wrapper {
  padding-top: 100px;
}

.hole-top-row {
  display: flex;
  width: 100%;
}

.hole-slideshow {
  width: 40%;
  position: relative;
  background: #faf9f5;
}

.body-public .hole-slideshow .wysiwyg-editable > br {
  display: none;
}

.hole-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.hole-content {
  width: 60%;
  background: #FAF9F5;
}

.hole-title h1 {
  margin-top: 0px;
}

.htr-bottom-row {
  padding-top: 40px;
}

.hole-yards > div {
  display: inline-block;
  width: 90px;
  margin-right: 20px;
  color: #0B061A;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}

.hole-yards p {
  margin: 0px;
}

.hole-white::before {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-bottom: 10px;
  background: #fff;
  content: '';
  display: inline-block;
}

.hole-yellow::before {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 10px;
  background: #fc0;
  content: '';
  display: inline-block;
}

.hole-red::before {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 10px;
  background: #F00;
  content: '';
  display: inline-block;
}

.hole-blue::before {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 10px;
  background: #00F;
  content: '';
  display: inline-block;
}

.hole-sponsor {
  margin-top: 60px;
  background: #F3F0E9;
  padding: 35px;
}

.hole-sponsor h5 {
  color: #877137;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 0px;
}

.hole-sponsor h4 {
  color: #0B061A;
  font-size: 20px;
  line-height: 28px;
  margin-top: 0px;
}

.hole-sponsor h4 a {
  color: #0B061A;
}

.htr-space {
  padding: 70px 70px 30px;
}

.hole-bottom-row {
  padding-bottom: 100px;
}

.hbr-content-col {
  padding-top: 100px;
}

.hbr-sidebar-col .home-dark-bg {
  padding: 50px 40px;
  text-align: center;
}

.hbr-sidebar-col .home-dark-bg h3 {
  font-size: 22px;
  line-height: 32px;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  background: url('/images/resources/bath/new-members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper {
  background: #fff;
  width: 100%;
  position: relative;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section {
  margin-right: 0px;
}

body[class*="php-"] .members-space, .body-class-members .members-space, .body-class-visitorbooking .members-space, .body-class-getawayletter .members-space, [class*="body-class-setcoursestatus"] .members-space, .body-class-opens .members-space, .body-loginpage .members-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo {
  float: left;
  margin-left: 0px;
  position: relative;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner,.body-loginpage .navbar-inverse .navbar-inner {
  margin-top: 0px;
  margin-left: 0px;
  z-index: 10;
  text-align: left;
  position: relative;
  top: 0px;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] .nav-space, .body-class-members .nav-space, .body-class-visitorbooking .nav-space, .body-class-getawayletter .nav-space, [class*="body-class-setcoursestatus"] .nav-space, .body-class-opens .nav-space, .body-loginpage .nav-space {
  width: 1170px;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid #0a0523;
  padding: 20px;
  background: rgba(255,255,255,0.85);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #0a0523;
  padding: 20px;
  background: rgba(255,255,255,0.85);
}

body[class*="php-"] .public-footer, .body-class-members .public-footer, .body-class-visitorbooking .public-footer, .body-class-getawayletter .public-footer, [class*="body-class-setcoursestatus"] .public-footer, .body-class-opens .public-footer, .body-loginpage .public-footer {
  display: none;
}

body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
  display: block;
  padding: 15px 0px;
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
   margin-bottom: 120px; 
  }
  body[class*="php-"] .footer-wrapper, .body-class-members .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-getawayletter .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper, .body-loginpage .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px;
  padding-bottom: 20px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #877137;
  color: white;
  padding: 8px 20px;
  border-radius: 6px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  border: transparent;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover {
  background: #0A0523;
  color: #DBC9A1;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

.body-class-members .header-wrapper {
  position: relative;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.85);
  border: 2px solid #0A0523;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #0A0523;
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

.body-class-members .content-wrapper a {
  text-decoration: underline;
}

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .nav-book {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner .nav > li > a {
  text-transform: capitalize;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .mf-copy {
    font-size: 14px;
  }
  .public-footer h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .home-intro {
    padding-top: 0px;
  }
  .hn-nav ul li::after {
    width: 6px;
  }
  .htr-space {
    padding: 30px 70px;
  }
  .hole-map img {
    width: 180px;
  }
  .inner-title {
    left: 150px;
    bottom: 80px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .inner-title {
    left: 100px;
    bottom: 60px;
  }
  .header-space {
    margin: 0px 0px 0px 40px;
  }
  .home-intro {
    padding: 0px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .hn-nav ul li::after {
    width: 6px;
  }
  .hn-nav ul li a {
    width: 38px;
  }
  .htr-space {
    padding: 30px 70px;
  }
  .hole-map img {
    width: 160px;
  }
  .hole-yards > div {
    line-height: 28px;
  }
  .hole-sponsor {
    margin-top: 35px;
  }
  .footer-contact a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .inner-title {
    bottom: 40px;
    left: 50px;
  }
  .header-space {
    margin: 0px 0px 0px 20px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    text-transform: capitalize;
    padding: 40px 12px;
  }
  .nav-book a {
    width: 160px;
  }
  .nav-section {
    margin-right: 160px;
  }
  .mf-links a {
    text-transform: capitalize;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .footer-contact a {
    font-size: 14px;
  }
  .hr-top .home-light-bg {
    padding: 20px;
  }
  .hr-second .home-dark-bg {
    padding: 20px;
  }
  .inner-content-area .home-dark-bg {
    padding: 20px;
  }
  .hr-second .home-light-bg {
    padding: 60px 40px;
  }
  .home-intro {
    padding-top: 0px;
  }
  .home-intro .wysiwyg-editable {
    padding-left: 0px;
  }
  .home-last-row .home-light-bg {
    padding: 80px 30px 30px;
    align-content: center;
  }
  .hn-nav ul li::after {
    width: 6px;
  }
  .hn-nav ul li a {
    width: 34px;
  }
  .hole-nav-space {
    padding: 0px 50px;
  }
  .htr-space {
    padding: 20px 70px;
  }
  .hole-map img {
    width: 145px;
  }
  .hole-yards > div {
    line-height: 28px;
    margin-right: 0px;
  }
  .hole-white::before {
    width: 32px;
    height: 32px;
  }
  .hole-yellow::before {
    width: 36px;
    height: 36px;
  }
  .hole-red::before {
    width: 36px;
    height: 36px;
  }
  .hole-blue::before {
    width: 36px;
    height: 36px;
  }
  .hole-sponsor {
    margin-top: 35px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-space {
    margin: 0px 0px 0px 10px;
  }
  .nav-book a {
    width: 100px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .nav-section {
    margin-left: 230px;
    margin-right: 100px;
  }
  .body-class-home.body-public .navbar-inner, .body-contentpage.body-public .navbar-inner {
    padding: 0px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 40px 10px;
  }
  .header-club-name {
    font-size: 20px;
  }
  .header-logo {
    width: 220px;
  }
  .home-intro {
    padding-top: 0px;
  }
  .home-intro .wysiwyg-editable {
    padding-left: 0px;
  }
  .hr-top .home-light-bg {
    padding: 20px;
  }
  .hr-second .home-dark-bg {
    padding: 20px;
  }
  .inner-content-area .home-dark-bg {
    padding: 20px;
  }
  .hr-second .home-light-bg {
    padding: 60px 40px;
  }
  .hr-second .news-date {
    font-size: 14px;
  }
  .home-last-row .home-light-bg {
    padding: 50px 25px;
  }
  .home-last-row .home-dark-bg {
    padding: 50px 25px;
  }
  .mf-links a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .mf-links a:nth-of-type(2) {
    margin: 0px 10px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .hole-nav-space {
    padding: 0px 25px;
  }
  .hn-scorecard {
    text-transform: capitalize;
    line-height: 52px;
  }
  .hn-title {
    line-height: 52px;
  }
  .hole-nav ul li a {
    line-height: 26px;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .hole-nav ul {
    width: 550px;
    margin: 0px auto;
  }
  .hole-yards > div {
    width: 69px;
    margin-right: 5px;
    line-height: 26px;
    font-size: 16px;
  }
  .htr-space {
    padding: 20px;
  }
  .hbr-sidebar-col .home-dark-bg {
    padding: 20px;
  }
  .hole-map img {
    width: 140px;
  }
  .hole-sponsor {
    margin-top: 30px;
    padding: 20px;
  }
  .inner-title {
    bottom: 20px;
    left: 25px;
  }
  .hole-white::before {
    width: 32px;
    height: 32px;
  }
  .hole-yellow::before {
    width: 36px;
    height: 36px;
  }
  .hole-red::before {
    width: 36px;
    height: 36px;
  }
  .hole-blue::before {
    width: 36px;
    height: 36px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a {
    font-size: 13px;
    padding: 40px 9px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .body-class-members .dropdown-menu {
    font-size: 14px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .ds-overlay {
    padding: 25px 20px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .header-space {
    margin: 0px 20px;
  }
  .home-intro {
    padding-top: 0px;
  }
  .home-intro .wysiwyg-editable {
    padding: 0px;
  }
  .hr-top .home-light-bg {
    padding: 20px 10px;
  }
  .hr-top .home-light-bg h5 {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .hr-second .home-light-bg {
    padding: 40px 20px;
  }
  .hr-second .media-heading {
    margin-top: 60px;
  }
  .hr-second .home-dark-bg {
    padding: 20px 10px;
  }
  .home-last-row .home-dark-bg {
    padding: 40px 20px;
  }
  .home-last-row .home-light-bg {
    padding: 40px 20px;
  }
  .footer-contact a {
    font-size: 12px;
  }
  .pf-logos a {
    margin-right: 70px;
  }
  .mf-copy {
    padding-top: 0px;
    font-size: 14px;
  }
  .mf-links {
    padding-top: 0px;
  }
  .mf-links a {
    display: inline-block;
    text-transform: capitalize;
  }
  .mf-links a:nth-of-type(2) {
    margin: 0px 15px;
  }
  .inner-title {
    bottom: 20px;
    left: 20px;
  }
  .inner-title h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .hole-nav-space {
    padding: 0px 20px;
  }
  .hn-scorecard {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 54px;
  }
  .hn-title {
    font-size: 17px;
    line-height: 54px;
  }
  .hole-nav ul {
    width: 475px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .hole-nav ul li a {
    line-height: 26px;
    width: 42px;
  }
  .hole-white::before {
    width: 32px;
    height: 32px;
  }
  .hole-yellow::before {
    width: 36px;
    height: 36px;
  }
  .hole-red::before {
    width: 36px;
    height: 36px;
  }
  .hole-blue::before {
    width: 36px;
    height: 36px;
  }
  .htr-space {
    padding: 20px;
  }
  .hole-yards > div {
    width: 62px;
    margin-right: 0px;
    line-height: 24px;
    font-size: 14px;
  }
  .hole-map img {
    width: 120px;
  }
  .hole-sponsor {
    margin-top: 20px;
    padding: 20px;
  }
  .htr-bottom-row {
    padding-top: 20px;
  }
  .hole-title h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .hbr-sidebar-col .home-dark-bg {
    padding: 20px;
  }
  .inner-content-area .home-dark-bg {
    padding: 20px;
  }
  .inner-main-col {
    padding-top: 0px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 724px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .ds-overlay {
    padding: 25px 20px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
  }
  .home-page-wrapper {
    padding-top: 0px;
  }
  .inner-page-wrapper {
    padding-top: 0px;
  }
  .hole-page-wrapper {
    padding-top: 0px;
  }
  .nav-section {
    margin: 0px;
  }
  .nav-book a {
    width: 110px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 6px;
    right: 20px;
    top: 15px;
    font-size: 14px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 110px;
    padding: 5px 10px;
    margin-top: 55px;
    background: #877137;
    color: #fff;
    border-radius: 6px;
    margin-right: 0px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: #0A0523;
    color: #DBC9A1;
  }
  .btn-navbar .club-menu-button {
    font-family: 'Martel', serif;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .club-menu-button-lines {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 24px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #DBC9A1;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .navbar-inner {
    padding: 20px;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    padding: 10px 15px;
    border-bottom: none;
    font-weight: 400;
  }
  .navbar-inverse .navbar-inner .nav > li > a:hover {
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: #5072cb;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li > a {
    color: #fff;
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: #DBC9A1;
    background: transparent;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 16px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav .dropdown-menu {
    font-size: 14px;
  }
  .body-class-members .navbar-inverse .btn-navbar, .body-class-members .navbar-inverse .btn-navbar:focus {
    margin-top: 34px;
  }
  .dropdown-menu {
    margin-top: 0px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-space {
    margin: 0px 10px;
  }
  .nav-book a {
    right: 10px;
  }
  .home-content-area {
    text-align: center;
  }
  .home-intro {
    padding-top: 0px;
  }
  .home-intro .wysiwyg-editable {
    padding: 0px;
  }
  .row-fluid .offset1 {
    margin-left: 0px;
  }
  .hr-top .home-light-bg {
    margin-top: 40px;
    padding: 20px;
  }
  .hr-second {
    display: block;
  }
  .hr-second .home-light-bg {
    padding: 20px;
  }
  .hr-second .home-dark-bg {
    padding: 20px;
    margin-top: 40px;
  }
  .hr-second .news-item {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-top: 15px;
  }
  .hr-second .news-date {
    right: 0px;
  }
  .hr-second .news-wrapper {
    margin-top: 20px;
  }
  .home-last-row {
    display: block;
  }
  .home-last-row .home-dark-bg {
    padding: 20px;
  }
  .home-last-row .home-light-bg {
    margin-top: 40px;
    padding: 20px;
  }
  .testimonial-section .galleryInner .nivo-caption p {
    font-size: 16px;
    line-height: 28px;
  }
  .home-intro h5 {
    display: block;
    margin: 0px;
  }
  .home-dark-bg img {
    max-width: 300px;
    width: 100%;
  }
  .public-footer {
    padding-top: 40px;
    text-align: center;
  }
  .public-footer h4 {
    margin-bottom: 15px;
  }
  .footer-address {
    margin-top: 20px;
  }
  .footer-social {
    margin-top: 20px;
  }
  .footer-newsletter {
    margin-top: 20px;
  }
  .pf-logos a {
    margin: 20px 0px;
    display: block;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-links {
    text-align: center;
    padding-top: 10px;
  }
  .mf-links a {
    display: block;
    margin: 6px 0px;
  }
  .mf-links a:nth-of-type(2) {
    margin: 6px 0px;
  }
  .mf-ig-logo {
    padding-top: 10px;
    text-align: center;
  }
  .hole-nav-space {
    padding: 0px 20px;
    text-align: center;
  }
  .inner-slideshow .galleryInner {
    min-height: 130px;
  }
  .inner-slideshow .galleryInner img {
    min-height: 130px;
    object-fit: cover;
  }
  .inner-title {
    position: relative;
    text-align: center;
    left: 0px;
    bottom: 0px;
    margin: 20px;
  }
  .inner-title h1 {
    color: #0B061A;
    font-size: 36px;
    line-height: 46px;
  }
  .hn-nav ul {
    width: 280px;
    margin: 10px auto;
  }
  .hn-scorecard {
    text-align: center;
  }
  .hn-nav ul li::after {
    width: 8px;
  }
  .hn-nav ul li a {
    width: 38px;
    line-height: 38px;
  }
  .hn-nav ul li:nth-child(6)::after {
    display: none;
  }
  .hn-nav ul li:nth-child(12)::after {
    display: none;
  }
  .table td, .table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-content-area {
    text-align: center;
  }
  .ds-overlay {
    padding: 20px;
  }
  .hole-top-row {
    display: block;
  }
  .hole-slideshow {
    width: 100%;
  }
  .hole-slideshow .galleryInner {
    max-height: 450px;
  }
  .hole-slideshow .galleryInner img {
    max-height: 450px;
    object-fit: cover;
  }
  .hole-content {
    width: auto;
    margin: 0px 20px;
    text-align: center;
  }
  .htr-space {
    margin: 40px 0px 0px;
    padding: 20px;
  }
  .hole-map img {
    width: 150px;
  }
  .hole-yards {
    width: 280px;
    padding-top: 25px;
    margin: 0px auto;
  }
  .hole-yards > div {
    line-height: 28px;
    margin-right: 0px;
  }
  .hole-yards .hole-yellow {
    margin-right: 0px;
  }
  .hole-yards .hole-blue {
    margin-top: 20px;
    margin-right: 0px;
  }
  .hole-yards .hole-red {
    margin-top: 20px;
  }
  .hole-page-wrapper .hole-nav {
    margin-top: 40px;
  }
  .hole-sponsor {
    margin-top: 30px;
    padding: 15px;
  }
  .hbr-content-col {
    text-align: center;
    padding-top: 50px;
  }
  .hbr-sidebar-col {
    padding-top: 30px;
  }
  .hbr-sidebar-col .hr-top {
    padding-top: 0px;
  }
  .hbr-sidebar-col .home-dark-bg {
    padding: 20px;
  }
  .inner-content-area {
    padding-top: 40px;
  }
  .inner-main-col {
    padding-top: 0px;
  }
  .inner-main-col table tbody td {
    font-size: 12px;
    padding: 2px;
  }
  .inner-main-col table thead th {
    font-size: 12px;
    padding: 2px;
  }
  .inner-image-section img {
    max-width: 400px;
    width: 100%;
    margin: 15px auto;
  }
  .iis-bottom-row.row-fluid .span5 {
    width: 100%;
  }
  .iis-bottom-row.row-fluid .span7 {
    width: 100%;
    margin-left: 0px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
    padding: 20px 10p;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    text-transform: capitalize;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 95px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
  }
  .body-class-members.php-competition .buttons a.btn {
    display: block;
    width: 200px;
    margin: 6px 0px;
  }
  .php-hcapcertificate .hcapsig {
    word-break: break-word;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  .header-club-founded {
    font-size: 0px;
    left: 70px;
  }
  .header-club-name {
    font-size: 16px;
    line-height: 16px;
  }
  .header-logo {
    width: 180px;
  }
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}

/* editor styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inner {
  background: #000;
  padding-bottom: 6px;
}

.php-ckeditor .home-page-wrapper {
  padding: 0px;
}

.php-ckeditor .inner-page-wrapper {
  padding-top: 0px;
}

.php-ckeditor .hole-page-wrapper {
  padding-top: 0px;
}

.php-ckeditor .page-space {
  padding: 0px 20px;
}

.php-ckeditor .home-intro {
  padding-top: 0px;
}

.php-ckeditor .home-intro .wysiwyg-editable {
  padding: 0px;
}

.php-ckeditor .hr-top .home-light-bg {
  padding: 20px;
}

.php-ckeditor .hr-second .home-dark-bg {
  padding: 20px;
}

.php-ckeditor .hr-second .home-light-bg {
  padding: 20px;
}

.php-ckeditor .home-last-row .home-dark-bg {
  padding: 20px;
}

.php-ckeditor .home-last-row .home-light-bg {
  padding: 20px;
}

.php-ckeditor .page-footer {
  display: none;
}

.php-ckeditor .hole-nav {
  color: #fff;
}

.php-ckeditor .hole-nav-space {
  padding: 0px 10px;
}

.php-ckeditor .hole-nav .wysiwyg-editable {
  border: 2px dashed #fff;
}

.php-ckeditor .hole-yards > div {
  width: 75px;
  margin-right: 9px;
  font-size: 16px;
}

.php-ckeditor .inner-title {
  position: relative;
  left: 0px;
  bottom: 0px;
  margin-top: 15px;
}

.php-ckeditor .inner-title h1 {
  color: #0a0523;
}

.hr-top .hr-top {
  padding-top: 0px;
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

/* content tables */

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper .inner-main-col table tbody td, .inner-page-wrapper .inner-main-col table thead th, .inner-page-wrapper .inner-full table tbody td, .inner-page-wrapper .inner-full table thead th {
    font-size: 14px;
    padding: 4px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper .inner-main-col table tbody td, .inner-page-wrapper .inner-main-col table thead th, .inner-page-wrapper .inner-full table tbody td, .inner-page-wrapper .inner-full table thead th  {
    font-size: 12px;
    padding: 2px;
  }
}

/* slideshow titles */

.content-wrapper #globalwrap .inner-page-wrapper .nivo-caption, .content-wrapper #globalwrap .hole-page-wrapper .nivo-caption {
  display: none !important;
}

#globalwrap .home-slideshow .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: left;
  font-family: 'Martel', serif;
  left: 200px;
  width: 740px;
  bottom: 20%;
}

.home-slideshow .nivo-caption h2 {
  color: #fff;
  font-size: 42px;
  line-height: 52px;
  text-shadow: 1px 1px #000;
}

.home-slideshow .nivo-caption h4 {
  color: #ff0102;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
}

.home-slideshow .nivo-caption h5 a {
  text-decoration: none;
  padding: 10px 14px;
}

#globalwrap .home-slideshow .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
  font-size: 18px;
  padding: 5px 0px;
}

@media (min-width: 1600px) and (max-width: 1799px) {
  #globalwrap .home-slideshow .nivo-caption {
    left: 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  #globalwrap .home-slideshow .nivo-caption {
    left: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #globalwrap .home-slideshow .nivo-caption {
    left: 50px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  #globalwrap .home-slideshow .nivo-caption {
    left: 25px;
  }
  .home-slideshow .nivo-caption h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .home-slideshow .nivo-caption p {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #globalwrap .home-slideshow .nivo-caption {
    left: 20px;
    width: 400px;
    bottom: 0px;
  }
  .home-slideshow .nivo-caption h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .home-slideshow .nivo-caption p {
    font-size: 16px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap .home-slideshow .nivo-caption {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: auto;
    padding: 20px;
    background: #000;
    text-align: center;
  }
  .home-slideshow .nivo-caption h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .home-slideshow .nivo-caption p {
    font-size: 16px;
  }
}

/* slideshow dots and arrows */

.content-wrapper .nivo-directionNav {
  display: none !important;
}

.content-wrapper .nivo-controlNav-Wrapper {
  display: block;
  z-index: 12;
  bottom: 20px;
  left: auto;
  right: 20px;
  width: 130px;
}

.content-wrapper .inner-sidebar-col .nivo-controlNav-Wrapper, .content-wrapper .home-pic-red-bg .nivo-controlNav-Wrapper, .content-wrapper .hole-image-col .nivo-controlNav-Wrapper {
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.body-public .hole-image-col .wysiwyg-editable > br {
  display: none;
}

.body-class-course_introduction .content-wrapper [class*="slideshow"] .nivo-controlNav-Wrapper, [class*="hole_"] .content-wrapper [class*="slideshow"] .nivo-controlNav-Wrapper {
  display: none;
}

.content-wrapper .nivo-controlNav {
  padding: 0px;
}

.content-wrapper .nivo-controlNav a {
  background-image: none;
  background-color: rgba(255,255,255,0.6);
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  font-size: 0px;
  margin-right: 8px;
}

.content-wrapper .nivo-controlNav a.active {
  background: #fff;
  top: 0px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .home-page-wrapper .home-slideshow .nivo-controlNav-Wrapper {
    display: none;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #0A0523;
  height: 30px;
  width: 80%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #0A0523;
  height: 30px;
  width: 80%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #0A0523;
  height: 30px;
  width: 80%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: #877137;
  color: #fff;
  border: none;
  border-radius: 6px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #0A0523;
  color: #DBC9A1;
}

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

.scrollTop a {
  opacity: 0;
  background-color: #877137;
  border: 2px solid #0a0523;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 7px;
}

.scrollTop a:hover {
  background: #0A0523;
  color: #DBC9A1;
  cursor: pointer;
  border-color: #DBC9A1;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
  .pf-logos {
    width: 275px;
    margin: 0px auto;
    text-align: center;
  }
  .pf-logos a {
    display: inline-block;
    margin: 10px;
  }
  .pf-logos a:nth-of-type(2) {
    margin-right: 0px;
  }
  .content-wrapper .nivo-controlNav {
    display: none;
  }
}

.inner-main-col ul li, .inner-content-col-right ul li, .inner-new-content ul li {
  list-style: none;
}

.inner-main-col ul li {
  margin-bottom: 10px;
}

.inner-main-col ul {
  margin-left: 0px;
}

.inner-main-col ul li::before, .inner-content-col-right ul li::before, .inner-new-content ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #877137;
  font-size: 10px;
  position: relative;
  top: -2px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper .nivo-controlNav a {
    width: 12px;
    height: 12px;
  }
}

.body-class-contact .inner-main-col {
  padding-top: 0px;
}

.body-class-members.php-ckeditor .public-footer {
  display: block;
}

/* mobile tweaks */

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap .home-slideshow .nivo-caption {
    background: #0a0523;
  }
}

.ds-content table thead th:nth-child(14), .ds-content table thead th:nth-child(15), .ds-content table thead th:nth-child(16), .ds-content table thead th:nth-child(17), .ds-content table thead th:nth-child(18), .ds-content table thead th:nth-child(19) {
  display: none;
}

.ds-content table tbody td:nth-child(14), .ds-content table tbody td:nth-child(15), .ds-content table tbody td:nth-child(16), .ds-content table tbody td:nth-child(17), .ds-content table tbody td:nth-child(18), .ds-content table tbody td:nth-child(19) {
  display: none;
}

.home-light-bg h3 {
  font-size: 26px;
  line-height: 36px;
}

.home-light-bg .updatedate {
  font-size: 16px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .content-wrapper .nivo-controlNav-Wrapper {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1399px) {
  .dropdown-menu {
    margin-top: -15px;
  }
}

.ds-content {
  text-align: center;
}

@media (min-width: 1200px) {
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 15px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 15px;
  }
}

.home-light-bg .courseStatus .status-warn {
  display: none;
}

.status-holder .wysiwyg-editable > br {
  display: none;
}

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav > li > a {
    text-shadow: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-main-col.span8 img {
    max-width: 400px;
    width: 100%;
  }
  input[type*="submit"], a.btn, button.btn {
    font-size: 14px;
  }
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
  .navbar-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: rgba(255,255,255,0.8);
  padding: 20px;
  border: 2px solid var(--headingcolor);
}

.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}

@media (min-width: 768px) and (max-width: 979px) {
  .php-courseanalysis .table td, .php-courseanalysis .table th {
    font-size: 12px;
    padding: 2px;
  }
}

/* news letter */

@media (min-width: 0px) and (max-width: 767px) {
  .php-newsletters table.split-table tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.split-table tr > td {
    flex: 1 1 0;
    width: auto;
  }
  .php-newsletters table {
    width: 100%;
  }
  .php-newsletters table.header img, .php-newsletters table.main-table img {
    width: 100%;
  }
  .php-newsletters table.header .club-logo img  {
    width: 80px;
  }
  .php-newsletters table.split-table img {
    width: 100%;
  }
  .php-newsletters table.footer tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.footer tr > td {
    flex: 1 1 0;
    width: auto !important;
    padding: 5px 2.5%;
  }
  .php-newsletters table.split-table tr.flip-flex {
    flex-direction: column-reverse;
  }
  .php-newsletters .header .club-logo {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    background: #384f8e;
  }
  .php-newsletters .border-table .split-table td {
    padding: 0px 2.5%;
  }
  .php-newsletters .border-table-alt .split-table td {
    padding: 0px 2.5%;
  }
}

/* end anton styles */

.hole-yards > .hole-blue {
  display: none;
}