/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

/* serif font for headings font-family: 'Crimson Text', serif; */

/* general styles */

body {
  font-family: 'Open Sans', sans-serif;
  background: #071427;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

h1 {
  font-family: 'Crimson Text', serif;
  /*color: #E2D7C1;*/
  color: #ECE1C8;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
}

h2 {
  font-family: 'Crimson Text', serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  /*color: #E2D7C1;*/
  color: #ECE1C8;
}

h3 {
  font-family: 'Crimson Text', serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  /*color: #936f33;*/
  color: #926F32;
}

h4 {
  font-size: 24px;
  /*color: #936f33;*/
  line-height: 32px;
  font-weight: 400;
  color: #926F32;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #926F32;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ECE1C8;
}

h5 a {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  border: 1px solid white;
  color: white;
  padding: 10px 50px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h5 a::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 1px;
  background: white;
  top: 50%;
  left: -16px;
}

h5 a:hover {
  color: #926F32;
}

a {
  color: #ECE1C8;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

a:hover, a:focus {
  color: #926F32;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}


/* header styles */

.header-wrapper {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1001;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-wrapper {
  position: fixed;
}

.header-bg {
  background: #926F32;
  display: block;
  width: auto;
  height: 82px;
  margin: 30px 30px 0px;
  position: relative;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-bg {
  margin: 0px;
  background: rgba(146,111,51,0.8);
}

.header-logo {
  float: left;
  padding: 10px 0px 10px 20px;
}

@media (min-width: 768px) {
  .mobile-logo {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .desktop-logo {
    display: none;
  }
}

/* navbar styles */

.navbar {
  margin-left: 0px;
}

.nav-section {
  float: right;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  background-image: none;
  padding-top: 21px;
  border: none;
  box-shadow: none;
}

.navbar-inverse .nav > li > a {
  color: white;
  text-shadow: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  text-transform: capitalize;
}

.navbar-inverse .nav > li.current > a, .navbar-inverse .nav > li > a:hover {
  color: #01245C;
  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: #01245C;
  background: transparent;
  box-shadow: none;
}

.dropdown-menu {
  background: #58421e;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a {
  background: transparent;
  background-image: none;
  color: #E2D7C1;
}

.body-public .nav-section .nav .nav-menu-login\.php {
  display: none;
}

.body-public .nav-section .nav .nav-menu-competition\.php {
  display: none;
}

/* footer styles */

.footer-wrapper {
  padding: 0px 200px;
  color: white;
  text-align: center;
}

.top-footer {
  border-top: 1px solid #44505E;
  padding-top: 40px;
}

.tf-address h4 {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px;
  color: white;
}

.tf-contact {
  font-weight: 400;
  padding: 15px 0px 20px;
}

.tf-tel::after {
  content: '|';
  padding-left: 10px;
  padding-right: 10px;
}

.tf-email a {
  color: white;
}

.tf-email a:hover {
  color: #936f33;
}

.tf-social a {
  color: #936F33;
  font-size: 40px;
  margin: 0px 12px;
}

.tf-social a:hover {
  color: white;
}

.tf-links {
  padding: 35px 0px;
}

.tf-links a {
  color: #E2D7C1;
  text-transform: uppercase;
  margin: 0px 6px;
}

.tf-links a:hover {
  color: #936f33;
}

.bottom-footer {
  border-top: 1px solid #44505E;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bf-ig-logo {
  padding-left: 20px;
  width: 120px;
}

/* homepage styles */

#globalwrap {
  padding-top: 0px;
}

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-status {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 10;
  text-align: center;
  width: 700px;
  text-shadow: 1px 1px #000;
}

@media (min-width: 980px){
  .home-status {
    max-width: 940px;
    width: auto;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .home-status {
    width: 940px;
  }
}

.home-status .weatherSingle {
  width: 120px;
  display: inline-block;
}

.home-status h3 {
  display: none;
}

.home-status .updatedate > b {
  display: none;
}

.home-status .weatherSingle {
  width: 135px;
  float: left;
  position: relative;
  height: 40px;
}

.home-status .weatherImage {
  position: absolute;
  top: 0px;
  left: 0px;
}

.home-status .weatherImage img {
  width: 50px;
}

#globalwrap .home-status .image-night {
  background: transparent;
}

.home-status .weatherDate {
  position: absolute;
  left: 65px;
  color: #E2D7C1;
}

.home-status .weatherTemp {
  position: absolute;
  left: 65px;
  top: 25px;
}

.home-status p::before {
  margin-right: 15px;
  content: '|';
  color: white;
}

.home-status p {
  padding-top: 8px;
  text-align: left;
}

.home-scroll {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 20px;
  z-index: 10;
}

.home-scroll a {
  color: #E2D7C1;
  font-size: 30px;
}

.home-scroll a:hover {
  cursor: pointer;
}

.home-content-area {
  position: relative;
}

.home-transition {
  height: 100px;
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#071427+0,071427+100&0.1+0,1+100 */
background: -moz-linear-gradient(top, rgba(7,20,39,0) 0%, rgba(7,20,39,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(7,20,39,0) 0%,rgba(7,20,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(7,20,39,0) 0%,rgba(7,20,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d071427', endColorstr='#071427',GradientType=0 ); /* IE6-9 */
}

.home-first-section {
  padding: 0px 200px;
}

.home-title {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}

.home-title h1 {
  margin: 0px;
  font-size: 60px;
  line-height: 70px;
}

.home-title h4 {
  margin: 0px;
  text-transform: uppercase;
  color: white;
}

.home-top-box {
  text-align: center;
}

.span6.home-pic {
  margin-left: 0px;
}

.home-top-box img {
  padding-bottom: 20px;
  display: block;
}

.home-top-box p {
  margin: 0px;
}

.home-top-box h3 a {
  font-size: 24px;
  line-height: 34px;
  color: #E2D7C1;
  font-weight: 700;
  text-transform: uppercase;
}

.home-top-box h3 a:hover {
  color: #936f33;
}

.home-second-section {
  padding: 100px 0px;
}

.home-content {
  padding-top: 75px;
}

.home-content h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 28px;
  margin: 0px;
  padding-bottom: 20px;
  color: white;
}

.home-content h3 {
  font-size: 54px;
  line-height: 54px;
  color: #E2D7C1;
  margin: 0px;
}

.home-content h2 {
  margin: 0px;
  font-size: 80px;
  line-height: 80px;
  color: #E2D7C1;
  padding-bottom: 20px;
}

.home-page-wrapper {
  background: url('/images/resources/wildernesse/page-background.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 120px;
}

/* home carousel */

.home-image {
  position: relative;
}

.home-image-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  width: 100%;
  height: 100%;
  background: rgba(7,20,39,0.7);
}

.active .home-image-overlay {
  background: rgba(147,111,51,0.2);
}

.home-carousel-text {
  opacity: 0;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 40%;
  text-shadow: 1px 1px #000;
}

.home-carousel-text h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  margin: 0px;
  font-weight: 700;
  padding: 0px 20px;
  color: white;
}

.home-carousel-text h2 {
  text-transform: uppercase;
  font-size: 56px;
  line-height: 66px;
  margin: 0px;
  font-weight: 700;
  padding: 0px 20px;
  color: white;
}

.active .home-carousel-text {
  opacity: 1;
}

/* home carousel arrows */

.content-wrapper .film_roll_prev::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #E2D7C1;
  top: 49%;
  right: -17px;
  position: absolute;
}

.content-wrapper .film_roll_prev {
  border-radius: 0px;
  background: transparent;
  color: #E2D7C1;
  opacity: 1;
  border: 1px solid #E2D7C1;
  padding: 10px 25px 10px 10px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  left: 15%;
  height: 55px;
  line-height: 42px;
}

.content-wrapper .film_roll_prev:hover {
  background: #936f33;
}

.content-wrapper .film_roll_next::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #E2D7C1;
  top: 49%;
  left: -17px;
  position: absolute;
}

.content-wrapper .film_roll_next {
  border-radius: 0px;
  background: transparent;
  color: #E2D7C1;
  opacity: 1;
  border: 1px solid #E2D7C1;
  padding: 10px 10px 10px 25px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  right: 15%;
  height: 55px;
  line-height: 42px;
}

.content-wrapper .film_roll_next:hover {
  background: #936f33;
}

/* inner page */

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-content-area {
  position: relative;
  text-align: center;
}

.inner-first-section {
  padding: 0px 200px;
}

.inner-title {
  padding: 50px 0px 30px;
}

.inner-title h1 {
  font-size: 60px;
  line-height: 70px;
}

.inner-title h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}

.inner-second-section {
  padding: 100px 0px;
}

.inner-third-section {
  padding: 0px 200px 0px;
}

.inner-page-wrapper {
  background: url('/images/resources/wildernesse/page-background.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 90px;
}

.content-wrapper #global > br {
  display: none;
}

.inner-pic-text img {
  padding-bottom: 20px;
  display: block;
}

.inner-pic-text h3 a {
  font-size: 24px;
  line-height: 34px;
  color: #E2D7C1;
  font-weight: 700;
  text-transform: uppercase;
}

.inner-pic-text h3 a:hover {
  color: #936f33;
}

.inner-page-wrapper .active .home-image-overlay  {
  background: transparent;
}

/* course page */

.scorecard-box {
  padding-top: 30px;
}

.scorecard-trigger a {
  display: inline-block;
  position: relative;
  border: 1px solid white;
  color: white;
  padding: 10px 50px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.scorecard-trigger a:hover {
  cursor: pointer;
  color: #936f33;
}

.scorecard-trigger a::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 1px;
  background: white;
  top: 50%;
  left: -16px;
}

.scorecard-trigger a#score-open-link::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 22px;
  top: 25%;
}

.scorecard-trigger a#score-close-link::after {
  content: '\f106';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 22px;
  top: 25%;
}

.scorecard-content {
  padding-top: 30px;
}

#score-close-link {
  display: none;
}

#score-open-link {
  display: inline-block;
}

