/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
}

h1 {
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  color: #DCB41F;
  margin-bottom: 30px;
  font-family: 'Barlow Condensed', sans-serif;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #DCB41F;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'Barlow Condensed', sans-serif;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #DCB41F;
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #DCB41F;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #DCB41F;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #DCB41F;
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: #E8E8E8;
  color: #333;
  display: inline-block;
  padding: 6px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
  position: relative;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: #DCB41F;
  color: #000;
  text-decoration: none;
}

a {
  color: #800000;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: #DCB41F;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: 'Montserrat', sans-serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  background: #fff;
  width: 100%;
  min-height: 100px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.show-status .header-wrapper {
  top: 60px;
}

.show-weather .header-wrapper {
  top: 60px;
}

.header-logo {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 89px;
  right: 0px;
  margin: 0px auto;
}

.header-status-disp {
  position: fixed;
  background: #fff;
  height: 60px;
  top: -100px;
  z-index: 110;
  width: 100%;
  font-size: 14px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.show-status .header-status-disp {
  top: 0px;
}

.header-disp-space {
  padding: 10px 20px;
}

.header-disp-close {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 20px;
  height: 20px;
  font-size: 28px;
}

.header-disp-close:hover {
  cursor: pointer;
}

.header-status-disp h3 {
  display: none;
}

.header-weather-disp {
  position: fixed;
  background: #fff;
  top: -100px;
  z-index: 110;
  height: 60px;
  width: 100%;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.show-weather .header-weather-disp {
  top: 0px;
}

.header-weather-disp .weatherSingle {
  display: inline-block;
  width: 110px;
  position: relative;
  height: 40px;
  margin-right: 10px;
}

.header-weather-disp .weatherImage {
  position: absolute;
  left: 70px;
  width: 40px;
  top: 0px;
}

.header-weather-disp .weatherImage img {
  background: #DCB41F;
  border-radius: 50%;
}

.header-left-links {
  position: absolute;
  top: 40px;
  left: 70px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header-left-links a {
  color: #333;
}

.header-left-links a:hover {
  color: #D7B73C;
}

.header-right-links {
  position: absolute;
  top: 35px;
  right: 250px;
}

.header-right-links a {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  margin-right: 5px;
}

.header-right-links a.text-link {
  width: auto;
  text-transform: uppercase;
  margin-right: 10px;
  letter-spacing: 2px;
}

.header-right-links a:hover {
  color: #DCB41F;
  text-decoration: none;
}

.hl-vert-line {
  content: '';
  display: inline-block;
  margin: 0px 4px;
  width: 2px;
  height: 16px;
  background: #333;
  position: relative;
  top: 2px;
}

.header-left-links span {
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-left-links #header-status-trig:hover {
  cursor: pointer;
  color: #D7B73C;
}

.header-left-links #header-weather-trig:hover {
  cursor: pointer;
  color: #D7B73C;
}

/* navbar */

.navbar {
  margin: 0px;
}

#hamburger-icon {
  position: absolute;
  top: 15px;
  right: 45px;
  width: 175px;
  height: 70px;
  background: transparent;
  border: none;
  z-index: 20;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

#hamburger-icon:hover {
  background: #333;
}

.show-menu #hamburger-icon {
  background: #333;
}

#hamburger-icon .line {
  width: 33px;
  height: 2px;
  background: #000;
  left: 111px;
  position: absolute;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

#hamburger-icon:hover .line, .show-menu #hamburger-icon .line {
  background: #fff;
}

#hamburger-icon .line-1 {
  top: 23px;
}

#hamburger-icon .line-2 {
  top: 33px;
  opacity: 1;
}

#hamburger-icon .line-3 {
  top: 43px;
}

.show-menu #hamburger-icon .line-1 {
  top: 33px;
  transform: rotate(45deg);
}

.show-menu #hamburger-icon .line-2 {
  opacity: 0;
}

.show-menu #hamburger-icon .line-3 {
  top: 33px;
  transform: rotate(-45deg);
}

.menu-open {
  opacity: 1;
  position: absolute;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 25px;
  left: 37px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

#hamburger-icon:hover .menu-open {
  color: #fff;
}

.show-menu .menu-open {
  opacity: 0;
}

.menu-close {
  opacity: 0;
  position: absolute;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 25px;
  left: 37px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.show-menu .menu-close {
  opacity: 1;
}

#myNavbar {
  position: fixed;
  top: 0px;
  right: -350px;
  min-height: 100vh;
  background: #000;
  width: 350px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-menu #myNavbar {
  right: 0px;
}

