/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav-section .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav-section .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
 font-family: 'Montserrat', sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 30px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 25px;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #A68217;
  margin-bottom: 20px;
}

.body-class-members h4 {
  color: #A68217;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #A68217;
  margin-bottom: 15px;
}

h5 a {
  background: #A68217;
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}

a {
  color: #F7C329;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-class-members .content-wrapper a, [class*="php-"] .content-wrapper a, .body-class-opens .content-wrapper a {
  color: #F7C329;
}

.content-wrapper a:hover, .content-wrapper a:focus {
  color: #fff;
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Montserrat', sans-serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  width: 100%;
  height: 73px;
  z-index: 1001;
  top: 0px;
  left: 0px;
}

.members-login {
  position: absolute;
  top: 16px;
  right: 53px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .members-login {
  top: 0px;
  right: 0px;
}

.members-login a {
  color: #fff;
  display: inline-block;
  padding: 20px 20px;
  text-shadow: 1px 1px #000;
}

.fix .members-login a {
  background: #012c19;
  text-shadow: none;
}

.members-login a:hover {
  color: #A68217;
}

.fix .members-login a:hover {
  text-decoration: none;
}

/* navbar styles */

.navbar {
  position: relative;
  z-index: 250;
  margin: 0px;
}

#hamburger-icon {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 203px;
  height: 83px;
  background: #012c19;
  padding: 0px;
  border: none;
  color: #fff;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

#hamburger-icon:hover {
  color: #A68217;
}

#hamburger-icon .line {
  height: 2px;
  content: '';
  display: inline-block;
  position: absolute;
  background: #fff;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

#hamburger-icon:hover .line {
  background: #A68217;
}

#hamburger-icon .line-1 {
  top: 25px;
  left: 28px;
  width: 41px;
}

#hamburger-icon .line-2 {
  top: 39px;
  left: 28px;
  width: 34px;
}

#hamburger-icon .line-3 {
  top: 54px;
  left: 28px;
  width: 25px;
}

#hamburger-icon:hover .line-1 {
  width: 34px;
}

#hamburger-icon:hover .line-3 {
  width: 34px;
}

#hamburger-icon .textClose {
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 50px;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
}

#myNavbar {
  position: fixed;
  left: -500px;
  top: 0px;
  width: 500px;
  /*background: #012C19;*/
  background: rgba(1,44,25,0.8);
  height: 100vh !important;
  overflow-y: scroll !important;
  z-index: 250;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.navbar .nav {
  float: none;
  margin: 30px 0px 20px;
}

.navbar .nav > li {
  float: none;
  padding: 8px 0px;
}

.navbar .nav > li > a {
  text-transform: uppercase;
  position: relative;
  line-height: 28px;
  display: inline-block;
  width: 100%;
  padding: 6px 20px;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar .nav > li > a:hover, .navbar .nav > li.current > a {
  background: transparent;
  color: #F7C329;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  box-shadow: none;
}

#myNavbar .dropdown-menu {
  position: relative;
  background: transparent;
  float: none;
  border: none;
  box-shadow: none;
  height: 0px;
  overflow: hidden;
  display: block;
  padding: 0px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.open .dropdown-menu {
  padding: 5px 0px;
}

#myNavbar .nav > li.open .dropdown-menu {
  height: auto;
}

.dropdown-menu > li > a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 20px;
  line-height: 24px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a {
  background: transparent;
  background-image: none;
  color: #F7C329;
}

.navbar .nav > li.nav-haslevel-2 > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 16px;
  display: inline-block;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar .nav > li.nav-haslevel-2 > a:hover::after {
  color: #A68217;
}

.navbar .nav > li.open.nav-haslevel-2 > a::after {
  transform: rotate(-180deg);
}

.slide #myNavbar {
  left: 0px;
}

.nav-wrapper {
  padding: 20px 30px 40px;
}

.nav-close {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding: 6px;
  position: absolute;
  right: 0px;
}

.nav-close .cross {
  width: 22px;
  height: 3px;
  display: inline-block;
  position: absolute;
  background: white;
  top: 15px;
  left: 6px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.nav-close .cross-1 {
  transform: rotate(45deg);
}

.nav-close .cross-2 {
  opacity: 1;
  transform: rotate(-45deg);
}

.close-nav {
  margin-left: 28px;
}

.nav-close:hover {
  cursor: pointer;
}

.nav-close:hover .cross-1 {
  transform: rotate(0deg);
}

.nav-close:hover .cross-2 {
  opacity: 0;
}

.nav-book {
  padding-top: 20px;
  text-align: center;
}

.nav-book a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  text-decoration: underline;
}

.nav-book a:hover {
  color: #A68217;
}

.nav-logo {
  text-align: center;
  margin: 20px 0px 40px;
}

.nav-logo img {
  width: 104px;
}

/* footer styles */

.public-footer {
  background: url('/images/resources/parkstone/footer-bg.jpg');
  background-size: cover;
  color: white;
}

.body-contentpage .members-footer, .body-class-home.body-public .members-footer {
  display: none;
}

.footer-two-col {
  padding-top: 160px;
}