#score-close-link.disp {
  display: inline-block;
}

#score-open-link.hide {
  display: none;
}

.scorecard-content {
  display: none;
}

.scorecard-content .table td, .scorecard-content .table th {
  text-align: center;
}

.inner-content-area .scorecard-content .White {
  background: white;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.inner-content-area .scorecard-content .Yellow {
  background: #FC0;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.scorecard-content .Red {
  background: #F00;
  color: white;
}

/* hole page */

.hole-slideshow {
  position: relative;
}

.hole-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.hole-nav {
  position: absolute;
  bottom: 100px;
  z-index: 15;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  margin: 0px;
  display: inline;
}

.hole-nav ul li::after {
  content: '/';
  margin-left: 7px;
  margin-right: 7px;
  text-shadow: 1px 1px #000;
  font-family: 'Crimson Text', serif;
}

.hole-nav ul li:last-child::after {
  content: '';
}

.hole-nav ul li a {
  color: white;
  font-size: 20px;
  display: inline-block;
  width: 28px;
  text-shadow: 1px 1px #000;
}

.hole-nav ul li a:hover, .hole-nav ul li.current a {
  color: #936f33;
  border-bottom: 3px solid #936f33;
  padding-bottom: 2px;
}

.hole-scroll {
  position: absolute;
  bottom: 40px;
  font-size: 22px;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 20px;
  z-index: 15;
}

.hole-scroll a {
  font-size: 30px;
  color: #E2D7C1;
}

.hole-scroll a:hover {
  cursor: pointer;
}

.hole-content-area {
  position: relative;
  background: url('/images/resources/wildernesse/page-background.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.hole-title {
  padding: 40px 0px 50px;
  text-align: center;
}

.hole-title h1 {
  font-size: 60px;
  line-height: 70px;
  margin: 0px;
}

.hole-content-section {
  padding-bottom: 100px;
}

.hole-map.span6 {
  margin-left: 0px;
  text-align: right;
}

.hole-map img {
  display: inline-block;
  margin-right: 40px;
}

.hole-content {
  padding-top: 20px;
}

.hole-yards {
  text-align: center;
}

.hole-yards table tr {
  border-top: 1px solid #6A727D;
  border-bottom: 1px solid #6A727D;
  letter-spacing: 4px;
}

.hole-yards thead th {
  color: #936f33;
  text-transform: uppercase;
  padding: 8px 6px;
  font-weight: 400;
}

.hole-yards tbody td {
  padding: 8px 6px;
}

.hole-tip {
  padding-top: 40px;
}

/* default page */

[class*='php-'], .body-class-members, [class*="setcoursestatus"], .body-class-visitorbooking, .body-class-getawayletter, .body-class-opens, .body-loginpage {
  background: url('/images/resources/wildernesse/members-bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

[class*='php-'] .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

[class*="php-"] #globalwrap, [class*="setcoursestatus"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
  margin: 175px 0px 75px;
  padding: 20px;
  /*background: #071427;*/
  background: rgba(7,20,39,0.8);
  border: 4px solid white;
}

[class*="php-"] .top-footer, [class*="setcoursestatus"] .top-footer, .body-class-visitorbooking .top-footer, .body-class-getawayletter .top-footer, .body-class-opens .top-footer, .body-loginpage .top-footer {
  border-top: none;
}

[class*="php-"] .footer-wrapper, .body-class-members .footer-wrapper, [class*="setcoursestatus"] .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-getawayletter .footer-wrapper, .body-class-opens .footer-wrapper, .body-loginpage .footer-wrapper {
  background: #071427;
}

.body-class-members .bottom-footer {
  border-top: none;
}

/* login */

#login {
  text-align: center;
}

#login h3 {
  color: #E2D7C1;
  font-size: 38px;
  line-height: 48px;
  padding-bottom: 30px;
  margin: 0px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type="submit"] {
  margin-top: 20px;
}

/* buttons */

a.btn, input[type="submit"], button.btn, a.read-more {
  display: inline-block;
  position: relative;
  border: 1px solid white;
  color: white;
  padding: 8px 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: transparent;
  text-shadow: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

a.read-more {
  margin-top: 15px;
}

a.btn:hover, input[type="submit"]:hover, button.btn:hover, a.read-more:hover {
  background: transparent;
  color: #936f33;
}

/* members styles */

.body-class-members .header-wrapper {
  position: relative;
}

.body-class-members .content-wrapper {
  margin: 0px auto;
  width: 1170px;
}

.body-class-members #globalwrap {
  padding-top: 40px;
}

.body-class-members .top-footer {
  display: none;
}

.body-class-members.php-index p.news-date {
  display: none;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

.body-class-members #globalwrap {
  margin-top: 100px;
  background: rgba(7,20,39,0.8);
  padding: 20px;
  border: 4px solid white;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background: #071427;
}

.php-index #globalwrap {
  border: none;
  padding: 0px;
  background: transparent;
}

