/* anton styles */

/* fonts */

.noto-serif-jp-font {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* variables */

:root {
  --bodyfont: 'Inter', sans-serif;
  --headingfont: 'Noto Serif JP', serif;
  --headingcolor: #2e2e2e;
  --headingcolor2: #2e2e2e;
  --highlightcolor: #16c172;
  --bodycolor: #2e2e2e;
  --headerbg: #2e2e2e;
  --footerbg: #2e2e2e;
  --linkcolor: #148250;
  --navlink: #fff;
  --navactivelink: #16c172;
  --dropdownbg: #fff;
  --dropdownlink: #2e2e2e;
  --dropdownlinkactive: #16c172;
  --buttonbg: #16c172;
  --scorecardyellow: #fc0;
  --scorecardred: #c80000;
  --border: #16c172;
  --pagebg: #f9f6f1;
}

.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;
}

.body-class-members .nav > li[class*="news.php"] .dropdown-menu > li[class*="newsletters.php"] {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  font-weight: 400;
}

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor2);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 22px;
  line-height: 32px;
  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(--headingcolor2);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--highlightcolor);
  color: var(--headingcolor);
  display: inline-block;
  padding: 12px 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 10px;
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

.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: var(--headingcolor);
  color: #fff;
  text-decoration: none;
}

a {
  color: var(--linkcolor);
  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(--linkcolor);
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.top-header {
  min-height: 54px;
  border-bottom: 1px solid #4D5350;
  background: var(--headerbg);
}

.header-space {
  padding: 0px 200px;
}

.th-flex {
  display: flex;
}

.th-left {
  width: 50%;
  padding: 16px 0px;
}

.th-left img {
  width: 20px;
  position: relative;
  top: -2px;
}

.th-left a {
  color: #fff;
  font-size: 20px;
}

.th-left a:last-of-type {
  margin-left: 20px;
}

.th-left a:hover, .th-left a:focus {
  opacity: 0.7;
}

.th-right {
  width: 50%;
  text-align: right;
  padding: 16px 0px;
}

.th-right a {
  color: #fff;
}

.th-right a:hover, .th-right a:focus {
  color: var(--highlightcolor);
}

.th-vert {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #fff;
  margin: 0px 6px;
  position: relative;
  top: 3px;
}

.th-right a {
  color: #fff;
}

.bottom-header {
  min-height: 99px;
  border-bottom: 1px solid #96aaa1;
}

.bh-flex {
  display: flex;
  padding-top: 20px;
}

.bh-logo {
  width: 188px;
  flex-shrink: 0;
}

.nav-section {
  width: 60%;
  margin: 8px 10px 0px;
  text-align: center;
}

.bh-right {
  width: 450px;
  text-align: right;
  padding-top: 4px;
}

.bh-right a {
  padding: 12px 16px;
  display: inline-block;
  background: #f9f6f1;
  border-radius: 10px;
  border: 1px solid transparent;
  color: var(--bodycolor);
  font-size: 15px;
  margin-left: 5px;
}

/*.bh-right a::after {
  content: '\f0da';
  font-family: 'FontAwesome';
  margin-left: 10px;
}*/

.bh-right a:hover, .bh-right a:focus {
  background: var(--highlightcolor);
  text-decoration: none;
}

.body-public .member-book {
  display: none;
}

.body-class-members .visitor-book {
  display: none;
}

/* navbar */

.navbar {
  margin: 0px;
}

.body-public .nav-section {
  opacity: 0;
  visibility: hidden;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  box-shadow: none;
  border: none;
}

.nav-section .nav {
  float: none;
  margin: 0px;
}

.nav-section .nav > li {
  display: inline-block;
  float: none;
}

.nav-section .nav > li > a {
  color: var(--navlink);
  text-shadow: none;
  font-size: 15px;
}

.nav-section .nav > li.current > a, .nav-section .nav > li > a:hover, .nav-section .nav > li > a:focus {
  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 {
  background: var(--dropdownbg);
  text-align: left;
  margin: 0px;
}

.dropdown-menu > li > a {
  color: var(--dropdownlink);
  font-size: 15px;
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--dropdownlinkactive);
  background: transparent;
}

/* footer */

.footer {
  background: var(--footerbg);
  color: #fff;
  padding: 50px 0px 0px;
}

.footer-space {
  padding: 0px 200px;
}

.top-footer {
  line-height: 28px;
}

.tf-flex {
  display: flex;
}

.tff-logo {
  width: 25%;
}

.tff-logo img {
  width: 180px;
}

.tff-links {
  width: 35%;
  margin: 0px 15px;
}

.tff-links a {
  color: #fff;
  text-decoration: none;
}

.tff-links a:hover, .tff-links a:focus {
  color: var(--highlightcolor);
  text-decoration: underline;
}

.tff-info {
  width: 40%;
}

.tffi-address a {
  color: #fff;
}

.tffi-address a:hover, .tffi-address a:focus {
  color: var(--highlightcolor);
}

.tffi-contact {
  margin-top: 20px;
}

.tffi-contact a {
  color: #fff;
}

.tffi-contact a:hover, .tffi-contact a:focus {
  color: var(--highlightcolor);
}

.tffi-social {
  margin-top: 20px;
}

.tffi-social a {
  color: #fff;
  font-size: 21px;
  margin-right: 20px;
}

.tffi-social a img {
  width: 20px;
  position: relative;
  top: -2px;
}

.tffi-social a:hover, .tffi-social a:focus {
   opacity: 0.7;
}

.bottom-footer {
  margin-top: 45px;
}

.bf-flex {
  display: flex;
}

@media (min-width: 768px) {
  .bf-flex {
    align-items: center;
  }
  .bff-copy a {
    margin: 0px 5px;
  }
  .bf-copyright {
    margin-right: 5px;
  }
}

.bff-copy {
  width: 75%;
  font-size: 12px;
  font-weight: 600;
  color: #7C7C7C;
}

.bff-copy a {
  color: #7C7C7C;
  display: inline-block;
}

.bff-copy a:hover, .bff-copy a:focus {
  color: #7C7C7C;
}

.bff-ig {
  width: 25%;
  text-align: right;
}

.bff-ig img {
  width: 120px;
}

/* page */

body {
  background: url('/images/resources/houghwood/members-bg-edited.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.content-wrapper {
  width: 1170px;
  margin: 0px auto;
  line-height: 28px;
}

#globalwrap {
  margin: 80px 0px 60px;
  padding: 20px;
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--border);
}