.footer-link-col a {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.footer-link-col a:hover {
  color: #A68217;
  text-decoration: none;
}

.footer-link-col p {
  margin-bottom: 20px;
}

.footer-address p {
  margin-bottom: 20px;
}

.footer-address a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-address a i {
  display: inline-block;
  margin-left: 6px;
  width: 22px;
  line-height: 22px;
  background: #fff;
  text-align: center;
  color: #333;
  border-radius: 50%;
  font-size: 12px;
}

.footer-two-not-eq-col {
  padding-top: 60px;
}

.footer-logos a:nth-of-type(2) img {
  margin: 0px 30px;
}

.footer-club-logo {
  text-align: right;
}

.footer-club-logo img {
  width: 56px;
}

.footer-line {
  margin-top: 40px;
  width: 100%;
  height: 3px;
  display: inline-block;
  content: '';
  background: rgba(255,255,255,0.2);
}

.mf-footer {
  padding: 50px 0px;
}

.mf-copy {
  padding-top: 9px;
  color: white;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* public pages */

.page-space {
  padding: 0px 200px;
}

#globalwrap {
  padding: 0px;
}

.body-public.body-class-home .header-logo, .body-contentpage .header-logo {
  display: none;
}

/* home page */

.hide-heading {
  display: none;
}

#home-section-one, #home-section-two, #home-section-three, #home-section-four, #home-section-five, #home-section-six {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}

.body-public .home-section-background > .wysiwyg-editable img {
  opacity: 0;
  display: none;
}

.home-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 150px;
  margin: 0px auto;
  top: 40px;
  z-index: 20;
}

.home-top-100 {
  position: absolute;
  width: 129px;
  left: 40px;
  bottom: 30px;
  z-index: 15;
}

.home-eg-logo {
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: 79px;
  z-index: 15;
}

.slider-scroll {
  position: absolute;
  width: 100px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 60px;
  z-index: 18;
  text-align: center;
}

.slider-scroll:hover {
  cursor: pointer;
}

.slider-scroll a {
  color: #fff;
  text-shadow: 1px 1px #000;
  letter-spacing: 2px;
}

.slider-scroll a:hover {
  color: #A68217;
  text-decoration: none;
}

.slider-scroll a i {
  font-size: 28px;
}

.home-section-one-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0,62,37,0.2);
  content: '';
  display: inline-block;
  top: 0px;
  left: 0px;
}

.home-bottom-left-content {
  position: absolute;
  z-index: 20;
  left: 0px;
  bottom: 0px;
  width: 50%;
  background: rgba(0,0,0,0.7);
  color: #fff;
}

.home-bottom-left-content::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 226px;
  top: 0px;
  right: -226px;
  background-image: url('/images/resources/parkstone/home-content-fade-left.png');
  background-repeat: repeat-y;
}

.home-bottom-right-content {
  position: absolute;
  z-index: 20;
  right: 0px;
  bottom: 0px;
  width: 50%;
  background: rgba(0,0,0,0.7);
  color: #fff;
}

.home-bottom-right-content::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 226px;
  top: 0px;
  left: -226px;
  background-image: url('/images/resources/parkstone/home-content-fade.png');
  background-repeat: repeat-y;
}

.home-bottom-left-content .home-space {
  padding: 100px 20px 100px 150px;
}

.home-bottom-right-content .home-space {
  padding: 100px 80px 100px 40px;
}

.home-space h2 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 0px;
  font-size: 26px;
  line-height: 36px;
}

.home-links {
  padding-top: 15px;
}

.home-links a {
  display: inline-block;
  position: relative;
  color: white;
  padding: 10px 20px 10px 0px;
  min-width: 202px;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* border-top: 1px solid rgba(255,255,255,0.5); */
}

.home-links p {
  margin: 0px;
}

.home-links p:last-child a {
  color: #fff;
  /* border-bottom: 1px solid rgba(255,255,255,0.5); */
}

.home-space a:hover {
  color: #A68217;
  text-decoration: none;
}

.home-space p:last-child a:hover {
  color: #A68217;
}

.home-links a::before {
  content: url('/images/resources/parkstone/home-link-fade.png');
  position: absolute;
  top: -20px;
  left: 0px;
  width: 261px;
  height: 1px;
}

.home-links a::after {
  position: relative;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  content: url('/images/resources/parkstone/home-white-arrow.png');
}

.home-links a:hover::after {
  content: url('/images/resources/parkstone/home-white-arrow.png');
}

.home-links p:last-child a::after {
  position: relative;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  content: url('/images/resources/parkstone/home-white-arrow.png');
}

.home-links p:last-child a:hover::after {
  content: url('/images/resources/parkstone/home-white-arrow.png');
}

.home-links p {
  position: relative;
}

.home-links p:last-child::after {
  content: url('/images/resources/parkstone/home-link-fade.png');
  width: 261px;
  height: 1px;
  position: absolute;
  bottom: 18px;
  left: 0px;
}

/* inner page */

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner, .inner-slideshow .galleryInner > img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.inner-slide-fade {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  z-index: 10;
  content: '';
  display: inline-block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
}

.inner-green-background {
  padding: 90px 0px;
  background: #003E25;
  text-align: center;
  color: #fff;
}

.inner-green-background h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 0px;
}

.inner-green-background h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 0px;
}

.body-contentpage #global > br {
  display: none;
}