#leftcontent > div, #rightcontent > div {
  background: rgba(7,20,39,0.8);
  border: 4px solid white;
}

.php-weatherfg #globalwrap .image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img {
  background: #936f33;
  border-radius: 50%;
}

.php-roundmgmt .dateperiods a {
  background: #000;
}

.php-roundmgmt .dateperiods a.selected-dateperiod {
  background: #aaa;
}

.php-analysis .row-fluid:last-child .btn-group {
  margin-top: 10px;
}

.php-search input[type*="text"] {
  margin-top: 10px;
}

.php-messages .well {
  background: transparent;
}

.php-messages .content-wrapper #globalwrap {
  margin-top: 100px;
}

.php-messages .forum-breadcrumb {
  background: transparent;
}

.php-messages .forum-breadcrumb > li {
  text-shadow: none;
}

.body-class-members form fieldset {
  background: transparent !important;
}

#ui-datepicker-div {
  display: none;
}

.content-wrapper #memteetimes th {
  color: white;
}

.php-diary a.diarytag-filter-link {
  color: white;
}

.php-diary .affix a.diarytag-filter-link {
  color: #000;
}

.php-diary .eventviewTableMonth td {
  background: transparent;
}

.php-news #taglist span[style^="color:#0082c8"] {
  color: #4ca7d8 !important;
}

