/* anton styles */

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

/* colours */

h1 {
  color: #333;
}

h2 {
  color: #333;
}

h3 {
  color: #333;
}

h4 {
  color: #333;
}

h5 {
  color: #333;
}

h6 {
  color: #333;
}

a {
  color: #42785B;
}

a:hover {
  color: #DBB21C;
}

.header-bg {
  background: #f0f0f0;
}

.header-top-links a {
  color: #3e7354;
}

.header-top-links a:hover {
  color: #444;
}

.header-top-links a::after {
  background: #fff;
}

.weather-section .weatherSingle {
  color: white;
}

.status-section {
  color: #3e7354;
}

.pop-up-close {
  border: 2px solid transparent;
}

#hamburger-icon .line {
  background: #3e7354;
}

#hamburger-icon .textClose {
  color: #3e7354;
}

#myNavbar {
  background: #f0f0f0;
}

.navbar .nav > li > a {
  color: #444;
}

.navbar .nav > li > a:hover, .navbar .nav > li.current > a, .navbar .nav > li > a:focus {
  color: #3e7354;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #3e7354;
}

.dropdown-menu > li > a  {
  color: #444;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a, .dropdown-menu > li > a:focus {
  color: #3e7354;
  background: transparent;
}

.navbar .nav > li.nav-haslevel-2 > a::before {
  color: #878787;
}

.navbar .nav > li.active.nav-haslevel-2 > a::before {
  color: #878787;
}

.nav-line {
  background: #a5a5a5;
}

.nav-links a {
  color: #3e7354;
}

.nav-content h4 {
  color: #a5a5a5;
}

.nav-content p {
  color: #3e7354;
}

.nav-content a {
  color: #515151;
}

.nav-social a.header-insta {
  color: #d72181;
}

.nav-social a.header-face {
  color: #3b5998;
}

.nav-social a.header-twit {
  color: #55adee;
}

.footer-contact {
  color: #3e7354;
}

.footer-dot {
  background: #aeaeae;
}

.footer-contact a {
  color: #3e7354;
}

.footer-contact a:hover, .footer-contact a:focus {
  color: #b18a3f;
}

.footer-insta i {
  color: #d72181;
}

.footer-face i {
  color: #3b5998;
}

.footer-twit i {
  color: #55adee;
}

.footer-address {
  color: #3e7354;
}

.footer-links a {
  color: #6c6c6c;
}

.footer-links a::before {
  background: #fff;
}

.footer-links a:hover {
  color: #b18a3f;
}

#globalwrap {
  border: 4px solid #3e7354;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  border: 4px solid #3e7354;
}

.php-weatherfg #globalwrap .weatherImage img {
  background: #3e7354;
}

.php-messages .well {
  border: 4px solid #3e7354;
}

.content-wrapper table thead {
  background: #3e7354;
}

.content-wrapper table thead {
  color: white;
}

.content-wrapper table thead a {
  color: white;
  text-decoration: underline;
}

.content-wrapper table thead a:hover {
  color: #8c6239;
}

input[type*="submit"], a.btn, button.btn, h5 a {
  background: #3e7354;
  color: #FFF;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, h5 a:hover {
  color: #3e7354;
  background-color: transparent;
  border: 1px solid #3e7354;
}

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #444;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li > a:focus {
    color: #3e7354;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    color: #3e7354;
  }
}

/* general styles */

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 38.5px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0px;
  line-height: 40px;
  margin: 20px 0px;
}

h2 {
  font-size: 31.5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
  margin: 15px 0px;
}

h3 {
  font-size: 24.5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
  margin: 10px 0px;
}

h4 {
  font-size: 17.5px;
  line-height: 20px;
  margin: 10px 0px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0px 10px;
}

h6 {
  font-size: 15px;
  line-height: 24px;
  margin: 0px 0px 12px;
}