.inner-full-image {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.body-public .inner-full-image img {
  opacity: 1;
}

/* course page */

.scorecard-box a {
  display: inline-block;
  position: relative;
  padding: 10px 24px;
  font-size: 14px;
  text-decoration: none;
  background: #A68217;
  color: white;
  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 #fff;
}

.scorecard-content th.White {
  color: #333;
}

.scorecard-content .White {
  background: white;
  color: #333;
}

.scorecard-content .Yellow {
  background: #FC0;
  color: black;
}

.scorecard-content .Red {
  background: #F00;
  color: white;
}

.scorecard-content table.scorecard.table thead tr th {
  border-top: 2px solid #fff;
}

.has-hole-nav {
  padding-top: 0px;
}

/* hole page */

.hole-slideshow {
  position: relative;
}

.hole-slideshow .galleryInner, .hole-slideshow .galleryInner > img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.hole-nav h2 {
  display: none;
}

.hole-nav {
  padding: 10px 0px;
  border-bottom: 1px solid #DDDCDA;
  margin-bottom: 70px;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline;
  font-size: 0px;
  margin: 0px 6px;
}

.hole-nav ul li a {
  display: inline-block;
  width: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.hole-nav ul li a:hover, .hole-nav ul li.current a {
  color: #A68217;
  text-decoration: none;
}

.hole-nav ul li a::after {
  position: absolute;
  content: '\f0d7';
  font-family: 'FontAwesome';
  bottom: -32px;
  left: 0px;
  right: 0px;
  font-size: 20px;
  color: #DDDCDA;
  opacity: 0;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.hole-nav ul li a:hover::after, .hole-nav ul li.current a::after {
  opacity: 1;
  color: #DDDCDA;
}

.hole-two-col {
  background: #012C19;
}

.hole-two-col.row-fluid .span6 {
  width: 50%;
  margin-left: 0px;
}

.hole-content-col {
  text-align: center;
  color: white;
}

.hole-content-col-space {
  padding: 60px 30px 30px;
}

.hole-yards {
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 360px;
  margin: 0px auto;
  text-align: left;
  font-size: 20px;
}

.hole-yards .yellow {
  margin: 20px 0px;
}

.hole-yards .white::before {
  width: 28px;
  height: 28px;
  content: '63';
  display: inline-block;
  float: left;
  position: relative;
  top: 0px;
  border-radius: 50%;
  #background: #fff;
  margin-right: 10px;
}

.hole-yards .yellow::before {
  width: 28px;
  height: 28px;
  content: '59';
  display: inline-block;
  float: left;
  position: relative;
  top: 0px;
  border-radius: 50%;
  #background: #fc0;
  margin-right: 10px;
}

.hole-yards .red::before {
  width: 28px;
  height: 28px;
  content: '56';
  display: inline-block;
  float: left;
  position: relative;
  top: 0px;
  border-radius: 50%;
  #background: #f00;
  margin-right: 10px;
}

.hole-yards .blue {
  margin-top: 20px;
}

.hole-yards .blue::before {
  width: 28px;
  height: 28px;
  content: '50';
  display: inline-block;
  float: left;
  position: relative;
  top: 0px;
  border-radius: 50%;
  #background: #f00;
  margin-right: 10px;
}

.hole-map {
  padding-top: 50px;
}

/* 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/parkstone/members-area-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"].fix .members-login, .body-class-members.fix .members-login, .body-class-visitorbooking.fix .members-login, .body-class-getawayletter.fix .members-login, [class*="body-class-setcoursestatus"].fix .members-login, .body-class-opens.fix .members-login, .body-loginpage.fix .members-login {
  top: 28px;
  right: 0px;
}

body[class*="php-"] .members-login, .body-class-members .members-login, .body-class-visitorbooking .members-login, .body-class-getawayletter .members-login, [class*="body-class-setcoursestatus"] .members-login, .body-class-opens .members-login, .body-loginpage .members-login {
  top: 28px;
  right: 0px;
}

body[class*="php-"].fix .members-login a, .body-class-members.fix .members-login a, .body-class-visitorbooking.fix .members-login a, .body-class-getawayletter.fix .members-login a, [class*="body-class-setcoursestatus"].fix .members-login a, .body-class-opens.fix .members-login a, .body-loginpage.fix .members-login a {
  background: transparent;
}

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: #003e25;
  width: 100%;
  min-height: 100px;
}

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;
  position: relative;
}

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: 64px;
  float: left;
  margin-left: 0px;
  top: 5px;
  position: relative;
  z-index: 300;
}

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-"] .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: 70px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 14px;
}

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, .body-class-members .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 14px;
}


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: 200px;
  margin-bottom: 60px;
  border: 2px solid #fff;
  padding: 20px;
  background: rgba(1,44,25,0.85);
  color: white;
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #fff;
  padding: 20px;
  background: rgba(1,44,25,0.85);
  color: #fff;
}

body[class*="php-"] .public-footer, .body-class-members .public-footer, .body-class-visitorbooking .public-footer, .body-class-getawayletter .public-footer, [class*="body-class-setcoursestatus"] .public-footer, .body-class-opens .public-footer, .body-loginpage .public-footer {
  display: none;
}

body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
  display: block;
  padding: 15px 0px;
  background: #003e25;
}

/* 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, .body-class-members .content-wrapper a.btn {
  display: inline-block;
  text-shadow: none;
  background: #A68217;
  color: white;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  border: transparent;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, .body-class-members .content-wrapper a.btn:hover {
  background: #000;
  color: white;
  text-decoration: none;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none !important;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* default page navbar */

body[class*="php-"] #myNavbar, .body-class-members #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar {
  position: relative;
  left: 0px;
  top: 0px;
  height: auto !important;
  overflow: visible !important;
  width: auto;
  background: transparent;
}

body[class*="php-"] #myNavbar .dropdown-menu, .body-class-members #myNavbar .dropdown-menu, .body-class-visitorbooking #myNavbar .dropdown-menu, .body-class-getawayletter #myNavbar .dropdown-menu, [class*="body-class-setcoursestatus"] #myNavbar .dropdown-menu, .body-class-opens #myNavbar .dropdown-menu, .body-loginpage #myNavbar .dropdown-menu {
  position: absolute;
  background: #012c19;
}

body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper {
  padding: 0px;
}

body[class*="php-"] .nav-close, .body-class-members .nav-close, .body-class-visitorbooking .nav-close, .body-class-getawayletter .nav-close, [class*="body-class-setcoursestatus"] .nav-close, .body-class-opens .nav-close, .body-loginpage .nav-close {
  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-"] .navbar-inverse .nav > li > a, .body-class-members .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 {
  padding: 10px 15px;
  letter-spacing: 0px;
}

body[class*="php-"] .navbar-inverse .nav > li, .body-class-members .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li {
  display: inline-block;
}

body[class*="php-"] .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-members .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar .nav > li.nav-haslevel-2 > a::after {
  top: 9px;
  right: -5px;
  font-size: 12px;
}

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  {
  padding-top: 20px;
  margin: 0px;
}

body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a {
  text-align: left;
  text-transform: capitalize;
}

.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 {
  color: #F7C329;
}

.body-class-members .members-login, body[class*="php-"] .members-login, .body-class-visitorbooking .members-login, .body-class-getawayletter .members-login, [class*="body-class-setcoursestatus"] .members-login, .body-class-opens .members-login, .body-loginpage .members-login {
  display: none;
}

.body-class-members .nav-book, body[class*="php-"] .nav-book, .body-class-visitorbooking .nav-book, .body-class-getawayletter .nav-book, [class*="body-class-setcoursestatus"] .nav-book, .body-class-opens .nav-book, .body-loginpage .nav-book {
  display: none;
}

.body-public.body-class-home #myNavbar .nav > li:last-child, .body-public.body-contentpage #myNavbar .nav > li:last-child {
  display: none;
}