.php-news #taglist span[style^="color:#FF0000"] {
  color: #ff4c4c !important;
}

.php-news #taglist span[style^="color:#800080"] {
  color: #a64ca6 !important;
}

/* public sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  .body-public[class*="php-"], .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
   margin-bottom: 421px; 
  }
  .body-public[class*="php-"] .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;
    left: 0px;
    width: 100%;
    height: 346px;
    padding: 0px;
  }
}

/* members sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  .body-class-members, .body-class-members.php-login {
   margin-bottom: 155px; 
  }
  .body-class-members .footer-wrapper, .body-class-members.php-login .footer-wrapper {
   position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    padding: 0px;
  }
}

/* default footer styles */

body[class*="php-"] .top-footer, .body-class-visitorbooking .top-footer, .body-class-getawayletter .top-footer, [class*="body-class-setcoursestatus"] .top-footer, .body-class-opens .top-footer {
  padding-left: 200px;
  padding-right: 200px;
}

body[class*="php-"] .bottom-footer, .body-class-visitorbooking .bottom-footer, .body-class-getawayletter .bottom-footer, [class*="body-class-setcoursestatus"] .bottom-footer, .body-class-opens .bottom-footer {
  padding-left: 200px;
  padding-right: 200px;
}

/* public responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .home-first-section {
    padding: 0px 150px;
  }
  .inner-first-section {
    padding: 0px 150px;
  }
  .inner-third-section {
    padding: 0px 150px;
  }
  .footer-wrapper {
    padding: 0px 150px;
  }
  .content-wrapper .film_roll_prev {
    left: 11%;
  }
  .content-wrapper .film_roll_next {
    right: 11%;
  }
  body[class*="php-"] .top-footer, .body-class-visitorbooking .top-footer, .body-class-getawayletter .top-footer, [class*="body-class-setcoursestatus"] .top-footer, .body-class-opens .top-footer {
    padding-left: 150px;
    padding-right: 150px;
  }
  body[class*="php-"] .bottom-footer, .body-class-visitorbooking .bottom-footer, .body-class-getawayletter .bottom-footer, [class*="body-class-setcoursestatus"] .bottom-footer, .body-class-opens .bottom-footer {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home-first-section {
    padding: 0px 100px;
  }
  .inner-first-section {
    padding: 0px 100px;
  }
  .inner-third-section {
    padding: 0px 100px;
  }
  .footer-wrapper {
    padding: 0px 100px;
  }
  .content-wrapper .film_roll_prev {
    left: 11%;
  }
  .content-wrapper .film_roll_next {
    right: 11%;
  }
  .content-wrapper .home-image img {
    width: 850px;
  }
  body[class*="php-"] .top-footer, .body-class-visitorbooking .top-footer, .body-class-getawayletter .top-footer, [class*="body-class-setcoursestatus"] .top-footer, .body-class-opens .top-footer {
    padding-left: 100px;
    padding-right: 100px;
  }
  body[class*="php-"] .bottom-footer, .body-class-visitorbooking .bottom-footer, .body-class-getawayletter .bottom-footer, [class*="body-class-setcoursestatus"] .bottom-footer, .body-class-opens .bottom-footer {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home-first-section {
    padding: 0px 50px;
  }
  .inner-first-section {
    padding: 0px 50px;
  }
  .inner-third-section {
    padding: 0px 50px;
  }
  .footer-wrapper {
    padding: 0px 50px;
  }
  .content-wrapper .film_roll_prev {
    left: 11%;
  }
  .content-wrapper .film_roll_next {
    right: 11%;
  }
  .content-wrapper .home-image img {
    width: 700px;
  }
  body[class*="php-"] .top-footer, .body-class-visitorbooking .top-footer, .body-class-getawayletter .top-footer, [class*="body-class-setcoursestatus"] .top-footer, .body-class-opens .top-footer {
    padding-left: 50px;
    padding-right: 50px;
  }
  body[class*="php-"] .bottom-footer, .body-class-visitorbooking .bottom-footer, .body-class-getawayletter .bottom-footer, [class*="body-class-setcoursestatus"] .bottom-footer, .body-class-opens .bottom-footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* resposnive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .home-first-section {
    padding: 0px 25px;
  }
  .inner-first-section {
    padding: 0px 25px;
  }
  .inner-third-section {
    padding: 0px 25px;
  }
  .footer-wrapper {
    padding: 0px 25px;
  }
  .content-wrapper .film_roll_prev {
    left: 10%;
  }
  .content-wrapper .film_roll_next {
    right: 10%;
  }
  .content-wrapper .home-image img {
    width: 550px;
  }
  .home-carousel-text h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .home-carousel-text h3 {
    font-size: 26px;
    line-height: 32px;
  }
  [class*="php-"] .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 940px;
  }
  .body-class-members .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .top-footer, .body-class-visitorbooking .top-footer, .body-class-getawayletter .top-footer, [class*="body-class-setcoursestatus"] .top-footer, .body-class-opens .top-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  body[class*="php-"] .bottom-footer, .body-class-visitorbooking .bottom-footer, .body-class-getawayletter .bottom-footer, [class*="body-class-setcoursestatus"] .bottom-footer, .body-class-opens .bottom-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  .body-class-members .desktop-logo {
    display: none;
  }
  .body-class-members .mobile-logo {
    display: block;
  }
  .body-class-members .navbar-inverse .nav > li > a {
    text-transform: initial;
    padding: 10px;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-analysis .row-fluid:last-child .btn-group {
    margin-top: 10px;
  }
  .home-content {
    padding-top: 40px;
  }
  .hole-nav ul li::after {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .home-first-section {
    padding: 0px 20px;
  }
   .content-wrapper .film_roll_prev {
    left: 10%;
  }
  .content-wrapper .film_roll_next {
    right: 10%;
  }
  .content-wrapper .home-image img {
    width: 400px;
  }
  .home-carousel-text h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .home-carousel-text h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .footer-wrapper {
    padding: 0px 20px;
  }
  .home-top-box h3 a {
    font-size: 20px;
    line-height: 30px;
  }
  .inner-first-section {
    padding: 0px 20px;
  }
  .inner-third-section {
    padding: 0px 20px;
  }
  .inner-pic-text h3 a {
    font-size: 20px;
    line-height: 30px;
  }
  .tf-address h4 {
    font-size: 22px;
  }
  [class*="php-"] .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 724px;
  }
  .body-class-members .content-wrapper {
    width: 724px;
  }
  body[class*="php-"] .top-footer, .body-class-visitorbooking .top-footer, .body-class-getawayletter .top-footer, [class*="body-class-setcoursestatus"] .top-footer, .body-class-opens .top-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  body[class*="php-"] .bottom-footer, .body-class-visitorbooking .bottom-footer, .body-class-getawayletter .bottom-footer, [class*="body-class-setcoursestatus"] .bottom-footer, .body-class-opens .bottom-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .php-knockouts #globalwrap {
    overflow-x: scroll;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .table td, .table th {
    padding: 2px;
    font-size: 14px;
  }
  .php-analysis .content-wrapper .pull-left {
    float: none;
  }
  .php-analysis .span7 {
    width: 100%;
  }
  .home-content {
    padding-top: 0px;
  }
  .hole-nav {
    width: 505px;
    bottom: 80px;
  }
  .hole-nav ul li:nth-child(9)::after {
    content: '';
    margin-left: 7px;
    margin-right: 7px;
  }
  .hole-nav ul li {
    margin: 4px 0px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .body-public .header-wrapper {
    position: absolute;
  }
  .header-bg {
    min-height: 82px;
    height: auto;
  }
  .nav-section {
    float: none;
  }
  .navbar-inverse .btn-navbar {
    margin-right: 10px;
    background: #01245C;
    width: 120px;
    margin-top: 43px;
    border-radius: 8px;
  }
  .navbar-inverse .club-menu-button-lines {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus {
    background: #E2D7C1
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus {
    color: #01245c;
  }
  .navbar-inverse .btn-navbar:hover .icon-bar, .navbar-inverse .btn-navbar:focus .icon-bar {
    background: #01245c;
  }
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: 400;
    color: white;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: white;
  }
  .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li > a:hover {
    color: #01245c;
    background: transparent;
  }
  .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 {
    color: #E2D7C1;
    background: transparent;
    background-image: none;
  }
  .nav-collapse .dropdown-menu {
    background: #58421e;
  }
  .nav-collapse .dropdown-menu > li.current > a {
    color: #E2D7C1;
  }
  .php-weatherfg div.phone-weather .weather-list-item:nth-child(2n) {
    background: #071427;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .body-public .header-wrapper {
    position: relative;
  }
  .header-wrapper {
    position: relative;
  }
  .header-bg {
    margin: 0px;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .home-page-wrapper .home-transition {
    display: none;
  }
  .home-scroll {
    display: none;
  }
  .home-status {
    position: relative;
    padding: 0px 20px;
  }
  .home-status .weatherSingle {
    padding-top: 20px;
    float: none;
    height: 25px;
  }
  .home-status .weatherDate {
    top: 5px;
  }
  .home-status p::before {
    content: '';
    margin-right: 0px;
  }
  .home-status p {
    text-align: center;
  }
  .home-first-section {
    padding: 0px 20px;
  }
  .home-title h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 10px;
  }
  .home-title h4 {
    font-size: 22px;
  }
  .home-top-box {
    padding-bottom: 20px;
  }
  .home-top-box img {
    max-width: 440px;
    margin: 0px auto;
    width: 100%;
  }
  .content-wrapper .film_roll_next {
    padding: 5px;
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 5px;
    right: 5px;
    line-height: 22px;
  }
  .content-wrapper .film_roll_next::before {
    width: 0px;
  }
  .content-wrapper .film_roll_prev {
    padding: 5px;
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 5px;
    left: 5px;
    line-height: 22px;
  }
  .content-wrapper .film_roll_prev::before {
    width: 0px;
  }
  .home-carousel-text h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: initial;
  }
  .home-carousel-text h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .home-second-section {
    padding: 50px 0px;
  }
  .home-third-section {
    padding: 0px 20px;
    text-align: center;
  }
  .home-content {
    padding-top: 0px;
  }
  .footer-wrapper {
    padding: 0px 20px;
  }
  .tf-contact span {
    display: block;
  }
  .tf-tel::after {
    content: '';
    padding: 0px;
  }
  .tf-links a {
    display: block;
    margin: 4px 0px;
  }
  .home-pic img {
    max-width: 400px;
    margin: 0px auto;
    width: 100%;
  }
  .bf-content span {
    display: block;
  }
  .bf-ig-logo {
    padding-top: 10px;
    padding-left: 0px;
  }
  .inner-first-section {
    padding: 0px 20px;
  }
  .inner-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-third-section {
    padding: 0px 20px;
  }
  .inner-pic-text img {
    max-width: 440px;
    margin: 0px auto;
    width: 100%;
  }
  .hole-scroll {
    display: none;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    padding-top: 15px;
    width: 280px;
  }
  .hole-page-wrapper .home-transition {
    display: none;
  }
  .hole-nav ul li {
    margin: 4px 0px;
  }
  .hole-nav ul li a {
    font-size: 18px;
    width: 24px;
  }
  .hole-nav ul li::after {
    margin-left: 5px;
    margin-right: 5px;
  }
  .hole-nav ul li:nth-child(6)::after {
    content: '';
    margin-left: 5px;
    margin-right: 5px;
  }
  .hole-nav ul li:nth-child(12)::after {
    content: '';
    margin-left: 5px;
    margin-right: 5px;
  }
  .hole-content-area {
    padding: 0px 20px;
  }
  .hole-title {
    padding: 30px 20px;
  }
  .hole-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hole-tip {
    text-align: center;
  }
  .hole-map.span6 {
    clear: both;
    text-align: center;
    padding-top: 20px;
  }
  .hole-map img {
    max-width: 250px;
    width: 100%;
    margin: 0px auto;
  }
  [class*="php-"] .content-wrapper, [class*="setcoursestatus"] .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  [class*="php-"] #globalwrap, [class*="setcoursestatus"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
    margin-top: 90px;
    padding: 20px 10px;
  }
  body[class*="php-"] .top-footer, .body-class-visitorbooking .top-footer, .body-class-getawayletter .top-footer, [class*="body-class-setcoursestatus"] .top-footer, .body-class-opens .top-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  body[class*="php-"] .bottom-footer, .body-class-visitorbooking .bottom-footer, .body-class-getawayletter .bottom-footer, [class*="body-class-setcoursestatus"] .bottom-footer, .body-class-opens .bottom-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .table th, .table td {
    padding: 1px;
    font-size: 12px;
  }
  a.btn, input[type="submit"], .content-wrapper button.btn, a.read-more {
    padding: 4px;
    text-transform: initial;
    letter-spacing: 1px;
    font-size: 12px;
  }
  [class*="setcoursestatus"] textarea {
    width: 260px !important;
  }
  [class*="setcoursestatus"] .content-wrapper a {
    word-break: break-word;
  }
  .php-index #globalwrap {
    padding: 0px;
  }
  .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: black;
  }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: black;
  }
  .body-class-members .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  .body-class-members #globalwrap {
    margin-bottom: 75px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group > .btn {
    display: block;
    margin: 4px 0px;
  }
  .btn-group > .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .btn-group > .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .php-roundmgmt .dateperiods {
    float: none;
    width: 100%;
  }
  .php-analysis .content-wrapper .pull-left {
    float: none;
  }
  .php-analysis .content-wrapper .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    display: block;
    width: 200px;
  }
  .php-analysis .btn-group .btn {
    display: block;
    margin: 4px 0px;
  }
  table {
    font-size: 12px;
  }
  .scorecard-content table tr td:nth-child(4), .scorecard-content table tr td:nth-child(3) {
    display: none;
  }
  .scorecard-content table tr th:nth-child(4), .scorecard-content table tr th:nth-child(3) {
    display: none;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 479px) {
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }
  .php-prefs .content-wrapper input[type*="text"] {
    width: 146px;
  }
}

/* login fix */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
}

