/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

/* temp nav */

.body-public .navbar-section li.nav-menu-login\.php, .php-login .navbar-section li.nav-menu-login\.php {
  display: none;
}

.body-public .navbar-section li.nav-menu-competition\.php, .php-login .navbar-section li.nav-menu-competition\.php, .body-public .navbar-section li.nav-menu-competition2\.php, .php-login .navbar-section li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  background: #f6f5f1;
}

h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #004b3d;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  color: #004b3d;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #004b3d;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #A57C00;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #004b3d;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #A57C00;
}

h5 a {
  display: inline-block;
  background: #A57C00;
  color: white;
  padding: 8px 30px;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 a:hover {
  background: #004b3d;
  color: white;
}

a {
  color: #A57C00;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

a:hover {
  color: #004b3d;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1001;
  min-height: 100px;
  background: transparent;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-wrapper.scrolled {
  background: rgba(0,0,0,0.6);
}

.main-logo {
  position: fixed;
  top: 8px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 30;
  width: 181px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrolled .main-logo {
  width: 150px;
}

/* nav styles */

.navbar-section {
  width: 1400px;
  margin: 0px auto;
  position: relative;
  top: 35px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrolled .navbar-section {
  top: 30px;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  background-image: none;
  padding: 0px;
  box-shadow: none;
  border: none;
}

.navbar-inverse .nav > li > a {
  color: white;
  text-shadow: none;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li.current > a {
  /*color: #b79632;*/
  color: #FC0;
  background: transparent;
  box-shadow: none;
}

.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: #b79632;*/
  color: #fc0;
  background: transparent;
  box-shadow: none;
}

.dropdown-menu {
  background: black;
}

.dropdown-menu > li > a {
  color: white;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover {
  color: #b79632;
  background: transparent;
  background-image: none;
}

/* nav space */

@media (min-width: 1800px) {
  .body-public .navbar-section .nav > li:nth-child(1) {
    margin-left: 90px;
  }
  .body-public .navbar-section .nav > li:nth-child(9) {
    margin-left: 200px;
  }
}

/* footer styles */

.footer-wrapper {
  background: url('/images/resources/chislehurst/footer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.footer-space {
  padding: 0px 200px;
}

.top-footer {
  padding-top: 70px;
  text-align: center;
}

.footer-logo img {
  width: 50px;
}

.footer-address {
  padding-top: 35px;
  font-size: 20px;
}

.footer-contact {
  padding-top: 15px;
  font-size: 24px;
}

.footer-contact a {
  color: white;
}

.footer-contact a:hover {
  color: #A57C00;
}

.footer-contact .footer-vert-line {
  height: 24px;
  width: 2px;
  display: inline-block;
  margin: 0px 10px;
  position: relative;
  top: 4px;
  background: white;
}

.footer-social {
  padding-top: 60px;
}

.footer-social a {
  color: white;
  margin-right: 35px;
}

.footer-social a:hover {
  color: #A57C00;
}

.footer-social a i {
  font-size: 20px;
  margin-right: 15px;
}

.footer-line {
  margin-top: 70px;
  width: 100%;
  height: 1px;
  background: #548278;
}

.bottom-footer {
  padding-top: 30px;
  padding-bottom: 20px;
}

/*.footer-copy {
  padding-top: 7px;
}*/

.footer-copy a {
  color: white;
}

.footer-copy a:hover {
  color: #A57C00;
}

.footer-copy .footer-vert-line {
  height: 16px;
  width: 2px;
  display: inline-block;
  margin: 0px 5px;
  position: relative;
  top: 2px;
  background: white;
}

.footer-ig-logo {
  text-align: right;
}

.footer-ig-logo img {
  width: 120px;
}

/* home page styles */

#globalwrap {
  padding-top: 0px;
}

.home-slideshow {
  position: relative;
}

.home-top-fade {
  position: absolute;
  width: 100%;
  height: 150px;
  z-index: 10;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0.2+80,0.0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 80%,rgba(0,0,0,0.0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 80%,rgba(0,0,0,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.content-wrapper .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-slideshow-buttons {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  z-index: 12;
}

.home-slideshow-buttons a {
  width: 150px;
  display: inline-block;
  padding: 8px 10px;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  letter-spacing: 2px;
  margin: 0px 20px;
  background: rgba(0,0,0,0.6);
}

.home-slideshow-buttons a:hover {
  background: rgba(0,0,0,0.8);
  color: #A57C00;
}

.home-weather-status {
  background: #004b3d;
  padding: 40px 0px;
  color: white;
}

.home-weather-status .weathers {
  display: inline-block;
}

.home-weather-status .weatherSingle {
  display: inline-block;
  width: 120px;
  position: relative;
  text-align: left;
}

.home-weather-status .weatherDate {
  position: absolute;
  top: -38px;
  left: 60px;
  font-size: 14px;
  text-transform: uppercase;
}

.home-weather-status .weatherTemp {
  position: absolute;
  top: -14px;
  left: 60px;
  font-size: 20px;
  color: #A57C00;
  font-weight: 700;
}

.home-weather-status .weatherImage {
  position: absolute;
  top: -34px;
  left: 0px;
  width: 50px;
}

.home-weather-status .afterWeather {
  display: none;
}

.home-weather-status h3 {
  display: none;
}

.home-weather-status p {
  display: inline-block;
  position: relative;
  margin-left: 40px;
}

.home-weather-status p .updatedate {
  font-size: 11px !important;
}

.home-weather-status p::before {
  content: '';
  display: inline-block;
  height: 45px;
  width: 1px;
  position: absolute;
  left: -20px;
  top: -10px;
  background: #A5A4A0;
}

.home-weather-status p b {
  display: none;
}

.page-space {
  padding: 0px 200px;
}

.home-title {
  padding: 60px 0px;
}

.home-title h1 {
  font-size: 60px;
  line-height: 70px;
  margin: 0px;
}

.home-title h4 {
  font-size: 16px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 2px;
}

.home-two-equal-col.row-fluid .span6.home-image {
  margin-left: 0px;
}

.home-two-equal-col {
  padding-bottom: 120px;
}

.home-intro {
  line-height: 34px;
  padding-top: 0px;
}

.home-intro a {
  color: #A57C00;
  position: relative;
}

.home-intro a::before {
  content: '\f061';
  font-family: 'FontAwesome';
  margin-right: 15px;
  background: #A57C00;
  color: white;
  border-radius: 50%;
  width: 15px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  position: relative;
  top: -2px;
}

#globalwrap .home-weather-status .image-night {
  background: transparent;
}

.home-text {
  padding-top: 35px;
}

.home-text h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding-bottom: 25px;
  letter-spacing: 2px;
}

.home-text h5 a {
  margin-top: 25px;
}

.home-two-not-equal-col {
  padding-top: 120px;
  padding-bottom: 100px;
}

.home-news-title::before {
  content: '';
  width: 257px;
  height: 3px;
  display: inline-block;
  margin-bottom: 30px;
  background: #B4B4B4;
}

.home-news-title::after {
  content: '';
  width: 126px;
  height: 3px;
  display: inline-block;
  background: #B4B4B4;
}

.home-news-title p {
  text-transform: uppercase;
  margin: 0px;
}

.home-news-title h3 {
  text-transform: uppercase;
  color: #333;
  font-size: 22px;
  line-height: 32px;
  margin: 0px;
}

.home-news-title h2 {
  padding: 20px 0px;
  font-size: 66px;
  line-height: 76px;
  margin: 0px;
}

.news-jcarousel {
    width: 920px;
  overflow: hidden;
  height: 350px;
  left: 0px;
  position: relative;
}

.news-jcarousel .news-wrapper {
  list-style: none;
  margin: 0px;
  padding: 0;
  width: 10000px;
  position: absolute;
}

.news-jcarousel .news-item {
  float: left;
  position: relative;
  margin-right: 35px;
  width: 283px;
}

.news-carousel .img-polaroid {
  border: none;
  box-shadow: none;
  padding: 0px;
  background-color: transparent;
}

.media > .pull-left {
  float: none;
}

.news-carousel h4 {
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 15px 0px;
  text-transform: uppercase;
}

.home-news-content .jcarousel-pagination {
  display: none;
}

.span4 .jcarousel-control {
  padding-top: 30px;
}

.span4 .jcarousel-pagination a[href*="1"], .span4 .jcarousel-pagination a[href*="2"], .span4 .jcarousel-pagination a[href*="3"] {
  display: none;
}

.span4 .jcarousel-pagination a {
  display: inline-block;
  padding: 0px 5px;
  color: #A57C00;
  font-size: 20px;
}

.span4 .jcarousel-pagination a[href*="1"].active, .span4 .jcarousel-pagination a[href*="2"].active, .span4 .jcarousel-pagination a[href*="3"].active {
  display: inline-block;
}

.jcarousel-pagination {
  display: inline-block;
  padding-left: 10px;
}

.jcarousel-end {
  display: inline-block;
  color: #A57C00;
  font-size: 20px;
  padding-right: 10px;
}

.jcarousel-prev:hover {
  cursor: pointer;
}

.jcarousel-next:hover {
  cursor: pointer;
}

.news-carousel .news-date {
  display: none;
}

.news-carousel .news-summary a::before {
  content: '\f061';
  font-family: 'FontAwesome';
  margin-top: 15px;
  background: #A57C00;
  color: white;
  border-radius: 50%;
  width: 15px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  position: relative;
  top: -2px;
}

.news-carousel .news-summary a {
  font-size: 0px !important;
}

/* inner page */

.inner-slideshow {
  position: relative;
}

.inner-content-area {
  text-align: center;
  padding-bottom: 100px;
}

.inner-nav {
  padding: 30px 0px 20px;
  border-bottom: 1px solid #C2C1BD;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px;
}

.inner-nav ul li {
  list-style: none;
  display: inline;
  margin: 0px 10px;
}

.inner-nav ul li a {
  color: #333;
}

.inner-nav ul li.current > a, .inner-nav ul li > a:hover {
  color: #A57C00;
}

.inner-title {
  padding-top: 30px;
  padding-bottom: 20px;
}

.inner-title h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 0px;
}

.inner-content h4 {
  color: #333;
  font-size: 20px;
  margin: 0px;
  padding-bottom: 20px;
  line-height: 28px;
}

.inner-content h2 {
  margin: 0px;
  padding: 20px 0px 15px;
}

.fancy-button {
  padding-top: 30px;
}

.fancy-button a {
  color: #004b3d;
}

.fancy-button a:hover {
  color: #A57C00;
}

.inner-carousel {
  padding-top: 80px;
  position: relative;
}

.body-public .image-jcarousel {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  height: auto;
  width: 1400px;
}

.body-public .image-jcarousel .carousel-content {
    position: relative;
    width: 2000em;
    display: block;
    margin: 0px;
}

.body-public .image-jcarousel .slide {
  width: 331px;
  float: left;
  padding: 0px 10px;
  list-style: none;
}

.news-control .left {
  position: absolute;
  left: -5px;
  top: 48%;
  font-size: 40px;
}

.news-control .left a {
  color: #004b3d;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.news-control .left a:hover {
  color: #A57C00;
}

.news-control .right {
  position: absolute;
  right: -5px;
  top: 48%;
  font-size: 40px;
}

.news-control .right a {
  color: #004b3d;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.news-control .right a:hover {
  color: #A57C00;
}

.body-public .inner-nav .wysiwyg-editable > br, .body-public .hole-nav .wysiwyg-editable > br {
  display: none;
}

/* course page */

.scorecard-box {
  padding-top: 30px;
}

.scorecard-box a {
  display: inline-block;
  position: relative;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  background: #a57c00;
  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: #004b3d;
  color: white;
  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: 30px;
}

.scorecard-open > a#score-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 8px;
}

.scorecard-open > a#score-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 8px;
}

.scorecard-content .table th, .scorecard-content .table td {
  text-align: center;
  border: 2px solid #004b3d;
}

.scorecard-content th.White {
  color: black;
}

.scorecard-content .White {
  background: white;
}

.scorecard-content .Yellow {
  background: #FC0;
  color: black;
}

.scorecard-content .Red {
  background: #F00;
  color: white;
}

.scorecard-content .Blue {
  background: #00F;
  color: white;
}

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  border-top: 2px solid #004b3d;
}

/* hole page */

.hole-slideshow {
  position: relative;
}

.hole-content-area {
  padding-bottom: 100px;
  text-align: center;
}

.hole-nav {
  padding: 30px 0px 20px;
  border-bottom: 1px solid #c2c1bd;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline;
  margin: 0px 7px;
  position: relative;
}

.hole-nav ul li::after {
  content: '-';
  position: absolute;
  top: -2px;
  right: -8px;
}

.hole-nav ul li:last-child::after {
  content: '';
}

.hole-nav ul li a {
  display: inline-block;
    width: 30px;
  line-height: 30px;
  color: #333;
}

.hole-nav ul li.current a, .hole-nav ul li > a:hover {
  color: #a57c00;
}

.hole-title {
  padding-top: 30px;
  padding-bottom: 20px;
}

.hole-title h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 0px;
}

.hole-yards > div {
  display: inline-block;
  width: 200px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.hole-white::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  float: left;
  position: relative;
  top: 6px;
}

.hole-yellow {
  margin: 0px 10px;
}

.hole-yellow::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FC0;
  display: inline-block;
  float: left;
  position: relative;
  top: 6px;
}

.hole-red::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F00;
  display: inline-block;
  float: left;
  position: relative;
  top: 6px;
}