/* members */

.body-class-members .header-wrapper {
  position: relative;
  height: 100px;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(1,44,25,0.85);
  border: 2px solid #fff;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #7240A4;
  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.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;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background: #003e25;
}

.php-diary .diary-nav-right.affix {
  position: relative;
}

.php-diary .eventviewTableMonth td {
  background: transparent;
}

.body-class-members thead {
  background: #A68217;
  color: #fff;
}

.body-class-members .content-wrapper thead a {
  color: #fff;
  text-decoration: underline;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .home-bottom-left-content .home-space {
    padding: 80px 20px 80px 125px;
  }
  .home-bottom-right-content .home-space {
    padding: 80px 60px 80px 40px;
  }
  .hole-content-col-space {
    padding: 30px;
  }
  .hole-map img {
    max-width: 250px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .home-bottom-left-content .home-space {
    padding: 60px 20px 60px 100px;
  }
  .home-bottom-right-content .home-space {
    padding: 60px 50px 60px 40px;
  }
  .hole-content-col-space {
    padding: 30px 30px 10px;
  }
  .hole-map {
    padding-top: 30px;
  }
  .hole-map img {
    max-width: 250px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .home-bottom-left-content .home-space {
    padding: 40px 20px 40px 75px;
  }
  .home-bottom-right-content .home-space {
    padding: 40px 40px 40px 40px;
  }
  .hole-content-col-space {
    padding: 20px 30px 10px;
  }
  .hole-map {
    padding-top: 20px;
  }
  .hole-map img {
    max-width: 208px;
  }
}

/* main responsive */

/* slideshows */

@media (min-width: 0px) and (max-width: 1199px) {
  .inner-slideshow .galleryInner, .inner-slideshow .galleryInner > img {
    height: auto !important;
  }
}

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .hole-content-col-space {
    padding: 20px 30px 10px;
  }
  .hole-map {
    padding-top: 20px;
  }
  .hole-map img {
    max-width: 208px;
  }
  .home-bottom-left-content {
    width: 100%;
  }
  .home-bottom-left-content .home-space {
    padding: 20px 30px 20px 30px;
  }
  .home-bottom-right-content {
    width: 100%;
  }
  .home-bottom-right-content .home-space {
    padding: 20px 30px 20px 30px;
  }
  .footer-logos img {
    max-width: 250px;
  }
  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-"] .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: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-members .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 {
    padding: 10px 12px;
  }
  body[class*="php-"] .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-members .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar .nav > li.nav-haslevel-2 > a::after {
    right: -3px;
    font-size: 10px;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .php-roundmgmt .table td, .php-roundmgmt .table th {
    padding: 4px;
    font-size: 14px;
  }
  .php-directory .content-wrapper a[href*="mailto:"] {
    font-size: 12px;
  }
  .home-bottom-left-content::after {
    display: none;
  }
  .home-bottom-right-content::after {
    display: none;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .home-bottom-left-content {
    width: 100%;
  }
  .home-bottom-left-content .home-space {
    padding: 20px 30px 20px 30px;
  }
  .home-bottom-right-content {
    width: 100%;
  }
  .home-bottom-right-content .home-space {
    padding: 20px 30px 20px 30px;
  }
  .footer-address a {
    font-size: 14px;
  }
  .footer-logos img {
    max-width: 200px;
  }
  .hole-nav ul {
    width: 490px;
    margin: 0px auto;
  }
  .hole-nav ul li a {
    margin: 4px 0px;
  }
  .hole-two-col.row-fluid .span6 {
    width: 100%;
  }
  .hole-yards {
    text-align: center;
  }
  .hole-aerial {
    text-align: center;
    padding-bottom: 20px;
  }
  .hole-aerial img {
    max-width: 700px;
    margin: 0px auto;
    width: 100%;
  }
  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: 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;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .body-class-members #container #globalwrap {
    margin-top: 90px;
  }
  .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, .body-class-members .content-wrapper a.btn {
    padding: 6px 8px;
    text-transform: capitalize;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  .table td, .table th {
    padding: 4px;
    font-size: 14px;
  }
}

/* portrait tablet */

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    font-size: 16px;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    text-transform: capitalize;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: #A68217;
  }
  .members-login {
    display: none;
  }
  .body-public.body-class-home #myNavbar .nav > li:last-child, .body-public.body-contentpage #myNavbar .nav > li:last-child {
    display: block;
  }
  #myNavbar .dropdown-menu {
    /*background: #000;*/
    text-align: left;
  }
  .body-public .inner-full-image img {
    opacity: 1;
  }
  .hole-nav ul li a::after {
    display: none;
  }
  .slider-scroll {
    display: none;
  }
  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;
    top: 14px;
    position: absolute;
  }
  body[class*="php-"] #myNavbar, .body-class-members #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar {
    height: 0px !important;
    overflow: hidden !important;
    background: #003e25;
  }
  body[class*="php-"].slide #myNavbar, .body-class-members.slide #myNavbar, .body-class-visitorbooking.slide #myNavbar, .body-class-getawayletter.slide #myNavbar, [class*="body-class-setcoursestatus"].slide #myNavbar, .body-class-opens.slide #myNavbar, .body-loginpage.slide #myNavbar {
    height: auto !important;
  }
  body[class*="php-"].slide #hamburger-icon .line-1, .body-class-members.slide #hamburger-icon .line-1, .body-class-visitorbooking.slide #hamburger-icon .line-1, .body-class-getawayletter.slide #hamburger-icon .line-1, [class*="body-class-setcoursestatus"].slide #hamburger-icon .line-1, .body-class-opens.slide #hamburger-icon .line-1, .body-loginpage.slide #hamburger-icon .line-1  {
    width: 34px;
    top: 34px;
    transform: rotate(45deg);
  }
  body[class*="php-"].slide #hamburger-icon .line-2, .body-class-members.slide #hamburger-icon .line-2, .body-class-visitorbooking.slide #hamburger-icon .line-2, .body-class-getawayletter.slide #hamburger-icon .line-2, [class*="body-class-setcoursestatus"].slide #hamburger-icon .line-2, .body-class-opens.slide #hamburger-icon .line-2, .body-loginpage.slide #hamburger-icon .line-2  {
    opacity: 0;
  }
  body[class*="php-"].slide #hamburger-icon .line-3, .body-class-members.slide #hamburger-icon .line-3, .body-class-visitorbooking.slide #hamburger-icon .line-3, .body-class-getawayletter.slide #hamburger-icon .line-3, [class*="body-class-setcoursestatus"].slide #hamburger-icon .line-3, .body-class-opens.slide #hamburger-icon .line-3, .body-loginpage.slide #hamburger-icon .line-3  {
    width: 34px;
    top: 34px;
    transform: rotate(-45deg);
  }
  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: 100%;
  } 
  body[class*="php-"] .navbar-inverse .nav > li, .body-class-members .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li {
    display: block;
    padding: 0px;
  }
  body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper {
    padding: 0px 20px 20px;
  }
  body[class*="php-"] .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-members .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar .nav > li.nav-haslevel-2 > a::after {
    right: 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;
    height: 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 {
    margin-left: 10px;
  }
  body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
    margin-top: 100px;
  }
  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, .body-class-members .navbar-inverse .nav > li > a {
    font-size: 16px;
  }
  body[class*="php-"] #myNavbar .dropdown-menu, .body-class-members #myNavbar .dropdown-menu, .body-class-visitorbooking #myNavbar .dropdown-menu, .body-class-getawayletter #myNavbar .dropdown-menu, [class*="body-class-setcoursestatus"] #myNavbar .dropdown-menu, .body-class-opens #myNavbar .dropdown-menu, .body-loginpage #myNavbar .dropdown-menu {
    position: relative;
  }
  .php-weatherfg div.phone-weather .weather-list-item:nth-child(2n) {
    background: transparent;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .home-bottom-left-content::after {
    display: none;
  }
  .home-bottom-right-content::after {
    display: none;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .nav-book {
    text-align: left;
  }
  .nav-book a {
    text-decoration: none;
    font-size: 16px;
    padding-left: 20px;
  }
  #hamburger-icon {
    width: 142px;
    height: 53px;
  }
  #hamburger-icon .line-1 {
    left: 14px;
    top: 12px;
  }
  #hamburger-icon .line-2 {
    left: 14px;
    top: 26px;
  }
  #hamburger-icon .line-3 {
    left: 14px;
    top: 40px;
  }
  #myNavbar {
    width: 100%;
    left: -800px;
  }
  .navbar .nav > li > a {
    text-align: left;
  }
  body[class*="php-"].slide #hamburger-icon .line-1, .body-class-members.slide #hamburger-icon .line-1, .body-class-visitorbooking.slide #hamburger-icon .line-1, .body-class-getawayletter.slide #hamburger-icon .line-1, [class*="body-class-setcoursestatus"].slide #hamburger-icon .line-1, .body-class-opens.slide #hamburger-icon .line-1, .body-loginpage.slide #hamburger-icon .line-1 {
    top: 26px;
  }
  body[class*="php-"].slide #hamburger-icon .line-3, .body-class-members.slide #hamburger-icon .line-3, .body-class-visitorbooking.slide #hamburger-icon .line-3, .body-class-getawayletter.slide #hamburger-icon .line-3, [class*="body-class-setcoursestatus"].slide #hamburger-icon .line-3, .body-class-opens.slide #hamburger-icon .line-3, .body-loginpage.slide #hamburger-icon .line-3 {
    top: 26px;
  }
  #home-section-one, #home-section-two, #home-section-three, #home-section-four, #home-section-five, #home-section-six {
    background-image: none !important;
    height: auto;
  }
  .body-public .home-section-background > .wysiwyg-editable img {
    display: block;
    opacity: 1;
  }
  .home-bottom-left-content {
    position: relative;
    width: 100%;
    text-align: center;
    background: #000;
  }
  .home-bottom-left-content .home-space {
    padding: 20px 20px 40px;
  }
  .home-bottom-right-content {
    position: relative;
    width: 100%;
    background: #000;
    text-align: center;
  }
  .home-bottom-right-content .home-space {
    padding: 20px 20px 40px;
  }
  .home-links a::before {
    right: 0px;
    margin: 0px auto;
  }
  .home-links p:last-child::after {
    right: 0px;
    margin: 0px auto;
  }
  .footer-two-col {
    text-align: center;
    padding-top: 40px;
  }
  .footer-link-col p {
    margin-bottom: 10px;
  }
  .footer-address {
    padding-top: 30px;
  }
  .footer-two-not-eq-col {
    padding-top: 10px;
  }
  .footer-line {
    margin-top: 20px;
  }
  .mf-footer {
    padding: 10px 0px;
  }
  .footer-address p {
    margin-bottom: 10px;
  }
  .footer-logos {
    text-align: center;
  }
  .footer-logos img {
    max-width: 220px;
    display: block;
    margin: 0px auto;
  }
  .footer-logos a:nth-of-type(2) img {
    margin: 10px auto;
  }
  .footer-club-logo {
    text-align: center;
    padding-top: 20px;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-ig-logo {
    text-align: center;
    padding-top: 10px;
  }
  .public-footer {
    background-position: center;
  }
  .home-top-100 {
    display: none;
  }
  .home-eg-logo {
    display: none;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li a {
    width: 34px;
    line-height: 34px;
    margin: 4px 0px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .hole-two-col.row-fluid .span6 {
    width: 100%;
    text-align: center;
  }
  .hole-map img {
    max-width: 250px;
  }
  .hole-yards {
    text-align: center;
  }
  .hole-aerial {
    padding: 0px 20px 20px;
  }
  .hole-aerial img {
    max-width: 500px;
    width: 100%;
    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: auto;
    margin: 0px 10px;
  }
  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 {
    top: 26px;
    right: 10px;
  }
  body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
    padding: 20px 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, .body-class-members .content-wrapper a.btn {
    padding: 6px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block !important;
  }
  .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 !important;
  }
  .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-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  .home-logo {
    display: none;
  }
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 12px;
  }
  .footer-address {
    font-size: 14px;
  }
  .hole-yards {
    width: 280px;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
}

/* news list changes */

.php-news #taglist a span[style*="#800080"] {
  color: #A68217 !important;
}

