/* 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-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #666;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #009FE3;
  margin-bottom: 30px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #009FE3;
  margin-top: 20px;
  margin-bottom: 25px;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #009FE3;
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #009FE3;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #009FE3;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #009FE3;
}

h5 a {
  background: #009FE3;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}

a {
  color: #009FE3;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: #ef4035;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Lato', sans-serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  min-height: 170px;
  z-index: 1001;
  width: 100%;
  background: #fff;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 120px;
}

.top-header-band {
  margin: 0px 50px;
  display: inline-block;
  width: calc(100% - 100px);
}

.header-logo {
  float: left;
  padding: 8px 0px 20px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo {
  padding: 4px 0px;
}

.header-logo img {
  margin-right: 10px;
  width: 83px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo img {
  width: 66px;
}

.header-club-name {
  position: absolute;
  top: 40px;
  color: #009FE3;
  font-size: 28px;
  line-height: 28px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-club-name {
  top: 18px;
}

.header-club-tag {
  position: absolute;
  top: 75px;
  text-transform: uppercase;
  color: #ccc;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-club-tag {
  top: 50px;
}

.header-links {
  float: right;
  padding-top: 35px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.fix .header-links {
  padding-top: 14px;
}

.header-login {
  display: inline-block;
  padding: 15px 30px;
  margin-right: 25px;
}

.header-login:hover {
  background: #000;
  color: #fff;
}

.header-book {
  display: inline-block;
  padding: 15px 30px;
  background: #C00E0E;
  color: #fff;
}

.header-book:hover {
  background: #000;
  color: #fff;
}

/* navbar styles */

.navbar {
  margin-bottom: 0px;
}

.navbar-inverse .navbar-inner {
  background: #009FE3;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

.navbar .nav {
  float: none;
  display: flex;
}

.navbar-inverse .nav > li > a {
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  padding: 15px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .navbar-inverse .nav > li > a {
  padding: 10px 15px;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li.current > a {
  background: #00B3FE;
  color: #fff;
}

.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: #00B3FE;
  box-shadow: none;
}

.navbar .nav > li > .dropdown-menu::before {
  display: none;
}

.navbar .nav > li > .dropdown-menu::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00B3FE;
  top: -10px;
  left: 20px;
}

.dropdown-menu {
  margin-top: 10px;
  background: #00B3FE;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover {
  background: transparent;
  color: #333;
}

/* footer styles */

.footer-wrapper {
  background: #009fe3;
  color: #fff;
}

.footer-page-space {
  padding: 0px 100px;
}

.public-footer {
  padding: 15px 0px;
}

.footer-address {
  font-weight: 700;
  padding-top: 35px;
  font-size: 16px;
  line-height: 24px;
}

.footer-contact {
  padding-top: 35px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,0.7);
}

.footer-contact a {
  color: rgba(255,255,255,0.7);
}

.footer-contact a:hover {
  color: #fff;
}

.footer-social {
  padding-top: 50px;
  font-size: 0px;
}

.footer-social a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  margin-right: 20px;
}

.footer-social a:hover {
  color: #fff;
}

.footer-logos {
  padding-top: 40px;
  text-align: right;
}

.footer-logos a:nth-of-type(2) {
  margin: 0px 15px;
}

.footer-line {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #3FC0F7;
  border-bottom: 1px solid #32B3EA;
}

.members-footer {
  padding: 15px 0px;
}

.mf-copy {
  padding-top: 9px;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page space */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home page */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-content-area {
  text-align: center;
}

.home-first-row {
  background-image: url('/images/resources/scotscraig/home-welcome-bg.jpg');
  background-repeat: no-repeat;
  background-position: right;
  padding: 80px 0px 100px;
}

.ht-space {
  padding: 0px 300px;
}

.ht-space h4 {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.ht-space h1 {
  color: #666;
  font-size: 48px;
  line-height: 58px;
}

.ht-space p {
  margin-bottom: 20px;
}

.home-flex.row-fluid {
  display: flex;
}

.home-flex.row-fluid .span6 {
  width: 50%;
  margin-left: 0px;
}

.home-flex .home-quote {
  background: #f7f7f7;
  display: flex;
  align-items: center;
}

.home-quote > .wysiwyg-editable {
  margin: 0px auto;
  padding: 20px;
}

.home-quote h3 {
  color: #7a7a7a;
  font-size: 32px;
  line-height: 42px;
  margin-top: 40px;
  margin-bottom: 0px;
  font-weight: 300;
}

.home-quote h5 {
  color: #ccc;
  margin-top: 30px;
  padding-top: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  font-weight: 700;
}

.home-quote h5::before {
  width: 39px;
  background: #ccc;
  height: 1px;
  content: '';
  display: inline-block;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 0px;
  position: absolute;
}

.home-last-row .span6.home-status {
  background: #ECECEC;
  padding: 40px 20px;
  width: 50%;
}

.home-last-row .span6.home-weather {
  background: #E3E3E3;
  padding: 40px 20px;
  width: 50%;
  margin-left: 0px;
}

.home-last-row h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0px;
}

.home-weather .weatherSingle {
  width: 80px;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  height: 120px;
}

.home-weather .weathers .weatherSingle:nth-of-type(1) {
  width: 135px;
}

.home-weather .weathers .weatherSingle:nth-of-type(5) {
  margin-right: 0px;
}

.home-weather .weatherTemp {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 80px;
  text-align: center;
  color: #4B4B3F;
}

.home-weather .weatherImage {
  position: absolute;
  top: 34px;
  left: 0px;
  right: 0px;
  width: 55px;
  margin: 0px auto;
  background: #009FE3;
  border-radius: 50%;
}

.home-weather .weatherDate {
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #4B4B3F;
}

.home-weather .weathers .weatherSingle:nth-of-type(1) .weatherTemp {
  left: 0px;
  right: auto;
  width: 90px;
  top: 25px;
  text-align: left;
  color: #4B4B3F;
  font-size: 24px;
  line-height: 24px;
}

.home-weather .weathers .weatherSingle:nth-of-type(1) .weatherDate {
  top: 65px;
  right: auto;
  font-size: 20px;
  line-height: 20px;
  color: #787973;
}

.home-weather .weathers .weatherSingle:nth-of-type(1) .weatherImage {
  right: 0px;
  left: auto;
  top: 30px;
  width: 60px;
}

/* included boxes */

.body-public [class*="editor-only"] {
  display: none;
}

.bottom-box-row .row-fluid .span4 {
  width: 33.33%;
  margin-left: 0px;
}

.bbr-pic {
  position: relative;
}

.bbr-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.bbr-pic:hover .bbr-overlay {
  background: rgba(0,159,227,0.4);
}

.bbr-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 20px;
  right: 20px;
}