.body-class-members .header-book {
  display: none;
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
   margin-bottom: 580px; 
  }
  .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 322px;
  }
}

/* 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;
  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(--headingcolor);
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  box-shadow: none;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover {
  background: #f9f6f1;
  color: #2e2e2e;
}

/* members */

thead {
  background: var(--border);
  color: #fff;
  font-weight: 600;
}

thead a {
  color: #2e2e2e;
  text-decoration: underline;
}

.table th {
  font-weight: 600;
}

.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(--border);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 5px;
  right: 5px;
}

.php-index #globalwrap .weatherMini i {
  font-size: 24px;
}

.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-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;
}

.body-class-members .btn-group > .btn-small {
  font-size: 14px;
}

.body-class-members.php-messages #globalwrap {
  margin-top: 80px;
}

.php-diary .diary-nav-right.affix {
  position: relative;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .header-space, .footer-space {
    padding: 0px 150px;
  }
  .bh-right {
    width: 420px;
  }
  .bh-right a {
    padding: 12px 10px;
    font-size: 14px;
  }
  .nav-section .nav > li > a {
    font-size: 14px;
    padding: 10px 12px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .header-space, .footer-space {
    padding: 0px 100px;
  }
  .bh-right {
    width: 380px;
  }
  .bh-right a {
    padding: 12px 10px;
    font-size: 12px;
  }
  .nav-section .nav > li > a {
    font-size: 13px;
    padding: 10px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-space, .footer-space {
    padding: 0px 50px;
  }
  .bh-right {
    width: 310px;
  }
  .bh-right a {
    padding: 12px 5px;
    font-size: 11px;
  }
  .nav-section .nav > li > a {
    font-size: 12px;
    padding: 10px 10px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-space, .footer-space {
    padding: 0px 25px;
  }
  .content-wrapper {
    width: 940px;
  }
  .bh-logo {
    width: 150px;
  }
  .bh-right {
    width: 250px;
  }
  .bh-right a {
    padding: 12px 2px;
    font-size: 10px;
    margin-left: 2px;
  }
  .nav-section .nav > li > a {
    font-size: 11px;
    padding: 10px 7px;
  }
  .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;
  }
  .dropdown-menu {
    font-size: 14px;
  }
  .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) {
  .header-space, .footer-space {
    padding: 0px 20px;
  }
  .bottom-header {
    min-height: 79px;
  }
  .content-wrapper {
    width: 724px;
  }
  .bff-copy {
    font-size: 12px;
  }
  .bh-right {
    width: 345px;
  }
  .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: 600;
  }
  .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;
  }
  .content-wrapper .slot-content {
    font-size: 13px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .bh-flex {
    display: block;
    position: relative;
  }
  .bh-logo {
    position: absolute;
    top: 10px;
    left: 0px;
  }
  .nav-section {
    width: 100%;
    text-align: left;
    margin: 0px;
  }
  .bh-right {
    position: absolute;
    right: 80px;
    top: 20px;
    margin: 0px auto;
    padding-top: 0px;
  }
  .bh-right a {
    padding: 8px;
    font-size: 13px;
  }
  .navbar-inverse .btn-navbar {
    width: 38px;
    height: 38px;
    margin: 0px;
    padding: 0px;
    background: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    position: relative;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus {
    outline: none;
  }
  .navbar-inverse .btn-navbar .icon-bar {
    position: absolute;
    width: 28px;
    left: 5px;
    height: 3px;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
  }
  .navbar-inverse .btn-navbar .top-bar {
    top: 7px;
  }
  .navbar-inverse .btn-navbar .middle-bar {
    top: 15px;
  }
  .navbar-inverse .btn-navbar .bottom-bar {
    top: 25px;
  }
  .show-menu .navbar-inverse .btn-navbar .top-bar {
    top: 16px;
    transform: rotate(45deg);
  }
  .show-menu .navbar-inverse .btn-navbar .middle-bar {
    opacity: 0;
  }
  .show-menu .navbar-inverse .btn-navbar .bottom-bar {
    top: 15px;
    transform: rotate(-45deg);
  }
  .nav-section .nav {
    margin-top: 20px;
  }
  .nav-section .nav > li {
    display: block;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li.active > a {
    background: transparent;
    color: var(--navactivelink);
  }
  .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 {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .navbar-inner {
    padding: 0px 0px 20px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .bottom-header {
    min-height: 79px;
  }
  .header-space, .footer-space {
    padding: 0px 20px;
  }
  .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  .th-left a:last-of-type {
    margin-left: 15px;
  }
  .th-left {
    width: 70px;
    flex-shrink: 0;
  }
  .th-right {
    width: 92%;
    font-size: 11px;
  }
  .bh-right {
    width: 280px;
    right: 60px;
  }
  .bh-right a {
    font-size: 10px;
    padding: 8px 4px;
  }
  .tf-flex {
    flex-direction: column;
    text-align: left;
  }
  .tff-logo {
    width: 100%;
    margin: 0px;
  }
  .tff-links {
    width: 100%;
    margin: 20px 0px;
  }
  .tff-info {
    width: 100%;
  }
  .bf-flex {
    flex-direction: column;
  }
  .bff-copy {
    width: 100%;
    font-size: 0px;
    line-height: 17px;
    text-align: left;
  }
  .bf-copyright {
    font-size: 14px;
    display: block;
  }
  .bff-copy a {
    display: block;
    font-size: 14px;
  }
  .bff-ig {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  [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: auto;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  .content-wrapper .slot-content {
    font-size: 12px;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 570px) {
  .bh-right {
    display: none;
  }
}

@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;
  }
}

/* editor */

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  top: 0px;
  padding: 6px 0px;
  margin-left: 0px;
}

.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;
}

@media (min-width: 0px) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

.php-weatherfg .table td, .content-wrapper div.phone-weather .weather-list-item {
  border-color: var(--highlightcolor);
}

@media (min-width: 1200px) {
  .header-wrapper .nav > li.nav-haslevel-2:hover .dropdown-menu {
    display: block;
  }
}

.body-class-home.body-public .content-wrapper {
  width: 100%;
}

.body-class-home.body-public #globalwrap {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
}

.login-page form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  max-width: 400px;
  margin: 0px auto;
  background: rgba(227, 232, 233, 0.9);
  padding: 50px;
}

.login-page form label {
  width: 140px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .body-class-home.body-public {
    margin-bottom: 392px;
  }
}

@media (min-width: 1800px) {
  .body-public {
    background-size: auto;
  }
}

.login-page {
  height: calc(100vh - 155px);
  position: relative;
}

@media (min-width: 0px) and (max-width: 979px) {
  .login-page {
    height: calc(100vh - 137px);
  }
  .login-page form {
    padding: 30px 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-home.body-public .content-wrapper {
    margin: 0px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .login-page form {
    width: 260px;
  }
}

/* end anton styles */