/* anton styles */


.roboto-font {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* variables */

:root {
  --bodyfont: 'Poppins', sans-serif;
  --headingfont: 'Poppins', sans-serif;
  --headingcolor: #916835;
  --headingcolor2: #b28348;
  --headingcolor3: #091431;
  --buttonbg: linear-gradient(90deg,rgb(178,131,72) 0%,rgb(208,161,104) 100%);
  --linkcolor: #4169e1;
  --linkhover: #191970;
  --bodycolor: #091431;
  --headerbg: #fff;
  --topfooterbg: #080808;
  --bottomfooterbg: #fff;
  --navlink: #091431;
  --navactivelink: #b28348;
  --white: #fff;
  --black: #000;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 26px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  overflow-x: hidden;
  font-weight: 300;
  letter-spacing: 0.8px;
}

h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  letter-spacing: 13px;
  font-family: var(--headingfont);
  text-align: center;
}

h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  letter-spacing: 8px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 6px;
  font-weight: 300;
  color: var(--headingcolor3);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: var(--headingcolor);
  letter-spacing: 3px;
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 5px;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

.content-wrapper h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--buttonbg);
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  border: 1px solid transparent;
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: transparent;
  color: var(--headingcolor);
  text-decoration: none;
  border-color: var(--headingcolor);
}

a {
  color: var(--linkcolor);
  text-decoration: underline;
  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(--linkhover);
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: var(--headerbg);
  z-index: 1001;
}

.header-logo {
  position: relative;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  width: 306px;
  top: 5px;
}

.header-logo img {
  height: 50px;
}

.header-button {
  position: absolute;
  width: 115px;
  height: 40px;
  right: 35px;
  top: 26px;
}

.header-button:hover {
  cursor: pointer;
}

.hb-menu {
  color: var(--headingcolor);
  letter-spacing: 3px;
  font-size: 22px;
  font-weight: 300;
  position: relative;
}

.hb-line {
  width: 22px;
  height: 3px;
  border-radius: 6px;
  background: var(--headingcolor2);
  position: absolute;
  right: 8px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.hb-line.line-1 {
  top: 11px;
}

.hb-line.line-2 {
  top: 17px;
}

.hb-line.line-3 {
  top: 23px;
}

/* nav */

.nav-section {
  text-align: center;
  margin-top: 5px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}

.navbar .nav {
  float: none;
}

.navbar .nav > li {
  float: none;
  display: inline-block;
}

.navbar-inverse .nav > li > a {
  text-shadow: none;
  color: var(--navlink);
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a, .navbar-inverse .nav > li.active > a {
  background: transparent;
  color: var(--navactivelink);
}

.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;
}

.dropdown-menu {
  text-align: left;
  background: #eee;
}

.dropdown-menu > li > a {
  color: var(--navlink);
  text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  color: var(--navactivelink);
  background: transparent;
}

.full-screen-nav {
  position: fixed;
  left: 100vw;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background: rgba(0,0,0,0.8);
  top: 0px;
  transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.show-nav .full-screen-nav {
  left: 0px;
}

.fsn-space {
  position: relative;
  padding: 50px;
  text-align: center;
  height: calc(100vh - 100px);
  overflow-y: auto;
}

.fsn-close {
  position: absolute;
  top: 16px;
  right: 50px;
  width: 42px;
  height: 45px;
  z-index: 50;
}

.fsn-close:hover {
  cursor: pointer;
}

.fsn-cross {
  display: inline-block;
  width: 22px;
  height: 3px;
  position: absolute;
  top: 10px;
  right: 8px;
  border-radius: 6px;
  background: var(--headingcolor2);
}

.fsn-cross.cross-1 {
  transform: rotate(45deg);
}

.fsn-cross.cross-2 {
  transform: rotate(-45deg);
}

.fsn-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
}

.fsn-logo {
  width: 48px;
  margin: 0px auto;
}

.fsn-menu {
  padding-top: 50px;
}

.fsn-menu li a {
  color: var(--navlink);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 6.6px;
  font-weight: 200;
  padding: 10px 20px;
}

.fsn-menu .nav > li.nav-haslevel-2 > a::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: relative;
  margin-left: 10px;
  color: var(--headingcolor2);
  font-size: 16px;
}

.fsn-menu .nav > li.nav-haslevel-2.open > a::after {
  content: '\f0d8';
}

.fsn-menu .nav > li > a:hover, .fsn-menu .nav > li > a:focus, .fsn-menu .nav > li.dropdown.open.active > a:hover, .fsn-menu .nav > li.dropdown.open.active > a:focus, .fsn-menu .nav > li.active > a {
  color: var(--navactivelink);
  background: transparent;
}

.fsn-menu .dropdown-menu {
  background: transparent;
  position: relative;
  float: none;
  box-shadow: none;
  border: none;
}

.fsn-menu .dropdown-menu > li > a {
  color: var(--navlink);
}

.fsn-menu .dropdown-menu > li > a:hover, .fsn-menu .dropdown-menu > li > a:focus, .fsn-menu .dropdown-menu > li.current > a {
  color: var(--navactivelink);
  background: transparent;
}

