/* 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;
  color: #1A1C29;
  font-family: 'Calibri', sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #191A36;
  margin-bottom: 30px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #191A36;
  margin-top: 20px;
  margin-bottom: 25px;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #191A36;
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #191A36;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #191A36;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #191A36;
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: #814585;
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
  margin-bottom: 10px;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: #191A36;
  color: #fff;
  text-decoration: none;
}

a {
  color: #d03cd9;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:focus {
  color: #d03cd9;
  outline: 0;
}

a:hover {
  color: #8f3795;
  text-decoration: none;
}

input, button, select, textarea {
  font-family: 'Calibri', sans-serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  width: 100%;
  min-height: 100px;
}

.body-public.body-class-home .header-logo {
  display: none;
}

.body-public.body-contentpage .header-logo {
  display: none;
}

/* navbar styles */

.navbar {
  margin: 0px;
}

.nav-section #hamburger-icon {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 130px;
  height: 54px;
  display: block;
  padding: 0px;
  margin: 0px;
  z-index: 8;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .nav-section #hamburger-icon {
  top: 0px;
  left: 0px;
  background: rgba(23,26,59,0.8);
}

.nav-section .navbar .btn-navbar .icon-bar {
  width: 40px;
  height: 3px;
  position: absolute;
  margin: 0px;
  left: 5px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.nav-section .navbar .btn-navbar .top-line {
  top: 10px;
}

.nav-section .navbar .btn-navbar .middle-line {
  top: 22px;
  opacity: 1;
}

.nav-section .navbar .btn-navbar .bottom-line {
  top: 34px;
}

.show-menu .nav-section .navbar .btn-navbar .top-line {
  top: 22px;
  transform: rotate(45deg);
}

.show-menu .nav-section .navbar .btn-navbar .middle-line {
  opacity: 0;
}

.show-menu .nav-section .navbar .btn-navbar .bottom-line {
  top: 22px;
  transform: rotate(-45deg);
}

.nav-section .nav-menu {
  position: absolute;
  left: 56px;
  right: 0px;
  margin: 0px auto;
  top: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.show-menu .nav-section .nav-menu {
  opacity: 0;
}

.body-public.body-contentpage #myNavbar, .body-public.body-class-home #myNavbar {
  width: 400px;
  position: fixed;
  top: 0px;
  left: -400px;
  height: 100vh !important;
  min-height: 100vh;
  background: #171A3B;
  overflow-y: auto !important;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.nav-space {
  padding-top: 30px;
  text-align: center;
  position: relative;
}

.nav-logo img {
  width: 156px;
}

.body-public.show-menu #myNavbar {
  left: 0px;
}

.header-wrapper .navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0px 0px 80px;
}

.navbar .nav {
  float: none;
  text-align: center;
  margin: 60px 0px 0px;
}

.navbar .nav > li {
  float: none;
}

.body-public.body-contentpage .navbar .nav > li > a, .body-public.body-class-home .navbar .nav > li > a {
  display: block;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
}

.navbar .nav > li.current > a, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
  color: #8F91A8;
  background: #212445;
}

.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: #212445;
  color: #8F91A8;
  box-shadow: none;
}