.php-news #taglist a span[style*="#800080"] {
  color: #7070FF !important;
}

/* editor styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #fff;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  margin-left: 0px;
  top: 0px;
  padding: 6px 0px;
}

.php-ckeditor .ig-wysiwyg-editor-navbar a.btn:hover {
  background: #ccc;
  color: #333;
}

.php-ckeditor #home-section-one, .php-ckeditor #home-section-two, .php-ckeditor #home-section-three, .php-ckeditor #home-section-four, .php-ckeditor #home-section-five {
  height: auto;
  margin: 15px 0px;
}

.php-ckeditor .home-bottom-left-content {
  position: relative;
  width: 100%;
}

.php-ckeditor .home-bottom-right-content {
  position: relative;
  width: 100%;
}

.php-ckeditor .home-bottom-left-content .home-space {
  padding: 20px;
}

.php-ckeditor .home-bottom-right-content .home-space {
  padding: 20px;
}

.php-ckeditor .home-section-one-overlay {
  display: none;
}

.php-ckeditor .slider-scroll {
  display: none;
}

.php-ckeditor .inner-page-wrapper .home-logo {
  position: relative;
  margin-top: 10px;
}

.php-ckeditor .page-space {
  padding: 0px 20px;
}

.php-ckeditor .inner-slide-fade {
  display: none;
}

.php-ckeditor .hole-page-wrapper .home-logo {
  position: relative;
  margin-top: 10px;
}

.body-class-members .content-wrapper .container {
  width: auto;
}

.body-class-members.body-contentpage .header-logo {
  display: block;
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

/* content tables */