.nav-wrapper {
  margin-top: 72px;
  padding: 12px 30px 30px;
  height: calc(100vh - 114px);
  overflow-y: auto;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.show-status .nav-wrapper {
  margin-top: 132px;
}

.show-weather .nav-wrapper {
  margin-top: 132px;
}

.navbar .nav {
  float: none;
  margin: 0px;
}

.navbar .nav > li {
  float: none;
  border-bottom: 1px solid rgba(255,255,255,1);
}

.navbar-inverse .nav > li > a {
  color: #fff;
  position: relative;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: #D7B015;
}

.navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0px;
  top: 11px;
  font-size: 20px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar-inverse .nav > li.open.nav-haslevel-2 > a::after {
  transform: rotate(180deg);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: #D7B015;
  box-shadow: none;
}

.dropdown-menu {
  position: relative;
  background: #333;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  float: none;
  margin: 0px 10px;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu > li > a {
  color: #fff;
  /*white-space: normal;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  background: transparent;
  color: #D7B015;
}

/* footer */

.body-public .page-footer > .wysiwyg-editable > br {
  display: none;
}

.public-footer {
  margin: 0px 25px;
  background: #000;
  color: #fff;
  padding-top: 100px;
}

.pf-space {
  padding: 0px 75px;
}

.footer-content-space {
  padding: 0px 100px;
}

.pf-logo {
  float: left;
  margin-right: 10px;
  height: 190px;
}

.pf-address h4 {
  color: #D7B73C;
  margin: 0px 0px 5px;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 34px;
  font-family: 'Barlow Condensed', sans-serif;
}

.pf-address p {
  margin: 0px 0px 5px;
}

.pf-address h4 a {
  color: #D7B73C;
}

.pf-address a {
  color: #fff;
}

.pf-address a:hover {
  color: #D7B73C;
}

.footer-social a {
  display: inline-block;
  width: 49px;
  line-height: 49px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.footer-social a:hover {
  color: #D7B73C;
  border-color: #D7B73C;
}

.footer-social a em {
  position: relative;
  left: 3px;
}

.pf-links a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.pf-links a:hover {
  color: #D7B73C;
}

.pf-logos {
  text-align: right;
}

.pf-logos a {
  margin: 0px 5px;
}

.pf-logos a:hover, .pf-logos a:focus {
  text-decoration: none;
}

.footer-line {
  margin-top: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.members-footer {
  margin: 0px 25px 25px;
  background: #000;
  color: #fff;
  padding: 10px 0px;
}

.mf-copy {
  padding-top: 9px;
}

.mf-vert-line {
  content: '';
  margin: 0px 8px;
  display: inline-block;
  background: #fff;
  width: 2px;
  height: 16px;
  position: relative;
  top: 2px;
}

.mf-copy a {
  color: #fff;
}

.mf-copy a:hover {
  color: #D7B73C;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 175px;
}

/* home */

.home-page-wrapper {
  margin: 0px 25px;
  padding-top: 100px;
}

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: calc(100vh - 100px) !important;
  object-fit: cover;
}

.home-scroll {
  position: absolute;
  bottom: 90px;
  text-align: center;
  width: 100px;
  color: #fff;
  text-transform: uppercase;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 15;
  text-shadow: 1px 1px #000;
}

.home-scroll:hover {
  cursor: pointer;
  color: #D7B73C;
}

.home-main {
  position: relative;
  margin-bottom: 100px;
}

.home-line {
  position: absolute;
  width: 2px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 40;
  top: -59px;
}

.home-intro {
  padding-top: 100px;
  text-align: center;
}

.home-intro h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 0px 0px 15px;
}

.home-intro h4 {
  color: #333;
  text-transform: uppercase;
  margin: 0px 0px 20px;
  font-size: 18px;
  line-height: 28px;
}

/* home carousel */

.home-carousel-holder {
  margin: 90px auto 0px;
  width: 1400px;
  overflow: hidden;
  position: relative;
}

.home-carousel-wrapper {
  margin: 0px;
  width: 2000em;
  overflow-x: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.home-jcarousel {
  width: 1300px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

.home-carousel-item {
  width: 420px;
  float: left;
  padding: 0px;
  margin-right: 20px;
  list-style: none;
  text-align: center;
}

.home-carousel-item h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}

.home-prev {
  position: absolute;
  left: 0px;
  top: 32%;
  font-size: 80px;
  color: #737373;
}

.home-next {
  position: absolute;
  right: 0px;
  top: 32%;
  font-size: 80px;
  color: #737373;
}

.home-bottom-row {
  margin-top: 70px;
}

.home-pic {
  position: relative;
}

.home-pic-text {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.home-pic-text a {
  color: #fff;
  text-shadow: 1px 1px #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-pic-text a:hover {
  color: #D7B73C;
}

/* inner page */

.inner-page-wrapper {
  padding-top: 100px;
  margin: 0px 25px;
}

.inner-main {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.inner-nav {
  padding: 45px 0px 5px;
  border-bottom: 1px solid #ddd;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px;
  font-size: 0px;
}

.inner-nav ul li {
  display: inline-block;
  font-size: 0px;
  margin: 0px 10px;
}

.inner-nav ul li a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #777;
}

.inner-nav ul li.current a, .inner-nav ul li a:hover {
  color: #333;
  text-decoration: none;
}

.inner-main h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 0px 0px 15px;
}

.inner-main h2 {
  text-transform: uppercase;
}

.inner-main h4 {
  color: #333;
  text-transform: uppercase;
  margin: 0px 0px 20px;
  font-size: 18px;
  line-height: 28px;
}

.inner-full {
  padding-top: 50px;
}

.body-contentpage #global > br {
  display: none;
}

.body-public .home-slideshow .wysiwyg-editable > br {
  display: none;
}

/* inner carousel */

.image-carousel-holder {
  margin: 110px auto 0px;
  width: 1400px;
  overflow: hidden;
  position: relative;
}

.image-carousel-wrapper {
  margin: 0px;
  width: 2000em;
  overflow-x: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.image-jcarousel {
  width: 1300px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

.image-carousel-item {
  width: 420px;
  float: left;
  padding: 0px;
  margin-right: 20px;
  list-style: none;
  text-align: center;
}

.image-carousel-item h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}

.image-prev {
  position: absolute;
  left: 0px;
  top: 32%;
  font-size: 80px;
  color: #737373;
}

.image-next {
  position: absolute;
  right: 0px;
  top: 32%;
  font-size: 80px;
  color: #737373;
}

/* course */

.inner-page-wrapper .table th, .inner-page-wrapper .table td, .hole-page-wrapper .table th, .hole-page-wrapper .table td {
  text-align: center;
  border: 2px solid #DCB41F;
}

.inner-page-wrapper .scorecard-content th:nth-child(2), .inner-page-wrapper .scorecard-content th:nth-child(17), .inner-page-wrapper .scorecard-content td:nth-child(2), .inner-page-wrapper .scorecard-content td:nth-child(17) {
  background: #EEE;
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(5), .inner-page-wrapper .scorecard-content th:nth-child(14), .inner-page-wrapper .scorecard-content td:nth-child(5), .inner-page-wrapper .scorecard-content td:nth-child(14) {
  background: #FC0;
  color: black;
}

.inner-page-wrapper .scorecard-content th:nth-child(8), .inner-page-wrapper .scorecard-content th:nth-child(11), .inner-page-wrapper .scorecard-content td:nth-child(8), .inner-page-wrapper .scorecard-content td:nth-child(11) {
  background: #F00;
  color: white;
}

.inner-page-wrapper table.scorecard.table thead tr th, .hole-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid #DCB41F;
}

/* hole */

.hole-page-wrapper {
  padding-top: 100px;
  margin: 0px 25px;
}

.hole-nav {
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 10;
  bottom: 140px;
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
  font-size: 0px;
  margin: 0px 4px;
}

.hole-nav ul li a {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px #000;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
}

.hole-nav ul li a:hover, .hole-nav ul li.current a {
  text-decoration: underline;
}

.hole-main {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.hole-line {
  position: absolute;
  width: 2px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 12;
  top: -59px;
}

.body-public .inner-nav .wysiwyg-editable > br {
  display: none;
}

.hole-title {
  margin-top: 50px;
}

.hole-title h1 {
  font-size: 50px;
  line-height: 60px;
}

.hole-yards {
  margin-top: 20px;
}

.hole-yards > div {
  width: 218px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 15px;
  display: inline-block;
}

.hole-yards .white::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #eee;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  float: left;
  position: relative;
  top: 4px;
}

.hole-yards .yellow::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fc0;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  float: left;
  position: relative;
  top: 4px;
}

.hole-yards .red::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #f00;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  float: left;
  position: relative;
  top: 4px;
}

.hole-video {
  max-width: 900px;
  margin: 40px auto;
  position: relative;
}

/*.hole-video-space {
  margin: 0px 130px;
}*/

.hole-prev {
  position: absolute;
  left: 0px;
  z-index: 2;
  top: 40%;
  font-size: 100px;
}

.hole-prev a {
  color: #717171;
}

.hole-next {
  position: absolute;
  right: 0px;
  z-index: 2;
  top: 40%;
  font-size: 100px;
}

.hole-next a {
  color: #717171;
}

/* members */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  background: url('/images/resources/grimsdyke/new-members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper {
  background: #800000;
  width: 100%;
  min-height: 90px;
  position: relative;
}

body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section {
  margin-top: 0px;
  width: auto;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo {
  top: 6px;
}

body[class*="php-"] .header-login, .body-class-members .header-login, .body-class-visitorbooking .header-login, .body-class-getawayletter .header-login, [class*="body-class-setcoursestatus"] .header-login, .body-class-opens .header-login, .body-loginpage .header-login {
  display: none;
}

body[class*="php-"] .header-book, .body-class-members .header-book, .body-class-visitorbooking .header-book, .body-class-getawayletter .header-book, [class*="body-class-setcoursestatus"] .header-book, .body-class-opens .header-book, .body-loginpage .header-book {
  display: none;
}

body[class*="php-"] .nav-logo, .body-class-members .nav-logo, .body-class-visitorbooking .nav-logo, .body-class-getawayletter .nav-logo, [class*="body-class-setcoursestatus"] .nav-logo, .body-class-opens .nav-logo, .body-loginpage .nav-logo {
  display: none;
}

body[class*="php-"] .nav-status, .body-class-members .nav-status, .body-class-visitorbooking .nav-status, .body-class-getawayletter .nav-status, [class*="body-class-setcoursestatus"] .nav-status, .body-class-opens .nav-status, .body-loginpage .nav-status {
  display: none;
}

body[class*="php-"] .header-top-right, .body-class-members .header-top-right, .body-class-visitorbooking .header-top-right, .body-class-getawayletter .header-top-right, [class*="body-class-setcoursestatus"] .header-top-right, .body-class-opens .header-top-right, .body-loginpage .header-top-right {
  top: 10px;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner {
  padding-top: 20px;
}

body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li {
  float: left;
  border-bottom: none;
}

@media (min-width: 1200px) {
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(1) {
    margin-left: 20px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li:nth-child(1) {
    margin-left: 102px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(6) {
    margin-left: 100px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li:nth-child(6) {
    margin-left: 0px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li:nth-child(7) {
    margin-left: 90px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(8) {
    margin-left: 0px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li:nth-child(7) {
    margin-left: 90px;
  }
  .body-class-members.php-login .header-wrapper .navbar-inverse .nav > li:nth-child(5) {
    margin-left: 0px;
  }
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] .header-left-links, .body-class-members .header-left-links, .body-class-visitorbooking .header-left-links, .body-class-getawayletter .header-left-links, [class*="body-class-setcoursestatus"] .header-left-links, .body-class-opens .header-left-links, .body-loginpage .header-left-links {
  display: none;
}

body[class*="php-"] .header-right-links, .body-class-members .header-right-links, .body-class-visitorbooking .header-right-links, .body-class-getawayletter .header-right-links, [class*="body-class-setcoursestatus"] .header-right-links, .body-class-opens .header-right-links, .body-loginpage .header-right-links {
  display: none;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
  background: transparent;
}

body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon {
  position: relative;
  display: none;
}

body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper {
  margin-top: 0px;
  height: auto;
  padding: 0px;
  overflow-y: visible;
  position: relative;
  top: 20px;
}

body[class*="php-"] .nav-wrapper .nav > li:nth-child(1), .body-class-visitorbooking .nav-wrapper .nav > li:nth-child(1), .body-class-getawayletter .nav-wrapper .nav > li:nth-child(1), [class*="body-class-setcoursestatus"] .nav-wrapper .nav > li:nth-child(1), .body-class-opens .nav-wrapper .nav > li:nth-child(1), .body-loginpage .nav-wrapper .nav > li:nth-child(1) {
  margin-left: 102px;
}

body[class*="php-"] .nav-wrapper .nav > li:nth-child(7), .body-class-visitorbooking .nav-wrapper .nav > li:nth-child(7), .body-class-getawayletter .nav-wrapper .nav > li:nth-child(7), [class*="body-class-setcoursestatus"] .nav-wrapper .nav > li:nth-child(7), .body-class-opens .nav-wrapper .nav > li:nth-child(7), .body-loginpage .nav-wrapper .nav > li:nth-child(7) {
  margin-left: 90px;
}

.body-class-members .header-wrapper .nav-wrapper .nav > li:nth-child(7) {
  margin-left: 0px;
}

body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu {
  position: absolute;
}

body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a {
  padding: 3px 20px;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar, .body-class-members #myNavbar {
  position: relative;
  top: 0px;
  right: 0px;
  min-height: auto;
  background: transparent;
  width: auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid #DCB41F;
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #DCB41F;
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
  background: #000;
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
   margin-bottom: 120px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    margin: 0px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px;
  padding-bottom: 20px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #DCB41F;
  color: #000;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  border: none;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover {
  background: #000;
  color: white;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: #DCB41F;
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid #DCB41F;
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: #DCB41F;
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #DCB41F;
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.navbar {
  margin: 0px;
}

.body-public.body-contentpage #global > br {
  display: none;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 125px;
  }
  .home-carousel-holder {
    width: 1300px;
  }
  .home-jcarousel {
    width: 1200px;
  }
  .home-carousel-item {
    width: 381px;
  }
  .image-carousel-holder {
    width: 1300px;
  }
  .image-jcarousel {
    width: 1200px;
  }
  .image-carousel-item {
    width: 381px;
  }
  .pf-space {
    padding: 0px 50px;
  }
  .footer-content-space {
    padding: 0px 75px;
  }
  .pf-logos a {
    margin: 0px 4px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 75px;
  }
  .home-carousel-holder {
    width: 1200px;
  }
  .home-jcarousel {
    width: 1100px;
  }
  .home-carousel-item {
    width: 350px;
  }
  .image-carousel-holder {
    width: 1200px;
  }
  .image-jcarousel {
    width: 1100px;
  }
  .image-carousel-item {
    width: 350px;
  }
  .pf-space {
    padding: 0px 25px;
  }
  .footer-content-space {
    padding: 0px 50px;
  }
  .pf-logos a {
    margin: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 25px;
  }
  .home-carousel-holder {
    width: 1100px;
  }
  .home-jcarousel {
    width: 1000px;
  }
  .home-carousel-item {
    width: 315px;
  }
  .image-carousel-holder {
    width: 1100px;
  }
  .image-jcarousel {
    width: 1000px;
  }
  .image-carousel-item {
    width: 315px;
  }
  .pf-space {
    padding: 0px 25px;
  }
  .footer-content-space {
    padding: 0px;
  }
  .pf-logos a {
    margin: 0px;
  }
  .header-left-links {
    left: 25px;
  }
  .pf-logos img {
    max-width: 80px;
  }
  .pf-logos a:last-child img {
    max-width: 120px;
  }
  table.scorecard td, table.scorecard th {
    padding: 6px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-left-links {
    letter-spacing: 0px;
    text-transform: capitalize;
    left: 25px;
  }
  .home-carousel-holder {
    width: 840px;
  }
  .home-jcarousel {
    width: 740px;
  }
  .home-carousel-item {
    width: 355px;
  }
  .image-carousel-holder {
    width: 840px;
  }
  .image-jcarousel {
    width: 740px;
  }
  .image-carousel-item {
    width: 355px;
  }
  .footer-content-space {
    padding: 0px;
  }
  .pf-space {
    padding: 0px 25px;
  }
  .members-footer {
    font-size: 14px;
  }
  .pf-logos a {
    margin: 0px;
  }
  .pf-logos a img {
    max-width: 60px; 
  }
  .pf-logos a:last-child img {
    max-width: 100px;
  }
  .table td, .table th {
    padding: 4px;
  }
  .inner-full {
    overflow-x: auto;
  }
  /*.hole-video-space {
    margin: 0px 100px;
  }*/
  .inner-nav ul li a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .nav-wrapper .nav > li:nth-child(1), .body-class-visitorbooking .nav-wrapper .nav > li:nth-child(1), .body-class-getawayletter .nav-wrapper .nav > li:nth-child(1), [class*="body-class-setcoursestatus"] .nav-wrapper .nav > li:nth-child(1), .body-class-opens .nav-wrapper .nav > li:nth-child(1), .body-loginpage .nav-wrapper .nav > li:nth-child(1) {
    margin-left: 20px;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a {
    font-size: 14px;
  }
  body[class*="php-"] .nav-wrapper .nav > li:nth-child(8), .body-class-visitorbooking .nav-wrapper .nav > li:nth-child(8), .body-class-getawayletter .nav-wrapper .nav > li:nth-child(8), [class*="body-class-setcoursestatus"] .nav-wrapper .nav > li:nth-child(8), .body-class-opens .nav-wrapper .nav > li:nth-child(8), .body-loginpage .nav-wrapper .nav > li:nth-child(8) {
    margin-left: 0px;
  }
  body[class*="php-"] .nav-wrapper .nav > li:nth-child(7), .body-class-visitorbooking .nav-wrapper .nav > li:nth-child(7), .body-class-getawayletter .nav-wrapper .nav > li:nth-child(7), [class*="body-class-setcoursestatus"] .nav-wrapper .nav > li:nth-child(7), .body-class-opens .nav-wrapper .nav > li:nth-child(7), .body-loginpage .nav-wrapper .nav > li:nth-child(7) {
    margin-left: 90px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 15px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li:nth-child(1) {
    margin-left: 17px;
  }
  .body-class-members .navbar-inverse .nav > li:nth-child(5) {
    margin-left: 100px;
  }
  .home-weather-status {
    bottom: 30px;
    left: 40px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .header-left-links {
    left: 10px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
  }
  #hamburger-icon {
    right: 10px;
  }
  .header-right-links {
    right: 200px;
  }
  .inner-page-wrapper, .home-page-wrapper, .hole-page-wrapper {
    margin: 0px 10px;
  }
  .table td, .table th, table td, table th {
    font-size: 14px;
    padding: 4px;
  }
  /*.inner-main .page-space {
    overflow-x: auto;
  }*/
  .image-carousel-holder {
    width: 724px;
  }
  .image-jcarousel {
    width: 644px;
  }
  .image-carousel-item {
    width: 310px;
  }
  .home-carousel-holder {
    width: 724px;
  }
  .home-jcarousel {
    width: 644px;
  }
  .home-carousel-item {
    width: 310px;
  }
  .pf-space {
    padding: 0px 20px;
  }
  .hole-nav ul {
    width: 430px;
    margin: 0px auto;
  }
  .footer-content-space {
    padding: 0px;
  }
  .pf-logo {
    width: 108px;
  }
  .pf-logos a img {
    max-width: 60px;
  }
  .pf-logos br {
    display: none;
  }
  .pf-logos a:last-child img {
    max-width: 90px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .inner-nav ul li a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    width: auto;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 724px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li > a:focus {
    background: transparent;
    color: #D7B015;
  }
  .nav-collapse .dropdown-menu {
    background: #660000;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu li.current a, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: #D7B015;
  }
  body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon {
    display: block;
    background: #660000;
    width: 110px;
    padding: 0px;
    height: 60px;
    position: absolute;
  }
  body[class*="php-"] .menu-close, .body-class-visitorbooking .menu-close, .body-class-getawayletter .menu-close, [class*="body-class-setcoursestatus"] .menu-close, .body-class-opens .menu-close, .body-loginpage .menu-close, .body-class-members .menu-close {
    left: 5px;
    top: 20px;
  }
  body[class*="php-"] .menu-open, .body-class-visitorbooking .menu-open, .body-class-getawayletter .menu-open, [class*="body-class-setcoursestatus"] .menu-open, .body-class-opens .menu-open, .body-loginpage .menu-open, .body-class-members .menu-open {
    left: 5px;
    top: 20px;
    color: #fff;
  }
  body[class*="php-"] #hamburger-icon .line, .body-class-visitorbooking #hamburger-icon .line, .body-class-getawayletter #hamburger-icon .line, [class*="body-class-setcoursestatus"] #hamburger-icon .line, .body-class-opens #hamburger-icon .line, .body-loginpage #hamburger-icon .line, .body-class-members #hamburger-icon .line {
    background: #fff;
    left: 70px;
    width: 30px;
  }
  body[class*="php-"] #hamburger-icon .line-1, .body-class-visitorbooking #hamburger-icon .line-1, .body-class-getawayletter #hamburger-icon .line-1, [class*="body-class-setcoursestatus"] #hamburger-icon .line-1, .body-class-opens #hamburger-icon .line-1, .body-loginpage #hamburger-icon .line-1, .body-class-members #hamburger-icon .line-1 {
    top: 18px;
  }
  body[class*="php-"] #hamburger-icon .line-2, .body-class-visitorbooking #hamburger-icon .line-2, .body-class-getawayletter #hamburger-icon .line-2, [class*="body-class-setcoursestatus"] #hamburger-icon .line-2, .body-class-opens #hamburger-icon .line-2, .body-loginpage #hamburger-icon .line-2, .body-class-members #hamburger-icon .line-2 {
    top: 28px;
  }
  body[class*="php-"] #hamburger-icon .line-3, .body-class-visitorbooking #hamburger-icon .line-3, .body-class-getawayletter #hamburger-icon .line-3, [class*="body-class-setcoursestatus"] #hamburger-icon .line-3, .body-class-opens #hamburger-icon .line-3, .body-loginpage #hamburger-icon .line-3, .body-class-members #hamburger-icon .line-3 {
    top: 38px;
  }
  body[class*="php-"].show-menu #hamburger-icon .line-1, .body-class-visitorbooking.show-menu #hamburger-icon .line-1, .body-class-getawayletter.show-menu #hamburger-icon .line-1, [class*="body-class-setcoursestatus"].show-menu #hamburger-icon .line-1, .body-class-opens.show-menu #hamburger-icon .line-1, .body-loginpage.show-menu #hamburger-icon .line-1, .body-class-members.show-menu #hamburger-icon .line-1 {
    top: 28px;
  }
  body[class*="php-"].show-menu #hamburger-icon .line-3, .body-class-visitorbooking.show-menu #hamburger-icon .line-3, .body-class-getawayletter.show-menu #hamburger-icon .line-3, [class*="body-class-setcoursestatus"].show-menu #hamburger-icon .line-3, .body-class-opens.show-menu #hamburger-icon .line-3, .body-loginpage.show-menu #hamburger-icon .line-3, .body-class-members.show-menu #hamburger-icon .line-3 {
    top: 28px;
  }
  body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li {
    float: none;
  }
  body[class*="php-"] .nav-wrapper .nav > li:nth-child(1), .body-class-visitorbooking .nav-wrapper .nav > li:nth-child(1), .body-class-getawayletter .nav-wrapper .nav > li:nth-child(1), [class*="body-class-setcoursestatus"] .nav-wrapper .nav > li:nth-child(1), .body-class-opens .nav-wrapper .nav > li:nth-child(1), .body-loginpage .nav-wrapper .nav > li:nth-child(1) {
    margin-left: 0px;
  }
  body[class*="php-"] .nav-wrapper .nav > li:nth-child(7), .body-class-visitorbooking .nav-wrapper .nav > li:nth-child(7), .body-class-getawayletter .nav-wrapper .nav > li:nth-child(7), [class*="body-class-setcoursestatus"] .nav-wrapper .nav > li:nth-child(7), .body-class-opens .nav-wrapper .nav > li:nth-child(7), .body-loginpage .nav-wrapper .nav > li:nth-child(7) {
    margin-left: 0px;
  }
  body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper {
    top: 0px;
    margin-top: 100px;
    padding: 0px 20px 10px;
  }
  body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu {
    position: relative;
  }
  body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a {
    padding: 9px 15px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 10px;
  }
  .header-left-links {
    left: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
    top: 15px;
    font-size: 14px;
  }
  .hl-vert-line {
    display: block;
    height: 5px;
    opacity: 0;
  }
  .header-right-links {
    top: 10px;
    right: 10px;
  }
  #hamburger-icon {
    padding: 0px;
    width: 110px;
    right: 10px;
    height: 40px;
    top: 45px;
  }
  .menu-close {
    left: 5px;
    top: 10px;
  }
  .menu-open {
    left: 5px;
    top: 10px;
  }
  #hamburger-icon .line {
    left: 70px;
    width: 30px;
  }
  #hamburger-icon .line-1 {
    top: 7px;
  }
  #hamburger-icon .line-2 {
    top: 17px;
  }
  #hamburger-icon .line-3 {
    top: 27px;
  }
  .show-menu #hamburger-icon .line-1 {
    top: 17px;
  }
  .show-menu #hamburger-icon .line-3 {
    top: 17px;
  }
  .header-status-disp {
    height: 100px;
  }
  .show-status .header-wrapper {
    top: 100px;
  }
  .header-weather-disp {
    height: 100px;
  }
  .header-weather-disp .weatherSingle {
    width: 70px;
    height: 90px;
    text-align: center;
  }
  .header-weather-disp .weatherTemp {
    position: absolute;
    width: 70px;
    top: 24px;
  }
  .header-weather-disp .weatherImage {
    top: 48px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .header-weather-disp .weatherSingle:nth-child(4) {
    display: none;
  }
  .header-weather-disp .weatherSingle:nth-child(5) {
    display: none;
  }
  .show-weather .header-wrapper {
    top: 100px;
  }
  .home-page-wrapper, .inner-page-wrapper, .hole-page-wrapper {
    margin: 0px 10px;
  }
  .home-carousel-holder {
    width: 460px;
  }
  .home-jcarousel {
    width: 380px;
  }
  .home-carousel-item {
    width: 175px;
    margin-right: 15px;
  }
  .image-carousel-holder {
    width: 460px;
  }
  .image-jcarousel {
    width: 380px;
  }
  .image-carousel-item {
    width: 175px;
    margin-right: 15px;
  }
  .last-col {
    margin-top: 40px;
  }
  .home-bottom-row.row-fluid .home-pic {
    max-width: 500px;
    width: 100%;
    margin: 0px auto 40px;
  }
  .public-footer {
    margin: 0px 10px;
    text-align: center;
  }
  .members-footer {
    margin: 0px 10px 20px;
  }
  .pf-space {
    padding: 0px 10px;
  }
  .footer-content-space {
    padding: 0px;
  }
  .pf-logo {
    float: none;
    margin: 0px 0px 20px;
    height: auto;
  }
  .footer-social {
    margin-top: 20px;
  }
  .pf-links {
    margin-top: 30px;
  }
  .pf-logos {
    margin-top: 30px;
    text-align: center;
  }
  .members-footer {
    text-align: center;
    padding: 20px 0px;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .mf-copy a {
    display: block;
    margin: 5px 0px;
  }
  .mf-vert-line {
    display: none;
  }
  .mf-ig-logo {
    margin-top: 10px;
    text-align: center;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .table td, .table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-nav ul li {
    display: block;
    margin: 5px 0px;
  }
  .inner-nav ul li a {
    display: block;
    padding: 5px;
    border: 2px solid #DCB41F;
  }
  .hole-yards > div {
    display: block;
    margin: 10px auto;
  }
  .hole-video-space {
    margin: 0px;
  }
  .hole-arrow-holder {
    width: 200px;
    margin: 0px auto;
  }
  .hole-prev {
    width: 100px;
    float: left;
    position: relative;
    top: 0px;
  }
  .hole-next {
    width: 100px;
    float: right; 
    position: relative;
    top: 0px;
    text-align: right;
  }
  body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon {
    top: 15px;
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer {
    margin: 0px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space {
    width: auto;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 10px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .home-carousel-holder {
    width: 280px;
  }
  .home-jcarousel {
    width: 200px;
  }
  .home-carousel-item {
    width: 200px;
    margin-right: 15px;
  }
  .image-carousel-holder {
    width: 280px;
  }
  .image-jcarousel {
    width: 200px;
  }
  .image-carousel-item {
    width: 200px;
    margin-right: 15px;
  }
  #myNavbar {
    width: 100%;
    right: -500px;
  }
}

/* editor styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .page-space {
  padding: 0px;
}

.php-ckeditor .home-scroll {
  display: none;
}

.php-ckeditor .home-line, .php-ckeditor .inner-line, .php-ckeditor .hole-line {
  display: none;
}

.php-ckeditor .home-carousel-include {
  margin-top: 20px;
}

.php-ckeditor .home-page-wrapper, .php-ckeditor .inner-page-wrapper, .php-ckeditor .hole-page-wrapper {
  padding-top: 0px;
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-top: 10px;
}

.php-ckeditor .hole-prev {
  top: -50px;
}

.php-ckeditor .hole-next {
  top: -50px;
}

.php-ckeditor .inner-carousel-include {
  margin-top: 10px;
}

.php-ckeditor .footer-content-space {
  padding: 0px;
}

.php-ckeditor .pf-logo {
  float: none;
  height: auto;
}

.php-ckeditor .pf-space {
  padding: 0px 10px;
}

.php-ckeditor .public-footer .wysiwyg-editable {
  border: 2px dashed #fff;
}

.php-ckeditor .home-carousel-holder {
  width: auto;
}

.php-ckeditor .home-jcarousel {
  width: auto;
}

.php-ckeditor .home-carousel-wrapper {
  display: block;
}

.php-ckeditor .home-carousel-item {
  float: none;
  margin: 10px 0px;
}

.php-ckeditor .home-arrows {
  display: none;
}

.php-ckeditor .image-carousel-holder {
  width: auto;
}

.php-ckeditor .image-jcarousel {
  width: auto;
}

.php-ckeditor .image-carousel-wrapper {
  display: block;
}

.php-ckeditor .image-carousel-item {
  float: none;
  margin: 10px 0px;
}

.php-ckeditor .image-arrows {
  display: none;
}

/* invalid page */

.invalid-page #globalwrap h3 {
  color: #333;
}

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.invalid-page #globalwrap {
  margin-top: 150px;
  padding-left: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .invalid-page .header-book {
    display: none;
  }
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 50;
}

.scrollTop a {
  opacity: 0;
  background-color: #0C2A5C;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 7px;
}

.scrollTop a:hover {
  color: #fc0;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

/* slideshow titles */

.content-wrapper #globalwrap .hole-slideshow .nivo-caption, .content-wrapper #globalwrap .hole-slideshow .nivo-caption {
  display: none !important;
}

#globalwrap .home-slideshow .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  bottom: 150px;
  font-family: 'Montserrat', sans-serif;
}

.home-slideshow .nivo-caption h4 {
  color: #ff0606;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
  font-size: 28px;
  font-family: 'Barlow Condensed', sans-serif
}

.home-slideshow .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  #globalwrap .home-slideshow .nivo-caption {
    display: none !important;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #DCB41F;
  text-align: center;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #DCB41F;
  text-align: center;
  height: 90px;
  width: 70%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #DCB41F;
  text-align: center;
  height: 30px;
  width: 70%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
  }
  .inner-page-wrapper form select {
    width: 80%;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: #DCB41F;
  color: #fff;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: #fff;
}

.inner-full ul, .inner-col ul {
  margin: 0px 0px 10px;
}

.inner-full ul li, .inner-col ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full ul li::before, .inner-col ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: #DCB41F;
  position: relative;
  top: -3px;
}

