/* anton styles */

/* fonts */

.playfair-display-font {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto-font {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* variables */

:root {
  --bodyfont: 'Roboto', serif;
  --headingfont: 'Playfair Display', serif;
  --headingcolor: #5c6064;
  --headingcolor2: #5c6064;
  --highlightcolor: #b39858;
  --linkhover: #8b8d8d;
  --buttonhighlight: #97804a;
  --bodycolor: #5c6064;
  --headerbg: #fff;
  --navbg: #371a4e;
  --footerbg: #371a4e;
  --footertext: #fff;
  --navlink: rgba(255,255,255,0.65);
  --navactivelink: #fff;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  overflow-x: hidden;
}

h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, h6 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--bodyfont);
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 10px;
  position: relative;
  text-decoration: none;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus, .content-wrapper h6 a:hover, .content-wrapper h6 a:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}

a {
  color: var(--highlightcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--highlightcolor);
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: fixed;
  z-index: 1001;
  top: 0px;
  left: 0px;
  min-height: 70px;
  width: 100%;
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 0px 10px rgba(0,0,0,0);
  border-bottom: 1px solid rgba(92,96,100,0.35);
}

.header-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 75px;
  z-index: 100;
  top: 5px;
}

.header-left-links {
  position: absolute;
  left: 155px;
  top: 25px;
  line-height: 20px;
  z-index: 45;
}

.header-left-links a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--bodycolor);
  margin-right: 12px;
  letter-spacing: 1px;
}

.header-left-links a:hover, .header-left-links a:focus {
  color: var(--highlightcolor);
  text-decoration: none;
}

.header-book {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 40;
}

.header-tel {
  position: absolute;
  top: 25px;
  line-height: 20px;
  right: 100px;
  z-index: 50;
}

.header-tel a {
  font-size: 13px;
  color: var(--bodycolor);
  letter-spacing: 1px;
  font-weight: 600;
}

.header-tel a:hover, .header-tel a:focus {
  color: var(--highlightcolor);
  text-decoration: none;
}

.header-book-trig {
  background: var(--footerbg);
  width: 70px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.header-book-trig:hover {
  cursor: pointer;
}

.header-book-menu {
  top: 70px;
  background: var(--footerbg);
  right: 0px;
  position: fixed;
  z-index: 1002;
  width: 275px;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
}

.show-book .header-book-menu {
  opacity: 1;
  visibility: visible;
}

.header-book-menu a {
  display: block;
  color: #fff;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 600;
}

.header-book-menu a:hover, .header-book-menu a:focus {
  color: #fff;
  background: #241135;
  text-decoration: none;
}

.page-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
}

.show-menu .page-overlay {
  z-index: 1000;
}

/* nav styles */

.nav-section {
  position: relative;
}

#hamburger-icon {
  width: 155px;
  height: 70px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 60;
}

#hamburger-icon .line {
  position: absolute;
  height: 2px;
  display: inline-block;
  background: #5c6064;
  opacity: 0.5;
  left: 40px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

#hamburger-icon .line-1 {
  width: 22px;
  top: 30px;
}

#hamburger-icon .line-2 {
  width: 12px;
  top: 38px;
}

#hamburger-icon .menu-open {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5c6064;
  opacity: 0.5;
  position: absolute;
  left: 73px;
  top: 25px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

#hamburger-icon:hover .line-1, #hamburger-icon:hover .line-2, #hamburger-icon:hover .menu-open  {
  opacity: 1;
}

#myNavbar {
  position: fixed;
  top: 0px;
  left: -440px;
  min-height: 100vh;
  background: var(--navbg);
  width: 440px;
  z-index: 1010;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.show-menu #myNavbar {
  left: 0px;
}