.dropdown-menu {
  position: relative;
  background: #212445;
  float: none;
  margin: 5px 10px;
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.current > a {
  background: transparent;
  color: #8F91A8;
}

.nav-bottom {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}

.nav-bottom a {
  color: #A1a3B0;
}

.nav-bottom a:hover {
  color: #fff;
}

.nav-login {
  float: left;
  width: 49%;
}

.nav-social {
  float: right;
  width: 49%;
  text-align: center;
}

.nav-social a {
  font-size: 22px;
}

.nav-social a:nth-of-type(2) {
  margin: 0px 10px;
}

/* footer */

.public-footer {
  padding: 70px 0px 60px;
}

.footer-space {
  padding: 0px 70px;
}

.pf-logo {
  text-align: center;
  text-transform: uppercase;
}

.pf-logo img {
  margin-bottom: 20px;
}

.pf-links h4 {
  text-transform: uppercase;
}

.pf-links a {
  color: #1A1B2D;
}

.pf-links a:hover {
  color: #d03cd9;
}

.pf-next-row {
  margin-top: 60px;
}

.pf-social {
  text-align: center;
  margin-top: 30px;
}

.pf-social a {
  font-size: 24px;
  color: #74778A;
}

.pf-social a:nth-of-type(2) {
  margin: 0px 15px;
}

.pf-social a:hover {
  color: #d03cd9;
}

.pf-address {
  margin-top: 25px;
}

.pf-address a {
  color: #1A1C29;
}

.pf-address a:hover {
  color: #d03cd9;
}

.pf-logos a:nth-of-type(2) {
  margin: 0px 6px;
}

.members-footer {
  padding: 20px 0px;
}

.mf-copy {
  padding-top: 9px;
  font-size: 14px;
}

.mf-links {
  padding-top: 9px;
}

.mf-links a {
  margin-right: 50px;
  color: #1A1C29;
  text-transform: uppercase;
}

.mf-links a:last-of-type {
  margin-right: 0px;
}

.mf-links a:hover {
  color: #d03cd9;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-logo {
  position: absolute;
  z-index: 20;
  top: 45px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  width: 200px;
}

.home-full-scroll {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 12;
  text-align: center;
  min-height: 100px;
}

.home-full-scroll a {
  display: block;
  background: rgba(0,0,0,0.4);
  color: white;
  font-weight: 600;
  padding: 22px 0px;
  font-size: 22px;
}

.home-full-scroll a:hover {
  background: rgba(30,33,66,0.6);
  cursor: pointer;
}

.home-full-scroll a i {
  font-size: 38px;
}

.home-full {
  position: relative;
  height: 100vh;
}

.home-pic {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
}

.home-pic img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home-content {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  background: rgba(0,0,0,0.3);
  height: 100vh;
  width: 35%;
}

.flip-row .home-content {
  left: auto;
  right: 0px;
}

.hc-space {
  padding: 70px 70px 20px;
  text-align: center;
  color: #fff;
}

.hc-space h2 {
  margin: 0px 0px 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hc-links {
  margin-top: 150px;
}

.hc-links p {
  display: inline-block;
  width: 49%;
  margin: 0px 0px 2px;
  line-height: 54px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}

.hc-links p:nth-of-type(1) {
  border-top: 1px solid rgba(255,255,255,0.6);
}

.hc-links p:nth-of-type(2) {
  border-top: 1px solid rgba(255,255,255,0.6);
}

.body-public .hc-links p > br {
  display: none;
}

.hc-links a {
  color: #fff;
  display: block;
}

.hc-links a::after {
  position: relative;
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 8px;
  font-size: 26px;
  position: relative;
  top: 3px;
}

.hc-links a:hover {
  color: #D2B655;
}

.home-opens {
  display: flex;
  align-content: center;
}

.home-open {
  flex: 1 1 0;
  background: #1E2142;
  color: #8B8CA1;
}

.home-open:nth-child(even) {
  background: #171A3B;
}

.ho-space {
  text-align: center;
  padding: 100px 50px 80px;;
}

.ho-title h3 {
  margin: 0px 0px 20px;
  color: #8B8CA1;
  height: 72px;
}

.ho-date {
  margin: 70px 0px 50px;
  border-top: 2px solid #55576E;
  border-bottom: 2px solid #55576E;
  padding: 10px 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.ho-desc h5 {
  color: #fff;
  margin: 0px 0px 10px;
  font-size: 18px;
}

.ho-desc h5 a:hover {
  background: #000;
}

/* inner page */

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner, .inner-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.inner-title {
  position: absolute;
  z-index: 20;
  bottom: 130px;
  margin: 0px;
  left: 20px;
  right: 20px;
  margin: 0px auto;
  text-align: center;
}

.inner-title h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.inner-full-split-col {
  display: flex;
  align-items: center;
}

.inner-full-split-col.flip-split {
  flex-direction: row-reverse;
}

.ifsc-content {
  flex: 1 1 0;
}

.ifsc-space {
  text-align: center;
  padding: 20px 200px;
}

.ifsc-content h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 600;
}

.ifsc-pic {
  flex: 1 1 0;
}

.inner-grey-bg {
  background: #E7E6EB;
  padding: 100px 0px;
  text-align: center;
}

.inner-grey-bg h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 500;
}

.inner-blue-bg {
  background: #171A3B;
  padding: 100px 0px;
  text-align: center;
  color: #fff;
}

.inner-blue-bg h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 600;
  color: #fff;
}

.inner-blue-bg h5 a {
  background: transparent;
  text-transform: capitalize;
  padding: 10px 20px;
  border-top: 2px solid #3C3D59;
  border-bottom: 2px solid #3C3D59;
  color: #fff;
}

.inner-blue-bg h5 a::after {
  position: relative;
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 8px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.inner-blue-bg h5 a:hover {
  background: #000;
}

.inner-nav {
  border-bottom: 1px solid #1E1834;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  display: flex;
  height: 100px;
  margin: 0px;
}

.inner-nav ul li {
  flex: 1 1 0;
  list-style: none;
}

.inner-nav ul li a {
  display: block;
  background: #412B59;
  color: #fff;
  font-weight: 600;
  line-height: 100px;
  text-align: center;
}

.inner-nav ul li a::after {
  position: relative;
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 8px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.inner-nav ul li a:hover {
  background: #814585;
}

.inner-nav ul li.current {
  display: none;
}

.inner-video {
  width: 80%;
  margin: 0px auto;
}

/* hole */

.hole-slideshow {
  position: relative;
  height: 100vh;
}

.hole-slideshow .galleryInner {
  width: 100% !important;
  height: 100vh !important;
}

.hole-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.hole-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 100vh;
  z-index: 1001;
  background: rgba(0,0,0,0.6);
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: block;
}

.hole-nav ul li a {
  line-height: 52px;
  color: #fff;
  text-align: center;
  display: block;
}

.hole-nav ul li.current a, .hole-nav ul li a:hover {
  background: #171A3B;
}

.hole-full {
  height: 100vh;
  position: relative;
}

.hole-full-scroll {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 12;
  text-align: center;
  min-height: 100px;
}

.hole-full-scroll a {
  display: block;
  background: rgba(0,0,0,0.4);
  color: white;
  font-weight: 600;
  padding: 22px 0px;
  font-size: 22px;
}

.hole-full-scroll a:hover {
  background: rgba(30,33,66,0.6);
  cursor: pointer;
}

.hole-full-scroll a i {
  font-size: 38px;
  position: relative;
  top: 6px;
}

#hole-four .hole-full-scroll a i {
  margin-left: 10px;
}