.fsn-menu .dropdown-menu::before {
  content: '';
  display: inline-block;
  background: var(--headingcolor2);
  width: 250px;
  height: 2px;
}

.fsn-menu .dropdown-menu::after {
  content: '';
  display: inline-block;
  background: var(--headingcolor2);
  width: 250px;
  height: 2px;
}

.fsn-buttons {
  margin: 20px 0px;
}

.fsnb-one {
  display: block;
  max-width: 280px;
  margin: 0px auto 5px;
  text-align: center;
  padding: 10px 0px;
  background: var(--buttonbg);
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  line-height: 30px;
  border: 1px solid transparent;
  font-weight: 200;
  letter-spacing: 4.8px;
}

.fsnb-one:hover, .fsnb-one:focus {
  background: var(--white);
  border-color: var(--headingcolor);
  color: var(--headingcolor);
  text-decoration: none;
}

.fsnb-two {
  display: block;
  max-width: 280px;
  margin: 0px auto;
  padding: 10px 0px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--headingcolor);
  color: var(--headingcolor);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 4.8px;
}

.fsnb-two:hover, .fsnb-two:focus {
  background: transparent;
  color: var(--headingcolor);
  text-decoration: none;
}

.body-class-members .fsnb-one.visit-book {
  display: none;
}

.body-public .fsnb-one.member-book {
  display: none;
}

/* footer */

.top-mf {
  background: var(--topfooterbg);
  color: var(--white);
  padding: 60px 0px 50px;
  font-weight: 200;
  line-height: 26px;
  letter-spacing: 0px;
}

.tmfs-logo {
  padding-bottom: 50px;
  text-align: center;
}

.tmfs-logo img {
  width: 280px;
}

.top-mf h6 {
  font-weight: 200;
  margin: 40px 0px 15px;
  text-transform: uppercase;
  color: #F7B972;
  letter-spacing: 0px;
}

.top-mf h6:first-of-type {
  margin-top: 0px;
}

.top-mf .tmf-space {
  padding: 0px 100px;
}

.tmfs-row {
  display: flex;
}

.tmfs-row a {
  display: block;
  color: var(--white);
  text-decoration: none;
  line-height: 26px;
  font-weight: 200;
}

.tmfsr-col-1 {
  width: 25%;
}

.tmfsr-col-2 {
  width: 18%;
}

.tmfsr-col-3 {
  width: 32%;
  padding-right: 20px;
}

.tmfsr-col-4 {
  width: 25%;
  padding-right: 20px;
}

.body-class-members .members-footer .visit-book {
  display: none;
}

.bopdy-public .members-footer .members-book {
  display: none;
}

.tmfsr-col-5 {
  width: 30%;
}

.tmfs-row .tmfsr-col-5 a {
  display: inline-block;
}

.footer-social {
  font-size: 28px;
}

.foot-insta {
  margin: 0px 15px;
}

.tmfsr-col-5 p {
  margin-top: 50px;
}

.tmfsr-col-5 p a {
  color: #F7B972;
  font-weight: bold;
}

.ig-logo {
  width: 120px;
  margin-top: 10px;
}

.bottom-mf {
  background: var(--bottomfooterbg);
  padding: 12px 0px;
  text-align: center;
}

/* page */

body {
  background: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.content-wrapper {
  width: 1120px;
  margin: 0px auto;
}

#globalwrap {
  margin-top: 160px;
  margin-bottom: 120px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 140px;
  margin-bottom: 120px;
  border: 2px solid var(--headingcolor);
  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(--buttonbg);
  color: var(--white);
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200;
  box-shadow: none;
  border: 1px solid transparent;
  font-family: var(--bodyfont);
  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(--white);
  color: var(--headingcolor);
  border-color: var(--headingcolor);
}

