/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

/* fonts */

.cabin-font {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.merriweather-light-italic {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.merriweather-regular-italic {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather-bold-italic {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
}

.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}

.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}

/* general styles */

* {
  box-sizing: border-box;
}

body {
  font-family: 'Cabin', sans-serif;
  line-height: 28px;
  font-size: 18px;
  color: #666;
}

h1 {
  color: #052c23;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  margin: 20px 0px;
  font-family: 'Merriweather', serif;
}

h2 {
  color: #052c23;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  font-family: 'Merriweather', serif;
}

h3 {
  color: #052c23;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  font-family: 'Merriweather', serif;
}

h4 {
  color: #052c23;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Merriweather', serif;
}

h5 {
  color: #052c23;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Merriweather', serif;
}

h6 {
  color: #052c23;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Merriweather', serif;
}

.body-contentpage h5, .body-contentpage h6, .php-ckeditor h5, .php-ckeditor h6, .home-page-wrapper h5, .home-page-wrapper h6 {
  display: inline-block;
}

.body-public p {
  margin-bottom: 20px;
}

input, button, select, textarea {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
}

a {
  color: #a2874f;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

a:hover {
  color: #a2874f;
  text-decoration: underline;
}

/* header styles */

.body-public .fix-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.navbar-inverse .btn-navbar {
  display: block;
  background-color: transparent;
  background-image: none;
}

/*.body-public #myNavbar {
  display: none;
}*/

.club-header {
  float: left;
  width: 80px;
  margin-left: 110px;
}

.club-logo {
  float: left;
  margin: 10px 0px;
  width: 80px;
}

.club-name {
  font-size: 22px;
  margin-top: 30px;
  display: inline-block;
  color: white;
  margin-left: 22px;
}

.body-public .header-tee {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 30;
}

.body-public .header-tee a {
  padding: 5px 10px;
  border: 2px solid #a2874f;
  color: #a2874f;
  font-size: 16px;
  line-height: 16px;
  width: 130px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.body-public .header-tee a:hover{
  background: #a2874f;
  color: #fff;
  text-decoration: none;
}

/* menu styles */

.body-public .menu-trigger {
  position: absolute;
  right: 110px;
  top: 25px;
  color: white;
  display: block;
  width: 110px;
  padding: 0px;
  height: 50px;
}

.body-public #hamburger-icon #menuButtonText {
  text-align: left;
  float: left;
  position: absolute;
  top: 5px;
  left: 0px;
}

.body-public #hamburger-icon .line {
  background-color: white;
  position: absolute;
  height: 3px;
  display: block;
  left: 60px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.body-public #hamburger-icon .line-1 {
  top: 5px;
  width: 25px;
}

.body-public #hamburger-icon .line-2 {
  top: 15px;
  width: 35px;
  opacity: 1;
}

.body-public #hamburger-icon .line-3 {
  top: 25px;
  width: 35px;
}

.body-public #hamburger-icon.active .line-1 {
  transform: translateY(-10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(45deg);
  -moz-transform: translateY(-10px) translateX(0) rotate(45deg);
  width: 35px;
  top: 20px;
}

.body-public #hamburger-icon.active .line-2 {
  opacity: 0;
}

.body-public #hamburger-icon.active .line-3 {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
  top: 20px;
}

.body-public .navbar button {
  background: none;
  border: none;
  display: none;
}

/* nav styles */

.body-public .navbar {
  height: 91px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.body-public .navbar.scrolled {
  background: #052c23;
}

/*.body-public #myNavbar {
  position: absolute;
  width: 300px;
  right: 0px;
  top: 65px;
  background: #052c23;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.body-public .navbar .nav {
  float: none;
  display: inline-block;
}

.body-public .navbar .nav li {
  width: 100%;
  text-align: right;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}*/

.body-public .navbar-inverse .brand, .body-public .navbar-inverse .nav > li > a {
  color: #fff;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.body-public .navbar-inverse .nav > li.current > a {
  color: #a2874f;
}

/* dropdown menu styles */

.body-public .dropdown-menu {
  /*display: block;*/
  pointer-events: none;
  background: transparent;
  opacity: 0;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  width: 100%;
  border: none;
  box-shadow: none;
}

.body-public .dropdown.open .dropdown-menu {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}

.body-public .navbar .nav > li > .dropdown-menu::before, .body-public .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.body-public .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-public .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-public .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #a2874f;
  border: none;
  box-shadow: none;
}

.body-public #myNavbar li > a:hover {
  color: #a2874f;
}

.body-public .dropdown-menu > li > a {
  color: #fff;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.body-public .dropdown-menu > li.current > a {
  color: #a2874f;
}

.body-public .dropdown-menu > li > a:hover {
  background-color: transparent;
  background-image: none;
  color: #a2874f;
}

/* hide login and opens on public */

.body-public .nav-menu-login\.php, .body-public .nav-menu-competition\.php {
  display: none;
}

/* footer styles */

.top-footer {
  padding: 30px 0px;
  text-align: center;
  background-color: #052c23;
  color: white;
}

.tf-logo img {
  width: 80px;
}

.top-footer h4 {
  color: #a2874f;
  padding: 26px 0px;
  font-size: 20px;
  margin: 0px;
}

.tf-address, .tf-contact, .tf-social, .tf-images {
  padding: 5px 0px;
}

.tf-contact .email::before {
  content: '|';
  margin-left: 10px;
  margin-right: 15px;
}