.inner-full .gallery-thumbs ul li::before {
  display: none;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-main table th {
  border: 2px solid #D7B73C;
  padding: 6px;
  font-weight: 400;
}

.inner-main table td {
  border: 2px solid #DCB41F;
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-main table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-main table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-main table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-main table td {
    padding: 2px;
    font-size: 12px;
  }
}

/* slideshow dots and arrows */

.home-slideshow .nivo-directionNav {
  display: none !important;
}

.home-slideshow .nivo-controlNav-Wrapper {
  z-index: 10;
  right: 30px;
  left: auto;
  bottom: 40px;
}

.home-slideshow .nivo-controlNav {
  padding: 0px;
  text-align: right;
  font-size: 0px;
}

.home-slideshow .nivo-controlNav a {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  margin: 0px 5px;
}

.home-slideshow .nivo-controlNav a.active {
  background: #fff;
  border-color: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 6px 15px;
  }
}

.image-prev:hover, .image-next:hover {
  cursor: pointer;
}

.home-prev:hover, .home-next:hover {
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .php-competition .buttons a.btn {
    display: block;
    width: 200px;
    margin: 5px 0px;
  }
}

/* scroll to top */

.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.scrollTop a {
  opacity: 0;
  background-color: #DCB41F;
  border: 2px solid #D7B73C;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #000;
  display: inline-block;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scrollTop a i {
  font-size: 20px;
  margin-top: 7px;
}

.scrollTop a:hover {
  background: #000;
  color: #D7B73C;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 767px) {
  .scrollTop {
    right: 5px;
    bottom: 5px;
  }
  .scrollTop a {
    width: 28px;
    height: 28px;
  }
  .scrollTop a i {
    font-size: 14px;
    margin-top: 4px;
  }
}

.nav-logo {
  text-align: center;
  margin: 20px 0px;
}

.nav-logo img {
  width: 100px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 157px) !important;
  }
}