/* booking styles */

#memteetimes tbody td {
  color: black;
}

@media (min-width: 0px) and (max-width: 768px) {
  .content-wrapper #globalwrap #date_form label.noformat {
    color: white;
  }
  .content-wrapper #globalwrap #date_form .tabs li.current a {
    background: #071427;
    color: #936f33;
    margin-top: 0px;
  }
}

#cluetip {
  color: black;
}

/* editor styles */

.php-ckeditor .header-bg {
  display: none;
}

.php-ckeditor .navbar {
  background: #000;
}

.php-ckeditor .navbar-inverse .navbar-inner {
  padding: 10px 0px;
}

.php-ckeditor .home-transition {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 3px solid white;
}

.php-ckeditor .home-first-section {
  padding: 0px;
}

.php-ckeditor .home-second-section {
  padding: 30px 0px;
}

.php-ckeditor .home-scroll {
  display: none;
}

.php-ckeditor .home-status {
  position: relative;
}

.php-ckeditor .content-wrapper .container {
  width: 100%;
}

.php-ckeditor .inner-first-section {
  padding: 0px;
}

.php-ckeditor .inner-second-section {
  padding: 30px 0px;
}

.php-ckeditor .inner-third-section {
  padding: 0px;
}

.php-ckeditor .scorecard-content {
  display: block;
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
  padding-top: 20px;
}