.tf-contact a {
  color: white;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.tf-contact a:hover {
  color: #a2874f;
  text-decoration: none;
}

.tf-social a {
  width: 45px;
  height: 45px;
  display: inline-block;
  border: 2px solid #a2874f;
  border-radius: 50%;
  font-size: 26px;
  margin: 0px 5px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.tf-social a i {
  color: #a2874f;
  margin-top: 10px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.tf-social a:hover {
  border: 2px solid white;
}

.tf-social a:hover i {
  color: white;
}

.tf-images {
  padding: 10px 0px 5px;
}

.tf-images img.first{
  margin-right: 50px;
}

.tf-images img.last {
  margin-left: 50px;
}

.bottom-footer {
  padding: 10px 0px;
  background-color: #052c23;
}

.bf-copy {
  color: white;
  margin-top: 6px;
}

.bf-ig-logo {
  text-align: right;
}

.bf-ig-logo img {
  width: 110px;
}

/* homepage styles */

.body-public #globalwrap {
  padding-top: 0px;
}

.home-page-slideshow-area {
  background: url('/images/resources/chestfield/home-background.jpg');
  background-size: cover;
}

.home-page-slideshow {
  padding: 100px 100px 0px;
}

.home-page-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-page-slideshow .galleryWrapper {
  border: 15px solid white;
}

/* slideshow styles */

.body-public .container-fluid {
  padding: 0px;
}

.body-public .galleryWrapper {
  position: relative;
}

.body-public .nivo-caption {
  background: none;
  bottom: 40%;
  left: 50px;
  text-shadow: 1px 1px #000;
  opacity: 1;
  width: auto;
}

.body-public #globalwrap .nivo-caption p {
  font-size: 30px;
  padding: 10px 10px 10px 0px;
}

.body-public .nivo-caption h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: white;
}

.body-public .nivo-caption a {
  border: 1px solid white;
  text-decoration: none;
  padding: 5px 20px;
  display: block;
}

.body-public .nivo-controlNav-Wrapper {
  position: absolute;
  width: 200px;
  bottom: -85px;
  right: 0;
  left: auto;
  z-index: 1;
}

.body-public .nivo-controlNav-Wrapper .nivo-control {
  width: 12px;
  height: 12px;
  background: url('/images/resources/chestfield/slideshow-dot-not-active.png');
}

.body-public .nivo-controlNav-Wrapper .nivo-control.active {
  background: url('/images/resources/chestfield/slideshow-dot-active.png');
}

.body-public .nivo-directionNav {
  display: block;
}

.body-public .nivo-directionNav a{
  top: 80%;
  width: 42px;
  height: 80px;
}

.body-public .nivo-prevNav {
  left: auto;
  right: 100px;
  background-image: url('/images/resources/chestfield/slideshow-prev-arrow.png');
}

.body-public .nivo-nextNav {
  background-image: url('/images/resources/chestfield/slideshow-next-arrow.png');
  background-position: 0px;
}

.body-public .nivo-caption h4 {
  color: #fff;
  font-size: 30px;
}

.body-public .inner-page-slideshow .nivo-caption {
  bottom: 50px;
}

.body-public .hole-page-slideshow .nivo-caption {
  bottom: 20px;
}

.body-public .hole-page-slideshow .nivo-caption h4 {
  color: rgba(255,255,255,0.6);
  text-shadow: none;
  font-size: 120px;
  line-height: 120px;
}

/* back to home styles */

.home-weather-status {
  padding: 15px 110px;
  color: white;
}

.home-weather-status p {
  margin: 0px;
  padding: 10px 0px 0px;
}

.home-weather-status .weatherSingle {
  float: left;
  width: 100px;
  position: relative;
  height: 50px;
  margin: 0px 6px;
}

.home-weather-status .weathers .weatherSingle:last-child {
  margin-right: 50px;
}

.home-weather-status .weatherDate {
  position: absolute;
  top: 5px;
  right: 0px;
}

.home-weather-status .weatherTemp {
  position: absolute;
  top: 25px;
  right: 0px;
}

.home-weather-status .weatherImage {
  position: absolute;
  top: 0px;
  left: 0px;
}

.home-weather-status .weatherImage img {
  width: 50px;
  height: 50px;
}

.home-weather-status h3 {
  display: none;
}

/* home content styles */

.home-page-wrapper {
  position: relative;
}

.home-grey-background {
  padding: 100px 110px 200px;
}

.home-white-background {
  margin-top: 120px;
  padding: 200px 110px 100px;
}

.home-grey-background, .home-grey-bottom-background {
  background: #DEDEDE;
}

.home-grey-bottom-background {
  padding: 100px 110px;
}

.home-heading h4 {
  font-size: 20px;
  color: #666;
  font-weight: 400;
}

.home-content h3 {
  color: #24516E;
  font-weight: 400;
  font-size: 22px;
}

.home-heading h4::after {
  content: url('/images/resources/chestfield/home-heading-dash.png');
  width: 105px;
  padding-left: 10px;
}

.body-public h5 a, .php-ckeditor h5 a {
  padding: 10px 15px;
  background-color: #24516E;
  color: white;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.body-public h6 a, .php-ckeditor h6 a  {
  padding: 10px 15px;
  background-color: #fdd34d;
  color: #24516E;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.body-public h5 a:hover, .php-ckeditor h5 a:hover {
  color: #fdd34d;
  text-decoration: none;
}

.body-public h6 a:hover {
  color: white;
  text-decoration: none;
}

.picture-section {
  padding: 0px;
  margin-top: 0px;
}

.picture-section #map_container {
  width: 100% !important;
}

.picture-section img:first-child {
  margin-left: 0px;
}

.picture-section img:last-child {
  margin-right: 0px;
}

/* inner page styles */

/* inner slideshow */

.inner-page-slideshow-area {
  background: url('/images/resources/chestfield/home-background.jpg');
  background-size: cover;
}

.inner-page-slideshow {
 padding: 100px; 
}

.inner-page-slideshow .galleryWrapper {
  border: 15px solid white;
}