.hole-tip {
  width: 900px;
  margin: 0px auto;
}

/* hole spiny carousel */

.hole-carousel {
  padding: 20px 0px 30px;
}

.hole-carousel {
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .hole-image {
  width: 900px !important;
  z-index: 1;
  position: relative;
  margin: 0px 15px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.body-public .hole-image img {
  max-width: 176px;
  width: 100%;
  padding-top: 212px;
  z-index: 1;
  transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -webkit-transition: all 700ms ease-in-out;
}

.body-public .hole-image.active {
  z-index: 10;
}

.body-public .hole-image.prev {
  text-align: right;
}

.body-public .hole-image.active img {
  max-width: 900px;
  width: 900px;
  z-index: 12;
  padding-top: 0px;
  position: relative;
}

.hole-carousel .film_roll_prev {
  font-size: 0px;
  z-index: 40;
  top: auto;
  bottom: 43%;
  border: none;
  background: transparent;
  opacity: 1;
  width: 50px;
  height: 62px;
  left: -5px;
}

.hole-carousel .film_roll_prev::before {
  content: url('/images/resources/chislehurst/hole-carousel-prev-nobg.png');
  width: 33px;
  height: 62px;
  display: inline-block;
}

.hole-carousel .film_roll_prev:hover::after, .hole-carousel .film_roll_prev:focus::after {
  color: #FEDB75;
}

.hole-carousel .film_roll_next {
  font-size: 0px;
  z-index: 40;
  top: auto;
  bottom: 43%;
  border: none;
  background: transparent;
  opacity: 1;
  width: 50px;
  height: 62px;
  right: -5px;
}

.hole-carousel .film_roll_next::after {
  content: url('/images/resources/chislehurst/hole-carousel-next-nobg.png');
  width: 33px;
  height: 62px;
  display: inline-block;
}

/* 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;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-decoration: none;
  padding: 6px 14px;
  background: #a57c00;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  box-shadow: none;
  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: #004b3d;
  color: white;
}

/* default pages */

body[class*="php-"], .body-class-visitorbooking, [class*="body-class-setcoursestatus"], .body-class-getawayletter, .body-class-members, .body-class-opens, body[class*="match"] {
  background: url('/images/resources/chislehurst/members-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

body[class*="php-"] .header-wrapper, .body-class-visitorbooking .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-getawayletter .header-wrapper, .body-class-opens .header-wrapper, body[class*="match"] .header-wrapper {
  background: rgba(0,0,0,1);
  min-height: 116px;
}

body[class*="php-"] .header-wrapper.scrolled, .body-class-visitorbooking .header-wrapper.scrolled, [class*="body-class-setcoursestatus"] .header-wrapper.scrolled, .body-class-getawayletter .header-wrapper.scrolled, .body-class-opens .header-wrapper.scrolled, body[class*="match"] .header-wrapper.scrolled {
  min-height: 100px;
  background: rgba(0,0,0,0.6);
}

[class*="php-"] .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-getawayletter .content-wrapper, .body-class-opens .content-wrapper, body[class*="match"] .content-wrapper {
  width: 1170px;
  margin: 200px auto 60px;
}

.body-class-members .content-wrapper {
  width: 1170px;
  margin: 60px auto;
}

[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-getawayletter #globalwrap, .body-class-opens #globalwrap, body[class*="match"] #globalwrap {
  padding: 20px;
  border: 2px solid #a57c00;
  background: rgba(255,255,255,0.8);
}

.body-class-members #globalwrap {
  padding: 20px;
  border: 2px solid #a57c00;
  background: rgba(255,255,255,0.8);
}

body[class*="php-"] .footer-wrapper, .body-class-visitorbooking .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-getawayletter .footer-wrapper, .body-class-members .footer-wrapper, .body-class-opens .footer-wrapper, body[class*="match"] .footer-wrapper {
  background: #004b3d;
}

body[class*="php-"] .top-footer, .body-class-visitorbooking .top-footer, [class*="body-class-setcoursestatus"] .top-footer, .body-class-getawayletter .top-footer, .body-class-members .top-footer, .body-class-opens .top-footer, body[class*="match"] .top-footer {
  display: none;
}

body[class*="php-"] .footer-line, .body-class-visitorbooking .footer-line, [class*="body-class-setcoursestatus"] .footer-line, .body-class-getawayletter .footer-line, .body-class-members .footer-line, .body-class-opens .footer-line, body[class*="match"] .footer-line {
  display: none;
}

body[class*="php-"] .bottom-footer, .body-class-visitorbooking .bottom-footer, [class*="body-class-setcoursestatus"] .bottom-footer, .body-class-getawayletter .bottom-footer, .body-class-members .bottom-footer, .body-class-opens .bottom-footer, body[class*="match"] .footer-line {
  padding: 15px 0px 10px;
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-setcoursestatus, .body-class-visitorbooking, .body-class-getawayletter, .body-class-members, [class*="body-class-setcoursestatus"], .body-class-opens, body[class*="match"] {
   margin-bottom: 112px; 
  }
  body[class*="php-"] .footer-wrapper, .body-class-members .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-setcoursestatus .footer-wrapper, .body-class-getawayletter .footer-wrapper, .body-class-members .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper, body[class*="match"] .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 77px;
  }
}

/* visitor booking styles */

@media (min-width: 768px) {
  .body-class-visitorbooking #globalwrap table {
    width: 100%;
  }
}

.body-class-visitorbooking #globalwrap table td > a {
  width: 100%;
  display: block;
  padding: 3px 0px;
  margin: 0px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-visitorbooking #globalwrap .pricegroup table tr {
    display: table-row;
  }
  .body-class-visitorbooking #globalwrap .pricegroup table td {
    padding: 8px;
    float: none;
    display: table-cell;
  }
}