.hole-pic {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
}

.hole-pic img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hole-content {
  width: 30%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100vh;
  z-index: 10;
  color: #fff;
  background: rgba(0,0,0,0.6);
}

.hole-space {
  padding: 20px 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 160px);
}

.hole-yards th {
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.hole-yards tr:nth-child(1) td:nth-child(1){
  text-align: left;
}

.hole-yards tr:nth-child(2) td:nth-child(1){
  text-align: left;
}

.hole-yards tr:nth-child(3) td:nth-child(1){
  text-align: left;
}

.hole-yards tr:nth-child(1) td:nth-child(1)::before {
  content: '';
  float: left;
  #background: #fff;
  background: #800080;
  width: 7px;
  height: 30px;
  margin-right: 15px;
}

.hole-yards tr:nth-child(2) td:nth-child(1)::before {
  content: '';
  float: left;
  #background: #F3C637;
  background: #0000FF;
  width: 7px;
  height: 30px;
  margin-right: 15px;
}

.hole-yards tr:nth-child(3) td:nth-child(1)::before {
  content: '';
  float: left;
  #background: #DD3737;
  background: #008000;
  width: 7px;
  height: 30px;
  margin-right: 15px;
}

.hole-yards td {
  font-size: 32px;
  line-height: 32px;
  padding: 10px 6px;
  text-align: center;
}

.hole-tip h4 {
  margin: 0px 0px 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.hole-tip p {
  margin: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

#hole-four .hole-content {
  background: rgba(255,255,255,0.7);
}

.hole-video {
  height: 100vh;
  overflow: hidden;
}

.hole-video iframe {
  /*height: 100vh !important;*/
  object-fit: cover;
}

/* 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/worplesdon/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] #hamburger-icon, .body-class-members #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon {
  display: none;
}

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: #171A3B;
  width: 100%;
  min-height: 90px;
  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-top: 0px;
  width: auto;
}

body[class*="php-"] .nav-logo, .body-class-members .nav-logo, .body-class-visitorbooking .nav-logo, .body-class-getawayletter .nav-logo, [class*="body-class-setcoursestatus"] .nav-logo, .body-class-opens .nav-logo, .body-loginpage .nav-logo {
  display: none;
}

body[class*="php-"] .nav-logo, .body-class-members .nav-logo, .body-class-visitorbooking .nav-logo, .body-class-getawayletter .nav-logo, [class*="body-class-setcoursestatus"] .nav-logo, .body-class-opens .nav-logo, .body-loginpage .nav-logo {
  display: none;
}

body[class*="php-"] .nav-social, .body-class-members .nav-social, .body-class-visitorbooking .nav-social, .body-class-getawayletter .nav-social, [class*="body-class-setcoursestatus"] .nav-social, .body-class-opens .nav-social, .body-loginpage .nav-social {
  display: none;
}

body[class*="php-"] .nav-login, .body-class-members .nav-login, .body-class-visitorbooking .nav-login, .body-class-getawayletter .nav-login, [class*="body-class-setcoursestatus"] .nav-login, .body-class-opens .nav-login, .body-loginpage .nav-login {
  position: absolute;
  right: 0px;
  top: -11px;
  float: none;
  width: auto;
  z-index: 10;
  font-size: 14px;
}

body[class*="php-"] .nav-login a, .body-class-members .nav-login a, .body-class-visitorbooking .nav-login a, .body-class-getawayletter .nav-login a, [class*="body-class-setcoursestatus"] .nav-login a, .body-class-opens .nav-login a, .body-loginpage .nav-login a {
  color: #fff;
}

body[class*="php-"] .navbar .nav, .body-class-members .navbar .nav, .body-class-visitorbooking .navbar .nav, .body-class-getawayletter .navbar .nav, [class*="body-class-setcoursestatus"] .navbar .nav, .body-class-opens .navbar .nav, .body-loginpage .navbar .nav {
  margin-top: 0px;
}

body[class*="php-"] .navbar .nav > li, .body-class-members .navbar .nav > li, .body-class-visitorbooking .navbar .nav > li, .body-class-getawayletter .navbar .nav > li, [class*="body-class-setcoursestatus"] .navbar .nav > li, .body-class-opens .navbar .nav > li, .body-loginpage .navbar .nav > li {
  float: left;
}

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: 77px;
  float: left;
  margin-left: 0px;
  top: 5px;
  position: relative;
  z-index: 100;
}

body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu {
  float: left;
  position: absolute;
  text-align: left;
}

body[class*="php-"] .header-top-right, .body-class-members .header-top-right, .body-class-visitorbooking .header-top-right, .body-class-getawayletter .header-top-right, [class*="body-class-setcoursestatus"] .header-top-right, .body-class-opens .header-top-right, .body-loginpage .header-top-right {
  top: 10px;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info {
  margin-bottom: 10px;
}

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: 0px;
  text-align: left;
  position: relative;
  top: 0px;
  width: auto;
  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;
  padding: 10px 12px;
  letter-spacing: 0px;
  color: #fff;
}

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-"] .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 #171A3B;
  padding: 20px;
  background: rgba(255,255,255,0.8);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #171A3B;
  padding: 20px;
  background: rgba(255,255,255,0.8);
}

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 {
  background: #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-"] .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 {
    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;
  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: #171A3B;
  color: #fff;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  border: none;
   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 */

thead {
  background: #171A3B;
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.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.8);
  border: 2px solid #171A3B;
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: #171A3B;
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #171A3B;
  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-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: 16px;
  letter-spacing: 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 {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.hole-yards thead {
  background: transparent;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .ifsc-space {
    padding: 20px 150px;
  }
  .pf-logos img {
    max-width: 120px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .ifsc-space {
    padding: 20px 100px;
  }
  .hc-space {
    padding: 70px 40px 20px;
  }
  .ho-space {
    padding: 100px 40px 80px;
  }
  .hole-space {
    padding: 20px 60px;
    width: calc(100% - 120px);
  }
  .hc-links {
    margin-top: 80px;
  }
  .footer-space {
    padding: 0px 40px;
  }
  .pf-logos img {
    max-width: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .ifsc-space {
    padding: 20px 50px;
  }
  .hc-space {
    padding: 70px 30px 20px;
  }
  .ho-space {
    padding: 100px 30px 80px;
  }
  .hole-space {
    padding: 20px 40px;
    width: calc(100% - 80px);
  }
  .hc-links {
    margin-top: 80px;
  }
  .footer-space {
    padding: 0px 20px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .pf-logos img {
    max-width: 80px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .ifsc-space {
    padding: 20px 25px;
  }
  .hc-space {
    padding: 70px 20px 20px;
  }
  .ho-space {
    padding: 100px 20px 80px;
  }
  .hole-space {
    padding: 20px 20px;
    width: calc(100% - 40px);
  }
  .hc-links {
    margin-top: 40px;
  }
  .hc-links a {
    font-size: 14px;
  }
  .hole-yards td {
    font-size: 28px;
    line-height: 28px;
  }
  .mf-links a {
    margin-right: 20px;
    text-transform: initial;
  }
  .pf-logos img {
    max-width: 100px;
  }
  .pf-address {
    margin-top: 0px;
    font-size: 14px;
  }
  .pf-social {
    margin-top: 0px;
  }
  .pf-logo {
    text-transform: initial;
    font-size: 14px;
  }
  .pf-links {
    font-size: 14px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .footer-space {
    padding: 0px 20px;
  }
  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;
  }
  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: 12px;
    padding: 10px 7px;
  }
  body[class*="php-"] .nav-login a, .body-class-members .nav-login a, .body-class-visitorbooking .nav-login a, .body-class-getawayletter .nav-login a, [class*="body-class-setcoursestatus"] .nav-login a, .body-class-opens .nav-login a, .body-loginpage .nav-login a {
    font-size: 12px;
    top: -12px;
  }
  .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%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 15px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .ifsc-space {
    padding: 20px 25px;
  }
  .hc-space {
    padding: 70px 20px 20px;
  }
  .ho-space {
    padding: 50px 20px 30px;
  }
  .hole-space {
    padding: 20px 20px;
    width: calc(100% - 40px);
  }
  .hc-links {
    margin-top: 20px;
  }
  .home-content {
    width: 50%;
  }
  .home-opens {
    display: inline-block;
    background: #1E2142;
  }
  .home-open {
    width: 49.7%;
    float: left;
  }
  .home-open:nth-of-type(3) {
    background: #171A3B;
  }
  .home-open:nth-of-type(4) {
    background: #1E2142;
  }
  .public-footer {
    clear: both;
  }
  .footer-space {
    padding: 0px 20px;
  }
  .pf-links {
    font-size: 14px;
  }
  .pf-logo {
    text-transform: initial;
  }
  .pf-links h4 {
    text-transform: capitalize;
  }
  .pf-logos a:nth-child(1) img {
    max-width: 60px;
  }
  .pf-logos a:nth-child(2) img {
    max-width: 120px;
  }
  .pf-logos a:nth-child(3) img {
    max-width: 120px;
  }
  .pf-address {
    margin-top: 0px;
  }
  .mf-links a {
    margin-right: 5px;
    text-transform: capitalize;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .ifsc-content h2 {
    letter-spacing: 0px;
    text-transform: initial;
    margin-bottom: 10px;
  }
  .inner-grey-bg {
    padding: 100px 0px;
  }
  .inner-blue-bg {
    padding: 60px 0px;
  }
  .hole-content {
    width: 40%;
  }
  .hole-yards td {
    font-size: 26px;
    line-height: 26px;
  }
  .inner-full-split-col {
    display: block;
  }
  .ifsc-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .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;
    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*="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;
    position: relative;
  }
  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;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: #212445;
  }
  .nav-collapse .dropdown-menu {
    background: #212445;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    background: transparent;
    color: #8F91A8;
  }
  body[class*="php-"] #hamburger-icon, .body-class-members #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon {
    display: block;
    right: 0px;
    left: auto;
  }
  body[class*="php-"] .navbar .nav, .body-class-members .navbar .nav, .body-class-visitorbooking .navbar .nav, .body-class-getawayletter .navbar .nav, [class*="body-class-setcoursestatus"] .navbar .nav, .body-class-opens .navbar .nav, .body-loginpage .navbar .nav {
    text-align: left;
    padding-bottom: 20px;
  }
  body[class*="php-"] .navbar .nav > li, .body-class-members .navbar .nav > li, .body-class-visitorbooking .navbar .nav > li, .body-class-getawayletter .navbar .nav > li, [class*="body-class-setcoursestatus"] .navbar .nav > li, .body-class-opens .navbar .nav > li, .body-loginpage .navbar .nav > li {
    float: none;
  }
  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-weight: 400;
  }
  body[class*="php-"] .nav-bottom, .body-class-members .nav-bottom, .body-class-visitorbooking .nav-bottom, .body-class-getawayletter .nav-bottom, [class*="body-class-setcoursestatus"] .nav-bottom, .body-class-opens .nav-bottom, .body-loginpage .nav-bottom {
    position: relative;
    bottom: 0px;
    left: auto;
    right: auto;
  }
  body[class*="php-"] .nav-login, .body-class-members .nav-login, .body-class-visitorbooking .nav-login, .body-class-getawayletter .nav-login, [class*="body-class-setcoursestatus"] .nav-login, .body-class-opens .nav-login, .body-loginpage .nav-login {
    width: auto;
    float: none;
    position: relative;
    text-align: left;
    font-weight: 400;
  }
  body[class*="php-"] .nav-login > a, .body-class-members .nav-login > a, .body-class-visitorbooking .nav-login > a, .body-class-getawayletter .nav-login > a, [class*="body-class-setcoursestatus"] .nav-login > a, .body-class-opens .nav-login > a, .body-loginpage .nav-login > a {
    padding: 9px 15px;
  }
  body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu {
    float: none;
    position: relative;
  }
  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 {
    padding: 20px 0px;
  }
}

/* hole nav responsive */

@media (min-width: 0px) and (min-height: 900px) and (max-height: 949px) {
  .hole-nav ul li a {
    line-height: 50px;
  }
  .body-public.body-contentpage .navbar .nav > li > a, .body-public.body-class-home .navbar .nav > li > a {
    line-height: 46px;
  }
  .body-public.body-contentpage .nav-logo img, .body-public.body-class-home .nav-logo img {
    width: 140px;
  }
}

@media (min-width: 0px) and (min-height: 850px) and (max-height: 899px) {
  .hole-nav ul li a {
    line-height: 47px;
  }
  .body-public.body-contentpage .navbar .nav > li > a, .body-public.body-class-home .navbar .nav > li > a {
    line-height: 46px;
  }
  .body-public.body-contentpage .nav-logo img, .body-public.body-class-home .nav-logo img {
    width: 140px;
  }
}

@media (min-width: 0px) and (min-height: 800px) and (max-height: 849px) {
  .hole-nav ul li a {
    line-height: 44px;
  }
  .body-public.body-contentpage .navbar .nav > li > a, .body-public.body-class-home .navbar .nav > li > a {
    line-height: 40px;
  }
  .body-public.body-contentpage .nav-logo img, .body-public.body-class-home .nav-logo img {
    width: 120px;
  }
}

@media (min-width: 0px) and (min-height: 750px) and (max-height: 799px) {
  .hole-nav ul li a {
    line-height: 41px;
  }
  .body-public.body-contentpage .navbar .nav > li > a, .body-public.body-class-home .navbar .nav > li > a {
    line-height: 40px;
  }
  .body-public.body-contentpage .nav-logo img, .body-public.body-class-home .nav-logo img {
    width: 120px;
  }
}

@media (min-width: 0px) and (min-height: 700px) and (max-height: 749px) {
  .hole-nav ul li a {
    line-height: 38px;
  }
  .body-public.body-contentpage .navbar .nav > li > a, .body-public.body-class-home .navbar .nav > li > a {
    line-height: 30px;
  }
  .body-public.body-contentpage .nav-logo img, .body-public.body-class-home .nav-logo img {
    width: 100px;
  }
}

@media (min-width: 0px) and (min-height: 650px) and (max-height: 699px) {
  .hole-nav ul li a {
    line-height: 35px;
  }
  .body-public.body-contentpage .navbar .nav > li > a, .body-public.body-class-home .navbar .nav > li > a {
    line-height: 30px;
  }
  .body-public.body-contentpage .nav-logo img, .body-public.body-class-home .nav-logo img {
    width: 100px;
  }
}

@media (min-width: 0px) and (min-height: 0px) and (max-height: 649px) {
  .hole-nav ul li a {
    line-height: 32px;
  }
  .body-public.body-contentpage .navbar .nav > li > a, .body-public.body-class-home .navbar .nav > li > a {
    line-height: 30px;
  }
  .body-public.body-contentpage .nav-logo img, .body-public.body-class-home .nav-logo img {
    width: 100px;
  }
}

@media (min-width: 0px) and (max-width: 979px) and (min-height: 650px) and (orientation: landscape) {
  .hole-nav ul li a {
    line-height: 32px;
  }
  .body-public.body-contentpage .navbar .nav > li > a, .body-public.body-class-home .navbar .nav > li > a {
    line-height: 30px;
  }
  .body-public.body-contentpage .nav-logo img, .body-public.body-class-home .nav-logo img {
    width: 100px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .hc-space {
    padding: 50px 20px 20px;
  }
  .home-content {
    width: 100%;
  }
  .hc-links p {
    font-size: 14px;
  }
  .home-opens {
    display: block;
  }
  .ho-space {
    padding: 40px 20px;
  }
  .footer-space {
    text-align: center;
    padding: 0px 20px;
  }
  .pf-logo {
    text-transform: initial;
  }
  .pf-links {
    margin-top: 20px;
  }
  .pf-social {
    margin-top: 0px;
  }
  .pf-logos {
    margin-top: 30px;
  }
  .pf-logos a:nth-of-type(2) {
    margin: 10px 0px;
    display: block;
  }
  .mf-links a {
    display: block;
    margin: 6px 0px;
  }
  .mf-ig-logo {
    text-align: center;
    margin-top: 10px;
  }
  .public-footer {
    padding-bottom: 20px;
  }
  .body-public.body-contentpage #myNavbar, .body-public.body-class-home #myNavbar {
    width: 100%;
    left: -800px;
  }
  .body-public.show-menu #myNavbar {
    left: 0px;
  }
  .home-logo img {
    width: 150px;
  }
  .inner-full-split-col {
    display: block;
  }
  .ifsc-space {
    padding: 50px 20px;
  }
  .inner-grey-bg {
    padding: 60px 0px;
  }
  .inner-blue-bg {
    padding: 60px 0px;
  }
  .home-full-scroll {
    min-height: 60px;
  }
  .home-full-scroll a {
    padding: 10px 0px;
    height: 50px;
    line-height: 22px;
  }
  .inner-nav ul {
    display: block;
    height: auto;
  }
  .inner-nav ul li a {
    line-height: 50px;
  }
  .hole-content {
    width: 100%;
  }
  .hole-space {
    width: auto;
    padding: 0px 20px;
    left: 0px;
    right: 0px;
  }
  .hole-full-scroll {
    min-height: 60px;
  }
  .hole-full-scroll a {
    padding: 10px 0px;
    height: 50px;
    line-height: 22px;
  }
  .table td, .table th {
    padding: 2px;
    font-size: 12px;
  }
  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-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;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-word;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .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: 55px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 10px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .home-content {
    width: 100%;
    background: #000;
    height: auto;
    padding-bottom: 20px;
    position: relative;
  }
  .home-full {
    height: auto;
  }
  .hc-links {
    margin-top: 20px;
  }
  .home-pic {
    position: relative;
  }
}

/* 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;
  }
}

.body-class-members .nav-bottom {
  display: none;
}

/* editor styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  padding: 6px 0px;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .home-logo {
  position: relative;
  margin-top: 10px;
  top: 0px;
}

.php-ckeditor .home-full-scroll {
  display: none;
}

.php-ckeditor .home-content {
  left: 0px;
}

.php-ckeditor .flip-row .home-content {
  right: 0px;
}

.php-ckeditor .flip-row {
  overflow: visible;
}

.php-ckeditor .inner-title {
  position: relative;
  margin: 10px 0px;
  bottom: 0px;
}

.php-ckeditor .hole-nav {
  width: 100%;
  position: relative;
  height: auto;
  color: #fff;
}

.php-ckeditor.body-class-members .public-footer {
  display: block;
}

/* invalid page */

/*.invalid-page .header-wrapper {
  background: #6a172b;
}*/

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.invalid-page #globalwrap {
  margin-top: 150px;
  padding-left: 20px;
}

.invalid-page .nav-section #hamburger-icon {
  background: rgba(23,26,59,0.8);
}