.inner-page-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-page-nav {
  background: #24516E;
  padding: 20px 20px;
  text-align: center;
}

.inner-page-nav .menu-section h2 {
  display: none;
}

.inner-page-nav ul {
  margin: 0px;
}

.inner-page-nav ul li {
  display: inline;
}

.inner-page-nav ul li a {
  font-size: 20px;
  color: #FDD34D;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.inner-page-nav ul li a::before {
  color: #FDD34D;
  content: '|';
  margin-left: 15px;
  margin-right: 15px;
}

.inner-page-nav ul > li:first-child a::before {
  display: none;
}

.inner-page-nav ul li a:hover {
  color: white;
  text-decoration: none;
}

.inner-page-nav ul li.current a {
  color: white;
}

.inner-page-nav ul li.curreant a::before {
  color: #FDD34D;
}

.inner-page-nav ul > li.current:first-child a::before {
  display: none;
}

.inner-page-nav br {
  display: none;
}

.inner-page-content {
  padding: 75px 110px 100px;
}

.section-one, .section-two {
  padding: 25px 0px;
}

.inner-page-content h4 {
  font-size: 20px;
  color: #666;
  font-weight: 500;
}

.inner-page-content h4::after {
  content: url('/images/resources/chestfield/home-heading-dash.png');
  width: 105px;
  padding-left: 10px;
}

/* hole page styles */

.hole-page-slideshow-area {
  background: url('/images/resources/chestfield/home-background.jpg');
  background-size: cover;
}

.hole-page-slideshow {
 padding: 100px; 
}

.hole-page-slideshow .galleryWrapper {
  border: 15px solid white;
}

.hole-page-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.hole-page-nav {
  background: #24516E;
  padding: 20px 20px;
  text-align: center;
}

.hole-page-nav .menu-section h2 {
  display: none;
}

.hole-page-nav ul {
  margin: 0px;
}

.hole-page-nav ul li {
  display: inline;
}

.hole-page-nav ul li a {
  font-size: 20px;
  color: #FDD34D;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.hole-page-nav ul li a::before {
  color: #FDD34D;
  content: '|';
  margin-left: 12px;
  margin-right: 15px;
}

.hole-page-nav ul > li:first-child a::before {
  display: none;
}

.hole-page-nav ul li a:hover {
  color: white;
  text-decoration: none;
}

.hole-page-nav ul li.current a {
  color: white;
}

.hole-page-nav ul li.curreant a::before {
  color: #FDD34D;
}

.hole-page-nav ul > li.current:first-child a::before {
  display: none;
}

.hole-page-nav br {
  display: none;
}

.hole-page-content {
  padding: 100px 110px;
}

.hole-page-content .span4.pull-left {
  margin-left: 0px;
}

.hole-page-content .span8.pull-right {
  margin-left: 2%;
}

.hole-page-content .hole-yards {
  display: inline-block;
  color: #24516E;
}

.hole-page-content .white-yds {
  float: left;
  background-image: url('/images/resources/chestfield/tee-white.png');
  background-repeat: no-repeat;
  line-height: 31px;
  padding-left: 42px;
  padding-right: 26px;
}

.hole-page-content .yellow-yds {
  float: left;
  background-image: url('/images/resources/chestfield/tee-yellow.png');
  background-repeat: no-repeat;
  line-height: 31px;
  padding-left: 42px;
  padding-right: 26px;
}

.hole-page-content .red-yds {
  float: left;
  background-image: url('/images/resources/chestfield/tee-red.png');
  background-repeat: no-repeat;
  line-height: 31px;
  padding-left: 42px;
  padding-right: 26px;
}

.hole-page-content h4 {
  font-size: 20px;
  color: #666;
  font-weight: 500;
}

.body-public h4 br {
  display: none;
}

.hole-page-content h4::after {
  content: url('/images/resources/chestfield/home-heading-dash.png');
  width: 105px;
  padding-left: 10px;
}

/* visitor default pages */

/*[class*="php-"], .body-class-visitorbooking, .body-class-opens, .body-class-members, body[class*="body-class-setcoursestatus"] {
  background: url('/images/resources/chestfield/members-bg.jpg') top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /*background-position: center;
}*/

body {
  background: #eee;
}

[class*="php-"] .navbar, .body-class-visitorbooking .navbar, .body-class-opens .navbar, body[class*="body-class-setcoursestatus"] .navbar {
  background: #052c23;
}

[class*="php-"] .fix-header, .body-class-visitorbooking .fix-header, .body-class-opens .fix-header, body[class*="body-class-setcoursestatus"] .fix-header {
  top: 0px;
}

[class*="php-"] .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-opens .content-wrapper, .body-class-members .content-wrapper, body[class*="body-class-setcoursestatus"] .content-wrapper {
  position: relative;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 75px;
}

[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-opens #globalwrap, .body-class-members #globalwrap, body[class*="body-class-setcoursestatus"] #globalwrap {
  background: rgba(255,255,255,0.8);
  padding: 20px;
  border: 2px solid #a2874f;
}

.body-class-visitorbooking #ui-datepicker-div {
  display: none;
}

/* members area */

.body-class-members .header-tee {
  display: none;
}

.navbar button {
  display: none;
}

.body-class-members .header-wrapper {
  z-index: 100;
  display: inline-block;
  width: 100%;
  background: #052c23;
}

.navbar {
  margin-bottom: 0px;
}

#nav {
  margin: 24px 0px;
}

.body-class-members[class*="php-"] .content-wrapper {
  padding-top: 80px;
}

/* members nav */

.body-class-members .navbar-inverse .nav > li > a {
  color: #fff;
  font-weight: 400;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.body-class-members .navbar-inverse .nav > li.current > a {
  color: #a2874f;
}

.body-class-members .navbar-inverse .nav > li:hover > a {
  color: #a2874f;
}

.body-class-members .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-class-members .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  background-image: none;
  color: #a2874f;
}