a {
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* body effect */

.page-overlay {
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.slide .page-overlay {
  opacity: 1;
  visibility: visible;
}

.slide .page-overlay:hover {
  cursor: url('/images/resources/bucksgc/menu-close-white.png'), auto;
}

/* header styles */

body {
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.weather-disp {
  padding-top: 60px;
}

.status-disp {
  padding-top: 60px;
}

.header-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 110px;
  z-index: 150;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-bg {
  min-height: 60px;
}

.weather-disp .header-bg {
  min-height: 170px;
}

.status-disp .header-bg {
  min-height: 170px;
}

.fix.status-disp .header-bg {
  min-height: 120px;
}

.header-wrapper {
  min-height: 110px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 60px;
}

.main-logo {
  position: absolute;
  top: 43px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 220px;
  text-align: center;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .main-logo {
  top: 18px;
}

.main-logo img {
  max-height: 84px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .main-logo img {
  max-height: 44px;
}

.header-top-links {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 0px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix .header-top-links {
  top: 19px;
}

.header-top-links a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
}

.header-top-links a::after {
  margin: 0px 8px;
  position: relative;
  top: -4px;
  border-radius: 50%;
  content: '';
  display: inline-block;
}

.header-top-links a:last-child::after {
  margin: 0px;
  display: none;
}

.header-top-links a:hover {
  cursor: pointer;
  opacity: 1;
}

.weather-section {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 100%;
  opacity: 1;
  height: 40px;
  padding: 10px 0px;
  z-index: 10;
  text-align: right;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.weather-disp .weather-section {
  top: 0px;
}

.weather-disp .header-wrapper {
  top: 60px;
}

.weather-disp #hamburger-icon {
  top: 84px;
}

.weather-section .weathers {
  display: inline-block;
}

.weather-section .weatherSingle {
  display: inline-block;
  width: 120px;
  position: relative;
  text-align: left;
}

.weather-section .weatherDate {
  position: absolute;
  top: -15px;
  left: 60px;
  font-size: 14px;
  text-transform: uppercase;
}

.weather-section .weatherTemp {
  position: absolute;
  top: 5px;
  left: 60px;
  font-size: 20px;
  font-weight: 700;
}

.weather-section .weatherImage {
  position: absolute;
  top: -15px;
  left: 0px;
  width: 50px;
}

.weather-section .pop-up-content {
  padding-right: 50px;
}

.weather-section .afterWeather {
  display: none;
}

.status-section {
  position: absolute;
  right: 0px;
  top: -100px;
  width: 100%;
  opacity: 1;
  height: 20px;
  padding: 10px 0px;
  z-index: 10;
  text-align: right;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.status-section h3 {
  display: none;
}

.status-section .pop-up-content {
  padding-right: 50px;
}

.status-section .pop-up-content p {
  margin: 0px;
}

/* close slide downs */

.pop-up-close {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 6px;
  z-index: 20;
  position: absolute;
  right: 7px;
  top: 14px;
}

.pop-up-close .cross {
  width: 14px;
  height: 3px;
  display: inline-block;
  position: absolute;
  background: #3e7354;
  top: 13px;
  left: 7px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.pop-up-close .cross-3 {
  transform: rotate(45deg);
}

.pop-up-close .cross-4 {
  opacity: 1;
  transform: rotate(-45deg);
}

.pop-up-close:hover {
  cursor: pointer;
}

.pop-up-close:hover .cross-3 {
  transform: rotate(0deg);
}

.pop-up-close:hover .cross-4 {
  opacity: 0;
}

.status-disp .status-section {
  top: 0px;
}

.status-disp .header-wrapper {
  top: 60px;
}

.status-disp #hamburger-icon {
  top: 84px;
}

.fix.status-disp #hamburger-icon {
  top: 62px;
}

/* navbar styles */

.navbar {
  position: relative;
  z-index: 250;
  margin: 0px;
}

#hamburger-icon {
  position: fixed;
  top: 24px;
  left: 0px;
  padding: 16px 10px 16px 20px;
  background: transparent;
  border: none;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.fix #hamburger-icon {
  top: 3px;
}

#hamburger-icon .line {
  width: 28px;
  height: 2px;
  content: '';
  display: inline-block;
  position: absolute;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

#hamburger-icon .line-1 {
  top: 19px;
  left: 20px;
}

#hamburger-icon .line-2 {
  top: 25px;
  left: 20px;
}

#hamburger-icon .line-3 {
  top: 31px;
  left: 20px;
}

#hamburger-icon:hover .line-1 {
  width: 10px;
}

#hamburger-icon:hover .line-3 {
  width: 16px;
}