.bbr-text h4 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin: 0px 0px 20px;
  font-weight: 300;
}

.bbr-text p {
  margin-bottom: 0px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  font-weight: 700;
}

/* inner page */

.body-contentpage #global > br {
  display: none;
}

.inner-page-wrapper {
  padding-top: 170px;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

.inner-title {
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
  bottom: 60px;
  z-index: 12;
}

.inner-title h1 {
  margin: 0px;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}

.inner-content-area {
  text-align: center;
}

.inner-two-col {
  display: flex;
  width: 100%;
}

.inner-main-col {
  width: 65%;
  float: left;
}

.inner-main-col h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
}

.inner-main-col h2 {
  color: #666;
  font-size: 44px;
  line-height: 54px;
  margin-top: 15px;
}

.inner-main-col h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #7a7a7a;
  margin-bottom: 0px;
}

.inner-main-col .imc-intro {
  margin-bottom: 30px;
}

.inner-main-col .imc-space {
  padding: 60px 150px;
}

.imc-pic-row {
  padding: 40px 0px;
}

.inner-sidebar-col {
  width: 35%;
  float: right;
}

.isc-dark-grey {
  background: #ECECEC;
}

.isc-light-grey {
  background: #F3F3F3;
}

.inner-sidebar-col .isc-space {
  padding: 60px 100px;
}

.isc-line {
  background: #ccc;
  height: 1px;
  margin: 30px 0px;
}

.isc-space h3 {
  margin-top: 0px;
  font-weight: 700;
}

.isc-space h5 {
  color: #ababab;
  margin: 0px 0px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.isc-space h4 {
  color: #666;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
}

.isc-content-with-cols p {
  line-height: 20px;
  margin: 0px 0px 4px;
}

.isc-content-with-cols .row-fluid {
  padding-top: 20px;
}

.isc-light-grey a {
  text-transform: uppercase;
  position: relative;
  color: #666;
}

.isc-light-grey a:hover {
  color: #009fe3;
}

.isc-light-grey a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 8px;
  color: #009fe3;
}

/* course page */

.scorecard-box {
  padding: 30px 0px;
  text-align: center;
}

.scorecard-box a {
  display: inline-block;
  position: relative;
  padding: 8px 20px;
  text-decoration: none;
  background: #009fe3;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-box a:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.scorecard-box #score-open-link.hide {
  display: none;
}

.scorecard-box #score-close-link {
  display: none;
}

.scorecard-box #score-close-link.disp {
  display: inline-block;
}

.scorecard-box .scorecard-content {
  display: none;
  padding-top: 60px;
}

.scorecard-open > a#score-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#score-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-content .table th, .scorecard-content .table td {
  text-align: center;
  border: 2px solid #009fe3;
}

.scorecard-content th.White {
  color: black;
}

.scorecard-content .White {
  background: white;
}

.scorecard-content .Yellow {
  background: #FC0;
  color: black;
}

.scorecard-content .Red {
  background: #F00;
  color: white;
}

.scorecard-content .Blue {
  background: #00f;
  color: #fff;
}

.scorecard-content table.scorecard.table thead tr th {
  border-top: 2px solid #009fe3;
}

.inner-content-area .hole-nav {
  position: relative;
  padding: 10px 0px;
  text-align: center;
}

.inner-content-area .hole-nav h2 {
  display: none;
}

.inner-content-area .hole-nav ul {
  margin: 0px;
  font-size: 0px;
}

.inner-content-area .hole-nav ul li {
  margin: 0px 6px;
  display: inline-block;
}

.inner-content-area .hole-nav ul li a {
  color: #666;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.inner-content-area .hole-nav ul li a:hover, .inner-content-area .hole-nav ul li.current a {
  color: #009fe3;
}