.inner-page-wrapper table th {
  background: #A68217;
  color: white;
  border: 2px solid #fff;
  padding: 6px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.inner-page-wrapper table td {
  border: 2px solid #fff;
  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 .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  bottom: 150px;
  z-index: 11;
}

.nivo-caption h4 {
  color: #A68217;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
}

.nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper #globalwrap .nivo-caption {
    bottom: 60px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper #globalwrap .nivo-caption {
    display: none !important
  }
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: none;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: block;
  z-index: 12;
  bottom: 20px;
}

.content-wrapper .nivo-controlNav {
  padding: 0px;
}

.content-wrapper .nivo-controlNav a {
  background-image: none;
  background-color: #E1E2E4;
  content: '';
  width: 7px;
  height: 7px;
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  font-size: 0px;
  position: relative;
  top: 2.5px;
  margin-right: 8px;
}

.content-wrapper .nivo-controlNav a.active {
  background: transparent;
  border-color: white;
  width: 11px;
  height: 11px;
  top: 0px;
}

/* forms */

.inner-page-wrapper form input {
  background: #326450;
  border-radius: 0px;
  border: 2px solid #fff;
  text-align: center;
  height: 30px;
  width: 95%;
  color: #fff;
}

.inner-page-wrapper form textarea {
  background: #326450;
  border-radius: 0px;
  border: 2px solid #fff;
  text-align: center;
  height: 30px;
  width: 95%;
  color: #fff;
}