@media (min-width: 0px) and (max-width: 767px) {
  .invalid-page .header-book {
    display: none;
  }
}

/* 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;
  }
}

/* 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;
}

.inner-grey-block ul, .inner-full-split-col ul {
  margin: 0px 0px 10px;
}

.inner-grey-block ul li, .inner-full-split-col ul li {
  line-height: 28px;
  list-style: none;
}

.inner-grey-block ul li::before, .inner-full-split-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: #171A3B;
  position: relative;
  top: -3px;
}

.inner-grey-block .gallery-thumbs ul li::before {
  display: none;
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

/* inner table */

.inner-main table th {
  padding: 6px;
  border: 2px solid #171A3B;
  font-weight: 400;
}

.inner-main table td {
  padding: 6px;
  border: 2px solid #171A3B;
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #171A3B;
  text-align: left;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #171A3B;
  text-align: left;
  height: 90px;
  width: 70%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #171A3B;
  text-align: left;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper .inner-full-content form input {
  text-align: center;
}

.inner-page-wrapper .inner-full-content form select {
  text-align: center;
}

.inner-page-wrapper .inner-full-content form textarea {
  text-align: center;
}

@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: #814585;
  border: none;
  color: #fff;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #191A36;
  color: #fff;
}

/* slideshow titles */