.inner-content {
  padding: 60px 0px;
}

/* hole page */

.hole-page-wrapper {
  padding-top: 170px;
}

.hole-row {
  display: flex;
  height: calc(100vh - 170px);
}

.hole-slideshow {
  position: relative;
  width: 65%;
  float: left;
}

.hole-slideshow .galleryInner {
  height: calc(100vh - 170px) !important;
  width: 100% !important;
}

.hole-slideshow .galleryInner img {
  height: calc(100vh  - 170px) !important;
  object-fit: cover;
}

.hole-slideshow-title {
  position: absolute;
  bottom: 80px;
  text-align: center;
  z-index: 30;
  width: 100%;
}

.hole-slideshow-title h4 {
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.hole-slideshow-title h1 {
  color: #fff;
  margin: 6px 0px 0px;
}

.body-public .hole-slideshow .wysiwyg-editable > br {
  display: none;
}

.hole-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 40;
}

.hole-nav h2 {
  display: none;
}

.hole-page-wrapper .hole-nav ul {
  width: 62px;
  margin: 0px;
  background: rgba(0,0,0,0.6);
  height: calc(100vh - 170px);
}

.hole-page-wrapper .hole-nav ul li {
  display: block;
}

.hole-page-wrapper .hole-nav ul li a {
  color: #fff;
  display: block;
  text-align: center;
  width: 62px;
  line-height: 43px;
  font-weight: 700;
}

.hole-page-wrapper .hole-nav ul li a:hover, .hole-page-wrapper .hole-nav ul li.current a {
  background: #fff;
  color: #009fe3;
}

.hole-content-area {
  width: 35%;
  float: left;
  background: #ececec;
}

.hole-top-row {
  display: flex;
}

.hole-top-row.row-fluid .span6 {
  margin-left: 0px;
  width: 50%;
}

.hole-tip-yards {
  background: #E3E3E3;
  padding: 40px;
}

.hole-tip {
  font-weight: 700;
  text-align: center;
  line-height: 24px;
}

.hole-line {
  margin: 20px 0px;
  height: 1px;
  background: #c9c9c9;
}

.hole-yards table thead th {
  color: #ababab;
  margin: 0px 0px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 6px;
  text-transform: uppercase;
}

.hole-yards table tbody td {
  padding: 6px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 6px;
}

.hole-yards table tbody tr:nth-child(1) td:nth-child(1) {
  content: '';
  display: inline-block;
  width: 26px;
  line-height: 26px;
  background: #fff;
}

.hole-yards table tbody tr:nth-child(2) td:nth-child(1) {
  content: '';
  display: inline-block;
  width: 26px;
  line-height: 26px;
  background: #fc0;
}

.hole-yards table tbody tr:nth-child(3) td:nth-child(1) {
  content: '';
  display: inline-block;
  width: 26px;
  line-height: 26px;
  background: #f00;
}

.hole-map {
  background: #fff;
}

.hole-map img {
  max-width: 257px;
}

.hole-bottom-row {
  background: #ececec;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.hole-br-space {
  padding: 80px;
}