.body-class-members .navbar .nav > .active > a {
  box-shadow: none;
}

.body-class-members .dropdown-menu {
  background: #052c23;
}

.body-class-members .dropdown-menu > li > a {
  color: #fff;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.body-class-members .dropdown-menu > li:hover > a {
  background-image: none;
  background-color: transparent;
  color: #a2874f;
}

.body-class-members .dropdown-menu > li.current > a {
  color: #a2874f;
}

/* members home page */

.body-class-members.php-index #globalwrap {
  background: none;
  border: none;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid #a2874f;
}

/* more members styles */

.body-class-members #myNavbar li.nav-menu-information ul li.nav-menu-information {
  display: none;
}

.body-class-members .content-wrapper table tbody tr:nth-child(2n+1){
  background-color: #f9f9f9;
}

/* sticky footer */

/* members */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  .body-class-members, .body-public[class*="php-"], .body-class-visitorbooking, .body-class-opens, body[class*="body-class-setcoursestatus"] {
    margin-bottom: 439px;
  }
  .body-class-members .footer-wrapper, .body-public[class*="php-"] .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-opens .footer-wrapper, body[class*="body-class-setcoursestatus"] .footer-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 369px;
  }
}

/* .body-public[class*="php-"] .top-footer, .body-class-visitorbooking .top-footer, .body-class-opens .top-footer, body[class*="body-class-setcoursestatus"] .top-footer {
  display: none;
}*/

/* responsive styles */