/* table styles */

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background: #eee;
}

.content-wrapper table thead th, .content-wrapper table thead td {
  background: #004b3d;
  color: white;
  font-weight: 400;
  border: 2px solid #004b3d;
  padding: 6px;
}

.content-wrapper table thead th a, .content-wrapper table thead td a {
  color: white;
  text-decoration: underline;
}

.content-wrapper table thead th a:hover, .content-wrapper table thead td a:hover {
  color: #a57c00;
}

.content-wrapper table tbody td {
  border: 2px solid #004b3d;
  padding: 6px;
}

.content-wrapper .diary-year tbody tr th:last-child {
  display: none;
}

.content-wrapper .diary-year th[colspan*="7"], .content-wrapper .diary-year th[colspan*="8"] {
  background: #004b3d;
  color: white;
  border: 2px solid #004b3d;
}

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper table thead th, .content-wrapper table thead td {
    padding: 4px;
    font-size: 14px;
  }
  .content-wrapper table tbody td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper table thead th, .content-wrapper table thead td {
    padding: 1px;
    font-size: 12px;
  }
  .content-wrapper table tbody td {
    padding: 1px;
    font-size: 12px;
  }
}

/* members styles */

.body-class-members .header-wrapper {
  position: relative;
  background: black;
}

.body-class-members .members-space {
  width: 1170px;
  margin: 0px auto;
}