.php-ckeditor .hole-scroll {
  display: none;
}

/* google map */

#map_container {
  width: 100% !important;
}

#map_container input[type*="submit"] {
  background: #000;
}

.gm-style-iw-d {
  max-height: 250px !important;
}

/* slideshows */

.content-wrapper .nivo-caption {
  bottom: 50px;
  background: transparent;
  opacity: 1;
  text-align: center;
}

.content-wrapper .nivo-caption h4 {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(0,0,0,0.75);
  margin: 0px;
}

.content-wrapper #globalwrap .nivo-caption p {
  text-shadow: 1px 1px #000;
}

.content-wrapper .nivoInner:hover .nivo-directionNav {
  display: none;
}

.galleryWrapper {
  position: relative;
}

.content-wrapper .nivo-controlNav-Wrapper {
  width: 22px;
  left: 50px;
  top: 40%;
  z-index: 10;
}

.content-wrapper .nivo-control {
  width: 16px;
  height: 16px;
  background: url('/images/resources/wildernesse/slideshow-dot-not-active.png');
}

.content-wrapper .nivo-control.active {
  background-position: 0px;
  width: 16px;
  height: 16px;
  background: url('/images/resources/wildernesse/slideshow-dot-active.png');
}

/* additional fixes */

.inner-content-area form input {
  width: 50%;
}

