/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .navbar-inner .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .navbar-inner .nav > li.nav-menu-competition\.php, .body-public .navbar-inner .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: Georgia, serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 30px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #faf900;
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #faf900;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #faf900;
}

h5 a {
  background: #faf900;
  color: #0D2156;
  display: inline-block;
  padding: 8px 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 10px;
  border: none;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus {
  background: #d2d200;
  color: #0D2156;
  text-decoration: none;
  border-radius: 8px;
}

a {
  color: #faf900;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover{
  color: #fff;
  text-decoration: none;
}

a:focus {
  color: #faf900;
  outline: 0;
}

input, button, select, textarea {
  font-family: Georgia, serif;
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 282px;
  min-height: 71px;
  z-index: 1001;
  background: #081538;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.header-large .header-wrapper {
  width: 100%;
}

.body-public.body-class-home .header-logo, .body-public.body-contentpage .header-logo {
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 10px;
  width: 77px;
  z-index: -1;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-public.body-class-home.menu-slide .header-logo, .body-public.body-contentpage.menu-slide .header-logo {
  opacity: 1;
  z-index: 100;
}

.header-book {
  position: absolute;
  top: 0px;
  right: 82px;
  z-index: 12;
}

.header-book a {
  display: block;
  line-height: 71px;
  text-align: center;
  background: #0D2156;
  color: #fff;
  text-transform: uppercase;
  width: 120px;
}

.header-book a:hover {
  color: #FAF900;
}

.header-opens {
  position: absolute;
  top: 0px;
  right: 202px;
  z-index: 12;
}

.header-opens a {
  display: block;
  line-height: 71px;
  text-align: center;
  background: #0D2156;
  color: #fff;
  text-transform: uppercase;
  width: 80px;
}

.header-opens a:hover {
  color: #FAF900;
}

/* navbar styles */

.navbar #hamburger-icon {
  display: block;
  position: absolute;
  width: 82px;
  height: 71px;
  right: 0px;
  top: 0px;
  margin: 0px;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  background: transparent;
  z-index: 50;
}

.club-menu-button-lines {
  display: inline-block;
}

.navbar .btn-navbar .icon-bar {
  width: 35px;
  height: 2px;
  text-shadow: none;
  text-align: right;
  border-radius: 0px;
  background: #FAF900;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.navbar .btn-navbar:hover .club-menu-button {
  color: white;
}

.header-large .club-menu-button {
  opacity: 0;
}

.header-large .navbar .btn-navbar:hover .club-menu-button {
  opacity: 0;
}

.navbar .btn-navbar:hover .icon-bar {
  background-color: white;
}

.navbar .btn-navbar .top-line {
  position: absolute;
  top: 23px;
  right: 23px;
}

.navbar .btn-navbar .middle-line {
  position: absolute;
  top: 34px;
  right: 23px;
  opacity: 1;
}

.navbar .btn-navbar .bottom-line {
  position: absolute;
  top: 45px;
  right: 23px;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 0px;
}

.menu-slide .navbar .btn-navbar .top-line {
  transform: rotate(-45deg);
  top: 34px;
}

.menu-slide .navbar .btn-navbar .middle-line {
  opacity: 0;
}

.menu-slide .navbar .btn-navbar .bottom-line {
  transform: rotate(45deg);
  top: 35px;
}

.menu-slide .navbar .btn-navbar:hover .top-line {
  background: #fff;
}

.menu-slide .navbar .btn-navbar:hover .bottom-line {
  background: #fff;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  top: -60px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.menu-slide .navbar-inverse .navbar-inner {
  top: 16px;
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.navbar .nav {
  float: none;
}

.navbar .nav > li {
  float: none;
  display: inline-block;
}

.navbar-inverse .nav > li > a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: -2px;
  top: 10px;
  font-size: 12px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar-inverse .nav > li.nav-haslevel-2.open > a::after {
  transform: rotate(180deg);
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li.current > a {
  color: #FAF900;
}

.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: #FAF900;
  box-shadow: none;
}

.dropdown-menu {
  background: #0d2156;
  border-radius: 0px;
  text-align: left;
}

.dropdown-menu > li > a {
  color: #fff;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover {
  color: #FAF900;
  background: transparent;
}

/* footer styles */

.public-footer {
  background: url('/images/resources/elycity/footer-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.footer-newsletter {
  padding-top: 50px;
}

.public-footer h4 {
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 30px;
  letter-spacing: 1px;
}

.footer-newsletter form {
  position: relative;
  max-width: 650px;
  margin: 0px auto;
}

.footer-newsletter label {
  position: absolute;
  top: 14px;
  left: 20px;
  margin-bottom: 0px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.footer-newsletter .hide-label label {
  opacity: 0;
}

.footer-newsletter form input[type*="text"] {
  width: calc(100% - 185px);
  padding: 10px 175px 10px 10px;
  border: 1px solid #D0D8E5;
  border-radius: 25px;
  height: 28px;
}

.footer-newsletter form input[type*="submit"] {
  position: absolute;
  top: 1px;
  right: -1px;
  line-height: 48px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: none;
  background: #081538;
  color: #faf900;
  padding: 0px;
  width: 175px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.footer-newsletter form input[type*="submit"]:hover {
  background: #0d2156;
}

.footer-newsletter br {
  display: none;
}

.footer-info {
  margin-top: 20px;
}

.pf-vert-line {
  content: '';
  display: inline-block;
  width: 2px;
  height: 21px;
  background: #333;
  margin: 0px 8px;
  position: relative;
  top: 5px;
}

.footer-info a {
  color: #333;
}

.footer-info a:hover {
  color: #acac08;
}

.footer-social {
  margin-top: 30px;
}

.footer-social a {
  display: inline-block;
  width: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #333;
  font-size: 0px;
}

.footer-social em {
  font-size: 24px;
  position: relative;
  top: 9px;
  left: 3px;
}

.footer-social a:nth-child(1) {
  color: #4867aa;
  border-color: #4867aa;
}

.footer-social a:nth-child(2) {
  color: #1d9bf0;
  border-color: #1d9bf0;
  margin: 0px 20px;
}

.footer-social a:nth-child(3) {
  color: #B2ABA3;
  border-color: #B2ABA3;
}

.public-footer .footer-social a:hover {
  color: #333;
  border-color: #333;
}

.footer-line {
  margin-top: 35px;
  height: 1px;
  content: '';
  width: 100%;
  background: #C9CED4; 
}

.pf-copy {
  margin-top: 25px;
}

.pf-ig-logo {
  margin-top: 20px;
}

.pf-ig-logo img {
  width: 120px;
}

.footer-logo {
  margin-top: 410px;
  padding-bottom: 90px;
}

.footer-logo a:nth-child(1) {
  margin-right: 50px;
}

.body-public.body-class-home .members-footer, .body-contentpage.body-public .members-footer {
  display: none;
}

.members-footer {
  padding: 15px 0px;
  background: #081538;
  color: #fff;
}

.mf-copy {
  padding-top: 9px;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* page styles */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home page */

#home-section-one, #home-section-two, #home-section-three, #home-section-four, #home-section-five {
  height: 100vh;
  position: relative;
}

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.slideshow-logo {
  position: absolute;
  width: 133px;
  top: 80px;
  left: 0px;
  right: 0px;
  z-index: 12;
  margin: 0px auto;
}

.home-status-button {
  position: absolute;
  bottom: -40px;
  left: 0px;
  padding: 6px;
  background: rgba(13,33,86,0.6);
  z-index: 30;
  color: #fff;
}

.home-status-button h4 {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px 6px 0px 0px;
}

.home-status-button h3 {
  display: none;
}

.home-status-button p::before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  width: 1px;
  height: 15px;
  background: #faf900;
  position: relative;
  top: 2px;
}

.home-status-button p {
  display: inline-block;
  margin: 0px;
}

.home-status-button p b {
  display: none;
}

.home-status-button .updatedate {
  font-size: 14px !important;
}

.home-explore {
  position: absolute;
  bottom: 100px;
  left: 0px;
  right: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px auto;
  width: 80px;
  text-align: center;
  z-index: 11;
  color: #fff;
}

.home-explore:hover {
  color: #faf900;
  cursor: pointer;
}

.home-explore-line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 1px;
  background: #fff;
  content: '';
  height: 73px;
  z-index: 10;
}

.body-public .home-slideshow .wysiwyg-editable > br {
  display: none;
}

.home-large-pic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}

.home-large-pic img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home-left-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d2156+0,0d2156+70,0d2156+100&0.8+0,0.7+70,0+100 */
background: -moz-linear-gradient(left,  rgba(13,33,86,0.8) 0%, rgba(13,33,86,0.7) 70%, rgba(13,33,86,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(13,33,86,0.8) 0%,rgba(13,33,86,0.7) 70%,rgba(13,33,86,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(13,33,86,0.8) 0%,rgba(13,33,86,0.7) 70%,rgba(13,33,86,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0d2156', endColorstr='#000d2156',GradientType=1 ); /* IE6-9 */
  color: #fff;
}

.hlc-space {
  padding: 75px 130px;
}

.home-right-content {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
  width: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d2156+0,0d2156+30,0d2156+100&0+0,0.7+30,0.8+100 */
background: -moz-linear-gradient(left,  rgba(13,33,86,0) 0%, rgba(13,33,86,0.7) 30%, rgba(13,33,86,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(13,33,86,0) 0%,rgba(13,33,86,0.7) 30%,rgba(13,33,86,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(13,33,86,0) 0%,rgba(13,33,86,0.7) 30%,rgba(13,33,86,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d2156', endColorstr='#cc0d2156',GradientType=1 ); /* IE6-9 */
  color: #fff;
}

.hrc-space {
  padding: 75px 130px;
}

.home-left-content h2 {
  margin: 0px 0px 15px;
  color: #B2B2B4;
  font-size: 50px;
  line-height: 50px;
}

.home-right-content h2 {
  margin: 0px 0px 15px;
  color: #B2B2B4;
  font-size: 50px;
  line-height: 50px;
}

.home-left-content h5 {
  margin: 0px;
}

.home-right-content h5 {
  margin: 0px;
}

.home-left-content h5 a {
  padding: 0px;
  background: transparent;
  color: #faf900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.home-left-content h5 a:hover {
  background: transparent;
  color: #fff;
}

.home-right-content h5 a {
  padding: 0px;
  background: transparent;
  color: #faf900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.home-right-content h5 a:hover {
  background: transparent;
  color: #fff;
}

/* inner slideshow */

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-public .inner-slideshow .wysiwyg-editable > br {
  display: none;
}

.inner-main-area {
  background: #0D2156;
  color: #fff;
  text-align: center;
}

.inner-nav {
  text-align: center;
}

.inner-nav h2 {
  display: none;
}

.inner-nav ul {
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #405479;
}

.inner-nav ul li {
  list-style: none;
  font-size: 0px;
  display: inline-block;
}

.inner-nav ul li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 0px 8px;
}

.inner-nav ul li a::after {
  position: absolute;
  content: '';
  opacity: 0;
  height: 2px;
  background: #61708F;
  bottom: -27px;
  left: 0px;
  width: 100%;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.inner-nav ul li.current a, .inner-nav ul li a:hover {
  color: #fff;
}

.inner-nav ul li.current a::after, .inner-nav ul li a:hover::after {
  opacity: 1;
}

.inner-content-space {
  padding: 0px 120px;
}

.inner-title {
  margin-top: 60px;
}

.inner-title h1 {
  font-size: 60px;
  line-height: 70px;
  margin: 0px 0px 30px;
}

.inner-two-col.inner-mid {
  margin: 70px 0px 60px;
}

.light-blue-bg {
  background: #1A2C5E;
}

.lbb-space {
  padding: 55px 20px;
  position: relative;
}

.lbb-space::before {
  position: absolute;
  content: url('/images/resources/elycity/light-blue-curve.png');
  top: -3px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.light-blue-bg h3 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  margin: 0px;
}

.light-blue-bg h4 {
  margin: 0px 0px 30px;
  padding: 0px 0px 30px;
  position: relative;
}

.light-blue-bg h4::after {
  width: 39px;
  height: 3px;
  content: '';
  background: #fff;
  position: absolute;
  border-radius: 5px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.inner-main-area {
  padding-bottom: 120px;
}

.body-contentpage #global > br {
  display: none;
}

/* course page */

.hpn-row {
  margin-top: 60px;
}

.hpn-pic {
  position: relative;
}

.hpn-pic::before {
  background: rgba(13,33,86,0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.hpn-pic:hover::before {
  opacity: 1;
}

.hpn-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.hpn-pic:hover .hpn-content {
  opacity: 1;
}

.hpn-content h3 {
  margin: 0px 0px 10px;
  text-transform: uppercase;
}

.hpn-table table {
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
}

.hpn-content h5 {
  margin: 0px;
}

.hpn-content h5 a {
  padding: 2px 12px;
}

.hpn-white::before {
  content: '';
  float: left;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.hpn-yellow::before {
  content: '';
  float: left;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background: #fc0;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.hpn-red::before {
  content: '';
  float: left;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background: #f00;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

/* hole page */

.hole-slideshow {
  position: relative;
}

.hole-slideshow .galleryInner, .hole-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.hole-nav {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
  font-size: 0px;
}

.hole-nav ul li {
  position: relative;
  display: inline-block;
}

.hole-nav ul li::after {
  content: '/';
  margin: 0px 6px;
  font-size: 22px;
  color: #fff;
}

.hole-nav ul li:last-child::after {
  display: none;
}

.hole-nav ul li a {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.hole-nav ul li.current > a, .hole-nav ul li > a:hover {
  color: #faf900;
}

.hole-main-area {
  background: #0d2156;
  text-align: center;
  color: #fff;
  padding-bottom: 120px;
}

.hole-title {
  margin-top: 60px;
}

.hole-title h1 {
  font-size: 60px;
  line-height: 70px;
  margin: 0px 0px 30px;
}

.hole-yards {
  margin-bottom: 40px;
}

.hole-yards > div {
  display: inline-block;
  margin-right: 20px;
  line-height: 22px;
}

.hole-yards .hole-yellow {
  color: #faf900;
}

.hole-yards .hole-red {
  color: #FC9390;
}

.hole-yards .hole-par {
  border-left: 1px solid #fff;
  padding-left: 25px;
}

.hole-yards .hole-si {
  border-left: 1px solid #fff;
  padding-left: 25px;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage {
  background: url('/images/resources/elycity/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: #081538;
  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 {
  width: 77px;
  float: left;
  margin-left: 0px;
  top: 5px;
  position: relative;
}

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, .body-class-members .navbar-inverse .navbar-inner {
  margin-top: 0px;
  margin-left: 0px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 17px;
  width: auto;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

@media (min-width: 980px) {
  body[class*="php-"] #hamburger-icon, .body-class-members #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon {
    display: none;
  }
}

body[class*="php-"] .navbar-inverse .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-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-"] .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-"] .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;
  color: #fff;
}

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 #fff;
  padding: 20px;
  background: rgba(13,33,86,0.8);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #fff;
  padding: 20px;
  background: rgba(13,33,86,0.6);
}

body[class*="php-"] .public-footer, .body-class-members .public-footer, .body-class-visitorbooking .public-footer, .body-class-getawayletter .public-footer, [class*="body-class-setcoursestatus"] .public-footer, .body-class-opens .public-footer, .body-loginpage .public-footer {
  display: none;
}

/* 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;
  }
}

/* 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: #faf900;
  color: #0D2156;
  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: #d2d200;
  color: #0D2156;
  border-radius: 8px;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

.body-class-members .header-wrapper {
  position: relative;
  width: 100%;
}

.body-class-members .header-book {
  display: none;
}

.body-class-members .navbar .nav-section button {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(13,33,86,0.8);
  border: 2px solid #fff;
  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: #595900;
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #595900;
  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-wrapper .header-logo {
  top: 6px;
  margin-top: 0px;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background: #0d2156;
}

thead {
  background: #faf900;
  color: #333;
  font-weight: 400;
}

thead a {
  color: #333;
}

.php-diary .eventviewTableMonth td {
  background: transparent;
}

.php-messages .breadcrumb a {
  color: #000;
}

.content-wrapper .teetimesholder th, .content-wrapper #memteetimes th {
  color: #fff;
}

.content-wrapper .tbooked {
  color: #333;
}

#cluetip {
  color: #333;
}

#facebox {
  color: #333;
}

#facebox a {
  color: #0d2156;
}

#facebox a.btn {
  color: #0d2156;
}

.body-class-members .content-wrapper #teetimesframe td {
  color: #333;
}

/* editor styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #fff;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  padding: 6px 0px;
  top: 0px;
}

.php-ckeditor .home-explore {
  display: none;
}

.php-ckeditor .home-explore-line {
  display: none;
}

.php-ckeditor .home-status-button {
  display: none;
}

.php-ckeditor .slideshow-logo {
  position: relative;
  top: 0px;
  margin-top: 15px;
}

.php-ckeditor #home-section-one, .php-ckeditor #home-section-two, .php-ckeditor #home-section-three, .php-ckeditor #home-section-four, .php-ckeditor #home-section-five {
  height: auto;
}

.php-ckeditor .hlc-space {
  padding: 20px 30px;
}

.php-ckeditor .hrc-space {
  padding: 20px 30px;
}

.php-ckeditor .home-large-pic {
  height: auto;
  position: relative;
}

.php-ckeditor .page-space {
  padding: 20px 10px;
}

.php-ckeditor .hpn-content {
  opacity: 1;
  position: relative;
  top: 0px;
  transform: translateY(0px);
  left: 0px;
  right: 0px;
  margin-top: 10px;
}

.php-ckeditor .inner-content-space {
  padding: 20px;
}

.body-class-members.php-ckeditor .public-footer {
  display: block;
  color: #333;
}

.body-class-members.php-ckeditor .public-footer .wysiwyg-editable {
  border-color: #000;
}

/* invalid page */

.invalid-page .header-wrapper, .invalid-page {
  background: #0d2156;
  color: #fff;
}

.invalid-page #globalwrap {
  margin-top: 150px;
  padding-left: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .invalid-page .header-book {
    display: none;
  }
}

legend {
  color: #fff;
}

.php-visitoropen fieldset {
  background: transparent;
}

/* 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;
}

.php-slideshow_edit form fieldset {
  background: transparent !important;
}

.php-slideshow_edit form fieldset legend {
  color: #fff;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .inner-content-space {
    padding: 0px 90px;
  }
  .hlc-space, .hrc-space {
    padding: 75px 110px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .inner-content-space {
    padding: 0px 60px;
  }
  .hlc-space, .hrc-space {
    padding: 50px 80px;
  }
  .header-opens a {
    text-transform: capitalize;
  }
  .header-book a {
    text-transform: capitalize;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .inner-content-space {
    padding: 0px 40px;
  }
  .hlc-space, .hrc-space {
    padding: 50px 60px;
  }
  .header-opens a {
    text-transform: capitalize;
  }
}

@media (min-width: 0px) and (max-width: 1199px) {
  .hpn-content {
    opacity: 1;
  }
  .hpn-pic::before {
    opacity: 1;
  }
}

/* main responsive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .inner-content-space {
    padding: 0px 20px;
  }
  .hlc-space, .hrc-space {
    padding: 40px 30px;
  }
  .hpn-table {
    font-size: 14px;
  }
  .header-book a {
    width: 100px;
    text-transform: capitalize;
  }
  .header-wrapper {
    width: 182px;
  }
  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;
  }
  .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;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .home-left-content {
    width: 70%;
  }
  .home-right-content {
    width: 70%;
  }
  .hlc-space, .hrc-space {
    padding: 25px 50px;
  }
  .page-space {
    padding: 0px 25px;
  }
  .hpn-content {
    left: 5px;
    right: 5px;
  }
  .hpn-table {
    font-size: 13px;
  }
  .hpn-content h5 a {
    line-height: 16px;
  }
  .hpn-content h3 {
    text-transform: capitalize;
    line-height: 22px;
    font-size: 22px;
  }
  .hpn-white::before, .hpn-yellow::before, .hpn-red::before {
    margin-right: 2px;
    width: 16px;
    height: 16px;
  }
  .inner-content-space {
    padding: 0px;
  }
  .hole-slideshow .galleryInner, .hole-slideshow .galleryInner img {
    height: auto !important;
  }
  .hole-nav {
    margin: 0px auto;
    left: 0px;
    right: 0px;
  }
  .hole-nav ul {
    width: 505px;
    margin: 0px auto;
  }
  .hole-nav ul li:nth-child(9)::after {
    display: none;
  }
  .hole-nav ul li a {
    font-size: 18px;
  }
  .inner-nav ul li a {
    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: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .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;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    width: 100%;
  }
  .body-public #myNavbar {
    top: -100vh;
    height: 100vh !important;
    opacity: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    position: relative;
  }
  .mobile-menu #myNavbar {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh !important;
    position: absolute;
    opacity: 1;
    background: rgba(13,33,86,0.8);
  }
  .body-public .navbar-inverse #myNavbar .navbar-inner {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    z-index: 20;
  }
  .navbar .nav > li {
    display: block;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .dropdown-menu > li.current >  a {
    color: #FAF900;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus {
    background: transparent;
    color: #FAF900;
  }
  .mobile-menu .navbar .btn-navbar .top-line {
    transform: rotate(-45deg);
    top: 34px;
  }
  .mobile-menu .navbar .btn-navbar .middle-line {
    opacity: 0;
  }
  .mobile-menu .navbar .btn-navbar .bottom-line {
    transform: rotate(45deg);
    top: 34px;
  }
  .mobile-menu .navbar .btn-navbar:hover .top-line {
    background: #fff;
  }
  .mobile-menu .navbar .btn-navbar:hover .bottom-line {
    background: #fff;
  }
  .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    font-size: 20px;
  }
  .navbar-inverse .nav > li.nav-haslevel-2.open > a::after {
   transform: rotateX(180deg);
  }
  .body-public .navbar {
    height: 0px;
  }
  body[class*="php-"] #hamburger-icon, .body-class-members #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon {
    display: block;
  }
  .body-class-members .nav-collapse.collapse {
    overflow: hidden;
  }
  .body-class-members .nav-collapse.collapse.in {
    overflow: visible;
  }
  .body-public.body-class-home .header-logo, .body-public.body-contentpage .header-logo {
    opacity: 1;
    z-index: 10;
  }
  .nav-collapse .dropdown-menu {
    background: #081538;
    text-align: center;
  }
  .body-public[class*="php-"] .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, .body-class-members .navbar-inverse .navbar-inner {
    padding-right: 20px;
    text-align: center;
  }
  .body-class-members .nav-collapse.collapse {
    overflow: hidden;
  }
  .body-class-members .nav-collapse.collapse.in {
    overflow: visible;
  }
  .body-class-members .header-wrapper .navbar-inverse .navbar-inner {
    padding-right: 20px;
    top: 0px;
  }
  .active .navbar .btn-navbar .middle-line {
    opacity: 0;
  }
  .active .navbar .btn-navbar .top-line {
    transform: rotate(45deg);
    top: 34px;
  }
  .active .navbar .btn-navbar .bottom-line {
    transform: rotate(-45deg);
    top: 35px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .header-book a {
    width: 100px;
    text-transform: capitalize;
  }
  .home-status-button p {
    display: none;
  }
  #home-section-two, #home-section-three, #home-section-four, #home-section-five {
    height: auto;
  }
  .home-large-pic {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .home-left-content, .home-right-content {
    position: relative;
    width: 100%;
    text-align: center;
    background: #0d2156;
  }
  .hlc-space, .hrc-space {
    padding: 30px 20px;
  }
  .home-left-content h2, .home-right-content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .home-large-pic img {
    height: auto;
  }
  .page-space {
    padding: 0px 20px;
  }
  .footer-newsletter form input[type*="submit"] {
    position: relative;
    border-radius: 25px;
  }
  .footer-logo {
    margin-top: 220px;
  }
  .pf-copy {
    text-shadow: 1px 1px #000;
    color: #fff;
  }
  .body-public .navbar-inverse #myNavbar .navbar-inner {
    top: 120px;
    transform: translate(0px);
  }
  .inner-nav ul li {
    display: block;
    margin: 8px 0px;
  }
  .inner-nav ul li a {
    display: block;
    padding: 6px;
    border: 2px solid #faf900;
  }
  .inner-nav ul li.current a::after, .inner-nav ul li a:hover::after {
    display: none;
  }
  .inner-page-wrapper, .hole-page-wrapper {
    padding-top: 71px;
  }
  .body-contentpage .slideshow-logo {
    display: none;
  }
  .inner-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hpn-row.row-fluid .span4.hpn-box {
    max-width: 400px;
    margin: 20px auto;
    width: 100%;
  }
  .hpn-row {
    margin-top: 0px;
  }
  .hole-slideshow .galleryInner, .hole-slideshow .galleryInner img {
    height: auto !important;
  }
  .hole-nav {
    position: relative;
    bottom: 0px;
    margin: 0px auto;
    background: #081538;
    padding: 15px 0px;
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li a {
    width: 28px;
    line-height: 28px;
    font-size: 16px;
  }
  .hole-nav ul li:nth-child(6)::after, .hole-nav ul li:nth-child(12)::after {
    display: none;
  }
  .hole-yards {
    width: 280px;
    margin: 0px auto;
  }
  .hole-yards .hole-par {
    border: none;
  }
  .hole-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-nav ul li a {
    text-transform: capitalize;
  }
  .inner-content-space {
    padding: 0px;
  }
  .last-col {
    margin-top: 40px;
  }
  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;
    margin: 0px 10px;
  }
  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: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 10px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
}

/* 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;
  }
}

  }
  .teebooking #cancelbar {
    float: none;
  }
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 260px !important;
}

.gm-style .gm-style-iw-c {
  padding-right: 12px !important;
  background: #fff;
  max-height: 240px !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden;
  background: #fff;
  height: 240px !important;
}

.gm-style .gm-style-iw-d a {
  color: #333;
}

/* content tables */

.inner-page-wrapper table th {
  background: #faf900;
  color: #333;
  border: 2px solid #faf900;
  padding: 6px;
  font-weight: 400;
}

.inner-page-wrapper table td {
  border: 2px solid #faf900;
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 14px;
    padding: 4px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper table th, .inner-page-wrapper table td {
    font-size: 12px;
    padding: 2px;
  }
}

/* slideshow titles */

.content-wrapper #globalwrap .home-slideshow .nivo-caption {
  display: none !important;
}

#globalwrap .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: center;
  font-family: Georgia, serif;
}

.nivo-caption h4 {
  color: #faf900;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
}

.nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: none !important;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: block;
  width: 200px;
  right: 30px;
  bottom: 10px;
  z-index: 10;
  left: auto;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper a {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  top: 4px;
  margin-right: 6px;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper a.active {
  background: #faf900;
  background-position: 0px;
}

/* forms */

.inner-page-wrapper form input {
  background: #081538;
  border-radius: 0px;
  border: 2px solid #faf900;
  text-align: left;
  height: 30px;
  width: 70%;
  color: #fff;
}

.inner-page-wrapper form textarea {
  background: #081538;
  border-radius: 0px;
  border: 2px solid #faf900;
  text-align: left;
  height: 90px;
  width: 70%;
  color: #fff;
}

.inner-page-wrapper form select {
  background: #081538;
  border-radius: 0px;
  border: 2px solid #faf900;
  text-align: left;
  height: 30px;
  width: 70%;
  color: #fff;
}

.inner-page-wrapper .inner-full-content form input {
  text-align: center;
}

.inner-page-wrapper .inner-full-content form select {
  text-align: center;
}

.inner-page-wrapper .inner-full-content form textarea {
  text-align: center;
}

@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: #faf900;
  border: none;
  color: #0D2156;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #d2d200;
  color: #fff;
}

.inner-full ul {
  margin: 0px 0px 10px;
}

.inner-full ul li {
  line-height: 28px;
  list-style: none;
}

.inner-full ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: #fff;
  position: relative;
  top: -3px;
}

.inner-full .gallery-thumbs ul li::before {
  display: none;
}

[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: 1600px) and (max-width: 1799px){
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px){
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
}

@media (min-width: 1200px) and (max-width: 1399px){
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px;
  }
  .header-book a {
    text-transform: capitalize;
    width: 100px;
    font-size: 14px;
  }
  .header-opens {
    right: 182px;
  }
  .header-opens a {
    width: 70px;
    font-size: 14px;
  }
  .header-wrapper {
    width: 252px;
  }
}

@media (min-width: 980px) and (max-width: 1199px){
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 11px;
    padding: 10px;
  }
  .header-book a {
    font-size: 12px;
    width: 75px;
  }
  .header-opens {
    right: 157px;
  }
  .header-opens a {
    width: 50px;
    font-size: 12px;
    text-transform: capitalize;
  }
  .header-wrapper {
    width: 157px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-opens {
    right: 182px;
  }
  .header-opens a {
    text-transform: capitalize;
  }
}

.body-class-course_status .content-wrapper h3 {
  display: none;
}

@media (min-width: 980px) {
  .hole-nav {
    width: 100%;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .hole-nav ul li a {
    width: 30px;
  line-height: 30px;
    font-size: 18px;
  }
}

.content-wrapper .hole-page-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: none;
}

/* initials */

.body-class-course_status .weathers {
  display: inline-block;
}

.body-class-course_status .weatherSingle {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 120px;
  position: relative;
  height: 60px;
}

.body-class-course_status .weatherDate {
  position: absolute;
  top: 0px;
  left: 0px;
  text-transform: uppercase;
}

.body-class-course_status .weatherTemp {
  position: absolute;
  top: 26px;
  left: 0px;
}

.body-class-course_status .weatherImage {
  position: absolute;
  top: 0px;
  left: 58px;
  width: 55px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .inner-page-wrapper table td {
    padding: 2px;
    font-size: 14px;
  }
  .hole-slideshow .galleryInner, .hole-slideshow .galleryInner img {
    height: calc(100vh - 70px) !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-wrapper table td {
    border: none;
    padding: 0px;
    font-size: 12px;
  }
  #globalwrap .teebooking .tabs li.current a {
    margin-top: 0px;
    border-top: none;
  }
  .teebooking .tabs li.current {
    background: #fff;
    top: 0px;
  }
  #globalwrap #date_form .tee-group-options label.noformat {
    color: #fff;
  }
  .inner-page-wrapper, .hole-page-wrapper {
    padding-top: 71px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .inner-nav ul li.current a::after, .inner-nav ul li a:hover::after {
    display: none;
  }
  .iOS #home-section-one, .iOS #home-section-two, .iOS #home-section-three, .iOS #home-section-four, .iOS #home-section-five {
    height: calc(100vh - 57px) !important;
  }
  .iOS .home-slideshow .galleryInner, .iOS .home-slideshow .galleryInner img {
    height: calc(100vh - 57px) !important;
  }
  .iOS .home-large-pic {
    height: calc(100vh - 57px);
  }
  .iOS .home-large-pic img {
    height: calc(100vh - 57px);
  }
}

.pf-ig-mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper .home-page-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
    display: none;
  }
  .php-competition .buttons a.btn {
    display: block;
    margin: 4px 0px;
    max-width: 200px;
  }
  .members-footer {
    text-align: center;
  }
  .mf-copy {
    padding-top: 0px;
  }
  .mf-ig-logo {
    text-align: center;
    margin-top: 15px;
  }
  .body-class-course_status .weatherSingle {
    width: 70px;
    margin-right: 10px;
    height: 120px;
  }
  .body-class-course_status .weatherDate {
    width: 70px;
  }
  .body-class-course_status .weatherTemp {
    width: 70px;
  }
  .body-class-course_status .weatherImage {
    top: 58px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .body-class-course_status .weatherSingle:nth-child(4) {
    display: none;
  }
  .body-class-course_status .weatherSingle:last-child {
    display: none;
  }
  .footer-tel {
    display: block;
  }
  .footer-email {
    display: block;
  }
  .footer-info p:first-child .pf-vert-line {
    display: none;
  }
  .pf-ig-mobile {
    display: block;
  }
  .pf-ig-desktop {
    display: none;
  }
  .scorecard-content {
    overflow-x: scroll;
  }
  .teebooking .tabs li.current {
    background: #fff;
    top: 0px;
  }
  #globalwrap .teebooking .tabs li.current a {
    margin-top: 0px;
    border-top: none;
  }
  #globalwrap #date_form .tee-group-options label.noformat {
    color: #fff;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 57px) !important;
  }
  #home-section-one {
    height: calc(100vh - 57px);
  }
  .iOS .home-slideshow .galleryInner, .iOS .home-slideshow .galleryInner img {
    height: calc(100vh - 110px) !important;
  }
  .iOS #home-section-one {
    height: calc(100vh - 110px);
  }
  .home-explore {
    bottom: 50px;
  }
  .light-blue-bg {
    overflow-x: scroll;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .body-class-members #myNavbar.nav-collapse {
    height: 0px !important;
    overflow: hidden;
  }
  .body-class-members.active #myNavbar.nav-collapse {
    height: auto !important;
  }
  .body-class-members .nav-collapse .dropdown-menu {
    text-align: left;
    background: #0d2156;
  }
  .body-class- .header-logo {
    width: 77px;
  }
  .body-class-members .navbar-inverse .navbar-inner {
    text-align: left;
  }
}

@media (min-width: 980px) {
  .body-class- .header-logo {
    display: none;
  }
}

#teetimesframe a {
  color: #081538;
}

#teetimesframe a:hover {
  color: #000;
}