.content-wrapper #globalwrap .nivo-caption {
  display: none !important;
}

/* slideshow dots and arrows */

.content-wrapper .nivo-controlNav-Wrapper {
  display: none;
}

.content-wrapper #globalwrap .nivo-directionNav {
  display: none;
}

/* home slide */

@media (min-width: 768px) {
  .flip-row {
    overflow-x: hidden;
  }
  .home-content {
    left: -800px;
    transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
  }
  .flip-row .home-content {
    left: auto;
    right: -800px;
  }
  .slide-in .home-content {
    left: 0px;
  }
  .slide-in.flip-row .home-content {
    left: auto;
    right: 0px;
  }
}

/* hole nav landscape */

@media (min-width: 0px) and (max-width: 979px) and (min-height: 500px) and (max-height: 599px) and (orientation: landscape) {
  .hole-nav {
    width: 120px;
  }
  .hole-nav ul li {
    width: 60px;
    float: left;
  }
  .hole-nav ul li a {
    line-height: 52px;
  }
}

@media (min-width: 0px) and (max-width: 979px) and (min-height: 400px) and (max-height: 499px) and (orientation: landscape) {
  .hole-nav {
    width: 120px;
  }
  .hole-nav ul li {
    width: 60px;
    float: left;
  }
  .hole-nav ul li a {
    line-height: 44px;
  }
}