.inner-content-area form textarea {
  width: 50%;
}

.content-wrapper form fieldset legend {
  color: white;
}

.inner-content-area table th {
  padding: 8px 6px;
  color: #936f33;
  border: 2px solid #E2D7C1;
}

.inner-content-area table td {
  padding: 8px 6px;
  border: 2px solid #E2D7C1;
}

.inner-content-area table.scorecard th {
  border: 1px solid #E2D7C1;
}

.inner-content-area table.scorecard td {
  border: 1px solid #E2D7C1;
} 

@media (min-width: 0px) and (max-width: 767px) {
  .inner-content-area table th {
    padding: 8px 1px;
  }
  .inner-content-area table td {
    padding: 8px 1px;
  }
  .content-wrapper .nivo-controlNav-Wrapper {
    left: 10px;
  }
  .span6.home-pic {
    clear: both;
    padding-top: 20px;
  }
  .home-transition {
    height: 50px;
    top: -50px;
  }
  .inner-pic-text {
    padding-bottom: 20px;
  }
  .home-status {
    width: auto;
  }
}

/* accordions */

.inner-main-content div[id*="accordion-toggle"] {
  position: relative;
}

.inner-main-content div[id*="accordion-toggle"]:hover {
  cursor: pointer;
}

.inner-main-content div[id*="accordion-toggle"]::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
  top: 22px;
  right: 10px;
    color: #ECE1C8;
    font-size: 34px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.inner-main-content div.open[id*="accordion-toggle"]::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    color: #ECE1C8;
    font-size: 34px;
  transform: rotateX(180deg);
}

.accordion-one, .accordion-two, .accordion-three, .accordion-four, .accordion-five, .accordion-six, .accordion-severn, .accordion-eight, .accordion-nine, .accordion-ten {
  display: none;
  padding-bottom: 20px;
  padding-top: 10px;
}

.php-ckeditor .accordion-one, .php-ckeditor .accordion-two, .php-ckeditor .accordion-three, .php-ckeditor .accordion-four, .php-ckeditor .accordion-five, .php-ckeditor .accordion-six, .php-ckeditor .accordion-severn, .php-ckeditor .accordion-eight, .php-ckeditor .accordion-nine, .php-ckeditor .accordion-ten {
  display: block;
  margin-top: 20px;
}