/* 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/scotscraig/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%;
  min-height: 132px;
}

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 {
  width: 430px;
  float: left;
  margin-left: 0px;
  top: 5px;
  position: relative;
  padding: 0px 0px 5px;
}

body[class*="php-"] .header-links, .body-class-members .header-links, .body-class-visitorbooking .header-links, .body-class-getawayletter .header-links, [class*="body-class-setcoursestatus"] .header-links, .body-class-opens .header-links, .body-loginpage .header-links {
  padding-top: 15px;
}

body[class*="php-"] .header-logo img, .body-class-members .header-logo img, .body-class-visitorbooking .header-logo img, .body-class-getawayletter .header-logo img, [class*="body-class-setcoursestatus"] .header-logo img, .body-class-opens .header-logo img, .body-loginpage .header-logo img {
  width: 66px;
}

body[class*="php-"] .header-club-name, .body-class-members .header-club-name, .body-class-visitorbooking .header-club-name, .body-class-getawayletter .header-club-name, [class*="body-class-setcoursestatus"] .header-club-name, .body-class-opens .header-club-name, .body-loginpage .header-club-name {
  top: 10px;
}

body[class*="php-"] .header-club-tag, .body-class-members .header-club-tag, .body-class-visitorbooking .header-club-tag, .body-class-getawayletter .header-club-tag, [class*="body-class-setcoursestatus"] .header-club-tag, .body-class-opens .header-club-tag, .body-loginpage .header-club-tag {
  top: 45px;
}

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;
  padding-right: 20px;
  text-align: left;
  position: relative;
}

body[class*="php-"] .footer-page-space, .body-class-members .footer-page-space, .body-class-visitorbooking .footer-page-space, .body-class-getawayletter .footer-page-space, [class*="body-class-setcoursestatus"] .footer-page-space, .body-class-opens .footer-page-space, .body-loginpage .footer-page-space {
  padding: 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: 14px;
  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 #009fe3;
  padding: 20px;
  background: rgba(255,255,255,0.85);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #009fe3;
  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-"] .footer-line, .body-class-members .footer-line, .body-class-visitorbooking .footer-line, .body-class-getawayletter .footer-line, [class*="body-class-setcoursestatus"] .footer-line, .body-class-opens .footer-line, .body-loginpage .footer-line {
  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;
  background: #009fe3;
  color: #fff;
}

/* 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: 70px;
  }
}

/* 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;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #009fe3;
  color: white;
  padding: 8px 20px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  border: transparent;
  font-family: 'Lato', sans-serif;
   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: #000;
  color: white;
}

/* 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 #009fe3;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #009fe3;
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .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-wrapper .header-logo {
  top: 6px;
  margin-top: 0px;
}

.body-class-members .header-links {
  display: 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 .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0px;
}

.body-class-members .header-top-band {
  display: none;
}

.body-class-members.php-login .header-top-band {
  display: block;
}

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 {
  position: relative;
}

body[class*="php-"] .header-login, .body-class-visitorbooking .header-login, .body-class-getawayletter .header-login, [class*="body-class-setcoursestatus"] .header-login, .body-class-opens .header-login, .body-loginpage .header-login {
  top: 26px;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.bottom-header-band {
  background: #009fe3;
}

.body-class-members .top-header-band {
  width: 1170px;
  margin: 0px auto;
  display: block;
}

.body-class-members .header-wrapper .header-logo {
  float: none;
  padding: 5px 0px;
  top: 0px;
}

.body-public.body-contentpage .footer-wrapper .page-space, .body-class-home.body-public .footer-wrapper .page-space {
  padding: 0px;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .ht-space {
    padding: 0px 225px;
  }
  .footer-page-space {
    padding: 0px 70px;
  }
  .footer-logos img {
    max-width: 180px;
  }
  .hole-br-space {
    padding: 40px 60px;
  }
  .inner-main-col .imc-space {
    padding: 60px 125px;
  }
  .inner-sidebar-col .isc-space {
    padding: 60px 80px;
  }
  .hole-page-wrapper .hole-nav ul li a {
    line-height: 35px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .ht-space {
    padding: 0px 165px;
  }
  .footer-page-space {
    padding: 0px 50px;
  }
  .footer-logos img {
    max-width: 150px;
  }
  .hole-br-space {
    padding: 20px 40px;
  }
  .inner-main-col .imc-space {
    padding: 60px 100px;
  }
  .inner-sidebar-col .isc-space {
    padding: 60px;
  }
  .bbr-text p {
    text-transform: initial;
  }
  .hole-tip-yards {
    padding: 20px;
  }
  .hole-map img {
    max-width: 215px;
  }
  .hole-page-wrapper .hole-nav ul li a {
    line-height: 29px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .ht-space {
    padding: 0px 100px;
  }
  .footer-page-space {
    padding: 0px 30px;
  }
  .footer-logos img {
    max-width: 125px;
  }
  .hole-br-space {
    padding: 20px;
    line-height: 24px;
    font-size: 16px;
  }
  .inner-main-col .imc-space {
    padding: 60px 80px;
  }
  .inner-sidebar-col .isc-space {
    padding: 60px 40px;
  }
  .bbr-text p {
    text-transform: initial;
  }
  .hole-tip-yards {
    padding: 20px;
  }
  .hole-map img {
    max-width: 175px;
  }
  .hole-page-wrapper .hole-nav ul li a {
    line-height: 26px;
  }
  .hole-tip {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .hole-yards table thead th {
    padding: 2px;
    text-transform: capitalize;
  }
  .hole-yards table tbody td {
    padding: 2px;
  }
  .hole-line {
    margin: 10px 0px;
  }
  .home-weather .weathers .weatherSingle:nth-of-type(5) {
    display: none;
  }
}

/* main responsive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .ht-space {
    padding: 0px;
  }
  .home-quote h3 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 20px;
  }
  .home-quote h5 {
    margin-top: 20px;
    padding-top: 10px;
  }
  .home-weather .weathers .weatherSingle:nth-of-type(4) {
    display: none;
  }
  .home-weather .weathers .weatherSingle:nth-of-type(5) {
    display: none;
  }
  .bbr-text p {
    text-transform: initial;
    font-size: 13px;
  }
  .hole-slideshow {
    width: 55%;
  }
  .hole-content-area {
    width: 45%;
  }
  .hole-map img {
    max-width: 195px;
  }
  .hole-tip-yards {
    padding: 20px;
  }
  .hole-br-space {
    padding: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .hole-yards table thead th {
    text-transform: capitalize;
    padding: 2px;
  }
  .hole-yards table tbody td {
    padding: 2px;
  }
  .hole-page-wrapper .hole-nav ul li a {
    line-height: 31px;
  }
  .inner-main-col .imc-space {
    padding: 60px 40px;
  }
  .inner-sidebar-col .isc-space {
    padding: 60px 20px;
  }
  .footer-page-space {
    padding: 0px 15px;
  }
  .footer-address {
    padding-top: 19px;
  }
  .footer-contact {
    padding-top: 19px;
  }
  .footer-social {
    padding-top: 33px;
  }
  .footer-logos {
    padding-top: 28px;
  }
  .footer-logos a:nth-of-type(1) img {
    max-width: 94px;
  }
  .footer-logos a:nth-of-type(2) {
    margin: 0px 8px;
  }
  .footer-logos a:nth-of-type(2) img {
    max-width: 135px;
  }
  .footer-logos a:nth-of-type(3) img {
    max-width: 40px;
  }
  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-"] .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;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .inner-title {
    bottom: 35px;
  }
  .inner-title h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .body-class-members .top-header-band {
    width: 940px;
    margin: 0px auto;
  }
  .body-class-members #container .header-wrapper {
    min-height: 129px;
  }
  .navbar-inverse .nav > li > a {
    text-transform: capitalize;
    padding: 15px 12px;
  }
  .fix .navbar-inverse .nav > li > a {
    padding: 10px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .ht-space {
    padding: 0px;
  }
  .home-quote img {
    width: 100px;
  }
  .home-quote h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
  }
  .home-weather .weatherSingle {
    margin-right: 10px;
  }
  .home-weather .weathers .weatherSingle:nth-of-type(4) {
    display: none;
  }
  .home-weather .weathers .weatherSingle:nth-of-type(5) {
    display: none;
  }
  .bbr-text p {
    text-transform: capitalize;
    font-size: 12px;
  }
  .bbr-text h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0px 0px 15px;
  }
  .footer-page-space {
    padding: 0px 20px;
  }
  .footer-address {
    padding-top: 0px;
  }
  .footer-contact {
    padding-top: 0px;
    font-size: 14px;
  }
  .footer-social {
    padding-top: 0px;
  }
  .footer-social a:nth-of-type(2) {
    margin: 0px 15px;
  }
  .public-footer {
    padding-top: 40px;
  }
  .footer-logos {
    padding-top: 0px;
  }
  .footer-logos a:nth-of-type(1) img {
    max-width: 120px;
  }
  .footer-logos a:nth-of-type(2) {
    margin: 6px 8px 0px 0px;
  }
  .footer-logos a:nth-of-type(2) img {
    max-width: 160px;
  }
  .footer-logos a:nth-of-type(3) {
    margin-top: 8px;
    display: inline-block;
  }
  .footer-logos a:nth-of-type(3) img {
    max-width: 40px;
  }
  .inner-content-area .hole-nav ul {
    width: 465px;
    margin: 0px auto;
  }
  .inner-content-area .hole-nav ul li a {
    margin: 4px 0px;
  }
  .inner-title {
    bottom: 35px;
  }
  .inner-title h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .hole-nav ul li a:nth-child(9)::after {
    display: none;
  }
  .table td, .table th {
    padding: 4px;
    font-size: 14px;
  }
  .hole-page-wrapper {
    padding-top: 0px;
  }
  .hole-slideshow-title {
    bottom: 115px;
  }
  .hole-map {
    text-align: center;
  }
  .hole-map img {
    max-width: 225px;
  }
  .hole-br-space {
    padding: 60px;
  }
  .inner-main-col .imc-space {
    padding: 60px 40px;
  }
  .inner-sidebar-col .isc-space {
    padding: 60px 20px;
  }
  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 {
    width: 290px;
    padding: 5px 0px;
    top: 0px;
  }
  body[class*="php-"] .header-logo img, .body-class-members .header-logo img, .body-class-visitorbooking .header-logo img, .body-class-getawayletter .header-logo img, [class*="body-class-setcoursestatus"] .header-logo img, .body-class-opens .header-logo img, .body-loginpage .header-logo img {
    width: 56px;
  }
  body[class*="php-"] .header-links, .body-class-members .header-links, .body-class-visitorbooking .header-links, .body-class-getawayletter .header-links, [class*="body-class-setcoursestatus"] .header-links, .body-class-opens .header-links, .body-loginpage .header-links {
    padding-top: 19px;
    top: 0px;
  }
  body[class*="php-"] .header-club-name, .body-class-members .header-club-name, .body-class-visitorbooking .header-club-name, .body-class-getawayletter .header-club-name, [class*="body-class-setcoursestatus"] .header-club-name, .body-class-opens .header-club-name, .body-loginpage .header-club-name {
    top: 18px;
  }
  body[class*="php-"] .header-club-tag, .body-class-members .header-club-tag, .body-class-visitorbooking .header-club-tag, .body-class-getawayletter .header-club-tag, [class*="body-class-setcoursestatus"] .header-club-tag, .body-class-opens .header-club-tag, .body-loginpage .header-club-tag {
    top: 50px;
  }
  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-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;
  }
  .body-class-members .top-header-band {
    width: 724px;
    margin: 0px auto;
  }
  .body-class-members #container .header-wrapper {
    min-height: 129px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    min-height: 103px;
  }
  .top-header-band {
    margin: 0px 20px;
    width: calc(100% - 40px);
  }
  .header-links {
    padding-top: 19px;
  }
  .header-links a {
    padding: 10px 15px;
  }
  .header-club-name {
    top: 18px;
    font-size: 22px;
  }
  .header-club-tag {
    top: 50px;
    font-size: 14px;
    text-transform: capitalize;
  }
  .inner-page-wrapper {
    padding-top: 0px;
  }
  .header-space {
    margin: 0px 10px;
    width: auto;
  }
  .header-logo {
    margin-left: 0px;
    width: 290px;
    top: 0px;
    padding: 5px 0px;
  }
  .header-logo img {
    width: 56px;
  }
  .header-login {
    top: 15px;
  }
  .header-login a {
    padding: 5px 0px;
    text-align: center;
    width: 110px;
  }
  .header-login i {
    margin-right: 6px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 116px;
    padding: 5px 10px;
    margin: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    background: #c00e0e;
    color: #fff;
    border-radius: 0px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: #000;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-left: 10px;
    font-weight: 400;
  }
  .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: #fff;
  }
  .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 .nav {
    display: block;
    margin: 0px;
  }
  .navbar-inverse .navbar-inner {
    padding: 20px;
  }
  .navbar-inner .nav {
    text-align: left;
  }
  .navbar-inverse .navbar-inner .nav > li {
    display: block;
  }
  .navbar-inverse .navbar-inner .nav > li > a {
    padding: 10px 15px;
    border-bottom: none;
    color: #fff;
  }
  .navbar-inverse .navbar-inner .nav > li.current > a, .navbar-inverse .navbar-inner .nav > li > a:hover {
    color: #fff;
    background: #00b3fe;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .nav-collapse .dropdown-menu {
    background: #00b3fe;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li > a:hover, .nav-collapse .dropdown-menu > li.current > a {
    background: transparent;
    background-image: none;
    color: #000;
  }
  .header-right-side {
    float: none;
  }
  .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;
  }
  .hole-row {
    display: block;
    height: auto;
  }
  .hole-slideshow {
    width: 100%;
    float: none;
  }
  .hole-content-area {
    width: 100%;
    float: none;
  }
  .hole-slideshow .galleryInner, .hole-slideshow .galleryInner img {
    height: auto !important;
  }
  .hole-page-wrapper .hole-nav {
    position: relative;
    padding: 20px;
    background: #ececec;
  }
  .hole-page-wrapper .hole-nav ul {
    position: relative;
    bottom: 0px;
    left: 0px;
    height: auto;
    font-size: 0px;
    width: 100%;
    background: #ececec;
  }
  .hole-page-wrapper .hole-nav ul li {
    display: inline-block;
    margin: 0px 2px;
  }
  .hole-page-wrapper .hole-nav ul li a {
    display: inline-block;
    width: 36px;
    font-size: 16px;
    line-height: 36px;
    color: #666;
  }
}

.hl-show {
  display: none;
}

.mf-copy a {
  color: rgba(255,255,255,0.7);
  margin-left: 10px;
  display: inline-block;
}

.mf-copy a:hover {
  color: #fff;
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .hl-hide {
    display: none;
  }
  .header-club-name {
    transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -webkit-transition: all 0ms ease-in-out;
  }
  .header-logo {
    transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -webkit-transition: all 0ms ease-in-out;
  }
  .header-club-tag {
    transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -webkit-transition: all 0ms ease-in-out;
  }
  .hl-show {
    display: inline;
  }
  .hl-show i {
    margin-right: 7px;
  }
  .header-links {
    padding-top: 0px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
  }
  .inner-slideshow .galleryInner img {
    min-height: 150px;
    object-fit: cover;
  }
  .header-links a {
    padding: 6px 15px;
    display: block;
    margin-top: 6px;
  }
  .header-login {
    display: block;
    margin-right: 0px;
    margin-top: 6px;
    background: #c00e0e;
    color: #fff;
  }
  .header-login:hover {
    background: #000;
  }
  .ht-space {
    padding: 0px;
  }
  .home-flex.row-fluid {
    flex-direction: column-reverse;
  }
  .home-flex.row-fluid .span6 {
    width: 100%;
  }
  .home-weather .weatherSingle {
    margin-right: 10px;
  }
  .home-weather .weathers .weatherSingle:nth-of-type(1) {
    width: 130px;
  }
  .home-weather .weathers .weatherSingle:nth-of-type(3) {
    margin-right: 0px;
  }
  .home-weather .weathers .weatherSingle:nth-of-type(4) {
    display: none;
  }
  .home-weather .weathers .weatherSingle:nth-of-type(5) {
    display: none;
  }
  .bottom-box-row .row-fluid .span4 {
    width: 100%;
  }
  .bbr-text p {
    text-transform: initial;
  }
  .public-footer {
    text-align: center;
    padding-top: 30px;
  }
  .footer-page-space {
    padding: 0px 20px;
  }
  .footer-address {
    padding-top: 20px;
  }
  .footer-contact {
    padding-top: 20px;
  }
  .footer-social {
    padding-top: 20px;
  }
  .footer-logos {
    padding-top: 20px;
    text-align: center;
  }
  .footer-logos a {
    display: block;
  }
  .footer-logos a:nth-of-type(2) {
    margin: 10px 0px;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-copy a {
    display: block;
    margin: 10px 0px 0px;
  }
  .mf-ig-logo {
    text-align: center;
  }
  .inner-title {
    position: relative;
    padding: 55px 20px 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .imc-intro h3:nth-of-type(1) {
    margin-top: 0px;
  }
  .inner-title h1 {
    color: #009fe3;
  }
  .inner-content {
    padding: 40px 0px;
  }
  .inner-content-area .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .inner-content-area .hole-nav ul li a {
    margin: 4px 0px;
    width: 34px;
    line-height: 34px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .hole-page-wrapper {
    padding-top: 0px;
  }
  .hole-page-wrapper .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-page-wrapper .hole-nav ul li a {
    width: 37px;
    line-height: 37px;
  }
  .hole-slideshow-title {
    position: relative;
    bottom: 0px;
    width: auto;
    padding: 20px;
  }
  .hole-slideshow-title h4 {
    color: #009fe3;
  }
  .hole-slideshow-title h1 {
    color: #009fe3;
  }
  .hole-top-row {
    display: block;
  }
  .hole-top-row.row-fluid .span6 {
    width: 100%;
  }
  .hole-top-row.row-fluid .hole-map.span6 {
    background: #fff;
    width: 100%;
  }
  .hole-map {
    text-align: center;
  }
  .hole-map img {
    max-width: 225px;
  }
  .hole-br-space {
    padding: 40px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
  .inner-two-col {
    display: block;
  }
  .inner-main-col {
    width: 100%;
    float: none;
  }
  .inner-main-col .imc-space {
    padding: 40px 20px;
  }
  .inner-sidebar-col {
    width: 100%;
    float: none;
  }
  .inner-sidebar-col .isc-space {
    padding: 40px 20px;
  }
  h5 a {
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .imc-pic-row {
    text-align: center;
  }
  .imc-pic img {
    max-width: 400px;
    width: 100%;
  }
  .last-col {
    margin-top: 40px;
  }
  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 {
    width: 290px;
  }
  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-"] .header-links, .body-class-members .header-links, .body-class-visitorbooking .header-links, .body-class-getawayletter .header-links, [class*="body-class-setcoursestatus"] .header-links, .body-class-opens .header-links, .body-loginpage .header-links {
    padding-top: 0px;
  }
  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 {
    min-height: 130px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .mf-ig-logo {
    padding-top: 10px;
  }
  [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;
    text-transform: capitalize;
  }
  .body-class-members .top-header-band {
    width: auto;
    margin: 0px 10px;
  }
  .body-class-members #container .header-wrapper {
    min-height: 129px;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .header-logo {
    width: 56px;
  }
  .header-club-name {
    display: none;
  }
  .header-club-tag {
    display: none;
  }
  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 {
    width: 56px;
  }
}

/* editor styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .page-space {
  padding: 0px;
}

.php-ckeditor .ht-space {
  padding: 0px;
}

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #000;
}

.php-ckeditor a.btn:hover {
  background: #c00e0e;
}

.php-ckeditor .inner-title {
  position: relative;
  bottom: 0px;
}

.php-ckeditor .inner-title h1 {
  color: #009fe3;
}

.php-ckeditor .inner-page-wrapper {
  padding-top: 0px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .inner-main-col .imc-space {
  padding: 10px;
}

.php-ckeditor .inner-sidebar-col .isc-space {
  padding: 10px;
}

.php-ckeditor .hole-page-wrapper {
  padding-top: 0px;
}

.php-ckeditor .hole-slideshow-title {
  position: relative;
  bottom: 0px;
  margin: 10px 0px;
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
}

.php-ckeditor .hole-row {
  display: block;
  height: auto;
}

.php-ckeditor .hole-slideshow {
  width: 100%;
  float: none;
}

.php-ckeditor .hole-content-area {
  width: 100%;
  float: none;
}

.php-ckeditor .hole-slideshow-title h4 {
  color: #009fe3;
}

.php-ckeditor .hole-slideshow-title h1 {
  color: #009fe3;
}

.php-ckeditor .bbr-pic {
  margin-top: 15px;
}

.php-ckeditor .bbr-overlay {
  position: relative;
}

.php-ckeditor .bbr-text {
  position: relative;
  top: 0px;
  transform: translateY(0px);
  left: 0px;
  right: 0px;
  margin-top: 10px;
}

/* 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;
}

/* additional members */