.content-wrapper #globalwrap table tbody td.tcomp {
  background: #cdcdf0;
}

.body-public[class*="php-"] .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: block;
}

.body-public[class*="php-"] .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 {
  min-height: 71px;
}

.body-public[class*="php-"] .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: 2px;
  z-index: 20;
}

@media (min-width: 980px) and (max-width: 1199px) {
  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 {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-slideshow .slideshow-logo {
    top: 10px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .php-weatherfg div.phone-weather .weather-list-item:nth-child(2n) {
    background: #081538;
  }
}

.php-roundmgmt .dateperiods a {
  color: #333;
}

.php-roundmgmt .dateperiods a.selected-dateperiod {
  color: #fff;
}

.php-diary a.diarytag-filter-link {
  color: #faf900;
}

.php-diary .affix a.diarytag-filter-link {
  color: #333;
}

#cluetip legend {
  color: #333;
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: rgba(13,33,86,0.6);
  padding: 20px;
  border: 2px solid #fff;
}

.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}

.php-teetimes_overview .content-wrapper table#theoverview a {
  color: #faf900;
}

.php-teetimes_overview .content-wrapper table#theoverview a:hover {
  color: #fff;
  background: transparent;
}

.body-class-course_history .inner-full .row-fluid .span8 {
  max-width: 600px;
}