#hamburger-icon .textClose {
  text-transform: uppercase;
  font-size: 17px;
  margin-left: 50px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#myNavbar {
  position: fixed;
  left: -500px;
  top: 0px;
  width: 500px;
  height: 100vh !important;
  overflow-y: scroll !important;
  z-index: 250;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.navbar .nav {
  float: none;
  margin: 30px 0px 20px;
}

.navbar .nav > li {
  float: none;
}

.navbar .nav > li > a {
  text-transform: capitalize;
  padding: 8px 0px;
  position: relative;
  line-height: 22px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0px;
  font-size: 20px;
  font-weight: 500;
  text-shadow: none;
  font-family: 'Montserrat', sans-serif;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar .nav > li > a:hover, .navbar .nav > li.current > a, .navbar .nav > li > a:focus {
  background: transparent;
}

.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;
  box-shadow: none;
}

#myNavbar .dropdown-menu {
  position: relative;
  background: transparent;
  float: none;
  border: none;
  box-shadow: none;
  height: 0px;
  overflow: hidden;
  display: block;
  padding: 0px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.open .dropdown-menu {
  padding: 5px 0px;
}

#myNavbar .nav > li.open .dropdown-menu {
  height: auto;
}

/*#myNavbar [class*="news.php"].open .dropdown-menu {
  height: 425px;
}

#myNavbar [class*="information"].open .dropdown-menu {
  height: 100%;
}

#myNavbar [class*="competition.php"].open .dropdown-menu {
  height: 391px;
}

#myNavbar [class*="roundmgmt.php"].open .dropdown-menu {
  height: 323px;
}

#myNavbar [class*="siteadmin.php"].open .dropdown-menu {
  height: 527px;
}*/

.dropdown-menu > li {
  padding-left: 20px;
}

.dropdown-menu > li > a {
  text-transform: capitalize;
  padding: 8px 0px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li.current > a {
  background: transparent;
  background-image: none;
}

.navbar .nav > li.nav-haslevel-2 > a::before {
  content: '\f067';
  font-family: 'FontAwesome';
  position: absolute;
  top: 8px;
  left: -20px;
  font-size: 14px;
  display: inline-block;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.navbar .nav > li.nav-haslevel-2 > a:hover::before {
  color: #878787;
}

.navbar .nav > li.open.nav-haslevel-2 > a::before {
  transform: rotate(-45deg);
}

.slide #myNavbar {
  left: 0px;
}

.nav-wrapper {
  padding: 40px 60px;
}

.nav-close {
  /*color: #c3c3c3;*/
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding: 6px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.nav-close .cross {
  width: 29px;
  height: 2px;
  display: inline-block;
  position: absolute;
  background: #3e7354;
  top: 15px;
  left: 6px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.nav-close .cross-1 {
  transform: rotate(45deg);
}

.nav-close .cross-2 {
  opacity: 1;
  transform: rotate(-45deg);
}

.close-nav {
  margin-left: 28px;
}

.nav-close:hover {
  cursor: pointer;
}

.nav-close:hover .cross-1 {
  transform: rotate(0deg);
}

.nav-close:hover .cross-2 {
  opacity: 0;
}

.nav-logo {
  text-align: center;
  padding-top: 5px;
  margin: 0px auto;
}

.nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

.nav-line {
  width: 40px;
  height: 2px;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 30px;
}

.nav-links {
  margin-bottom: 30px;
}

.body-class-members .public-book {
  display: none;
}

.body-public .mem-book {
  display: none;
}

.nav-links a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-links a:hover {
  color: #b18a3f;
}

.nav-content {
  color: white;
}

.nav-content p:first-of-type {
  font-size: 17px;
  color: #3e7354;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-content h4 {
  margin: 0px;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}

.nav-content p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.nav-content a {
  font-weight: 400;
}

.nav-content a:hover {
  color: #b18a3f;
}

.nav-content a img {
  width: 120px;
}

.nav-social {
  margin-top: 20px;
  font-size: 20px;
}

.nav-social a {
  font-size: 28px;
  margin-right: 10px;
}

.nav-social a:hover {
  opacity: 0.7;
}

.nav-social a:nth-child(4) {
  margin-right: 0px;
}

/* footer styles */

.footer {
  background: #fff;
  margin-top: 60px;
  position: relative;
  padding: 40px 0px;
}

.footer-logos {
  position: absolute;
  bottom: 40px;
  right: 60px;
}

.footer-space {
  padding: 0px 20px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 35px;
}

.footer-contact {
  font-size: 18px;
  line-height: 33px;
  font-weight: 500;
}

.footer-dot {
  position: relative;
  display: inline-block;
  margin: 0px 7px;
  content: '';
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: -4px;
}

.footer-address {
  margin-top: 10px;
  font-weight: 500;
}

.footer-addres p {
  margin: 0px;
}

.footer-address a {
  color: #fff;
}

.footer-address a:hover {
  opacity: 0.7;
}

/*.footer-links {
  padding-top: 15px;
}*/

.footer-links img {
  width: 120px;
}

.footer-links a {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  margin: 0px 8px;
}

/*.footer-links a::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 10px;
  vertical-align: middle;
}*/

.footer-links a:first-child::before {
  display: none;
}

.footer-social {
  margin-top: 30px;
}

.footer-social a {
  font-size: 22px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 7px;
}

.footer-social a:hover {
  opacity: 0.7;
}

/* content styles */

.content-wrapper {
  width: 1170px;
  margin: 0px auto;
  line-height: 20px;
}

#globalwrap {
  margin-top: 180px;
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.php-index #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  position: relative;
}

.php-weatherfg #globalwrap .weatherImage img {
  border-radius: 50%;
}

.php-weatherfg #globalwrap .image-night {
  background: transparent;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

.php-roundmgmt .dateperiods {
  float: none;
  padding-right: 0px;
  padding-bottom: 15px;
  width: 100%;
}

.php-analysis .global .row-fluid:last-child {
  margin-top: 10px;
}

.php-search .content-wrapper input[type="text"] {
  margin-bottom: 0px;
}

.php-messages .content-wrapper #globalwrap {
  margin-top: 120px;
}

