<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .navbar-inner .nav &gt; li.nav-menu-login\.php {
  display: none;
}

.body-public .navbar-inner .nav &gt; li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #e51284;
  margin-bottom: 30px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #e51284;
  margin-top: 20px;
  margin-bottom: 25px;
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #e51284;
  margin-top: 20px;
  margin-bottom: 25px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #e51284;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #e51284;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  color: #e51284;
  font-weight: 400;
  margin-bottom: 10px;
}

h5 a {
  background: #e51284;
  color: #fff;
  display: inline-block;
  padding: 4px 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 0px;
  margin-top: 20px;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus {
  background: #e51284;
  color: #FFFE06;
  text-decoration: none;
}

a {
  color: #e51284;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

a:hover, a:focus {
  color: #333;
  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;
  width: 100%;
  min-height: 146px;
  z-index: 250;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 110px;
}

.header-top-band {
  background: #fff;
  height: 90px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .header-top-band {
  height: 70px;
}

.header-space {
  position: relative;
  margin: 0px 200px;
}

.header-logo {
  float: left;
  width: 78px;
  padding-top: 14px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .header-logo {
  padding-top: 4px;
}

.header-title {
  float: left;
  margin-left: 30px;
  padding-top: 25px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .header-title {
  padding-top: 15px;
}

.header-title h4 {
  margin: 0px;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}

.header-title p {
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header-title a {
  color: #333;
}

.nav-login {
  position: absolute;
  top: 0px;
  right: 0px;
}

.nav-login a {
  padding: 18px 0px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .nav-login a {
  padding: 10px 0px;
}

.nav-login a i {
  margin-right: 6px;
}

.nav-login a:hover {
  color: #FFFE06;
}

/* navbar styles */

.navbar-band {
  background: #e51284;
  min-height: 56px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .navbar-band {
  min-height: 36px;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-inverse .navbar-inner {
  padding: 7px 0px;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.fix .navbar-inverse .navbar-inner {
  padding: 0px;
}

.navbar-inverse .nav &gt; li &gt; a {
  color: #fff;
  text-shadow: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar-inverse .nav &gt; li.current &gt; a, .navbar-inverse .nav &gt; li &gt; a:hover {
  color: #FFFE06;  
}

.navbar-inverse .nav li.dropdown.open &gt; .dropdown-toggle, .navbar-inverse .nav li.dropdown.active &gt; .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active &gt; .dropdown-toggle {
  background: transparent;
  color: #FFFE06;
  box-shadow: none;
}

.nav-collapse .dropdown-menu {
  margin-top: 0px;
  background: #b20e66;
}

.nav-collapse .dropdown-menu &gt; li &gt; a {
  color: #fff;
}

.nav-collapse .dropdown-menu &gt; li &gt; a:hover, .nav-collapse .dropdown-menu &gt; li.current &gt; a {
  color: #FFFE06;
  background: transparent;
}

/* footer */

.public-footer {
  position: relative;
}

.pf-grey-bg {
  background: #F6F6F6;
  padding: 70px 0px;
}

.pf-grey-bg h4 {
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-links a {
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.footer-links a:hover {
  color: #e51284;
}

.pf-no-header {
  margin-top: 52px;
}

.pf-pink-bg {
  background: #e51284;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 65%;
  color: #fff;
  text-transform: uppercase;
}

.pf-pink-space {
  padding: 30px 50px 30px 200px;
}

.pf-pink-bg p {
  margin: 0px;
}

.members-footer {
  padding: 15px 0px;
  background: #6E6E6E;
  color: #fff;
}

.mf-copy {
  padding-top: 9px;
}

.mf-ig-logo {
  text-align: right;
}

.mf-ig-logo img {
  width: 120px;
}

/* home */

#globalwrap {
  padding-top: 0px;
}

.page-space {
  padding: 0px 200px;
}

.home-page-wrapper {
  padding-top: 70px;
}
  
.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.home-custom-col {
  position: relative;
  display: flex;
  width: 100%;
}

.home-white-bg {
  width: 65%;
  float: left;
}

.home-title h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.home-title {
  padding-bottom: 30px;
}

.hwb-space {
  padding: 60px 100px 80px 200px;
}

.home-white-bg h4 {
  color: #333;
}

.hgb-space {
  padding: 60px 150px 80px 75px;
}

.home-grey-bg {
  width: 35%;
  float: right;
  background: #6E6E6E;
  color: #fff;
}

.home-sidebar-title h3 {
  margin: 0px;
  color: #FFFE06;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
} 

.home-sidebar-title {
  padding-bottom: 50px;
}

.home-grey-bg h5 a {
  background: transparent;
  padding: 6px 0px;
  color: #FFFE06;
}

.home-grey-bg h5 a:hover {
  background: transparent;
  color: #fff;
}

.home-grey-bg .news-item {
  border-bottom: 1px solid #fff;
}

.home-grey-bg .media-body {
  border-left: 3px solid #FFFE06;
  padding-left: 25px;
  position: relative;
  margin: 20px 0px;
}

.home-grey-bg .news-item:first-child .media-body {
  margin-top: 0px;
}

.home-grey-bg .media-body h4 {
  color: #fff;
  font-size: 16px;
  margin: 0px;
  line-height: 28px;
}

.home-grey-bg .media-body p {
  margin: 0px;
}

.home-grey-bg .news-summary {
  font-size: 0px;
  line-height: 0px;
}

.home-grey-bg .news-summary a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px !important;
}

/* inner page */

.inner-page-wrapper {
  padding-top: 110px;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-content-area p {
  margin-bottom: 20px;
}

.inner-title {
  padding-top: 60px;
}

.inner-content-area table td p, .inner-content-area table th p {
  margin: 0px;
}

.inner-content-area table thead th {
  background: #e51284;
  color: #FFFE06;
  font-weight: 700;
  padding: 10px;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
}

.inner-content-area table tbody td {
  padding: 10px;
  border: 1px solid #fff;
  background: #EAEAEA;
}

.inner-content-area table tbody tr:nth-child(odd) td {
  background: #f6f6f6;
}

.body-class-fixtures table td img {
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.body-class-fixtures .inner-content-area table tbody tr td:last-child a::before {
  content: '\f24a';
  font-family: 'FontAwesome';
  margin-right: 7px;
}

.inner-content-area {
  padding-bottom: 60px;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, body[class^="body-class-match"], .body-loginpage {
  background: url('/images/resources/vlga/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[class^="body-class-match"] .header-wrapper, .body-loginpage .header-wrapper {
  background: #fff;
  width: 100%;
  position: relative;
}

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[class^="body-class-match"] .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, [class^="body-class-match"] .content-wrapper, .body-loginpage .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class^="body-class-match"] #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap {
  margin-top: 125px;
  margin-bottom: 60px;
  border: 2px solid #e51284;
  padding: 20px;
  background: rgba(255,255,255,0.85);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid #e51284;
  padding: 20px;
  background: rgba(255,255,255,0.85);
}

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[class^="body-class-match"] .public-footer, .body-loginpage .public-footer {
  display: none;
}

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 {
  display: block;
}

/* 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, [class^="body-class-match"] {
   margin-bottom: 120px; 
  }
  body[class*="php-"] .footer-wrapper, .body-class-members .footer-wrapper, .body-class-visitorbooking .footer-wrapper, .body-class-getawayletter .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-class-opens .footer-wrapper, .body-loginpage .footer-wrapper, [class^="body-class-match"] .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
  }
}

/* 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 &gt; div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: #e51284;
  color: white;
  padding: 8px 12px;
  border-radius: 0px;
  text-transform: uppercase;
  border: transparent;
   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: #e51284;
  color: #FFFE06;
}

/* no pin page */

.php-login .nav &gt; li.nav-menu-login\.php {
  display: none;
}

.php-login .nav &gt; li.nav-menu-competition\.php {
  display: none;
}

/* members */

.body-class-members .header-wrapper {
  position: relative;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent &gt; div, .php-index #rightcontent &gt; div {
  background: rgba(255,255,255,0.85);
  border: 2px solid #e51284;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: #e51284;
  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;
}

.php-halloffame .hallOfFame &gt; div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .nav-login {
  display: none;
}

.php-login.body-class-members .nav-login {
  display: block;
}

/* public responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .header-space {
    margin: 0px 150px;
  }
  .hwb-space {
    padding: 60px 80px 80px 150px;
  }
  .hgb-space {
    padding: 60px 130px 80px 65px;
  }
  .pf-pink-space {
    padding-left: 150px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .header-space {
    margin: 0px 100px;
  }
  .hwb-space {
    padding: 60px 60px 80px 100px;
  }
  .hgb-space {
    padding: 60px 100px 80px 55px;
  }
  .pf-pink-space {
    padding-left: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .header-space {
    margin: 0px 50px;
  }
  .hwb-space {
    padding: 60px 50px 80px 50px;
  }
  .hgb-space {
    padding: 60px 90px 80px 45px;
  }
  .pf-pink-space {
    padding-left: 50px;
  }
  .footer-links a {
    font-size: 14px;
  }
  .pf-pink-bg {
    text-transform: initial;
  }
  .inner-content-area table tbody td {
    padding: 10px 8px;
  }
  .inner-content-area table thead th {
    letter-spacing: 0px;
    padding: 10px 8px;
    font-weight: 400;
  }
}

/* main responsive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-space {
    margin: 0px 25px;
  }
  .hwb-space {
    padding: 60px 50px 80px 25px;
  }
  .hgb-space {
    padding: 60px 60px 80px 30px;
  }
  .pf-pink-space {
    padding-left: 25px;
  }
  .footer-links a {
    font-size: 14px;
  }
  .pf-pink-bg {
    text-transform: initial;
  }
  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, [class^="body-class-match"] .content-wrapper, .body-loginpage .content-wrapper {
    width: 940px;
  }
  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[class^="body-class-match"] .header-space, .body-loginpage .header-space {
    width: 940px;
  }
  .inner-content-area table tbody td {
    padding: 10px 6px;
  }
  .inner-content-area table thead th {
    letter-spacing: 0px;
    padding: 10px 6px;
    font-weight: 400;
  }
  .body-class-members .navbar-inverse .nav &gt; li &gt; a {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .header-space {
    margin: 0px 20px;
  }
  .hwb-space {
    padding: 60px 50px 80px 20px;
  }
  .hgb-space {
    padding: 60px 40px 80px 20px;
  }
  .pf-pink-space {
    padding-left: 20px;
  }
  .footer-links a {
    font-size: 14px;
  }
  .pf-pink-bg {
    position: relative;
    width: 100%;
    text-transform: initial;
  }
  .pf-grey-bg h4 {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .mf-copy {
    padding-top: 0px;
  }
  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, [class^="body-class-match"] .content-wrapper, .body-loginpage .content-wrapper {
    width: 724px;
  }
  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[class^="body-class-match"] .header-space, .body-loginpage .header-space {
    width: 724px;
  }
  .inner-content-area table tbody td {
    padding: 10px 4px;
    font-size: 14px;
  }
  .inner-content-area table thead th {
    letter-spacing: 0px;
    padding: 10px 4px;
    font-weight: 400;
    font-size: 14px;
  }
  .table td, .table th {
    padding: 4px;
    font-size: 14px;
  }
  .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 &gt; a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    text-transform: capitalize;
    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) {
  .header-wrapper {
    position: relative;
  }
  .home-page-wrapper {
    padding-top: 0px;
  }
  .inner-page-wrapper {
    padding-top: 0px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus {
    background: #000;
    width: 100px;
    padding: 5px 10px;
    color: #fff;
    margin-top: 13px;
    margin-right: 0px;
  }
  .btn-navbar .club-menu-button {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-left: 5px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .btn-navbar.active .club-menu-button, .btn-navbar:hover .club-menu-button {
    color: #FFFE06;
  }
  .club-menu-button-lines {
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 24px;
    background: #fff;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: #FFFE06;
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .header-small-hide {
    display: none;
  }
  .nav-login {
    right: 115px;
    top: 13px;
  }
  .nav-login a {
    text-align: center;
    width: 80px;
    padding: 5px 10px;
    background: #000;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .navbar-inverse .nav-collapse .nav &gt; li &gt; a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav &gt; li.current &gt; a, .navbar-inverse .nav-collapse .nav &gt; li &gt; a:hover {
    color: #FFFE06;
    background: transparent;
  }
  .navbar-inverse .nav-collapse .nav &gt; li &gt; a:hover, .navbar-inverse .nav-collapse .nav &gt; li &gt; a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
  }
  .body-class-members #globalwrap, body[class*="php-"] #globalwrap {
    overflow-x: scroll;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
}

.hide-ht-large {
  display: none;
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .header-space {
    margin: 0px 10px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .hide-ht-small {
    display: none;
  }
  .hide-ht-large {
    display: block;
  }
  .header-title {
    margin-left: 20px;
  }
  .header-title p {
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .home-custom-col {
    display: block;
  }
  .home-white-bg {
    float: none;
    width: 100%;
    text-align: center;
  }
  .hwb-space {
    padding: 40px 20px;
  }
  .home-grey-bg {
    float: none;
    width: 100%;
    text-align: left;
  }
  .hgb-space {
    padding: 40px 20px;
  }
  .home-sidebar-title {
    text-align: center;
  }
  .home-sidebar-news h5 {
    text-align: center;
  }
  .pf-grey-bg {
    padding: 40px 0px;
    text-align: center;
  }
  .footer-links {
    margin-top: 40px;
  }
  .pf-grey-bg .row-fluid &gt; .footer-links:first-child {
    margin-top: 0px;
  }
  .pf-pink-bg {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    line-height: 24px;
  }
  .pf-pink-space {
    padding: 20px;
  }
  .mf-copy {
    padding-top: 0px;
    text-align: center;
  }
  .mf-ig-logo {
    text-align: center;
    padding-top: 10px;
  }
  .inner-content-area {
    text-align: center;
  }
  .last-col {
    padding-top: 40px;
  }
  .inner-sidebar-col img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-content-area table thead th {
    letter-spacing: 0px;
    padding: 6px 2px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
  }
  .inner-content-area table tbody td {
    padding: 6px 2px;
    font-size: 12px;
  }
  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, [class^="body-class-match"] .content-wrapper, .body-loginpage .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  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[class^="body-class-match"] .header-space, .body-loginpage .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .table td, .table th {
    padding: 2px;
    font-size: 12px;
  }
  h5 a {
    padding: 4px 15px;
    letter-spacing: 0px;
  }
  [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;
    text-transform: capitalize;
  }
  .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 &gt; 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: 95px;
    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;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs &gt; li &gt; a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}

/* fancy dots */

.inner-content-area ul {
  margin-left: 0px;
}

.inner-content-area ul li {
  list-style: none;
  line-height: 28px;
}

.inner-content-area ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  margin-right: 7px;
  color: #e51284;
  font-size: 10px;
  position: relative;
  top: -2px;
}

/* editor styles */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #000;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .home-page-wrapper {
  padding-top: 0px;
}

.php-ckeditor .inner-page-wrapper {
  padding-top: 0px;
}

.php-ckeditor .hwb-space {
  padding: 20px 10px;
}

.php-ckeditor .hgb-space {
  padding: 20px 10px;
}

.php-ckeditor .page-space {
  padding: 20px 10px;
}

/* members page tweak */

.body-class-members.body-contentpage .inner-slideshow {
  display: none;
}

.body-class-members.body-contentpage .inner-content-area .page-space {
  padding: 20px 10px;
}

.body-class-members.body-contentpage .inner-content-area {
  padding-bottom: 0px;
}

.body-class-members.body-contentpage .inner-page-wrapper {
  padding-top: 0px;
}

.body-class-members.body-contentpage .inner-title {
  padding-top: 0px;
}

/* 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;
}

/* slideshow titles */

/*.content-wrapper #globalwrap .home-page-wrapper .nivo-caption {
  display: none !important;
}*/

#globalwrap .nivo-caption {
  opacity: 1;
  background: transparent;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  width: 80%;
  right: 90px;
  left: auto;
  bottom: 25px;
}

.nivo-caption h4 {
  color: rgba(255,255,255,0.8);
  background: transparent;
  display: inline-block;
  padding: 5px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .nivo-caption h4 {
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 28px;
  }
}

.nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
  display: none;
}

/* slideshow dots and arrows */

.content-wrapper [class*="-slideshow"] .nivo-directionNav {
  display: block !important;
  bottom: 37px;
  right: 20px;
  position: absolute;
  width: 82px;
}

.content-wrapper [class*="-slideshow"] .nivo-prevNav {
  width: 30px;
  text-indent: 0px;
  background: none;
  position: relative;
  text-align: right;
  left: 0px;
  top: 0px;
  color: rgba(255,255,255,0.8);
  font-size: 22px;
  line-height: 32px;
  float: left;
}

.content-wrapper [class*="-slideshow"] .nivo-nextNav {
  width: 45px;
  text-indent: 0px;
  background: none;
  position: relative;
  left: 0px;
  top: 0px;
  color: rgba(255,255,255,0.8);
  font-size: 22px;
  line-height: 32px;
  float: right;
}

.content-wrapper [class*="-slideshow"] .nivo-controlNav-Wrapper {
  display: none;
  z-index: 12;
  bottom: 30px;
  left: auto;
  right: 10px;
  width: 100px;
}

.content-wrapper .nivo-controlNav {
  padding: 0px;
}

.content-wrapper .nivo-controlNav a {
  background-image: none;
  background-color: transparent;
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid #FFFE06;
  border-radius: 50%;
  display: inline-block;
  font-size: 0px;
  position: relative;
  top: 0px;
  margin-right: 8px;
}

.content-wrapper .nivo-controlNav a.active {
  background: #FFFE06;
  top: 0px;
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #e51284;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #e51284;
  height: 30px;
  width: 70%;
}

.inner-page-wrapper form select {
  background: #eee;
  border-radius: 0px;
  border: 2px solid #e51284;
  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%;
  }
  .body-class-members #container #globalwrap {
    padding: 20px 10px;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: #e51284;
  border: none;
  color: #fff;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #e51284;
  color: #FFFE06;
}

.body-public .inner-slideshow .wysiwyg-editable &gt; br {
  display: none;
}

.inner-page-wrapper .gallery-thumbs ul li::before {
  display: none;
}

.body-class-members .navbar-inner .nav &gt; li.nav-menu-competition\.php .dropdown-menu &gt; li.nav-menu-competition\.php\?show\=men {
  display: none;
}

.body-class-members .nav-menu-competition\.php .dropdown-menu .nav-menu-matchfixtures\/ {
  display: none;
}

/* end anton styles */

/* Sue Scary Styles */

.php-diary .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}</pre></body></html>