@media (min-width: 0px) and (max-width: 979px) and (min-height: 300px) and (max-height: 399px) and (orientation: landscape) {
  .hole-nav {
    width: 120px;
  }
  .hole-nav ul li {
    width: 60px;
    float: left;
  }
  .hole-nav ul li a {
    line-height: 35px;
  }
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .home-logo img {
    width: 100px;
  }
  .inner-title {
    bottom: 75px;
  }
  .hole-map {
    text-align: center;
  }
  .hole-map img {
    width: 200px;
  }
}

.content-wrapper [class*="slideshow"] .galleryInner::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(23,26,59,0.2);
  z-index: 10;
}

/*.iOS .inner-slideshow .galleryInner, .iOS .inner-slideshow .galleryInner img, .iOS .hole-slideshow .galleryInner, .iOS .hole-slideshow .galleryInner img, .iOS .hole-slideshow, .iOS .hole-content, .iOS .hole-pic img, .iOS .hole-full, .iOS .home-content, .iOS .hole-nav {
  height: calc(100vh - 56px) !important;
}*/

.iOS .home-slideshow .galleryInner, .iOS .home-slideshow .galleryInner img, .iOS .home-full, .iOS .home-content, .iOS .home-pic img {
  height: 100vh !important;
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .iOS .home-slideshow .galleryInner, .iOS .home-slideshow .galleryInner img {
    height: calc(100vh - 56px) !important;
  }
}