.php-messages .well {
  background: transparent;
  padding: 10px;
  border-radius: 0px;
}

.teetimesholder th, #memteetimes thead th {
  color: white;
}

.php-diary .diary-nav-right.affix {
  top: 60px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.weather-disp.php-diary .diary-nav-right.affix {
  top: 170px;
}

.status-disp.php-diary .diary-nav-right.affix {
  top: 120px;
}

/*.php-hcapcertificate .content-wrapper .dropdown-menu {
  float: none;
  position: relative;
  background: #232f5f;
}*/

/* table */

.content-wrapper table th {
  padding: 8px;
}

.content-wrapper table td {
  padding: 8px;
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

.php-analysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right {
  float: none;
}

/* editor styles */

.php-ckeditor a.btn {
  color: white;
}

/* responsive styles */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper {
    width: 940px;
  }
  .content-wrapper table th {
    padding: 6px;
  }
  .content-wrapper table td {
    padding: 6px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  #global.teebooking .tabs li a {
    padding: 10px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper {
    width: 724px;
  }
  .footer-contact {
    font-size: 18px;
  }
  .content-wrapper table th {
    padding: 4px;
    font-size: 14px;
  }
  .content-wrapper table td {
    padding: 4px;
    font-size: 14px;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
    margin-top: 0px;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    background: none;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    background: none;
  }
  .nav-collapse .dropdown-menu a {
    padding: 8px 0px;
  }
  .nav-collapse .dropdown-menu {
    margin: 0px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .content-wrapper {
    width: 100%;
  }
  #globalwrap {
    margin: 120px 10px 0px;
    padding: 20px 10px;
  }
  #hamburger-icon .textClose {
    display: none;
  }
  .footer-contact {
    font-size: 14px;
  }
  .footer-contact > span {
    display: block;
  }
  .footer-contact span.footer-dot {
    display: none;
  }
  .footer-contact span.footer-dot:last-of-type {
    display: inline-block;
  }
  .footer-image img {
    opacity: 0;
  }
  #hamburger-icon {
    padding: 27.5px 30px;
  }
  .content-wrapper table th {
    padding: 1px;
    font-size: 12px;
  }
  .content-wrapper table td {
    padding: 1px;
    font-size: 12px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn {
    display: block;
    margin: 6px 0px;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .content-wrapper .btn-group > .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .content-wrapper .btn-group > .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    display: block;
    width: 200px;
  }
  .php-analysis .btn-group .btn {
    display: block;
    margin: 6px 0px;
  }
  .php-messages .content-wrapper #globalwrap {
    margin: 120px 10px 0px;
  }
}