.inner-page-wrapper form select {
  background: #326450;
  border-radius: 0px;
  border: 2px solid #fff;
  text-align: center;
  height: 30px;
  width: 95%;
  color: white;
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: #A68217;
  border: none;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: #fff;
}

/* slideshow fixer */

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

/* additional */

.content-wrapper legend {
  color: #fff;
}

.content-wrapper form fieldset {
  background: transparent !important;
}

/* initials fixes */

@media (min-width: 768px) and (max-width: 1199px) {
#home-section-one, #home-section-two, #home-section-three, #home-section-four, #home-section-five, #home-section-six {
    height: auto;
    background-image: none !important;
  }
  .body-public .home-section-background > .wysiwyg-editable img {
    display: block;
    opacity: 1;
  }
  .home-bottom-left-content {
    position: relative;
    bottom: 0px;
    background: #000;
    text-align: center;
  }
  .home-bottom-right-content {
    position: relative;
    bottom: 0px;
    background: #000;
    text-align: center;
  }
  .home-links p:last-child::after {
    width: 222px;
    right: 0px;
    margin: 0px auto;
  }
  .home-links a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
}

.body-class-members .header-wrapper .nav {
  font-size: 0px;
}

.inner-green-background ul {
  margin: 0px 0px 10px 0px;
}

.inner-green-background ul li {
  list-style: none;
}

.inner-green-background ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #fff;
  font-size: 8px;
  position: relative;
  top: -3px;
}

.inner-page-wrapper form .customFormMultiCheckBoxWrapper input {
  width: auto;
  margin-top: -2px;
}

.inner-page-wrapper form label {
  margin-top: 6px;
}

.inner-green-background .hole-nav ul li::before, .inner-green-background .gallery-thumbs ul li::before {
  display: none;
}

@media (min-width: 0px) and (max-width: 979px) {
  .inner-green-background .hole-nav ul {
    margin: 0px auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-green-background h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .inner-green-background {
    overflow-x: scroll;
  }
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  position: relative;
  -webkit-appearance: none;
}

.inner-page-wrapper form input[type*="checkbox"]:checked {
  background-image: url('/images/resources/parkstone/white-tick.png');
  background-size: 15px 11px;
  background-repeat: no-repeat;
  background-position: center;
  content: 'f00c';
  font-family: 'FontAwesome';
}

@media (min-width: 980px) and (max-width: 1199px) {
  .hole-aerial {
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
  }
  .hole-two-col.row-fluid .span6 {
    width: 100%;
    margin: 20px auto;
    float: none;
  }
}

.body-class-members .header-wrapper .navbar .nav > li.nav-haslevel-2 > a::after {
  display: none;
}

/* internet exploder styles */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .body-public #myNavbar {
    left: 0px;
    opacity: 0px;
    visibility: hidden;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .body-public.slide #myNavbar {
    opacity: 1;
    visibility: visible;
  }
}

.hole-page-wrapper .inner-slideshow {
  display: none;
}

@media (min-width: 980px) {
  .hole-page-wrapper .inner-green-background {
    padding-top: 100px;
  }
}