.nav-wrapper {
  margin-top: 50px;
  padding: 0px 0px 50px 20px;
  height: calc(100vh - 100px);
  overflow-y: auto;
  border-top: 1px solid rgba(255,255,255,0.15);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.nav-close {
  position: absolute;
  top: 5px;
  right: 4px;
  opacity: 0.65;
  width: 40px;
  height: 40px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.nav-close:hover {
  cursor: pointer;
  opacity: 1;
}

.nav-close .cross {
  width: 26px;
  height: 1px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 7px;
}

.nav-close .cross-1 {
  transform: rotate(45deg);
}

.nav-close .cross-2 {
  transform: rotate(-45deg);
}

.navbar {
  margin: 0px;
}

.navbar .nav {
  float: none;
  margin: 0px;
}

.navbar .nav > li {
  float: none;
  background: transparent;
  border-radius: 0px;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.navbar-inverse .nav > li > a {
  text-shadow: none;
  color: var(--navlink);
  font-size: 21px;
  padding: 15px 35px 15px 15px;
}

.navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  position: absolute;
  content: '\f105';
  font-family: 'FontAwesome';
  right: 20px;
  top: 16px;
  font-size: 28px;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
}

.navbar-inverse .nav > li.nav-haslevel-2.open > a::after {
  transform: rotate(-90deg);
}

.navbar-inverse .nav > li.current > a, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus {
  color: var(--navactivelink);
  text-decoration: none;
}

.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: var(--navactivelink);
  box-shadow: none;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu {
  background: var(--dropdownbg);
  position: relative;
  border-radius: 0px;
  box-shadow: none;
  float: none;
  border: none;
}

.dropdown-menu > li {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  border-radius: 0px;
}

.dropdown-menu > li:last-of-type {
  border-bottom: none;
}

.dropdown-menu > li > a {
  color: var(--navlink);
  padding: 15px;
  font-size: 21px;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: transparent;
  color: var(--navactivelink);
  text-decoration: none;
}

/* footer */

.footer {
  background: var(--footerbg);
  color: #a2a4a7;
}

.footer-space {
  padding: 95px 40px 20px;
}

.top-footer {
  display: flex;
}

.tf-left {
  flex: 1 1 0;
  padding-right: 20px;
}

.tfl-title p {
  color: #fff;
  font-family: var(--headingfont);
  font-size: 38px;
  line-height: 48px;
}

.tfl-award {
  margin-top: 100px;
}

.tfl-award a {
  margin-right: 12px;
}

.tfl-award img {
  width: 100px;
}

.tfl-end {
  margin-top: 20px;
  color: var(--highlightcolor);
}

.tf-right {
  flex: 1 1 0;
  padding-left: 20px;
}

.tfr-social {
  font-size: 0px;
}

.tfr-social a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  color: var(--footerbg);
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  margin-right: 15px;
}

.tfr-social a:last-child {
  margin-right: 0px;
}

.tfr-social img {
  position: relative;
  top: -2px;
}

.tfr-flex {
  margin-top: 60px;
  display: flex;
}

.tfr-flex a {
  display: inline-block;
  padding: 5px 0px;
  color: #a2a4a7;
}

.tfr-flex p {
  margin-bottom: 7px;
}

.tfr-flex a:hover, .tfr-flex a:focus {
  color: #fff;
  text-decoration: none;
}

.tfrf-useful {
  flex: 1 1 0;
  color: #fff;
}

.tfrf-policies {
  flex: 1 1 0;
  color: #fff;
}

.bottom-footer {
  padding: 40px 0px;
}

.bf-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bf-info {
  width: 50%;
  font-size: 13px;
}

.bf-info a {
  color: #a2a4a7;
}

.bf-info a:hover, .bf-info a:hover {
  color: #fff;
  text-decoration: none;
}

.bf-info p:nth-child(4) {
  margin-top: 20px;
}

.bf-info p:nth-child(5) {
  margin-top: 20px;
}

.bf-info img {
  width: 120px;
}

.bf-logos {
  width: 40%;
}

.bfl-single img {
  width: 216px;
}

.bfl-triple {
  margin: 40px 0px 20px;
}

.bfl-triple a {
  margin-right: 30px;
}

.bfl-link a {
  font-size: 13px;
  color: #a2a4a7;
}

.bfl-link a:hover, .bfl-link a:focus {
  color: #fff;
  text-decoration: none;
}

/* members */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, .invalid-page {
  background: #f8f6f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

#globalwrap {
  margin-top: 130px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor2);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 130px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor2);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#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: var(--highlightcolor);
  color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  margin: 2px;
   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, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  background: var(--buttonhighlight);
  color: #fff;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php, .php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor);
  color: #fff;
  font-weight: 400;
}

.body-class-members .content-wrapper thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headingcolor2);
  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: var(--headingcolor);
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-index #globalwrap .weatherImage i {
  font-size: 28px;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-directory .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .php-friends .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  font-size: 16px;
}

.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;
}

.php-weatherfg .table td {
  border: none;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .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;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .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;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-left-links {
    display: none;
  }
  .header-tel {
    display: none;
  }
  #hamburger-icon {
    width: 62px;
  }
  #hamburger-icon .line {
    left: 20px;
  }
  .menu-open {
    display: none;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-weight: 400;
    color: var(--navlink);
    margin: 0px;
    padding: 15px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
    text-decoration: none;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: var(--navactivelink);
    background: transparent;
    text-decoration: none;
  }
  .nav-collapse .dropdown-menu {
    margin: 0px;
  }
  .top-footer {
    flex-direction: column;
  }
  .tf-left {
    width: 100%;
    padding: 0px;
  }
  .tf-right {
    width: 100%;
    padding: 0px;
    margin: 20px 0px 0px;
  }
  .tfr-flex {
    flex-direction: column;
  }
  .tfrf-policies {
    padding: 20px 0px;
  }
  .bf-flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .bf-logos {
    width: 100%;
  }
  .bf-info {
    width: 100%;
    margin-top: 30px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .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;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-competition td a.btn {
    font-size: 12px;
    border-radius: 0px;
  }
  .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-bottom: 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;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
   #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  #myNavbar {
    width: 100%;
    right: -550px;
  }
  .bfl-triple a:nth-of-type(2) {
    display: block;
    margin: 20px 0px 0px;
  }
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-diary .diary-nav-right.affix {
  position: relative;
  box-shadow: none;
  padding: 0px;
}

.php-index #latestcomp h3 a {
  margin-left: 8px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper .teetime-datepicker .date {
    width: 220px;
  }
}

/* end anton styles */