.inner-main-content div[id*="accordion-toggle"] {
  border: 1px solid #926f32;
  margin-bottom: 20px;
}

/*@media (min-width: 1500px) {
  .inner-main-content div[id*="accordion-toggle"]::after {
    margin-right: 200px;
  }
  .body-class-visitor_information .inner-main-content div[id*="accordion-toggle"]::after {
    margin-right: 300px;
  }
}*/

@media (min-width: 0px) and (max-width: 767px) {
  .inner-main-content div[id*="accordion-toggle"] h2 {
    margin: 0px 25px 0px 0px;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .inner-main-content div[id*="accordion-toggle"]::after {
    top: 6px;
  }
  .inner-main-content div.open[id*="accordion-toggle"]::after {
    top: 6px;
  }
}

/* fixes for sue */

@media (min-width: 980px) and (max-width: 1199px) {
  .body-public .desktop-logo {
    display: none;
  }
  .body-public .mobile-logo {
    display: block;
  }
  .navbar-inverse .nav > li > a {
    text-transform: initial;
  }
}

.inner-main-content ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #FFF;
  font-size: 10px;
}

.inner-main-content ul li {
  list-style: none;
  position: relative;
}

.home-transition {
  height: 75px;
  top: -75px;
}

.bf-content br {
  display: none;
}

@media (min-width: 0px) and (max-width: 399px) {
  .bf-content br {
    display: block;
  }
}

.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: 1px solid #E2D7C1;
}

@media (min-width: 0px) and (max-width: 767px) {
  .php-login {
    background-size: initial;
    background-attachment: initial;
  }
}

.navbar-inverse .nav > li.current > a, .navbar-inverse .nav > li > a:hover {
  color: #000;
}

.navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li > a:hover {
  color: #000;
}

.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: #000;
}

#facebox a.btn, #facebox input[type="submit"], #facebox button.btn, #facebox a.read-more {
  background: #071427;
  color: #fff;
  text-decoration: none;
}

#facebox a.btn:hover, #facebox input[type="submit"]:hover, #facebox button.btn:hover, #facebox a.read-more:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#cluetip a.btn, #cluetip input[type="submit"], #cluetip button.btn, #cluetip a.read-more {
  background: #071427;
}

#cluetip a.btn:hover, #cluetip input[type="submit"]:hover, #cluetip button.btn:hover, #cluetip a.read-more:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#facebox, #cluetip {
  color: #000;
}

#facebox a, #cluetip a {
  color: #000;
  text-decoration: underline;
}

.php-book_lesson #global table#pro_calendar.member_view.view_weekly {
  margin-left: 95px;
}

.php-book_lesson #global table#pro_calendar thead a {
  color: #926F32;
}

.php-book_lesson #global #lessonboxholder a {
  color: #0088cc;
}

#globalwrap table tbody td.tcomp a {
  color: #000;
}

.noteWrapper {
  color: #333;
}

.noteWrapper a {
  color: #333;
  text-decoration: underline;
}

.php-whshcaprecord .table tbody tr.warning > td {
  color: #000;
}

.php-whshcaprecord .table-striped tbody > tr.warning > td, .php-whshcaprecord .table-striped tbody > tr.warning > th {
  background: #fcf8e3;
  color: #000;
}

.php-competition2 .comp-signup-wrapper .table-striped tbody > tr:nth-child(2n+1) > td, .php-competition2 .comp-signup-wrapper .table-striped tbody > tr:nth-child(2n+1) > th {
  background: #fff;
}

.php-competition2 .comp-signup-wrapper a.btn, .php-competition2 .comp-signup-wrapper button.btn {
  background: #000;
}

.body-class-visitorbooking .header-wrapper {
  position: relative;
}

.teebooking-wrapper a {
  color: #333;
  text-decoration: underline;
}

.teebooking-wrapper a.btn {
  color: #fff;
}

.header-button {
  display: none;
}

.body-public .header-button {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.header-button a {
  display: inline-block;
  background: #01245C;
  color: #fff;
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 14px;
}

.header-button a:hover {
  border-radius: 30px;
}

@media (min-width: 980px) {
  .body-public .nav-section {
    margin-right: 155px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
   .body-public .desktop-logo {
    display: none;
  }
  .body-public .mobile-logo {
    display: block;
  }
  .navbar-inverse .nav > li > a {
    font-size: 14px;
    padding: 10px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .navbar-inverse .nav > li > a {
    font-size: 11px;
    padding: 10px 8px;
  }
  .header-button a {
    font-size: 12px;
  }
  .body-public .nav-section {
    margin-right: 140px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-public .header-button {
    right: 150px;
  }
  .header-button a {
    padding: 6px 14px;
  }
  .navbar-inverse .btn-navbar {
    margin-top: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public .header-button {
    right: 10px;
    top: 4px;
  }
  .header-button a {
    padding: 6px 14px;
  }
}

/* end anton styles */

.body-public.php-visitoropen form fieldset {
color: black;
}

.body-public.php-visitoropen .content-wrapper form fieldset legend {
color: black;
background: #f2f2f2;
border-radius: 20px;
padding: 0px 13px;
}