/* 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(--headingcolor);
  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;
  border-radius: 25px;
}

.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;
  }
}

.php-roundmgmt table td, .php-roundmgmt table th {
  font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .content-wrapper .teetime-datepicker .date {
    width: 220px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper, .footer-space, .nav-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;
  }
  .top-mf .tmf-space {
    padding: 0px 50px;
  }
  .tmfs-row {
    flex-wrap: wrap;
  }
  .tmfsr-col-1 {
    width: 22%;
  }
  .tmfsr-col-2 {
    width: 22%;
  }
  .tmfsr-col-3 {
    width: 28%;
  }
  .tmfsr-col-4 {
    width: 22%;
  }
  .tmfsr-col-5 {
    margin-top: 100px;
    width: 50%;
  }
  h3 {
    letter-spacing: 4px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .content-wrapper, .footer-space, .nav-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: 11px;
  }
  .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;
  }
  .top-mf .tmf-space {
    padding: 0px 25px;
  }
  .tmfs-row {
    flex-wrap: wrap;
  }
  .tmfsr-col-1 {
    width: 46%;
    padding-right: 20px;
  }
  .tmfsr-col-2 {
    width: 46%;
  }
  .tmfsr-col-3 {
    width: 46%;
    margin-top: 60px;
  }
  .tmfsr-col-4 {
    width: 46%;
    margin-top: 60px;
  }
  .tmfsr-col-5 {
    margin-top: 60px;
    width: 46%;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.8px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .content-wrapper, .footer-space {
    width: auto;
    margin: 0px 20px;
  }
  .tf-flex {
    flex-direction: column;
  }
  .tff-logo {
    width: 100%;
  }
  .tff-logo img {
    max-width: 100px;
  }
  .tff-title {
    width: 100%;
    margin: 30px 0px;
  }
  .tff-title p {
    font-size: 30px;
    line-height: 36px;
  }
  .tff-contact {
    width: 100%;
  }
  .bottom-footer {
    line-height: 26px;
  }
  .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;
    margin: 0px;
  }
  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%;
  }
  .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;
  }
  .header-logo {
    margin-left: 30px;
  }
  .top-mf .tmf-space {
    padding: 0px 20px;
  }
  .tmfs-row {
    flex-direction: column;
    text-align: center;
  }
  .tmfsr-col-1 {
    width: 100%;
  }
  .tmfsr-col-2 {
    width: 100%;
    margin-top: 60px;
  }
  .tmfsr-col-3 {
    width: 100%;
    padding-right: 0px;
    margin-top: 60px;
  }
  .tmfsr-col-4 {
    width: 100%;
    padding-right: 0px;
    margin-top: 60px;
  }
  .tmfsr-col-5 {
    width: 100%;
    margin-top: 60px;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 499px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .header-logo {
    width: 200px;
    top: 26px;
    margin-left: 10px;
  }
  .header-logo img {
    height: auto;
  }
  .header-button {
    width: 55px;
  }
  .hb-menu {
    display: none;
  }
}

/* landscape phone */

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .fsn-holder {
    top: 0px;
    transform: translateY(0px);
  }
}

/* editor */

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .navbar-inverse .navbar-inner {
  background: #000;
}

.php-ckeditor .navbar-inverse .navbar-inner a.btn {
  padding: 6px 12px;
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.php-ckeditor .navbar-inverse .navbar-inner a.btn.active, .php-ckeditor .navbar-inverse .navbar-inner a.btn:hover {
  background: var(--navhoverlink);
}

/* new menu */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    min-height: 80px;
    height: auto;
  }
  .header-logo {
    top: 15px;
  }
  .navbar-inverse .btn-navbar {
    background: transparent;
    width: 120px;
    height: 40px;
    border: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px 5px;
    position: absolute;
    text-align: left;
    top: 20px;
    right: 35px;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus {
    background: transparent;
  }
  .nav-section {
    text-align: left;
  }
  .navbar .nav > li {
    display: block;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    font-weight: 400;
    color: var(--navlink);
  }
  .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;
  }
  .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: #eee;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu > li.active > a {
    color: var(--navactivelink);
    background: transparent;
  }
  #globalwrap {
    margin-top: 60px;
  }
  .body-class-members #container #globalwrap {
    margin-top: 80px;
  }
  .active .line-1 {
    top: 17px;
    transform: rotate(45deg);
  }
  .active .line-2 {
    opacity: 0;
  }
  .active .line-3 {
    top: 17px;
    transform: rotate(-45deg);
  }
  .navbar-inner {
    margin-top: 15px;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .navbar-inverse .btn-navbar {
    width: 60px;
    top: 16px;
  }
}

.php-index #rightcontent div:nth-of-type(2) span.updatedate:nth-of-type(2) {
  display: none;
}

.php-reservations .reservations-filters select {
  display: none;
}

.header-wrapper .header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .header-wrapper .header-space {
    width: 940px;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper .header-space {
    width: 724px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-wrapper .header-space {
    width: 100%;
  }
}

.hf-switch {
  position: absolute;
  right: 0px;
  top: 7px;
}

.hf-switch a {
  font-size: 13px;
  display: inline-block;
  text-shadow: none;
  background: var(--buttonbg);
  color: var(--white);
  padding: 10px 15px;
  border-radius: 90px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 300;
  box-shadow: none;
  border: 1px solid transparent;
  font-family: var(--bodyfont);
  margin: 2px;
}

.hf-switch a:hover, .hf-switch a:focus {
  background: transparent;
  color: var(--headingcolor);
  border-color: var(--headingcolor);
}

@media (min-width: 768px) and (max-width: 979px) {
  .hf-switch {
    left: 0px;
    right: auto;
    top: 17px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .hf-switch {
    right: 20px;
    top: 5px;
  }
  .hf-switch a {
    padding: 5px 10px;
    font-size: 11px;
  }
  .navbar-inverse .btn-navbar {
    top: 45px;
    z-index: 4;
    right: 20px;
  }
}

@media (min-width: 0px) and (max-width: 499px) {
  .hf-switch {
    right: 5px;
  }
  .hf-switch a {
    font-size: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .navbar-inverse .btn-navbar {
    right: 5px;
  }
}

/* end anton styles */