.body-class-members .main-logo {
  position: relative;
  width: 150px;
  margin: 0px;
  float: left;
}

.body-class-members .navbar-section {
  position: relative;
  top: 0px;
  width: 990px;
  float: right;
  padding-top: 40px;
}

.body-class-members .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 16px;
}

.php-index #globalwrap {
  border: none;
  padding: 0px;
  background: transparent;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.8);
  border: 2px solid #004b3d;
}

.php-weatherfg #globalwrap .image-night {
  background: transparent;
}

.php-weatherfg #globalwrap img.image-night {
  background: #004b3d;
  border-radius: 50%;
}

.php-weatherfg .weatherImage img{
  background: #004b3d;
  border-radius: 50%;
}

.php-weatherfg .content-wrapper table tbody td {
  border-left: none;
  border-right: none;
}

.php-weatherfg .content-wrapper table tbody tr:last-child td {
  border: none;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

.php-knockout .content-wrapper table td {
  border: none;
}

.php-knockout .content-wrapper table.knockout td.toplayodd {
  border-bottom: 2px solid #999;
}

.php-knockout .content-wrapper table.knockout td.matchlink {
  border-right: 2px solid #999;
}

.php-knockout .content-wrapper table.knockout td.toplayeven {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

.php-analysis .pull-left {
  float: none;
}

.php-analysis .pull-right {
  float: none;
}

.php-search .content-wrapper input[type*="submit"] {
  margin-top: -11px;
}

.php-messages .well {
  background: transparent;
  padding: 0px;
  border: none;
  box-shadow: none;
}

.php-prefs #globalwrap input[type*="submit"] {
  margin-top: 10px;
}

/* public desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .footer-space {
    padding: 0px 150px;
  }
  .navbar-section {
    width: 1300px;
  }
  .news-jcarousel {
    width: 855px;
  }
  .body-public .image-jcarousel {
    width: 1250px;
  }
  .body-public .hole-image {
    width: 800px !important;
  }
  .body-public .hole-image.active img {
    width: 800px;
    max-width: 800px;
  }
  .body-public .hole-image img {
    padding-top: 180px;
  }
  .body-public .navbar-section .nav > li:nth-child(1) {
    margin-left: 40px;
  }
  .body-public .navbar-section .nav > li:nth-child(9) {
    margin-left: 200px;
  }
  .news-jcarousel .news-item {
    width: 255px;
  }
  .body-public .image-jcarousel .slide {
    width: 291px;
  }
   .news-control .left {
    top: 58%;
  }
  .news-control .right {
    top: 58%;
  }
  .hole-tip {
    width: 800px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .footer-space {
    padding: 0px 100px;
  }
  .navbar-section {
    width: 1200px;
  }
  .news-jcarousel {
    width: 795px;
  }
  .body-public .image-jcarousel {
    width: 1150px;
  }
  .body-public .hole-image {
    width: 700px !important;
  }
  .body-public .hole-image.active img {
    width: 700px;
    max-width: 700px;
  }
  .body-public .navbar-section .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-public .navbar-section .nav > li:nth-child(9) {
    margin-left: 155px;
  }
  .news-jcarousel .news-item {
    width: 240px;
  }
  .main-logo {
    width: 150px;
  }
  .body-public .image-jcarousel .slide {
    width: 268px;
  }
  .news-control .left {
    top: 58%;
  }
  .news-control .right {
    top: 58%;
  }
  .body-public .hole-image img {
    padding-top: 142px;
  }
  .hole-tip {
    width: 700px;
  }
  .home-weather-status .weathers > .weatherSingle:last-child {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .footer-space {
    padding: 0px 50px;
  }
  .navbar-section {
    width: 1100px;
  }
  .news-jcarousel {
    width: 723px;
  }
  .body-public .image-jcarousel {
    width: 1050px;
  }
  .body-public .hole-image {
    width: 600px !important;
  }
  .body-public .hole-image.active img {
    width: 600px;
    max-width: 600px;
  }
  .body-public .navbar-section .nav > li:nth-child(1) {
    margin-left: 19px;
  }
  .body-public .navbar-section .nav > li:nth-child(8) {
    margin-left: 155px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
  }
  .news-jcarousel .news-item {
    width: 215px;
  }
  .main-logo {
    width: 150px;
  }
  .body-public .image-jcarousel .slide {
    width: 242px;
  }
  .news-control .left {
    top: 50%;
  }
  .news-control .right {
    top: 50%;
  }
  .body-public .hole-image img {
    padding-top: 107px;
  }
  .hole-tip {
    width: 600px;
  }
  .home-weather-status .weathers > .weatherSingle:nth-child(4) {
    display: none;
  }
  .home-weather-status .weathers > .weatherSingle:last-child {
    display: none;
  }
}

.php-directory table tbody a[href*="mailto:"] {
  word-break: break-all;
}

/* main responsive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .footer-space {
    padding: 0px 25px;
  }
  .navbar-section {
    width: 940px;
  }
  .news-jcarousel {
    width: 610px;
  }
  .body-public .image-jcarousel {
    width: 880px;
  }
  .body-public .hole-image {
    width: 500px !important;
  }
  .body-public .hole-image.active img {
    width: 500px;
    max-width: 500px;
  }
  .body-public .navbar-section .nav > li:nth-child(1) {
    margin-left: 25px;
  }
  .body-public .navbar-section .nav > li:nth-child(1) > a {
    padding-left: 0px;
  }
  .body-public .navbar-section .nav > li:last-child > a {
    padding-right: 0px;
  }
  .body-public .navbar-section .nav > li:nth-child(8) {
    margin-left: 140px;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 13px;
  }
  .news-jcarousel .news-item {
    width: 190px;
    margin-right: 20px;
  }
  .main-logo {
    width: 120px;
  }
  .scrolled .main-logo {
    width: 120px;
  }
  .body-public .image-jcarousel .slide {
    width: 200px;
  }
  .news-control .left {
    top: 50%;
  }
  .news-control .right {
    top: 50%;
  }
  .body-public .hole-image img {
    padding-top: 88px;
    max-width: 140px;
  }
  .hole-tip {
    width: 600px;
  }
  .home-weather-status .weathers > .weatherSingle:nth-child(4) {
    display: none;
  }
  .home-weather-status .weathers > .weatherSingle:last-child {
    display: none;
  }
  .home-weather-status .weatherSingle {
    width: 110px;
  }
  .home-weather-status p {
    margin-left: 20px;
  }
  .home-weather-status p::before {
    left: -10px;
  }
  .home-weather-status p .updatedate {
    font-size: 10px !important;
  }
  .home-intro {
    padding-top: 0px;
  }
  [class*="php-"] .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-getawayletter .content-wrapper, .body-class-opens .content-wrapper, body[class*="match"] .content-wrapper {
    width: 940px;
  }
  .body-class-members .content-wrapper {
    width: 940px;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-top: 10px;
    margin-left: 0px;
  }
  .php-prefs a.btn {
    font-size: 14px;
  }
  .body-class-members #container .header-wrapper {
    min-height: 86px;
  }
  .body-class-members .members-space {
    width: 940px;
  }
  .body-class-members .main-logo {
    width: 120px;
  }
  .body-class-members .navbar-section {
    width: 810px;
    padding-top: 22px;
  }
  .body-class-members .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .navbar-section {
    width: 724px;
  }
  .members-space {
    width: 724px;
    margin: 0px auto;
  }
  .page-space {
    padding: 0px 25px;
  }
  .home-weather-status {
    text-align: center;
  }
  .home-weather-status .weathers {
    height: 40px;
  }
  .home-weather-status p {
    margin: 0px;
  }
  .home-weather-status p::before {
    display: none;
  }
  .news-jcarousel {
    width: 470px;
  }
  .news-jcarousel .news-item {
    width: 148px;
    margin-right: 10px;
  }
  .home-intro {
    padding-top: 0px;
  }
  .hole-nav ul {
    width: 450px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .table th, .table td {
    padding: 4px;
    font-size: 14px;
  }
  .body-public .image-jcarousel {
    width: 668px;
  }
  .body-public .image-jcarousel .slide {
    width: 203px;
  }
  .news-control .left {
    top: 55%;
  }
  .news-control .right {
    top: 55%;
  }
  .home-top-fade {
    height: 75px;
  }
  .body-public .hole-image {
    width: 360px !important;
  }
  .body-public .hole-image.active img {
    width: 360px;
    max-width: 360px;
  }
  .body-public .hole-image img {
    max-width: 108px;
    padding-top: 46px;
  }
  .hole-carousel .film_roll_prev {
    bottom: 47%;
  }
  .hole-carousel .film_roll_next {
    bottom: 47%;
  }
  .hole-tip {
    width: 100%;
  }
  .footer-space {
    padding: 0px 25px;
  }
  .footer-contact {
    font-size: 18px;
  }
  .footer-copy {
    font-size: 13px;
  }
  [class*="php-"] .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-getawayletter .content-wrapper, .body-class-opens .content-wrapper, body[class*="match"] .content-wrapper {
    width: 724px;
  }
  .body-class-members .content-wrapper {
    width: 724px;
  }
  .body-class-members .members-space {
    width: 724px;
  }
  .body-class-members .navbar-inverse .btn-navbar {
    top: 38px;
  }
  .body-class-members .navbar-section {
    width: 100%;
    float: none;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 10px;
  }
  .home-news-title::before {
     width: 180px; 
  }
  .home-news-title::after {
    width: 80px; 
  }
}

.mobile-login {
  display: none;
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  [class*="php-"] .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-getawayletter .content-wrapper, .body-class-opens .content-wrapper, body[class*="match"] .content-wrapper {
    margin-top: 100px;
  }
  .header-wrapper {
    position: relative;
    min-height: 126px;
    background: black;
  }
  .main-logo {
    position: relative;
    margin: 0px;
    left: 10px;
    float: left;
  }
  .navbar-section {
    top: 0px;
  }
  .navbar .btn-navbar {
    position: absolute;
    right: 10px;
    top: 55px;
    width: 111px;
    padding: 6px 10px;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 30;
    background: #a57c00;
    text-shadow: none;
    margin-right: 0px;
  }
  .club-menu-button {
    margin-left: 25px;
  }
  .club-menu-button-lines {
    margin-top: 3px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 24px;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .nav-section {
    margin: 0px;
    text-align: left;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    background: #004b3d;
  }
  .body-public .mobile-login {
    display: block;
  }
  .body-public .mobile-login a {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 91px;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 30;
    background: #a57c00;
    text-shadow: none;
    border-radius: 4px;
    color: white;
    letter-spacing: 2px;
  }
  .mobile-login a i {
    margin-right: 15px;
  }
  .body-public .mobile-login a:hover {
    background: #004b3d;
  }
  .navbar-inverse .navbar-inner {
    padding: 30px 10px 10px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: white;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    background: transparent;
    color: #a57c00;
  }
  .nav-collapse .dropdown-menu a {
    font-weight: 400;
    font-size: 14px;
  }
  .nav-collapse .dropdown-menu {
    background: #4c4c4c;
  }
  .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: transparent;
    /*color: #A57C00;*/
    color: #fc0;
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    /*color: #A57C00;*/
    color: #fc0;
  }
  .content-wrapper div.phone-weather .weatherImage {
    background: transparent;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .navbar-section {
    width: 100%;
  }
  .home-top-fade {
    height: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .footer-space {
    padding: 0px 20px;
  }
  .home-weather-status {
    text-align: center;
  }
  .home-weather-status .weatherDate {
    left: 0px;
  }
  .home-weather-status .weatherTemp {
    left: 0px;
  }
  .home-weather-status .weatherImage {
    top: 10px;
  }
  .home-weather-status .weatherSingle {
    width: 80px;
  }
  .home-weather-status p {
    margin-top: 25px;
    margin-left: 0px;
  }
  .weathers {
    height: 55px;
  }
  .home-intro {
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
  }
  .home-image {
    clear: both;
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
  }
  .home-two-equal-col.row-fluid .span6.home-image {
    margin-left: auto;
  }
  .home-two-equal-col {
    padding-bottom: 60px;
  }
  .home-three-col {
    text-align: center;
  }
  .home-pic {
    max-width: 400px;
    margin: 0px auto;
    width: 100%;
  }
  .home-text {
    padding-bottom: 20px;
  }
  .home-two-not-equal-col {
    padding: 60px 0px 50px;
  }
  .carousel-controls .jcarousel-end {
    display: none;
  }
  .carousel-controls {
    padding-bottom: 30px;
  }
  .home-two-not-equal-col {
    text-align: center;
  }
  .news-jcarousel {
    width: 460px;
    margin: 0px auto;
  }
  .news-jcarousel .news-item {
    width: 215px;
    margin-right: 15px;
  }
  .carousel-controls .jcarousel-pagination > a {
    display: none;
  }
  .carousel-controls .jcarousel-pagination > a.active {
    display: inline-block;
  }
  .jcarousel-pagination {
    padding-right: 10px;
  }
  .footer-address {
    font-size: 16px;
  }
  .footer-contact {
    font-size: 16px;
  }
  .footer-contact .footer-vert-line {
    display: none;
  }
  .footer-email {
    display: block;
    padding-top: 10px;
  }
  .footer-social {
    width: 280px;
    margin: 0px auto;
    padding-top: 20px;
  }
  .footer-social a {
    margin-right: 25px;
  }
  .top-footer {
    padding-top: 15px;
  }
  .footer-line {
    margin-top: 25px;
  }
  .bottom-footer {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .footer-copy {
    font-size: 14px;
    text-align: center;
    padding: 0px;
  }
  .footer-copy .footer-vert-line {
    display: none;
  }
  .footer-copy a {
    display: block;
  }
  .footer-ig-logo {
    padding-top: 6px;
    text-align: center;
  }
  .table td, .table th {
    padding: 1px;
    font-size: 12px;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .body-public .image-jcarousel {
    width: 420px;
    margin: 0px auto;
  }
  .body-public .image-jcarousel .slide {
    width: 193px;
  }
  .news-control .left {
    top: 56%;
  }
  .news-control .right {
    top: 56%;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 4px 7px;
  }
  .hole-nav ul li:nth-child(6)::after {
    content: '';
  }
  .hole-nav ul li:nth-child(12)::after {
    content: '';
  }
  .hole-nav ul li a {
    width: 29px;
  }
  .hole-yards > div {
    display: block;
    padding: 4px 0px;
    margin: 0px auto;
  }
  .body-public .hole-image {
    width: 200px !important;
  }
  .body-public .hole-image.active img {
    width: 200px;
    max-width: 200px;
  }
  .body-public .hole-image img {
    max-width: 50px;
    padding-top: 47px;
  }
  .hole-carousel .film_roll_prev {
    height: 25px;
  }
  .hole-carousel .film_roll_prev::before {
    content: url('/images/resources/chislehurst/hole-carousel-prev-nobg-mobile.png');
    width: 26px;
    height: 48px;
  }
  .hole-carousel .film_roll_next {
    height: 25px;
  }
  .hole-carousel .film_roll_next::after {
    content: url('/images/resources/chislehurst/hole-carousel-next-nobg-mobile.png');
    width: 26px;
    height: 48px;
  }
  .hole-tip {
    width: 100%;
  }
  .hole-content-area {
    padding-bottom: 50px;
  }
  .inner-content-area {
    padding-bottom: 50px;
  }
  [class*="php-"] .content-wrapper, .body-class-visitorbooking .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-getawayletter .content-wrapper, .body-class-opens .content-wrapper, body[class*="match"] .content-wrapper {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
  }
  .body-class-members .content-wrapper {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
  }
  [class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-getawayletter #globalwrap, .body-class-opens #globalwrap, body[class*="match"] #globalwrap {
    padding: 20px 10px;
  }
  .body-class-members #globalwrap {
    padding: 20px 10px;
  }
  .inner-nav ul li {
    display: block;
    margin: 7px 0px;
  }
  .inner-nav ul li a {
    display: inline-block;
    width: 100%;
    border: 1px solid #A57C00;
    padding: 5px 0px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .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;
  }
  #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-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .members-space {
    width: 100%;
  }
  .body-class-members .navbar-section {
    width: 100%;
    float: none;
  }
  .body-class-members .navbar .btn-navbar {
    top: 34px;
  }
    input[type*="submit"], a.btn, button.btn {
    padding: 6px;
  }
  .content-wrapper table thead td {
    font-size: 12px;
  }
  .content-wrapper table tbody th {
    font-size: 12px;
  }
  .content-wrapper table tbody td {
    font-size: 12px;
  }
  .content-wrapper table tbody th {
    font-size: 12px;
  }
  .members-sidebar {
    padding-top: 30px;
  }
  .home-weather-status p::before {
    display: none;
  }
}

/* carousels */

@media (min-width: 0px) and (max-width: 499px) {
  .news-jcarousel {
    width: 280px;
  }
  .news-jcarousel .news-item {
    width: 280px;
    margin-right: 20px;
  }
  .body-public .image-jcarousel {
    width: 230px;
    margin: 0px auto;
  }
  .body-public .image-jcarousel .slide {
    width: 220px;
  }
  .news-control .left {
    top: 54%;
  }
  .news-control .right {
    top: 54%;
  }
  .body-public .hole-image {
    width: 200px !important;
  }
  .body-public .hole-image.active img {
    width: 200px;
    max-width: 200px;
  }
  .body-public .hole-image {
    margin: 0px 5px;
  }
  .body-public .hole-image img {
    max-width: 50px;
    padding-top: 47px;
  }
  .film_roll_next, .film_roll_prev {
    display: none !important;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  .home-slideshow-buttons a {
    width: 100px;
    padding: 8px 5px;
  }
  .home-weather-status .weathers > .weatherSingle:nth-child(4) {
    display: none;
  }
  .home-weather-status .weathers > .weatherSingle:nth-child(5) {
    display: none;
  }
  .footer-contact a {
    font-size: 12px;  
  }
  #login fieldset {
    transform: translateX(0px);
  }
}

/* very small mobile */

@media (min-width: 0px) and (max-width: 399px) {
  .main-logo {
    width: 150px;
  }
  .nav-tabs > li > a {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .php-prefs input[type*="textfield"] {
    width: 156px;
  }
}

/* editor styles */

.php-ckeditor .home-top-fade {
  display: none;
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar {
  background: black;
  min-height: 46px;
}

.php-ckeditor .page-space {
  padding: 0px;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed black;
}

.php-ckeditor .home-slideshow-buttons {
  position: relative;
  top: 0px;
  margin: 10px 0px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .image-jcarousel img {
  max-width: 400px;
}

/* fixes */

.body-public .inner-slideshow .wysiwyg-editable > br, .body-public .hole-slideshow .wysiwyg-editable > br {
  display: none;
}

input, button, select, textarea {
  font-family: 'Montserrat', sans-serif;
}

#ui-datepicker-div {
  display: none;
}

@media (min-width: 768px) {
  .home-three-col {
    display: flex;
    height: 100%;
  }
  .home-image-text {
    position: relative;
  }
  .home-image-text .home-text p {
    margin-bottom: 70px;
  }
  .home-image-text .home-text h5 {
    position: absolute;
    bottom: 0px;
  }
}

/* slideshow dots and arrows */

.galleryWrapper {
  position: relative;
}

.content-wrapper .nivo-controlNav-Wrapper {
  z-index: 5;
  right: 0px;
  width: 200px;
  top: auto;
  left: 0px;
  bottom: 50px;
  margin: 0px auto;
}

.content-wrapper .inner-page-wrapper .nivo-controlNav-Wrapper {
  bottom: 10px;
}

.content-wrapper .nivo-controlNav-Wrapper a {
  width: 24px;
  height: 24px;
  background-image: url('/images/resources/chislehurst/testimonial-not-active.png');
  background-repeat: no-repeat;
  background-position: center;
}

.content-wrapper .nivo-controlNav-Wrapper a.active {
  background-image: url('/images/resources/chislehurst/testimonial-active.png');
  background-position: 0px 0px;
}

.content-wrapper .testimonial-section .nivo-controlNav-Wrapper {
  position: relative;
  margin: 0px auto;
  width: 200px;
}

.content-wrapper .nivo-directionNav {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper .nivo-controlNav-Wrapper {
    bottom: 30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper .nivo-controlNav-Wrapper {
    display: none;
  }
}

/* slideshow titles */

#globalwrap .nivo-caption {
  opacity: 1;
  bottom: 50px;
  background: transparent;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap .nivo-caption {
    bottom: 0px;
  }
}

.nivo-caption h4 {
  color: #a57c00;
  background: rgba(0,0,0,0.6);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
}

.nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

/* google map */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 260px !important;
}

/* form */

.inner-content-area form input {
  width: 50%;
}

.inner-content-area form select {
  width: 50%;
}

.inner-content-area form textarea {
  width: 50%;
}

.inner-content-area form input[type*="submit"] {
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-content-area form input {
    width: 80%;
  }
  .inner-content-area form textarea {
    width: 80%;
  }
  .inner-content-area form select {
    width: 80%;
  }
}

/* diary */

.inner-page-wrapper .diary-left-nav {
  display: none;
}

.inner-page-wrapper .diaryFilter {
  display: none;
}

.week-diary #diaryTable thead {
  display: none;
}

.inner-diary .span7, .week-diary .span7 {
  width: 100%;
  margin-left: 0px !important;
}

.inner-page-wrapper .diary-nav-right.affix {
  position: relative;
  z-index: 1;
}

.week-diary tbody tr:nth-child(8) {
  display: none;
}

.week-diary tbody tr:nth-child(9) {
  display: none;
}

.week-diary tbody tr:nth-child(8) {
  display: none;
}

@media (orientation: portrait) {
  body[class*="php-"], .body-class-members, .body-class-setcoursestatus, .body-class-visitorbooking, .body-class-getawayletter, .body-class-members, [class*="body-class-setcoursestatus"], .body-class-opens, body[class*="match"] {
    background-position: center;
  }
}

/* new hole page */

.hole-map img {
  width: 100%;
  max-width: 500px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .hole-map {
    padding-top: 20px;
  }
  .hole-map img {
    max-width: 200px;
    width: 100%;
    margin: 0px auto;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-weather-status .weatherDate {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .php-competition #globalwrap .buttons a.btn {
    display: block;
    width: 200px;
    margin: 6px 0px;
  }
}

/* accordion page */

.body-contentpage .accordion-one, .body-contentpage .accordion-two, .body-contentpage .accordion-three, .body-contentpage .accordion-four, .body-contentpage .accordion-five, .body-contentpage .accordion-six, .body-contentpage .accordion-seven, .body-contentpage .accordion-eight, .body-contentpage .accordion-nine, .body-contentpage .accordion-ten, .body-contentpage .accordion-eleven {
  display: none;
  padding: 20px 0px;
}

.body-contentpage div[id*="accordion-toggle"]:hover {
  cursor: pointer;
}

.body-contentpage div[id*="accordion-toggle"] h2 > br {
  display: none;
}

.body-contentpage div[id*="accordion-toggle"] h2::after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-right: 10px;
  margin-left: 10px;
}

.body-contentpage div[id*="accordion-toggle"].open h2::after {
  content: '\f106';
  font-family: 'FontAwesome';
  margin-right: 10px;
  margin-left: 10px;
}

/* fixes */

.inner-content-area form input[type*="radio"], .inner-content-area form input[type*="checkbox"] {
  width: auto;
}

.inner-content ul li {
  list-style: none;
}

.inner-content ul li::before {
  content: '';
  position: relative;
  top: -2px;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004b3d;
  display: inline-block;
}

.inner-content-area form .customFormRadioItem {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 14px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (min-width: 0px) and (max-width: 399px) {
  .content-wrapper table thead td {
    font-size: 10px;
  }
  .content-wrapper table thead td strong {
    font-weight: 400 !important;
  }
  .inner-content table {
    overflow-x: scroll;
    display: block;
  }
}

@media (min-width: 980px) {
  .home-weather-status .page-space {
    position: relative;
  }
  .home-weather-status .weathers {
    position: absolute;
    top: 40%;
  }
  .home-weather-status p {
    width: 48%;
  }
  .home-weather-status p::before {
    height: 100%;
    min-height: 45px;
    top: 0px;
  }
}

@media (min-width: 1600px) {
  .home-weather-status p {
    margin-left: 660px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home-weather-status p {
    margin-left: 540px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-weather-status p {
    margin-left: 420px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-weather-status p {
    margin-left: 360px;
  }
}

.body-class-members.body-contentpage .page-space {
  padding: 0px;
}

.body-class-members.body-contentpage .image-jcarousel {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  height: auto;
  width: 1100px;
}

.body-class-members.body-contentpage .image-jcarousel .carousel-content {
    position: relative;
    width: 2000em;
    display: block;
    margin: 0px;
}

.body-class-members.body-contentpage .image-jcarousel .slide {
  width: 255px;
  float: left;
  padding: 0px 10px;
  list-style: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members.body-contentpage .image-jcarousel {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    height: auto;
    width: 870px;
  }
  .body-class-members.body-contentpage .image-jcarousel .carousel-content {
    position: relative;
    width: 2000em;
    display: block;
    margin: 0px;
  }
  .body-class-members.body-contentpage .image-jcarousel .slide {
    width: 196px;
    float: left;
    padding: 0px 10px;
    list-style: none;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-members.body-contentpage .image-jcarousel {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    height: auto;
    width: 648px;
  }
  .body-class-members.body-contentpage .image-jcarousel .carousel-content {
    position: relative;
    width: 2000em;
    display: block;
    margin: 0px;
  }
  .body-class-members.body-contentpage .image-jcarousel .slide {
    width: 196px;
    float: left;
    padding: 0px 10px;
    list-style: none;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .body-class-members.body-contentpage .image-jcarousel {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    height: auto;
    width: 430px;
  }
  .body-class-members.body-contentpage .image-jcarousel .carousel-content {
    position: relative;
    width: 2000em;
    display: block;
    margin: 0px;
  }
  .body-class-members.body-contentpage .image-jcarousel .slide {
    width: 192px;
    float: left;
    padding: 0px 10px;
    list-style: none;
  }
}

@media (min-width: 0px) and (max-width: 499px) {
  .body-class-members.body-contentpage .image-jcarousel {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    height: auto;
    width: 240px;
  }
  .body-class-members.body-contentpage .image-jcarousel .carousel-content {
    position: relative;
    width: 2000em;
    display: block;
    margin: 0px;
  }
  .body-class-members.body-contentpage .image-jcarousel .slide {
    width: 220px;
    float: left;
    padding: 0px 10px;
    list-style: none;
  }
}

.border-column {
  border: 10px solid #004b3d;
  padding: 10px;
}

.inner-content h6 {
  font-size: 14px;
  color: #333;
  font-family: 'Lora', serif;
}

.inner-content address {
  font-size: 10px;
  color: #333;
}

blockquote {
  font-style: italic;
  border-color: #004b3d;
  color: #004b3d;
}

.php-knockout #globalwrap {
  overflow-x: scroll;
}

.inner-content table {
  display: table;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .footer-copy {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .footer-copy {
    font-size: 14px;
  }
  .footer-copy a {
    display: inline-block;
  }
  body[class*="php-"] .footer-wrapper, .body-class-members .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-setcoursestatus .footer-wrapper, .body-class-getawayletter .footer-wrapper, .body-class-members .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper, body[class*="match"] .footer-wrapper {
    height: 103px;
  }
  body[class*="php-"], .body-class-members, .body-class-setcoursestatus, .body-class-visitorbooking, .body-class-getawayletter, .body-class-members, [class*="body-class-setcoursestatus"], .body-class-opens, body[class*="match"] {
    margin-bottom: 136px;
  }
}

.php-whsconsent #global .span3 {
  float: none;
}

.php-whsconsent #global > p:last-child br {
  display: none;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

.home-page-wrapper .home-slideshow {
  height: 100vh;
  position: relative;
}

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.foreground-video,
.background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .foreground-video {
    height: 310%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .foreground-video {
    width: 300%;
    left: -100%;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .home-page-wrapper .home-slideshow {
    height: 45vh;
  }
  .background-video {
    top: -4vh;
  }
}

@media (min-width: 768px) and (max-width: 979px) and (orientation: landscape) {
  .home-page-wrapper .home-slideshow {
    height: 80vh;
  }
  .background-video {
    top: 0vh;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .home-page-wrapper .home-slideshow {
    height: 50vh;
  }
  .background-video {
    top: -5vh;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .home-page-wrapper .home-slideshow {
    height: 80vh;
  }
  .background-video {
    top: 0vh;
  }
}

/* news letter */

@media (min-width: 0px) and (max-width: 767px) {
  .php-newsletters table.split-table tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.split-table tr > td {
    flex: 1 1 0;
    width: auto;
  }
  .php-newsletters table {
    width: 100%;
  }
  .php-newsletters table.header img, .php-newsletters table.main-table img {
    width: 100%;
  }
  .php-newsletters table.header .club-logo img  {
    width: 80px;
  }
  .php-newsletters table.split-table img {
    width: 100%;
  }
  .php-newsletters table.footer tr {
    display: flex;
    flex-direction: column;
  }
  .php-newsletters table.footer tr > td {
    flex: 1 1 0;
    width: auto !important;
    padding: 5px 2.5%;
  }
  .php-newsletters table.split-table tr.flip-flex {
    flex-direction: column-reverse;
  }
  .php-newsletters .header .club-logo {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    background: #004b3d;
  }
  .php-newsletters .border-table .split-table td {
    padding: 0px 2.5%;
  }
  .php-newsletters .border-table-alt .split-table td {
    padding: 0px 2.5%;
  }
}

.php-myeposaccount .ui-dialog {
  z-index: 1002;
}

.body-class-visitorbooking .header-wrapper {
  position: relative;
}

.body-class-visitorbooking .main-logo {
  position: absolute;
}

.header-wrapper .nav .nav-menu-visitor_index {
  display: none;
}

/* end anton styles */
/* Sue's Stlyes */

@media (min-width: 0px) and (max-width: 767px) {
  .smallimg table img {
    max-width: 80px !important;
  } 
  
  .smallimg2 table img {
    max-width: 65px !important;
  }
  .content-wrapper .smallimg2 table tbody td {
    font-size: 10px;
  }

}

.php-whsconsent #global a.btn:first-child.span3 {
	background: #5bb75b;
}
.php-whsconsent #global a.btn:last-child.span3 {
	background: #da4f49;
	}