.content-wrapper #memteetimes thead th {
  color: #fff;
}

#cluetip.cluetip-jtip #cluetip-inner legend {
  margin-top: 10px;
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .image-prev {
    top: 8%;
  }
  .image-next {
    top: 8%;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .image-prev {
    top: 12%;
  }
  .image-next {
    top: 12%;
  }
}

.body-class-members.body-contentpage .home-slideshow {
  display: none;
}

.body-class-members.body-contentpage .inner-nav {
  display: none;
}

.body-class-members.body-contentpage .home-line {
  display: none;
}

.body-class-members.body-contentpage .inner-carousel-include {
  display: none;
}

.body-class-members.body-contentpage .page-footer {
  display: none;
}

.body-class-members.body-contentpage .inner-page-wrapper {
  padding: 0px;
}

.inner-video {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0px;
}

.home-slideshow #map_container {
  height: 600px !important;
}

.header-status-disp {
  background: #DCB41F;
  color: #fff;
}

.header-weather-disp {
  background: #DCB41F;
  color: #fff;
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-prev {
    text-shadow: 0px 4px #000;
  }
  .home-next {
    text-shadow: 0px 4px #000;
  }
}

.home-page-wrapper .flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row .home-pic {
  flex: 1 1 0;
  margin: 0px 15px;
}