.members-page.row-fluid .span4.pull-left {
  margin-left: 0px;
}

/* content tables */

.inner-page-wrapper table th {
  background: #009fe3;
  color: white;
  border: 2px solid #009fe3;
  padding: 6px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.inner-page-wrapper table td {
  border: 2px solid #009fe3;
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 14px;
    padding: 4px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    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 .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  z-index: 12;
  font-family: 'Lato', sans-serif;
  bottom: 100px;
}

.nivo-caption h4 {
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  margin: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.nivo-caption h2 {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  margin: 0px;
}

.nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .nivo-caption h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper #globalwrap .home-page-wrapper .nivo-caption {
    display: none !important;
  }
  .home-video {
    background: #E3E3E3;
  }
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: none !important;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: block;
  z-index: 14;
  bottom: 10px;
  left: 0px;
  margin: 0px auto;
  right: 0px;
  width: 150px;
}

.content-wrapper .nivo-controlNav {
  padding: 0px;
}

.content-wrapper .nivo-controlNav a {
  background-image: none;
  content: '';
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 0px;
  position: relative;
  margin-right: 8px;
  top: 0px;
}

.content-wrapper .nivo-controlNav a.active {
  background-image: none;
  background-position: center;
  background-color: #fff;
  top: 0px;
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #009fe3;
  text-align: center;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #009fe3;
  text-align: center;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #009fe3;
  text-align: center;
  height: 30px;
  width: 70%;
}

