/* anton styles */

/* fonts */

.cinzel-font {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.quicksand-font {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.martel-extralight {
  font-family: "Martel", serif;
  font-weight: 200;
  font-style: normal;
}

.martel-light {
  font-family: "Martel", serif;
  font-weight: 300;
  font-style: normal;
}

.martel-regular {
  font-family: "Martel", serif;
  font-weight: 400;
  font-style: normal;
}

.martel-semibold {
  font-family: "Martel", serif;
  font-weight: 600;
  font-style: normal;
}

.martel-bold {
  font-family: "Martel", serif;
  font-weight: 700;
  font-style: normal;
}

.martel-extrabold {
  font-family: "Martel", serif;
  font-weight: 800;
  font-style: normal;
}

.martel-black {
  font-family: "Martel", serif;
  font-weight: 900;
  font-style: normal;
}

/* variables */

:root {
  --bodyfont: 'Quicksand', sans-serif;
  --headingfont: 'Cinzel', serif;
  --clubfont: 'Martel', serif;
  --headingcolor: #333;
  --headingcolor2: #EBB716;
  --headingcolor3: #091431;
  --buttonbg: #000;
  --linkcolor: #005dc1;
  --linkhover: #005dc1;
  --bodycolor: #333;
  --headerbg: #141929;
  --footerbg: #fff;
  --navbg: #0D0D1E;
  --navlink: #000;
  --dropdownlink: #CECECE;
  --white: #fff;
  --black: #000;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 24px;
}

.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);
}

h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--bodyfont);
}

h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--bodyfont);
}

h4 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--bodyfont);
}

h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--headingcolor);
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--bodyfont);
}

.content-wrapper h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--buttonbg);
  color: var(--white);
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  font-family: var(--bodyfont);
}

.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(--buttonbg);
  color: var(--white);
  text-decoration: none;
  border-radius: 0px;
}

a {
  color: var(--linkcolor);
  text-decoration: none;
  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;
  z-index: 1001;
  background: var(--white);
  min-height: 150px;
  top: 0px;
  width: 100%;
}

.header-space {
  margin: 0px 75px 0px 25px;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 20px;
  text-align: center;
  z-index: 50;
}

.header-logo a {
  color: var(--black);
}

.header-logo img {
  width: 80px;
}

.header-logo span {
  display: inline-block;
  font-family: var(--clubfont);
  font-weight: 900;
  font-size: 18px;
  line-height: 29px;
}

.header-top-links {
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 0px;
}

.header-top-links a {
  font-family: var(--headingfont);
  font-size: 12px;
  color: var(--black);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.header-top-links .htl-vert {
  margin: 0px 15px;
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #ccc;
  position: relative;
  top: 4px;
}

/* nav */

.nav-section {
  position: absolute;
  right: 0px;
  top: 50px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0px;
}

.header-wrapper .nav > li.nav-haslevel-2 > a::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: relative;
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  top: -2px;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
  font-family: var(--headingfont);
  font-size: 15px;
  letter-spacing: 2.25px;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a, .navbar-inverse .nav > li.active > a {
  color: var(--navlink);
  opacity: 0.7;
}

.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(--navlink);
  opacity: 0.7;
  box-shadow: none;
}

.dropdown-menu {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 9px 48px rgba(16, 21, 23, 0.25);
  margin: 0px;
  text-align: center;
  border: none;
}

.dropdown-menu > li > a {
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: var(--headingfont);
  text-transform: uppercase;
  padding: 9px 15px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.active > a, .dropdown-menu > li.current > a {
  opacity: 0.7;
  background: transparent;
  color: var(--navlink);
}

@media (min-width: 980px) {
  .nav-links {
    display: none;
  }
  .navbar .nav {
    margin: 0px;
  }
}

/* footer */

.footer {
  background: url('/images/resources/mickleover/footer-bg-site.jpg');
  background-position: top center;
  background-size: cover;
  color: var(--white);
  padding: 20px 0px;
  text-align: center;
  margin-top: 30px;
}

.footer-space {
  padding: 0px 20px;
}

.footer-social a {
  font-size: 40px;
  color: #fff;
}

.footer-social a:nth-of-type(2) {
  margin: 0px 70px;
}

.footer-social img {
  width: 36px;
  position: relative;
  top: -4px;
}

.footer-address {
  margin-top: 35px;
  font-size: 14px;
  line-height: 21px;
  font-family: var(--headingfont);
  font-weight: 700;
}

.footer-links {
  margin-top: 15px;
  font-size: 0px;
}

.footer-links a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  font-family: var(--headingfont);
  font-weight: 700;
  line-height: 18px;
}