.body-class-members .header-opens {
  display: none;
}

.body-class-home.body-public .inner-main-area {
  background: #fff;
}

.body-class-home.body-public .inner-main-area h2 {
  margin-top: 0px;
  padding-top: 60px;
  color: #0d2156;
}

/* home carousel */

.news-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 230px;
  max-width: 1100px;
  margin: 0px auto;
}

.news-carousel .news-wrapper {
    list-style: none;
    margin: 0px;
    padding: 0;
    width: 10000px;
  position: absolute;
  display: flex;
  align-items: center;
}

.news-carousel .news-item {
  float: left;
  width: 200px;
  margin-right: 20px;
  text-align: center;
}

.news-carousel .news-item img {
  max-width: 145px;
  width: 100%;
}

.news-carousel .inner-pic {
  position: relative;
}

.dot-section {
  margin-top: 160px;
}

.dot-section a {
  background: #0d2156;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: '';
  font-size: 0px;
  display: inline-block;
  margin-right: 10px;
}

.dot-section a.active {
  background: #bdbc01;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .news-carousel {
    max-width: 900px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .news-carousel {
    max-width: 720px;
  }
  .news-carousel .news-item {
    width: 170px;
    margin-right: 10px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .news-carousel {
    max-width: 460px;
  }
  .news-carousel .news-item {
    width: 140px;
    margin-right: 15px;
  }
}

@media (min-width: 0px) and (max-width: 499px) {
  .news-carousel {
    max-width: 280px;
  }
  .news-carousel .news-item {
    width: 125px;
    margin-right: 15px;
  }
}

.php-ckeditor .news-carousel {
  height: auto;
}

.php-ckeditor .news-wrapper {
  width: auto;
  position: relative;
}

.php-ckeditor .news-item {
  margin-top: 10px;
}

.inner-pic {
  position: relative;
}

.inner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 42px;
  text-shadow: 1px 1px #000;
  color: #fff;
}