.flex-row .home-pic:first-child {
  margin-left: 0px;
}

.flex-row .home-pic:last-child {
  margin-right: 0px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .flex-row .home-pic {
    margin: 0px 5px;
  }
  .home-pic-text a {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .flex-row .home-pic-text {
    right: 10px;
    bottom: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-page-wrapper .flex-row {
    display: block;
  }
  .flex-row .home-pic {
    max-width: 350px;
    width: 100%;
    margin: 0px auto 40px;
  }
  .flex-row .home-pic:first-child {
    margin-left: auto;
  }
  .flex-row .home-pic:last-child {
    margin-right: auto;
  }
}

.inner-main tbody th {
  background: #DCB41F;
color: #fff;
  border: 2px solid #D7B73C;
}

/* accordion */

.body-public .accordion-one, .body-public .accordion-two, .body-public .accordion-three, .body-public .accordion-four, .body-public .accordion-five, .body-public .accordion-six, .body-public .accordion-seven, .body-public .accordion-eight, .body-public .accordion-nine, .body-public .accordion-ten {
  display: none;
  padding: 20px 0px;
}

.accordion-section {
  max-width: 1000px;
  margin: 20px auto;
}

.inner-main div[id*="accordion-toggle"] {
  margin: 10px 0px;
  width: 100%;
  background: #ebebeb;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.inner-main div[id*="accordion-toggle"] h2 {
  font-weight: 400;
  line-height: 28px;
  padding: 10px;
  font-weight: 400;
  position: relative;
}

.inner-main div[id*="accordion-toggle"]:hover, .inner-main div[id*="accordion-toggle"].open {
  cursor: pointer;
  background: #ccc;
  color: #DCB41F;
}

.inner-main div[id*="accordion-toggle"] h2::after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 10px;
}

.inner-main div[id*="accordion-toggle"].open h2::after {
  content: '\f106';
  font-family: 'FontAwesome';
  margin-left: 10px;
}

.body-public .inner-main div[id*="accordion-toggle"] h2 > br {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .hole-nav ul {
    width: 425px;
  }
  .hole-main .hole-line {
    display: none;
  }
  .hole-page-wrapper .home-scroll {
    bottom: 10px;
  }
  .hole-page-wrapper .hole-nav {
    bottom: 50px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .home-slideshow .nivo-controlNav-Wrapper {
    display: none;
  }
}

.body-class-members .content-wrapper .page-space {
  padding: 0px;
}

@media (min-width: 980px) and (max-width: 1399px) {
  #hamburger-icon {
    right: 25px;
  }
  .header-right-links {
    right: 200px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .header-right-links a.text-link {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .header-right-links a.text-link {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
  }
  #hamburger-icon {
    width: 120px;
  }
  .menu-open, .menu-close {
    left: 10px;
  }
  #hamburger-icon .line {
    left: 75px;
  }
  .header-right-links {
    right: 125px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #hamburger-icon {
    top: 60px;
  }
  .header-right-links {
    width: 115px;
    top: 0px;
    text-align: right;
  }
  .header-right-links a.text-link {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
}

/* end anton styles */