.footer-links a:nth-of-type(2) {
  margin: 0px 15px;
}

.footer-ig {
  margin-top: 15px;
  font-size: 12px;
  font-family: var(--headingfont);
  font-weight: 700;
  line-height: 18px;
}

.footer-ig a {
  color: #fff;
  text-decoration: underline;
}

.footer-ig img {
  width: 120px;
  margin-top: 15px;
}

.footer-copy {
  margin-top: 15px;
  font-size: 12px;
  font-family: var(--headingfont);
  font-weight: 700;
  line-height: 18px;
}

/* page */

body {
  background: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

#globalwrap {
  margin-top: 200px;
  margin-bottom: 80px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 200px;
  margin-bottom: 80px;
  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: #000;
  color: var(--white);
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  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: #555;
  color: var(--white);
}

/* 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;
  background: transparent;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: #3c4a90;
  border-radius: 50%;
  padding: 3px;
}

.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;
  }
}

.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;
  }
}

/* desktop responsive */

@media (min-width: 1200px) and (max-width: 1499px) {
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    font-size: 13px;
    text-transform: capitalize;
  }
}

@media (min-width: 1200px) {
  .navbar-inverse .navbar-inner {
    margin-right: -15px;
  }
}

/* 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;
  }
  .navbar-inverse .nav > li > a {
    letter-spacing: 0px;
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 8px;
  }
  .header-space {
    margin: 0px 10px;
  }
  .header-logo span {
    font-size: 14px;
  }
}

/* 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: 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;
  }
  .navbar-inverse .navbar-inner {
    overflow-y: scroll;
    height: calc(100vh - 100px);
  }
  .nav-section {
    width: 100%;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    min-height: 100px;
  }
  .header-logo {
    top: 10px;
    left: 10px;
  }
  .header-logo br {
    display: none;
  }
  .header-logo span {
    padding-left: 10px;
  }
  .header-space {
    margin: 0px;
  }
  .header-top-links {
    display: none;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 51px;
    height: 34px;
    padding: 0px;
    margin-top: 0px;
    top: 33px;
    position: absolute;
    z-index: 50;
    right: 10px;
    font-size: 16px;
    background: transparent;
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: transparent;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    font-family: var(--headingfont);
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
  }
  .club-menu-button-lines {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 29px;
    left: 11px;
    background: var(--black);
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: var(--black);
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .nav-section {
    padding: 0px;
    top: 0px;
    width: 100%;
  }
  .top-bar {
    position: absolute;
    top: 9px;
  }
  .middle-bar {
    opacity: 1;
    top: 18px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 26px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 18px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 18px;
  }
  .navbar-inverse .navbar-inner {
    margin-top: 100px;
    background: var(--white);
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navlink);
    background: transparent;
    opacity: 0.7;
  }
  .nav-collapse .dropdown-menu {
    background: var(--white);
    box-shadow: 0 9px 48px rgba(16, 21, 23, 0.05);
    text-align: left;
  }
  .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;
    color: var(--navlink);
    opacity: 0.7;
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navlink);
    opacity: 0.7;
  }
  .nav-links {
    margin: 0px 5px;
    border-top: 1px solid #000;
    padding-top: 10px;
  }
  .nav-links a {
    font-family: var(--headingfont);
    font-size: 12px;
    color: var(--black);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    display: block;
    padding: 6px 5px;
  }
  .nav-links a:hover, .nav-links a:focus {
    color: var(--black);
    text-decoration: underline;
  }
  .body-class-members #container #globalwrap, #globalwrap {
    margin-top: 150px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .content-wrapper {
    width: auto;
    margin: 0px 20px;
  }
  .footer-contact .footer-dot {
    display: block;
    margin: 5px 0px;
    opacity: 0;
  }
  .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-hcaplist .btn-group > .btn:first-child, .php-hcaplist .btn-group > .btn:last-child, .php-analysis .btn-group > .btn:first-child, .php-analysis .btn-group > .btn:last-child {
    border-radius: 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 span {
    display: none;
  }
  .navbar-inverse .navbar-inner {
    overflow-y: scroll;
    height: calc(100vh - 100px);
  }
}

/* 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;
  }
}

/* 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;
  border-color: #fff;
}

.php-ckeditor .header-wrapper {
  display: none;
}

/* sticky */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
   margin-bottom: 440px; 
  }
  .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 342px;
  }
}

/* end anton styles */