@media (min-width: 1200px) and (max-width: 1500px) {
  .body-public .hole-page-slideshow .nivo-caption h4 {
    font-size: 90px;
    line-height: 90px;
  }
  .hole-page-content .yellow-yds, .hole-page-content .white-yds, .hole-page-content .red-yds {
    padding-left: 36px;
    padding-right: 21px;
  }
  .picture-section {
    margin-top: -80px;
  }
  .home-white-background {
    margin-top: 80px;
  }
  .body-public .nivo-caption {
    bottom: 30%;
  }
}

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .home-page-slideshow {
    padding: 100px 75px 0px;
  }
  .home-page-slideshow .galleryWrapper {
    border: 10px solid white;
  }
  .club-header {
    margin-left: 25px;
  }
  .body-public .menu-trigger {
    right: 85px;
  }
  .body-public .header-tee {
    right: 0px;
  }
  .home-weather-status {
    padding: 15px 85px;
  }
  .home-grey-background {
    padding: 100px 85px 150px;
  }
  .picture-section {
    padding: 0px 85px;
  }
  .home-white-background {
    padding: 100px 85px 100px;
    margin-top: 90px;
  }
  .home-grey-bottom-background {
    padding: 100px 85px;
  }
  .picture-section {
    margin-top: -60px;
  }
  .picture-section img {
    margin: 0px 10px;
  }
  .body-public .nivo-caption {
    bottom: 30%;
  }
  .body-public #globalwrap .nivo-caption p {
    font-size: 20px;
  }
  .body-public .nivo-caption h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .inner-page-slideshow {
    padding: 100px 75px;
  }
  .inner-page-slideshow .galleryWrapper {
    border: 10px solid white;
  }
  .body-public .nivo-directionNav a {
    top: 70%;
  }
  .inner-page-nav ul li a {
    font-size: 18px;
  }
  .hole-page-nav ul li a {
    font-size: 18px;
  }
  .inner-page-content {
    padding: 75px 85px 100px;
  }
  .body-public .hole-page-slideshow .nivo-caption h4 {
    font-size: 60px;
    line-height: 60px;
  }
  .hole-page-slideshow {
    padding: 100px 75px;
  }
  .hole-page-content {
    padding: 100px 85px;
  }
  .hole-yards {
    font-size: 16px;
  }
  .hole-page-content .yellow-yds, .hole-page-content .white-yds, .hole-page-content .red-yds {
    padding-left: 36px;
    padding-right: 7px;
  }
  [class*="php-"] .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-opens .content-wrapper, .body-class-members .content-wrapper, body[class*="body-class-setcoursestatus"] .content-wrapper {
    width: 940px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px){
  .club-header {
    margin-left: 60px;
  }
  .body-public .menu-trigger {
    right: 60px;
  }
  .body-public .header-tee {
    right: 190px;
  }
  .home-page-slideshow {
    padding: 100px 50px 0px;
  }
  .home-page-slideshow .galleryWrapper {
    border: 5px solid white;
  }
  .body-public .nivo-caption {
    bottom: 20%;
  }
  .body-public #globalwrap .nivo-caption p {
    font-size: 16px;
  }
  .body-public .nivo-caption h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .home-weather-status {
    padding: 15px 60px;
  }
  .body-public .nivo-controlNav-Wrapper {
    display: none;
  }
  .home-grey-background {
    padding: 100px 60px 100px;
  }
  .picture-section {
    padding: 0px 60px;
    margin-top: -50px;
  }
  .picture-section img {
    margin: 0px 5px;
    width: 15%;
  }
  .home-white-background {
    margin-top: 50px;
    padding: 100px 60px 100px;
  }
  .home-grey-bottom-background {
    padding: 100px 60px;
  }
  .home-content {
    font-size: 16px;
  }
  h1, h2, h3 {
    line-height: 30px;
  }
  .home-heading h4 {
    font-size: 18px;
  }
  .home-content-button a {
    margin: 5px 0px;
  }
  .body-public .nivo-directionNav a {
    top: 65%;
  }
  .home-weather-status .weatherSingle {
    width: 80px;
    margin: 0px 3px;
  }
  .home-weather-status .weatherImage img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }
  .home-weather-status .weatherDate {
    font-size: 16px;  
  }
  .home-weather-status .weatherTemp {
    font-size: 16px;
  }
  .inner-page-slideshow {
    padding: 100px 60px 75px;
  }
  .inner-page-slideshow .galleryWrapper {
    border: 5px solid white;
  }
  .inner-page-nav ul li a {
    font-size: 16px;
  }
  .inner-page-nav ul li a::before {
    margin-left: 5px;
    margin-right: 5px;
  }
  .inner-page-content {
    padding: 75px 60px 100px;
  }
  .hole-page-slideshow {
    padding: 100px 50px 75px;
  }
  .hole-page-slideshow .galleryWrapper {
    border: 5px solid white;
  }
  .body-public .hole-page-slideshow .nivo-caption h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .hole-page-nav ul li a {
    font-size: 18px;
  }
  .hole-page-nav ul li a::before {
    margin-left: 7px;
    margin-right: 10px;
  }
  .hole-page-content {
    padding: 100px 60px;
  }
  .hole-page-content p {
    font-size: 16px;
  }
  .hole-page-content .white-yds, .hole-page-content .yellow-yds, .hole-page-content .red-yds {
    float: none;
    margin: 5px 0px;
  }
  .hole-page-content .white-yds {
    margin: 0px 0px 5px 0px;
  }
  [class*="php-"] .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-opens .content-wrapper, .body-class-members .content-wrapper, body[class*="body-class-setcoursestatus"] .content-wrapper {
    width: 724px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .body-public .navbar .nav {
    width: 100%;
  }
  .body-public .nav-collapse .nav > li > a, .body-public .nav-collapse .dropdown-menu a {
    font-weight: 400;
  }
  .body-public .navbar-inverse .nav-collapse .nav > li > a:hover, .body-public .navbar-inverse .nav-collapse .nav > li > a:focus, .body-public .navbar-inverse .nav-collapse .dropdown-menu a:hover, .body-public .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
  }
  .body-public .nav-collapse .nav > li.current > a {
    color: white;
  }
  .body-public .dropdown-menu {
    position: absolute;
  }
  .body-public .dropdown.open .dropdown-menu {
    margin: 0px;
  }
  .body-public .navbar-inverse .nav-collapse .nav > li > a, .body-public .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
  }
  .body-public .navbar-inverse .nav-collapse .nav > li.current > a, .body-public .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: #a2874f;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
  }
  input, button, select, textarea {
    font-size: 16px;
  }
  .club-header {
    margin-left: 10px;
    width: auto;
  }
  .club-name {
    display: none;
  }
  .body-public .menu-trigger {
    right: 10px;
  }
  .body-public .header-tee {
    right: 130px;
  }
  .body-public .header-tee a {
    padding: 5px;
    font-size: 14px;
  }
  .home-page-slideshow {
    padding: 100px 15px 0px;
  }
  .home-page-slideshow .galleryWrapper {
    border: 2px solid white;
  }
  .body-public .nivo-directionNav, .body-public .nivoInner:hover .nivo-directionNav {
    display: none;
  }
  .body-public .nivo-controlNav-Wrapper {
    bottom: -20px;
    z-index: 10;
    width: 150px;
  }
  /*.body-public .home-page-slideshow .nivo-caption p:first-child, .body-public .home-page-slideshow .nivo-caption h2 {
    display: none;
  }*/
  .body-public .nivo-caption {
    bottom: 25%;
    left: 0px;
  }
  .home-weather-status {
    padding: 15px 20px;
  }
  .home-weather-status .weatherSingle {
    width: 80px;
    margin: 0px 2px;
  }
  .home-weather-status .weatherImage img {
    width: 40px;
    height: 40px;
  }
  .home-weather-status .weatherDate {
    font-size: 14px;
    top: 0px;
  }
  .home-weather-status .weatherTemp {
    font-size: 14px;
    top: 20px;
  }
  .home-weather-status .weathers .weatherSingle:last-child {
    margin-right: 0px;
  }
  .home-grey-background {
    padding: 60px 20px 120px;
  }
  .home-white-background {
    margin-top: 23.5%;
    padding: 120px 20px 60px;
  }
  .picture-section {
    padding: 0px 20px;
    margin-top: -23.5%;
    text-align: center;
  }
  .picture-section img {
    width: 28%;
    margin: 5px 3px;
  }
  .picture-section img.large {
    width: 34%;
  }
  .home-content-button a {
    margin: 5px 0px;
  }
  .home-page-wrapper .right-pic, .home-page-wrapper .right-text {
    margin-top: 15px;
  }
  .home-grey-bottom-background {
    padding: 60px 20px;
  }
  .top-footer {
    padding: 30px 20px;
  }
  .tf-images img {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .tf-images img.first {
    margin-right: 0px;
  }
  .tf-images img.last {
    margin-left: 0px;
  }
  .bottom-footer {
    padding: 10px 20px;
    text-align: center;
  }
  .bottom-footer .bf-copy {
    margin-bottom: 10px;
  }
  /*.body-public #myNavbar {
    height: 100vh !important;
    min-height: 100vh;
    overflow-y: auto;
  }
  .body-public #topmenu {
    padding: 0px 0px 75px;
  }
  .body-public .navbar .nav {
    width: 250px;
    margin-left: 45px;
  }*/
  .inner-page-slideshow {
    padding: 100px 20px 60px;
  }
  .inner-page-slideshow .galleryWrapper {
    border: 2px solid white;
  }
  .inner-page-nav ul li {
    display: block;
    list-style: none;
    margin: 5px 0px;
  }
  .inner-page-nav ul li a {
    font-size: 18px;
  }
  .inner-page-nav ul li a::before {
    display: none;
    margin: 0px;
  }
  .body-public .inner-page-slideshow .nivo-caption {
    bottom: 0px;
  }
  .body-public .nivo-caption h4 {
    font-size: 22px;
  }
  .inner-page-content {
    padding: 60px 20px;
  }
  .inner-page-content .right-content, .inner-page-content .right-pic {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section-one, .section-two {
    padding: 0px;
  }
  .hole-page-nav .menu-section {
    width: 255px;
    margin: 0px auto;
  }
  .hole-page-nav ul li {
    margin: 0px 3px;
  }
  .hole-page-nav ul li a::before {
    content: '';
    margin-left: 0px;
    margin-right: 0px;
  }
  .hole-page-nav ul li a {
    display: inline-block;
    padding: 5px;
    background: #fdd34d;
    color: #24516e;
    width: 30px;
    height: 30px;
    margin: 5px 0px;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
  }
  .hole-page-nav ul li.current a, .hole-page-nav ul li a:hover {
    color: white;
  }
  .hole-page-slideshow {
    padding: 100px 20px 50px;
  }
  .hole-page-slideshow .galleryWrapper {
    border: 2px solid white;
  }
  .body-public .hole-page-slideshow .nivo-caption {
    bottom: -10px;
  }
  .body-public .hole-page-slideshow .nivo-caption h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .hole-page-content {
    padding: 50px 20px;
  }
  .hole-page-content .hole-yards {
    display: block;
    width: 225px;
    margin: 0px auto;
    text-align: center;
  }
  .hole-page-content .white-yds, .hole-page-content .yellow-yds, .hole-page-content .red-yds{
    float: none;
    margin-bottom: 5px;
  }
  .hole-content {
    margin-top: 20px;
  }
  .tf-images {
    width: 280px;
    margin: 0px auto;
  }
  h1 {
    margin: 10px 0px;
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  [class*="php-"] .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-opens .content-wrapper, .body-class-members .content-wrapper, body[class*="body-class-setcoursestatus"] .content-wrapper {
    width: 100%;
  }
  [class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-opens #globalwrap, .body-class-members #globalwrap, body[class*="body-class-setcoursestatus"] #globalwrap {
    padding: 20px 10px;
    margin: 0px 10px;
  }
  .home-weather-status-content {
    text-align: center;
  }
  .home-weather-status .weatherSingle {
    float: none;
    display: inline-block;
  }
}

/* large mobile */

@media (min-width: 500px) and (max-width: 767px) {
  .home-grey-background {
    padding: 60px 20px 200px;
  }
  .home-white-background {
    padding: 200px 20px 50px;
  }
}

/* members responsive */

@media (min-width: 1200px) and (max-width: 1299px) {
  .body-class-members .navbar .nav > li > a {
    padding: 10px;
    font-size: 16px;
  }
}

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members .dropdown-menu > li > a {
    font-size: 16px;
  }
  .body-class-members .navbar .nav > li > a {
    padding: 10px 10px;
    font-size: 15px;
  }
  .body-class-members .club-name {
    margin-left: 10px;
    font-size: 20px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-members .navbar button {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 60px;
    background: transparent;
    color: white;
    border: none;
    box-shadow: none;
    height: 40px;
    width: 100px;
  }
  .body-class-members #menuButtonText {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .body-class-members .navbar-inverse .nav-collapse .nav > li > a:hover, .body-class-members .navbar-inverse .nav-collapse .nav > li > a:focus, .body-class-members .navbar-inverse .nav-collapse .dropdown-menu a:hover, .body-class-members .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
    background-image: none;
  }
  .body-class-members .navbar-inverse .nav-collapse .dropdown-menu a {
    color: white;
  }
  .body-class-members .navbar-inverse .nav-collapse .dropdown-menu li.current a, .body-class-members .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    color: #a2874f;
  }
  .body-class-members .nav-collapse .dropdown-menu a {
    font-weight: 400;
  }
  .body-class-members #hamburger-icon .line {
  background-color: white;
  position: absolute;
  height: 3px;
  display: block;
  left: 60px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  }
  .body-class-members #hamburger-icon .line-1 {
  top: 0px;
  width: 25px;
  }
  .body-class-members #hamburger-icon .line-2 {
  top: 10px;
  width: 35px;
  opacity: 1;
  }
  .body-class-members #hamburger-icon .line-3 {
  top: 20px;
  width: 35px;
  }
  .body-class-members #hamburger-icon.active .line-1 {
  transform: translateY(-10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(45deg);
  -moz-transform: translateY(-10px) translateX(0) rotate(45deg);
  width: 35px;
  top: 15px;
  }
  .body-class-members #hamburger-icon.active .line-2 {
  opacity: 0;
  }
  .body-class-members #hamburger-icon.active .line-3 {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
  top: 15px;
  }
  .body-class-members .content-wrapper {
    padding-top: 70px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px){
  .body-class-members .navbar button {
    right: 10px;
  }
  .body-class-members .club-header {
    width: auto;
  }
  .body-class-members[class*="php-"] .content-wrapper {
    padding-top: 40px;
  }
}