@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: #009fe3;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
   display: none;
  }
  .content-wrapper [class*="-slideshow"] .nivo-controlNav {
    display: none;
  }
}

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

.body-public .hole-slideshow .wysiwyg-editable > br {
  display: none;
}

.body-public .home-slideshow .wysiwyg-editable > br {
  display: none;
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-public [class*="-slideshow"] .galleryInner::after {
    display: none;
  }
  .body-class-our_course .content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper, .content-wrapper .hole-page-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
    display: none;
  }
}

.content-wrapper #globalwrap .map_popup_image_wrapper {
  height: auto;
}

/* content dots */

.inner-main-col ul, .inner-sidebar-col ul, .inner-content ul {
  margin: 0px;
}

.inner-main-col ul li, .inner-sidebar-col ul li, .inner-content ul li {
  list-style: none;
  line-height: 28px;
}

.inner-main-col ul li::before, .inner-sidebar-col ul li::before, .inner-content ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #009fe3;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.inner-page-wrapper .inner-content .gallery-thumbs ul li::before, .inner-page-wrapper .inner-main-col .gallery-thumbs ul li::before, .inner-page-wrapper .inner-sidebar-col .gallery-thumbs ul li::before {
  display: none;
}

/* overlay */

.home-slideshow .galleryInner::after {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.2);
  z-index: 10;
  content: '';
  width: 100%;
  height: 100%;
}