@media (min-width: 0px) and (max-width: 550px) {
  #myNavbar {
    left: -100%;
    width: 100%;
  }
  .main-title span {
    display: none;
  }
  .footer-address {
    font-size: 15px;
  }
  .footer-links a {
    display: block;
    margin: 0px 4px;
    padding: 3px 0px;
  }
  .footer-links a::before {
    display: none;
  }
}

/* login fix */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 479px) {
  .php-weatherfg .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }
  .php-prefs .content-wrapper input[type*="textfield"] {
    width: 166px;
  }
  .php-diary a.diarytag-filter-link {
    font-size: 10px;
  }
}

#ui-datepicker-div {
  display: none;
}

/* buttons */

input[type*="submit"], a.btn, button.btn, h5 a {
  display: inline-block;
  padding: 8px 12px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  text-shadow: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
  input[type*="submit"], a.btn, button.btn, h5 a {
    font-size: 15px;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  input[type*="submit"], a.btn, button.btn, h5 a {
    font-size: 15px;
    padding: 10px;
    text-transform: capitalize;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  input[type*="submit"], a.btn, button.btn, h5 a {
    font-size: 13px;
    padding: 10px 5px;
    text-transform: capitalize;
    border-radius: 5px;
  }
}

/* new responsive header styles */

@media (min-width: 1200px) and (max-width: 1399px){
  .header-top-links a {
    font-size: 14px;
  }
  .header-top-links a::after {
    margin: 0px 15px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .header-top-links {
    right: 20px;
  }
  .pop-up-space {
    padding-right: 20px;
  }
  .header-top-links a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .header-top-links a::after {
    margin: 0px 10px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-top-links {
    top: 36px;
    right: 20px;
  }
  .header-top-links a {
    font-size: 14px;
    display: block;
    padding: 4px 0px;
  }
  .header-top-links a::after {
    display: none;
  }
}

.mobile-main-logo {
  display: none;
}

@media (min-width: 600px) and (max-width: 699px) {
  .weather-section .weathers .weatherSingle:nth-child(5) {
    display: none;
  }
}

@media (min-width: 470px) and (max-width: 599px) {
  .weather-section .weathers .weatherSingle:nth-child(4) {
    display: none;
  }
  .weather-section .weathers .weatherSingle:nth-child(5) {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 469px) {
  .weather-section .weathers .weatherSingle:nth-child(3) {
    display: none;
  }
  .weather-section .weathers .weatherSingle:nth-child(4) {
    display: none;
  }
  .weather-section .weathers .weatherSingle:nth-child(5) {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-logo {
    display: none;
  }
  .header-top-links {
    top: 24px;
    right: 10px;
    text-align: right;
  }
  .mobile-main-logo {
    display: block;
    position: absolute;
   top: 10px;
   left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 110px;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .header-top-links a {
    font-size: 12px;
    text-transform: capitalize;
    padding: 3px 0px;
  }
  .header-bg {
    min-height: 90px;
  }
  .status-disp .header-bg {
    min-height: 150px;
  }
  .weather-disp .header-bg {
    min-height: 150px;
  }
  .php-diary .diary-nav-right.affix {
    top: 60px;
  }
  .weather-disp.php-diary .diary-nav-right.affix {
    top: 150px;
  }
  .status-disp.php-diary .diary-nav-right.affix {
    top: 160px;
  }
}

/* visitor booking */

@media (min-width: 768px) {
  .body-class-visitorbooking #globalwrap table {
    width: 100%;
  }
}

.body-class-visitorbooking #globalwrap table td > a {
  width: 100%;
  display: block;
  padding: 3px 0px;
  margin: 0px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-class-visitorbooking #globalwrap .pricegroup table tr {
    display: table-row;
  }
  .body-class-visitorbooking #globalwrap .pricegroup table td {
    padding: 8px;
    float: none;
    display: table-cell;
  }
   .body-class-members .teebooking #payagreelabel {
  margin-bottom:20px;
	}
}

@media (min-width: 1200px) {
  .teebooking .tabs a {
    font-size: 100%;
  }
  .teebooking form#date_form .picker .noprint br {
    display: none;
  }
  .teebooking form#date_form .picker span {
    display: block;
  }
}

/* end anton styles */

.php-teelogin label[for*="contact_prefs"] {
  width: 100%;
}