/* extra styles */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height: 30px;
}

/* better buttons */

button.btn, input[type="submit"].btn {
  background: #a2874f;
  color: white;
  text-shadow: none;
  padding: 7px 12px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

button.btn:hover, input[type="submit"].btn:hover {
  opacity: 0.7;
}

.news-summary a, .newsbox a, p > a[href*="news.php"] {
  background: #a2874f;
  color: white;
  padding: 5px 12px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.news-summary a:hover, .newsbox a:hover, p > a[href*="news.php"]:hover {
  opacity: 0.7;
  text-decoration: none;
}

.body-class-members .btn, .body-public .btn {
  background-color: #a2874f;
  color: white;
  background-image: none;
  text-shadow: none;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.body-class-members .btn:hover , .body-public .btn:hover {
  opacity: 0.7;
}

.body-class-members .btn.btn-danger {
  background-color: #da4f49;
}

.body-class-members .btn.btn-success {
  background-color: #5bb75b;
}

/* editor styles */

.php-ckeditor #myNavbar {
  display: none;
}

.php-ckeditor .home-page-slideshow, .php-ckeditor .inner-page-slideshow, .php-ckeditor .hole-page-slideshow {
  color: white;
}

.php-ckeditor .home-grey-background {
  padding: 20px 0px;
}

.php-ckeditor .picture-section {
  margin-top: 0px;
  padding: 20px;
  height: auto;
}

.php-ckeditor .home-white-background {
  margin-top: 0px;
  padding: 20px 0px;
}

.php-ckeditor .home-grey-bottom-background {
  padding: 20px 0px;
}

.php-ckeditor .inner-page-nav, .php-ckeditor .hole-page-nav {
  color: white;
}

.php-ckeditor .inner-page-content {
  padding: 20px;
}

.php-ckeditor .hole-page-content {
  padding: 20px;
}

/* membership templates editor height increase */

iframe#templatecontent_ifr {
  height: 500px !important;
}

/* visitor additional styles */

.body-public div#thankyou {
  background: #24516e;
  color: white;
}