.nav-book {
  display: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-logo {
    width: 104px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .home-logo {
    width: 84px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-logo {
    width: 87px;
  }
}

.body-class-members .content-wrapper h5 a {
  color: #fff;
}


@media (min-width: 0px) {
  .body-public.body-class-home .header-logo, .body-contentpage .header-logo {
    display: block;
    position: absolute;
    background: #012c19;
    height: 78px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 53px;
    z-index: 350;
    opacity: 1;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
  }
  .slide.body-public.body-class-home .header-logo, .slide.body-contentpage .header-logo {
    opacity: 0;
  }
  .body-public.body-class-home #hamburger-icon, .body-contentpage #hamburger-icon {
    left: 63px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public.body-class-home #hamburger-icon, .body-contentpage #hamburger-icon {
    left: auto;
    right: 0px;
  }
}

@media (min-width: 1200px) {
  #myNavbar .nav > li.nav-haslevel-2:hover .dropdown-menu {
    height: auto;
  }
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

.scrollTop a {
  opacity: 0;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #003e25;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 7px;
}

.scrollTop a:hover {
  color: #fc0;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

.inner-green-background h1 {
  text-align: center;
}

.inner-green-background {
  text-align: left;
}

.footer-link-col a {
  color: #F7C329;
}

.footer-link-col a:hover {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-link-col a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
}

.hole-nav ul li a:hover::after, .hole-nav ul li.current a::after {
  display: none;
}

@media (min-width: 980px) {
  .hole-page-wrapper .inner-green-background {
    padding-bottom: 20px;
  }
}

.hole-page-wrapper .hole-nav {
  margin-bottom: 20px;
}

.body-public .hole-nav br {
  display: none;
}

.hole-aerial img {
  max-height: 450px;
  object-fit: cover;
  width: 100%;
}

.hole-nav {
  text-align: center;
}

@media (min-width: 0px) and (max-width: 979px) {
  [class*="body-class-hole_"] .has-hole-nav {
    padding-top: 90px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .footer-address a {
    word-break: break-all;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  [class*="php-"] #globalwrap {
    overflow-x: scroll;
  }
}

.inner-green-background table td img {
  width: 100%;
  max-width: 400px;
}

[class*="php-"] .content-wrapper a.btn, .body-class-opens .content-wrapper a.btn {
  color: #fff;
}

.footer-logos a:nth-of-type(4) img {
  margin-left: 30px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .footer-logos a img {
    max-width: 240px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .footer-logos a img {
    max-width: 200px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .footer-logos a img {
    max-width: 150px;
  }
  .footer-logos a:nth-of-type(3) img {
    width: 50px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .footer-logos a:nth-of-type(4) img {
    margin: 15px auto;
  }
}

.hole-buttons {
  width: 280px;
  margin: 0px auto;
  display: inline-block;
}

.hole-prev {
  float: left;
}

.hole-next {
  float: right;
}

.hole-map img:hover {
  cursor: pointer;
}

.hml-overlay {
  position: fixed;
  z-index: 150;
  top: -120vh;
  width: 100%;
  height: 100vh;
  left: 0px;
  background: rgba(0,0,0,0.6);
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.hml-overlay.show-hml {
  top: 0px;
}

.hml-holder {
  background: white;
  width: 460px;
  border-radius: 8px;
  margin: 60px auto 0px;
  position: relative;
}

.hml-close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.hml-close:hover {
  cursor: pointer;
}

.hml-close .cross {
  width: 20px;
  height: 2px;
  background: #000;
}

.hml-close .cross-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(45deg);
}

.hml-close .cross-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(-45deg);
}

.hml-content {
  text-align: center;
}

.hml-content img {
  max-width: 400px;
  margin: 0px auto;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-links p:last-child::after {
    width: 222px;
  }
  .home-links a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  h5 a {
    padding: 6px 14px;
  }
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

.table tbody tr.warning > td {
  color: #000;
  background-color: #fcf8e3;
  border-color: #000;
}

.content-wrapper .par {
  color: #fff;
  border: 1px solid #fff;
}

.content-wrapper .noteWrapper {
  color: #333;
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper #memteetimes td {
    font-size: 12px;
  }
  .content-wrapper #memteetimes th {
    padding: 2px;
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .content-wrapper #globalwrap #date_form label.noformat {
    color: #fff;
  }
  .content-wrapper #globalwrap #date_form .tabs li.current a {
    background: #fff;
  }
}

.php-compadmin input[type*="submit"] {
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 8px;
}

.php-compadmin #globalwrap {
  overflow-x: scroll;
}

/* invalid page */

.invalid-page {
  margin-top: 120px;
}

.invalid-page {
  color: #003e25;
}

#teetimesframe td {
  color: #000;
}

#teetimesframe #memteetimes th {
  color: #fff;
}

.body-public .header-clock {
  display: none;
}

.header-clock {
  position: absolute;
  color: #fff;
  top: 42px;
  right: 0px;
  font-size: 14px;
}

.header-clock p {
  margin: 0px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .header-clock {
    right: 210px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-clock {
    right: 160px;
  }
}

.content-wrapper #globalwrap table tbody td.tgroup {
  background: #ffa9a9;
}

.content-wrapper #globalwrap table tbody td.tcomp {
  background: #7373f9;
}

.content-wrapper .tbooked, .content-wrapper .tnone {
  background: #bfbfbf;
}

.body-class-members #globalwrap table tbody td.tcomp a {
  color: #fff;
}

.php-competition  tbody td a[style*="#CC0000"], .php-competition  tbody td span[style*="#CC0000"] {
  color: #F7C329 !important;
}

.leaflet-popup-content h5 {
  color: #A68217;
}

.php-competition2 .table-striped tbody > tr:nth-child(2n+1) > td, .php-competition2 .table-striped tbody > tr:nth-child(2n+1) > th {
  background: #fff;
}

@media (min-width: 481px) and (max-width: 979px) {
  .hole-yards {
    width: 270px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .hole-yards {
    width: 190px;
  }
}

/* end anton styles */