.home-page-wrapper .hc-space img {
  max-height: 100px;
}

.pf-social a:focus {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .pf-logos a:last-of-type {
    display: block;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-nav ul li a {
    font-size: 13px;
  }
  .mf-links {
    font-size: 14px;
  }
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hc-links {
    margin-top: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .iOS .home-full, .iOS .home-content {
    height: auto !important;
  }
  .home-pic {
    height: auto;
  }
  #hole-four .hole-space {
    top: 10px;
    transform: translateY(0px);
  }
  .hole-map img {
    width: 170px;
  }
}

.hole-full#hole-five {
  height: auto;
}

#hole-five .hole-full-scroll {
  min-height: 73px;
}

@media (min-width: 980px) {
  [class*="body-class-setcoursestatus"] form input[type*="submit"] {
    padding: 5px 12px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  [class*="body-class-setcoursestatus"] form input[type*="submit"] {
    padding: 5px 12px;
  }
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .php-directory table td a[href*="mailto:"]{
    word-break: break-all;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .hole-video {
    height: auto;
  }
  .hole-video iframe {
    object-fit: initial;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #hole-five .hole-full-scroll {
    min-height: 93px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #hole-five .hole-full-scroll {
    min-height: 79px;
  }
}

.inner-blue-bg a {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 980px) {
  .ifsc-content {
    width: 50%;
  }
  .ifsc-pic {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
  }
  .gallery-image .nav-controls a.prev {
    margin-right: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .ss-controls {
    float: none;
  }
  .gallery-image .nav-controls {
    float: none;
  }
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    width: 150px;
  }
  .gallery-image div.controls {
    height: auto;
    width: 270px;
    margin: 0px auto;
  }
}

/* content does */

.inner-grey-bg ul, .ifsc-content ul {
  margin: 0px 0px 10px;
}

.inner-grey-bg ul li, .ifsc-content ul li {
  line-height: 28px;
  list-style: none;
}

.inner-grey-bg ul li::before, .ifsc-content ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #171A3B;
  font-size: 8px;
  position: relative;
  top: -2px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-grey-bg h2 {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .inner-title h1 {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
}

.php-ckeditor .home-logo {
  background: rgba(0,0,0,0.7);
}

.php-ckeditor .inner-title {
  background: rgba(0,0,0,0.7);
}

.dropdown-menu > li > a {
  font-size: 14px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-nav ul li a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-nav ul li a {
    font-size: 11px;
  }
}

.inner-grey-bg .gallery-thumbs ul li::before {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #hole-five .hole-full-scroll {
    min-height: 80px;
  }
  .hole-yards td {
    font-size: 24px;
    line-height: 24px;
  } 
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-tip p {
    padding-bottom: 15px;
  }
  .hole-tip h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .inner-grey-bg {
    overflow-x: scroll;
  }
}

.body-class-scorecard table tr td:nth-child(2) {
  background: #fff;
}

.body-class-scorecard table tr td:nth-child(5) {
  background: #fc0;
}

.body-class-scorecard table tr td:nth-child(8) {
  background: #f00;
  color: white;
}

.body-class-scorecard table tr td:nth-child(11) {
  background: #00f;
  color: #fff;
}

.body-class-visitors_information .flip-split {
  margin-top: -9px;
}

.header-login {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 145px;
  line-height: 54px;
  z-index: 8;
  display: block;
  text-align: center;
  transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-webkit-transition: all 400ms ease-in-out;
}

.header-login a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.body-class-members .header-login {
  display: none;
}

body[class*="php-"] .header-login, .body-class-members .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 {
  display: none;
}

.fix .header-login {
  top: 0px;
right: 0px;
background: rgba(23,26,59,0.8);
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-login {
    top: 0px;
    right: 0px;
  }
  .body-public.body-contentpage .nav-section #hamburger-icon, .body-public.body-class-home .nav-section #hamburger-icon {
    top: 0px;
    left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .hc-links a {
    font-size: 14px;
  }
  .header-login a {
    font-weight: 400;
  }
  .home-open {
    width: 49.7%;
    display: inline-block;
    float: none;
  }
  .home-opens {
    margin-top: -30px;
  }
}

body[class*="body-class-hole_"] .header-login, .body-class-the_holes .header-login {
  right: 65px;
}

.home-status {
  position: absolute;
  bottom: 130px;
  left: 10px;
  right: 10px;
  max-width: 900px;
  z-index: 20;
  text-align: center;
  color: #fff;
  margin: 0px auto;
  text-shadow: 1px 1px #000;
}

.home-status h3 {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.home-status .statuses {
  display: inline-block;
}

.home-status .status-open {
  display: inline-block;
}

.home-status .status-open p {
  margin: 0px;
}

.home-status .status-open p::before {
  content: '';
  width: 7px;
  height: 2px;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  position: relative;
  top: -4px;
}

.home-status .status-warn {
  display: none;
}

.hole-yards tr:nth-child(1) td:nth-child(1) p, .hole-yards tr td:nth-child(1) {
  text-align: left !important;
  margin-left: 0px !important;
  margin-bottom: 0px;
}

.php-ckeditor .ifsc-space {
  padding: 20px;
}

.body-class-members.body-contentpage .inner-nav {
  display: none;
}

.body-class-members.body-contentpage .inner-slideshow .galleryInner img {
  height: auto !important;
}

/* end anton styles */