.body-public input[type*="submit"] {
  /* background: #24516e;*/
  color: white;
  border: none;
  box-shadow: none;
  padding: 8px;
}

.body-public input[type*="submit"]:hover {
  color: #fdd34d;
}

.body-public .inner-page-content table th, .body-public .inner-page-content table td {
  padding: 6px;
}

.body-public table thead th, .php-ckeditor table thead th {
  background: #24516e;
  color: white;
  text-align: center;
  font-weight: 400;
  border: 2px solid #fdd34d !important;
}

/*.body-public table thead th:last-child {
  border-right: 2px solid #24516e;
}*/

.body-public table tbody td, .php-ckeditor .inner-page-wrapper table tbody td {
  border: 2px solid #24516e !important;
}

.php-ckeditor table {
  background: white;
}

.inner-page-wrapper h4 br, .hole-page-wrapper h4 br {
  display: none;
}

/* fixes */

.body-public.body-class-visitorbooking table tbody td {
  border: none;
}

#globalwrap .teebooking #date_form .picker {
  right: 14px;
}

.span3 form input, .span3 form textarea {
  width: 150px;
}

.php-viewround .table th, .php-viewround .table td, .php-analysis .table th, .php-analysis .table td {
  padding: 6px;
}

@media (min-width: 980px) {
  .php-hcaprecord #global td, .php-hcaprecord #global th {
    font-size: 12px;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .php-viewround .table th, .php-viewround .table td, .php-analysis .table th, .php-analysis .table td {
  padding: 3px;
    font-size: 14px;
  }
  .php-hcaprecord .table th, .php-hcaprecord .table td {
    padding: 2px;
  }
}

#ui-datepicker-div {
  display: none;
}

.body-public .nivo-caption {
  font-family: 'Cabin', sans-serif;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-public #globalwrap .nivo-caption p {
    font-size: 14px;
  }
  .home-page-wrapper .right-text, .inner-page-content .left-pic {
    margin-bottom: 20px;
  }
  .bf-ig-logo {
    text-align: center;
  }
  .body-public .inner-page-content table th, .body-public .inner-page-content table td {
    font-size: 14px;
    padding: 2px;
  }
  .table th, .table td {
    padding: 2px;
    font-size: 14px;
  }
  .body-class-members .btn, .body-public .btn {
    padding: 4px;
  }
  .php-hcaprecord #global {
    overflow-x: scroll
  }
  [class*="php-"], .body-class-visitorbooking, .body-class-opens, .body-class-members, body[class*="body-class-setcoursestatus"] {
    background-position: center;
  }
}

.home-weather-status-content span.updatedate b {
  display: none;
}

.body-public.body-class-home .row-fluid .pull-left, .body-contentpage .row-fluid .pull-left, .php-ckeditor .row-fluid .pull-left {
  margin-left: 0px;
}

@media (min-width: 0px) and (max-width: 479px) {
  .php-weatherfg div.phone-weather .weather-time {
    width: 4em;
  }
  .php-competition .table td, .php-competition .table th {
    font-size: 11px;
  }
  .body-class-members .btn, .body-public .btn {
    font-size: 12px;
  }
  .php-roundmgmt table#resultstable td, .php-roundmgmt table#resultstable th {
    font-size: 10px;
  }
  .php-viewround .table th, .php-viewround .table td, .php-analysis .table th, .php-analysis .table td {
    padding: 1px;
    font-size: 12px;
  }
  .php-analysis .btn-group .btn {
    padding: 1px;
  }
  .php-prefs input {
    font-size: 14px;
    width: 150px;
  }
}

.header-wrapper button#hamburger-icon:focus {
  border: none;
  outline: none;
}

/* home google map */

.home-map #map_container {
  width: 100% !important;
  height: 400px !important;
}

.home-map br {
  display: none;
}

.home-map .gm-style .gm-style-iw-a, .home-map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom, .home-map .gm-svpc, .home-map button.gm-control-active.gm-fullscreen-control, .home-map .gm-style-mtc {
  display: none !important;
}

.nivo-caption p a {
  color: #fff;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.nivo-caption p a:hover {
  color: #fdd34d;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-color: transparent;
}

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.scrollTop a {
  opacity: 0;
  background-color: #052c23;
  border: 2px solid #a2874f;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 7px;
}

.scrollTop a:hover {
  color: #a2874f;
  cursor: pointer;
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  font-size: 30px;
  margin: 20px 0px 30px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login .form-horizontal .control-group {
  margin-bottom: 30px;
}

#login input {
  width: 100% !important;
}