.inner-slideshow .galleryInner::after {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.2);
  z-index: 10;
  content: '';
  width: 100%;
  height: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public[class*="php-"] #globalwrap {
    overflow-x: scroll;
  }
}

/* IE hole nav */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hole-page-wrapper .hole-nav ul li a {
    line-height: 44px;
  }
}

.inner-page-wrapper .scorecard-content table tr th:nth-child(5), .inner-page-wrapper .scorecard-content table th:nth-child(8) {
  color: #666;
}

.inner-page-wrapper .scorecard-content table tr td:nth-child(2), .inner-page-wrapper .scorecard-content table td:nth-child(11) {
  color: #fff;
}

#globalwrap .home-weather .image-night {
  background: #009FE3;
  border-radius: 50%;
}

.navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu {
  margin-top: 0px;
}

.home-video {
  line-height: 12px;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin-top: -4px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin-top: -4px;
}

/* new hole */

.new-hole-page {
  padding-top: 170px;
}

.new-hole-page .hole-slideshow {
  float: none;
  width: 100%;
}

.new-hole-page .hole-slideshow .galleryInner, .hole-slideshow .galleryInner img {
  height: auto !important;
}

.new-hole-page .hole-nav {
  position: absolute;
  bottom: 0px;
  top: auto;
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,0.6);
  z-index: 20;
}