.php-teelogin form fieldset {
  font-size: 0px;
}

.php-teelogin form fieldset input#contact_prefs {
  display: none;
}

.php-teelogin form fieldset > * {
  font-size: 14px;
}

/* 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;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .status-disp .header-wrapper {
    top: 100px;
  }
  .status-disp #hamburger-icon {
    top: 120px;
  }
  .status-disp .header-bg {
    min-height: 190px;
  }
  .status-disp.fix .header-bg {
    min-height: 160px;
  }
  #globalwrap {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .status-disp #globalwrap {
    margin-top: 160px;
  }
  .body-class-members .teebooking #payagreelabel {
    margin-bottom:20px;
  }
  .fix .mobile-main-logo {
    width: 80px;
    top: 5px;
  }
  .fix.status-disp #hamburger-icon {
    top: 105px;
  }
}

.body-class-members .teebooking a#paylink {
 	padding: 8px 12px;
  	background: #222222;
  	color: white;
  	border-radius: 0px;
  	text-shadow: none;
}

.large-status-disp .status-section {
  top: 0px;
}

.large-status-disp .header-bg {
  min-height: 200px;
}

.large-status-disp .header-wrapper {
  top: 90px;
}

.large-status-disp #hamburger-icon {
  top: 114px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .status-section {
    top: -120px;
  }
  .large-status-disp .header-bg {
    min-height: 230px;
  }
  .large-status-disp .header-wrapper {
    top: 120px;
  }
  .large-status-disp #hamburger-icon {
  top: 144px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .status-section {
    top: -150px;
  }
  .large-status-disp .header-bg {
    min-height: 260px;
  }
  .large-status-disp .header-wrapper {
    top: 150px;
  }
  .large-status-disp #hamburger-icon {
  top: 174px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .status-section {
    top: -100vh;
  }
  .large-status-disp .header-bg {
    min-height: 375px;
  }
  .large-status-disp .header-wrapper {
    top: 270px;
  }
  .large-status-disp #hamburger-icon {
  top: 294px;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .status-section {
    top: -400px;
  }
  .large-status-disp .header-bg {
    min-height: 275px;
  }
  .large-status-disp .header-wrapper {
    top: 170px;
  }
  .large-status-disp #hamburger-icon {
    top: 194px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .footer-contact {
    font-size: 17px;
    line-height: 24px;
  }
  .footer-contact > .footer-dot:nth-of-type(4) {
    display: block;
    opacity: 0;
  }
  .footer-address {
    margin-top: 20px;
  }
  .footer-address p a {
    display: block;
    margin-top: 20px;
  }
  .footer-address span.footer-dot {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .nav-wrapper {
    padding: 40px;
  }
  .status-section {
    padding: 0px;
  }
}

@media (min-width: 0px) and (max-width: 1449px) {
  .footer-logos {
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-top: 70px;
  }
  .footer {
    padding-bottom: 40px;
  }
}

.php-ckeditor .header-bg {
  display: none;
}

.php-ckeditor #hamburger-icon {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .navbar {
  position: fixed;
}

.php-index #latestcomp h4 span {
  font-size: 16px !important;
}

body {
  background: #ddd;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.php-index #globalwrap .weatherImage {
  background: transparent;
  border-radius: 0%;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 10px;
  right: 10px;
}

.php-index #globalwrap .weatherImage i {
  font-size: 28px;
}

.php-ckeditor a.btn.active {
  background: #032d50;
}

.footer-logos {
  display: none;
}

@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, body[class*="match"], .invalid-page {
   margin-bottom: 380px; 
  }
  body[class*="php-"] .footer, .body-class-members .footer, .body-class-visitorbooking .footer, .body-class-getawayletter .footer, [class*="body-class-setcoursestatus"] .footer, .body-class-opens .footer, .body-loginpage .footer, body[class*="match"] .footer, .invalid-page .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 226px;
  }
}

.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;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

.footer-twit img {
  width: 16px;
  position: relative;
  top: -1.5px;
}

.header-twit img {
  width: 24px;
  position: relative;
  top: -1px;
}

.php-boardcomps .row {
  margin-left: 0px;
  width: 100%;
}

.php-boardcomps .row .span12 {
  margin: 0px;
  width: 100%;
}

.php-competition .btn-group {
  margin-bottom: 10px;
}

/* end anton styles */