.inner-text a {
  color: #fff;
}

#globalwrap .inner-full .image-night {
  background: transparent;
}

grammarly-extension, grammarly-btn {
  display: none;
}

.content-row {
  margin-top: 50px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-col img {
    max-width: 350px;
    width: 100%;
  }
}

.inner-full iframe {
  max-width: 940px !important;
  width: 100% !important;
  height: 530px !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-full iframe {
    width: 724px !important;
  height: 408px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-full iframe {
    width: 320px !important;
    height: 180px !important;
  }
  .body-public #globalwrap .page-space {
    overflow-x: auto;
  }
}

.body-class-members .inner-page-wrapper .page-space {
  padding: 20px;
}

.body-class-members .inner-content-space {
  padding: 0px;
}

.page-space table p {
  margin: 0px;
}

.leaflet-popup-content h5 {
  color: #0D2156;
}

.hole-video {
  max-width: 1000px;
  margin: 50px auto;
}

.php-ckeditor .news-carousel .news-wrapper {
  display: block;
}

.php-ckeditor .news-carousel .news-item {
  margin: 30px;
  height: 150px;
}

/* end anton styles */


/*Modal*/
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
}

@media (max-width: 767px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    /*max-width: 75%;*/
    max-width: 400px;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
    max-height: calc( 83vh - 0px);
  }
}

@media (min-width: 768px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    /*max-width: 75%;*/
    max-width: 450px;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
    max-height: calc( 83vh - 0px);
  }
}

@media (min-width: 979px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    /*max-width: 75%;*/
    max-width: 500px;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
	max-height: calc( 83vh - 0px);
  }
}
  
@media (min-width: 1200px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    /*max-width: 75%;*/
    max-width: 550px;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 50%;*/
    /*max-height: calc( 80vh - 40px);*/
    max-height: calc( 83vh - 0px);
  }
}
  
@media (min-width: 1500px) {
.modal2 {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: 590px;
    margin: auto;
}
.modal2 .modal-body {
    /*max-height: 80%;*/
	max-height: calc( 83vh - 0px);
  }
}

.modal.fade.in {
  	top: 2%;
}
/* End Modal */

#marquee {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 20%;
  border: none;
  width:61% !important;
}
#marquee #tickercontainer {
  border: none;
  background: rgba(13,33,86,0.6);
    width:100% !important;
}
#marquee #tickercontainer ul.newsticker li {
  background: none;
  color: white;
  font-size: 14px;
}