.new-hole-page .hole-nav ul {
  margin: 0px;
}

.new-hole-page .hole-nav ul li {
  display: inline;
  font-size: 0px;
}

.new-hole-page .hole-nav ul li a {
  display: inline-block;
  color: #fff;
  width: 5.555%;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.new-hole-page .hole-nav ul li a:hover, .new-hole-page .hole-nav ul li.current a {
  background: #fff;
  color: #009fe3;
}

.new-hole-page .hole-main {
  max-width: 1200px;
  margin: 0px auto;
}

.new-hole-row {
  display: flex;
}

.new-hole-row .hole-tip-yards {
  width: 50%;
  padding: 0px;
  display: flex;
  align-items: center;
}

.new-hole-row .hty-space {
  padding: 40px;
  align-items: center;
  min-width: calc(100% - 80px);
}

.new-hole-row .hole-map {
  width: 50%;
  text-align: center;
}

.new-hole-row .hole-video {
  width: 50%;
}

.new-hole-row .hole-bottom-tip {
  width: 50%;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  background: #ececec;
  display: flex;
  align-items: center;
}

.new-hole-row .hole-br-space {
  padding: 40px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .new-hole-page {
    padding-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .hole-slideshow-title {
    bottom: 50px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .new-hole-page .hole-nav {
    position: relative;
    background: #000;
    height: auto;
  }
  .new-hole-page .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .new-hole-page .hole-nav ul li {
    margin: 4px;
  }
  .new-hole-page .hole-nav ul li a {
    width: 36px;
    line-height: 36px;
  }
  .new-hole-row {
    display: block;
  }
  .new-hole-row .hole-tip-yards {
    width: 100%;
  }
  .new-hole-row .hole-map {
    width: 100%;
  }
  .new-hole-row .hole-video {
    width: 100%;
  }
  .new-hole-row .hole-bottom-tip {
    width: 100%;
  }
}

.php-ckeditor .new-hole-page {
  padding-top: 0px;
}

.php-ckeditor .new-hole-page .hole-nav {
  position: relative;
  margin: 10px 0px;
  color: #fff;
}

.footer-club-logo img {
  max-width: 102px;
}

.footer-social img {
  width: 22px;
  opacity: 0.7;
  position: relative;
  top: -2px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.footer-social img:hover, .footer-social img:focus {
  opacity: 1;
}

/* end anton styles */