.body-public #login input[type*="submit"] {
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px;
}

#login .checkbox {
  padding-left: 0px;
}

#login .checkbox input[type="checkbox"] {
  margin-left: 0px;
  margin-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
}

.body-class-how_to_find_us #global > br {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  #statusform textarea {
    width: 260px !important;
    height: 50px !important;
  }
  .body-public .nivo-caption h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0px;
  }
  .body-public .nivo-caption p {
    font-size: 14px;
    margin: 5px 0px;
    padding: 0px;
    line-height: 16px;
  }
}

/* testimonials section */

.body-public .jcarousel {
  width: 700px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  height: auto;
  border-left: 5px solid #24516E;
}

.body-public .jcarousel .carousel-content {
  position: relative;
  width: 2000em;
  display: block;
  margin: 0px;
}

.body-public .jcarousel .slide {
  float: left;
  width: 700px;
  display: inline;
  padding: 0px 10px;
}

.body-public .jcarousel p {
  color: #24516E;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
}

.news-control {
  width: 100px;
  margin: 20px auto 0px;
}

.news-control .left {
  float: left;
  width: 50px;
}

.news-control .right {
  float: right;
}

.news-control a {
  font-size: 28px;
}

.php-ckeditor .news-control {
  display: none;
}

@media (min-width: 500px) and (max-width: 767px) {
  .body-public .jcarousel {
    width: 480px;
  }
  .body-public .jcarousel .slide {
    width: 480px;
  }
  .body-public .jcarousel p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 0px) and (max-width: 499px) {
  .body-public .jcarousel {
    width: 300px;
  }
  .body-public .jcarousel .slide {
    width: 300px;
  }
  .body-public .jcarousel p {
    font-size: 14px;
    line-height: 18px;
  }
}

/* facebook feed */

@media (min-width: 1200px) {
  .social-facebook {
    width: 450px;
  }
  .body-class-social .section-two iframe, .body-class-social .section-two span {
    width: 450px !important;
  }
  .body-class-social .section-two ._2p3a {
    max-width: 450px !important;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .social-facebook {
    width: 380px;
  }
  .body-class-social .section-two iframe, .body-class-social .section-two span {
    width: 380px !important;
  }
  .body-class-social .section-two ._2p3a {
    max-width: 380px !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .social-facebook {
    width: 240px;
  }
  .body-class-social .section-two iframe, .body-class-social .section-two span {
    width: 240px !important;
  }
  .body-class-social .section-two ._2p3a {
    max-width: 260px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .social-facebook {
    width: 260px;
  }
  .body-class-social .section-two iframe, .body-class-social .section-two span {
    width: 260px !important;
  }
  .body-class-social .section-two ._2p3a {
    max-width: 260px !important;
  }
  .left-pic, .right-pic, .hole-map {
    margin: 10px 0px;
    text-align: center;
  }
  .left-pic img, .right-pic img, .hole-map img {
    max-width: 500px;
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .body-public .inner-page-content table th, .body-public .inner-page-content table td {
    font-size: 11px;
  }
}

.header-wrapper .nav > li.nav-menu-competition2\.php, .header-wrapper .nav > li.nav-menu-login\.php {
  display: none;
}

@media (min-width: 980px) {
  .body-public .nav#nav {
    display: flex;
    float: none;
    margin-top: 0px;
    margin-right: 138px;
    top: 24px;
    text-align: center;
  }
  .body-public .nav > li:first-child {
    width: 15%;
  }
  .body-public .nav > li:nth-of-type(4) {
    width: 20%;
  }
  .body-public .nav > li:last-child {
    width: 85%;
  }
}

.fix-header {
  background: #052c23;
}

.club-header {
  margin-left: 0px;
}

@media (min-width: 1200px) {
  .header-space {
    width: 1170px;
    margin: 0px auto;
    position: relative;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .header-space {
    width: 940px;
    margin: 0px auto;
    position: relative;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-space {
    margin: 0px 10px;
  }
  .body-public .navbar button {
    display: block;
  }
  .body-public .navbar {
    height: auto;
  }
  .body-public.active #myNavbar {
    display: block !important;
    height: auto !important;
  }
  .body-public #myNavbar {
    display: none !important;
    height: 0px !important;
    width: 100% !important;
  }
}

.body-class-course_status #globalwrap {
  margin-top: 160px;
}

.body-public .header-gift {
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 30;
}

.body-class-members .header-gift {
  position: absolute;
  top: 28px;
  right: 0px;
  z-index: 30;
}

.header-gift a {
  padding: 5px 10px;
  border: 2px solid #a2874f;
  color: #a2874f;
  font-size: 16px;
  line-height: 16px;
  width: 130px;
  text-align: center;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.header-gift a:hover, .header-gift a:focus {
  background: #a2874f;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-members .header-gift {
    top: 10px;
    right: 10px;
  }
  .body-public .header-gift {
    right: 190px;
  }
  .body-class-members .navbar button {
    top: 55px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members .header-gift {
    top: 10px;
    right: 10px;
  }
  .body-public .header-gift {
    right: 130px;
  }
  .body-public .header-gift a {
    padding: 5px;
    font-size: 14px;
  }
  .body-class-members .navbar button {
    top: 55px;
  }
}

/* end anton styles */

.tee-color.white { background: #fff; }
.tee-color.yellow { background: #ee2; }
.tee-color.red { background: #d33; }

.tee-color {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0 1px 2px #13131394;
    float: left;
    margin: 10px;
  	border: 2px solid #24516e;
}
.php-slideshow_admin .slideshow {
        column-count: 3;
}
td.red {
background: #cc3030;
color: #fff;
}
td.yellow {
background: #efd46c;
}